@charset "UTF-8";
/* ----px → vw---- 書き方：vw(px値) */
/* ----px → vw (pc)---- 書き方：vw-pc(px値) */
@media screen and (max-width: 999px) {
  .pc_only {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) {
  .sp_only {
    display: none !important;
  }
}

#content_body {
  position: relative;
  line-height: 1;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  text-align: center;
  font-size: 3.2vw;
}
@media screen and (min-width: 1000px) {
  #content_body {
    font-size: 12px;
    min-width: 1280px;
    background-color: #F2EFE8;
  }
}
#content_body img {
  width: 100%;
}
#content_body a {
  display: block;
  transition: 0.3s;
}
#content_body a:hover {
  opacity: 0.8;
  transform: translate3d(0, 5px, 0);
}

/* ----------------------------------------
		content_body
---------------------------------------- */
#content_body header {
  background-color: #F2EFE8;
  border: 10px solid #572D38;
}
@media screen and (min-width: 1000px) {
  #content_body header {
    margin: 0 auto;
    width: 1000px;
  }
}
#content_body header h1 {
  width: 63.2vw;
  margin: 16vw auto 0;
}
@media screen and (min-width: 1000px) {
  #content_body header h1 {
    width: 370px;
    margin: 0;
  }
}
#content_body header .top_img {
  width: 80.8vw;
  margin: 10.66vw auto 0;
}
@media screen and (min-width: 1000px) {
  #content_body header .top_img {
    width: 370px;
    margin: 0 0 0 55px;
  }
}

.header_p {
  background-color: #572D38;
  color: #fff;
  text-align: center;
  padding: 10.66vw 0 10.66vw 0;
  line-height: 2;
  margin-top: -4vw;
}
@media screen and (min-width: 1000px) {
  .header_p {
    background-color: #572D38;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 40px 0 40px 0;
    line-height: 2;
    width: 1000px;
    margin: -25px auto 0;
  }
}

@media screen and (min-width: 1000px) {
  .header_inner {
    background-color: #F2EFE8;
    margin: 0 auto;
    padding-top: 20px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

#content_inner {
  position: relative;
}
@media screen and (min-width: 1000px) {
  #content_inner {
    width: 1000px;
    margin: 0 auto;
    background-color: #fff;
  }
}
#content_inner h2 {
  width: 83.2vw;
  margin: 13.33vw auto 0;
}
@media screen and (min-width: 1000px) {
  #content_inner h2 {
    width: 340px;
    margin: 0 auto;
    padding-top: 50px;
    position: relative;
    z-index: 100;
  }
}

.h2_inner {
  width: 78.66vw;
  margin: -4vw auto 0;
  background-color: #F2EFE8;
}
@media screen and (min-width: 1000px) {
  .h2_inner {
    width: 372px;
    margin: -15px auto 0;
    background-color: #F2EFE8;
  }
}
.h2_inner .illust {
  width: 58.66vw;
  margin: 0 auto;
  padding-top: 42.66vw;
}
@media screen and (min-width: 1000px) {
  .h2_inner .illust {
    width: 243px;
    margin: 0 auto;
    padding-top: 186px;
  }
}
.h2_inner p {
  line-height: 2;
  padding-top: 52.26vw;
  padding-bottom: 13.33vw;
}
@media screen and (min-width: 1000px) {
  .h2_inner p {
    font-size: 12px;
    line-height: 2;
    padding-top: 210px;
    padding-bottom: 50px;
  }
}

.list li {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.5;
  background-color: #fff;
  padding: 5.33vw 8vw;
  border-radius: 9.8666666667vw;
  box-shadow: 0 0.8vw 0.8vw rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1000px) {
  .list li {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    line-height: 1.5;
    background-color: #fff;
    padding: 20px 40px;
    border-radius: 37px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
}
.list li:first-child {
  position: absolute;
  top: 18.66vw;
  left: 5.86vw;
}
@media screen and (min-width: 1000px) {
  .list li:first-child {
    position: absolute;
    top: 127px;
    left: 297px;
  }
}
.list li:nth-child(2) {
  position: absolute;
  top: 37.33vw;
  left: 56vw;
}
@media screen and (min-width: 1000px) {
  .list li:nth-child(2) {
    position: absolute;
    top: 207px;
    left: 544px;
  }
}
.list li:nth-child(3) {
  position: absolute;
  top: 105.3vw;
  left: 5.86vw;
}
@media screen and (min-width: 1000px) {
  .list li:nth-child(3) {
    position: absolute;
    top: 488px;
    left: 297px;
  }
}
.list li:nth-child(4) {
  position: absolute;
  top: 123.46vw;
  left: 41.33vw;
}
@media screen and (min-width: 1000px) {
  .list li:nth-child(4) {
    position: absolute;
    top: 554px;
    left: 512px;
  }
}

.icon_1 {
  position: absolute;
  top: 16vw;
  left: 46.66vw;
  width: 16.26vw;
}
@media screen and (min-width: 1000px) {
  .icon_1 {
    position: absolute;
    top: 117px;
    left: 463px;
    width: 68px;
  }
}

.icon_2 {
  position: absolute;
  top: 116.53vw;
  left: 17.86vw;
  width: 17.06vw;
}
@media screen and (min-width: 1000px) {
  .icon_2 {
    position: absolute;
    top: 536px;
    left: 346px;
    width: 71px;
  }
}

.main_btn a {
  display: block;
  width: 89.33vw;
  margin: 0 auto;
  padding: 5.33vw;
  background-color: #D2B50F;
  color: #fff;
  margin: 13.33vw auto;
  font-size: 4.5333333333vw;
  border-radius: 0.8vw;
}
@media screen and (min-width: 1000px) {
  .main_btn a {
    display: block;
    width: 372px;
    margin: 0 auto;
    padding: 20px;
    background-color: #D2B50F;
    color: #fff;
    margin: 50px auto;
    font-size: 17px;
    border-radius: 3px;
  }
}

.howto h3 {
  display: inline;
  font-size: 6.6666666667vw;
  text-align: center;
  padding-bottom: 2.6666666667vw;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 1000px) {
  .howto h3 {
    display: inline;
    font-size: 25px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
  }
}
.howto::before {
  display: block;
  content: "HOW TO";
  font-size: 18.9333333333vw;
  text-align: center;
  color: #F2EFE8;
  margin-bottom: -5.3333333333vw;
  font-family: din-2014, sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1000px) {
  .howto::before {
    display: block;
    content: "HOW TO";
    font-size: 71px;
    text-align: center;
    color: #F2EFE8;
    margin-bottom: -20px;
    font-family: din-2014, sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
}

.number {
  position: relative;
  font-size: 6.9333333333vw;
  width: 16vw;
  height: 16vw;
  border-radius: 8vw;
  border: 0.8vw solid #F2EFE8;
  background-color: #fff;
  padding-top: 4vw;
  margin: 8vw auto 0;
  font-family: din-2014, sans-serif;
  z-index: 20;
}
@media screen and (min-width: 1000px) {
  .number {
    position: relative;
    font-size: 26px;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    border: 3px solid #F2EFE8;
    background-color: #fff;
    padding-top: 15px;
    margin: 30px auto 0;
    font-family: din-2014, sans-serif;
    z-index: 20;
  }
}

.howto_1, .howto_2 {
  width: 89.33vw;
  height: 146.66vw;
  margin: -8vw auto 0;
  padding-bottom: 5.3333333333vw;
  background-color: #F2EFE8;
}
@media screen and (min-width: 1000px) {
  .howto_1, .howto_2 {
    width: 372px;
    height: 550px;
    margin: -30px auto 0;
    padding-bottom: 20px;
    background-color: #F2EFE8;
  }
}
.howto_1 p, .howto_2 p {
  line-height: 2;
  padding: 13.3333333333vw 0 8vw;
}
@media screen and (min-width: 1000px) {
  .howto_1 p, .howto_2 p {
    font-size: 12px;
    line-height: 2;
    padding: 50px 0 30px;
  }
}
.howto_1 .howto_img, .howto_2 .howto_img {
  width: 78.6666666667vw;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .howto_1 .howto_img, .howto_2 .howto_img {
    width: 326px;
    margin: 0 auto;
  }
}

.time_top, .device_top, .question_top {
  background-color: #F2EFE8;
  font-size: 4.2666666667vw;
  text-align: center;
  padding: 4vw;
}
@media screen and (min-width: 1000px) {
  .time_top, .device_top, .question_top {
    background-color: #F2EFE8;
    font-size: 16px;
    text-align: center;
    padding: 15px;
  }
}

.time p, .device p {
  text-align: center;
  line-height: 2;
  margin: 8vw;
}
@media screen and (min-width: 1000px) {
  .time p, .device p {
    width: 511px;
    font-size: 12px;
    text-align: center;
    line-height: 2;
    margin: 40px auto;
  }
}

.device p {
  text-align: left;
}
.device .device_inner {
  display: block;
  margin-top: 30px;
}

#content_inner .attention {
  background-color: #E6E4DF;
  text-align: left;
}
#content_inner .attention .attention_top {
  font-size: 3.4666666667vw;
  padding-top: 13.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #content_inner .attention .attention_top {
    font-size: 13px;
    padding-top: 50px;
  }
}
@media screen and (min-width: 1000px) {
  #content_inner .attention {
    font-size: 12px;
  }
}
#content_inner .attention ul {
  padding: 8vw 10.6666666667vw 13.3333333333vw 16vw;
  list-style-type: disc;
}
@media screen and (min-width: 1000px) {
  #content_inner .attention ul {
    padding: 30px 40px 50px 60px;
  }
}
#content_inner .attention li {
  margin-top: 2.6666666667vw;
  line-height: 2;
}
@media screen and (min-width: 1000px) {
  #content_inner .attention li {
    margin-top: 10px;
  }
}

#content_body .fadein {
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease-in-out 0.5s;
}
#content_body .active {
  opacity: 1;
  visibility: visible;
}

/* ----------------------------------------
	2023_03_addition
---------------------------------------- */
@media screen and (min-width: 1000px) {
  .swiper {
    width: 400px;
  }
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #572D38;
}

.swiper-pagination-bullet {
  width: 2.1333333333vw !important;
  height: 2.1333333333vw !important;
  margin: 1.0666666667vw !important;
}
@media screen and (min-width: 1000px) {
  .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    margin: 4px !important;
  }
}

#content_body .question {
  position: relative;
}
#content_body .toggle {
  display: none;
}
#content_body .accordion {
  margin: 5.3333333333vw auto;
}
@media screen and (min-width: 1000px) {
  #content_body .accordion {
    width: 1000px;
    margin: 40px auto;
  }
}
#content_body .Label {
  margin: 0 auto;
  text-align: left;
  padding: 2.6666666667vw;
  padding-left: 5.3333333333vw;
  display: block;
  text-decoration: underline;
  position: relative;
}
@media screen and (min-width: 1000px) {
  #content_body .Label {
    width: 400px;
    margin: 0 auto;
    text-align: left;
    padding: 10px;
    display: block;
    text-decoration: underline;
    position: relative;
  }
}
#content_body .Label::before { /*タイトル横の矢印*/
  content: "";
  width: 1.6vw;
  height: 1.6vw;
  border-top: 0.5333333333vw solid #000;
  border-right: 0.5333333333vw solid #000;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 5.3333333333vw;
  transform: rotate(135deg);
}
@media screen and (min-width: 1000px) {
  #content_body .Label::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 20px;
    transform: rotate(135deg);
  }
}
#content_body .Label,
#content_body .content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
#content_body .content { /*本文*/
  height: 0;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #content_body .content {
    width: 550px;
    margin: 0 auto;
  }
}
#content_body .toggle:checked + .Label + .content { /*開閉時*/
  height: auto;
  padding: 5.3333333333vw 0;
  transition: all 0.3s;
}
@media screen and (min-width: 1000px) {
  #content_body .toggle:checked + .Label + .content {
    padding: 20px 0;
  }
}
#content_body .toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
}
#content_body .answer {
  color: #572D38;
  font-weight: bold;
  text-align: left;
  line-height: 2;
  padding: 0 5.3333333333vw 5.3333333333vw 5.3333333333vw;
}
@media screen and (min-width: 1000px) {
  #content_body .answer {
    width: 400px;
    margin: 0 auto;
    padding: 10px;
  }
}
#content_body .answer_img {
  width: 88vw;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #content_body .answer_img {
    width: 330px;
    padding-bottom: 20px;
  }
}

/* ----------------------------------------
	改修
---------------------------------------- */
.block-event-page--comment-bot {
  padding: 0 !important;
  background-color: transparent;
}

.block-event-page--header-img {
  display: none;
}

.container {
  width: 100% !important;
}

.block-event-page {
  width: 100% !important;
}

.block-event-page {
  padding: 0 !important;
}

.block-footer-download {
  display: none !important;
}

#content_body input[type=checkbox]:checked + label::before {
  background-image: none;
}
#content_body input[type=checkbox] + label::before {
  background-image: none;
}/*# sourceMappingURL=style.css.map */