@font-face {
    font-family: 'Quando';
    font-weight: 400;
    src: url(../fonts/Quando-Regular.ttf) format('truetype');
    /*  .ttf　・・・　format("truetype")
        .otf　・・・　format('opentype')
        .woff ・・・　 format("woff")  */
}
@font-face {
    font-family: 'Inter';
    font-weight: 400;
    src: url(../fonts/Inter-VariableFont_opsz,wght.ttf) format('truetype');
}
body{
    font-family: 'Exo', sans-serif, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
}
a {
    text-decoration: none;
}
#container {
    width:100%;
    height:100%;
    position: absolute;
    overflow-y: scroll;
    scrollbar-color: rgba(255, 137, 79, 0.6) rgba(249, 188, 96, 0.3);
    scrollbar-width: thin;
}










/* 1340px以上に適用されるCSS（パソコン用） */
@media screen and (min-width: 1024px) {
    #header {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: rgba(17, 12, 46, 0.05) 0px 24px 50px 0px;
        background-color: #FFF;
        height: 45px;
        padding: 0 20px;
    }
    #header-logo-area {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: translateX(-50%);
        left: 50%;
        bottom: -30px;
        border-radius: 50%;
        box-shadow: rgba(17, 12, 46, 0.15) 0 8px 2px -4px;
        background-color: #FFF;
        width: 120px;
        height: 120px;
    }
    #header-logo {
        background-image: url('../images/logo/logo.png');
        background-size: contain;
        margin-top: 40px;
        width: 60px;
        height: 60px;
    }
    .header-text {
        flex: 1; /* これがないと文字数に応じて左右の幅が増減する */
        font-family: 'Quando';
        font-size: 16px;
        margin: 0 90px;
    }
    #header-page-name {
        text-align: right;
        color: #333;
    }
    #header-site-name {
        text-align: left;
        color: #888
    } #header-site-name a {
        text-decoration: none;
        color: #ff894f;
        position: relative;
    } #header-site-name a::after {
        position: absolute;
        left: 0;
        content: '';
        width: 100%;
        height: 1.5px;
        background: #ff894f;
        bottom: 0px; /*アンダーラインが現れ始める位置（aタグの下辺からの高さ）*/
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
    } #header-site-name a:hover::after {
        visibility: visible;
        bottom: -4px; /*アニメーションが止まる位置*/
        opacity: 1;
    }

    .link-outer {
        width: 100%;
        height: 100%;
        background-color: rgba(246, 247, 248, 1);
        background: linear-gradient(to bottom, #FFFEF2, #FFF);
    }
    .link-outer-frame {
        margin: 0 auto;
        padding: 50px 0;
    }
    .link-inner-frame {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 30px 0;
    } .link-inner-frame-right {
    } .link-inner-frame-left {
    }
    .link-frame {
        width: 770px;
        height: 400px;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    } .link-frame-right {
        margin-left: 30px;
        background-image: url('../images/link-frame-right.jpg');
    } .link-frame-left {
        margin-right: 30px;
        background-image: url('../images/link-frame-left.jpg');
    } .link-frame-cover {
        width: 100%;
        height: 100%;
        display: grid;
        place-items: center;
    } .link-frame-cover-right {
        background-color: rgba(231, 16, 99, 0.3);
    } .link-frame-cover-left {
        background-color: rgba(46, 204, 113, 0.3);
    }.link-frame-inner {
        width: calc(100% - 30px); /* 疑似gorderの幅 */
        height: calc(100% - 30px); /* 疑似gorderの幅 */
        background-color: rgba(255,255, 251, 0.95);
        display: grid;
        place-items: center;
    }
    .link-frame-contents {
        padding: 50px 0;
        color: #333;
        text-align: center;
    } .link-frame-contents h4 {
        font-family: 'd','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 40px;        
    } .link-frame-contents p {
        font-size: 20px;
        margin-bottom: 50px;
    } .height-adjustment {
        line-height: 28px;
    }
    .ad {
        display: flex;
        justify-content: center;  /* 水平方向の中央揃え */
        align-items: center;      /* 垂直方向の中央揃え */
        width: 400px;
        height: 400px;
    }
    .adsbygoogle {
        width: 100%;
        height: 100%;
    }
    .ad-left {
    }
    .ad-left {
        margin-right: 44px;
    }
    .ad-right {
        margin-left: 44px;
    }
    /* セレクトボックス要素上書 ここから */
    .sel {
        font-size: 16px;
        margin: 0 20px 60px 20px; /* 上 | 右 | 下 | 左 */
        width: 200px; /* セレクトボックスの幅 */
        border-bottom: 4px solid rgba(0, 0, 0, 0.3); /* セレクトボックスの下線の色 */
    } .sel::before {
        color: #777; /* 矢印の色 */
        background-color: transparent; /* 矢印の周りの色 */
    }
    /* セレクトボックス要素上書 ここまで */
    .btn-link {
        transition: .4s;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        cursor: pointer;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
        margin: 0 auto;
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        width: 400px;
        height: 70px;
        line-height: 70px; 
        color: #FFF;
    } .btn-link-flower {
        background-image: url('../images/link-frame-right.jpg');
        border: none;
    } .btn-link-otanjoubi {
        background-image: url('../images/link-frame-left.jpg');
    }.btn-link:hover {
        letter-spacing: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0);
    }

    #footer {
        display: flex;
        margin-top: 40px;
        padding: 20px;
        background-color: #333132;
        color: white;
        
    }
    .footer-column {
        flex: 1;
        padding: 30px 0;
    }
    .footer-column-left {
        font-family: 'Inter';
        font-size: 36px;
        margin-left: 60px;
    }
    .footer-column-left a {
        color: white;
        font-weight: bold;
        position: relative;
    } .footer-column-left a::after {
        position: absolute;
        left: 0;
        content: '';
        width: 100%;
        height: 3px;
        background: white;
        bottom: -10px; /*アンダーラインが現れ始める位置（aタグの下辺からの高さ）*/
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
    } .footer-column-left a:hover::after {
        visibility: visible;
        bottom: -4px;
        opacity: 1;
    }
    .footer-column-right {
        display: flex;
        justify-content: flex-end;
    }
    .right-column {
        margin:0 20px;
    }
    .right-column-button {
        cursor: pointer;
        transition: .4s;
        text-align: center;
        width: 280px;
        height: 50px;
        line-height: 50px;
        background-color: #e71063;
        color: white;
        font-size: 18px;
        margin-top: 10px;
    }
    .right-column-button:hover{
        background: #2ecc71;
    }
}










/* 768px~1023pxに適用されるCSS（タブレット用） */
@media screen and (min-width: 768px) and (max-width: 1023px) {
	#header {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: rgba(17, 12, 46, 0.05) 0px 24px 50px 0px;
        background-color: #FFF;
        height: 45px;
        padding: 0 20px;
    }
    #header-logo-area {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: translateX(-50%);
        left: 50%;
        bottom: -30px;
        border-radius: 50%;
        box-shadow: rgba(17, 12, 46, 0.15) 0 8px 2px -4px;
        background-color: #FFF;
        width: 120px;
        height: 120px;
    }
    #header-logo {
        background-image: url('../images/logo/logo.png');
        background-size: contain;
        margin-top: 40px;
        width: 60px;
        height: 60px;
    }
    .header-text {
        flex: 1; /* これがないと文字数に応じて左右の幅が増減する */
        font-family: 'Quando';
        font-size: 13px;
        margin: 0 90px;
    }
    #header-page-name {
        text-align: right;
        color: #333;
    }
    #header-site-name {
        text-align: left;
        color: #888
    } #header-site-name a {
        text-decoration: none;
        color: #ff894f;
        position: relative;
        font-size: 15px;
    } #header-site-name a::after {
        position: absolute;
        left: 0;
        content: '';
        width: 100%;
        height: 1.5px;
        background: #ff894f;
        bottom: 0px; /*アンダーラインが現れ始める位置（aタグの下辺からの高さ）*/
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
    } #header-site-name a:hover::after {
        visibility: visible;
        bottom: -4px; /*アニメーションが止まる位置*/
        opacity: 1;
    }

    .link-outer {
        width: 100%;
        height: 100%;
        background-color: rgba(246, 247, 248, 1);
        background: linear-gradient(to bottom, #FFFEF2, #FFF);
    }
    .link-outer-frame {
        margin: 0 auto;
        padding-top: 30px;
        padding-bottom: 0px;
    }
    .link-inner-frame {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px 0;
    } .link-inner-frame-right {
    } .link-inner-frame-left {
    }
    .link-frame {
        width: 90vw;
        max-width: 770px;
        height: 400px;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    } .link-frame-right {
        margin-bottom: 20px;
        background-image: url('../images/link-frame-right.jpg');
    } .link-frame-left {
        margin-top: 20px;
        background-image: url('../images/link-frame-left.jpg');
    } .link-frame-cover {
        width: 100%;
        height: 100%;
        display: grid;
        place-items: center;
    } .link-frame-cover-right {
        background-color: rgba(231, 16, 99, 0.3);
    } .link-frame-cover-left {
        background-color: rgba(46, 204, 113, 0.3);
    }.link-frame-inner {
        width: calc(100% - 30px); /* 疑似gorderの幅 */
        height: calc(100% - 30px); /* 疑似gorderの幅 */
        background-color: rgba(255,255, 251, 0.95);
        display: grid;
        place-items: center;
    }
    .link-frame-contents {
        padding: 50px 0;
        color: #333;
        text-align: center;
    } .link-frame-contents h4 {
        font-family: 'd','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 40px;        
    } .link-frame-contents p {
        font-size: 20px;
        margin-bottom: 50px;
    } .height-adjustment {
        line-height: 28px;
    }
    .ad {
        display: flex;
        justify-content: center;  /* 水平方向の中央揃え */
        align-items: center;      /* 垂直方向の中央揃え */
        width: 90vw;
        max-width: 770px;
        height: 300px;
        max-height: 400px;
    }
    .adsbygoogle {
        width: 100%;
        height: 100%;
    }
    .ad-left {
    }
    .ad-right {
    }
    /* セレクトボックス要素上書 ここから */
    .sel {
        font-size: 16px;
        margin: 0 20px 60px 20px; /* 上 | 右 | 下 | 左 */
        width: 200px; /* セレクトボックスの幅 */
        border-bottom: 4px solid rgba(0, 0, 0, 0.3); /* セレクトボックスの下線の色 */
    } .sel::before {
        color: #777; /* 矢印の色 */
        background-color: transparent; /* 矢印の周りの色 */
    }
    /* セレクトボックス要素上書 ここまで */
    .btn-link {
        transition: .4s;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        cursor: pointer;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
        margin: 0 auto;
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        width: 400px;
        height: 70px;
        line-height: 70px; 
        color: #FFF;
    } .btn-link-flower {
        background-image: url('../images/link-frame-right.jpg');
        border: none;
    } .btn-link-otanjoubi {
        background-image: url('../images/link-frame-left.jpg');
    }.btn-link:hover {
        letter-spacing: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0);
    }

    #footer {
        display: flex;
        margin-top: 40px;
        padding: 20px;
        background-color: #333132;
        color: white;
        
    }
    .footer-column {
        flex: 1;
        padding: 30px 0;
    }
    .footer-column-left {
        font-family: 'Inter';
        font-size: 36px;
        margin-left: 60px;
    }
    .footer-column-left a {
        color: white;
        font-weight: bold;
        position: relative;
    } .footer-column-left a::after {
        position: absolute;
        left: 0;
        content: '';
        width: 100%;
        height: 3px;
        background: white;
        bottom: -10px; /*アンダーラインが現れ始める位置（aタグの下辺からの高さ）*/
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
    } .footer-column-left a:hover::after {
        visibility: visible;
        bottom: -4px;
        opacity: 1;
    }
    .footer-column-right {
        display: flex;
        justify-content: flex-end;
    }
    .right-column {
        margin:0 20px;
    }
    .right-column-button {
        cursor: pointer;
        transition: .4s;
        text-align: center;
        width: 280px;
        height: 50px;
        line-height: 50px;
        background-color: #e71063;
        color: white;
        font-size: 18px;
        margin-top: 10px;
    }
    .right-column-button:hover{
        background: #2ecc71;
    }
}










/* 0px~767pxに適用されるCSS（スマホ用） */
@media screen and (min-width: 0px) and (max-width: 767px) {
	#header {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: rgba(17, 12, 46, 0.05) 0px 24px 50px 0px;
        background-color: #FFF;
        height: 45px;
        padding: 0 10px;
    }
    #header-logo-area {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: translateX(-50%);
        left: 50%;
        bottom: -20px;
        border-radius: 50%;
        box-shadow: rgba(17, 12, 46, 0.15) 0 8px 2px -4px;
        background-color: #FFF;
        width: 80px;
        height: 80px;
    }
    #header-logo {
        background-image: url('../images/logo/logo.png');
        background-size: contain;
        margin-top: 10px;
        width: 40px;
        height: 40px;
    }
    .header-text {
        flex: 1; /* これがないと文字数に応じて左右の幅が増減する */
        font-family: 'Quando';
        font-size: 12px;
        margin: 0 50px;
    }
    #header-page-name {
        text-align: right;
        color: #333;
    }
    #header-site-name {
        text-align: left;
        color: #888
    } #header-site-name a {
        text-decoration: none;
        color: #ff894f;
        position: relative;
        font-size: 14px;
    } #header-site-name a::after {
        position: absolute;
        left: 0;
        content: '';
        width: 100%;
        height: 1.5px;
        background: #ff894f;
        bottom: 0px; /*アンダーラインが現れ始める位置（aタグの下辺からの高さ）*/
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
    } #header-site-name a:hover::after {
        visibility: visible;
        bottom: -4px; /*アニメーションが止まる位置*/
        opacity: 1;
    }

    .link-outer {
        width: 100%;
        height: 100%;
        background-color: rgba(246, 247, 248, 1);
        background: linear-gradient(to bottom, #FFFEF2, #FFF);
    }
    .link-outer-frame {
        margin: 0 auto;
        padding-top: 30px;
        padding-bottom: 0px;
    }
    .link-inner-frame {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px 0;
    } .link-inner-frame-right {
    } .link-inner-frame-left {
    }
    .link-frame {
        width: 90vw;
        max-width: 770px;
        height: 360px;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    } .link-frame-right {
        margin-bottom: 20px;
        background-image: url('../images/link-frame-right.jpg');
    } .link-frame-left {
        margin-top: 20px;
        background-image: url('../images/link-frame-left.jpg');
    } .link-frame-cover {
        width: 100%;
        height: 100%;
        display: grid;
        place-items: center;
    } .link-frame-cover-right {
        background-color: rgba(231, 16, 99, 0.3);
    } .link-frame-cover-left {
        background-color: rgba(46, 204, 113, 0.3);
    }.link-frame-inner {
        width: calc(100% - 20px); /* 疑似gorderの幅 */
        height: calc(100% - 20px); /* 疑似gorderの幅 */
        background-color: rgba(255,255, 251, 0.95);
        display: grid;
        place-items: center;
    }
    .link-frame-contents {
        padding: 50px 10px;
        color: #333;
        text-align: center;
    } .link-frame-contents h4 {
        font-family: 'd','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 40px;        
    } .link-frame-contents p {
        font-size: 16px;
        margin-bottom: 50px;
    } .height-adjustment {
        line-height: 24px;
    }
    .ad {
        display: flex;
        justify-content: center;  /* 水平方向の中央揃え */
        align-items: center;      /* 垂直方向の中央揃え */
        width: 300px;
        height: 300px;
    }
    .adsbygoogle {
        width: 100%;
        height: 100%;
    }
    .ad-left {
    }
    .ad-right {
    }
    /* セレクトボックス要素上書 ここから */
    .sel {
        font-size: 16px;
        margin: 0 10px 60px 10px; /* 上 | 右 | 下 | 左 */
        width: 120px; /* セレクトボックスの幅 */
        border-bottom: 2px solid rgba(0, 0, 0, 0.3); /* セレクトボックスの下線の色 */
    } .sel::before {
        color: #777; /* 矢印の色 */
        background-color: transparent; /* 矢印の周りの色 */
        font-size: 20px; /* 矢印の大きさ */
        right: 10px;
    }
    .sel__placeholder {
        font-size: 24px;
        padding: 0.2em 0.5em;
      }
    /* セレクトボックス要素上書 ここまで */
    .btn-link {
        transition: .4s;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        cursor: pointer;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
        margin: 0 auto;
        font-size: 26px;
        font-weight: bold;
        text-align: center;
        width: 260px;
        max-width: 400px;
        height: 50px;
        line-height: 50px; 
        color: #FFF;
    } .btn-link-flower {
        background-image: url('../images/link-frame-right.jpg');
        border: none;
    } .btn-link-otanjoubi {
        background-image: url('../images/link-frame-left.jpg');
    }.btn-link:hover {
        letter-spacing: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0);
    }

    #footer {
        display: flex;
        flex-direction: column;
        margin-top: 40px;
        padding: 20px;
        background-color: #333132;
        color: white;
        font-size: 14px;
    }
    .footer-column {
        flex: 1;
        padding: 14px 0;
    }
    .footer-column-left {
        font-family: 'Inter';
        font-size: 24px;
        margin-left: 14px;
    }
    .footer-column-left a {
        color: white;
        font-weight: bold;
        position: relative;
    } .footer-column-left a::after {
        position: absolute;
        left: 0;
        content: '';
        width: 100%;
        height: 1.5px;
        background: white;
        bottom: -10px; /*アンダーラインが現れ始める位置（aタグの下辺からの高さ）*/
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
    } .footer-column-left a:hover::after {
        visibility: visible;
        bottom: -4px;
        opacity: 1;
    }
    .footer-column-right {
        display: flex;
        justify-content: flex-end;
    }
    .right-column {
        margin:0 10px;
    }
    .right-column-button {
        cursor: pointer;
        transition: .4s;
        text-align: center;
        width: 150px;
        height: 30px;
        line-height: 30px;
        background-color: #e71063;
        color: white;
        font-size: 14px;
        margin-top: 10px;
    }
    .right-column-button:hover{
        background: #2ecc71;
    }
}