@charset "UTF-8";
main {
    margin: auto;
}

#flexBnr {
    display: none;
}

#mv {
    background-image: url(../img/fv_bg_pc.png);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}

#mv .mv_title {
    text-align: center;
    padding: 60px 0 70px;
    background-image: url(../img/fv_img02_pc.png);
    background-size: auto;
    background-position: top 70px center;
    background-repeat: no-repeat;
}

.cv_block {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 230px 0 60px;
}

#cv01.cv_block {
    margin-top: -10vw;
    padding-top: calc(10vw + 51px);
    background: #fffcf4;
    position: relative;
    z-index: 1;
}

#cv01.cv_block .jyusyo {
    width: 85%;
    display: flex;
    position: absolute;
    top: -73%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

/* クーポン使い方の部分 */
/* ----------------------------
	acc
---------------------------- */

.acc_area .acc {
    width: 78.8%;
    top: 50px;
  }
  
  @media screen and (max-width:767px) {
    .acc_area .acc {
        top: 6.667vw;
    }
  }
  
  .acc_area .acc::before,
  .acc_area .acc::after {
    content: '';
    width: 3.6%;
    height: 2%;
    background: #756c67;
    position: absolute;
    right: 4.8%;
    top: 50%;
  }
  
  .acc_area .acc::after {
    transition: transform 0.4s 0.1s ease-in-out;
    transform: rotate(90deg);
  }
  
  .acc_area .acc.active::after {
    transition: transform 0.4s 0.1s ease-in-out;
    transform: rotate( 0deg);
  }
  
  .qa .acc::before,
  .qa .acc::after {
    content: '';
    width: 2.8%;
    height: 2%;
    background: #ffffff;
    position: absolute;
    right: 4.8%;
    top: 64.8%;
  }
  
  .qa .acc::after {
    transition: transform 0.4s 0.1s ease-in-out;
    transform: rotate(90deg);
  }
  
  .qa .acc.active::after {
    transition: transform 0.4s 0.1s ease-in-out;
    transform: rotate( 0deg);
  }
  
  
  
  /* accordion */
  .acc-wrap .acc::before,
  .acc-wrap .acc::after {
    transition: transform 0.5s;
    content: '';
    display: block;
    background: #756c67;
    width: 3%;
    height: 4%;
    position: absolute;
    right: 4%;
    top: 48%;
  }
  
  .acc-wrap .acc::after {
    transition: transform 0.5s;
    transform: rotate(90deg);
  }
  
  .acc-wrap .acc.active::after {
    transition: transform 0.5s;
    transform: rotate(0deg);
  }


@media screen and (min-width: 768px) and (max-width: 1000px) {
    #mv .mv_title {
        background-size: 128vw auto;
        padding: 60px 0;
    }
    #cv01.cv_block h2 {
        top: 31%;
    }
    #cv01.cv_block .jyusyo {
        width: 90%;
    }
}

#cv02.cv_block {
    padding: 60px 0;
    background: #fffcf4;
}

.cv_block .inner {
    max-width: 1000px;
    margin: auto;
    position: relative;
}

#cv02.cv_block .inner {
    margin-bottom: 30px;
}


#cv01.cv_block .jyusyo img {
    margin: auto;
}    

#cv01.cv_block h2 {
    position: absolute;
    z-index: 1;
    left: 0;
    top: -3%;
    width: 100%;
    text-align: center;
}

#cv01.cv_block .cv_img01 {
    z-index: 2;
    top: 73%;
    text-align: center;
}

#cv01.cv_block .cv_Btn {
    position: absolute;
    z-index: 3;
    left: 13.6%;
    bottom: 35%;
    width: 72.8%;
    text-align: center;
}

#cv01 .acc {
    margin: auto;
    width: 63%;
    padding-bottom: 2%;
}

#cv02.cv_block .cv_Btn {
    position: absolute;
    z-index: 3;
    left: -0.4%;
    bottom: 4.3%;
    width: 100%;
    text-align: center;
}

#cv02.cv_block .cv_Btn.cv_Btn02 {
    bottom: 5%;
}

#cv02.cv_block .cv_Btn.cv_Btn03 {
    bottom: 3.7%;
}

#cv02.cv_block .cv_Btn.btn6271 {
    bottom: 9%;
}

.cv_block .cv_Btn a {
    display: block;
    -webkit-animation-name: dokidoki;
    animation-name: dokidoki;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

#cv02.cv_block h2 {
    margin-bottom: 20px;
    text-align: center;
}

.cv_block .cv_ttx01 {
    position: absolute;
    z-index: 3;
    left: 14.6%;
    bottom: 4%;
    width: 70.8%;
}

#cv02.cv_block .cv_img01 {
    position: absolute;
    z-index: 2;
    left: 0%;
    top: 6%;
    width: 100%;
    text-align: center;
}

.cv_block .accordion {
    max-width: 1000px;
    margin: 40px auto auto;
    position: relative;
}

.cv_block .accordion .accordion_title {
    position: relative;
    cursor: pointer;
}

.cv_block .accordion .accordion_title::after {
    border-right: solid 2px #fff;
    border-top: solid 2px #fff;
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 25px;
    top: calc(42% - 10px);
    transform: rotate(135deg);
    transition: .5s;
}

.cv_block .accordion .accordion_title.open::after {
    top: calc(55% - 10px);
    transform: rotate(-45deg);
}

.cv_block .accordion .panel {
    padding: 10px 5%;
    display: none;
}

.cv_block .accordion .panel p {
    margin-top: 20px;
    font-size: 14px;
}

@-webkit-keyframes dokidoki {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    60% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes dokidoki {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    60% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.cv_footer {
    width: 100%;
    margin: auto;
    padding: 70px 0;
}

.cv_footer .inner {
    max-width: 1000px;
    margin: auto;
    padding: 40px 50px;
    background-image: url(../img/cv_footer_bg01.png);
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.cv_footer_block01 {
    width: 30%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.cv_footer_block01::before {
    content: '';
    width: 0;
    height: 70%;
    position: absolute;
    left: -10%;
    bottom: 0;
    border-right: 4px dotted #ff6559;
    z-index: 1;
    display: block;
}

.cv_footer_block01:first-child:before {
    display: none;
}

.cv_footer_block01 h3 {
    text-align: center;
    margin-bottom: auto;
    line-height: 0;
}

.cv_footer_block01 .box .txt {
    text-align: center;
    font-size: 12px;
    margin-top: 1em;
}

.cv_footer_block01 .links {
    color: #fd6e78;
}

.cv_footer_block01 .links a {
    color: #fd6e78;
    text-decoration: underline;
}

.cv_footer .cv_footer_tokuten {
    text-align: center;
    margin-bottom: 70px;
}

.cv_footer .cv_footer_img01 {
    text-align: center;
    margin-bottom: 20px;
}

.cv_footer_block01 .sns {
    padding-top: 2rem;
}

.cv_footer_block01 .sns div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.cv_footer_block01 .sns div a {
    display: block;
}

.cv_footer_block01 .sns div:nth-child(1) a {
    width: 46%;
}

.cv_footer_block01 .sns div:nth-child(2) {
    margin-top: 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cv_footer_block01 .sns div:nth-child(2) a {
    margin: 0 0.7rem;
}

.cv_footer_block01 .sns div:nth-child(2) a:nth-child(1) {
    max-width: 5rem;
}

.cv_footer_block01 .sns div:nth-child(2) a:nth-child(2) {
    max-width: 5.8rem;
}

.cv_footer_block01 .sns div:nth-child(2) a:nth-child(3) {
    max-width: 5.5rem;
}


/*スライド*/

.slide ul {
    width: 100%;
    margin: auto;
    max-width: 1000px;
}

.slide ul .slick-slide {
    margin: 0 15px;
}

.slide ul .slick-slide img {
    max-width: 310px !important;
}

.slide .slick-prev {
    left: -20px;
    z-index: 10;
    background-image: url(../img/arw_L.png);
    background-size: contain;
    width: 50px;
    height: 50px;
    font-size: 0;
}

.slide .slick-next {
    right: -20px;
    z-index: 10;
    background-image: url(../img/arw_R.png);
    background-size: contain;
    width: 50px;
    height: 50px;
}

.slick-prev:before,
.slick-next:before {
    content: "";
}

.slide .slick-prev.slick-disabled,
.slide .slick-next.slick-disabled {
    display: none !important;
}

@media screen and (min-width: 768px)and (max-width: 1040px) {
    .slide .slick-prev {
        left: 0px;
    }
    .slide .slick-next {
        right: 0px;
    }
}

@media screen and (max-width: 920px) {
    #cv01.cv_block .jyusyo {
        top: -82%;
    }
}

@media screen and (max-width: 800px) {
    #cv01.cv_block {
        padding-top: calc(19vw + 530px);
        margin-top: -41vw;
    }
}

@media screen and (max-width: 767px) {
    .slide ul li {
        margin: 0 10vw;
    }
    .slide ul .slick-slide img {
        max-width: 72vw !important;
    }
    .slide .slick-prev {
        left: calc(50% - 46vw);
        width: 10vw;
        height: 10vw;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .slide .slick-next {
        right: calc(50% - 46vw);
        width: 10vw;
        height: 10vw;
        background-size: contain;
        background-repeat: no-repeat;
    }
}


/* SP */

@media screen and (max-width: 767px) {
    .inner {
        width: auto;
    }
    main {
        padding-top: 13.33333vw;
    }
    #mv {
        background-image: url(../img/fv_bg_sp.png);
        background-position: top center;
        background-size: 100% auto;
    }
    #mv .mv_title {
        padding: 3vw 0 39vw;
        background-image: url(../img/fv_img02_sp.png);
        background-size: contain;
        background-position: top 2vw center;
    }
    .cv_block {
        padding: 40vw 0 0;
        background-size: contain;
    }
	
	
#cv01 .acc {
    margin: auto;
    width: 76%;
    /* padding-bottom: 8%; */
}
	
    #cv01.cv_block {
        padding-bottom: 12vw;
        padding-top: 20%;
    }
    #cv01.cv_block .jyusyo {
        width: 90%;
        top: -51%;
    }
    #cv02.cv_block {
        padding-bottom: 12vw;
    }
    .cv_block .inner {
        position: relative;
    }
    #cv02.cv_block .inner {
        margin-bottom: 4vw;
    }
    #cv01.cv_block h2 {
        top: -4vw;
        width: 100%;
        z-index: 4;
    }
    #cv01.cv_block .cv_img01 {
        left: 0;
        top: 5.5%;
        width: 100%;
    }
    #cv01.cv_block .cv_Btn {
        left: 10.1%;
        bottom: 24%;
        width: 79.8%;
    }
    #cv02.cv_block h2 {
        width: 100%;
        margin-bottom: 4vw;
    }
    .cv_block .cv_ttx01 {
        left: 0;
        bottom: 3%;
        width: 100%;
    }
    #cv02.cv_block .cv_img01 {
        left: 0;
        top: 4%;
        width: 100%;
    }
    #cv02.cv_block .cv_Btn {
        z-index: 3;
        left: 0%;
        bottom: 4%;
        width: 100%;
        text-align: center;
    }
    #cv02.cv_block .cv_Btn.cv_Btn02 {
        bottom: 3.6%;
    }
    #cv02.cv_block .cv_Btn.cv_Btn03 {
        bottom: 3%;
    }
    #cv02.cv_block .cv_Btn.btn6271 {
        bottom: 6.1%;
    }
    #cv02.cv_block .cv_ttx01 {
        padding-bottom: 14vw;
    }
    .cv_block .accordion {
        width: 85.4vw;
        margin: 6vw auto auto;
    }
    .cv_block .accordion .accordion_title::after {
        height: 3vw;
        width: 3vw;
        right: 4vw;
        top: calc(42% - 1.5vw);
    }
    .cv_block .accordion .accordion_title.open::after {
        top: calc(52% - 1.5vw);
    }
    .cv_block .accordion .panel {
        padding: 2vw 0;
    }
    .cv_block .accordion .panel p {
        margin-top: 1em;
        font-size: 2.6vw;
    }
    .cv_footer {
        width: 100%;
        margin: auto;
        padding: 10vw 0 4vw;
    }
    .cv_footer .inner {
        padding: 4vw 3vw;
        margin: auto 6vw;
        background-size: 5px auto;
        border-radius: 2vw;
        display: block;
    }
    .cv_footer_block01 {
        width: 100%;
        display: block;
        margin-bottom: 3vw;
    }
    .cv_footer_block01:last-child {
        margin-bottom: 0;
    }
    .cv_footer_block01::before {
        display: none;
    }
    .cv_footer_block01 h3 {
        text-align: center;
        margin-bottom: 3vw;
        line-height: 0;
    }
    .cv_footer_block01 .box {
        padding: 0 4vw;
    }
    .cv_footer_block01 .box .txt {
        font-size: 3vw;
        margin-top: 0;
    }
    .cv_footer_block01 .links {
        font-size: 3.6vw;
    }
    .cv_footer_block01 .links a {
        font-size: 3.6vw;
    }
    .cv_footer .cv_footer_tokuten {
        text-align: center;
        margin-bottom: 8vw;
    }
    .cv_footer .cv_footer_img01 {
        margin-bottom: 2vw;
    }
    .cv_footer_block01 .tel {
        margin-top: 5vw;
        padding: 0 3vw;
    }
    .cv_footer_block01 .sns {
        padding-top: 2rem;
    }
    .cv_footer_block01 .sns div a {
        display: block;
    }
    .cv_footer_block01 .sns div:nth-child(1) a {
        width: 31.5vw;
    }
    .cv_footer_block01 .sns div:nth-child(2) {
        margin-top: 1rem;
    }
    .cv_footer_block01 .sns div:nth-child(2) a {
        margin: 0 3vw;
    }
    .cv_footer_block01 .sns div:nth-child(2) a:nth-child(1) {
        max-width: 14vw;
    }
    .cv_footer_block01 .sns div:nth-child(2) a:nth-child(2) {
        max-width: 14vw;
    }
    .cv_footer_block01 .sns div:nth-child(2) a:nth-child(3) {
        max-width: 14vw;
    }
}


/* コンテンツ */

#sec01 {
    padding: 40px 0 0;
}

#sec01 h2 {
    line-height: 0;
    text-align: center;
    background-image: url(../img/sec01_ttl01_bg.png);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: auto 100%;
}

#sec01 .slide {
    width: 100%;
    padding: 60px 0;
    background-image: url(../img/slide_bg_pc.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#sec02 {
    padding: 0;
    background-image: url(../img/sec02_bg_pc.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

#sec02::after {
    content: '';
    height: 66px;
    background-image: url(../img/sec02_mask_pc.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
}

#sec02 h2 {
    line-height: 0;
    padding: 80px 20px 30px;
    text-align: center;
    background-image: url(../img/sec02_ttl01_bg_pc.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 160px;
}

#sec02 .img01 {
    line-height: 0;
    text-align: center;
}

#sec03 {
    padding: 0 0 80px;
    background: #fdedea;
}

#sec03 h2 {
    padding: 0 0 30px;
    text-align: center;
}

#sec03 .img01 {
    line-height: 0;
    text-align: center;
}

#sec04 {
    margin-bottom: 100px;
    padding: 0 0 90px;
    background-image: url(../img/sec04_bg02_pc.png), url(../img/sec04_bg01_pc.png);
    background-repeat: no-repeat, no-repeat;
    background-size: auto, 100% 100%;
    background-position: center bottom 210px, center bottom;
}

#sec04 h2 {
    padding: 0 0 10px;
    text-align: center;
}

#sec04 .img01 {
    text-align: center;
    margin: auto;
}

#sec04 .btn {
    text-align: center;
    width: 728px;
    margin: auto;
}

#sec04 .btn a {
    display: block;
    -webkit-animation-name: dokidoki;
    animation-name: dokidoki;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

#sec05 {
    margin-bottom: 50px;
}

#sec05 h2 {
    padding: 10px;
    text-align: center;
    height: 424px;
    background-image: url(../img/sec05_bg01_pc.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

#sec05 h2 img {
    display: block;
    margin: -90px auto auto;
}

#sec05 .point {
    text-align: center;
    margin: auto;
}

#sec05 .img01 {
    line-height: 0;
    text-align: center;
    margin: auto;
    background-image: url(../img/sec05_img02_left_pc.png), url(../img/sec05_img02_right_pc.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 50% 100%, 50% 100%;
    background-position: left bottom, right bottom;
}

#sec05 .img02 {
    text-align: center;
    margin: -140px auto auto;
    position: relative;
    z-index: 1;
}

#sec06 {
    margin-bottom: 30px;
    background-image: url(../img/sec06_ttl01_bg_pc.png);
    background-position: center top 140px;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

#sec06 h2 {
    padding: 0 10px;
    text-align: center;
}

#sec06 h2 img {
    display: block;
    margin: -30px auto auto;
}

#sec06 .point {
    text-align: center;
    margin: auto auto 20px;
}

#sec06 .img01 {
    text-align: center;
    margin: auto;
    position: relative;
    z-index: 1;
}

#sec07 {
    margin-bottom: 60px;
    background-image: url(../img/sec07_ttl01_bg_pc.png);
    background-position: center top 140px;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

#sec07 h2 {
    padding: 0 10px;
    text-align: center;
}

#sec07 h2 img {
    display: block;
    margin: -10px auto auto;
}

#sec07 .point {
    text-align: center;
    margin: auto;
}

#sec07 .img01 {
    text-align: center;
    margin: -200px auto auto;
    position: relative;
    z-index: 1;
}

#sec08 {
    margin-bottom: 60px;
}

#sec08 h2 {
    padding: 10px;
    text-align: center;
    height: 424px;
    background-image: url(../img/sec08_bg01_pc.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

#sec08 .point {
    text-align: center;
    margin: auto;
}

#sec08 .img01 {
    line-height: 0;
    text-align: center;
    margin: -30px auto auto;
}

#sec08 .img02 {
    text-align: center;
    margin: -200px auto 30px;
    position: relative;
    z-index: 1;
}

#sec08 .img03 {
    text-align: center;
}

#sec09 {
    padding: 0 0 70px;
    background: #fff1d6;
}

#sec09 h2 {
    text-align: center;
    padding: 0 10px;
}

#sec09 .point {
    text-align: center;
    margin-bottom: 30px;
}

#sec10 {
    padding: 40px 0 0;
}

#sec10 h2 {
    line-height: 0;
    text-align: center;
    position: relative;
    z-index: 1;
    background-image: url(../img/sec10_ttl01_bg_pc.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#sec10 .img01 {
    margin-top: -40px;
    padding: 40px 0 70px;
    text-align: center;
    background: #fdedea;
}

#sec11 {
    padding: 0 0 120px;
    background: #fffcf4;
}

#sec11 h2 {
    text-align: center;
}

#sec11 .img01 {
    padding: 30px 10px 0;
    text-align: center;
}

#sec12 h2 {
    margin-top: -50px;
    line-height: 0;
    text-align: center;
    position: relative;
    z-index: 1;
    background-image: url(../img/sec10_ttl01_bg_pc.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#sec12 .voice {
    margin-top: -40px;
    padding: 70px 0;
    background-image: url(../img/sec12_bg01.png);
    background-repeat: repeat;
}

#sec12 .voice .img01 {
    max-width: 1020px;
    padding: 0 10px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

#sec12 .voice .img01>div {
    width: 48%;
}

#sec13 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#sec13 h2 {
    max-width: 1000px;
    line-height: 0;
    text-align: center;
    position: relative;
    z-index: 1;
    margin: auto auto 50px;
}

#sec13 h2::before {
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    z-index: 2;
    right: 100%;
    top: 0;
    bottom: 0;
    background-image: url(../img/sec13_ttl01_bg_pc.png);
    background-size: 100% 100%;
    background-repeat: repeat-x;
    background-position: center top;
}

#sec13 h2::after {
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    z-index: 2;
    left: 100%;
    top: 0;
    bottom: 0;
    background-image: url(../img/sec13_ttl01_bg_pc.png);
    background-size: 100% 100%;
    background-repeat: repeat-x;
    background-position: center top;
}

#sec13 .img01 {
    text-align: center;
    margin-bottom: 50px;
}

#sec13 .img02 {
    text-align: center;
}

#sec13 .img03 {
    margin-top: -30px;
    margin-bottom: 70px;
    text-align: center;
}

#sec13 .img04 {
    text-align: center;
    padding: 50px 0;
    background: #fff1d6;
}

@media screen and (min-width: 768px)and (max-width: 1000px) {
    #sec04 {
        margin-bottom: 6vw;
    }
    #sec05 {
        margin-bottom: 4vw;
    }
    #sec05 h2 {
        height: 42vw;
        padding: 0;
    }
    #sec05 h2 img {
        margin: auto;
        transform: translateY(-7.5vw);
    }
    #sec05 .img02 {
        margin-top: -14vw;
        padding: 0 2vw;
    }
    #sec06 {
        background-size: auto 40vw;
    }
    #sec06 h2 {
        padding: 0;
    }
    #sec06 h2 img {
        margin: -3vw auto auto;
    }
    #sec06 .img01 {
        margin: auto;
        padding: 0 2vw;
    }
    #sec07 {
        margin-bottom: 60px;
        background-size: 100% auto;
    }
    #sec07 h2 {
        padding: 0 10px;
        text-align: center;
    }
    #sec07 h2 img {
        margin-top: -1vw;
    }
    #sec07 .img01 {
        margin: -19vw auto auto;
        padding: 0 2vw;
    }
    #sec08 {
        margin-bottom: 6vw;
    }
    #sec08 h2 {
        height: 42vw;
        padding: 0;
    }
    #sec08 .img01 {
        margin: auto auto auto;
    }
    #sec08 .img02 {
        margin: -23vw auto 4vw;
        padding: 0 2vw;
    }
    #sec08 .img03 {
        text-align: center;
        padding: 0 2vw;
    }
    #sec12 h2 {
        margin-top: -5vw;
    }
}

@media screen and (max-width: 767px) {
    #sec01 {
        padding: 4vw 0 0;
    }
    #sec01 h2 {
        background-image: none;
    }
    #sec01 .slide {
        padding: 6vw 0;
        background-image: url(../img/slide_bg_sp.png);
    }
    #sec02 {
        background-image: url(../img/sec02_bg_sp.png);
    }
    #sec02::after {
        height: 8vw;
        background-image: url(../img/sec02_mask_sp.png);
    }
    #sec02 h2 {
        line-height: 0;
        padding: 12vw 0 4vw;
        background-image: url(../img/sec02_ttl01_bg_sp.png);
        background-size: 100% 22vw;
    }
    #sec03 {
        padding: 0 0 12vw;
    }
    #sec03 h2 {
        padding: 0 0 4vw;
    }
    #sec04 {
        margin-bottom: 10vw;
        padding: 0 0 12vw;
        background-image: url(../img/sec04_bg01_sp.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center bottom;
    }
    #sec04 h2 {
        padding: 0 0 2vw;
    }
    #sec04 .img01 {
        margin: auto auto 2vw;
    }
    #sec04 .btn {
        width: auto;
        margin: auto 10.1vw;
    }
    #sec05 {
        margin-bottom: 8vw;
    }
    #sec05 h2 {
        margin: -4vw auto auto;
        padding: 0;
        height: auto;
        background-image: none;
    }
    #sec05 h2 img {
        margin-top: 0;
    }
    #sec05 .point {
        text-align: center;
        margin: auto;
    }
    #sec05 .img01 {
        display: none;
    }
    #sec05 .img02 {
        margin-top: -28vw;
    }
    #sec06 {
        margin-bottom: 8vw;
        background-image: none;
    }
    #sec06 h2 {
        padding: 0;
        margin-top: 3vw;
        text-align: center;
    }
    #sec06 h2 img {}
    #sec06 .point {
        margin: auto;
    }
    #sec06 .img01 {
        margin-top: -30vw;
    }
    #sec07 {
        margin-bottom: 8vw;
        background-image: none;
    }
    #sec07 h2 {
        padding: 0;
        text-align: center;
    }
    #sec07 h2 img {
        margin: -2vw auto auto;
    }
    #sec07 .point {
        margin: auto;
    }
    #sec07 .img01 {
        margin: -26vw auto auto;
    }
    #sec08 {
        margin-bottom: 8vw;
    }
    #sec08 h2 {
        padding: 0;
        height: auto;
        background-image: none;
        margin-top: -5vw;
    }
    #sec08 .point {
        text-align: center;
        margin: auto;
    }
    #sec08 .img01 {
        display: none;
    }
    #sec08 .img02 {
        margin: -28vw auto auto;
    }
    #sec09 {
        padding: 0 0 8vw;
    }
    #sec09 h2 {
        padding: 0;
    }
    #sec09 .point {
        margin-bottom: 2vw;
    }
    #sec10 {
        padding: 5vw 0 0;
    }
    #sec10 h2 {
        background-image: none;
    }
    #sec10 .img01 {
        margin-top: -5vw;
        padding: 9vw 0 8vw;
    }
    #sec11 {
        padding: 0 0 15vw;
    }
    #sec11 .img01 {
        padding: 4vw 0 0;
    }
    #sec12 h2 {
        margin-top: -8vw;
    }
    #sec12 .voice {
        margin-top: -5vw;
        padding: 2vw 0 9vw;
    }
    #sec12 .voice .img01 {
        padding: 0;
        display: block;
    }
    #sec12 .voice .img01>div {
        width: 100%;
        margin-top: 4vw;
    }
    #sec13 h2 {
        margin: auto auto 4vw;
    }
    #sec13 h2::before,
    #sec13 h2::after {
        display: none;
    }
    #sec13 .img01 {
        margin-bottom: auto;
    }
    #sec13 .img02 {
        margin-top: -6vw;
    }
    #sec13 .img03 {
        margin-top: -8vw;
        margin-bottom: 8vw;
    }
    #sec13 .img04 {
        padding: 0;
        background: none;
    }
}