@charset "utf-8";


#wrapper {
  background-image: url(../img/bg_check.png);
  background-repeat: repeat;
  background-size: calc(45 / 1366 * 100%);
  padding-bottom: calc(170/1366*100vw);
}

#container {
  font-weight: bold;
  margin: 0 auto;
  font-family: "Noto Sans JP", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3','MS PGothic', arial, helvetica, sans-serif;
  color: #540b0b;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.5;
  font-size: calc(16 / 1366 * 100vw);
}

#wrapper #gfooter .ftTop
{
  margin: 0;
}
.tounyubag-note {
  margin-bottom: calc(20 / 1366 * 100%);
}

@media all and (max-width:375px) {
  #wrapper {
    background-size: 25px;
  }
  #container {
  font-size: 14px
  }
}
@media all and (max-width:767px) {
  #wrapper {
    padding-bottom: calc(130/750*100vw);
  }
}
@media all and (min-width:376px) and (max-width:750px) {
  #wrapper {
    background-size: calc(45 / 750 * 100%);
  }
  #container{
    font-size: calc(26 / 750 * 100vw)
  }
}
@media all and (min-width:751px) and (max-width:1366px) {
  #container{
  font-size: calc(16 / 1366 * 100vw)
}
}
@media all and (min-width:1367px) {
  #wrapper {
    background-size: 45px;
  }
  #container{
    font-size: 16px;
    margin-top: -88px;
  }
}

  /*!* ---------------------------------------------------------------------------------------------
    mv
--------------------------------------------------------------------------------------------- *!*/

.mv__contents{
  background-image: url(../img/pc/mv_bg_img.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  margin: 0 auto;
}
.mv__contents__main{
  width: calc(960 / 1366 * 100%);
  margin: 0 auto;
  padding-top: calc(130 / 1366 * 100%);
  text-align: center;
  padding-bottom: calc(45 / 1366 * 100%);
  margin-bottom: calc(20 / 1366 * 100%);
}
.mv__contents__main .mv__logo{
  width: calc(480 / 960 * 100%);
  margin: auto;
}
.mv__contents__main figure{
  margin-top: calc(35 / 960 * 100%);
  margin-bottom: calc(115 / 960 * 100%);
}
.mv__contents__main figure img{
  width: calc(305 / 960 * 100%);
  border: 3px solid #f7924d;
  border-radius: 15px;
  padding: 5px;
  margin: auto;
}

@media all and (max-width:375px) {
  .mv__contents__main figure img{
    border: 2px solid #f7924d;
  }
}

@media all and (max-width:750px) {
  .mv__contents{
    background-image: url(../img/sp/mv_bgimg.png);
    background-position: bottom center;
    background-size: contain;
  }
  .mv__contents__main{
    width: calc(670 / 750 * 100%);
    padding-top: calc(86 / 750 * 100%);
    padding-bottom: calc(50 / 750 * 100%);
    margin-bottom: calc(40 / 750 * 100%);
  }
  .mv__contents__main .mv__logo{
    width: calc(575 / 670 * 100%);
  }
  .mv__contents__main figure{
    margin-top: calc(30 / 670 * 100%);
    margin-bottom: calc(100 / 960 * 100%);
  }
  .mv__contents__main figure img{
    width: calc(430 / 670 * 100%);
    padding: calc(5 / 670 * 100%);
  }
  .mv__contents__main p{
    margin: 0 auto;
    width: calc(520 / 670 * 100%);
  }
}

@media all and (min-width:1367px) {
  .mv__contents__main{
    margin-bottom: 40px;
  }
}



  /*!* ---------------------------------------------------------------------------------------------
    sec1 dekiagari
--------------------------------------------------------------------------------------------- *!*/

.sec1__contents{
  background-image: url(../img/pc/sec1_bag.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0px auto;
  margin-bottom: calc(70 / 1366 * 100%);
  width: calc(1080 / 1366 * 100%);
}
.sec1__contents__main{
  width: calc(960 / 1080 * 100%);
  margin: 0 auto;
  padding-top: calc(50 / 1080 * 100%);
  padding-bottom: calc(60 / 1080 * 100%);
  text-align: center;
}
.sec1__contents__main .sec1__ttl{
  width: calc(300 / 960 * 100%);
  margin: auto;
}
.sec1__contents__main figure img{
 width: calc(245 / 960 * 100%);
 padding-top: calc(35 / 960 * 100%);
 margin: auto;
}
.sec1__contents__main .sec1__text{
  width: calc(395 / 960 * 100%);
  padding-top: calc(30 / 960 * 100%);
  margin: auto;
}

@media all and (max-width:750px) {
  .sec1__contents{
    background-image: url(../img/sp/sec1_deco.png);
    margin-bottom: calc(70 / 750 * 100%);
    width: auto;
  }
  .sec1__contents__main{
    width: calc(670 / 750 * 100%);
    padding-top: calc(60 / 750 * 100%);
    padding-bottom: calc(70 / 750 * 100%);
  }
  .sec1__contents__main .sec1__ttl{
    width: calc(350 / 670 * 100%);
  }
  .sec1__contents__main figure img{
   width: calc(270 / 670 * 100%);
   padding-top: calc(50 / 670 * 100%);
  }
  .sec1__contents__main .sec1__text{
    width: calc(560 / 670 * 100%);
    padding-top: calc(75 / 670 * 100%);
  }
}

@media all and (min-width:1367px) {
  .sec1__contents{
    margin-bottom: 70px;
  }
}

  /*!* ---------------------------------------------------------------------------------------------
    sec2 nani
--------------------------------------------------------------------------------------------- *!*/

#container .sec2__contents{
  background-color: #fff;
  margin-bottom: calc(70 / 1366 * 100%);
  text-align: center;
}
.sec2__contents__main{
  background-image: url(../img/pc/sec2_deco.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: calc(1190 / 1366 * 100%);
  margin: 0 auto;
  padding-top: calc(50 / 1190 * 100%);
}
.sec2__l{
  display: flex;
  justify-content: space-between;
}
.sec2__l__text{
  padding-top: calc(50 / 1190 * 100%);
  max-width: calc(400 / 1190 * 100%);
  margin-left: 10%;
}
.sec2__l .sec2__l__text .sec2__p{
  padding-top: calc(30/ 400 * 100%);
  text-align: left;
}
.sec2__contents__main .sec2__ttl{
  width: calc(300/ 400 * 100%);
  margin: auto;
}
.sec2__contents__main figure{
  width: calc(560 / 1190 * 100%);
}
.sec2__contents__main figure img{
 padding-bottom: calc(50 / 560 * 100%);
}


@media all and (max-width:750px) {
  #container .sec2__contents{
    margin-bottom: calc(70 / 750 * 100%);
  }
  .sec2__contents__main{
    background-image: url(../img/sp/sec2_deco.png);
    background-position: top center;
    width: calc(670 / 750 * 100%);
    padding-top: calc(60 / 750 * 100%);
  }
  .sec2__l__text__sp p{
    text-align: left;
    padding-top: calc(30 / 670 * 100%);
  }
  .sec2__l__text__sp .sec2__ttl{
    width: calc(385 / 670 * 100%);
  }
  .sec2__contents__main figure{
    width: auto;
    padding-top: calc(40 / 670 * 100%);
  }
  .sec2__contents__main figure img{
    padding-bottom: calc(50 / 670 * 100%);
   }
}

@media all and (min-width:1367px) {
  #container .sec2__contents{
    margin-bottom: 70px;
  }
}


  /*!* ---------------------------------------------------------------------------------------------
    sec3 odekake
--------------------------------------------------------------------------------------------- *!*/

.sec3__contents{
  background-image: url(../img/pc/sec3_deco.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
  margin-bottom: calc(70 / 1366 * 100%);
  width: calc(1080 / 1366 * 100%);
}
.sec3__contents__main{
  width: calc(960 / 1080 * 100%);
  margin: 0 auto;
  padding-top: calc(50 / 1080 * 100%);
  padding-bottom: calc(55 / 1080 * 100%);
  text-align: center;
}
.sec3__contents__main .sec3__ttl{
  width: calc(290 / 960 * 100%);
  margin: auto;
}
.sec3__contents__main figure{
  margin-top: calc(25 / 960 * 100%);
}
.sec3__contents__main figure img{
  width: calc(305 / 960 * 100%);
  border: 3px solid #f7924d;
  border-radius: 15px;
  padding: 5px;
  margin: auto;
}
.sec3__p{
  padding-top: calc(30 / 960 * 100%);
}

@media all and (max-width:375px) {
  .sec3__contents__main figure img{
    border: 2px solid #f7924d;
  }
}

@media all and (max-width:750px) {
  .sec3__contents{
    background-image: url(../img/sp/sec3_deco.png);
    background-size: cover;
    margin-bottom: calc(70 / 750 * 100%);
    width: calc(750 / 750 * 100%);
  }
  .sec3__contents__main{
    width: calc(670 / 750 * 100%);
    padding-top: calc(60 / 750 * 100%);
    padding-bottom: calc(75 / 750 * 100%);
  }
  .sec3__contents__main .sec3__ttl{
    width: calc(360 / 670 * 100%);
  }
  .sec3__contents__main figure{
    margin-top: calc(25 / 670 * 100%);
  }
  .sec3__contents__main figure img{
    width: calc(430 / 670 * 100%);
    padding: calc(5 / 670 * 100%);
  }
  .sec3__p{
    padding-top: calc(35 / 670 * 100%);
    text-align: left;
  }
}

@media all and (min-width:1367px) {
  .sec3__contents{
    margin-bottom: 70px;
  }
}


  /*!* ---------------------------------------------------------------------------------------------
    sec3 make
--------------------------------------------------------------------------------------------- *!*/

.sec4__contents{
  background-image: url(../img/pc/sec4_deco.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: calc(1080 / 1366 * 100%);
  margin: 0 auto;
  margin-bottom: calc(70 / 1366 * 100%);
}
.sec4__contents__main {
  width: calc(960 / 1080 * 100%);
  margin: 0 auto;
  padding-top: calc(50 / 1080 * 100%);
  padding-bottom: calc(80 / 1080 * 100%);
  text-align: center;
}
.sec4__contents__main .sec4__ttl{
  width: calc(300 / 960 * 100%);
  margin: auto;
}
.sec4__contents__main figure{
  margin-top: calc(30 / 960 * 100%);
}
.sec4__contents__main figure img{
  width: calc(305 / 960 * 100%);
  border: 3px solid #f7924d;
  border-radius: 15px;
  padding: 5px;
  margin: auto;
}
.sec4__p{
  padding-top: calc(30 / 960 * 100%);
}

/* movie */
.sec4__movie{
  display: flex;
  padding-top: calc(45 / 960 * 100%);
  padding-bottom: calc(75 / 960 * 100%);
  width: calc(850 / 960 * 100%);
  margin: 0 auto;
}
.sec4__movie div{
  width: calc(260 / 850 * 100%);
  margin: 0 auto;
}
.sec4__movie .sec4__movie__mov,
.sec4__movie__2 .sec4__movie__mov{
  width: calc(230 / 260 * 100%);
  border: 3px solid #f1d399;
  border-radius: 17px;
  padding: 5px;
  margin-top: calc(25 / 850 * 100%);
}
.sec4__movie .sec4__ribon,
.sec4__movie__2 .sec4__ribon{
  width: calc(225 / 260 * 100%);
}

/* pdf */
.sec4__pdf{
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: calc(830 / 960 * 100%);
  margin-bottom: calc(40 / 960 * 100%);
}
 .sec4__pdf__l{
  width: calc(420 / 830 * 100%);
  padding-right: (25 / 830 * 100%);
}
.sec4__pdf__text{
  width: calc(165 / 420 * 100%);
  margin: auto;
}
.sec4__pdf__pic{
  padding-top: calc(15 / 420 * 100%);
}
.sec4__pdf__r{
  padding-top: calc(55 / 830 * 100%);
  width: calc(400 / 830 * 100%);
  padding-left: calc(25 / 830 * 100%);
}
.sec4__pdf__r .sec4__pdf__btn{
  width: calc(250 / 400 * 100%);
  margin: calc(20 / 400 * 100%) auto 0;
}
.sec4__pdf__r a :hover {
transform: translateY(3px);
}


@media all and (max-width:375px) {
  .sec4__contents__main figure img{
    border: 2px solid #f7924d;
  }
  .sec4__movie .sec4__movie__mov,
  .sec4__movie__2 .sec4__movie__mov{
    border: 2px solid #f1d399;
  }
}


@media all and (max-width:750px) {
  .sec4__contents{
    background-image: url(../img/sp/sec4_deco.png);
    margin-bottom: calc(70 / 750 * 100%);
    width: auto;
  }
  .sec4__contents__main {
    width: calc(670 / 750 * 100%);
    padding-top: calc(60 / 750 * 100%);
    padding-bottom: calc(75 / 750 * 100%);
  }
  .sec4__contents__main .sec4__ttl{
    width: calc(355 / 670 * 100%);
  }
  .sec4__contents__main figure{
    margin-top: calc(30 / 670 * 100%);
  }
  .sec4__contents__main figure img{
    width: calc(430 / 670 * 100%);
    padding: calc(5 / 670 * 100%);
  }
  .sec4__p{
    padding-top: calc(35 / 670 * 100%);
    text-align: left;
  }

/* movie */
.sec4__movie{
  display: block;
  padding-top: calc(50 / 670 * 100%);
  padding-bottom: calc(35 / 670 * 100%);
  width: auto;
}
.sec4__movie div{
  width: calc(320 / 650 * 100%);
  margin: 0 auto;
}
.sec4__movie .sec4__movie__mov{
  width: calc(230 / 260 * 100%);
  margin-top: calc(20 / 850 * 100%);
  padding: calc(5 / 320 * 100%);
}
.sec4__movie .sec4__ribon,
.sec4__movie__2 .sec4__ribon {
  width: calc(144 / 160 * 100%);
  max-width: 100%;
  margin: auto;
}
.sec4__movie .sec4__ribon {
  margin: 0;
}
.sec4__movie__2 {
  display: flex;
  justify-content: space-between;
  width: calc(670 / 670 * 100%);
  padding-bottom: calc(90 / 670 * 100%);
}
.sec4__movie__2 .sec4__movie__mov{
  display: inline-block;
  margin-top: calc(20 / 850 * 100%);
  padding: calc(5 / 320 * 100%);
}

    /* pdf */
  .sec4__pdf{
    display: block;
    width: calc(520 / 670 * 100%);
    margin-bottom: calc(10 / 670 * 100%);
  }
  .sec4__pdf__l{
    width: auto;
    padding-right: 0;
  }
  .sec4__pdf__text{
    width: calc(250 / 520 * 100%);
    margin: auto;
  }
  .sec4__pdf__pic{
    padding-top: calc(25 / 520 * 100%);
  }
  .sec4__pdf__r{
    padding-top: calc(40 / 520 * 100%);
    width: auto;
    padding-left: 0;
  }
    .sec4__pdf__r p{
    text-align: left;
  }
  .sec4__pdf__r .sec4__pdf__btn{
    width: calc(425 / 520 * 100%);
    margin: calc(30 / 520 * 100%) auto 0;
  }
  .sec4__pdf__r a :hover {
  transform: none;
  opacity: 1;
  }
}

@media all and (min-width:1367px) {
  .sec4__contents{
    margin-bottom: 70px;
  }
}


  /*!* ---------------------------------------------------------------------------------------------
    sec5 gallery
--------------------------------------------------------------------------------------------- *!*/

.slider-sec5 {
  padding-bottom: calc(90 / 1270 * 100%);
  width: calc(1080 / 1270 * 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec5__contents{
  background-color: #fff;
  margin-bottom: calc(70 / 1366 * 100%);
  text-align: center;
}
.sec5__contents__main{
  background-image: url(../img/pc/sec5_deco.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: 0 auto;
  padding-top: calc(50 / 1366 * 100%);
  width: calc(1270 / 1366 * 100%);
}
.sec5__contents__main .sec5__ttl{
  width: calc(708 / 960 * 100%);
  margin: auto;
}
.sec5__contents__main .sec5__p{
  padding-top: calc(30 / 1270 * 100%);
}
.sec5__contents__main .sec5__click{
  width: calc(440 / 1270 * 100%);
  padding-top: calc(40 / 1270 * 100%);
  padding-bottom: calc(30 / 1270 * 100%);
  margin: auto;
}
.slider-sec5{
  padding-bottom: calc(90 / 1270 * 100%);
  width: calc(1080 / 1270 * 100%);
  margin: 0 auto;
}
.slider-sec5 img{
  margin-left: 10px;
  margin-right: 10px;
  max-width: 220px;
}
.slide-arrow{
  width: 35px;
}
.prev-arrow:hover,
.next-arrow:hover{
  cursor: pointer;
  opacity: 0.5;
}
.slider-sec5 li a {
  padding: 0 calc(20/220*100%) 0 0;
  display: block;
}
.slider-sec5 li a img {
  width: 100%;
}


@media all and (max-width:750px) {
  .sec5__contents__main {
    background-image: url(../img/sp/sec5_deco.png);
    background-position: top center;
    padding-top: calc(50 / 750 * 100%);
    padding-bottom: calc(90 / 750 * 100%);
    width: 100%;
  }
  .sec5__contents__main .sec5__ttl {
    width: calc(670 / 750 * 100%);
  }
  .sec5__contents__main .sec5__p {
    padding-top: calc(30 / 750 * 100%);
  }
  .sec5__contents__main .sec5__click {
    width: calc(590 / 750 * 100%);
    padding-top: calc(50 / 750 * 100%);
    padding-bottom: calc(35 / 750 * 100%);
  }
  .sec5__contents__main .sec5__pic{
    padding-top: calc(35 / 670 * 100%);
    padding-bottom: calc(90 / 670 * 100%);
  }
  .sec5__contents__main .sec5__pic li{
    width: auto;
  }
  .slider-sec5 img{
    width: 100%;
  }
  .slider-sec5 img {
    margin-left: 0px;
    margin-right: 0px;
  }
  .slider-sec5 {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block;
  }
  .slider-sec5 .slick-list {
    overflow: visible;
    width: 100%;
  }
  .slider-sec5 li {
    width: 150px;
    margin: 0 20px;
    box-sizing: border-box;
  }
  .slider-sec5 .slide-arrow {
    width: 24.5px;
    position: absolute;
    top: 50%;
    transform: translateY(-100%);
    z-index: 1;
  }
  .slider-sec5 .slide-arrow:nth-of-type(1) {
    left: calc(50% - 107px);
  }
  .slider-sec5 .slide-arrow:nth-of-type(2) {
    right: calc(50% - 107px);
  }
  .sec5__contents{
    margin-bottom: calc(70 / 750 * 100%);
  }
  .slider-sec5 li a {
    padding: 0;
  }
}

@media all and (min-width:1367px) {
  .sec5__contents{
    margin-bottom: 70px;
  }
}

  /*!* ---------------------------------------------------------------------------------------------
    sec5 modal
--------------------------------------------------------------------------------------------- *!*/
.mfp-inner {
  max-width: 1080px;
  padding: calc(40/1366*100%) 0 calc(50/1366*100%);
  background-image: url(../img/pc/modal_sec6.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 15px;
  margin: auto;
  position: relative;
  background-color: #fff;
}
.slider-sec5__ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #540b0b;
  margin-bottom: calc(20/1080*100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.slider-sec5__ttl::before{
  content: "";
  display: inline-block;
  background: url(../img/text_deco_l.png) no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 20px;
  vertical-align: text-bottom;
}
.slider-sec5__ttl::after {
  content: "";
  display: inline-block;
  background: url(../img/text_deco_r.png) no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
}
.slider-sec5__ttl > span{
  margin: 0 20px;
}
.slider-sec5__image {
  width: calc(703 /1080 * 100%);
  margin: auto;
}
.slider-sec5__btn {
  width: calc(321/1080*100%);
  margin: auto;
  font-size: 0px;
  margin-top: calc(30/1080*100%);
}

.mfp-content a p:hover{
  transform: translateY(3px);
  cursor: pointer;
  opacity: 0.5;
}
.slider-sec5__btn::after {
  content: "";
  display: block;
  background: url(../img/btn_link.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: calc(60/322*100%);
}

@media all and (max-width:750px) {
  .mfp-container {
    position: relative;
  }
  .mfp-inner {
    box-sizing: border-box;
    background-size: cover;
    padding: calc(50/670*100%) 0 calc(65/670*100%);
    background-image: url(../img/sp/modal_sec6.png);
    background-size: contain;
  }
  .slider-sec5__content .mfp-arrow {
    top: 47.5%;
  }
  .slider-sec5__ttl {
    font-size: 13px;
    margin-bottom: calc(25/670*100%);
    display: flex;
    justify-content: center;
    align-items: baseline;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .slider-sec5__ttl::before{
    width: 13px;
    height: 13px;
  }
  .slider-sec5__ttl::after {
    width: 13px;
    height: 13px;
  }
  .slider-sec5__ttl > span{
    margin: 0 calc(16/670*100%);
    line-height: 1.6;
  }
  .slider-sec5__image {
    width: calc(469 / 670 * 100%);
  }
  .slider-sec5 .mfp-arrow:before,
  .slider-sec5 .mfp-arrow:after {
    content: '';
    display: block;
    width: 23px;
    height: 23px;
    position: absolute;
  }
  .slider-sec5 .mfp-arrow:before {
  }
  .slider-sec5__btn {
    width: calc(426/670*100%);
    margin-top: calc(36/670*100%);
  }
}


  /*!* ---------------------------------------------------------------------------------------------
    sec6 toukou
--------------------------------------------------------------------------------------------- *!*/

.sec6__contents{
  background-color: #fff;
  margin-bottom: calc(70 / 1366 * 100%);
  text-align: center;
}
.sec6__contents__main{
  background-image: url(../img/pc/sec6_deco.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: 0 auto;
  padding-top: calc(50 / 1366 * 100%);
  width: calc(1270 / 1366 * 100%);
}
.sec6__contents__main .sec6__ttl{
  width: calc(708 / 960 * 100%);
  margin: auto;
}
.sec6__contents__main .sec6__p{
  padding-top: calc(30 / 1270 * 100%);
}
.sec6__contents__main .sec6__click{
  padding-top: calc(40 / 1270 * 100%);
}
.sec6__contents__main .sec6__pic{
  width: calc(708 / 1270 * 100%);
  margin: 0 auto;
  justify-content: space-between;
  padding-top: calc(30 / 1270 * 100%);
  padding-bottom: calc(125 / 1270 * 100%);
}

@media all and (max-width:750px) {
  .sec6__contents{
    margin-bottom: calc(70 / 750 * 100%);
  }
  .sec6__contents__main{
    background-image: url(../img/sp/sec6_deco.png);
    padding-top: calc(50 / 750 * 100%);
  }
  .sec6__contents__main .sec6__ttl{
    width: auto;
    max-width: 100%;
  }
  .sec6__contents__main .sec6__p{
    padding-top: calc(30 / 670 * 100%);
  }
  .sec6__contents__main .sec6__click{
    padding-top: calc(40 / 670 * 100%);
  }
  .sec6__contents__main .sec6__pic{
    width: calc(590 / 670 * 100%);
    padding-top: calc(60 / 670 * 100%);
    padding-bottom: calc(65 / 670 * 100%);
  }
}

@media all and (min-width:1367px) {
  .sec6__contents{
    margin-bottom: 70px;
  }
}


  /*!* ---------------------------------------------------------------------------------------------
    sec7 conb
--------------------------------------------------------------------------------------------- *!*/
.sec7__contents{
  background-image: url(../img/pc/sec7_deco.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: 0 auto;
}
.sec7__contents__main{
  width: calc(960 / 1080 * 100%);
  margin: 0 auto;
  margin-bottom: calc(30 / 1366 * 100%);
  text-align: center;
}
.sec7__contents__main .sec7__ttl{
  padding-top: calc(60 / 1080 * 100%);
  width: calc(350 / 960 * 100%);
  margin: auto;
}
.sec7__contents__main figure img{
 width: calc(460 / 960 * 100%);
 padding-top: calc(35 / 1080 * 100%);
 margin: auto;
}
.btn_online{
  width: calc(420 / 960 * 100%);
  margin: calc(35 / 960 * 100%) auto calc(45 / 960 * 100%);
  display: inline;
}
.sec7__contents__main a :hover {
  transform: translateY(3px);
}

  @media all and (max-width:750px) {
    .sec7__contents{
      background-image: url(../img/sp/sec7_deco.png);
    }
    .sec7__contents__main{
      width: calc(670 / 750 * 100%);
      margin-bottom: calc(30 / 750 * 100%);
    }
    .sec7__contents__main .sec7__ttl{
      padding-top: calc(85 / 670 * 100%);
      width: calc(445 / 670 * 100%);
    }
    .sec7__contents__main figure img{
     width: calc(460 / 670 * 100%);
     padding-top: calc(35 / 670 * 100%);
    }
    .btn_online{
      width: calc(595 / 670 * 100%);
      margin-top: calc(45 / 670 * 100%);
      margin-bottom: calc(75 / 670 * 100%);
    }
    .sec7__contents__main a :hover {
      transform: none;
      opacity: 1;
      }
  }

  /*!* ---------------------------------------------------------------------------------------------
    remark
--------------------------------------------------------------------------------------------- *!*/
.remark{
  font-size: calc(12/1366*100vw);
  max-width: 1080px;
  margin: 0 auto calc(70/1366*100vw);
  text-align: right;
  font-weight: normal;
}
@media all and (max-width:750px) {
  .remark{
    font-size: calc(20/750*100vw);
    margin-bottom: calc(70/750*100vw);
    text-align: center;
  }
}