
/*
 * display
 */
 body {
    font-family :
	YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
    -webkit-font-smoothing: antialiased;
}

 .tmp-show{
    display: inherit;
  }
  .tmp-show-pc{
      display: inherit;
  }
  .tmp-show-sp{
      display: none;
  }
  @media screen and (max-width: 767px) {
      .tmp-show-pc{
          display: none;
      }
      .tmp-show-sp{
          display: inherit;
      }
  }
  /*
 * base
 */
.wrapper {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

/* ::::::::::::::::::::::: ▼ header ::::::::::::::::::::::::: */
.header{
    background-image: linear-gradient(270deg, rgb(33 126 255), rgb(101 213 254));
    padding: 10px;
    /* position: fixed; */
    top: 0;
    height: 100px;
    width: 100%;
    z-index: 1000;
}
.header-logo img{
    width: 220px;
}
.header-wrap{
    display: flex;
    justify-content: space-between
}
.header-btn-box{
    display: flex;
}
.header-btn-box-cv{
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    color: #2a8aff;
    display: flex;
}
.header-btn-box-cv-bkground {
    background-color: #fff;
    width: 240px;
    height: 80px;
    margin: 0 10px;
    border-radius: 10px;
    opacity: 82%;
    text-align: center;
    display: table;
}
.header p{
        display: inline;
        height: auto 0;
        display: table-cell;
        vertical-align: middle;
}
.l-header__online img {
    width: 220px;
    height: auto;
}
/* ipad-------------------------------- */
@media screen and (max-width: 820px){
    .header{
        height: 90px;
    }
    .header-btn-box-cv {
        font-size: 1.2rem;
    }
    .header-btn-box-cv-bkground {
        background-color: #fff;
        width: 190px;
        height: 70px;
        margin: 0 3px;
        border-radius: 10px;
        opacity: 82%;
        text-align: center;
        display: table;
    }
    .header-logo img{
        width: 200px;
    }
    .l-header__online img {
        width: 200px;
        margin-top: 0px;
    }
}
@media screen and (max-width: 768px){
    .header{
        height: 70px;
    }
    .header-btn-box-cv {
        font-size: 0.8rem;
    }
    .header-btn-box-cv-bkground {
        background-color: #fff;
        width: 90px;
        height: 50px;
        margin: 0 3px;
        border-radius: 10px;
        opacity: 82%;
        text-align: center;
        display: table;
    }
    .header-logo img{
        display: none;
    }
    .l-header__online img {
        width: 180px;
        margin-top: -7px;
    }
}
/* ::::::::::::::::::::::: ▼ long-fv ::::::::::::::::::::::::: */
.long-fv {
    overflow: hidden;
    width: 100vw;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    background: url(../img/fv_back_img.webp) no-repeat;
    background-size: cover;
    align-items: left;
    font-weight: bold;
    padding: 0 100px;
}
img.hero-main-img {
    display: block;
    width: 42%;
    position: absolute;
    top: 90px;
    right: 100px;
}
/* ipad-------------------------------- */
@media screen and (max-width: 820px){
    .long-fv {
        padding: 20px 50px;
    }
}
/* iphone-------------------------------- */
@media screen and (max-width: 768px){
    .long-fv {
        overflow: hidden;
        width: 100vw;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        background: url(../img/sp_hero_img_2.webp) no-repeat;
        background-size: cover;
        align-items: left;
        font-weight: bold;
        padding: 0 10px;
    }
}

/* ----------------------- ▼ hero ------------------------- */
.hero{
    height: auto;
}
.hero-ttl-wrap{
    margin: 150px 0 0 0;
    text-align: center;
    width: 47%;
}
.hero-readtxt{
    font-size: 4rem;
}
.hero-mainttl{
    font-size: 7.5rem;
    padding: 40px 0;
}
.hero-subtxt{
    font-size: 3.5rem;
    border: 2px solid #000000;
    border-radius: 5px;
    padding: 5px;
}
.cta-area {
    margin-top: 90px;
}
.cta-area img{
    width: 640px;
}
/* ipad-------------------------------- */
@media screen and (max-width: 820px){
    img.hero-main-img {
        display: block;
        width: 50%;
        position: absolute;
        top: 90px;
        right: 10px;
        }
        .hero-mainttl {
            text-align: left;
            font-size: 7rem;
            padding: 50px 0;
        }
        .hero-readtxt {
            font-size: 3.5rem;
        }
        .hero-subtxt {
            font-size: 4rem;
            border: 2px solid #000000;
            border-radius: 10px;
            padding: 5px;
            background-color: #fff;
            opacity: 80%;
        }
}
@media screen and (max-width: 768px){
    .hero-ttl-wrap {
        margin: 70px 0 0 0;
        text-align: left;
        width: 100%;
    }
    .hero-logo{
        width: 50%;
    }
    .hero-readtxt {
        font-size: 1.8rem;
        padding-top: 30px;
        position: relative;
        z-index: 30;
    }
    .hero-mainttl {
        font-size: 4rem;
        margin-top: 0px;
        position: relative;
        z-index: 30;
    }
    .hero-readtxt {
        font-size: 2rem;
    }
    .hero-mainttl {
        font-size: 4.5rem;
        padding: 10px 0;
    }
    .hero-subtxt {
        font-size: 1.8rem;
        border: 2px solid #000000;
        border-radius: 5px;
        padding: 3px;
        display: inline-block;
        background-color: #fff;
        opacity: 60%;
    }
    img.hero-main-img {
        display: block;
        position: absolute;
        right: 0%;
        width: 65%;
        top: 80px;
        }
    }
/* ----------------------- ▼ hero-under ------------------------- */
.hero-under {
    width: 47%;
    text-align: center;
}
.hero-under-ttl{
    font-size: 3rem;
    text-shadow:0 0 10px #fff;
    margin: 100px 0 50px;
    text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}
.hero-under img{
    width: 650px;
}
.hero-under-txt{
    text-shadow: 0 0 10px #fff;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
    line-height: 2.5;
    font-size: 1.5rem;
    margin-bottom: 200px;
}
/* ipad-------------------------------- */
@media screen and (max-width: 820px){
    .hero-under {
        width: 100%;
        }
        .hero-under-txt {
            font-size: 1.8rem;
            line-height: 2.1;
        }
        .sec2-txt-small {
            font-size: 1.5rem;
        }
}
@media screen and (max-width: 768px){
    .hero-under {
        width: 100%;
        text-align: left;
    }
    .hero-under-ttl {
        font-size: 2.5rem;
        margin: 30px 0 30px;
        text-align: center;
    }
    .hero-under img {
        width: 100%;
    }
    .hero-under-txt {
        font-size: 1.2rem;
        margin: 50px 0 52px;
        line-height: 1.8;
        padding: 0px 0px 0px 0px;
        text-align: left;
    }
    .sec2-txt-small {
        font-size: 1.0rem;
    }
}
/* ::::::::::::::::::::::: ▼ charm ::::::::::::::::::::::::: */
.charm {
  background: linear-gradient(45deg, #3FBDFF, #5BC2F8, #A2DFFF);
  background-size: 600% 600%;
  animation: GradientBackground 10s ease infinite;
  padding: 0 100px;
  padding-bottom: 120px;
  position: relative;
}
.charm-ttl{
    font-size: 3.5rem;
    padding-top: 90px;
    line-height: 1.5;
}
.charm-txt{
    font-size: 1.5rem;
    padding-top: 90px;
    line-height: 2;
}
.server-img{
    position: absolute;
    top: 50px;
    right: 310px;
}
.server-img img{
    width: 336px;
}
/* ipad-------------------------------- */
@media screen and (max-width: 820px){
    .charm {
        padding: 0 50px;
        height: 1190px;
    }
    .charm-ttl {
        padding-top: 60px;
    }
    .charm-txt {
            font-size: 1.5rem;
            padding-top: 10px;
            line-height: 2;
        }
    .server-img {
        position: absolute;
        top: 440px;
        right: 310px;
    }
    .server-img img {
        width: 246px;
    }
    .ipad-charm-cta-area {
        position: absolute;
        bottom: 10px;
    }
}
@media screen and (max-width: 768px){
    .charm {
        padding: 0 10px;
        padding-bottom: 70px;
        position: static;
    }
    .charm-ttl {
        font-size: 2.5rem;
    }
    .charm-txt {
        font-size: 1.4rem;
        padding-top: 40px;
        line-height: 1.8;
    }
    .server-img {
        position: static;
        margin-top: 0px;
    }
    .server-img img {
        width: 145px;
        margin: 0 auto;
    }
    .cta-area img {
        width: 90%;
        display: block;
        margin: 0 auto;
        }
    .charm .cta-area {
            margin-top: 20px;
    }
}
@keyframes GradientBackground {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
};
/* ::::::::::::::::::::::: ▼ scene ::::::::::::::::::::::::: */
.scene{
    padding: 0 100px;
}
.scene-ttl{
    font-size: 3.5rem;
    text-align: center;
    margin-top: 100px;
}
img.scene-logo {
    width: 400px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}
.scene-txt {
    font-size: 1.6rem;
    text-align: center;
    margin-top: 50px;
    line-height: 2;
}
.user-img{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    text-align: center;
    margin-top: 80px;
}
.user-img img{
    width: 450px;
}
.scene-cta-area {
    margin: auto;
    text-align: center;
    margin: 90px 0;
}
/* ipad-------------------------------- */
@media screen and (max-width: 820px){
    .user-img {
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 768px){
    .scene-ttl {
        font-size: 2.5rem;
        margin-top: 80px;
    }
    .scene-txt {
        font-size: 1.2rem;
        text-align: left;
        margin-top: 30px;
        line-height: 1.5;
        padding: 0 15px;
    }
    .user-img{
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        text-align: center;
        margin-top: 30px;
    }
}
/* ::::::::::::::::::::::: ▼ price ::::::::::::::::::::::::: */
.price {
    background: linear-gradient(45deg, #3FBDFF, #5BC2F8, #A2DFFF);
    background-size: 600% 600%;
    animation: GradientBackground 10s ease infinite;
    padding: 0 100px;
    padding-bottom: 120px;
    padding-top: 40px;
  }
.price-ttl{
    font-size: 3.5rem;
    text-align: center;
    margin-top: 100px;
    color: #fff;
}
.price-txt {
    font-size: 1.6rem;
    text-align: center;
    margin-top: 50px;
    line-height: 2;
    color: #fff;
    margin-bottom: 20px;
}
.peice-wrapper{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.price-main-txt{
    font-size: 2.5rem;
    line-height: 1.5;
}
.price-number{
    font-size: 3.5rem;
}
.price-sub-txt{
    font-size: 1.2rem;
    margin-bottom: 20px;
}
.price-wrapper-box{
    display: flex;
}
.price-wrapper-box-contents{
    display: grid;
    grid-template-columns: 1fr 1fr;
    color: #fff;
    margin-bottom: 20px;
}
.price-wrapper-box-contents-txt{
    font-size: 1.4rem;
}
.price-wrapper-box-contents-number{
    font-size: 2rem;
}
.zero{
    font-size: 3rem;
}
.peice-wrapper-txt{
    background-color: #fff;
    display: inline-block;
    padding: 10px;
    border-radius: 6px;
    font-size: 1.2rem;
}
.price-img img{
    width: 90%;
}
.price-sub-txt2{
    color: #000;
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: center;
}
.cta-area2 {
    margin-top: 80px;
    text-align: center;
}
.cta-area2 img{
    width: 350px;
    padding: 0 10px;
}
/* ipad-------------------------------- */
@media screen and (max-width: 820px){
    .price {
        padding: 0 50px;
        padding-bottom: 120px;
        padding-top: 50px;
    }
    .peice-wrapper {
        display: flex;
        justify-content: center;
        margin-bottom: 50px;
        flex-direction: column;
        text-align: center;
    }
    .price-wrapper-box {
        display: flex;
        flex-direction: column;
    }
    .price-wrapper-box-contents {
        padding: 0px 220px;
    }
}
@media screen and (max-width: 768px){
    .price {
        padding: 0 10px;
        padding-bottom: 20px;
        padding-top: 10px;
    }
    .price-ttl {
        font-size: 2.5rem;
        margin-top: 50px;
    }
    .price-txt {
        font-size: 1.2rem;
        margin-top: 40px;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .peice-wrapper {
        display: flex;
        justify-content: center;
        margin-bottom: 50px;
        flex-direction: column;
    }
    .price-main-txt {
        text-align: center;
        font-size: 1.6rem;
        line-height: 1.3;
        margin-bottom: 20px;
    }
    .price-number {
        font-size: 3rem;
    }
    .price-wrapper-box {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    li.price-img {
        margin-top: 20px;
        text-align: center;
    }
    .price-wrapper-box-contents {
        padding: 0px 70px;
    }
}
/* ::::::::::::::::::::::: ▼ lineup ::::::::::::::::::::::::: */
.lineup {
    padding: 0 100px;
    padding-bottom: 120px;
    padding-top: 40px;
  }
.lineup-ttl{
    font-size: 3.5rem;
    text-align: center;
    margin-top: 100px;
}
.lineup-wrapper{
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 50px;
}
.lineup-txt {
    font-size: 1.6rem;
    text-align: center;
    margin-top: 50px;
    line-height: 2;
    margin-bottom: 20px;
}
.lineup-name{
    font-size: 1.3rem;
    margin: 10px 0;
    font-weight: bold;
}
.lineup-margin{
    display: flex;
    align-items: center;
    margin-bottom: 3px;
    line-height: 1;
}
.lineup-margin-ttl{
    font-size: 1.1rem;
    font-weight: normal;
    text-align: center;
    background: #afafaf;
    color: #fff;
    padding: 8px 10px;
    border-radius: 5px;
    margin-right: 10px;
    min-width: 9em;
    line-height: 1;
}
.lineup-margin-text {
    font-size: 1.2rem;
}
.lineup-cta-area {
    display: grid;
    text-align: center;
}
.tmp-show-sp{
    display: none;
}
/* ipad-------------------------------- */
@media screen and (max-width: 820px){
    .lineup {
        padding: 0 50px;
    }
    .lineup-wrapper {
        display: flex;
        gap: 50px;
        max-width: 800px;
        flex-direction: column;
        align-items: center;
    }
}
@media screen and (max-width: 768px){
    .lineup {
        padding: 0 15px;
        padding-bottom: 20px;
        padding-top: 0px;
    }
    .lineup-ttl {
        font-size: 2.5rem;
        text-align: center;
        margin-top: 25px;
    }
    .lineup-txt {
        font-size: 1.2rem;
    }
    .lineup-wrapper {
        font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 10px;
    }
    .lineup-wrapper-wrap {
        max-width: 180px;
    }
    .lineup-name {
        font-size: 1.1rem;
        margin: 10px 0;
        font-weight: bold;
    }
    .lineup-wrapper-wrap img{
        max-width: 180px;
    }
    .lineup-margin {
        display: flex;
        align-items: center;
        margin-bottom: 3px;
        line-height: 1;
        flex-direction: column;
    }
    .lineup-margin-text {
        font-size: 1.0rem;
        margin-top: 5px;
    }
    .tmp-show-pc{
        display: none;
    }
    .tmp-show-sp{
        display: block;
    }
    .cta-area {
        margin-top: 140px;
    }
}
/* ::::::::::::::::::::::: ▼ spec ::::::::::::::::::::::::: */
.spec {
    padding: 0 100px;
    padding-bottom: 120px;
    padding-top: 40px;
    background: url(../img/sora.png) no-repeat;
    background-size: cover;
  }
.spec-ttl{
    font-size: 3.5rem;
    text-align: center;
    margin-top: 100px;
}
.spec-txt {
    font-size: 1.6rem;
    text-align: center;
    margin-top: 50px;
    line-height: 2;
    margin-bottom: 20px;
}
.spec-wrapper{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    background-color: #fff;
}
.spec-water-ttl{
    font-size: 3.5rem;
    margin-top: 100px;
}
.spec-water-txt{
    font-size: 1.2rem;
    margin-top: 10px;
    font-weight: bold;
}
.spec-water-txt-area{
    font-size: 1.1rem;
    margin-top: 10px;
}
.spec-fuji-subtxt{
    font-size: 1.7rem;
    color: #3FBDFF;
    font-weight: bold;
}
.spec-kinjyo-subtxt{
    font-size: 1.7rem;
    color: #c1355a;
    font-weight: bold;
}
.spec-aso-subtxt{
    font-size: 1.7rem;
    color: #f08200;
    font-weight: bold;
}
.spec-water-txt-area-bold{
    font-weight: bold;
    font-size: 1.8rem;
}
/* ipad-------------------------------- */
@media screen and (max-width: 820px){
    .spec {
        padding: 0 50px;
    }
    .spec-water-ttl {
        margin-top: 60px;
    }
    .ipad-spec-ul{
        max-width: 630px;
    }
    .spec .tmp-show-pc {
        display: none;
    }
    .spec .tmp-show-sp {
        display: block;
    }
}
@media screen and (max-width: 768px){
    .spec {
        padding: 0 15px;
        padding-bottom: 0px;
        padding-top: 20px;
        background: url(../img/sora.png) no-repeat;
        background-size: inherit;
    }
    .spec-ttl {
        font-size: 2.5rem;
        text-align: center;
        margin-top: 0px;
    }
    .spec-txt {
        font-size: 1.2rem;
        text-align: center;
        margin-top: 20px;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .spec-wrapper {
        display: flex;
        justify-content: center;
        margin-bottom: 0px;
        background-color: #fff;
        flex-direction: column;
        padding: 0 15px;
    }
    .spec-water-ttl {
        font-size: 2rem;
        margin-top: 30px;
    }
    .spec-fuji-subtxt {
        font-size: 1.4rem;
    }
    .spec-water-txt {
        font-size: 1rem;
        margin-top: 10px;
        font-weight: normal;
    }
    .spec-water-txt-area {
        font-size: 1.0rem;
        margin-top: 10px;
    }
    .spec-water-txt-area-bold{
        font-size: 1.1rem;
    }
    .spec-kinjyo-subtxt {
        font-size: 1.4rem;
    }
    .spec-aso-subtxt {
        font-size: 1.4rem;
    }
    .spec-kinjyo-subtxt-sp{
        font-size: 1.2rem;
        color: #c1355a;
        font-weight: bold;
        text-decoration:underline;
        text-decoration-color:#c1355a;
        margin: 20px 0;
    }
    .spec-fuji-subtxt-sp{
        font-size: 1.2rem;
        color: #3FBDFF;
        font-weight: bold;
        text-decoration:underline;
        text-decoration-color:#3FBDFF;
        margin: 20px 0;
    }
    .spec-aso-subtxt-sp{
        font-size: 1.2rem;
        color: #f08200;
        font-weight: bold;
        text-decoration:underline;
        text-decoration-color:#f08200;
        margin: 20px 0;
    }
    .cta-area2 {
        margin: 30px 0 30px;
        width: 100%;
    }
    .cta-area2 img {
        width: 100%;
        padding: 0 10px;
    }
}
/* ::::::::::::::::::::::: ▼ delivery ::::::::::::::::::::::::: */
.delivery {
    background: linear-gradient(45deg, #3FBDFF, #5BC2F8, #A2DFFF);
    background-size: 600% 600%;
    animation: GradientBackground 10s ease infinite;
    padding: 0 100px;
    padding-bottom: 120px;
    padding-top: 40px;
  }
.delivery-ttl{
    font-size: 3.5rem;
    text-align: center;
    margin-top: 100px;
}
.delivery-txt {
    font-size: 1.6rem;
    text-align: center;
    margin-top: 50px;
    line-height: 2;
    margin-bottom: 20px;
    font-weight: bold;
}
.delivery-wrapper{
    display: flex;
    margin: 0;
}
.delivery-box-1{
    background: #fff;
    background: #fff;
    padding: 80px;
    margin: 0 50px;
}
.delivery-box-ttl{
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.delivery-box-txt{
    font-size: 1.4rem;
    margin-top: 10px;
    margin-bottom: 20px;
}
.delivery-box-2{
    background-color: #fff;
    padding: 80px;
    margin: 50px;
}
.delivery-box-2-sub-ttl{
    font-size: 1.5rem;
    font-weight: bold;
    color: #3FBDFF;
}
/* ipad-------------------------------- */
@media screen and (max-width: 820px){
    .delivery {
        padding: 50px 100px;
        padding-top: 20px;
    }
    .delivery-wrapper {
        display: flex;
        margin: 0;
        flex-direction: column;
        align-content: center;
        gap: 40px;
    }
    .delivery-box-1 {
        padding: 30px;
        margin: 0 50px;
    }
    .delivery-wrapper img {
        width: 470px;
    }
    .delivery-box-2 {
        padding: 30px;
        margin: 50px;
    }
    .delivery-box-2 img {
        width: 460px;
    }
}
@media screen and (max-width: 768px){
    .delivery {
        background: linear-gradient(45deg, #3FBDFF, #5BC2F8, #A2DFFF);
        background-size: 600% 600%;
        animation: GradientBackground 10s ease infinite;
        padding: 0 15px;
        padding-bottom: 20px;
        padding-top: 50px;
    }
    .delivery-ttl {
        font-size: 2.5rem;
        text-align: center;
        margin-top: 0px;
    }
    .delivery-txt {
        font-size: 1.1rem;
        text-align: center;
        margin-top: 20px;
        line-height: 1.8;
        margin-bottom: 20px;
        font-weight: bold;
    }
    .delivery-wrapper {
        display: flex;
        margin: 0;
        flex-direction: column;
    }
    .delivery-box-1 {
        background: #fff;
        background: #fff;
        padding: 20px;
        margin: 10px 0px;
    }
    .delivery-box-txt {
        font-size: 1.1rem;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .delivery-wrapper img{
        max-width: 300px;
    }
    .delivery-box-2 {
        background-color: #fff;
        padding: 20px;
        margin: 0px;
    }
    .delivery-box-2-sub-ttl {
        font-size: 1.2rem;
        font-weight: bold;
        color: #3FBDFF;
    }
}
/* ::::::::::::::::::::::: ▼ set ::::::::::::::::::::::::: */
.set{
    padding: 0 100px;
    padding-bottom: 120px;
    padding-top: 40px;
  }
  .set-ttl{
    font-size: 3.5rem;
    text-align: center;
    margin-top: 100px;
}
.set-txt {
    font-size: 1.6rem;
    text-align: center;
    margin: 50px auto;
    line-height: 2;
    margin-bottom: 20px;
    font-weight: bold;
    border-top: 3px solid #3FBDFF;
    border-bottom: 3px solid #3FBDFF;
    padding: 10px;
    max-width: 950px;
}
.set-cta-area {
    text-align: center;
    display: grid;
}
.last-cta{
    padding-top: 20px;
}
.tmp-show-sp{
    display: none;
}
@media screen and (max-width: 768px){
    .set {
        padding: 0 15px;
        padding-bottom: 20px;
        padding-top: 40px;
    }
    .set-ttl {
        font-size: 2.5rem;
        text-align: center;
        margin-top: 0px;
    }
    .set-txt {
        font-size: 1.2rem;
        text-align: center;
        margin: 50px auto;
        line-height: 1.8;
        margin-bottom: 20px;
        font-weight: bold;
        border-top: 3px solid #3FBDFF;
        border-bottom: 3px solid #3FBDFF;
        padding: 10px;
        max-width: 750px;
    }
    .delivery-box-2 img{
        max-width: 300px;
    }
    .tmp-show-pc{
        display: none;
    }
    .tmp-show-sp{
        display: block;
    }
    .set img {
        width: 360px;
    }
}
/* ::::::::::::::::::::::: ▼ contact ::::::::::::::::::::::::: */
.contact{
    padding: 0 100px;
    padding-bottom: 120px;
    padding-top: 40px;
    text-align: center;
  }
.y-kiyaku li {
    display: inline-block;
    position: relative;
    padding-right: 1.4em;
    font-weight: bold;
    color: #3FBDFF;
}
.y-kiyaku li a {
    font-size: 16px;
    text-decoration: none;
    text-decoration: underline;
}
.y-kiyaku li:not(:last-child):after {
    content: "／";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.l-contact__tel {
    margin: 20px 0;
}
@media screen and (max-width: 768px){
    .contact {
        padding: 0 15px;
        padding-bottom: 40px;
        padding-top: 0px;
        text-align: center;
    }
    .l-contact__tel img{
        max-width: 350px;
    }
}
/* ::::::::::::::::::::::: ▼ footer ::::::::::::::::::::::::: */
.footer-logo-img-area{
    background-color: #000;
    text-align: center;
    padding: 20px 0;
}
.footer-logo-img-area img{
    max-width: 200px;
}
.footer-logo-img-area p{
    color: #fff;
}
@media screen and (max-width: 768px){
    .footer-logo-img-area img {
        max-width: 150px;
    }
    .footer-logo-img-area {
        padding: 10px 0;
    }
    .footer-logo-img-area p {
        font-size: 0.8rem;
    }
}