@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;500;700;900&display=swap");
@import url("https://use.typekit.net/cby7ilb.css");
.spi {
  display: none;
}

@media screen and (max-width: 768px) {
  .spi {
    display: inline-block;
  }
}
.pci {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .pci {
    display: none;
  }
}
/*=================
Animation
=================*/
/*=================
Common Item
=================*/
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-font-feature-settings: palt;
          font-feature-settings: palt;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  color: #565757;
  position: relative;
  letter-spacing: 0.1rem;
  background: #eeeeee;
}
@media screen and (max-width: 768px) {
  body {
    width: 100%;
    font-size: 1.6rem;
    width: 100vw;
    height: 100vh;
    animation: bugfix infinite 1s;
    -webkit-animation: bugfix infinite 1s;
  }
}

/*=================
Utility Class
=================*/
.u-sp-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp-br {
    display: block;
  }
}

.u-pc-br {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-pc-br {
    display: none;
  }
}

.u-pc-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-pc-none {
    display: block;
  }
}

.u-sp-none {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-sp-none {
    display: none;
  }
}

.u-pc-br {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-pc-br {
    display: none;
  }
}

.u-spi {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-spi {
    display: block;
  }
}

.u-pci {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-pci {
    display: none;
  }
}

.u-ex {
  margin: 0.5em 0;
  line-height: 1.8;
  font-size: 1em;
}
.u-ex__center {
  line-height: 1.8;
  text-align: center !important;
}
.u-ex__right {
  line-height: 1.8;
  text-align: right !important;
}
.u-ex__bold {
  font-weight: bold;
}
.u-ex-red, .u-ex-red__bold {
  color: #ff0000;
  line-height: 1.8;
}
.u-ex-red__bold {
  font-weight: bold;
}
.u-ex-red__center {
  text-align: center;
}

.u-under__dot {
  border-bottom: dotted 2px #565757;
}

ul li, ol li {
  list-style: none;
}

a.blnk {
  position: relative;
}
a.blnk::after {
  content: "";
  width: 13px;
  padding-top: 13px;
  height: 0;
  background: url("../img/icon_brank.svg") 0 0 no-repeat;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-size: contain;
  position: absolute;
  right: -10px;
  top: -1px;
}

.u-notes, .u-notes__algnL {
  font-size: 1.4rem;
  line-height: 1.6;
}
.u-notes__algnL {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .u-notes, .u-notes__algnL {
    font-size: 1rem;
  }
}
.u-notes li, .u-notes__algnL li {
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}

ol.notes {
  margin-top: 1em;
}
ol.notes li {
  font-size: 14px;
  line-height: 1.6;
  text-indent: -2.5em;
  padding-left: 2.5em;
}
@media screen and (max-width: 768px) {
  ol.notes li {
    font-size: 12px;
  }
}

a:link, a:hover, a:visited {
  color: #000000;
}

ul li, ol li {
  list-style: none;
}

.ex_lnk {
  text-decoration: underline;
  color: #00beff !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt2 {
  margin-top: 2em;
}

.u-mt3 {
  margin-top: 3em;
}

.u-mt4 {
  margin-top: 4em;
}

.u-mt05 {
  margin-top: 0.5em;
}

.u-mt1 {
  margin-top: 1em !important;
}

.u-mt2 {
  margin-top: 2em;
}

.u-mb3 {
  margin-bottom: 3em;
}

@media screen and (max-width: 768px) {
  .u-spmt05 {
    margin-top: 0.5em;
  }
  .u-spmt1 {
    margin-top: 1em;
  }
  .u-spmt2 {
    margin-top: 2em;
  }
}
.hr_line {
  margin: 3em 0;
  height: 2px;
  border-top: 2px #565757 dotted;
}

.sp-header {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1000;
  padding: 10px;
}
.sp-header .inner {
  position: relative;
  width: 100%;
}

.sp-header {
  display: block;
  position: relative;
  z-index: 10;
}
.sp-header #drawer {
  z-index: 100;
}
@keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
.sp-header #drawer #overlay-button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 35px 25px;
  z-index: 5;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.sp-header #drawer #overlay-button span {
  height: 2px;
  width: 35px;
  border-radius: 2px;
  background-color: #fa96cd;
  position: relative;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sp-header #drawer #overlay-button span:before {
  top: -10px;
  visibility: visible;
}
.sp-header #drawer #overlay-button span:after {
  top: 10px;
}
.sp-header #drawer #overlay-button span:before, .sp-header #drawer #overlay-button span:after {
  height: 2px;
  width: 35px;
  border-radius: 2px;
  background-color: #fa96cd;
  position: absolute;
  content: "";
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sp-header #drawer #overlay-button:hover span, .sp-header #drawer #overlay-button:hover span:before, .sp-header #drawer #overlay-button:hover span:after {
  background: #fa96cd;
}
.sp-header #drawer input[type=checkbox] {
  display: none;
}
.sp-header #drawer input[type=checkbox]:checked ~ #overlay {
  visibility: visible;
}
.sp-header #drawer input[type=checkbox]:checked ~ #overlay-button:hover span, .sp-header #drawer input[type=checkbox]:checked ~ #overlay-button span {
  background: transparent;
}
.sp-header #drawer input[type=checkbox]:checked ~ #overlay-button span:before {
  -webkit-transform: rotate(45deg) translate(7px, 7px);
          transform: rotate(45deg) translate(7px, 7px);
}
.sp-header #drawer input[type=checkbox]:checked ~ #overlay-button span:after {
  -webkit-transform: rotate(-45deg) translate(7px, -7px);
          transform: rotate(-45deg) translate(7px, -7px);
}
.sp-header #drawer #overlay {
  height: 100vh;
  width: 100%;
  background: #ffffff;
  z-index: 2;
  top: 0;
  left: 0;
  visibility: hidden;
  position: fixed;
}
.sp-header #drawer #overlay ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  height: 100vh;
  padding-left: 0;
  list-style-type: none;
}
.sp-header #drawer #overlay ul li {
  padding: 1em;
}
.sp-header #drawer #overlay ul li a {
  color: #000;
  text-decoration: none;
  font-size: 1.5em;
}
.sp-header #drawer #overlay ul li a:hover {
  color: #000 !important;
}
.sp-header #drawer ul li {
  font-size: 1.4rem;
  font-weight: bold;
  width: 80%;
}
.sp-header #drawer ul li.btn a {
  display: block;
  background: #fa96cd;
  padding: 25px 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff !important;
  text-align: center;
}
.sp-header #drawer ul li.btn a::before {
  content: "";
  display: block;
  width: 25px;
  padding-top: 25px;
  height: 0;
  background: url("../img/ico_scale.svg") 0 0 no-repeat;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-size: contain;
  margin-right: 5px;
}

.sp-header {
  background: #fff;
}
.sp-header .head-logo {
  width: 150px;
}
.sp-header .head-logo img {
  width: 100%;
  height: auto;
}

.container {
  width: 500px;
  margin: 0 auto;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
    min-width: 100%;
  }
}

#main {
  position: relative;
}
#main img {
  width: 100%;
  height: auto;
}
#main .point-list {
  position: relative;
  top: 0px;
  width: 90%;
  margin: 10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#main .point-list li {
  width: 31%;
}
#main .cp-area {
  width: 90%;
  margin: 0 auto;
}
#main .cp-area img {
  width: 100%;
  height: auto;
}
#main .price-block {
  width: 90%;
  margin: 1em auto;
  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;
}
#main .price {
  width: 48%;
}
#main .btn {
  width: 48%;
}
#main .gc_btn {
  position: absolute;
  width: 180px;
  top: 20vh;
  right: 15px;
}
@media screen and (max-width: 768px) {
  #main .gc_btn {
    width: 130px;
    top: 15vh;
  }
}
#main .gc_btn img {
  width: 100%;
  height: auto;
}
#main .label_5min {
  position: absolute;
  width: 80px;
  right: 20px;
  top: 709px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  #main .label_5min {
    width: 60px;
    top: 558px;
    right: 10px;
  }
}
#main .label_5min img {
  width: 100%;
  height: auto;
}

.slick-slider {
  width: 100%;
}

.slider {
  top: 0px;
}

.slider div img {
  width: 100%;
  height: auto;
}

.cmn-cta {
  position: relative;
}
@media screen and (min-width: 768px) {
  .cmn-cta {
    background: url(../img/cmn_cta.png) no-repeat;
    background-size: contain;
    height: 314px;
  }
  .cmn-cta .btn {
    margin: 0 auto 0 auto;
    width: 90%;
    top: 180px;
  }
  .cmn-cta .btn a {
    display: block;
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .cmn-cta {
    width: auto;
    background: url(../img/cmn_cta.png) no-repeat;
    background-size: contain;
    height: 250px;
  }
  .cmn-cta .btn {
    margin: 0 auto 0 auto;
    width: 90%;
    top: 150px;
  }
  .cmn-cta .btn a {
    display: block;
    cursor: pointer;
  }
}
.cmn-cta img {
  width: 100%;
  height: auto;
}

.sec-block .inner {
  width: 90%;
  margin: 30px auto;
}
.sec-block .inner img {
  width: 100%;
  height: auto;
}

.blk-title {
  text-align: center;
  font-size: 2.3rem;
}

.en-title, .en-title__pk {
  text-align: center;
  text-align: center;
  font-size: 1.2rem;
}
.en-title__pk {
  color: #fa96cd;
}

#sec01 .lead {
  width: 90%;
  margin: 0 auto 20px auto;
}
#sec01 .ex {
  text-align: center;
  line-height: 1.8;
}

#sec02 .inner {
  width: 100%;
}
#sec02 .blk-title {
  text-align: center;
  font-size: 2.3rem;
  margin-bottom: 1em;
}
#sec02 .blk-title .logo {
  width: 50%;
  margin: 0 auto 0.5em auto;
  display: block;
}
#sec02 .blk-title .logo img {
  width: 100%;
  height: auto;
}
#sec02 .block, #sec02 .block__reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1em 0;
}
#sec02 .block img, #sec02 .block__reverse img {
  width: 100%;
  height: auto;
}
#sec02 .block__reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#sec02 .block dl, #sec02 .block__reverse dl {
  width: 48%;
  padding: 0 0 0 5%;
}
#sec02 .block dl dt, #sec02 .block__reverse dl dt {
  width: 38px;
}
#sec02 .block dl dd p, #sec02 .block__reverse dl dd p {
  margin: 0.5em 0;
  font-size: 1.9rem;
  font-weight: bold;
}
#sec02 .block dl dd a.leadmore, #sec02 .block__reverse dl dd a.leadmore {
  display: block;
  width: 108px;
}
#sec02 .block figure, #sec02 .block__reverse figure {
  width: 50%;
}
#sec02 .block_detail {
  padding: 1em 0;
}
#sec02 .block_detail .inner {
  width: 90%;
  margin: 0 auto;
}
#sec02 .block_detail .feature-title {
  width: 15%;
  margin: 1em auto;
}
#sec02 .block_detail .feature-title img {
  width: 100%;
  height: auto;
}
#sec02 .block_detail .sub-title {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
#sec02 .block_detail figure {
  margin: 1em 0 0 0;
}
#sec02 .column, #sec02 .column__pk {
  margin: 1.5em 0;
}
#sec02 .column dt, #sec02 .column__pk dt {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.4rem;
}
#sec02 .column__pk dt {
  color: #fa96cd;
}
#sec02 .column-box, #sec02 .column-box__bl {
  width: 90%;
  margin: 0 auto;
  border-radius: 10px;
  padding: 10px 20px;
}
#sec02 .column-box dt, #sec02 .column-box__bl dt {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 0.5em;
}
#sec02 .column-box dd ul li, #sec02 .column-box__bl dd ul li {
  font-size: 1.4rem;
  margin: 0.3em 0;
}
#sec02 .column-box__bl {
  border-top: 5px solid #00beff;
  border-right: 2px solid #00beff;
  border-bottom: 2px solid #00beff;
  border-left: 2px solid #00beff;
}
#sec02 .column-box__bl dt, #sec02 .column-box__bl dd {
  color: #00beff;
}
#sec02 .column-box__bl ul a {
  color: #00beff;
  text-decoration: underline;
}
#sec02 .option-box, #sec02 .option-box__pk {
  width: 90%;
  margin: 1.5em auto;
}
#sec02 .option-box ul li, #sec02 .option-box__pk ul li {
  border-bottom: 1px dotted #cacaca;
  padding: 1em 0;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sec02 .option-box img, #sec02 .option-box__pk img {
  width: 100%;
  height: auto;
}
#sec02 .option-box__pk ul li .tit {
  position: relative;
  padding-left: 30px;
}
#sec02 .option-box__pk ul li .tit::before {
  position: absolute;
  left: 0;
  content: "";
  width: 19px;
  padding-top: 19px;
  height: 0;
  background: url("../img/icon_option.svg") 0 0 no-repeat;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-size: contain;
}
#sec02 .option-box__pk ul li .label {
  background: #fa96cd;
  padding: 5px 8px;
  line-height: 0;
  color: #fff;
  font-size: 1.2rem;
  margin-right: 0.5em;
}
#sec02 .option-box__pk ul li .u-ex {
  font-weight: normal;
  padding-left: 30px;
  font-size: 1.3rem;
}

#sec03 {
  background: #00beff;
  padding: 24px 0;
}
#sec03 .inner {
  background: #fff;
  margin: 0 auto;
  padding: 1.5em 7% 1em 7%;
}
#sec03 .detail {
  margin: 1em auto 0 auto;
}

#sec04 {
  background: #fa96cd;
  padding: 24px 0;
}
#sec04 .inner {
  background: #fff;
  margin: 0 auto;
  padding: 1.5em 7% 1em 7%;
}
#sec04 .flow-block {
  margin: 1em auto 0 auto;
}
#sec04 .flow-block li .flow-no {
  display: inline-block;
  margin-right: 10px;
}
#sec04 .flow-block li::after {
  display: block;
  content: "";
  width: 29px;
  padding-top: 13px;
  height: 0;
  background: url("../img/item_flow_arrow.png") 0 0 no-repeat;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-size: contain;
  margin: 10px auto;
}
#sec04 .flow-block li:last-child::after {
  display: none;
}
#sec04 .flow-block li:nth-child(1) .flow-no {
  width: 69px;
  padding-top: 12px;
  height: 0;
  background: url("../img/item_flow01.png") 0 0 no-repeat;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-size: contain;
}
#sec04 .flow-block li:nth-child(2) .flow-no {
  width: 69px;
  padding-top: 12px;
  height: 0;
  background: url("../img/item_flow02.png") 0 0 no-repeat;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-size: contain;
}
#sec04 .flow-block li:nth-child(3) .flow-no {
  width: 69px;
  padding-top: 12px;
  height: 0;
  background: url("../img/item_flow03.png") 0 0 no-repeat;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-size: contain;
}
#sec04 .flow-block li:nth-child(4) .flow-no {
  width: 69px;
  padding-top: 12px;
  height: 0;
  background: url("../img/item_flow04.png") 0 0 no-repeat;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-size: contain;
}
#sec04 .flow-block li:nth-child(5) .flow-no {
  width: 69px;
  padding-top: 12px;
  height: 0;
  background: url("../img/item_flow05.png") 0 0 no-repeat;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-size: contain;
}
#sec04 .flow-block li:nth-child(6) .flow-no {
  width: 69px;
  padding-top: 12px;
  height: 0;
  background: url("../img/item_flow06.png") 0 0 no-repeat;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-size: contain;
}
#sec04 .flow-block .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #fa96cd;
  font-weight: bold;
  font-size: 1.4rem;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
#sec04 .flow-block .detail_ex {
  font-size: 1.4rem;
}

#sec05 {
  background: #eef8fc;
  padding: 40px 0 20px 0;
}
#sec05 .inner {
  margin: 0 auto;
}
#sec05 .inner .detail {
  margin: 2em 0;
}

.icon_q {
  color: #00beff;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0px 10px 0 0;
}

.icon_a {
  color: #fa96cd;
  font-size: 2.2rem;
  font-weight: bold;
  margin: -10px 3% 0 0;
}

.accordion {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 7px;
  background: #fff;
}

.accordion summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 1em 2em 1em 1em;
  color: #00beff;
  font-weight: 600;
  cursor: pointer;
  font-size: 1.7rem;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary::before,
.accordion summary::after {
  width: 3px;
  height: 0.9em;
  border-radius: 5px;
  background-color: #00beff;
  content: "";
}

.accordion summary::before {
  position: absolute;
  right: 1.3em;
  rotate: 90deg;
}

.accordion summary::after {
  -webkit-transition: rotate 0.3s;
  transition: rotate 0.3s;
  right: 1.3em;
  position: absolute;
}

.accordion[open] summary::after {
  rotate: 90deg;
}

.accordion p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1em 1em 1.5em 1em;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.accordion[open] p {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

#sec06 {
  padding: 24px 0;
}
#sec06 .inner {
  margin: 0 auto;
  padding: 1.5em 4% 1em 4%;
  font-size: 1.4rem;
}
#sec06 .inner .logo {
  margin-bottom: 20px;
}
#sec06 .inner .kamitaiou {
  width: 40%;
  margin: 25px auto 0 auto;
}
#sec06 .inner .fc-block {
  border: 2px solid #00beff;
  padding: 1em;
  text-align: center;
  color: #00beff;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 20px;
}
#sec06 .inner .fc-block .btn a {
  margin-top: 1em;
  display: block;
  padding: 15px 0;
  font-size: 1.4rem;
  background: #00beff;
  color: #fff;
  font-weight: bold;
}
#sec06 .lead {
  margin: 1.5em 0 0.4em 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}

#sec07 {
  padding: 24px 0 0 0;
  color: #9d9d9d;
}
#sec07 .title {
  width: 156px;
  padding-top: 38px;
  height: 0;
  background: url("../img/stit_access.png") 0 0 no-repeat;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-size: contain;
  margin: 0 auto 20px auto;
}
#sec07 .inner {
  margin: 0 auto;
}
#sec07 .inner figure {
  margin: 1em 0;
}
#sec07 .inner figure img {
  width: 100%;
  height: auto;
}
#sec07 .map {
  margin-bottom: -6px;
}

.site-footer {
  position: relative;
  background: #f6f6f6;
  color: #9d9d9d;
  padding: 30px 8%;
  margin: 0 auto;
}
.site-footer .logo {
  width: 200px;
  margin-bottom: 1em;
}
.site-footer .icon-insta {
  width: 30px;
  position: absolute;
  right: 10%;
  top: 60px;
}
.site-footer .icon-insta img {
  width: 100%;
  height: auto;
}
.site-footer .menu {
  margin-bottom: 1em;
}
.site-footer .menu li a {
  color: #9d9d9d;
  margin-bottom: 0.5em;
  text-decoration: underline;
}
.site-footer .copy {
  margin: 2em 0;
  text-align: center;
  font-size: 1.2rem;
}

.kiran {
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

.kiran::before {
  content: "";
  -webkit-animation: kiran 3s cubic-bezier(0.25, 0, 0.25, 1) infinite;
          animation: kiran 3s cubic-bezier(0.25, 0, 0.25, 1) infinite;
  background-color: #fff;
  width: 140%;
  height: 100%;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  top: 0;
  left: -160%;
  opacity: 0.5;
  position: absolute;
}

@-webkit-keyframes kiran {
  0% {
    left: -160%;
    opacity: 0;
  }
  70% {
    left: -160%;
    opacity: 0.5;
  }
  71% {
    left: -160%;
    opacity: 1;
  }
  100% {
    left: -20%;
    opacity: 0;
  }
}

@keyframes kiran {
  0% {
    left: -160%;
    opacity: 0;
  }
  70% {
    left: -160%;
    opacity: 0.5;
  }
  71% {
    left: -160%;
    opacity: 1;
  }
  100% {
    left: -20%;
    opacity: 0;
  }
}
.mov {
  width: 100%;
  aspect-ratio: 16/9;
}

.mov iframe {
  width: 100%;
  height: 100%;
}

#pagetop {
  position: absolute;
  z-index: 300;
}
#pagetop a {
  display: block;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
}
@media screen and (max-width: 768px) {
  #pagetop a {
    right: 10px;
    bottom: 10px;
    width: 50px;
  }
}
#pagetop a img {
  width: 100%;
  height: auto;
}