@charset "UTF-8";
html {
  font-size: 16px;
  color: #333333;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.container {
  width: 100%;
  max-width: 46.875rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container img {
  width: 100%;
  border-style: none;
  vertical-align: bottom;
}

.content {
  padding-right: 4vw;
  padding-left: 4vw;
  font-feature-settings: "palt";
}

/* ****** margin style ****** */
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

/* margin-bottom */
.mb20 {
  margin-bottom: 2.66667vw;
}

.mb30 {
  margin-bottom: 4vw;
}

.mb40 {
  margin-bottom: 5.33333vw;
}

.mb50 {
  margin-bottom: 6.66667vw;
}

.mb55 {
  margin-bottom: 7.33333vw;
}

.mb60 {
  margin-bottom: 8vw;
}

.mb70 {
  margin-bottom: 9.33333vw;
}

.mb80 {
  margin-bottom: 10.66667vw;
}

.mb90 {
  margin-bottom: 12vw;
}

.mt70 {
  margin-top: 9.33333vw;
}

/* ****** padding style ****** */
.pr30 {
  padding-right: 4vw;
}

.pl30 {
  padding-left: 4vw;
}

/* ****** font size style ****** */
div.date-area {
  font-size: 3.2vw;
  padding-right: 4vw;
  font-weight: 300;
  text-align: right;
}

p.text {
  font-size: 4vw;
  font-weight: 300;
  line-height: 1.786;
  text-align: left;
}

p.text02 {
  font-size: 4vw;
  font-weight: 300;
  line-height: 1.7;
  text-align: left;
}


p.text-c {
  font-size: 4vw;
  font-weight: 600;
  line-height: 1.786;
  text-align: center;
}

p.text-ct {
  font-size: 4vw;
  font-weight: 300;
  line-height: 1.786;
  text-align: center;
}

p.cap {
  font-size: 2.66667vw;
  font-weight: 100;
  text-align: right;
}

p.car_cap {
  font-size: 2.26667vw;
  padding-top: 3.73333vw;
  padding-bottom: 1.33333vw;
  font-weight: 100;
  text-align: right;
}

p.car_cap02 {
  font-size: 2.26667vw;
  padding-top: 4vw;
  padding-bottom: 1.33333vw;
  font-weight: 100;
  text-align: right;
}

p.b-black , span.b-black {
  font-weight: 600;
  color: #333;
}

span.l-yellow {
  background-image: linear-gradient(transparent 60%, #fefd59 0%);
}

span.b-black-big {
  font-size: 5vw;
  font-weight: 600;
  color: #333;
}

span.b-white-big {
  font-size: 5vw;
  font-weight: 600;
  color: #fff;
}

span.kome {
  font-size: 2.8vw;
  color: #333;
}

p.kome02 {
  font-size: 2.8vw;
  color: #333;
}

span.b-pink {
  font-weight: 600;
  color: #ff7a8a;
}

span.b-pink-big {
  font-size: 5.5vw;
  font-weight: 600;
  color: #ff7a8a;
  line-height: 150%;
}

span.b-pink-big2 {
  font-size: 7.5vw;
  font-weight: 600;
  color: #ff7a8a;
  line-height: 150%;
}

.border_bp{
  padding-bottom: 2px;
  border-bottom: 2px solid #ff7a8a;
}

.bg_pink {
  font-weight: 600;
  color: #fff;
}

.bg_pink2 {
  background-color: #fdebf0;
  color: #333;
}

.ttl {
  padding:8px;
  text-align: center;
  background-color: #48C0D2;
  font-weight: 600;
}

.ttl_2 {
  background-color: #fdfbed;
}

/* ****** カルーセルエリア ****** */
.car_area01 {
  background: url("../img/slide01_bag.jpg") 0 repeat #f3f4e3;
}

.car_area02 {
  background: url("../img/slide02_bag.jpg") 0 repeat #fbebdd;
}

/* ---------------------------------------------------------------
 *	Footer
 *--------------------------------------------------------------- */
footer {
  width: 100%;
  max-width: 46.875rem;
  margin-left: auto;
  margin-right: auto;
  padding: 5vw 0 9vw;
  text-align: center;
}

footer .shop {
  margin-bottom: 3vw;
}

footer .shop .trigger {
  position: relative;
}

footer .shop .trigger:hover {
  cursor: pointer;
}

/* ****** 運営者情報 ****** */
i {
  display: block;
  position: absolute;
  top: 2.5vw;
  right: 34%;
  width: 3.33333vw;
  max-width: 1.5625rem;
  height: 2.13333vw;
  max-height: 1rem;
  background: no-repeat center center;
  background-size: contain;
  z-index: 2;
}

i.down {
  background-image: url(../img/icon_down.png);
}

i.up {
  background-image: url(../img/icon_up.png);
}

footer dl.accordion {
  width: 90%;
  display: block;
  margin: 2% auto 0;
}

footer dl dt, footer dl dd {
  display: inline-block;
  text-align: left;
  font-size: 3.5vw;
  line-height: 28px;
  border-top: 1px solid #ddd;
  padding: 1.6% 3%;
}

footer dl dt:first-of-type, footer dl dd:first-of-type {
  border: none;
}

footer dl dt {
  width: 30%;
  vertical-align: top;
  text-align: center;
  font-weight: normal;
}

footer dl dt:nth-of-type(1):first-letter, footer dl dt:nth-of-type(2):first-letter {
  letter-spacing: 1em;
}

footer dl dd {
  width: 65%;
}

a[href^="tel:"] {
  text-decoration: none;
  color: #353331;
}


/* ****** インクルード部分 ****** */
footer img {
  width: 100%;
  border-style: none;
  vertical-align: bottom;
}

footer a {
  color: #4445ec;
  text-decoration: underline;
}

footer ol.badge {
  margin: 5vw auto 1vw;
}

footer ol.badge li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1vw;
  width: 20%;
}

footer li {
  list-style: none;
}

footer .sslinfo li {
  font-size: 2vw;
  line-height: 3.5vw;
}

footer .sslinfo + div {
  margin-top: 6vw !important;
  color: #4445ec;
  font-size: 3vw;
}

.copy {
  color: #502d2c;
  font-size: 3vw;
  margin-top: 6vw;
}

/* img width and height style w/ python */
.main_visu img {
  width: 100vw;
  max-width: 46.875rem;
  height: 162.8vw;
  max-height: 76.3125rem;
}

.cont01_img01 img {
  width: 100vw;
  max-width: 46.875rem;
  height: 38.67vw;
  max-height: 18.125rem;
}

.cont01_img02 img {
  width: 100vw;
  max-width: 46.875rem;
  height: 75.33vw;
  max-height: 35.3125rem;
}

.cont01_img03 img {
  width: 100vw;
  max-width: 46.875rem;
  height: 75.33vw;
  max-height: 35.3125rem;
}

.cont01_img04 img {
  width: 100vw;
  max-width: 46.875rem;
  height: 75.33vw;
  max-height: 35.3125rem;
}

.cont01_img05 img {
  width: 100vw;
  max-width: 46.875rem;
  height: 75.33vw;
  max-height: 35.3125rem;
}

.cont01_img06 img {
  width: 100vw;
  max-width: 46.875rem;
  height: 75.33vw;
  max-height: 35.3125rem;
}

.cont01_img07 img {
  width: 100vw;
  max-width: 46.875rem;
  height: 75.33vw;
  max-height: 35.3125rem;
}

.cont01_img08 img {
  width: 100vw;
  max-width: 46.875rem;
  height: 75.33vw;
  max-height: 35.3125rem;
}

.cont01_img09 img {
  width: 100vw;
  max-width: 46.875rem;
  height: 75.33vw;
  max-height: 35.3125rem;
}


.cont01_img10 img {
  width: 100vw;
  max-width: 46.875rem;
  height: 48.27vw;
  max-height: 22.625rem;
}

.cont02_bg01 {
  width: 100vw;
  max-width: 46.875rem;
  height: 8.13vw;
  max-height: 3.8125rem;
}

.cont02_bg02 {
  width: 100vw;
  max-width: 46.875rem;
  height: 3.73vw;
  max-height: 1,75rem;
}

.cont02_img01 img {
  width: 100vw;
  max-width: 46.875rem;
  height: 110.93vw;
  max-height: 52rem;
}

.cont02_img02 img {
  width: 100vw;
  max-width: 46.875rem;
  height: 39.73vw;
  max-height: 18.625rem;
}

.cont03_car01_ttl img {
  width: 100vw;
  max-width: 46.875rem;
  height: 66.93333vw;
  max-height: 31.375rem;
}

.cont03_car01_prob img {
  width: 100vw;
  max-width: 46.875rem;
  height: 18.53333vw;
  max-height: 8.6875rem;
}

.cont03_car01_real01 img {
  width: 100vw;
  max-width: 46.875rem;
  height: 29.86667vw;
  max-height: 14rem;
}

.cont03_car01_real02 img {
  width: 100vw;
  max-width: 46.875rem;
  height: 31.73333vw;
  max-height: 14.875rem;
}

.slide_01-01 img {
  width: 92vw;
  max-width: 43.125rem;
  height: 92vw;
  max-height: 43.125rem;
}

.slide_01-02 img {
  width: 92vw;
  max-width: 43.125rem;
  height: 92vw;
  max-height: 43.125rem;
}

.slide_01-03 img {
  width: 92vw;
  max-width: 43.125rem;
  height: 92vw;
  max-height: 43.125rem;
}

.slide_01-04 img {
  width: 92vw;
  max-width: 43.125rem;
  height: 92vw;
  max-height: 43.125rem;
}

.slide_01-05 img {
  width: 92vw;
  max-width: 43.125rem;
  height: 92vw;
  max-height: 43.125rem;
}

.slide_01-06 img {
  width: 92vw;
  max-width: 43.125rem;
  height: 92vw;
  max-height: 43.125rem;
}

.slide_01-07 img {
  width: 92vw;
  max-width: 43.125rem;
  height: 92vw;
  max-height: 43.125rem;
}

.slide_01-08 img {
  width: 92vw;
  max-width: 43.125rem;
  height: 92vw;
  max-height: 43.125rem;
}

.slide_01-09 img {
  width: 92vw;
  max-width: 43.125rem;
  height: 92vw;
  max-height: 43.125rem;
}

.slide_01-10 img {
  width: 92vw;
  max-width: 43.125rem;
  height: 92vw;
  max-height: 43.125rem;
}

.cont03_car02_ttl img {
  width: 100vw;
  max-width: 46.875rem;
  height: 45.33333vw;
  max-height: 21.25rem;
}

.cont03__car02_ttl img {
  width: 100vw;
  max-width: 46.875rem;
  height: 45.33333vw;
  max-height: 21.25rem;
}

.cont03_car02_prob img {
  width: 100vw;
  max-width: 46.875rem;
  height: 18.66667vw;
  max-height: 8.75rem;
}

.cont03__car02_prob img {
  width: 100vw;
  max-width: 46.875rem;
  height: 18.66667vw;
  max-height: 8.75rem;
}

.cont03_car02_real01 img {
  width: 100vw;
  max-width: 46.875rem;
  height: 23.2vw;
  max-height: 10.875rem;
}

.cont03__car02_real01 img {
  width: 100vw;
  max-width: 46.875rem;
  height: 23.2vw;
  max-height: 10.875rem;
}

.cont03_car02_real02 img {
  width: 100vw;
  max-width: 46.875rem;
  height: 45.06667vw;
  max-height: 21.125rem;
}

.cont03__car02_real02 img {
  width: 100vw;
  max-width: 46.875rem;
  height: 45.06667vw;
  max-height: 21.125rem;
}

.slide_02-01 img {
  width: 92vw;
  max-width: 43.125rem;
  height: 92vw;
  max-height: 43.125rem;
}

.slide_02-02 img {
  width: 92vw;
  max-width: 43.125rem;
  height: 92vw;
  max-height: 43.125rem;
}

.slide_02-03 img {
  width: 92vw;
  max-width: 43.125rem;
  height: 92vw;
  max-height: 43.125rem;
}

.slide_02-04 img {
  width: 92vw;
  max-width: 43.125rem;
  height: 92vw;
  max-height: 43.125rem;
}

.slide_02-05 img {
  width: 92vw;
  max-width: 43.125rem;
  height: 92vw;
  max-height: 43.125rem;
}

.slide_02-06 img {
  width: 92vw;
  max-width: 43.125rem;
  height: 92vw;
  max-height: 43.125rem;
}

.cvarea_img01 img {
  width: 100vw;
  max-width: 46.875rem;
  height: 195.33vw;
  max-height: 91.5625rem;
}

.cvarea_btn img {
  /* width: 100vw; */
  max-width: 46.875rem;
  /* height: 43.33vw; */
  /* max-height: 20.3125rem; */
}

.btn_slider_next img {
  width: 8vw;
  max-width: 3.75rem;
  height: 8vw;
  max-height: 3.75rem;
}

.btn_slider_prev img {
  width: 8vw;
  max-width: 3.75rem;
  height: 8vw;
  max-height: 3.75rem;
}

.slide01_bag img {
  width: 100vw;
  max-width: 46.875rem;
  height: 253.6vw;
  max-height: 118.875rem;
}

.slide02_bag img {
  width: 100vw;
  max-width: 46.875rem;
  height: 232vw;
  max-height: 108.75rem;
}

.txt_info img {
  width: 100vw;
  max-width: 46.875rem;
  height: 7.46667vw;
  max-height: 3.5rem;
}

.icon_down img {
  width: 3.33333vw;
  max-width: 1.5625rem;
  height: 2.13333vw;
  max-height: 1rem;
}

.icon_up img {
  width: 3.33333vw;
  max-width: 1.5625rem;
  height: 2.13333vw;
  max-height: 1rem;
}

.jdma img {
  width: 18.4vw;
  max-width: 8.625rem;
  height: 5.33333vw;
  max-height: 2.5rem;
}

.privacy img {
  width: 9.33333vw;
  max-width: 4.375rem;
  height: 10.66667vw;
  max-height: 5rem;
}

.sec img {
  width: 20.26667vw;
  max-width: 9.5rem;
  height: 12vw;
  max-height: 5.625rem;
}

@media screen and (min-width: 46.9375rem) {
  .content {
    padding-right: 1.875rem;
  }
  .content {
    padding-left: 1.875rem;
  }
  .mb20 {
    margin-bottom: 1.25rem;
  }
  .mb30 {
    margin-bottom: 1.875rem;
  }
  .mb40 {
    margin-bottom: 2.5rem;
  }
  .mb50 {
    margin-bottom: 3.125rem;
  }
  .mb55 {
    margin-bottom: 3.4375rem;
  }
  .mb60 {
    margin-bottom: 3.75rem;
  }
  .mb70 {
    margin-bottom: 4.375rem;
  }
  .mb80 {
    margin-bottom: 5rem;
  }
  .mb90 {
    margin-bottom: 5.625rem;
  }
  .mt70 {
    margin-top: 4.375rem;
  }
  .pr30 {
    padding-right: 1.875rem;
  }
  .pl30 {
    padding-left: 1.875rem;
  }
  div.date-area {
    font-size: 1.5rem;
  }
  div.date-area {
    padding-right: 1.875rem;
  }
  p.text {
    font-size: 1.875rem;
  }
  p.text-c {
    font-size: 1.875rem;
  }
  p.text-ct {
    font-size: 1.875rem;
  }
  p.cap {
    font-size: 1.25rem;
  }
  p.car_cap {
    font-size: 1.0625rem;
  }
  p.car_cap {
    padding-top: 1.75rem;
  }
  p.car_cap {
    padding-bottom: 0.625rem;
  }
  p.car_cap02 {
    font-size: 1.0625rem;
  }
  p.car_cap02 {
    padding-top: 1.875rem;
  }
  p.car_cap02 {
    padding-bottom: 0.625rem;
  }
  span.b-pink-big {
    font-size: 2.5rem;
  }
  span.b-pink-big2 {
    font-size: 4rem;
  }
  span.b-black-big {
    font-size: 2.5rem;
  }
  span.b-white-big {
    font-size: 2.5rem;
  }
  span.kome {
    font-size: 1.0rem;
  }
  p.kome02 {
    font-size: 1.0rem;
  }
  footer dl dt, footer dl dd {
    font-size: 1rem;
  }
}

@media all and (min-width: 751px) {
  i {
    top: 22px;
    right: 34.8%;
    width: 22px;
    height: 22px;
  }
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}

@media all and (min-width: 460px) {
  footer {
    padding: 4rem 0 3rem;
  }
  footer dl dt, footer dl dd {
    font-size: 1rem;
  }
  footer ol.badge {
    margin-bottom: 2vw;
  }
  footer .sslinfo li {
    font-size: 14px;
    line-height: 1.5em;
  }
  footer .sslinfo + div {
    font-size: 15px;
  }
  .copy {
    font-size: 15px;
  }
}
