@charset "UTF-8";
@font-face {
    font-family: 'Kigo-Bracket';
    src: local('Noto Sans JP'), url('...noto-sans-url...');
    /* 鉤括弧のみに限定 */
    unicode-range: U+300C, U+300D;
}

h1, h2, .heading {
    font-family: 'Kigo-Bracket', 'Zen Kaku Gothic New', sans-serif;
    font-feature-settings: "palt" 1;
}

* {
    margin: 0;
    padding: 0;
}



/*--------------------------------
  共通ヘッダー修正
--------------------------------*/
.agf-cs-header {
    position: relative;
}
@media screen and (max-width: 899px) {
    .meteo .cs-page {
        padding-top: 0;
    }
}
@media screen and (min-width: 900px) and (max-width: 1439px) {
    .meteo .cs-page {
        padding-top: 0;
    }
}
@media (min-width: 701px) {
    .cs-page {
        padding-top: 0;
    }
}
@media screen and (min-width: 1440px) {
    .meteo .cs-page {
        padding-top: 0;
    }
}





:root {
    /* Color */
    --color-white: #fff;
    --color-gray: #222;

    --color-green01: #396c3d;
    --color-green02: #508730;
    --color-green03: #80A83A;
    --color-khaki: #ddf483;
    --color-brown01: #872602;
    --color-brown02: #be552e;
    --color-brown03: #D0854C;
    --color-purple01: #852d87;
    --color-purple02: #ba5fbc;
    --color-purple03: #D28DCE;
    --color-palegoldenrod: #ffe8a3;
    --color-mistyrose: #ffdbe8;
    --fs-16: 16px;

 
    /* Font */
    --font-rubik: Rubik;
    --font-zen-kaku-gothic-new: Zen Kaku Gothic New;

    --min-layout-width: 390;
    --max-layout-width: 1280;
    --max-layout-width-inner: 1000;
    --min-ratio: calc(1 / var(--min-layout-width) * 100vw);
    --max-ratio: calc(1 / var(--max-layout-width) * 100vw);
    --max-ratio01: calc(1 / var(--max-layout-width-inner) * 100vw);

    /* Gap */
    --gap-10: 0.625rem;


    /* WidthHeights */
    --height-10: 0.625rem;
    --width-10: 0.625rem;
    --width-10: 1rem;
    --height-10: 1rem;

    --base: 1000;
    --reddd: calc(100vh - 140px);
}


/* .loader-inner::before {
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background: red;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 999;
}
.loader-inner::before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: red;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 999;
} */
/*--------------------------------
  Loading
--------------------------------*/
body.no-scroll {
    overflow: hidden;
}
#loader {
    width: 100%;
    height: calc(100vh - 140px);
    position: fixed;
    left: 0;
    bottom: 0;
    inset: 0;
    background: #ffffff;
    background: url('../img/iikoto-mainichi/loading_bg00_pc.jpg') no-repeat;
    background-size: cover;
    background-position: center;

    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 1s ease, visibility 1s ease;
    margin-top: 140px;
}

#loader::before {
    display: block;
    content: "";
    width: 33.2813vw;
    width: clamp(16px, 33.2813%, 426px);
    width: 610px;
    height: 100%;
    background: linear-gradient(180deg, #FFB751, #BE552E);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
@media (min-width: 900px) and (max-width: 1920px) {
    #loader::before {
        width: 33.2813%
    }
}



#loader.hide {
    opacity: 0;
    visibility: hidden;
}
.loader-inner {
    position: relative;
}

.logo {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}



.count span {
opacity: 0;
/* opacity: 1; */
/* transition: opacity .5s; */
position: absolute;
}
.count span.show {
opacity: 1;
}

.final {
opacity: 0;
/* opacity: 1; */
/* transition: opacity 1s; */
}

.final.show {
opacity: 1;
}
  




.loader_box  {
    max-width: 1835px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: calc(100vh - 140px);
}
.loader_box  .count {
    width: 541px;
    height: 541px;
    width: 29.4823vw;
    height: 29.4823vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.loader_box .count01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 6.0938%;
    width: 6.0938vw;
    /* 79 */
    top: calc(50% - 2.9366%);
    top: calc(50% - 1.7969vw);
    left: calc(50% - 7.2656%);
    left: calc(50% - 7.2656vw);
    transform: translate(-50%, -50%);
}
.loader_box .count02 {
    position: absolute;
    top: 0;
    left: 0;
    width: 19.8438%;
    width: 46.9501vw;
    width: 19.8438vw;
    /* 254 */
    left: 50%;
    top: calc(50% - -3.5549%);
    top: calc(50% - -1.7969vw);
    transform: translate(-50%, -50%);
}
.loader_box .count03 {
    position: absolute;
    top: 0;
    left: 0;
    width: 21.6406%;
    width: 21.6406vw;
    /* 277 */
    left: 50%;
    top: calc(50% - -9.375vw);
    /* 1280/120 (height70 155 - 35)  */
    transform: translate(-50%, -50%);
}

.loader_box .final {
    position: absolute;
    width: 21.4844vw;
    left: 50%;
    top: calc(50% - -3.8281vw);
    transform: translate(-50%, -50%);
}



@media screen and (min-width: 900px) and (max-width: 1439px) {
    #loader {
        height: calc(100vh - 112px);
        margin-top: 112px;
    }
}
@media screen and (min-width: 769px) and (max-width: 899px) {
    #loader::before {
        display: none;
    }    
    #loader {
        height: auto;
        margin-top: 140px;
        background: url('../img/iikoto-mainichi/loading_bg_sp.png') no-repeat;
        background-size: cover;
        background-position: center;

    }
}


@media screen and (max-width: 899px) {
    #loader::before {
        display: none;
    }
    #loader {
        height: auto;
        margin-top: 70px;
        background: url('../img/iikoto-mainichi/loading_bg_sp.png') no-repeat;
        background-size: cover;
        background-position: center;
    }

    .loader_box {
        max-width: 100%;
        height: calc(100vh - 70px);
    }
    .loader_box .count {
        width: 100vw;
        height: 100%;
        position: static;
        transform: none;
    }
    .loader_box .count01 {
        width: 20vw;
        top: calc(50% - -4vw);
        top: calc(50% - 10vw);
        left: 16.1538vw;
        transform: translate(0, -50%);
    }
    .loader_box .count02 {
        position: absolute;
        width: 65.1282vw;
        /* 254 */
        left: 15.1282vw;
        top: calc(50% - -10.2564vw);
        top: calc(50% - -2.2564vw);
        transform: translate(0, -50%);
    }
    .loader_box .count03 {
        position: absolute;
        width: 71.0256vw;
        width: 71.0256vw;
        /* 277 */
        left: 13.8462vw;
        top: calc(50% - -35.8974vw);
        top: calc(50% - -27.8974vw);
        transform: translate(0, -50%);
    }
    .loader_box .final {
        position: absolute;
        width: 70.5128vw;
        left: 14.6154vw;
        top: calc(50% - -6vw);
        transform: translate(0, -50%);
    }
    
}




.iikoto-mainichi {
    font-family: var(--font-zen-kaku-gothic-new), sans-serif;
    color: var(--color-gray);
}

.iikoto-mainichi img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.iikoto-mainichi a {
    text-decoration: none;
    color: var(--color-gray);
    transition: 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}

.sp_only {
    display: none;
}
@media screen and (max-width: 899px) {
    .pc_only {
        display: none;
    }
    .sp_only {
        display: block;
    }
}










/*--------------------------------
  KV
--------------------------------*/
.fv {
    background: #FBE8D3;
    padding-top: 24px;
    padding-bottom: 34px;
}
.kv__inner {
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.kv__wrap {
    padding-top: 177px;
    border-radius: 30px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.kv__inner .kv__title {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}


.kv__inner ul.kv__copy {
    width: 100%;
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.kv__inner ul.kv__copy li {
    width: 37.2%;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 4px 0;
    border-radius: 8px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.9);
}
.kv__inner .kv__copy_heading {
    font-size: 1rem;
    letter-spacing: 0.03em;
    line-height: 170%;
    font-family: var(--font-zen-kaku-gothic-new);
    font-size: clamp(16px, 4.1026vw, 16px);
    color: var(--color-gray);
    text-align: center;
}
.kv__inner .kv__copy_heading02 {
    font-size: clamp(10px, 4.1026vw, 10px);
}


/* slider */
.slider-wrap {
    width: 100%;
    margin: auto;
}
.swiper {
    overflow: hidden;
}
  
.swiper-slide {
    position: relative;
}
  
.swiper-slide img {
    width: 100%;
    display: block;
}
  
/* 어두운 overlay */
.swiper-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    transition: .3s;
}
  
.swiper-slide-active::after {
    opacity:0;
}

.swiper-pagination {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    left: auto;
    right: 10px;
    bottom: 3.5vw;
}
.custom-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 1;
    margin: 5px 0;
    display: inline-block;
    cursor: pointer;
    position: relative;
}
.custom-bullet::after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.25));
}
.custom-bullet.active::after {
    background: #000;
}

.slider-wrap .swiper-button-prev,
.slider-wrap .swiper-button-next {
  width: 21px;
  height: 32px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  /* top: 64%; */
  top: 55%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.slider-wrap .swiper-button-prev {
  left: calc(50% - 465px / 2 - 15px - 21px);
  background-image: url("../img/iikoto-mainichi/slider_arrow.svg");
  transform: rotate(180deg);
  top: calc(55% - 16px);
}
.slider-wrap .swiper-button-next {
  right: calc(50% - 465px / 2 - 15px - 21px);
  background-image: url("../img/iikoto-mainichi/slider_arrow.svg");
}
.swiper-button-prev svg,
.swiper-button-next svg {
  display: none;
}
  

.kv__inner .kv_txt {
    margin-top: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(10px, 4.1026vw, 10px);
    font-weight: 500;
    font-feature-settings: "palt" 1;
    letter-spacing: -0.05em;
    line-height: 130%;
    text-align: justify;
}
@media screen and (min-width: 900px) and (max-width: 1000px) {
    .kv__inner {
        max-width: 98%;
    }
    .kv__wrap {
        padding-top: 17.7%;
    }
}
@media only screen and (max-width: 899px) {
    .fv {
        padding-top: 0;
        padding-bottom: 2.5641vw;
    }
    .kv__inner {
        max-width: 100%;
    }
    .kv__wrap {
        padding-top: 37.8889vw;
        padding-top: 7.3333vw;
        border-radius: 0;
    }
    .kv__inner .kv__title img {
        width: 100%;
    }

    .kv__inner ul.kv__copy {
        width: 100%;
        position: absolute;
        bottom: 6.1538vw;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        flex-direction: column;
        gap: 2.0513vw 0;
    }
    .kv__inner ul.kv__copy li {
        width: 89.7436%;
        height: auto;
        gap: 2.0513vw;
        padding: 4px 0;
        border-radius: 8px;
    }
    .kv__inner .kv__copy_heading {
        font-size: 3.3333vw;
    }
    .kv__inner .kv__copy_heading02 {
        font-size: 2.5641vw;
    }
    

    /* slider */
    .swiper-pagination {
        right: 2.5641vw;
        bottom: 28.7179vw;
    }
    .custom-bullet {
        width: 2.5641vw;
        height: 2.5641vw;
        margin: 1.2821vw 0;
    }
    .custom-bullet::after {
        width: 2.5641vw;
        height: 2.5641vw;
    }
    .swiper-button-prev,
    .swiper-button-next {
        display:none;
    }

    .kv__inner .kv_txt {
        margin-top: 2.5641vw;
        padding-left: 4.1026vw;
        padding-right: 4.1026vw;
        box-sizing: border-box;
        font-size: 2.5641vw;
    }
}













/* content common */
.cont_wrap {
    background: linear-gradient(89.07deg, #ffd894, #ffe5b7 15.38%, #fff0d5 50.48%, #ffe5b7 85.1%, #ffd894);
}
.cont_inner {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.cont_padding {
    padding-top: 128px;
    padding-bottom: 128px;
}
@media screen and (min-width: 900px) and (max-width: 1000px) {
    .cont_inner {
        max-width: 98%;
    }
}
@media screen and (min-width: 769px) and (max-width: 899px) {
    .tab_inner {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .cont_padding {
        padding-top: 10.5516vw;
        padding-bottom: 10.5516vw;
    }
}
@media only screen and (max-width: 899px) {
    .cont_inner {
        max-width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .tab_inner {
        max-width: 100%;
    }
    .cont_padding {
        padding-top: 22.5641vw;
        padding-bottom: 22.5641vw;
    }
}












/*--------------------------------
  SECTION TITLE
--------------------------------*/
.sec-title {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    text-align: center;
    margin-bottom: 48px;
}

.sec-title .sec-title_inner {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.33rem;
}

.sec-title .sec-title_group {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--gap-10);
}

.sec-title .tit-heading_wrapper {
    border-radius: 12px;
    border: 1px solid var(--color-gray);
    background-color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.062rem 1rem 0rem;
}

.sec-title .tit-heading01 {
    position: relative;
    font-family: var(--font-rubik);
    font-size: clamp(10px, 1.3189vw, 11px);
    letter-spacing: 0.1em;
    line-height: 170%;
    text-transform: uppercase;
}

.sec-title .tit-heading02 {
    position: relative;
    display: inline-block;
    font-family: var(--font-zen-kaku-gothic-new);
    font-size: clamp(30px, 4.3165vw, 36px);
    letter-spacing: 0.1em;
    line-height: 170%;
}

.sec-title .ellipse-box {
    display: flex;
    align-items: center;
    gap: var(--gap-10);
}
.sec-title .ellipse01 {
    height: var(--height-10);
    width: var(--width-10);
    position: relative;
    border-radius: 50%;
    background-color: var(--color-green02);
}
.sec-title .ellipse02 {
    height: var(--height-10);
    width: var(--width-10);
    position: relative;
    border-radius: 50%;
    background-color: var(--color-brown02);
}
.sec-title .ellipse03 {
    height: var(--height-10);
    width: var(--width-10);
    position: relative;
    border-radius: 50%;
    background-color: var(--color-purple02);
}


.sec-title .tit_text {
    align-self: stretch;
    position: relative;
    font-size: clamp(14px, 1.9185vw, 16px);
    line-height: 200%;
    font-weight: 500;
    font-family: var(--font-zen-kaku-gothic-new);
}

@media only screen and (max-width: 768px) {
    .sec-title {
        margin-bottom: 12.3077vw;
    }
    .sec-title .tit-heading_wrapper {
        border-radius: 3.0769vw;
        padding: 0.062rem 1rem 0rem;
    }
    
    .sec-title .tit-heading01 {
        font-size: 2.8205vw;
    }
    .sec-title .tit-heading02 {
        font-size: 7.1795vw;
    }
    .sec-title .tit_text {
        font-size: 4.1026vw;
    }
}












/*--------------------------------
  シリーズ特徴
--------------------------------*/
.series_box {
    padding-bottom: 96px;
}

.series_box .series_top {
    /* max-width: 1280px; */
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.series_box .series_top_img {
    width: 41.875%;
    background: url('../img/iikoto-mainichi/series_img01_pc.jpg') no-repeat;
    background-size: cover;
    background-position: 50% 80%;
    height: stretch;
}
.series_box .series_top .series_top_txt {
    width: calc(100% - 41.875%);
    text-align: center;
    padding: 0 85px 50px;
    padding: 135px 6.6406% 50px;
    padding: 10.5469% 6.6406% 3.9063%;
    box-sizing: border-box;
}
.series_box .series_top .series_top_txt .series_top_txt__inner {
    width: 570px;
    width: 100%;
}
@media screen and (min-width: 1280px) {
    .series_box .series_top .series_top_txt {
        padding: 135px 85px 50px;
    }
    .series_box .series_top .series_top_txt .series_top_txt__inner {
        width: 570px;
    }
}

.series_box .series_top .bubble_tit {
    /* width: 250px;
    margin: 0 auto 16px; */
    width: 100%;
    margin: 0 auto 32px;
}   
/* .series_box .series_top .series_top_txt .tit + .tit {
    border-top: 2px solid #D5BC91;
}
.series_box .series_top .series_top_txt .tit b {
    font-family: var(--font-zen-kaku-gothic-new);
    font-size: clamp(20px, calc(36 / 400 * 100vw), 36px);
    font-weight: 700;
    line-height: 170%;
    letter-spacing: 0.1em;
}
.series_box .series_top .series_top_txt .tit b span {
    color: var(--color-green01);
}
.series_box .series_top .series_top_txt .tit b small {
    font-size: clamp(20px, calc(24 / 400 * 100vw), 24px);
    margin-left: -5px;
} */

.series_box .series_top .bubble_img {
    width: 445px;
    width: 77.5261%;
    margin: 32px auto;
}   

.series_box .series_top .series_top_txt .text {
    font-family: var(--font-zen-kaku-gothic-new);
    font-size: clamp(9px, calc(18 / 834 * 100vw), 18px);
    font-weight: 500;
    line-height: 200%;
    color: var(--color-gray);
}

.series_box .series_bt {
    margin-top: 80px;
}
.series_box .series_bt ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 41px;
}
.series_box ul li {
    width: 358px;
    text-align: center;
}
.series_box ul li span {
    display: inline-block;
    font-size: 0;
}
.series_box ul li b {
    font-size: clamp(13.125px, calc(20 / 834 * 100vw), 20px);
    letter-spacing: 0.03em;
    line-height: 170%;
    font-family: var(--font-zen-kaku-gothic-new);
    color: var(--color-gray);
    text-align: center;
}
.series_box ul li b small {
    font-size: 13px;
}
.series_box ul li i {
    display: inline-block;
    width: 100%;
    height: 2px;
    background-image: repeating-linear-gradient(to right, #222, #222 7px, transparent 7px, transparent 12px);
}
.series_box ul li img {
    display: block;
    margin-top: 20px;
    margin-bottom: 15px;
}
.series_box ul li .series_list_txt {
    font-family: var(--font-zen-kaku-gothic-new);
    font-size: clamp(14px, calc(16 / 834 * 100vw), 16px);
    font-weight: 500;
    line-height: 200%;
    text-align: left;
}
.series_box ul li .series_list_txt small {
    font-size: clamp(12px, calc(14 / 834 * 100vw), 14px);
    line-height: 170%;
}
@media screen and (min-width: 901px) and (max-width: 1280px) {
    .series_box .series_top .series_top_txt .text {
        font-size: 1.4063vw;
    }
    .series_box .series_top .series_top_txt {
        padding: 10.5469% 2% 3.9063%;
    }

}
@media screen and (min-width: 769px) and (max-width: 899px) {
    .series_box .series_top .series_top_txt {
        width: 100%;
        padding: 0;
    }
    .series_box .series_top .bubble_img {
        width: 100%;
        margin: 3.8369vw auto;
    } 
    .series_box .series_bt {
        margin-top: 7.6739vw;
    }
    /* .series_box .series_bt ul {
        width: 500px;
        margin-left: auto;
        margin-right: auto;
    } */
    /* .series_box ul li b {
        font-size: 2.3981vw;
    }
    .series_box ul li .series_list_txt {
        font-size: 1.9185vw;
    }
    .series_box ul li .series_list_txt small {
        font-size: 1.6787vw;
    } */
}
@media only screen and (max-width: 899px) {
    .series_box {
        padding-bottom: 22.5641vw;
    }
    .series_box .series_top {
        max-width: 100%;
        display: block;
    }
    .series_box .series_top_img {
        width: 100%;
    }
    .series_box .series_top_img img {
        width: 100%;
    }
    .series_box .series_top .bubble_tit {
        margin: 0 auto;
    }
    .series_box .series_bt ul {
        flex-direction: column;
        align-items: center;
        gap: 41px;
    }
    .series_box ul li {
        width: 100%;
    }
    .series_box ul li img {
        margin-top: 6.1538vw;
        margin-bottom: 4.1026vw;
    }
}
@media only screen and (max-width: 768px) {
    .series_box .series_top_img {
        background: none;
        height: auto;
    }
    .series_box .series_top .series_top_txt {
        width: 92.3077vw;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
    .series_box .series_top .series_top_txt .series_top_txt__inner {
        width: 100%;
    }  
    .series_box .series_top .bubble_img {
        width: 100%;
        margin: 8.2051vw auto;
    }   
    .series_box .series_top .series_top_txt .text {
        font-size: 4.6154vw;
    }
    .series_box .series_bt {
        margin-top: 16.4103vw;
    }
    .series_box .series_bt ul {
        width: 92.3077vw;
        margin-left: auto;
        margin-right: auto;
    }
    .series_box ul li b {
        font-size: 5.1282vw;
    }
    .series_box ul li b small {
        font-size: 3.3333vw;
    }
    .series_box ul li .series_list_txt {
        font-size: 4.1026vw;
    }
    .series_box ul li .series_list_txt small {
        font-size: 3.5897vw;
    }
}









/*--------------------------------
  3種のいいこと
--------------------------------*/
.feature_box {
    padding-top: 128px;
}
.feature_box .sec-title {
    margin-bottom: 16px;
}
.feature_box .ank_link {
    max-width: 812px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}
.feature_box .ank_link .ank_link_tit {
    width: 404px;
    width: 49.7537%;
}
.feature_box .ank_link .ank_link_list_sp {
    display: none;
}
.feature_box .ank_link .ank_link_list_pc {
    width: 404px;
    width: 49.7537%;
}
.feature_box .ank_link .ank_link_stxt {
    position: absolute;
    right: 0;
    bottom: -17px;
    font-size: clamp(8px, 1.4388vw, 10px);
    letter-spacing: -0.05em;
    line-height: 130%;
    font-weight: 600;
    font-family: "Noto Sans JP", sans-serif;
    font-feature-settings: "palt" 1;
    text-align: right;
}

.feature_box ul.feature_list {
    /* max-width: 1280px; */
    max-width: 100%;
    width: 100%;
    margin-top: 48px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
.feature_box ul.feature_list_bt {
    margin-top: 0;
}
.feature_box ul.feature_list li {
    width: 33.333%;
    text-align: center;
}
.feature_box ul.feature_list li:nth-child(1) {
    background: var(--color-green03);
}
.feature_box ul.feature_list li:nth-child(2) {
    background: var(--color-brown03);
}
.feature_box ul.feature_list li:nth-child(3) {
    background: var(--color-purple03);
}
.feature_box ul.feature_list li .popup-top {
    padding: 40px 32px 32px;
    box-sizing: border-box;
    /* min-height: 325px; */
    position: relative;
}
.feature_box ul.feature_list li:nth-child(1) .popup-bt {
    background: var(--color-green02);
}
.feature_box ul.feature_list li:nth-child(2) .popup-bt {
    background: var(--color-brown02);
}
.feature_box ul.feature_list li:nth-child(3) .popup-bt {
    background: var(--color-purple02);
}
.feature_box ul.feature_list_bt li::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
}
.feature_box ul.feature_list_bt li:nth-child(1)::after {
    border-top: 16px solid var(--color-green03);
}
.feature_box ul.feature_list_bt li:nth-child(2)::after {
    border-top: 16px solid var(--color-brown03);
}
.feature_box ul.feature_list_bt li:nth-child(3)::after {
    border-top: 16px solid var(--color-purple03);
}
.feature_box ul.feature_list li .popup-top .tit {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    background: linear-gradient(89.07deg, #b3883d, #ffe5b7 25.48%, #fff0d5 50.48%, #ffe5b7 76.44%, #b3883d);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 0 5px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    top: -5px;
}
.feature_box ul.feature_list li:nth-child(1) .popup-top .tit {
    color: var(--color-green01);
}
.feature_box ul.feature_list li:nth-child(2) .popup-top .tit {
    color: var(--color-brown01);
}
.feature_box ul.feature_list li:nth-child(3) .popup-top .tit {
    color: var(--color-purple01);
}
.feature_box ul.feature_list li .popup-top .tit small {
    font-family: var(--font-zen-kaku-gothic-new);
    font-size: clamp(10px, 4vw, 13px);
    font-weight: 700;
    line-height: 1;
}
.feature_box ul.feature_list li .popup-top .tit b {
    font-family: var(--font-zen-kaku-gothic-new);
    font-size: clamp(20px, 4vw, 24px);
    font-weight: 900;
    line-height: 170%;
    letter-spacing: 0.03em;
}
.feature_box ul.feature_list li .popup-top .txt {
    font-family: var(--font-zen-kaku-gothic-new);
    font-size: clamp(10px, 4vw, 14px);
    font-weight: 500;
    line-height: 170%;
    color: var(--color-white);
    text-align: left;
    padding: 0 16px;
    box-sizing: border-box;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    margin-top: 16px;
}

.feature_box ul.feature_list li .popup-bt {
    padding: 32px 32px 48px;
}
.feature_box ul.feature_list li .popup-bt p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 11px;
    font-weight: 600;
    font-feature-settings: "palt" 1;
    line-height: 150%;
    color: var(--color-white);
    margin-bottom: 8px;
}
.feature_box ul.feature_list li .popup_btn {
    position: relative;
    margin-top: 24px;
}
.feature_box ul.feature_list li .popup_btn span {
    position: relative;
    display: inline-block;
    border-radius: 32px;
    padding: 18px 38px;
    box-sizing: border-box;
    overflow: hidden;
    gap: 8px;
    text-align: center;
    font-size: var(--fs-16);
    font-family: var(--font-zen-kaku-gothic-new);
}
.feature_box ul.feature_list li .popup_btn span::before {
    display: block;
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.feature_box ul.feature_list li .popup_btn:hover span::before {
    opacity: 1;
}
.feature_box ul.feature_list li .popup_btn span * {
    position: relative;
    z-index: 2;
}

.feature_box ul.feature_list li:nth-child(1) .popup_btn span {
    color: var(--color-khaki);
    border: 1px solid var(--color-khaki);
    background: linear-gradient(90deg, #396c3d, #80a83a);
}
.feature_box ul.feature_list li:nth-child(1) .popup_btn span::before {
    background: linear-gradient(90deg, #80a83a, #396c3d);
}

.feature_box ul.feature_list li:nth-child(2) .popup_btn span {
    color: var(--color-palegoldenrod);
    border: 1px solid var(--color-palegoldenrod);
    background: linear-gradient(90deg, #872602, #d0854c);
}
.feature_box ul.feature_list li:nth-child(2) .popup_btn span::before {
    background: linear-gradient(90deg, #d0854c, #872602);
}
.feature_box ul.feature_list li:nth-child(3) .popup_btn span {
    color: var(--color-mistyrose);
    border: 1px solid var(--color-mistyrose);
    background: linear-gradient(90deg, #852d87, #e66ae8);
}
.feature_box ul.feature_list li:nth-child(3) .popup_btn span::before {
    background: linear-gradient(90deg, #e66ae8, #852d87);
}
.feature_box .open-btn {
    cursor: pointer;
}
@media screen and (min-width: 769px) and (max-width: 899px) {
    .feature_box .ank_link {
        display: block;
        max-width: 100%;
        width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .feature_box .ank_link .ank_link_tit {
        width: 100%;
    }

    .feature_box .ank_link .ank_link_list_pc {
        display: none;
    }
    .feature_box .ank_link .ank_link_list_sp {
        max-width: 100%;
        width: 500px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        gap: 4px;
    }
    .feature_box .ank_link .ank_link_list_sp li {
        width: calc(100% / 3 - 4px);
        background: #ddd;
        margin-top: 4px;
        position: relative;
        box-sizing: border-box;
    }
    .feature_box .ank_link .ank_link_list_sp li:last-child {
        width: calc(100% / 3);
    }
    .feature_box .ank_link .ank_link_list_sp li a {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0.9592vw 3.7170vw 4.1966vw;
        padding: 0.9592vw 3vw 4.1966vw;
        box-sizing: border-box;
    }
    .feature_box .ank_link .ank_link_list_sp li p {
        width: 11.9904vw;
        height: 11.9904vw;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: #fff;
        text-align: center;
    }
    .feature_box .ank_link .ank_link_list_sp li p span {
        display: inline-block;
        font-size: 1.3189vw;
        font-weight: bold;
        line-height: 1.2;
    }
    .feature_box .ank_link .ank_link_list_sp li p span sup {
        font-size: 10px;
        top: -4px;
    }
    .feature_box .ank_link .ank_link_list_sp li p b {
        display: inline-block;
        font-size: 2.0384vw;
        font-weight: bold;
        line-height: 1.4;
    }
    .feature_box .ank_link .ank_link_list_sp li:nth-child(1) {
        border-radius: 0 0 0 3.5971vw;
        background: var(--color-green03);
    }
    .feature_box .ank_link .ank_link_list_sp li:nth-child(1) p {
        background: var(--color-green02);
    }
    .feature_box .ank_link .ank_link_list_sp li:nth-child(2) {
        background: var(--color-brown03);
    }
    .feature_box .ank_link .ank_link_list_sp li:nth-child(2) p {
        background: var(--color-brown02);
    }
    .feature_box .ank_link .ank_link_list_sp li:nth-child(3) {
        border-radius: 0 0 3.5971vw 0;
        background: var(--color-purple03);
    }
    .feature_box .ank_link .ank_link_list_sp li:nth-child(3) p {
        background: var(--color-purple02);
    }
    .feature_box .ank_link .ank_link_list_sp li svg {
        position: absolute;
        bottom: 1.5588vw;
        left: 50%;
        transform: translateX(-50%);
        width: 1.4388vw;
        height: 0.7194vw;
    }

    .feature_box .ank_link .ank_link_stxt {
        position: static;
        right: 0;
        bottom: 0;
        /* font-size: 10px; */
        text-align: left;
        margin-top: 4px;
    }


    .feature_box ul.feature_list {
        max-width: 100%;
        display: block;
    }
    .feature_box ul.feature_list li {
        width: 100%;
    }
    .feature_box ul.feature_list li .popup-top {
        min-height: auto;
    }
    .feature_box ul.feature_list li .popup-top .tit {
        width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .feature_box ul.feature_list li .popup-top .txt {
        width: 500px;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.6787vw;
    }
    .feature_box ul.feature_list li .popup-bt .img {
        width: 500px;
        margin-left: auto;
        margin-right: auto;  
    }
    .feature_box ul.feature_list li .popup-bt p {
        font-size: 1.2222vw;
    }
    .feature_box ul.feature_list li .popup_btn span {
        padding: 2.1583vw 12.8297vw;
        font-size: 1.9185vw;
    }

    .feature_box ul.feature_list li .popup-top::after {
        display: block;
        content: "";
        position: absolute;
        top: auto;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
    }
    .feature_box ul.feature_list li:nth-child(1) .popup-top::after {
        border-top: 16px solid var(--color-green03);
    }
    .feature_box ul.feature_list li:nth-child(2) .popup-top::after {
        border-top: 16px solid var(--color-brown03);
    }
    .feature_box ul.feature_list li:nth-child(3) .popup-top::after {
        border-top: 16px solid var(--color-purple03);
    }

    .feature_box ul.feature_list.pc_only {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .feature_box {
        padding-top: 22.5641vw;
    }
    .feature_box .sec-title {
        margin-bottom: 4.1026vw;
    }
    .feature_box .ank_link {
        display: block;
        max-width: 100%;
        width: 91.7949vw;
    }
    .feature_box .ank_link .ank_link_tit {
        width: 100%;
    }

    .feature_box .ank_link .ank_link_list_pc {
        display: none;
    }
    .feature_box .ank_link .ank_link_list_sp {
        display: flex;
        gap: 1.0256vw;
    }
    .feature_box .ank_link .ank_link_list_sp li {
        width: calc(100% / 3);
        background: #ddd;
        margin-top: 1.0256vw;
        position: relative;
    }
    .feature_box .ank_link .ank_link_list_sp li a {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 2.0513vw 2.0513vw 8.9744vw;
    }
    .feature_box .ank_link .ank_link_list_sp li p {
        width: 25.6410vw;
        height: 25.6410vw;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: #fff;
        text-align: center;
    }
    .feature_box .ank_link .ank_link_list_sp li p span {
        display: inline-block;
        font-size: 2.8205vw;
        font-weight: bold;
        line-height: 1.2;
    }
    .feature_box .ank_link .ank_link_list_sp li p b {
        display: inline-block;
        font-size: 4.3590vw;
        font-weight: bold;
        line-height: 1.4;
    }
    .feature_box .ank_link .ank_link_list_sp li:nth-child(1) {
        border-radius: 0 0 0 7.6923vw;
        background: var(--color-green03);
    }
    .feature_box .ank_link .ank_link_list_sp li:nth-child(1) p {
        background: var(--color-green02);
    }
    .feature_box .ank_link .ank_link_list_sp li:nth-child(2) {
        background: var(--color-brown03);
    }
    .feature_box .ank_link .ank_link_list_sp li:nth-child(2) p {
        background: var(--color-brown02);
    }
    .feature_box .ank_link .ank_link_list_sp li:nth-child(3) {
        border-radius: 0 0 7.6923vw 0;
        background: var(--color-purple03);
    }
    .feature_box .ank_link .ank_link_list_sp li:nth-child(3) p {
        background: var(--color-purple02);
    }
    .feature_box .ank_link .ank_link_list_sp li svg {
        position: absolute;
        bottom: 3.3333vw;
        left: 50%;
        transform: translateX(-50%);
        width: 12px;
        height: 6px;
    }
    .feature_box .ank_link .ank_link_stxt {
        position: static;
        right: 0;
        bottom: 0;
        font-size: 2.5641vw;
        text-align: left;
        margin-top: 1.0256vw;
    }
    .feature_box .ank_link .ank_link_list_sp li p span sup {
        font-size: 2.5641vw;
        top: -1.0256vw;
    }


    .feature_box ul.feature_list {
        max-width: 100%;
        margin-top: 10.2564vw;
        display: block;
    }
    .feature_box ul.feature_list li {
        width: 100%;
    }
    .feature_box ul.feature_list li .popup-top {
        padding: 5.8974vw 4.1026vw 8.2051vw;
        min-height: auto;
    }
    .feature_box ul.feature_list .popup-top::after {
        display: block;
        content: "";
        position: absolute;
        bottom: -3.8462vw;
        left: 50%;
        transform: translateX(-50%);
        border-left: 4.1026vw solid transparent;
        border-right: 4.1026vw solid transparent;
    }
    .feature_box ul.feature_list li:nth-child(1) .popup-top::after {
        border-top: 4.1026vw solid var(--color-green03);
    }
    .feature_box ul.feature_list li:nth-child(2) .popup-top::after {
        border-top: 4.1026vw solid var(--color-brown03);
    }
    .feature_box ul.feature_list li:nth-child(3) .popup-top::after {
        border-top: 4.1026vw solid var(--color-purple03);
    }
    .feature_box ul.feature_list li .popup-top .tit {
        padding: 1.0256vw 0;
        padding: calc(1.0256vw + 4px) 0 1.0256vw;
    }
    .feature_box ul.feature_list li .popup-top .tit small {
        font-size: 3.3333vw;
    }
    .feature_box ul.feature_list li .popup-top .tit b {
        font-size: 6.1538vw;
        line-height: 1.5;
    }
    .feature_box ul.feature_list li .popup-top .txt {
        font-size: 3.5897vw;
        padding: 0 4.1026vw;
        margin-top: 4.1026vw;
    }

    .feature_box ul.feature_list li .popup-bt {
        padding: 8.2051vw 4.1026vw 12.3077vw;
    }
    .feature_box ul.feature_list li .popup-bt p {
        font-size: 2.8205vw;
        margin-bottom: 2.0513vw;
    }
    .feature_box ul.feature_list li .popup_btn {
        margin-top: 6.1538vw;
    }
    .feature_box ul.feature_list li .popup_btn span {
        border-radius: 8.2051vw;
        padding: 4.6154vw 9.7436vw;
        gap: 2.0513vw;
        font-size: 4.1026vw;
    }

    .feature_box ul.feature_list.pc_only {
        display: none;
    }
}







/* POPUP */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%;
    background: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
    z-index: 9999999;
}
.popup-content {
    max-width: 1120px;
    width: 100%;
    padding: 48px 60px;
    padding: 4.2857% 5.3571%;
    border-radius: 30px;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
    position: relative;
}
@media only screen and (max-height: 860px) {
    .popup-content {
        height: calc(100vh - 100px);
        overflow: hidden;
        padding: 4.2857% 2.3571%;
    }
    .popup-content .popup_inner {
        overflow-y: scroll;
        width: 100%;
        height: 100%;
        padding: 0 3%;
        box-sizing: border-box;
    }
}


.popup-content .popup_tit {
    font-family: var(--font-zen-kaku-gothic-new);
}
#popup1 .popup-content .popup_tit {
    color: var(--color-green01);
}
#popup2 .popup-content .popup_tit {
    color: var(--color-brown01);
}
#popup3 .popup-content .popup_tit {
    color: var(--color-purple01);
}
.popup-content .popup_tit small {
    display: block;
    font-size: 16px;
    font-weight: 700;
}
.popup-content .popup_tit span {
    display: inline-grid;
}
.popup-content .popup_tit span b {
    font-size: 28px;
    font-weight: 900;
    line-height: 170%;
}
.popup-content .popup_tit .line {
    display: inline-block;
    width: 100%;
    height: 2px;
    background-image: repeating-linear-gradient(to right, #222, #222 7px, transparent 7px, transparent 12px);
}
.popup-content ul {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 24px;
    margin-bottom: 24px;
    gap: 32px;
}
.popup-content ul li {
    width: calc(50% - 15.5px);
}
.popup-content ul li .img_tit {
    font-family: "Noto Sans JP", sans-serif;
    font-feature-settings: "palt" 1;
    /* font-size: 13px; */
     font-size: 11px;
    line-height: 150%;
    font-weight: 600;
    margin-bottom: 8px;
}
.popup-content ul li .img_txt {
    width: 100%;
    text-align: left;
    margin-top: 16px;
    padding: 5px 8px;
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    font-feature-settings: "palt" 1;
    line-height: 130%;
    letter-spacing: -0.07em;
    text-align: justify;
}
#popup1 .popup-content .img_txt {
    border: 1px solid var(--color-green01);
}
#popup2 .popup-content .img_txt {
    border: 1px solid var(--color-brown01);
}
#popup3 .popup-content .img_txt {
    border: 1px solid var(--color-purple01);
}

.popup-content .close-button {
    position: relative;
    border-radius: 22px;
    border: 1px solid var(--color-gray);
    padding: 8px 72px 10px;
    box-sizing: border-box;
    text-align: center;
    font-size: 13px;
    color: var(--color-gray);
    font-family: var(--font-zen-kaku-gothic-new);
    font-weight: 700;
}
.popup-content .close-button:hover {
    background: #FFF6EC;
}
.popup-content .close-icon {
    width: 16px;
    position: absolute;
    top: 2.6786%;
    right: 2.6786%;
}
@media screen and (min-width: 769px) and (max-width: 899px) {
    .popup-content {
        max-width: 100%;
        width: 500px;
        padding: 4.7962vw 1.9185vw;
        height: calc(100vh - 20px);
        overflow-y: scroll;
    }
    .popup-content .popup_tit small {
        font-size: 1.9185vw;
    }
    .popup-content .popup_tit span b {
        font-size: 2.3981vw;
    }
    .popup-content ul {
        flex-direction: column;
        margin-top: 2.8777vw;
        margin-bottom: 2.8777vw;
        gap: 2.8777vw;
    }
    .popup-content ul li {
        width: 100%;
    }
    .popup-content ul li .img_tit {
        font-size: 1.5588vw;
        font-size: 1.2222vw;
    }
    .popup-content ul li .img_txt {
        margin-top: 0.9592vw;
        padding: 0.9592vw;
        font-size: 1.5588vw;
    }

    .popup-content .close-button {
        font-size: 1.5588vw;
    }
    .popup-content .close-icon {
        width: 1.4388vw;
    }
}
@media only screen and (max-width: 768px) {
    .popup-content {
        max-width: 100%;
        width: 94.8718vw;
        padding: 10.2564vw 4.1026vw 8.2051vw;
        border-radius: 7.6923vw;
        height: calc(100vh - 20px);
        overflow-y: scroll;
    }
    .popup-content .popup_tit small {
        font-size: 3.3333vw;
    }
    .popup-content .popup_tit span b {
        font-size: 5.05vw;
    }
    .popup-content ul {
        flex-direction: column-reverse;
        margin-top: 6.1538vw;
        margin-bottom: 6.1538vw;
        gap: 6.1538vw;
    }
    .popup-content ul li {
        width: 100%;
    }
    .popup-content ul li .img_tit {
        font-size: 2.8205vw;
        margin-bottom: 2.0513vw;
    }
    .popup-content ul li .img_txt {
        margin-top: 2.0513vw;
        padding: 2.0513vw;;
        font-size: 3.3333vw;
    }

    .popup-content .close-button {
        border-radius: 5.6410vw;
        padding: 2.0513vw 18.4615vw 2.5641vw;
        font-size: 3.3333vw;
    }
    .popup-content .close-button:hover {
        background: #FFF6EC;
    }
    .popup-content .close-icon {
        width: 4.3590vw;
        top: 5.1282vw;
        right: 5.1282vw;
    }
}



/*--------------------------------
  おすすめのシーン
--------------------------------*/
.recommended_scenes {

}
.recommended_scenes .tit_lead {
    width: 634px;
    margin: 14px auto 0;
}
.recommended_scenes ul {
    display: flex;
    gap: 32px;
    margin-top: 68px;
}
.recommended_scenes ul li {
    position: relative;
}
.recommended_scenes ul li:nth-child(2) {
    margin-top: 75px;
}

.recommended_scenes ul li .list_txt {
    position: absolute;
    top: -20px;
}
.recommended_scenes ul li:nth-child(1) .list_txt {
    width: 222px;
    left: -32px;
}
.recommended_scenes ul li:nth-child(2) .list_txt {
    width: 189px;
    right: -20px;
}
.recommended_scenes ul li:nth-child(3) .list_txt {
    width: 288px;
    left: -32px;
}
@media screen and (min-width: 769px) and (max-width: 899px) {
    .recommended_scenes .tit_lead {
        width: 47.4820vw;
        margin: 1.6787vw auto 0;
    }
    .recommended_scenes ul {
        width: 404px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        gap: 32px;
        margin-top: 68px;
    }
    .recommended_scenes ul li + li {
        margin-top: 5.2758vw;
    }
    .recommended_scenes ul li:nth-child(2) {
        margin-top: 5.2758vw;
    }

    .recommended_scenes ul li .list_txt {
        top: -2.3981vw;
    }
    .recommended_scenes ul li:nth-child(1) .list_txt {
        width: 24.6941vw;
        left: -3.8369vw;
    }
    .recommended_scenes ul li:nth-child(2) .list_txt {
        width: 21.0234vw;
        right: -2.3981vw;
    }
    .recommended_scenes ul li:nth-child(3) .list_txt {
        width: 32.0356vw;
        left: -3.8369vw;
    }
}
@media only screen and (max-width: 768px) {
    .recommended_scenes .tit_lead {
        width: 93.3333vw;
        margin: 3.5897vw auto 0;
    }
    .recommended_scenes ul {
        width: 75.3846vw;
        display: block;
        margin-top: 15.3846vw;
    }
    .recommended_scenes ul li:nth-child(2),
    .recommended_scenes ul li:nth-child(3) {
        margin-top: 11.2821vw;
    }
    
    .recommended_scenes ul li .list_txt {
        top: -2.3981vw;
    }
    .recommended_scenes ul li:nth-child(1) .list_txt {
        width: 56.9231vw;
        left: -8.2051vw;
    }
    .recommended_scenes ul li:nth-child(2) .list_txt {
        width: 48.4615vw;
        right: -8.2051vw;
    }
    .recommended_scenes ul li:nth-child(3) .list_txt {
        width: 73.8462vw;
        left: -8.2051vw;
    }
}




/*--------------------------------
  ラインナップ
--------------------------------*/
.line_up ul.accordion {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    align-items: flex-start;
    justify-content: center;
    align-content: center;
}
.line_up ul li {
    width: calc(323 / var(--base));
    width: 323px;
    border-radius: 30px;
    overflow: hidden;
}
.line_up ul li .accordion-top {
    position: relative;
    width: 100%;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 24px 20px;
    box-sizing: border-box;
    text-align: center;
}
.line_up ul.accordion li:nth-child(1) .accordion-top {
    background: #396c3d;
}
.line_up ul.accordion li:nth-child(2) .accordion-top {
    background: #872602;
}
.line_up ul.accordion li:nth-child(3) .accordion-top {
    background: #852d87;
}
.line_up ul li .accordion-top::after {
    display: block;
    content: "";
    position: absolute;
    bottom: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
}
.line_up ul.accordion li:nth-child(1) .accordion-top::after {
    border-top: 16px solid #396c3d;
}
.line_up ul.accordion li:nth-child(2) .accordion-top::after {
    border-top: 16px solid #872602;
}
.line_up ul.accordion li:nth-child(3) .accordion-top::after {
    border-top: 16px solid #852d87;
}

.line_up ul.accordion li .accordion-top_heading {
    position: relative;
    letter-spacing: 0.03em;
    line-height: 150%;
    background: linear-gradient(89.07deg, #b3883d, #ffe5b7 25.48%, #fff0d5 50.48%, #ffe5b7 76.44%, #b3883d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    margin-bottom: 8px;
}
.line_up ul.accordion li .accordion-top_heading small {
    font-size: 11px;
}
.line_up ul.accordion li .accordion-top span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0rem 0.562rem 0.2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-feature-settings: "palt" 1;
    font-weight: 500;
    color: var(--color-white);
}
.line_up ul.accordion li:nth-child(1) .accordion-top span {
    background-color: var(--color-green02);
}
.line_up ul.accordion li:nth-child(2) .accordion-top span {
    background-color: var(--color-brown02);
}
.line_up ul.accordion li:nth-child(3) .accordion-top span {
    background-color: var(--color-purple02);
}

.line_up ul li .accordion-bt .badge {
    background: #fff;
    position: absolute;
    right: 7px;
    top: 7px;
    padding: 0 4px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
}
.line_up ul li:nth-child(1) .accordion-bt .badge {
    color: #396C3D;
}
.line_up ul li:nth-child(2) .accordion-bt .badge {
    letter-spacing: -0.1em;
    color: #872602;
}
.line_up ul li:nth-child(3) .accordion-bt .badge {
    color: #852D87;
}

.line_up ul li .accordion-bt {
    padding: 24px;
    box-sizing: border-box;
    position: relative;
}
.line_up ul.accordion li:nth-child(1) {
    background: #80a83a;
}
.line_up ul.accordion li:nth-child(1) .accordion-item {
    background: #9ac64e;
}
.line_up ul.accordion li:nth-child(2) {

    background: #d0854c;
}
.line_up ul.accordion li:nth-child(2) .accordion-item {
    background: #e09f3c;
}
.line_up ul.accordion li:nth-child(3) {
    background: #f5afe8;
    background: #d28dce;
}
.line_up ul.accordion li:nth-child(3) .accordion-item {
    background: #f5afe8;
}

.line_up ul li .accordion-bt .item_pho_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.line_up ul li .accordion-bt .item_pho {
    width: 102px;
}
.line_up ul li .accordion-bt .item_txt {
    width: 157px;
    color: var(--color-white);
}
.line_up ul li .accordion-bt .item_txt small,
.line_up ul li .accordion-bt .item_txt b {
    display: block;
}
.line_up ul li .accordion-bt .item_txt small {
    font-size: 13px;
    font-weight: bold;
}
.line_up ul li .accordion-bt .item_txt b {
    font-size: 26px;
    padding-bottom: 10px;
}

.line_up ul li .accordion-bt .item_txt .line {
    height: 2px;
    background-image: repeating-linear-gradient(
      to right,
      #fff,
      #fff 7px,
      transparent 7px,
      transparent 12px
    );
}
.line_up ul li .accordion-bt .item_txt p.txt {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 170%;
}

.line_up ul.accordion li .accordion-item {
    border-radius: 5px;
    flex: 1;
}
.line_up ul.accordion li .accordion-header {
    width: 100%;
    padding: 5px;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--font-zen-kaku-gothic-new), sans-serif;
    font-size: clamp(10px, 1.4388vw, 12px);
    font-weight: 700;
    line-height: 130%;
    color: var(--color-gray);
    text-align: center;
    background: transparent;
}
.line_up ul li .accordion-bt .accordion-item .arrow {
    padding-left: 12px;
}
.line_up ul li .accordion-bt .accordion-item.active .arrow {
    transform: rotate(180deg);
    padding-right: 12px;
    padding-left: 0;
}

.line_up ul.accordion li .accordion-content {
    display: none;
    padding: 5px 16px;
}
.line_up ul.accordion li .accordion-item.active .accordion-content {
    display: block;
}
.line_up ul.accordion li .accordion-content dl {
    padding-top: 16px;
    padding-bottom: 16px;
}
.line_up ul.accordion li .accordion-content dl + dl {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.line_up ul.accordion li .accordion-content dl dt {
    font-family: var(--font-zen-kaku-gothic-new);
    font-size: clamp(10px, 4.1026vw, 12px);
    font-weight: 700;
    padding-bottom: 5px;
}
.line_up ul.accordion li .accordion-content dl dd {
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(10px, 4.1026vw, 12px);
    font-feature-settings: "palt" 1;
    line-height: 150%;
}

.line_up ul li .accordion-bt .blank_btn {
    width: 100%;
    position: relative;
    margin-top: 16px;
}
.line_up ul li .accordion-bt .blank_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 4.5rem;
    border-radius: 22px;
    box-sizing: border-box;
    border: 1px solid var(--color-gray);
    text-align: center;
    font-size: clamp(11px, 1.5588vw, 13px);
    font-weight: bold;
    color: var(--color-gray);
    font-family: var(--font-zen-kaku-gothic-new);
}
.line_up ul li .accordion-bt .blank_btn a:hover {
    background-color: rgba(255, 255, 255, 0.3);
}
.line_up ul li .accordion-bt .blank_btn .arrow {
    width: 0.813rem;
    height: 0.813rem;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    padding-left: 12px;
}

.line_up .line_up_btn {
    margin-top: 48px;
}
.line_up .line_up_btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    text-align: center;
}
.line_up .line_up_btn a b {
    border-radius: 40px;
    background-color: var(--color-white);
    border: 1px solid var(--color-gray);
    padding: 20px 52px 20px 32px;
    box-sizing: border-box;
    font-size: clamp(16px, 2.8205vw, 16px);
    color: var(--color-gray);
    font-family: var(--font-zen-kaku-gothic-new);
    position: relative;
}
.line_up .line_up_btn a:hover b {
    background: rgba(255, 255, 255, 0.6);
}
.line_up .line_up_btn a b img {
    width: 13px;
    height: 13px;
    position: absolute;
    top: 50%;
    right: 32px;
    transform: translateY(-50%);
}

.line_up .add_stxt {
    margin-top: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(10px, 4.1026vw, 10px);
    font-weight: 500;
    font-feature-settings: "palt" 1;
    letter-spacing: -0.05em;
    line-height: 130%;
    text-align: justify;
}
@media screen and (min-width: 769px) and (max-width: 899px) {
    .line_up ul.accordion {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }
    .line_up ul li {
        width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .line_up ul li .accordion-top {
        min-height: auto;
    }

    .line_up ul.accordion li .accordion-top_heading {
        font-size: 1.9185vw;
        margin-bottom: 8px;
    }
    .line_up ul.accordion li .accordion-top_heading small {
        font-size: 1.3189vw;
    }
    .line_up ul.accordion li .accordion-top span {
        font-size: 1.5588vw;
    }

    .line_up ul li .accordion-bt {
        padding: 2.8777vw;
    }

    .line_up ul li .accordion-bt .badge {
        right: 0.7vw;
        top: 0.7vw;
        font-size: 1.3333vw;
    }

    .line_up ul li .accordion-bt .item_pho_box {
        justify-content: center;
        gap: 16px;
    }

    .line_up ul li .accordion-bt .item_txt small {
        font-size: 1.5588vw;
    }
    .line_up ul li .accordion-bt .item_txt b {
        font-size: 3.1175vw;
    }
    .line_up ul li .accordion-bt .item_txt p.txt {
        font-size: 1.6787vw;
    }

    .line_up ul.accordion li .accordion-header {
        font-size: 1.4388vw;
    }

    .line_up ul.accordion li .accordion-content dl dt {
        font-size: 1.4388vw;
    }
    .line_up ul.accordion li .accordion-content dl dd {
        font-size: 1.4388vw;
    }
    .line_up ul li .accordion-bt .blank_btn a {
        font-size: 1.5588vw;
    }
}
@media only screen and (max-width: 768px) {
    .line_up ul.accordion {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4.1026vw;
    }
    .line_up ul li {
        width: 91.7949vw;
        border-radius: 7.6923vw;
    }
    .line_up ul li .accordion-top {
        min-height: auto;
        padding: 4.1026vw 6.1538vw 5.1282vw;
    }
    .line_up ul li .accordion-top::after {
        bottom: -3.8462vw;
        border-left: 4.1026vw solid transparent;
        border-right: 4.1026vw solid transparent;
    }
    .line_up ul.accordion li:nth-child(1) .accordion-top::after {
        border-top: 4.1026vw solid #396c3d;
    }
    .line_up ul.accordion li:nth-child(2) .accordion-top::after {
        border-top: 4.1026vw solid #872602;
    }
    .line_up ul.accordion li:nth-child(3) .accordion-top::after {
        border-top: 4.1026vw solid #852d87;
    }

    .line_up ul.accordion li .accordion-top_heading {
        font-size: 4.1026vw;
        margin-bottom: 2.0513vw;
    }
    .line_up ul.accordion li .accordion-top_heading small {
        font-size: 2.8205vw;
    }
    .line_up ul.accordion li .accordion-top span {
        padding: 0rem 0.562rem 0.2rem;
        font-size: 3.0769vw;
    }

    .line_up ul li .accordion-bt {
        padding: 6.1538vw;
    }
    .line_up ul li .accordion-bt .badge {
        right: 1.8667vw;
        top: 1.8667vw;
        font-size: 3.2000vw;
    }
    .line_up ul li .accordion-bt .item_pho_box {
        margin-bottom: 4.1026vw;
    }
    .line_up ul li .accordion-bt .item_pho {
        width: 26.1538vw;
    }
    .line_up ul li .accordion-bt .item_txt {
        width: 49.2308vw;
    }
    .line_up ul li .accordion-bt .item_txt small {
        font-size: 3.3333vw;
    }
    .line_up ul li .accordion-bt .item_txt b {
        font-size: 6.6667vw;
    }
    .line_up ul li .accordion-bt .item_txt p.txt {
        font-size: 3.5897vw;
    }

    .line_up ul.accordion li .accordion-item {
        border-radius: 1.2821vw;
    }
    .line_up ul.accordion li .accordion-header {
        padding: 1.2821vw;
        font-size: 3.0769vw;
    }
    .line_up ul li .accordion-bt .accordion-item .arrow {
        padding-left: 4.1026vw;
    }
    .line_up ul li .accordion-bt .accordion-item.active .arrow {
        padding-right: 4.1026vw;
    }
    .line_up ul.accordion li .accordion-content {
        padding: 1.2821vw 4.1026vw;
    }
    .line_up ul.accordion li .accordion-content dl {
        padding-top: 4.1026vw;
        padding-bottom: 4.1026vw;
    }
    .line_up ul.accordion li .accordion-content dl dt {
        font-size: 3.0769vw;
        padding-bottom: 1.2821vw;
    }
    .line_up ul.accordion li .accordion-content dl dd {
        font-size: 3.0769vw;
    }

    .line_up ul li .accordion-bt .blank_btn {
        margin-top: 4.1026vw;
    }
    .line_up ul li .accordion-bt .blank_btn a {
        padding: 2.0513vw;
        border-radius: 5.6410vw;
        font-size: 3.3333vw;
    }
    .line_up ul li .accordion-bt .blank_btn a:hover {
        background-color: none;
    }
    .line_up ul li .accordion-bt .blank_btn .arrow {
        width: 3.3333vw;
        height: 3.0769vw;
        padding-left: 3.0769vw;
    }

    .line_up .line_up_btn {
        margin-top: 6.1538vw;
    }
    .line_up .line_up_btn a {
        gap: 3.0769vw;
    }
    .line_up .line_up_btn a b {
        border-radius: 8.2051vw;
        padding: 2.8205vw 14.6154vw 3.3333vw 8.2051vw;
        font-size: 3.3333vw;
        line-height: 150%;
    }
    .line_up .line_up_btn a:hover b {
        background-color: var(--color-white);
    }
    .line_up .line_up_btn a b img {
        width: 3.3333vw;
        height: 3.3333vw;
        right: 8.2051vw;
    }

    .line_up .add_stxt {
        margin-top: 4.1026vw;
        padding-left: 4.1026vw;
        padding-right: 4.1026vw;
        box-sizing: border-box;
        font-size: 2.5641vw;
    }
}











/*--------------------------------
  よくあるご質問
--------------------------------*/
.qna_box .cont_inner {
    padding: 56px 0 32px;
    border-radius: 30px;
    background: #fff;
}
.qna_box ul li {
    padding: 24px 48px;
    border-top: 1px solid #e1e1e1;
}
.qna_box ul li .qa__question {
    display: flex;
    margin-bottom: 9px;
}
.qna_box ul li .qa__question span {
    font-family: "Rubik", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: #222;
}
.qna_box ul li .qa__question p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7;
    color: #222;
    margin-left: 8px;
}
.qna_box ul li .qa__answer p,
.qna_box ul li .qa__answer p a {
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
    color: #396c3d;
}
.qna_box ul li .qa__answer p a {
    word-wrap: break-word;
}

@media screen and (min-width: 769px) and (max-width: 899px) {
    .qna_box .cont_inner {
        width: 500px;
    }
    .qna_box ul li {
        padding: 2.8777vw;
    }
    .qna_box ul li .qa__question span {
        font-size: 2.3981vw;
    }
    .qna_box ul li .qa__question p {
        font-size: 1.9185vw;
        margin-left: 8px;
    }
    .qna_box ul li .qa__answer p,
    .qna_box ul li .qa__answer p a {
        font-size: 1.7986vw;
    }
}
@media only screen and (max-width: 768px) {
    .qna_box .cont_inner {
        padding: 12.3077vw 0 12.3077vw;
        border-radius: 7.6923vw;
        width: 91.7949vw;
    }
    .qna_box ul li {
        padding: 6.1538vw;
    }
    .qna_box ul li .qa__question {
        margin-bottom: 2.0513vw;
    }
    .qna_box ul li .qa__question span {
        font-size: 5.1282vw;
    }
    .qna_box ul li .qa__question p {
        font-size: 4.1026vw;
        margin-left: 2.0513vw;
    }
    .qna_box ul li .qa__answer p,
    .qna_box ul li .qa__answer p a {
        font-size: 3.8462vw;
    }


}


/*--------------------------------
  ご購入はこちら
--------------------------------*/
.online_shop {
    width: 100%;
    padding-top: 88px;
    padding-bottom: 88px;
    background: url('../img/iikoto-mainichi/online_shop_bg_pc.png') no-repeat;
    background-size: cover;
    text-align: center;
}
.online_shop .sec-title .tit-heading02,
.online_shop .online-shop__name,
.online_shop .online-shop__txt {
    font-family: var(--font-zen-kaku-gothic-new);
    font-weight: 500;
    color: var(--color-white);
}

.online-shop__links {
    display: flex;
    justify-content: space-around;
    margin-bottom: 48px;
}
.online-shop__link {
    width: 300px;
}
.online-shop__link a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 21px;
    border-radius: 35px;
    box-sizing: border-box;
    margin-bottom: 5px;
    background-color: var(--color-white);
    position: relative;
}
.online-shop__link a::after {
    display: block;
    content: "";
    width: 13px;
    height: 13px;
    background: url('../img/iikoto-mainichi/blank_icon.svg') no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}
.online-shop__link a:hover {
    opacity: 0.6;
}
@media screen and (min-width: 769px) and (max-width: 899px) {
    .online-shop__links {
        max-width: 300px;
        display: block;
        margin-bottom: 5.7554vw;
    }
    .online-shop__link {
        width: 100%;
    }
    .online-shop__link + .online-shop__link {
        margin-top: 1.7986vw;
    }

    
}
@media only screen and (max-width: 768px) {
    .online_shop {
        padding-top: 22.5641vw;
        padding-bottom: 22.5641vw;
        background: url('../img/iikoto-mainichi/online_shop_bg_sp.png') no-repeat;
        background-size: cover;
    }
    .online-shop__links {
        width: 76.9231vw;
        flex-direction: column;
        margin-bottom: 12.3077vw;
    }
    .online-shop__link {
        width: 100%;
    }
    .online-shop__link + .online-shop__link {
        margin-top: 3.8462vw;
    }
    .online-shop__link a {
        padding: 3.8462vw 5.3846vw;
        border-radius: 8.9744vw;
        margin-bottom: 1.2821vw;
    }
}









/*--------------------------------
  繰り返し流れ
--------------------------------*/
.banner-wrap {
    overflow: hidden;
    width: 100%;
}

.banner-track {
    display: flex;
    width: max-content;
    animation: scrollBanner 150s linear infinite;
}

.banner-item {
    flex: 0 0 auto;
}

.banner-wrap01 .banner-item img {
    height: 99px;
}

.banner-wrap02 .banner-item img {
    height: 98px;
}

@keyframes scrollBanner {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}













/*--------------------------------
  global-nav
--------------------------------*/
#iikoto-mainichi .global-nav {
    position: relative;
    z-index: 10;
    transition: transform 0.3s ease;
    background: #FFF;
}
#iikoto-mainichi .global-nav.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
#iikoto-mainichi .global-nav.is-hidden {
    transform: translateY(-100%);
}
#iikoto-mainichi .global-nav__row {
    display: flex;
    align-items: center;
    height: clamp(88.125px, calc(94 / 400 * 100vw), 94px);
    height: 20vw;
    text-align: center;  
}
#iikoto-mainichi .global-nav.is-fixed .global-nav__row {
    height: 13.3333vw;
}

#iikoto-mainichi .global-nav__item {
    width: calc(100% / 6);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #FBE8D3;
    padding: 4.1026vw 0;
    box-sizing: border-box;
}
#iikoto-mainichi .global-nav__item:last-child {
    border-right: none;
} 
#iikoto-mainichi .global-nav__row .global-nav__link {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 8.2051vw;
    padding-bottom: 4.8718vw;
}
#iikoto-mainichi .global-nav.is-fixed .global-nav__row .global-nav__link {
    padding: 2.5641vw 0;
}
#iikoto-mainichi .global-nav__row .global-nav__item .global-nav__link::after {
    display: block;
    content: "";
    width: 2.5641vw;
    height: 1.2821vw;
    background: url('../img/iikoto-mainichi/arrow_icon.svg') no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
#iikoto-mainichi .global-nav.is-fixed .global-nav__row .global-nav__item .global-nav__link::after {
    display: none;
}

#iikoto-mainichi .global-nav__row .global-nav__link p {
    font-family: var(--font-zen-kaku-gothic-new);
    font-size: 3.0769vw;
    font-weight: 700;
    line-height: 130%;
    color: var(--color-gray);
}
@media screen and (min-width: 769px) and (max-width: 899px) {
    #iikoto-mainichi .global-nav__row {
        height: 9.3525vw;
    }
    #iikoto-mainichi .global-nav.is-fixed .global-nav__row {
        height: 7.6739vw;
    }
    #iikoto-mainichi .global-nav__item {
        padding: 1.9185vw 0;
        box-sizing: border-box;
    }
    #iikoto-mainichi .global-nav__row .global-nav__link {
        height: 100%;
        padding-bottom: 1.6787vw;
        box-sizing: border-box;
    }
    #iikoto-mainichi .global-nav.is-fixed .global-nav__row .global-nav__link {
        padding: 1.9185vw 0;
    }
    #iikoto-mainichi .global-nav__row .global-nav__item .global-nav__link::after {
        width: 1.1990vw;
        height: 0.5995vw;
    }

    #iikoto-mainichi .global-nav__row .global-nav__link p {
        font-size: 1.4388vw;
    }
}
@media (min-width: 900px) {
    #iikoto-mainichi .global-nav__row {
        flex-wrap: nowrap;
        justify-content: center;
        height: 57px;
        max-width: 1000px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    #iikoto-mainichi .global-nav.is-fixed .global-nav__row {
        height: 44px;
    }

    #iikoto-mainichi .global-nav__item {
        padding: 4px;
    }
    #iikoto-mainichi .global-nav__item:first-child {
        border-left: 1px solid #FBE8D3;
    } 
    #iikoto-mainichi .global-nav__item:last-child {
        border-right: 1px solid #FBE8D3;
    } 
    #iikoto-mainichi .global-nav__row .global-nav__link {
        border-radius: 5px;
        box-sizing: border-box;
        height: 49px;
        padding-bottom: 16px;
    }
    #iikoto-mainichi .global-nav.is-fixed .global-nav__row .global-nav__link {
        padding: 0;
        height: 36px;
    }
    #iikoto-mainichi .global-nav.is-fixed .global-nav__row .global-nav__item .global-nav__link::after {
        display: none;
    }
    #iikoto-mainichi .global-nav__row .global-nav__link:hover {
        background: #FFF6EC;
    }
    #iikoto-mainichi .global-nav__row .global-nav__item .global-nav__link::after {
        display: block;
        content: "";
        width: 11px;
        height: 6px;
        background: url('../img/iikoto-mainichi/arrow_icon.svg') no-repeat;
        background-size: cover;
        position: absolute;
        bottom: 10px;
        left: 50%;
    }



    /* #iikoto-mainichi .global-nav__item:nth-child(n+3) {
        width: auto;
    } */



    #iikoto-mainichi .global-nav__row .global-nav__link p {
        font-family: var(--font-zen-kaku-gothic-new);
        font-size: clamp(13.125px, calc(14 / 400 * 100vw), 16px);
        font-weight: 700;
        line-height: 130%;
        color: var(--color-gray);
    }


    /* #iikoto-mainichi .global-nav__item:nth-child(n+3) {
        width: auto;
    } */
}































.faq-question,
.faq-answer-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}
.faq-question {
  padding: 0 0 10px;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s;
}
.faq-question p,
.faq-answer p {
  width: 300px;
}
.faq-answer {
  font-weight: normal;
  padding: 0;
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}
.faq-answer p {
  font-size: 15px;
  line-height: 150%;
  padding-bottom: 10px;
}
.txt_box .cont_btn {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
}
.txt_box .cont_btn::after {
  display: block;
  content: '';
  width: 12px;
  height: 7px;
  background: url('../img/arrow_icon.svg') no-repeat;
  background-size: cover;
  transition: height 0.4s ease;
}
.faq-item.active .cont_btn::after {
  transform: rotate(180deg);
}








.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s ease, transform 1s ease;
  }
  
  .fade-in.on {
    opacity: 1;
    transform: translateY(0);
  }


  .fade-in01
  { animation-delay: 0.1s; }
  .fade-in02
  { animation-delay: 0.4s; }
  .fade-in03
  { animation-delay: 0.7s; }


























