@charset "UTF-8";
/* variables
----------------------------------------*/
body {
  position: relative;
}

@media screen and (min-width: 751px) {
  body#top {
    min-width: 1200px;
  }
}
.load-main-wrap {
  display: none;
  overflow: hidden;
}

.load-main-wrap.is-show {
  display: block;
  overflow: inherit;
}

@media screen and (min-width: 751px) {
  .inner {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 750px) {
  .inner {
    padding: 0 2vw;
    width: 100%;
  }
}
.anime-logo {
  opacity: 0;
  transition: all 1s;
  transform: translateX(20px);
}

@media screen and (max-width: 750px) {
  .anime-logo {
    transform: translateX(0);
  }
}
.anime-logo.is-show {
  opacity: 1;
  transform: translateX(0);
}

.anime-down {
  opacity: 0;
  transition: all 1s;
  transform: translateY(-20px);
}

@media screen and (max-width: 750px) {
  .anime-down {
    transition: all 1s;
  }
}
.anime-down.is-show {
  opacity: 1;
  transform: translateY(0);
}

.anime-up,
.anime-up-list li {
  opacity: 0;
  transition: all 0.5s;
  transform: translateY(20px);
}

.anime-up.is-show,
.anime-up-list li.is-show {
  opacity: 1;
  transform: translateY(0);
}

.anime-left,
.anime-left-list li {
  opacity: 0;
  transition: all 0.5s;
  transform: translateX(-20px);
}

.anime-left.is-show,
.anime-left-list li.is-show {
  opacity: 1;
  transform: translateX(0);
}

@media screen and (max-width: 750px) {
  .course-list.anime-left-list li {
    transform: translateX(0);
    transform: translateY(-20px);
  }
  .course-list.anime-left-list li.is-show {
    transform: translateX(0);
    transform: translateY(0);
  }
}
.rounded-rect {
  border-radius: 1917px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 751px) {
  .rounded-rect {
    font-size: 18px;
  }
}
.red-text {
  color: #cb2525;
}

.blue-text {
  color: #0368d9;
}

a {
  color: inherit;
  transition: all 500ms ease;
  opacity: 1;
}

a:hover {
  opacity: 0.6;
}

.underline {
  position: relative;
}

@media screen and (min-width: 751px) {
  .underline {
    border-bottom: 1px solid #262626;
  }
}
@media screen and (max-width: 750px) {
  .underline {
    border-bottom: 0.26667vw solid #262626;
  }
}
.underline-white {
  position: relative;
}

@media screen and (min-width: 751px) {
  .underline-white {
    border-bottom: 1px solid #ffffff;
  }
}
@media screen and (max-width: 750px) {
  .underline-white {
    border-bottom: 0.26667vw solid #ffffff;
  }
}
.btn {
  position: relative;
}

.btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  bottom: 0;
  font-style: oblique;
  transform: rotate(-45deg);
  opacity: 0.6;
}

@media screen and (min-width: 751px) {
  .btn::before {
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    right: 20px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  .btn::before {
    border-bottom: 0.66667vw solid #ffffff;
    border-right: 0.66667vw solid #ffffff;
    right: 2.66667vw;
    width: 2vw;
    height: 2vw;
    margin-top: -1.33333vw;
    margin-bottom: 1.33333vw;
  }
}
.small {
  font-size: 0.8em;
}

*:focus {
  outline: 0;
}

/*#heroBox
----------------------------------------*/
#heroBox {
  overflow: hidden;
  background: url(../img/bg-mv.png) 0 0 repeat;
}

@media screen and (min-width: 751px) {
  #heroBox {
    padding-top: 81px;
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  #heroBox {
    padding-top: 50px;
    height: auto;
    background-size: 30%;
  }
}
#heroBox .logo_usj {
  width: 100%;
  background: linear-gradient(90deg, #112276 0%, #0368d9 50%, #112276 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 751px) {
  #heroBox .logo_usj img {
    width: 117px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 750px) {
  #heroBox .logo_usj img {
    width: 17.6vw;
    padding: 2vw;
  }
}
#heroBox .logo_goto {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 751px) {
  #heroBox .logo_goto {
    padding: 10px 0;
  }
}
@media screen and (max-width: 750px) {
  #heroBox .logo_goto {
    padding: 2vw 0;
  }
}
@media screen and (max-width: 750px) {
  #heroBox .logo_goto img {
    width: 76vw;
  }
}
#heroBox h1 {
  background-size: auto auto;
  background-color: rgb(231, 36, 15);
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 751px) {
  #heroBox h1 {
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 6px, rgb(219, 34, 14) 6px, rgb(219, 34, 14) 12px);
  }
}
@media screen and (max-width: 750px) {
  #heroBox h1 {
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 0.8vw, rgb(219, 34, 14) 0.8vw, rgb(219, 34, 14) 1.6vw);
  }
}
#heroBox h1:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0%;
  top: 100%;
  z-index: 10;
  display: block;
  background-image: linear-gradient(135deg, #e7240f 25%, transparent 25%), linear-gradient(225deg, #e7240f 25%, transparent 25%);
  background-position: 0 0;
}
@media screen and (min-width: 751px) {
  #heroBox h1:after {
    height: 30px;
    background-size: 30px 100%;
  }
}
@media screen and (max-width: 750px) {
  #heroBox h1:after {
    height: 4vw;
    background-size: 4vw 100%;
  }
}

@media screen and (min-width: 751px) {
  #heroBox h1 {
    margin-bottom: 55px;
    padding: 20px 0 25px;
  }
}
@media screen and (max-width: 750px) {
  #heroBox h1 {
    margin-bottom: 6.6666666667vw;
    padding: 4.6666666667vw 0 3.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  #heroBox h1 img {
    width: 91.4666666667vw;
  }
}
#heroBox .mv {
  padding-bottom: 30px;
}

@media only screen and (max-width: 750px) {
  #heroBox .mv {
    padding-bottom: 0;
  }
}
#heroBox .mv .mv-inner {
  width: 1000px;
  margin: auto;
}

@media only screen and (max-width: 750px) {
  #heroBox .mv .mv-inner {
    width: 100vw;
  }
}
#heroBox .img {
  display: block;
  margin: auto;
}

@media only screen and (max-width: 750px) {
  #heroBox .mv img {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 751px) {
  #heroBox .mv img.catchphrase {
    margin: 5px auto 15px;
  }
}
#heroBox .mv p {
  font-weight: 700;
  line-height: 1.8em;
  text-align: center;
}

@media only screen and (min-width: 751px) {
  #heroBox .mv p {
    margin: 25px auto 0;
  }
}
@media only screen and (max-width: 750px) {
  #heroBox .mv p {
    font-size: 3.2vw;
    padding: 4.66667vw 0 4.66667vw;
  }
}
#heroBox .mv .txt {
  color: #cb2525;
}
@media only screen and (min-width: 751px) {
  #heroBox .mv .txt {
    font-size: 17px;
  }
}
#heroBox .mv .txt .underline {
  border-color: #cb2525;
}

#heroBox .mv .caution-wrap {
  background-image: linear-gradient(-45deg, #fff33f 0%, #fff33f 25%, #ffffff 25%, #ffffff 50%, #fff33f 50%, #fff33f 75%, #ffffff 75%, #ffffff 100%);
  background-position: 0px center;
}

@media only screen and (min-width: 751px) {
  #heroBox .mv .caution-wrap {
    background-size: 6px 6px;
    margin: auto auto 30px;
    border: 2px solid #fff;
  }
}
@media only screen and (max-width: 750px) {
  #heroBox .mv .caution-wrap {
    background-size: 0.8vw 0.8vw;
    margin: 0 auto 4vw;
    border: 0.26667vw solid #fff;
    width: 93.33333vw;
  }
}
@media only screen and (max-width: 750px) {
  #heroBox .mv .caution-wrap .caution-head img {
    width: 17.33333vw;
  }
}
#heroBox .mv .caution-wrap .caution-body p {
  line-height: 2em;
  text-align: left;
  font-weight: 500;
  margin: auto;
  max-width: 100%;
}

@media only screen and (max-width: 750px) {
  #heroBox .mv .caution-wrap .caution-body p {
    padding: 0;
  }
}
#heroBox .mv .caution-wrap .caution-body p .small {
  line-height: 1.6;
  display: block;
}

#heroBox .mv-txt {
  text-align: center;
  margin: 53px 0 60px;
}

@media only screen and (max-width: 750px) {
  #heroBox .mv-txt {
    margin: 6vw 0 8vw;
    padding: 0 5vw;
  }
}
#heroBox .mv-txt p {
  padding: 0;
}

#heroBox .mv-txt p + p {
  margin-top: 24px;
}

@media only screen and (max-width: 750px) {
  #heroBox .mv-txt p + p {
    margin-top: 3vw;
  }
}
#heroBox .mv-txt p + p img {
  width: 490px;
}

@media only screen and (max-width: 750px) {
  #heroBox .mv-txt p + p img {
    width: 80vw;
  }
}
#heroBox .mv-webkit {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 750px) {
  #heroBox .mv-webkit {
    width: 93.3333333333vw;
    margin: 0 auto 6.6666666667vw;
  }
}

/*#sec-news
----------------------------------------*/
#sec-news {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  #sec-news {
    height: 374px;
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #sec-news {
    height: 96vw;
  }
}
@media screen and (min-width: 751px) {
  #sec-news::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../img/bg_news.jpg);
    background-size: cover;
    background-position: center;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    filter: blur(3px);
    z-index: -1;
  }
}
#sec-news .news-wrap {
  width: 100%;
  height: 100%;
  margin: auto;
  background-position: center;
  z-index: 5;
}

@media screen and (min-width: 751px) {
  #sec-news .news-wrap {
    min-width: 1000px;
    background-image: url(../img/bg_news.jpg);
    padding: 30px 0;
  }
}
@media screen and (max-width: 750px) {
  #sec-news .news-wrap {
    background-image: url(../img/bg_news_sp.jpg);
    background-size: contain;
    padding: 9.33333vw 0;
  }
}
#sec-news .news-wrap .title {
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-style: oblique;
  text-align: center;
  position: relative;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 751px) {
  #sec-news .news-wrap .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 750px) {
  #sec-news .news-wrap .title {
    font-size: 8vw;
  }
}
#sec-news .news-wrap .title::before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  bottom: 0;
}

@media screen and (min-width: 751px) {
  #sec-news .news-wrap .title::before {
    width: 100px;
    margin-left: -50px;
    border-bottom: 4px solid #ffffff;
  }
}
@media screen and (max-width: 750px) {
  #sec-news .news-wrap .title::before {
    width: 20vw;
    margin-left: -10vw;
    border-bottom: 0.8vw solid #ffffff;
  }
}
#sec-news .news-wrap ul {
  color: #ffffff;
}

@media screen and (min-width: 751px) {
  #sec-news .news-wrap ul {
    width: 820px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 750px) {
  #sec-news .news-wrap ul {
    width: 84vw;
    margin: 5.33333vw auto 0;
  }
}
#sec-news .news-wrap ul li {
  display: flex;
  position: relative;
}

#sec-news .news-wrap ul li:not(:first-child) {
  margin-top: 1.5em;
}

@media screen and (min-width: 751px) {
  #sec-news .news-wrap ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  #sec-news .news-wrap ul li {
    align-items: flex-start;
    font-size: 2.66667vw;
  }
}
#sec-news .news-wrap ul li .date {
  font-weight: normal;
  margin-right: 1em;
  line-height: 1.8em;
}

@media screen and (max-width: 750px) {
  #sec-news .news-wrap ul li .date {
    font-size: 2.66667vw;
  }
}
#sec-news .news-wrap ul li .body {
  font-weight: 700;
  margin-left: 0;
  line-height: 1.8em;
}

@media screen and (max-width: 750px) {
  #sec-news .news-wrap ul li .body {
    font-size: 2.66667vw;
  }
}
#sec-news .news-wrap ul li.new::before {
  position: absolute;
  content: "NEW";
  width: 3.5em;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  color: #112276;
  background-color: #ffffff;
  left: -4em;
  padding: 0.2em 0;
  border-radius: 0.3em;
}

@media screen and (min-width: 751px) {
  #sec-news .news-wrap ul li.new::before {
    top: 50%;
    margin-top: -0.6em;
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  #sec-news .news-wrap ul li.new::before {
    margin-top: 0.4em;
    font-size: 2.4vw;
  }
}
/*#sec-gnav
----------------------------------------*/
#sec-gnav {
  width: 100%;
  background-color: #8fc31f;
}

#sec-gnav #gnav {
  margin: auto;
}

@media screen and (min-width: 751px) {
  #sec-gnav #gnav {
    width: 1000px;
    padding: 15px 0;
  }
}
@media screen and (max-width: 750px) {
  #sec-gnav #gnav {
    width: 100%;
    padding: 2.26667vw 0;
  }
}
#sec-gnav #gnav ul {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 751px) {
  #sec-gnav #gnav ul {
    border-left: 2px solid #ffffff;
  }
}
@media screen and (max-width: 750px) {
  #sec-gnav #gnav ul {
    border-left: none;
  }
}
#sec-gnav #gnav ul li {
  width: 33%;
  display: flex;
}

@media screen and (min-width: 751px) {
  #sec-gnav #gnav ul li {
    border-right: 2px solid #ffffff;
  }
}
@media screen and (max-width: 750px) {
  #sec-gnav #gnav ul li {
    border-right: 0.26667vw solid #ffffff;
  }
  #sec-gnav #gnav ul li:last-child {
    border-right: none;
  }
}
#sec-gnav #gnav ul li a {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 750px) {
  #sec-gnav #gnav ul li a {
    flex-direction: column;
  }
}
#sec-gnav #gnav ul li a:after {
  content: "";
  display: block;
}

@media screen and (min-width: 751px) {
  #sec-gnav #gnav ul li a:after {
    border-top: 12px solid #cb2525;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    margin-top: 2px;
    margin-left: 12px;
  }
}
@media screen and (max-width: 750px) {
  #sec-gnav #gnav ul li a:after {
    border-top: 2.66667vw solid #cb2525;
    border-left: 1.86667vw solid transparent;
    border-right: 1.86667vw solid transparent;
    margin-top: 2.4vw;
    margin-left: 0;
  }
}
@media screen and (min-width: 751px) {
  #sec-gnav #gnav ul li a.benefit img {
    width: 120px;
  }
}
@media screen and (max-width: 750px) {
  #sec-gnav #gnav ul li a.benefit img {
    width: 18.66667vw;
  }
}
@media screen and (min-width: 751px) {
  #sec-gnav #gnav ul li a.plan img {
    width: 95px;
  }
}
@media screen and (max-width: 750px) {
  #sec-gnav #gnav ul li a.plan img {
    width: 14vw;
  }
}
@media screen and (min-width: 751px) {
  #sec-gnav #gnav ul li a.faq img {
    width: 50px;
  }
}
@media screen and (max-width: 750px) {
  #sec-gnav #gnav ul li a.faq img {
    width: 7.33333vw;
  }
}
@media screen and (min-width: 751px) {
  #sec-gnav #gnav ul li a.information img {
    width: 80px;
  }
}
@media screen and (max-width: 750px) {
  #sec-gnav #gnav ul li a.information img {
    width: 12.53333vw;
  }
}
/*#sec-relief
----------------------------------------*/
#sec-relief {
  margin: 50px 0;
}

@media screen and (max-width: 750px) {
  #sec-relief {
    margin: 8.66667vw 0;
  }
}
#sec-relief h2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 751px) {
  #sec-relief h2 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 750px) {
  #sec-relief h2 {
    padding: 0 3.33333vw;
  }
}
#sec-relief h2 img {
  display: block;
  margin: auto;
}

@media screen and (max-width: 750px) {
  #sec-relief h2 img {
    width: 100%;
    margin: 8vw auto 8.8vw;
  }
}
#sec-relief .sec01 {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  #sec-relief .sec01 {
    display: block;
    width: 100%;
  }
}
#sec-relief .sec01 .cleaning,
#sec-relief .sec01 .distance {
  background-color: #8fc31f;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: size 94%;
  background-repeat: no-repeat;
  background-position-x: center;
}

@media screen and (min-width: 751px) {
  #sec-relief .sec01 .cleaning,
  #sec-relief .sec01 .distance {
    background-image: url(../img/bg_bolt_red_short.png);
    background-position-y: 10px;
    border-radius: 12px;
    padding: 20px 25px;
    width: 49.6%;
  }
}
@media screen and (max-width: 750px) {
  #sec-relief .sec01 .cleaning,
  #sec-relief .sec01 .distance {
    background-image: url(../img/bg_bolt_red_sp.png);
    background-size: 100%;
    background-position-y: 1.6vw;
    width: 93.33333vw;
    border-radius: 1.6vw;
    padding: 2.66667vw 3.33333vw;
    margin: auto;
  }
  #sec-relief .sec01 .cleaning.distance,
  #sec-relief .sec01 .distance.distance {
    margin: 2.66667vw auto;
  }
}
#sec-relief .sec01 .cleaning .lead,
#sec-relief .sec01 .distance .lead {
  font-weight: 700;
  line-height: 1em;
}

@media screen and (min-width: 751px) {
  #sec-relief .sec01 .cleaning .lead,
  #sec-relief .sec01 .distance .lead {
    font-size: 18px;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 750px) {
  #sec-relief .sec01 .cleaning .lead,
  #sec-relief .sec01 .distance .lead {
    padding: 0 0 2.66667vw;
    font-size: 2.93333vw;
  }
}
@media screen and (max-width: 750px) {
  #sec-relief .sec01 .cleaning img,
  #sec-relief .sec01 .distance img {
    width: 100%;
    display: block;
  }
}
#sec-relief .snapshot {
  background-color: #8fc31f;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background-repeat: no-repeat;
  background-position-x: center;
}

@media screen and (min-width: 751px) {
  #sec-relief .snapshot {
    background-image: url(../img/bg_bolt_red_long.png);
    background-size: 98%;
    background-position-y: 10px;
    border-radius: 12px;
    padding: 18px 25px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 750px) {
  #sec-relief .snapshot {
    background-image: url(../img/bg_bolt_red_sp.png);
    background-size: 100%;
    background-position-y: 1.6vw;
    width: 93.33333vw;
    border-radius: 1.6vw;
    padding: 2.66667vw 3.33333vw;
    margin: auto auto 1.6vw;
  }
}
#sec-relief .snapshot .lead {
  font-weight: 700;
}

@media screen and (min-width: 751px) {
  #sec-relief .snapshot .lead {
    font-size: 18px;
    margin-bottom: 1em;
    line-height: 1em;
  }
}
@media screen and (max-width: 750px) {
  #sec-relief .snapshot .lead {
    padding: 0 0 2.66667vw;
    font-size: 2.93333vw;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 750px) {
  #sec-relief .snapshot img {
    width: 100%;
  }
}
#sec-relief .btn {
  background-color: #cb2525;
  color: #fff;
  font-weight: 700;
  font-style: oblique;
}

@media screen and (min-width: 751px) {
  #sec-relief .btn {
    margin: 40px auto;
    font-size: 20px;
    width: 520px;
    height: 60px;
    box-shadow: 0px 4px 0px 0px #262626;
  }
}
@media screen and (max-width: 750px) {
  #sec-relief .btn {
    margin: 5.33333vw auto auto;
    width: 72vw;
    height: 11.33333vw;
    font-size: 3.2vw;
    box-shadow: 0px 0.53333vw 0px 0px #262626;
  }
}
/*#sec-benefit
----------------------------------------*/
#sec-benefit {
  background-color: #45b035;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

#sec-benefit::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  transform: skewY(-3.2deg);
  z-index: -1;
}

@media screen and (min-width: 751px) {
  #sec-benefit::before {
    top: -160px;
    height: 240px;
  }
}
@media screen and (max-width: 750px) {
  #sec-benefit::before {
    top: -3.86667vw;
    height: 13.33333vw;
  }
}
#sec-benefit .inner h2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 5;
}

@media screen and (max-width: 750px) {
  #sec-benefit .inner h2 {
    margin: 0 0 13.33333vw;
  }
}
@media screen and (max-width: 750px) {
  #sec-benefit .inner h2 img {
    width: 92vw;
  }
}
#sec-benefit .inner .point01 {
  position: relative;
  background-color: #ffffff;
}

@media screen and (min-width: 751px) {
  #sec-benefit .inner .point01 {
    border-radius: 12px;
    margin: 124px auto auto;
    padding: 40px 30px;
    background-image: url(../img/bg_bolt_blue.png), url(../img/bg_bolt_blue.png);
    background-size: 98%, 98%;
    background-repeat: no-repeat, no-repeat;
    background-position: center 8px, center bottom 8px;
  }
}
@media screen and (max-width: 750px) {
  #sec-benefit .inner .point01 {
    padding: 5.33333vw 2.66667vw;
    margin-bottom: 13.33333vw;
    border-radius: 1.6vw;
    background-image: url(../img/bg_bolt_blue_sp.png), url(../img/bg_bolt_blue_sp.png);
    background-size: 100%, 100%;
    background-repeat: no-repeat, no-repeat;
    background-position: center 2.66667vw, center bottom 2.66667vw;
  }
}
#sec-benefit .inner .point01 h3::before {
  content: "";
  position: absolute;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-width: 751px) {
  #sec-benefit .inner .point01 h3::before {
    top: -50px;
    width: 100%;
    height: 54px;
    background-image: url(../img/sec_benefit/benefit01.png);
  }
}
@media screen and (max-width: 750px) {
  #sec-benefit .inner .point01 h3::before {
    width: 54.13333vw;
    height: 6.66667vw;
    top: -6vw;
    left: 50%;
    margin-left: -27.06667vw;
    background-image: url(../img/sec_benefit/benefit01_sp.png);
  }
}
@media screen and (max-width: 750px) {
  #sec-benefit .inner .point01 h3 img {
    width: 86.93333vw;
  }
}
#sec-benefit .inner .point01 .note {
  text-align: center;
  line-height: 1.8em;
}

@media screen and (min-width: 751px) {
  #sec-benefit .inner .point01 .note {
    margin: 36px auto 20px;
  }
}
@media screen and (max-width: 750px) {
  #sec-benefit .inner .point01 .note {
    font-size: 3.2vw;
    margin: 4vw auto;
  }
}
#sec-benefit .inner .point01 img {
  display: block;
  margin: auto;
}

@media screen and (max-width: 750px) {
  #sec-benefit .inner .point01 img {
    width: 100%;
    margin: 4vw auto 0;
  }
}
#sec-benefit .inner .point01 > picture img {
  background-image: linear-gradient(-45deg, #fff33f 0%, #fff33f 25%, #ffffff 25%, #ffffff 50%, #fff33f 50%, #fff33f 75%, #ffffff 75%, #ffffff 100%);
  background-position: 0px center;
  background-position: center bottom 2px;
}

@media screen and (min-width: 751px) {
  #sec-benefit .inner .point01 > picture img {
    background-size: 6px 6px;
  }
}
@media screen and (max-width: 750px) {
  #sec-benefit .inner .point01 > picture img {
    background-size: 0.8vw 0.8vw;
  }
}
#sec-benefit .inner .point01 .slider-wrap {
  background-image: linear-gradient(-45deg, #fff33f 0%, #fff33f 25%, #ffffff 25%, #ffffff 50%, #fff33f 50%, #fff33f 75%, #ffffff 75%, #ffffff 100%);
  background-position: 0px center;
  background-position: 0px center;
  position: relative;
}

@media screen and (min-width: 751px) {
  #sec-benefit .inner .point01 .slider-wrap {
    background-size: 6px 6px;
  }
}
@media screen and (max-width: 750px) {
  #sec-benefit .inner .point01 .slider-wrap {
    background-size: 0.8vw 0.8vw;
  }
}
@media screen and (min-width: 751px) {
  #sec-benefit .inner .point01 .slider-wrap {
    border-radius: 12px;
    padding: 30px 25px;
  }
}
@media screen and (max-width: 750px) {
  #sec-benefit .inner .point01 .slider-wrap {
    padding: 5.33333vw 0;
  }
}
#sec-benefit .inner .point01 .slider-wrap .loader-wrap {
  background-color: #dff3ff;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2000;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 751px) {
  #sec-benefit .inner .point01 .link-route {
    line-height: 2em;
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 750px) {
  #sec-benefit .inner .point01 .link-route {
    line-height: 1.6em;
    margin: 5.33333vw 0 0;
  }
}
@media screen and (max-width: 750px) {
  #sec-benefit .inner .point01 .link-route p {
    font-size: 2.66667vw;
    text-indent: -1em;
    padding-left: 1em;
  }
}
@media screen and (min-width: 751px) {
  #sec-benefit .inner .point01 .link-route ul {
    display: flex;
  }
}
@media screen and (min-width: 751px) {
  #sec-benefit .inner .point01 .link-route ul li {
    margin: 0 30px 0 0;
  }
}
@media screen and (max-width: 750px) {
  #sec-benefit .inner .point01 .link-route ul li {
    text-align: center;
    margin: 2.66667vw 0 0;
    font-size: 3.2vw;
  }
}
#sec-benefit .inner .point02 {
  position: relative;
  background-color: #ffffff;
}

@media screen and (min-width: 751px) {
  #sec-benefit .inner .point02 {
    margin: 130px auto 100px;
    padding: 40px 30px;
    border-radius: 12px;
    background-image: url(../img/bg_bolt_blue.png), url(../img/bg_bolt_blue.png);
    background-size: 98%, 98%;
    background-repeat: no-repeat, no-repeat;
    background-position: center 8px, center bottom 8px;
  }
}
@media screen and (max-width: 750px) {
  #sec-benefit .inner .point02 {
    padding: 5.33333vw 2.66667vw 10.66667vw;
    margin-bottom: 13.33333vw;
    border-radius: 1.6vw;
    background-image: url(../img/bg_bolt_blue_sp.png), url(../img/bg_bolt_blue_sp.png);
    background-size: 100%, 100%;
    background-repeat: no-repeat, no-repeat;
    background-position: center 2.4vw, center bottom 2.4vw;
  }
}
#sec-benefit .inner .point02 h3 {
  position: relative;
}

#sec-benefit .inner .point02 h3::before {
  content: "";
  position: absolute;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-width: 751px) {
  #sec-benefit .inner .point02 h3::before {
    top: -85px;
    height: 54px;
    width: 100%;
    background-image: url(../img/sec_benefit/benefit02.png);
  }
}
@media screen and (max-width: 750px) {
  #sec-benefit .inner .point02 h3::before {
    top: -11.2vw;
    height: 6.26667vw;
    width: 53.33333vw;
    left: 50%;
    margin-left: -26.66667vw;
    background-image: url(../img/sec_benefit/benefit02_sp.png);
  }
}
@media screen and (max-width: 750px) {
  #sec-benefit .inner .point02 h3 img {
    width: 62.93333vw;
  }
}
#sec-benefit .inner .point02 .note {
  text-align: center;
  line-height: 1.8em;
}

@media screen and (min-width: 751px) {
  #sec-benefit .inner .point02 .note {
    margin: 36px auto 20px;
  }
}
@media screen and (max-width: 750px) {
  #sec-benefit .inner .point02 .note {
    font-size: 2.93333vw;
    margin: 4vw auto auto;
  }
}
#sec-benefit .inner .point02 .slider-wrap {
  position: relative;
}

@media screen and (min-width: 751px) {
  #sec-benefit .inner .point02 .slider-wrap {
    border-radius: 12px;
    padding: 30px 0;
  }
}
@media screen and (max-width: 750px) {
  #sec-benefit .inner .point02 .slider-wrap {
    padding: 6.66667vw 0;
  }
}
#sec-benefit .inner .point02 .slider-wrap .loader-wrap {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2000;
  display: flex;
  justify-content: center;
  align-items: center;
}

#sec-benefit .inner .point02 .note2 {
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 750px) {
  #sec-benefit .inner .point02 .note2 {
    font-size: 2.66667vw;
  }
}
#sec-benefit .inner .point02 img {
  display: block;
  margin: auto;
}

@media screen and (min-width: 751px) {
  #sec-benefit .slick-slider.slider01 .slick-prev {
    left: 25%;
  }
}
@media screen and (max-width: 750px) {
  #sec-benefit .slick-slider.slider01 .slick-prev {
    left: 12%;
  }
}
#sec-benefit .slick-slider.slider01 .slick-prev::before {
  transform: rotate(180deg);
}

@media screen and (min-width: 751px) {
  #sec-benefit .slick-slider.slider01 .slick-next {
    right: 25%;
  }
}
@media screen and (max-width: 750px) {
  #sec-benefit .slick-slider.slider01 .slick-next {
    right: 12%;
  }
}
#sec-benefit .slick-slider.slider01 .slick-prev::before,
#sec-benefit .slick-slider.slider01 .slick-next::before {
  background-image: url(../img/sec_benefit/slider/arrow01.png);
  opacity: 1;
}

#sec-benefit .slick-slider.slider01 .slick-slide {
  transition: all 0.3s ease;
}

@media screen and (min-width: 751px) {
  #sec-benefit .slick-slider.slider01 .slick-slide {
    transform: scale(0.58);
  }
  #sec-benefit .slick-slider.slider01 .slick-slide div {
    width: 390px;
    height: 365px;
    margin-right: -35px;
    margin-left: -35px;
  }
}
@media screen and (max-width: 750px) {
  #sec-benefit .slick-slider.slider01 .slick-slide {
    transform: scale(0.55);
  }
  #sec-benefit .slick-slider.slider01 .slick-slide div {
    width: 57.33333vw;
    height: 61.33333vw;
    margin-right: -4.66667vw;
    margin-left: -4.66667vw;
  }
}
#sec-benefit .slick-slider.slider01 .slick-dots li.slick-active button:before {
  color: #112276;
}

@media screen and (min-width: 751px) {
  #sec-benefit .slick-slider.slider02 .slick-prev {
    left: 25%;
  }
}
@media screen and (max-width: 750px) {
  #sec-benefit .slick-slider.slider02 .slick-prev {
    left: 12%;
  }
}
#sec-benefit .slick-slider.slider02 .slick-prev::before {
  transform: rotate(180deg);
}

@media screen and (min-width: 751px) {
  #sec-benefit .slick-slider.slider02 .slick-next {
    right: 25%;
  }
}
@media screen and (max-width: 750px) {
  #sec-benefit .slick-slider.slider02 .slick-next {
    right: 12%;
  }
}
#sec-benefit .slick-slider.slider02 .slick-prev::before,
#sec-benefit .slick-slider.slider02 .slick-next::before {
  background-image: url(../img/sec_benefit/slider/arrow02.png);
  opacity: 1;
}

#sec-benefit .slick-slider.slider02 .slick-slide {
  transform: scale(0.53);
}

@media screen and (min-width: 751px) {
  #sec-benefit .slick-slider.slider02 .slick-slide div {
    width: 430px;
    margin-right: -45px;
    margin-left: -45px;
  }
}
@media screen and (max-width: 750px) {
  #sec-benefit .slick-slider.slider02 .slick-slide div {
    width: 57.33333vw;
    margin-right: -4.66667vw;
    margin-left: -4.66667vw;
  }
}
#sec-benefit .slick-slider.slider02 .slick-dots li.slick-active button:before {
  color: #0368d9;
}

#sec-benefit .slick-slider .slick-prev,
#sec-benefit .slick-slider .slick-next {
  z-index: 10;
  top: 38%;
}

@media screen and (min-width: 751px) {
  #sec-benefit .slick-slider .slick-prev,
  #sec-benefit .slick-slider .slick-next {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 750px) {
  #sec-benefit .slick-slider .slick-prev,
  #sec-benefit .slick-slider .slick-next {
    width: 8vw;
    height: 8vw;
  }
}
#sec-benefit .slick-slider .slick-prev::before,
#sec-benefit .slick-slider .slick-next::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#sec-benefit .slick-slider .slick-slide {
  transition: all 300ms ease;
  position: relative;
  opacity: 0.7;
}

@media screen and (min-width: 751px) {
  #sec-benefit .slick-slider .slick-slide {
    top: -10px;
  }
}
@media screen and (max-width: 750px) {
  #sec-benefit .slick-slider .slick-slide {
    top: -1.6vw;
  }
}
#sec-benefit .slick-slider .slick-slide .note {
  transition: all 500ms ease;
  opacity: 0;
  font-weight: 700;
  color: #112276;
}

@media screen and (min-width: 751px) {
  #sec-benefit .slick-slider .slick-slide .note {
    margin: 20px 0;
  }
}
@media screen and (max-width: 750px) {
  #sec-benefit .slick-slider .slick-slide .note {
    margin: 2.66667vw 0;
    font-size: 2.66667vw;
  }
}
#sec-benefit .slick-slider .slick-slide.slick-center {
  transform: scale(1);
  opacity: 1;
}

@media screen and (min-width: 751px) {
  #sec-benefit .slick-slider .slick-slide.slick-center {
    top: 10px;
  }
}
@media screen and (max-width: 750px) {
  #sec-benefit .slick-slider .slick-slide.slick-center {
    top: 3.33333vw;
  }
}
#sec-benefit .slick-slider .slick-slide.slick-center .note {
  opacity: 1;
}

#sec-benefit .slick-slider .slick-slide img {
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  #sec-benefit .slick-slider .slick-slide img {
    border-radius: 12px;
  }
}
@media screen and (max-width: 750px) {
  #sec-benefit .slick-slider .slick-slide img {
    margin: 0;
  }
}
/*#sec-plan
----------------------------------------*/
/* variables
----------------------------------------*/
#sec-plan {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(-45deg, #fff33f 0%, #fff33f 25%, #ffffff 25%, #ffffff 50%, #fff33f 50%, #fff33f 75%, #ffffff 75%, #ffffff 100%);
  background-position: 0px center;
  z-index: 0;
}

@media screen and (min-width: 751px) {
  #sec-plan {
    background-size: 6px 6px;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan {
    background-size: 0.8vw 0.8vw;
  }
}
@media screen and (min-width: 751px) {
  #sec-plan {
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan {
    height: auto;
  }
}
#sec-plan::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #45b035;
  transform: skewY(-3.2deg);
  z-index: -1;
}

@media screen and (min-width: 751px) {
  #sec-plan::before {
    top: -182px;
    height: 240px;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan::before {
    top: -4.4vw;
    height: 13.33333vw;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner {
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .summary-wrap {
    padding: 0 3.33333vw;
  }
}
#sec-plan .inner .summary-wrap h2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 5;
}

@media screen and (max-width: 750px) {
  #sec-plan .inner .summary-wrap h2 img {
    width: 78vw;
  }
}
#sec-plan .inner .summary-wrap h3 {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 751px) {
  #sec-plan .inner .summary-wrap h3 {
    margin: 50px auto 35px;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .summary-wrap h3 {
    margin: 8vw auto 6.66667vw;
    padding: 0 3.33333vw;
  }
  #sec-plan .inner .summary-wrap h3 img {
    width: 93.33333vw;
  }
}
#sec-plan .inner .summary-wrap h3 + p {
  text-align: center;
}

@media screen and (max-width: 750px) {
  #sec-plan .inner .summary-wrap .note1 {
    font-size: 2.93333vw;
    line-height: 1.8em;
    margin: auto auto 8vw;
  }
}
#sec-plan .inner .summary-wrap .summary-head {
  position: relative;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 751px) {
  #sec-plan .inner .summary-wrap .summary-head {
    margin: 45px auto 0;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .summary-wrap .summary-head img {
    width: 92vw;
  }
}
#sec-plan .inner .summary-wrap .summary-body {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 751px) {
  #sec-plan .inner .summary-wrap .summary-body {
    margin: 10px auto auto;
  }
}
#sec-plan .inner .summary-wrap .summary-body .oneday-wrap,
#sec-plan .inner .summary-wrap .summary-body .overnight-wrap {
  width: 49.5%;
}

#sec-plan .inner .summary-wrap .summary-body .oneday-inner,
#sec-plan .inner .summary-wrap .summary-body .overnight-inner {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 751px) {
  #sec-plan .inner .summary-wrap .summary-body .oneday-inner,
  #sec-plan .inner .summary-wrap .summary-body .overnight-inner {
    height: 300px;
    border-radius: 25px;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .summary-wrap .summary-body .oneday-inner,
  #sec-plan .inner .summary-wrap .summary-body .overnight-inner {
    border-radius: 2vw;
  }
}
#sec-plan .inner .summary-wrap .summary-body .oneday-inner.oneday-inner,
#sec-plan .inner .summary-wrap .summary-body .overnight-inner.oneday-inner {
  border: 2px solid #cb2525;
}

@media screen and (max-width: 750px) {
  #sec-plan .inner .summary-wrap .summary-body .oneday-inner.oneday-inner,
  #sec-plan .inner .summary-wrap .summary-body .overnight-inner.oneday-inner {
    left: -0.66667vw;
    height: 100%;
  }
}
#sec-plan .inner .summary-wrap .summary-body .oneday-inner.overnight-inner,
#sec-plan .inner .summary-wrap .summary-body .overnight-inner.overnight-inner {
  border: 2px solid #112276;
}

@media screen and (max-width: 750px) {
  #sec-plan .inner .summary-wrap .summary-body .oneday-inner.overnight-inner,
  #sec-plan .inner .summary-wrap .summary-body .overnight-inner.overnight-inner {
    right: -0.66667vw;
    height: 100%;
  }
}
#sec-plan .inner .summary-wrap .summary-body .oneday-inner .oneday-head,
#sec-plan .inner .summary-wrap .summary-body .oneday-inner .overnight-head,
#sec-plan .inner .summary-wrap .summary-body .overnight-inner .oneday-head,
#sec-plan .inner .summary-wrap .summary-body .overnight-inner .overnight-head {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 751px) {
  #sec-plan .inner .summary-wrap .summary-body .oneday-inner .oneday-head,
  #sec-plan .inner .summary-wrap .summary-body .oneday-inner .overnight-head,
  #sec-plan .inner .summary-wrap .summary-body .overnight-inner .oneday-head,
  #sec-plan .inner .summary-wrap .summary-body .overnight-inner .overnight-head {
    top: -12px;
    width: 100%;
  }
}
#sec-plan .inner .summary-wrap .summary-body .oneday-inner .oneday-head img,
#sec-plan .inner .summary-wrap .summary-body .oneday-inner .overnight-head img,
#sec-plan .inner .summary-wrap .summary-body .overnight-inner .oneday-head img,
#sec-plan .inner .summary-wrap .summary-body .overnight-inner .overnight-head img {
  width: 100%;
}

#sec-plan .inner .summary-wrap .summary-body .oneday-inner .oneday-body,
#sec-plan .inner .summary-wrap .summary-body .oneday-inner .overnight-body,
#sec-plan .inner .summary-wrap .summary-body .overnight-inner .oneday-body,
#sec-plan .inner .summary-wrap .summary-body .overnight-inner .overnight-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 751px) {
  #sec-plan .inner .summary-wrap .summary-body .oneday-inner .oneday-body,
  #sec-plan .inner .summary-wrap .summary-body .oneday-inner .overnight-body,
  #sec-plan .inner .summary-wrap .summary-body .overnight-inner .oneday-body,
  #sec-plan .inner .summary-wrap .summary-body .overnight-inner .overnight-body {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .summary-wrap .summary-body .oneday-inner .oneday-body,
  #sec-plan .inner .summary-wrap .summary-body .oneday-inner .overnight-body,
  #sec-plan .inner .summary-wrap .summary-body .overnight-inner .oneday-body,
  #sec-plan .inner .summary-wrap .summary-body .overnight-inner .overnight-body {
    padding: 2.66667vw 0;
  }
}
@media screen and (min-width: 751px) {
  #sec-plan .inner .summary-wrap .summary-body .oneday-inner .oneday-body .link-plan01,
  #sec-plan .inner .summary-wrap .summary-body .oneday-inner .overnight-body .link-plan01,
  #sec-plan .inner .summary-wrap .summary-body .overnight-inner .oneday-body .link-plan01,
  #sec-plan .inner .summary-wrap .summary-body .overnight-inner .overnight-body .link-plan01 {
    height: 40px;
    padding: 0 0 4px;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .summary-wrap .summary-body .oneday-inner .oneday-body .link-plan01 img,
  #sec-plan .inner .summary-wrap .summary-body .oneday-inner .overnight-body .link-plan01 img,
  #sec-plan .inner .summary-wrap .summary-body .overnight-inner .oneday-body .link-plan01 img,
  #sec-plan .inner .summary-wrap .summary-body .overnight-inner .overnight-body .link-plan01 img {
    width: 40.66667vw;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .summary-wrap .summary-body .oneday-inner .oneday-body .link-plan02 img,
  #sec-plan .inner .summary-wrap .summary-body .oneday-inner .overnight-body .link-plan02 img,
  #sec-plan .inner .summary-wrap .summary-body .overnight-inner .oneday-body .link-plan02 img,
  #sec-plan .inner .summary-wrap .summary-body .overnight-inner .overnight-body .link-plan02 img {
    width: 40.66667vw;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .summary-wrap .summary-body .oneday-inner .oneday-body .link-plan03 img,
  #sec-plan .inner .summary-wrap .summary-body .oneday-inner .overnight-body .link-plan03 img,
  #sec-plan .inner .summary-wrap .summary-body .overnight-inner .oneday-body .link-plan03 img,
  #sec-plan .inner .summary-wrap .summary-body .overnight-inner .overnight-body .link-plan03 img {
    width: 40.66667vw;
  }
}
#sec-plan .inner .summary-wrap .summary-body .oneday-inner .oneday-body .red-text,
#sec-plan .inner .summary-wrap .summary-body .oneday-inner .oneday-body .blue-text,
#sec-plan .inner .summary-wrap .summary-body .oneday-inner .overnight-body .red-text,
#sec-plan .inner .summary-wrap .summary-body .oneday-inner .overnight-body .blue-text,
#sec-plan .inner .summary-wrap .summary-body .overnight-inner .oneday-body .red-text,
#sec-plan .inner .summary-wrap .summary-body .overnight-inner .oneday-body .blue-text,
#sec-plan .inner .summary-wrap .summary-body .overnight-inner .overnight-body .red-text,
#sec-plan .inner .summary-wrap .summary-body .overnight-inner .overnight-body .blue-text {
  font-weight: 700;
}

@media screen and (min-width: 751px) {
  #sec-plan .inner .summary-wrap .summary-body .oneday-inner .oneday-body .red-text,
  #sec-plan .inner .summary-wrap .summary-body .oneday-inner .oneday-body .blue-text,
  #sec-plan .inner .summary-wrap .summary-body .oneday-inner .overnight-body .red-text,
  #sec-plan .inner .summary-wrap .summary-body .oneday-inner .overnight-body .blue-text,
  #sec-plan .inner .summary-wrap .summary-body .overnight-inner .oneday-body .red-text,
  #sec-plan .inner .summary-wrap .summary-body .overnight-inner .oneday-body .blue-text,
  #sec-plan .inner .summary-wrap .summary-body .overnight-inner .overnight-body .red-text,
  #sec-plan .inner .summary-wrap .summary-body .overnight-inner .overnight-body .blue-text {
    text-align: center;
    margin: 20px 0;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .summary-wrap .summary-body .oneday-inner .oneday-body .red-text,
  #sec-plan .inner .summary-wrap .summary-body .oneday-inner .oneday-body .blue-text,
  #sec-plan .inner .summary-wrap .summary-body .oneday-inner .overnight-body .red-text,
  #sec-plan .inner .summary-wrap .summary-body .oneday-inner .overnight-body .blue-text,
  #sec-plan .inner .summary-wrap .summary-body .overnight-inner .oneday-body .red-text,
  #sec-plan .inner .summary-wrap .summary-body .overnight-inner .oneday-body .blue-text,
  #sec-plan .inner .summary-wrap .summary-body .overnight-inner .overnight-body .red-text,
  #sec-plan .inner .summary-wrap .summary-body .overnight-inner .overnight-body .blue-text {
    font-size: 2.93333vw;
    width: 40.66667vw;
    margin: 3.33333vw auto;
  }
  #sec-plan .inner .summary-wrap .summary-body .oneday-inner .oneday-body .red-text.blue-text,
  #sec-plan .inner .summary-wrap .summary-body .oneday-inner .oneday-body .blue-text.blue-text,
  #sec-plan .inner .summary-wrap .summary-body .oneday-inner .overnight-body .red-text.blue-text,
  #sec-plan .inner .summary-wrap .summary-body .oneday-inner .overnight-body .blue-text.blue-text,
  #sec-plan .inner .summary-wrap .summary-body .overnight-inner .oneday-body .red-text.blue-text,
  #sec-plan .inner .summary-wrap .summary-body .overnight-inner .oneday-body .blue-text.blue-text,
  #sec-plan .inner .summary-wrap .summary-body .overnight-inner .overnight-body .red-text.blue-text,
  #sec-plan .inner .summary-wrap .summary-body .overnight-inner .overnight-body .blue-text.blue-text {
    margin: 3.33333vw auto 0;
  }
}
#sec-plan .inner .summary-wrap .summary-body .oneday-inner .oneday-body .link-travel,
#sec-plan .inner .summary-wrap .summary-body .oneday-inner .overnight-body .link-travel,
#sec-plan .inner .summary-wrap .summary-body .overnight-inner .oneday-body .link-travel,
#sec-plan .inner .summary-wrap .summary-body .overnight-inner .overnight-body .link-travel {
  display: block;
}

@media screen and (max-width: 750px) {
  #sec-plan .inner .summary-wrap .summary-body .oneday-inner .oneday-body .link-travel img,
  #sec-plan .inner .summary-wrap .summary-body .oneday-inner .overnight-body .link-travel img,
  #sec-plan .inner .summary-wrap .summary-body .overnight-inner .oneday-body .link-travel img,
  #sec-plan .inner .summary-wrap .summary-body .overnight-inner .overnight-body .link-travel img {
    width: 42.66667vw;
  }
}
#sec-plan .inner .summary-wrap .caution-wrap {
  background-color: #fff680;
}

@media screen and (min-width: 751px) {
  #sec-plan .inner .summary-wrap .caution-wrap {
    border: 2px solid #fff;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .summary-wrap .caution-wrap {
    border: 0.26667vw solid #fff;
  }
}
#sec-plan .inner .summary-wrap .caution-wrap .caution-body {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 751px) {
  #sec-plan .inner .summary-wrap .caution-wrap .caution-body {
    width: 85%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .summary-wrap .caution-wrap .caution-body p {
    font-size: 3.2vw;
  }
}
#sec-plan .inner .summary-wrap .caution-wrap .caution-body p .red-text,
#sec-plan .inner .summary-wrap .caution-wrap .caution-body p .blue-text {
  font-weight: 700;
}

@media screen and (min-width: 751px) {
  #sec-plan .inner .summary-wrap .caution-wrap .caution-body ul {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .summary-wrap .caution-wrap .caution-body ul {
    margin: 5.3333333333vw 0;
  }
}
#sec-plan .inner .summary-wrap .caution-wrap .caution-body ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media screen and (min-width: 751px) {
  #sec-plan .inner .summary-wrap .caution-wrap .caution-body ul li {
    line-height: 1.8em;
    width: 48%;
    margin: auto;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .summary-wrap .caution-wrap .caution-body ul li {
    font-size: 3.2vw;
    margin-top: 0.6em;
    line-height: 1.5em;
    text-align: left;
  }
}
#sec-plan .inner .summary-wrap .caution-wrap .caution-body ul li picture {
  margin-right: 1em;
}

#sec-plan .inner .summary-wrap .caution-wrap .caution-body ul li picture img {
  display: block;
}

@media screen and (max-width: 750px) {
  #sec-plan .inner .summary-wrap .caution-wrap .caution-body ul li picture img {
    width: 26.66667vw;
  }
}
@media screen and (min-width: 751px) {
  #sec-plan .inner .detail-wrap {
    margin: 50px 0;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap {
    margin: 8vw 0;
  }
}
@media screen and (min-width: 751px) {
  #sec-plan .inner .detail-wrap .detail-inner .detail-body .point {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap .detail-inner .detail-body .point {
    padding: 6.66667vw 0 10.66667vw;
  }
}
#sec-plan .inner .detail-wrap .detail-inner .detail-body .point .point-head {
  display: flex;
  justify-content: center;
}
#sec-plan .inner .detail-wrap .detail-inner .detail-body .point .point-head.type2 {
  margin-top: 38px;
}

@media screen and (min-width: 751px) {
  #sec-plan .inner .detail-wrap .detail-inner .detail-body .point .point-head {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap .detail-inner .detail-body .point .point-head {
    margin: 0 0 4vw;
  }
  #sec-plan .inner .detail-wrap .detail-inner .detail-body .point .point-head.type2 {
    margin-top: 6.4vw;
  }
  #sec-plan .inner .detail-wrap .detail-inner .detail-body .point .point-head.type2 img {
    width: 34.4vw;
  }
  #sec-plan .inner .detail-wrap .detail-inner .detail-body .point .point-head img {
    width: 42.66667vw;
  }
}
#sec-plan .inner .detail-wrap .detail-inner .detail-body .point ul.list-of-point {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap .detail-inner .detail-body .point ul.list-of-point {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
#sec-plan .inner .detail-wrap .detail-inner .detail-body .point ul.list-of-point li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background-color: #ffffff;
}

@media screen and (min-width: 751px) {
  #sec-plan .inner .detail-wrap .detail-inner .detail-body .point ul.list-of-point li {
    border-radius: 10px;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap .detail-inner .detail-body .point ul.list-of-point li {
    border-radius: 1.33333vw;
    width: 41.33333vw;
  }
}
#sec-plan .inner .detail-wrap .detail-inner .detail-body .point ul.list-of-point li h5 {
  font-weight: 700;
  font-style: oblique;
  display: flex;
  width: 100%;
}

@media screen and (min-width: 751px) {
  #sec-plan .inner .detail-wrap .detail-inner .detail-body .point ul.list-of-point li h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap .detail-inner .detail-body .point ul.list-of-point li h5 {
    font-size: 3.46667vw;
  }
}
#sec-plan .inner .detail-wrap .detail-inner .detail-body .point ul.list-of-point li h5::before {
  content: "";
  display: block;
  margin-right: 0.3em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-width: 751px) {
  #sec-plan .inner .detail-wrap .detail-inner .detail-body .point ul.list-of-point li h5::before {
    width: 29px;
    height: 29px;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap .detail-inner .detail-body .point ul.list-of-point li h5::before {
    margin-top: 0.1em;
    width: 4.26667vw;
    height: 4.26667vw;
    flex: none;
  }
}
#sec-plan .inner .detail-wrap .detail-inner .detail-body .point ul.list-of-point li img {
  max-width: 100%;
}

#sec-plan .inner .detail-wrap .detail-inner .detail-body .point ul.list-of-point li p {
  width: 100%;
  line-height: 1.6em;
}

@media screen and (min-width: 751px) {
  #sec-plan .inner .detail-wrap .detail-inner .detail-body .point ul.list-of-point li p {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap .detail-inner .detail-body .point ul.list-of-point li p {
    font-size: 2.66667vw;
  }
}
#sec-plan .inner .detail-wrap .detail-inner .detail-body .point ul.list-of-point li p .small {
  font-size: 0.8em;
}

#sec-plan .inner .detail-wrap .detail-inner .detail-body .point .course-head {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
  width: 920px;
  margin: 0 auto -30px;
  cursor: pointer;
}
#sec-plan .inner .detail-wrap .detail-inner .detail-body .point .course-head .icon {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 15px;
  right: 15px;
  border-radius: 50%;
  border: 2px solid white;
  background-color: white;
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap .detail-inner .detail-body .point .course-head .icon {
    width: 8vw;
    height: 8vw;
    top: 4vw;
    right: 4vw;
  }
}
#sec-plan .inner .detail-wrap .detail-inner .detail-body .point .course-head .icon::before, #sec-plan .inner .detail-wrap .detail-inner .detail-body .point .course-head .icon::after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 2px;
  top: calc(50% - 1px);
  left: calc(50% - 6px);
  background-color: #cb2525;
  transition: all 0.3s;
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap .detail-inner .detail-body .point .course-head .icon::before, #sec-plan .inner .detail-wrap .detail-inner .detail-body .point .course-head .icon::after {
    width: 3.2vw;
    left: calc(50% - 1.6vw);
  }
}
#sec-plan .inner .detail-wrap .detail-inner .detail-body .point .course-head .icon::after {
  transform: rotate(90deg);
}
#sec-plan .inner .detail-wrap .detail-inner .detail-body .point .course-head.is-open .icon {
  background-color: transparent;
}
#sec-plan .inner .detail-wrap .detail-inner .detail-body .point .course-head.is-open .icon::before {
  background-color: white;
}
#sec-plan .inner .detail-wrap .detail-inner .detail-body .point .course-head.is-open .icon::after {
  transform: rotate(0);
  opacity: 0;
}

#sec-plan .inner #plan02.detail-wrap .detail-inner .detail-body .point .course-head .icon::before, #sec-plan .inner #plan02.detail-wrap .detail-inner .detail-body .point .course-head .icon::after {
  background-color: #122376;
}
#sec-plan .inner #plan02.detail-wrap .detail-inner .detail-body .point .course-head.is-open .icon::before {
  background-color: white;
}

@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap .detail-inner .detail-body .point .course-head {
    margin: 0 auto -8vw;
    width: 88vw;
  }
  #sec-plan .inner .detail-wrap .detail-inner .detail-body .point .course-head img {
    width: 100%;
  }
}
#sec-plan .inner .detail-wrap .detail-inner .detail-body .point .steps-wrap {
  background-color: white;
  width: 920px;
  margin: 0 auto -30px;
  display: none;
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap .detail-inner .detail-body .point .steps-wrap {
    width: 88vw;
    margin-bottom: -6.6666666667vw;
  }
}

#sec-plan .inner .detail-wrap .detail-inner .detail-body .point .steps-wrap .steps-wrap-inner {
  padding-top: 120px;
  padding-bottom: 30px;
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap .detail-inner .detail-body .point .steps-wrap .steps-wrap-inner {
    padding-top: 13.3333333333vw;
    padding-bottom: 3.0666666667vw;
  }
}

#sec-plan .inner .detail-wrap .detail-inner .detail-body .point .steps-route {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 751px) {
  #sec-plan .inner .detail-wrap .detail-inner .detail-body .point .steps-route {
    top: -60px;
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap .detail-inner .detail-body .point .steps-route {
    top: 0vw;
    font-size: 4.2666666667vw;
  }
}

#sec-plan .inner .detail-wrap .detail-inner .detail-body .point .steps {
  position: relative;
}

@media screen and (min-width: 751px) {
  #sec-plan .inner .detail-wrap .detail-inner .detail-body .point .steps {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;
    width: 860px;
    height: 600px;
    margin: auto;
    background-repeat: repeat-x, no-repeat, repeat-x, no-repeat, repeat-x;
    background-position-x: 5px, 0, 5px, 0, 5px;
    background-position-y: 0px, 138px, 230px, 368px, 460px;
    z-index: 0;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap .detail-inner .detail-body .point .steps {
    width: 84vw;
    margin: 12vw auto 0;
    padding: 0 1.33333vw;
    background-repeat: no-repeat, no-repeat, repeat-y;
  }
}
#sec-plan .inner .detail-wrap .detail-inner .detail-body .point .steps li {
  position: relative;
  z-index: 5;
}

@media screen and (min-width: 751px) {
  #sec-plan .inner .detail-wrap .detail-inner .detail-body .point .steps li {
    width: 270px;
    height: 140px;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap .detail-inner .detail-body .point .steps li {
    width: 100%;
    height: 40vw;
  }
  #sec-plan .inner .detail-wrap .detail-inner .detail-body .point .steps li:not(:nth-of-type(9)) {
    margin-bottom: 14.66667vw;
  }
}
#sec-plan .inner .detail-wrap .detail-inner .detail-body .point .steps li .step-head {
  font-weight: 700;
  font-style: oblique;
  position: absolute;
  left: 50%;
}

@media screen and (min-width: 751px) {
  #sec-plan .inner .detail-wrap .detail-inner .detail-body .point .steps li .step-head {
    top: -1.5em;
    margin-left: -1.5em;
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap .detail-inner .detail-body .point .steps li .step-head {
    top: -2em;
    margin-left: -2em;
    font-size: 4.26667vw;
  }
}
#sec-plan .inner .detail-wrap .detail-inner .detail-body .point .steps li .step-body {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  height: 100%;
}

@media screen and (min-width: 751px) {
  #sec-plan .inner .detail-wrap .detail-inner .detail-body .point .steps li .step-body {
    border-radius: 10px;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap .detail-inner .detail-body .point .steps li .step-body {
    border-radius: 1.6vw;
  }
}
#sec-plan .inner .detail-wrap .detail-inner .detail-body .point .steps li .step-body picture {
  width: 130px;
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap .detail-inner .detail-body .point .steps li .step-body picture {
    width: 44vw;
  }
}

#sec-plan .inner .detail-wrap .detail-inner .detail-body .point .steps li .step-body picture img {
  display: block;
  width: 100%;
}

#sec-plan .inner .detail-wrap .detail-inner .detail-body .point .steps li .step-body p {
  flex: 1;
}

@media screen and (min-width: 751px) {
  #sec-plan .inner .detail-wrap .detail-inner .detail-body .point .steps li .step-body p {
    padding: 0 6px;
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap .detail-inner .detail-body .point .steps li .step-body p {
    padding: 0 4vw;
    font-size: 2.93333vw;
  }
}
@media screen and (min-width: 751px) {
  #sec-plan .inner .detail-wrap#plan01 {
    margin: 90px 0 50px;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap#plan01 {
    padding: 0 2.66667vw;
  }
}
#sec-plan .inner .detail-wrap#plan01 .detail-head img {
  width: 100%;
}

#sec-plan .inner .detail-wrap#plan01 .detail-inner .detail-body .point {
  background-color: #ffdada;
}

@media screen and (min-width: 751px) {
  #sec-plan .inner .detail-wrap#plan01 .detail-inner .detail-body .point ul.list-of-point li {
    width: 240px;
    height: 270px;
    padding: 20px 15px;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap#plan01 .detail-inner .detail-body .point ul.list-of-point li {
    width: 41.33333vw;
    height: 44vw;
    padding: 2.66667vw 2vw;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap#plan01 .detail-inner .detail-body .point ul.list-of-point li:nth-of-type(1) {
    margin-bottom: 4vw;
    position: relative;
    right: 2vw;
  }
}
#sec-plan .inner .detail-wrap#plan01 .detail-inner .detail-body .point ul.list-of-point li:nth-of-type(1) h5::before {
  background-image: url(../img/sec_plan/icon_plan01_poin01.png);
}

@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap#plan01 .detail-inner .detail-body .point ul.list-of-point li:nth-of-type(1) img {
    width: 17.46667vw;
    height: 14.93333vw;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap#plan01 .detail-inner .detail-body .point ul.list-of-point li:nth-of-type(2) {
    margin-bottom: 4vw;
    position: relative;
    left: 2vw;
  }
}
#sec-plan .inner .detail-wrap#plan01 .detail-inner .detail-body .point ul.list-of-point li:nth-of-type(2) h5::before {
  background-image: url(../img/sec_plan/icon_plan01_poin02.png);
}

@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap#plan01 .detail-inner .detail-body .point ul.list-of-point li:nth-of-type(2) img {
    width: 14.66667vw;
    height: 14.66667vw;
  }
}
#sec-plan .inner .detail-wrap#plan01 .detail-inner .detail-body .point ul.list-of-point li:nth-of-type(3) h5::before {
  background-image: url(../img/sec_plan/icon_plan01_poin03.png);
}

@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap#plan01 .detail-inner .detail-body .point ul.list-of-point li:nth-of-type(3) img {
    width: 17.46667vw;
    height: 12.93333vw;
  }
}
@media screen and (min-width: 751px) {
  #sec-plan .inner .detail-wrap#plan01 .detail-inner .detail-body .point ul.list-of-point li:not(:nth-of-type(3)) {
    margin-right: 50px;
  }
  #sec-plan .inner .detail-wrap#plan01 .detail-inner .detail-body .point ul.list-of-point li:not(:nth-of-type(3))::after {
    position: absolute;
    content: url(../img/logo_plan01_plus.png);
    top: 50%;
    width: 27px;
    height: 28px;
    right: -39px;
    margin-top: -14px;
  }
}
#sec-plan .inner .detail-wrap#plan01 .detail-inner .detail-body .point ul.list-of-point li h5 {
  color: #cb2525;
}

#sec-plan .inner .detail-wrap#plan01 .detail-inner .detail-body .point ul.list-of-point li p {
  height: 5em;
}

#sec-plan .inner .detail-wrap#plan01 .detail-inner .detail-body .point ul.list-of-point + .addition {
  display: flex;
}

@media screen and (min-width: 751px) {
  #sec-plan .inner .detail-wrap#plan01 .detail-inner .detail-body .point ul.list-of-point + .addition {
    padding: 13px 20px 0;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap#plan01 .detail-inner .detail-body .point ul.list-of-point + .addition {
    padding: 2.93333vw 0 0;
    justify-content: center;
  }
}
#sec-plan .inner .detail-wrap#plan01 .detail-inner .detail-body .point ul.list-of-point + .addition div {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  background-color: #cb2525;
  color: #ffffff;
  font-weight: 700;
  vertical-align: middle;
  line-height: 1.5em;
}

@media screen and (min-width: 751px) {
  #sec-plan .inner .detail-wrap#plan01 .detail-inner .detail-body .point ul.list-of-point + .addition div {
    border-radius: 10px;
    margin-bottom: 20px;
    width: 340px;
    height: 80px;
    font-size: 16px;
    letter-spacing: -0.01em;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap#plan01 .detail-inner .detail-body .point ul.list-of-point + .addition div {
    border-radius: 1.33333vw;
    width: 81.33333vw;
    height: 14.66667vw;
    font-size: 3.2vw;
  }
}
#sec-plan .inner .detail-wrap#plan01 .detail-inner .detail-body .point ul.list-of-point + .addition div::before {
  content: "";
  display: block;
  position: absolute;
}

@media screen and (min-width: 751px) {
  #sec-plan .inner .detail-wrap#plan01 .detail-inner .detail-body .point ul.list-of-point + .addition div::before {
    border-right: 8px solid transparent;
    border-bottom: 13px solid #cb2525;
    border-left: 8px solid transparent;
    top: -13px;
    right: 50%;
    margin-right: -8px;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap#plan01 .detail-inner .detail-body .point ul.list-of-point + .addition div::before {
    border-right: 1.6vw solid transparent;
    border-bottom: 2.66667vw solid #cb2525;
    border-left: 1.6vw solid transparent;
    top: -2.66667vw;
    right: 50%;
    margin-right: -12px;
  }
}
#sec-plan .inner .detail-wrap#plan01 .detail-inner .detail-body .point ul.list-of-point + .addition img {
  position: relative;
}

@media screen and (min-width: 751px) {
  #sec-plan .inner .detail-wrap#plan01 .detail-inner .detail-body .point .steps {
    background-image: url("../img/sec_plan/plan01_bg03.png"), url("../img/sec_plan/plan01_bg01.png"), url("../img/sec_plan/plan01_bg03.png"), url("../img/sec_plan/plan01_bg02.png"), url("../img/sec_plan/plan01_bg03.png");
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap#plan01 .detail-inner .detail-body .point .steps {
    background-image: url("../img/sec_plan/plan01_bg01_sp.png"), url("../img/sec_plan/plan01_bg02_sp.png"), url("../img/sec_plan/plan01_bg03_sp.png");
    background-position-y: 155.33333vw, 346.66667vw, 0;
    background-position-x: 1.33333vw, 1.33333vw, 5.33333vw;
    background-size: 81.33333vw, 81.33333vw, 0.93333vw;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap#plan01 .detail-inner .detail-body .point .steps li:nth-of-type(3), #sec-plan .inner .detail-wrap#plan01 .detail-inner .detail-body .point .steps li:nth-of-type(6) {
    margin-bottom: 41.33333vw;
  }
}
#sec-plan .inner .detail-wrap#plan01 .detail-inner .detail-body .point .steps li .step-head {
  color: #cb2525;
}

@media screen and (min-width: 751px) {
  #sec-plan .inner .detail-wrap#plan01 .detail-inner .detail-body .point .steps li .step-body {
    border: 1px solid #cb2525;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap#plan01 .detail-inner .detail-body .point .steps li .step-body {
    border: 2px solid #cb2525;
  }
}
#sec-plan .inner .detail-wrap#plan01 .detail-inner .detail-body .point .btn-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 751px) {
  #sec-plan .inner .detail-wrap#plan01 .detail-inner .detail-body .point .btn-wrap {
    margin: 70px 0 0;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap#plan01 .detail-inner .detail-body .point .btn-wrap {
    font-size: 2.93333vw;
    margin-top: 13.3333333333vw;
  }
}
#sec-plan .inner .detail-wrap#plan01 .detail-inner .detail-body .point .btn-wrap .btn {
  background-color: #cb2525;
  color: #ffffff;
}

@media screen and (min-width: 751px) {
  #sec-plan .inner .detail-wrap#plan01 .detail-inner .detail-body .point .btn-wrap .btn {
    margin: 20px 0 15px;
    font-size: 20px;
    font-weight: 700;
    font-style: oblique;
    width: 520px;
    height: 60px;
    box-shadow: 0px 4px 0px 0px #262626;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap#plan01 .detail-inner .detail-body .point .btn-wrap .btn {
    margin: 4vw auto;
    width: 72vw;
    height: 11.33333vw;
    font-size: 3.2vw;
    box-shadow: 0px 0.53333vw 0px 0px #262626;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap#plan02 {
    padding: 0 2.66667vw;
  }
}
#sec-plan .inner .detail-wrap#plan02 .detail-head img {
  width: 100%;
}

#sec-plan .inner .detail-wrap#plan02 .detail-inner .detail-body .point {
  background-color: #deeaff;
}

@media screen and (min-width: 751px) {
  #sec-plan .inner .detail-wrap#plan02 .detail-inner .detail-body .point ul.list-of-point li {
    width: 230px;
    height: 310px;
    padding: 20px 16px;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap#plan02 .detail-inner .detail-body .point ul.list-of-point li {
    width: 41.33333vw;
    height: 57.33333vw;
    padding: 2.66667vw;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap#plan02 .detail-inner .detail-body .point ul.list-of-point li:nth-of-type(1) {
    margin-bottom: 4vw;
    position: relative;
    right: 2vw;
  }
}
#sec-plan .inner .detail-wrap#plan02 .detail-inner .detail-body .point ul.list-of-point li:nth-of-type(1) h5::before {
  background-image: url(../img/sec_plan/icon_plan02_poin01.png);
}

@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap#plan02 .detail-inner .detail-body .point ul.list-of-point li:nth-of-type(1) img {
    width: 15.06667vw;
    height: 14.26667vw;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap#plan02 .detail-inner .detail-body .point ul.list-of-point li:nth-of-type(2) {
    margin-bottom: 4vw;
    position: relative;
    left: 2vw;
  }
}
#sec-plan .inner .detail-wrap#plan02 .detail-inner .detail-body .point ul.list-of-point li:nth-of-type(2) h5::before {
  background-image: url(../img/sec_plan/icon_plan02_poin02.png);
}

@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap#plan02 .detail-inner .detail-body .point ul.list-of-point li:nth-of-type(2) img {
    width: 21.73333vw;
    height: 7.33333vw;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap#plan02 .detail-inner .detail-body .point ul.list-of-point li:nth-of-type(3) {
    margin-bottom: 4vw;
    position: relative;
    right: 2vw;
  }
}
#sec-plan .inner .detail-wrap#plan02 .detail-inner .detail-body .point ul.list-of-point li:nth-of-type(3) h5::before {
  background-image: url(../img/sec_plan/icon_plan02_poin03.png);
}

@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap#plan02 .detail-inner .detail-body .point ul.list-of-point li:nth-of-type(3) img {
    width: 15.6vw;
    height: 15.46667vw;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap#plan02 .detail-inner .detail-body .point ul.list-of-point li:nth-of-type(4) {
    margin-bottom: 4vw;
    position: relative;
    left: 2vw;
  }
}
#sec-plan .inner .detail-wrap#plan02 .detail-inner .detail-body .point ul.list-of-point li:nth-of-type(4) h5::before {
  background-image: url(../img/sec_plan/icon_plan02_poin04.png);
}

@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap#plan02 .detail-inner .detail-body .point ul.list-of-point li:nth-of-type(4) img {
    width: 17.33333vw;
    height: 9.73333vw;
  }
}
@media screen and (min-width: 751px) {
  #sec-plan .inner .detail-wrap#plan02 .detail-inner .detail-body .point ul.list-of-point li:not(:nth-of-type(4)) {
    margin-right: 12px;
  }
}
#sec-plan .inner .detail-wrap#plan02 .detail-inner .detail-body .point ul.list-of-point li:not(:nth-of-type(4))::after {
  position: absolute;
  top: 50%;
  z-index: 5;
}

@media screen and (min-width: 751px) {
  #sec-plan .inner .detail-wrap#plan02 .detail-inner .detail-body .point ul.list-of-point li:not(:nth-of-type(4))::after {
    content: url(../img/logo_plan02_plus.png);
    width: 27px;
    height: 28px;
    right: -19px;
    margin-top: -14px;
  }
}
#sec-plan .inner .detail-wrap#plan02 .detail-inner .detail-body .point ul.list-of-point li h5 {
  color: #112276;
}

@media screen and (min-width: 751px) {
  #sec-plan .inner .detail-wrap#plan02 .detail-inner .detail-body .point ul.list-of-point li p {
    height: 7em;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap#plan02 .detail-inner .detail-body .point ul.list-of-point li p {
    height: 8em;
  }
}
#sec-plan .inner .detail-wrap#plan02 .detail-inner .detail-body .point ul.list-of-point + .addition {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 751px) {
  #sec-plan .inner .detail-wrap#plan02 .detail-inner .detail-body .point ul.list-of-point + .addition {
    margin: 10px auto 30px;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap#plan02 .detail-inner .detail-body .point ul.list-of-point + .addition img {
    width: 86.66667vw;
  }
}
@media screen and (min-width: 751px) {
  #sec-plan .inner .detail-wrap#plan02 .detail-inner .detail-body .point .steps {
    background-image: url("../img/sec_plan/plan02_bg03.png"), url("../img/sec_plan/plan02_bg01.png"), url("../img/sec_plan/plan02_bg03.png"), url("../img/sec_plan/plan02_bg02.png"), url("../img/sec_plan/plan02_bg03.png");
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap#plan02 .detail-inner .detail-body .point .steps {
    background-image: url("../img/sec_plan/plan02_bg01_sp.png"), url("../img/sec_plan/plan02_bg02_sp.png"), url("../img/sec_plan/plan02_bg03_sp.png");
    background-position-y: 160vw, 329.33333vw, 0;
    background-position-x: 0.4vw, 1.33333vw, 5.33333vw;
    background-size: 11.33333vw, 13.33333vw, 0.66667vw;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap#plan02 .detail-inner .detail-body .point .steps li:nth-of-type(1) {
    margin-bottom: 20.66667vw;
  }
  #sec-plan .inner .detail-wrap#plan02 .detail-inner .detail-body .point .steps li:nth-of-type(3), #sec-plan .inner .detail-wrap#plan02 .detail-inner .detail-body .point .steps li:nth-of-type(6) {
    margin-bottom: 19.33333vw;
  }
}
#sec-plan .inner .detail-wrap#plan02 .detail-inner .detail-body .point .steps li .step-head {
  color: #112276;
}

@media screen and (min-width: 751px) {
  #sec-plan .inner .detail-wrap#plan02 .detail-inner .detail-body .point .steps li .step-body {
    border: 1px solid #112276;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap#plan02 .detail-inner .detail-body .point .steps li .step-body {
    border: 2px solid #112276;
  }
}
#sec-plan .inner .detail-wrap#plan02 .detail-inner .detail-body .point .steps li .additional-note {
  position: absolute;
  background-color: #cb2525;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 2em;
}

@media screen and (min-width: 751px) {
  #sec-plan .inner .detail-wrap#plan02 .detail-inner .detail-body .point .steps li .additional-note {
    right: 15px;
    bottom: -30px;
    left: 0;
    border-radius: 10px;
    width: 260px;
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap#plan02 .detail-inner .detail-body .point .steps li .additional-note {
    right: 8.66667vw;
    bottom: -8vw;
    left: 8.66667vw;
    border-radius: 1917px;
    width: 64vw;
    font-size: 2.93333vw;
  }
}
#sec-plan .inner .detail-wrap#plan02 .detail-inner .detail-body .point .btn-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 751px) {
  #sec-plan .inner .detail-wrap#plan02 .detail-inner .detail-body .point .btn-wrap {
    margin: 70px 0 0;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap#plan02 .detail-inner .detail-body .point .btn-wrap {
    font-size: 2.93333vw;
    margin-top: 13.3333333333vw;
  }
}
#sec-plan .inner .detail-wrap#plan02 .detail-inner .detail-body .point .btn-wrap p {
  text-align: center;
}

#sec-plan .inner .detail-wrap#plan02 .detail-inner .detail-body .point .btn-wrap .btn {
  flex-direction: column;
  text-align: center;
  background-color: #112276;
  color: #ffffff;
  font-style: oblique;
  font-weight: 700;
}

@media screen and (min-width: 751px) {
  #sec-plan .inner .detail-wrap#plan02 .detail-inner .detail-body .point .btn-wrap .btn {
    margin: 20px 0;
    font-size: 20px;
    width: 630px;
    height: 60px;
    box-shadow: 0px 4px 0px 0px #262626;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap#plan02 .detail-inner .detail-body .point .btn-wrap .btn {
    margin: 5.33333vw auto;
    width: 88vw;
    height: 11.33333vw;
    font-size: 3.2vw;
    box-shadow: 0px 0.53333vw 0px 0px #262626;
    letter-spacing: -0.1em;
  }
}
@media screen and (min-width: 751px) {
  #sec-plan .inner .detail-wrap#plan02 .detail-inner .detail-body .point .btn-wrap .btn .small {
    font-size: 15px;
    font-weight: 400;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap#plan02 .detail-inner .detail-body .point .btn-wrap .btn .small {
    font-size: 2.66667vw;
  }
}
#sec-plan .inner .detail-wrap#plan02 .detail-inner .detail-body .point .btn-wrap .btn:nth-of-type(2) {
  margin: 0 0 15px;
}

#sec-plan .inner .detail-wrap#plan02 .detail-inner .detail-body .point .btn-wrap .red-text {
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap#plan03 {
    padding: 0 2.66667vw;
  }
}
#sec-plan .inner .detail-wrap#plan03 .detail-head img {
  width: 100%;
}

#sec-plan .inner .detail-wrap#plan03 .detail-inner .detail-body .point {
  background-color: #e6f9ff;
}

@media screen and (min-width: 751px) {
  #sec-plan .inner .detail-wrap#plan03 .detail-inner .detail-body .point ul.list-of-point li {
    width: 240px;
    height: 260px;
    padding: 20px 16px;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap#plan03 .detail-inner .detail-body .point ul.list-of-point li {
    width: 41.33333vw;
    height: 49.33333vw;
    padding: 2.66667vw;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap#plan03 .detail-inner .detail-body .point ul.list-of-point li:nth-of-type(1) {
    margin-bottom: 4vw;
    position: relative;
    right: 2vw;
  }
}
#sec-plan .inner .detail-wrap#plan03 .detail-inner .detail-body .point ul.list-of-point li:nth-of-type(1) h5::before {
  background-image: url(../img/sec_plan/icon_plan03_poin01.png);
}

@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap#plan03 .detail-inner .detail-body .point ul.list-of-point li:nth-of-type(1) img {
    width: 17.33333vw;
    height: 9.73333vw;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap#plan03 .detail-inner .detail-body .point ul.list-of-point li:nth-of-type(2) {
    margin-bottom: 4vw;
    position: relative;
    left: 2vw;
  }
}
#sec-plan .inner .detail-wrap#plan03 .detail-inner .detail-body .point ul.list-of-point li:nth-of-type(2) h5::before {
  background-image: url(../img/sec_plan/icon_plan03_poin02.png);
}

@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap#plan03 .detail-inner .detail-body .point ul.list-of-point li:nth-of-type(2) img {
    width: 21.73333vw;
    height: 7.33333vw;
  }
}
#sec-plan .inner .detail-wrap#plan03 .detail-inner .detail-body .point ul.list-of-point li:nth-of-type(3) h5::before {
  background-image: url(../img/sec_plan/icon_plan03_poin03.png);
}

@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap#plan03 .detail-inner .detail-body .point ul.list-of-point li:nth-of-type(3) img {
    width: 14.8vw;
    height: 14.4vw;
  }
}
@media screen and (min-width: 751px) {
  #sec-plan .inner .detail-wrap#plan03 .detail-inner .detail-body .point ul.list-of-point li:not(:nth-of-type(3)) {
    margin-right: 50px;
  }
  #sec-plan .inner .detail-wrap#plan03 .detail-inner .detail-body .point ul.list-of-point li:not(:nth-of-type(3))::after {
    position: absolute;
    content: url(../img/logo_plan03_plus.png);
    top: 50%;
    width: 27px;
    height: 28px;
    right: -39px;
    margin-top: -14px;
  }
}
#sec-plan .inner .detail-wrap#plan03 .detail-inner .detail-body .point ul.list-of-point li h5 {
  color: #0368d9;
}

@media screen and (min-width: 751px) {
  #sec-plan .inner .detail-wrap#plan03 .detail-inner .detail-body .point ul.list-of-point li p {
    height: 6em;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap#plan03 .detail-inner .detail-body .point ul.list-of-point li p {
    height: 6em;
  }
}
#sec-plan .inner .detail-wrap#plan03 .detail-inner .detail-body .point ul.list-of-point + .addition {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 751px) {
  #sec-plan .inner .detail-wrap#plan03 .detail-inner .detail-body .point ul.list-of-point + .addition {
    justify-content: flex-end;
    margin: 10px 68px 30px auto;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap#plan03 .detail-inner .detail-body .point ul.list-of-point + .addition {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap#plan03 .detail-inner .detail-body .point ul.list-of-point + .addition img {
    width: 86.66667vw;
  }
}
@media screen and (min-width: 751px) {
  #sec-plan .inner .detail-wrap#plan03 .detail-inner .detail-body .point .steps {
    background-image: url("../img/sec_plan/plan03_bg03.png"), url("../img/sec_plan/plan03_bg01.png"), url("../img/sec_plan/plan03_bg03.png"), url("../img/sec_plan/plan03_bg02.png"), url("../img/sec_plan/plan03_bg03.png");
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap#plan03 .detail-inner .detail-body .point .steps {
    background-image: url("../img/sec_plan/plan03_bg01_sp.png"), url("../img/sec_plan/plan03_bg02_sp.png"), url("../img/sec_plan/plan02_bg03_sp.png");
    background-position-y: 160vw, 329.33333vw, 0;
    background-position-x: 0.4vw, 1.33333vw, 5.33333vw;
    background-size: 11.33333vw, 13.33333vw, 0.66667vw;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap#plan03 .detail-inner .detail-body .point .steps li:nth-of-type(1) {
    margin-bottom: 20.66667vw;
  }
  #sec-plan .inner .detail-wrap#plan03 .detail-inner .detail-body .point .steps li:nth-of-type(3), #sec-plan .inner .detail-wrap#plan03 .detail-inner .detail-body .point .steps li:nth-of-type(6) {
    margin-bottom: 19.33333vw;
  }
}
#sec-plan .inner .detail-wrap#plan03 .detail-inner .detail-body .point .steps li .step-head {
  color: #0368d9;
}

@media screen and (min-width: 751px) {
  #sec-plan .inner .detail-wrap#plan03 .detail-inner .detail-body .point .steps li .step-body {
    border: 1px solid #0368d9;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap#plan03 .detail-inner .detail-body .point .steps li .step-body {
    border: 2px solid #0368d9;
  }
}
#sec-plan .inner .detail-wrap#plan03 .detail-inner .detail-body .point .btn-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 751px) {
  #sec-plan .inner .detail-wrap#plan03 .detail-inner .detail-body .point .btn-wrap {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap#plan03 .detail-inner .detail-body .point .btn-wrap {
    font-size: 2.93333vw;
  }
}
#sec-plan .inner .detail-wrap#plan03 .detail-inner .detail-body .point .btn-wrap p {
  text-align: center;
}

#sec-plan .inner .detail-wrap#plan03 .detail-inner .detail-body .point .btn-wrap .btn {
  flex-direction: column;
  text-align: center;
  background-color: #0368d9;
  color: #ffffff;
}

@media screen and (min-width: 751px) {
  #sec-plan .inner .detail-wrap#plan03 .detail-inner .detail-body .point .btn-wrap .btn {
    margin: 20px 0;
    font-size: 20px;
    font-weight: 700;
    font-style: oblique;
    width: 590px;
    height: 60px;
    box-shadow: 0px 4px 0px 0px #262626;
  }
}
@media screen and (max-width: 750px) {
  #sec-plan .inner .detail-wrap#plan03 .detail-inner .detail-body .point .btn-wrap .btn {
    margin: 2.66667vw auto;
    width: 72vw;
    height: 11.33333vw;
    font-size: 3.2vw;
    box-shadow: 0px 0.53333vw 0px 0px #262626;
  }
}
@media screen and (min-width: 751px) {
  #sec-plan .inner .detail-wrap#plan03 .detail-inner .detail-body .point .btn-wrap .btn .small {
    font-size: 15px;
    font-weight: 400;
  }
}
#sec-plan .inner .detail-wrap#plan03 .detail-inner .detail-body .point .btn-wrap .btn:nth-of-type(2) {
  margin: 0 0 15px;
}

#sec-plan .inner .detail-wrap#plan03 .detail-inner .detail-body .point .btn-wrap .red-text {
  font-weight: 700;
}

/*#sec_comparison
----------------------------------------*/
#sec_comparison {
  background-image: linear-gradient(-45deg, #fff33f 0%, #fff33f 25%, #ffffff 25%, #ffffff 50%, #fff33f 50%, #fff33f 75%, #ffffff 75%, #ffffff 100%);
  background-position: 0px center;
  background-position: 0px center;
  margin-top: 50px;
}

@media screen and (min-width: 751px) {
  #sec_comparison {
    background-size: 6px 6px;
  }
}
@media screen and (max-width: 750px) {
  #sec_comparison {
    background-size: 0.8vw 0.8vw;
    margin-top: 13.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  #sec_comparison .inner {
    font-size: 2.93333vw;
  }
}
#sec_comparison .inner h2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 750px) {
  #sec_comparison .inner h2 img {
    width: 50.66667vw;
  }
}
#sec_comparison .inner .comparison_table {
  table-layout: fixed;
}

@media screen and (min-width: 751px) {
  #sec_comparison .inner .comparison_table {
    width: 100%;
  }
}
#sec_comparison .inner .comparison_table th, #sec_comparison .inner .comparison_table td {
  width: 25%;
  text-align: center;
  vertical-align: middle;
}

@media screen and (min-width: 751px) {
  #sec_comparison .inner .comparison_table thead th {
    padding: 10px 6px;
  }
}
#sec_comparison .inner .comparison_table thead th span {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 751px) {
  #sec_comparison .inner .comparison_table thead th span:nth-of-type(1) {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 750px) {
  #sec_comparison .inner .comparison_table thead th span:nth-of-type(1) {
    font-size: 2.66667vw;
    margin-bottom: 0.6666666667vw;
  }
}
#sec_comparison .inner .comparison_table thead th span:nth-of-type(2) {
  color: #ffffff;
  border-radius: 10px;
  font-weight: 700;
}

@media screen and (min-width: 751px) {
  #sec_comparison .inner .comparison_table thead th span:nth-of-type(2) {
    height: 4.5em;
    font-size: 15px;
  }
}
@media screen and (max-width: 750px) {
  #sec_comparison .inner .comparison_table thead th span:nth-of-type(2) {
    height: 7em;
    font-size: 2vw;
    margin-bottom: 0.4em;
  }
}
#sec_comparison .inner .comparison_table thead th.plan01 span:nth-of-type(1) {
  color: #cb2525;
}

#sec_comparison .inner .comparison_table thead th.plan01 span:nth-of-type(2) {
  background-color: #cb2525;
}

#sec_comparison .inner .comparison_table thead th.plan02 span:nth-of-type(1) {
  color: #112276;
}

#sec_comparison .inner .comparison_table thead th.plan02 span:nth-of-type(2) {
  background-color: #112276;
}

#sec_comparison .inner .comparison_table thead th.plan03 span:nth-of-type(1) {
  color: #0368d9;
}

#sec_comparison .inner .comparison_table thead th.plan03 span:nth-of-type(2) {
  background-color: #0368d9;
}

#sec_comparison .inner .comparison_table tbody th {
  background-color: #ffffff;
  font-weight: 700;
}

@media screen and (min-width: 751px) {
  #sec_comparison .inner .comparison_table tbody th {
    border-top: 1px solid #262626;
    border-bottom: 1px solid #262626;
  }
}
@media screen and (max-width: 750px) {
  #sec_comparison .inner .comparison_table tbody th {
    border-top: 0.13333vw solid #262626;
    border-bottom: 0.13333vw solid #262626;
  }
}
#sec_comparison .inner .comparison_table tbody th div {
  height: 4em;
  position: relative;
  padding: 0 0 0 3.6em;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 751px) {
  #sec_comparison .inner .comparison_table tbody th div {
    justify-content: center;
  }
}
@media screen and (max-width: 750px) {
  #sec_comparison .inner .comparison_table tbody th div {
    justify-content: flex-start;
    text-align: left;
  }
}
#sec_comparison .inner .comparison_table tbody th div.stay::before {
  content: "";
  background-image: url(../img/sec_comparison/header01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  position: absolute;
}

@media screen and (min-width: 751px) {
  #sec_comparison .inner .comparison_table tbody th div.stay::before {
    top: 50%;
    left: 12px;
    width: 37px;
    height: 27px;
    margin-top: -13px;
  }
}
@media screen and (max-width: 750px) {
  #sec_comparison .inner .comparison_table tbody th div.stay::before {
    top: 50%;
    left: 2.13333vw;
    width: 6.53333vw;
    height: 4.26667vw;
    margin-top: -2.13333vw;
  }
}
#sec_comparison .inner .comparison_table tbody th div.parking::before {
  content: "";
  background-image: url(../img/sec_comparison/header02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  position: absolute;
}

@media screen and (min-width: 751px) {
  #sec_comparison .inner .comparison_table tbody th div.parking::before {
    top: 50%;
    left: 14px;
    width: 30px;
    height: 28px;
    margin-top: -14px;
  }
}
@media screen and (max-width: 750px) {
  #sec_comparison .inner .comparison_table tbody th div.parking::before {
    top: 50%;
    left: 2.93333vw;
    width: 5.2vw;
    height: 4.66667vw;
    margin-top: -2.26667vw;
  }
}
#sec_comparison .inner .comparison_table tbody th div.pickup::before {
  content: "";
  background-image: url(../img/sec_comparison/header03.png);
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (min-width: 751px) {
  #sec_comparison .inner .comparison_table tbody th div.pickup::before {
    top: 50%;
    left: 10px;
    width: 37px;
    height: 28px;
    margin-top: -14px;
  }
}
@media screen and (max-width: 750px) {
  #sec_comparison .inner .comparison_table tbody th div.pickup::before {
    top: 50%;
    left: 2.13333vw;
    width: 6.66667vw;
    height: 4.66667vw;
    margin-top: -2.26667vw;
  }
}
#sec_comparison .inner .comparison_table tbody th div.pass::before {
  content: "";
  background-image: url(../img/sec_comparison/header04.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  position: absolute;
}

@media screen and (min-width: 751px) {
  #sec_comparison .inner .comparison_table tbody th div.pass::before {
    top: 50%;
    left: 10px;
    width: 35px;
    height: 23px;
    margin-top: -11px;
  }
}
@media screen and (max-width: 750px) {
  #sec_comparison .inner .comparison_table tbody th div.pass::before {
    top: 50%;
    left: 2.13333vw;
    width: 6.53333vw;
    height: 4vw;
    margin-top: -2vw;
  }
}
#sec_comparison .inner .comparison_table tbody th div.full::before {
  content: "";
  background-image: url(../img/sec_comparison/header05.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  position: absolute;
}

@media screen and (min-width: 751px) {
  #sec_comparison .inner .comparison_table tbody th div.full::before {
    top: 50%;
    left: 8px;
    width: 38px;
    height: 32px;
    margin-top: -16px;
  }
}
@media screen and (max-width: 750px) {
  #sec_comparison .inner .comparison_table tbody th div.full::before {
    top: 50%;
    left: 2.13333vw;
    width: 6.53333vw;
    height: 6.26667vw;
    margin-top: -3.2vw;
  }
}
#sec_comparison .inner .comparison_table tbody th div.ticket::before {
  content: "";
  background-image: url(../img/sec_comparison/header06.png);
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (min-width: 751px) {
  #sec_comparison .inner .comparison_table tbody th div.ticket::before {
    top: 50%;
    left: 12px;
    width: 30px;
    height: 32px;
    margin-top: -16px;
  }
}
@media screen and (max-width: 750px) {
  #sec_comparison .inner .comparison_table tbody th div.ticket::before {
    top: 50%;
    left: 2.4vw;
    width: 5.06667vw;
    height: 5.2vw;
    margin-top: -2.66667vw;
  }
}
#sec_comparison .inner .comparison_table tbody td {
  height: 3.5em;
}

@media screen and (min-width: 751px) {
  #sec_comparison .inner .comparison_table tbody td {
    border-top: 1px solid #262626;
    border-bottom: 1px solid #262626;
  }
}
@media screen and (max-width: 750px) {
  #sec_comparison .inner .comparison_table tbody td {
    border-top: 0.13333vw solid #262626;
    border-bottom: 0.13333vw solid #262626;
  }
}
#sec_comparison .inner .comparison_table tbody td.plan01 {
  background-color: #ffdada;
}

#sec_comparison .inner .comparison_table tbody td.plan02 {
  background-color: #deeaff;
}

#sec_comparison .inner .comparison_table tbody td.plan03 {
  background-color: #e6f9ff;
}

@media screen and (min-width: 751px) {
  #sec_comparison .inner .comparison_table tbody {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  #sec_comparison .inner .comparison_table tbody {
    font-size: 2.66667vw;
  }
}
@media screen and (min-width: 751px) {
  #sec_comparison .inner .comparison_table {
    margin: 20px auto;
  }
}
@media screen and (max-width: 750px) {
  #sec_comparison .inner .comparison_table {
    margin: 5.33333vw 2vw;
  }
}
/*#sec_access
----------------------------------------*/
#sec_access {
  background-image: linear-gradient(-45deg, #fff33f 0%, #fff33f 25%, #ffffff 25%, #ffffff 50%, #fff33f 50%, #fff33f 75%, #ffffff 75%, #ffffff 100%);
  background-position: 0px center;
}

@media screen and (min-width: 751px) {
  #sec_access {
    background-size: 6px 6px;
  }
}
@media screen and (max-width: 750px) {
  #sec_access {
    background-size: 0.8vw 0.8vw;
  }
}
@media screen and (min-width: 751px) {
  #sec_access {
    padding: 60px 0 200px;
  }
}
@media screen and (max-width: 750px) {
  #sec_access {
    padding: 6.66667vw 2vw 26.66667vw;
  }
}
#sec_access .inner h2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 751px) {
  #sec_access .inner h2 + .note {
    font-size: 16px;
    line-height: 1.8em;
    margin: 40px auto 60px;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  #sec_access .inner h2 + .note {
    font-size: 2.66667vw;
    line-height: 1.8em;
    margin: 5.33333vw auto 8vw;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  #sec_access .inner h2 img {
    width: 50.66667vw;
  }
}
#sec_access .inner .sec_access_map {
  display: block;
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  #sec_access .inner .sec_access_map {
    border: 3px solid #112276;
    border-radius: 25px;
  }
}
@media screen and (max-width: 750px) {
  #sec_access .inner .sec_access_map {
    border: 0.4vw solid #112276;
    border-radius: 3.33333vw;
  }
}
#sec_access .inner .sec_access_map img {
  width: 100%;
}

@media screen and (min-width: 751px) {
  #sec_access .inner .sec_access_map + .note {
    font-size: 12px;
    line-height: 1.8em;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 750px) {
  #sec_access .inner .sec_access_map + .note {
    font-size: 2.66667vw;
    line-height: 1.8em;
    margin: 4vw auto;
    text-indent: -1em;
    padding: 1em;
  }
}
/*#sec-faq
----------------------------------------*/
#sec-faq {
  position: relative;
  background-color: #45b035;
  z-index: 0;
}

@media screen and (min-width: 751px) {
  #sec-faq {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 750px) {
  #sec-faq {
    padding-bottom: 13.33333vw;
  }
}
#sec-faq::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  transform: skewY(-3.2deg);
  background-color: #45b035;
  z-index: -1;
}

@media screen and (min-width: 751px) {
  #sec-faq::before {
    top: -52px;
    height: 50%;
  }
}
@media screen and (max-width: 750px) {
  #sec-faq::before {
    font-size: 3.46667vw;
    top: -6.93333vw;
    height: 50%;
  }
}
#sec-faq .inner h2 {
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 5;
}

@media screen and (min-width: 751px) {
  #sec-faq .inner h2 {
    top: -90px;
  }
}
@media screen and (max-width: 750px) {
  #sec-faq .inner h2 {
    top: -12.8vw;
    padding-left: 4vw;
  }
}
@media screen and (max-width: 750px) {
  #sec-faq .inner h2 img {
    width: 30.66667vw;
  }
}
#sec-faq .inner .faq-wrap .faq-inner {
  position: relative;
}

@media screen and (max-width: 750px) {
  #sec-faq .inner .faq-wrap .faq-inner {
    padding: 0 2vw;
  }
}
#sec-faq .inner .faq-wrap .faq-inner.is-open .query::after {
  transform: rotate(-45deg);
}

#sec-faq .inner .faq-wrap .faq-inner .query,
#sec-faq .inner .faq-wrap .faq-inner .answer {
  display: flex;
  align-items: center;
  position: relative;
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}

@media screen and (min-width: 751px) {
  #sec-faq .inner .faq-wrap .faq-inner .query,
  #sec-faq .inner .faq-wrap .faq-inner .answer {
    padding: 45px 0;
  }
}
@media screen and (max-width: 750px) {
  #sec-faq .inner .faq-wrap .faq-inner .query,
  #sec-faq .inner .faq-wrap .faq-inner .answer {
    padding: 6vw 2vw;
  }
}
#sec-faq .inner .faq-wrap .faq-inner .query img,
#sec-faq .inner .faq-wrap .faq-inner .answer img {
  display: block;
  flex-shrink: 0;
  flex-grow: 0;
}

@media screen and (min-width: 751px) {
  #sec-faq .inner .faq-wrap .faq-inner .query img,
  #sec-faq .inner .faq-wrap .faq-inner .answer img {
    margin-right: 25px;
    width: 40px;
  }
}
@media screen and (max-width: 750px) {
  #sec-faq .inner .faq-wrap .faq-inner .query img,
  #sec-faq .inner .faq-wrap .faq-inner .answer img {
    margin-right: 3.33333vw;
    width: 8vw;
  }
}
#sec-faq .inner .faq-wrap .faq-inner .query.query,
#sec-faq .inner .faq-wrap .faq-inner .answer.query {
  z-index: 5;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  #sec-faq .inner .faq-wrap .faq-inner .query.query,
  #sec-faq .inner .faq-wrap .faq-inner .answer.query {
    font-size: 3.46667vw;
  }
}
#sec-faq .inner .faq-wrap .faq-inner .query.query img,
#sec-faq .inner .faq-wrap .faq-inner .answer.query img {
  background-color: #112276;
  border-radius: 1000px;
}

#sec-faq .inner .faq-wrap .faq-inner .query.query .toggle-faq,
#sec-faq .inner .faq-wrap .faq-inner .answer.query .toggle-faq {
  transition: ease 0.5s;
  display: block;
  position: absolute;
  left: 50%;
  background-image: url(../img/sec_faq/btn_toggle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: auto;
}

@media screen and (min-width: 751px) {
  #sec-faq .inner .faq-wrap .faq-inner .query.query .toggle-faq,
  #sec-faq .inner .faq-wrap .faq-inner .answer.query .toggle-faq {
    bottom: -22px;
    width: 44px;
    height: 44px;
    margin-left: -22px;
  }
}
@media screen and (max-width: 750px) {
  #sec-faq .inner .faq-wrap .faq-inner .query.query .toggle-faq,
  #sec-faq .inner .faq-wrap .faq-inner .answer.query .toggle-faq {
    bottom: -4vw;
    width: 8vw;
    height: 8vw;
    margin-left: -4vw;
  }
}
#sec-faq .inner .faq-wrap .faq-inner .query.query::after,
#sec-faq .inner .faq-wrap .faq-inner .answer.query::after {
  content: "";
  transition: ease 0.5s;
  display: block;
  position: absolute;
  left: 50%;
  background-image: url(../img/sec_faq/btn_toggle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 751px) {
  #sec-faq .inner .faq-wrap .faq-inner .query.query::after,
  #sec-faq .inner .faq-wrap .faq-inner .answer.query::after {
    bottom: -22px;
    width: 44px;
    height: 44px;
    margin-left: -22px;
  }
}
@media screen and (max-width: 750px) {
  #sec-faq .inner .faq-wrap .faq-inner .query.query::after,
  #sec-faq .inner .faq-wrap .faq-inner .answer.query::after {
    bottom: -4vw;
    width: 8vw;
    height: 8vw;
    margin-left: -4vw;
  }
}
@media screen and (max-width: 750px) {
  #sec-faq .inner .faq-wrap .faq-inner .query.answer,
  #sec-faq .inner .faq-wrap .faq-inner .answer.answer {
    font-size: 3.2vw;
  }
}
/*#sec-about
----------------------------------------*/
@media screen and (min-width: 751px) {
  #sec-about {
    padding: 30px;
  }
}
@media screen and (max-width: 750px) {
  #sec-about {
    font-size: 2.66667vw;
    padding: 6vw 2vw;
    line-height: 1.8em;
  }
}
/*#sec-information
----------------------------------------*/
@media screen and (min-width: 751px) {
  #sec-information {
    border-top: 1px solid #262626;
  }
}
@media screen and (max-width: 750px) {
  #sec-information {
    border-top: 0.13333vw solid #262626;
    background-size: 27px;
  }
}
@media screen and (min-width: 751px) {
  #sec-information .inner {
    padding: 80px 0 70px;
    width: 980px;
  }
}
@media screen and (max-width: 750px) {
  #sec-information .inner {
    width: 100%;
    padding: 40px 0 28px;
  }
}
#sec-information h2 {
  text-align: center;
}

@media screen and (min-width: 751px) {
  #sec-information h2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  #sec-information h2 {
    margin: 0 auto 14px;
    width: 32%;
  }
  #sec-information h2 img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 751px) {
  #sec-information .information-list {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 750px) {
  #sec-information .information-list {
    width: 90%;
    margin: 0 auto 30px;
  }
}
#sec-information .information-list li {
  border-bottom: 2px dotted #ef7a00;
  color: #ef7a00;
}

@media screen and (min-width: 751px) {
  #sec-information .information-list li {
    height: 135px;
  }
}
#sec-information .information-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

#sec-information .information-list li.cruise a:before {
  background: url(../img/info-cruise.png) 0 0 no-repeat;
  background-size: contain;
}

#sec-information .information-list li.item1 a:before {
  background: url(../img/info/item1.png) 0 0 no-repeat;
  background-size: contain;
}

#sec-information .information-list li.item2 a:before {
  background: url(../img/info/item2.png) 0 0 no-repeat;
  background-size: contain;
}

#sec-information .information-list li.item3 a:before {
  background: url(../img/info/item3.png) 0 0 no-repeat;
  background-size: contain;
}

#sec-information .information-list li.item4 a:before {
  background: url(../img/info/item4.png) 0 0 no-repeat;
  background-size: contain;
}

#sec-information .information-list li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

@media screen and (min-width: 751px) {
  #sec-information .information-list li a {
    padding: 10px 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  #sec-information .information-list li a {
    padding: 2.66667vw 0;
    font-size: 3.2vw;
  }
}
#sec-information .information-list li a:before {
  content: "";
  top: 0;
  display: block;
  background-repeat: no-repeat;
  border-radius: 5px 0 0 5px;
  overflow: hidden;
  margin: 0 1em 0 0;
  flex-grow: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 751px) {
  #sec-information .information-list li a:before {
    left: 10px;
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 750px) {
  #sec-information .information-list li a:before {
    left: 0;
    width: 15.2vw;
    height: 15.2vw;
  }
}
#sec-information .information-list li a:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/info/ico-link-arr.png) 0 0 no-repeat;
  background-size: cover;
}

@media screen and (min-width: 751px) {
  #sec-information .information-list li a:after {
    right: 0;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 750px) {
  #sec-information .information-list li a:after {
    right: 3.2vw;
    width: 3.2vw;
    height: 3.2vw;
  }
}
#sec-information .information-list dl {
  position: relative;
  min-height: 100px;
  margin: 0;
  padding: 0 60px 0 130px;
  color: #505050;
  line-height: 1.6;
}

@media screen and (max-width: 750px) {
  #sec-information .information-list dl {
    padding: 0 40px 0 135px;
    line-height: 1.45;
    min-height: 114px;
  }
}
#sec-information .information-list dt {
  color: #ef7a00;
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  #sec-information .information-list dt {
    font-size: 20px;
  }
}
#sec-information .information-list dd {
  color: #505050;
  line-height: 1.45;
  font-size: 15px;
}

#sec-information .other-link {
  text-align: center;
}

#sec-information .other-link ul {
  display: inline-block;
  width: auto;
  margin: 0;
}

#sec-information .other-link li {
  text-align: left;
  line-height: 1.8;
}

#sec-information .other-link a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #505050;
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 750px) {
  #sec-information .other-link a {
    font-size: 12px;
  }
}
#sec-information .other-link a:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(../img/ico-link-arr.png) center center no-repeat;
  background-size: 13px auto;
  margin-right: 5px;
}

/*.mfp-content
----------------------------------------*/
.mfp-bg {
  background-color: #000000;
  opacity: 0.8;
}

.mfp-inline-holder .mfp-content {
  background: none;
}

.mfp-content {
  box-sizing: border-box;
  padding: 15px;
  background-color: #ffffff;
  border-radius: 4px;
}

.mfp-content {
  padding: 0;
}
.mfp-content .popup-wrap {
  width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .mfp-content .popup-wrap {
    width: 86.6666666667vw;
  }
}
.mfp-content .popup-wrap img {
  width: 100%;
}

.popup-wrap {
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width: 750px) {
  .popup-wrap {
    padding: 13.3333333333vw 0;
  }
}
.popup-wrap button.mfp-close {
  top: 50px;
  width: 40px;
  height: 40px;
  line-height: 0;
  border-radius: 50%;
  border: 3px solid white;
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .popup-wrap button.mfp-close {
    top: 3.4666666667vw;
    width: 8vw;
    height: 8vw;
    border-width: 2px;
  }
}
.popup-wrap button.mfp-close::before, .popup-wrap button.mfp-close::after {
  content: "";
  display: block;
  width: 17px;
  height: 3px;
  background-color: white;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}
@media screen and (max-width: 750px) {
  .popup-wrap button.mfp-close::before, .popup-wrap button.mfp-close::after {
    width: 3.3333333333vw;
    height: 2px;
    left: calc(50% - 1.6vw);
  }
}
.popup-wrap button.mfp-close::before {
  transform: rotate(45deg);
}
.popup-wrap button.mfp-close::after {
  transform: rotate(-45deg);
}

.mfp-custom-wrap {
  position: relative;
}

.mfp-iframe-scaler iframe {
  box-shadow: none;
}

.mfp-iframe-holder .mfp-close {
  top: -63px;
  right: -15px;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  color: #000;
  padding: 0;
  text-align: center;
  font-size: 30px;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 200;
  opacity: 1;
  line-height: 1;
  border-radius: 4px;
}

.mfp-iframe-holder .mfp-close {
  top: -42px;
  right: -7px;
  width: 30px;
  height: 30px;
  font-size: 20px;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.4s ease;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.7;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.4s ease;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-arrow {
  opacity: 0;
  transition: all 0.4s ease;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-arrow {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-arrow {
  opacity: 0;
}

/* image-popup
----------------------------------------*/
.image-popup .mfp-content {
  width: auto;
}

.image-popup.mfp-bg {
  opacity: 0;
  transition: all 0.4s ease;
}

/* overlay animate in */
.image-popup.mfp-bg.mfp-ready {
  opacity: 0.7;
}

/* overlay animate out */
.image-popup.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.image-popup.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.4s ease;
}

/* content animate it */
.image-popup.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  padding: 0;
}

/* content animate out */
.image-popup.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* content at start */
.image-popup.mfp-wrap .mfp-arrow {
  opacity: 0;
  transition: all 0.4s ease;
}

/* content animate it */
.image-popup.mfp-wrap.mfp-ready .mfp-arrow {
  opacity: 1;
}

/* content animate out */
.image-popup.mfp-wrap.mfp-removing .mfp-arrow {
  opacity: 0;
}

@media screen and (max-width: 750px) {
  .image-popup .mfp-container {
    padding: 30px 25px;
  }
}
/* image-modal
----------------------------------------*/
.image-modal {
  position: relative;
  background: #ffffff;
  width: 765px;
  margin: 0 auto;
  padding: 65px 40px 40px;
  border: 3px solid #000;
}

@media screen and (max-width: 750px) {
  .image-modal {
    width: 100%;
    padding: 40px 30px 40px;
  }
}
.image-modal i {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
  .image-modal i {
    width: 40px;
  }
  .image-modal i img {
    width: 100%;
    height: auto;
  }
}
.image-modal .photo {
  text-align: center;
  margin-bottom: 35px;
}

@media screen and (max-width: 750px) {
  .image-modal .photo {
    margin-bottom: 23px;
  }
}
.image-modal .photo img {
  max-width: 450px;
  width: 100%;
}

.image-modal dt {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .image-modal dt {
    font-size: 16px;
  }
}
.image-modal dd {
  font-size: 15px;
  margin-top: 30px;
  padding-bottom: 25px;
}

@media screen and (max-width: 750px) {
  .image-modal dd {
    font-size: 13px;
    margin-top: 22px;
    padding-bottom: 10px;
  }
}
.image-modal .mfp-close {
  position: absolute;
  top: 29px;
  right: 29px;
  z-index: 200;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  padding: 0;
  font-size: 0;
  opacity: 1;
  color: #ffffff;
  cursor: pointer;
  background: url(../img/spot/btn-mfp-close.png) 0 0 no-repeat;
  background-size: cover;
}

.image-modal .mfp-close:after {
  display: none;
}

@media screen and (max-width: 750px) {
  .image-modal .mfp-close {
    width: 16px;
    height: 16px;
    top: 15px;
    right: 15px;
  }
}
/* common style for caution area */
.caution-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 751px) {
  .caution-wrap {
    margin: 20px 0;
    padding: 22px 0;
  }
}
@media screen and (max-width: 750px) {
  .caution-wrap {
    flex-direction: column;
    margin: 7.33333vw 0;
    padding: 2.66667vw 2.66667vw 4vw;
  }
}
.caution-wrap .caution-head {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 751px) {
  .caution-wrap .caution-head {
    border-right: 2px solid #262626;
    padding: 0 20px 0;
    width: 15%;
  }
}
@media screen and (max-width: 750px) {
  .caution-wrap .caution-head {
    margin: 0 0 2.66667vw;
    padding: 0 0 2.66667vw;
    border-bottom: 0.26667vw solid #262626;
    font-size: 3.73333vw;
  }
}
.caution-wrap .caution-body {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 751px) {
  .caution-wrap .caution-body {
    width: 85%;
    padding: 0 20px;
  }
}
.mv-pamphlet {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .mv-pamphlet {
    width: 93.3333333333vw;
    margin: 0 auto 6.6666666667vw;
  }
}
.mv-pamphlet h3 {
  margin-bottom: 22px;
}
@media screen and (max-width: 750px) {
  .mv-pamphlet h3 {
    margin-bottom: 4vw;
  }
}
.mv-pamphlet-btn {
  display: flex;
  justify-content: center;
  gap: 0 30px;
}
@media screen and (max-width: 750px) {
  .mv-pamphlet-btn {
    flex-direction: column;
    gap: 4vw 0;
  }
}/*# sourceMappingURL=style.css.map */