@charset "UTF-8";
@font-face {
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
  src: url("../font/zenkakugothicnwe/zenkakugothicnwe-medium.woff") format("opentype");
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  font-weight: 700;
  src: url("../font/zenkakugothicnwe/zenkakugothicnwe-bold.woff") format("opentype");
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  font-weight: 900;
  src: url("../font/zenkakugothicnwe/zenkakugothicnwe-black.woff") format("opentype");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  src: url("../font/montserrat/montserrat-bold.ttf") format("opentype");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 900;
  src: url("../font/montserrat/montserrat-black.ttf") format("opentype");
}
/* 基本設定
------------------------------------- */
html {
  font-size: 62.5%;
}

#main {
  -webkit-text-size-adjust: 100%;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  overflow: auto;
  color: #1A1311;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
}

#main a:hover,
#main .alpha {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  #main a:hover,
  #main .alpha {
    opacity: 0.5;
  }
}

#main a {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  backface-visibility: hidden;
}

#main img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

#wrapper {
  overflow: hidden;
}

#main .red {
  color: #dc000c;
}

#mainVisual.main2 {
  min-height: auto;
}

/* レスポンシブ設定
------------------------------------- */
@media screen and (min-width: 1025px) {
  .sp_n {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .pc_n {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
.indention {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .ls-s {
    letter-spacing: -0.05em;
  }
}

#main {
  font-weight: 700;
  overflow: hidden;
  text-align: justify;
}
#main .button {
  display: block;
  font-size: 2.6rem;
  padding: 32px 50px;
  text-align: center;
  line-height: 1;
  border-radius: 52px;
  background-color: #dc000c;
  color: #fff;
  position: relative;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  #main .button {
    font-size: 4.8vw;
  }
}
#main .button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  width: 24px;
  height: 16px;
  background-image: url(../images/arrow_w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
@media screen and (max-width: 1330px) {
  #main .button::after {
    right: 3.7593984962vw;
    width: 1.8045112782vw;
    height: 1.2030075188vw;
  }
}
@media screen and (max-width: 768px) {
  #main .button::after {
    width: 4vw;
    height: 2.6666666667vw;
    right: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  #main .button:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  #main .button:hover::after {
    right: 40px;
  }
}
#main .button_default {
  width: 489px;
  margin: 70px auto 0;
  padding: 35px 45px 33px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  border-radius: 58px;
  background: #dc000c;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #main .button_default {
    margin: 10.6666666667vw auto 0;
    width: 80vw;
    padding: 6.6666666667vw 5.3333333333vw 6.6666666667vw;
    border-radius: 9.0666666667vw;
  }
}
#main .button_default.icon_circle {
  position: relative;
}
#main .button_default.icon_circle .btn_icon {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  width: 74px;
}
@media screen and (max-width: 1330px) {
  #main .button_default.icon_circle .btn_icon {
    left: 0.9022556391vw;
    width: 5.5639097744vw;
  }
}
@media screen and (max-width: 768px) {
  #main .button_default.icon_circle .btn_icon {
    left: 3.2vw;
    width: 12.2666666667vw;
  }
}
#main .button_default_pdf::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background-image: url(../images/icon_pdf.svg);
  background-size: 45px 45px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  #main .button_default_pdf::after {
    right: 8vw;
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    background-size: 8.5333333333vw 8.5333333333vw;
  }
}
#main .button_default_black {
  background-color: #fff;
  color: #1A1311;
}
#main .button_default_black::after {
  background-image: url(../images/arrow_bk.svg);
  transition: all 0.3s;
}
#main .button_default_little {
  margin: 30px auto 0;
  font-size: 2.2rem;
  padding: 20px 20px;
  width: 100%;
}
@media screen and (max-width: 1050px) {
  #main .button_default_little {
    max-width: 489px;
  }
}
@media screen and (max-width: 768px) {
  #main .button_default_little {
    margin: 2.6666666667vw auto 0;
    font-size: 4.8vw;
    padding: 3.7333333333vw;
  }
}
#main .button_default_little::after {
  width: 17px;
  height: 11px;
  background-size: 45px 45px;
  background-size: contain;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  #main .button_default_little::after {
    width: 4vw;
    height: 2.6666666667vw;
  }
}
#main .button_top-cv {
  padding-right: 93px;
}
@media screen and (max-width: 1050px) {
  #main .button_top-cv {
    width: 498px;
    line-height: 1.5;
    border-radius: 11.2vw;
    padding: 14px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #main .button_top-cv {
    width: 100%;
    line-height: 1.5;
    border-radius: 11.2vw;
    padding: 4vw;
  }
}
#main .caption_txt {
  margin-top: 16px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #main .caption_txt {
    margin-top: 4.2666666667vw;
    font-size: 3.7333333333vw;
  }
}
#main .space_narrow {
  letter-spacing: -0.01em;
}
#main .weight_b {
  font-weight: 500;
}
#main .border {
  background-image: url(../images/bottom_line.svg);
  background-repeat: repeat-x;
  background-position: bottom left;
}
#main .text {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #main .text {
    font-size: 4.8vw;
  }
}
#main .text_medium {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #main .text_medium {
    font-size: 4.2666666667vw;
  }
}
#main .text_small {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #main .text_small {
    font-size: 3.7333333333vw;
  }
}
#main .adjust {
  padding-left: 1em;
  text-indent: -1em;
}
#main .tx-adjust {
  display: inline-block;
  margin: 0 -0.4em;
}
#main .link-line {
  text-decoration: underline;
  color: #dc000c;
}
#main .reg {
  padding: 100px 20px;
}
@media screen and (max-width: 768px) {
  #main .reg {
    padding: 14.1333333333vw 0 18.6666666667vw;
  }
}
#main .reg_inner {
  font-weight: 900;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-weight: 700;
}
@media screen and (max-width: 1050px) {
  #main .reg_inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  #main .reg_inner {
    max-width: 84vw;
    gap: 13.3333333333vw;
  }
}
#main .reg_text {
  font-size: 3rem;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #main .reg_text {
    font-size: 6.9333333333vw;
    padding-bottom: 0;
  }
}
#main .reg_text_large {
  font-size: 6.8rem;
  text-indent: -0.7em;
}
@media screen and (max-width: 768px) {
  #main .reg_text_large {
    font-size: 11.2vw;
  }
}
#main .reg_text_large span {
  font-weight: 700;
}
#main .reg_text_medium {
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
  #main .reg_text_medium {
    font-size: 6.9333333333vw;
    padding-bottom: 1.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #main .reg_text_small {
    font-size: 3.2vw;
  }
}
#main .reg .sp02 {
  display: none;
}
@media screen and (max-width: 1050px) {
  #main .reg .sp02 {
    display: block;
  }
}
#main .anchor_nav {
  padding: 60px 20px;
  background-color: #EFEFEF;
}
@media screen and (max-width: 1077px) {
  #main .anchor_nav {
    padding: 5.571vw 1.857vw;
  }
}
@media screen and (max-width: 768px) {
  #main .anchor_nav {
    padding: 10.417vw 7.813vw;
  }
}
#main .anchor_nav .anchor_inner nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  max-width: 1078px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1077px) {
  #main .anchor_nav .anchor_inner nav {
    gap: 2.971vw;
  }
}
@media screen and (max-width: 768px) {
  #main .anchor_nav .anchor_inner nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 3.125vw;
  }
}
#main .anchor_nav .anchor_inner nav .nav_item {
  width: 190px;
}
@media screen and (max-width: 1077px) {
  #main .anchor_nav .anchor_inner nav .nav_item {
    width: 17.642vw;
  }
}
@media screen and (max-width: 768px) {
  #main .anchor_nav .anchor_inner nav .nav_item {
    width: 25vw;
  }
}
#main .anchor_nav .anchor_inner nav .nav_item a {
  display: block;
}
#main .anchor_nav .anchor_inner nav .nav_item a img {
  width: 100%;
}
#main .kv_inner h1 {
  width: 100%;
  height: auto;
}
#main .link {
  color: currentColor;
  text-decoration: underline;
}
#main .link:hover {
  text-decoration: underline;
}
#main .contents {
  background-color: #dc000c;
  padding: 140px 20px;
}
@media screen and (max-width: 768px) {
  #main .contents {
    padding: 70px 10px;
  }
}
#main .contents_inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 100px 30px 100px;
  background: #fff;
  border-radius: 40px 10px 40px 10px;
  box-shadow: 10px 10px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  #main .contents_inner {
    max-width: 94.6666666667vw;
    padding: 13.3333333333vw 5.3333333333vw;
    border-radius: 10.6666666667vw 2.6666666667vw 10.6666666667vw 2.6666666667vw;
    box-shadow: 2.6666666667vw 2.6666666667vw rgba(0, 0, 0, 0.05);
  }
}
#main .contents_inner::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 160px;
  height: 160px;
  background-image: url(../images/deco_upper_left.svg);
  background-size: 160px 160px;
}
@media screen and (max-width: 768px) {
  #main .contents_inner::before {
    width: 18.4vw;
    height: 17.8666666667vw;
    background-image: url(../images/deco_lower_right_sp.svg);
    background-size: 18.4vw 17.8666666667vw;
    transform: rotate(180deg);
    top: -0.2666666667vw;
  }
}
#main .contents_inner::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 160px;
  height: 160px;
  background-image: url(../images/deco_lower_right.svg);
  background-size: 160px 160px;
}
@media screen and (max-width: 768px) {
  #main .contents_inner::after {
    width: 18.4vw;
    height: 17.8666666667vw;
    background-image: url(../images/deco_lower_right_sp.svg);
    background-size: 18.4vw 17.8666666667vw;
  }
}
#main .contents_summary {
  max-width: 1080px;
  margin: 0 auto;
}
#main .contents_summary h2 {
  padding-bottom: 50px;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.4;
  background-image: url(../images/bottom_line.svg);
  background-repeat: repeat-x;
  background-position: bottom left;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  #main .contents_summary h2 {
    font-size: clamp(4.5rem, 4.3636363636vw, 4.8rem);
  }
}
@media screen and (max-width: 768px) {
  #main .contents_summary h2 {
    font-size: 8.5333333333vw;
    padding-bottom: 10.6666666667vw;
  }
}
#main .contents_summary h2 .sp02 {
  display: none !important;
}
@media screen and (max-width: 1100px) {
  #main .contents_summary h2 .sp02 {
    display: block !important;
  }
}
#main .contents_summary h2 .small {
  display: block;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  #main .contents_summary h2 .small {
    display: inline;
    font-size: 7.4666666667vw;
  }
}
#main .contents_summary h2 span.title-top {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  color: #dc000c;
}
@media screen and (max-width: 768px) {
  #main .contents_summary h2 span.title-top {
    font-size: 3.2vw;
    margin-bottom: 0.5333333333vw;
  }
}
#main .contents_descbox {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 27px 30px;
}
@media screen and (max-width: 768px) {
  #main .contents_descbox {
    gap: 5.3333333333vw;
    margin-top: 10.6666666667vw;
  }
}
#main .contents_descbox .descbox_li {
  width: calc(50% - 21px);
}
@media screen and (max-width: 768px) {
  #main .contents_descbox .descbox_li {
    width: 100%;
  }
}
#main .contents_descbox .descbox_li:first-child {
  width: 100%;
  margin-bottom: 23px;
}
@media screen and (max-width: 1024px) {
  #main .contents_descbox .descbox_li:first-child {
    max-width: 100%;
    margin-bottom: 0;
    margin-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  #main .contents_descbox .descbox_li:nth-of-type(3) {
    order: 7;
  }
}
@media screen and (max-width: 768px) {
  #main .contents_descbox .descbox_li:nth-of-type(4) {
    order: 3;
  }
}
@media screen and (max-width: 768px) {
  #main .contents_descbox .descbox_li:nth-of-type(5) {
    order: 8;
  }
}
@media screen and (max-width: 768px) {
  #main .contents_descbox .descbox_li:nth-of-type(6) {
    order: 4;
  }
}
@media screen and (max-width: 768px) {
  #main .contents_descbox .descbox_li:nth-of-type(7) {
    order: 9;
  }
}
@media screen and (max-width: 768px) {
  #main .contents_descbox .descbox_li:nth-of-type(8) {
    order: 5;
  }
}
@media screen and (max-width: 768px) {
  #main .contents_descbox .descbox_li:nth-of-type(10) {
    order: 6;
  }
}
#main .contents_descbox .descbox_li .contents_text_area .text-a .font_min {
  display: block;
}
@media screen and (max-width: 768px) {
  #main .contents_descbox .descbox_li .contents_text_area .text-a .font_min {
    font-size: 1.8rem;
  }
}
#main .contents_category {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 20px 8px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1;
  background-color: #000000;
}
@media screen and (max-width: 1024px) {
  #main .contents_category {
    padding: 7px 20px 8px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #main .contents_category {
    font-size: 4.2666666667vw;
    padding: 1.3333333333vw 4.8vw 1.8666666667vw;
  }
}
#main .contents_text_main {
  margin-top: 18px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 769px) and (max-width: 1140px) {
  #main .contents_text_main {
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  #main .contents_text_main {
    font-size: 5.8666666667vw;
    line-height: 1.5;
    margin-top: 2.6666666667vw;
  }
}
#main .contents_text_min {
  margin-top: 14px;
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #main .contents_text_min {
    font-size: 4.8vw;
    margin-top: 2.6666666667vw;
  }
}
#main .contents_text_price {
  margin-top: 20px;
  font-size: 3.2rem;
  font-weight: 700;
  font-family: "Montserrat", "Zen Kaku Gothic New", sans-serif;
  line-height: 1.1785714286;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  #main .contents_text_price {
    font-size: 5.8666666667vw;
    margin-top: 5.3333333333vw;
  }
}
#main .contents_text_price span {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #main .contents_text_price span {
    font-size: 4.8vw;
  }
}
#main .contents_text_price .text-b {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  #main .contents_text_price .text-b {
    font-size: 5.8666666667vw;
    display: inline-block;
    margin-bottom: 1.3333333333vw;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  #main .contents_text_price .text-a {
    font-size: 5.8666666667vw;
    display: inline-block;
    margin-bottom: 1.3333333333vw;
    line-height: 1.4;
  }
}
#main .contents_text_day {
  margin-top: 20px;
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "Montserrat", "Zen Kaku Gothic New", sans-serif;
  line-height: 1.4;
  font-feature-settings: "palt";
}
@media screen and (min-width: 769px) and (max-width: 1240px) {
  #main .contents_text_day {
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  #main .contents_text_day {
    margin-top: 2.6666666667vw;
    font-size: 4.5333333333vw;
    line-height: 1.5;
  }
}
#main .contents_text_day span {
  font-size: 2.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-underline-offset: 5.6px;
  text-decoration: underline;
  text-decoration-color: #dc000c;
  text-decoration-thickness: 1px;
}
@media screen and (min-width: 769px) and (max-width: 1240px) {
  #main .contents_text_day span {
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  #main .contents_text_day span {
    margin-top: 2.6666666667vw;
    font-size: 5.8666666667vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 480px) {
  #main .contents_text_day span {
    margin-top: 0;
  }
}
#main .contents_text_note {
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  #main .contents_text_note {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
}
#main .contents_text_area {
  margin-top: 18px;
  font-size: 2.2rem;
  font-weight: 500;
  font-family: "Montserrat", "Zen Kaku Gothic New", sans-serif;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #main .contents_text_area {
    font-size: 4.8vw;
    margin-top: 2.6666666667vw;
  }
}
#main .contents_text_area .large {
  font-size: 2.8rem;
  font-weight: bold;
  color: currentColor;
}
@media screen and (max-width: 768px) {
  #main .contents_text_area .large {
    font-size: 5.8666666667vw;
  }
}
#main .contents_text_area span {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #main .contents_text_area .text-a {
    font-size: 5.8666666667vw;
    display: inline-block;
    margin-bottom: 1.3333333333vw;
    line-height: 1.4;
  }
}
#main .contents_ul_text {
  font-size: 1.6rem;
  padding: 20px 10px 0px 0;
}
@media screen and (max-width: 768px) {
  #main .contents_ul_text {
    font-size: 3.7333333333vw;
    padding: 2.6666666667vw 0 0 0;
  }
}
#main .contents_ul_text li:not(:first-child) {
  padding-top: 3px;
}
#main .contents_ul_text li:first-child::before {
  top: 15px;
}
@media screen and (max-width: 480px) {
  #main .contents_ul_text li:first-child::before {
    top: 0;
  }
}
#main .contents_ul_text li span {
  font-size: 2.8rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-underline-offset: 5.6px;
  -webkit-text-decoration: underline 1px solid #dc000c;
  text-decoration: underline;
  text-decoration-color: #dc000c;
  text-decoration-thickness: 1px;
  margin: 0 3px;
}
@media screen and (max-width: 768px) {
  #main .contents_ul_text li span {
    font-size: 5.8666666667vw;
    padding-left: 2.6666666667vw;
  }
}
@media screen and (max-width: 480px) {
  #main .contents_ul_text li span {
    display: inline-flex;
  }
}
#main .contents_early_bird {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  #main .contents_early_bird {
    flex-direction: column;
  }
}
#main .contents_left_box {
  margin-top: 81px;
}
@media screen and (max-width: 768px) {
  #main .contents_left_box {
    margin-top: 48px;
  }
}
#main .contents_left_box h2 {
  margin-top: 10px;
  max-width: 698px;
  font-size: 4.8rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #main .contents_left_box h2 {
    font-size: 2.6rem;
  }
}
#main .contents_left_lead {
  position: relative;
  max-width: 608px;
  z-index: 0;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #main .contents_left_lead {
    font-size: 2.2rem;
    max-width: 100%;
  }
}
#main .contents_left_lead span {
  position: relative;
  color: #fff;
  z-index: 1;
}
#main .contents_left_lead::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  width: 52px;
  height: 143px;
  background-image: url(../images/heart.svg);
  background-size: 52px 143px;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #main .contents_left_lead::after {
    top: 58%;
    width: 41px;
    height: 41px;
    background-image: url(../images/heart_sp.svg);
    background-size: 41px 41px;
  }
}
#main .contents_route_box {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #main .contents_route_box {
    margin-top: 40px;
  }
}
#main .contents_route_category {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 20px 8px;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1;
  background-color: #000000;
}
#main .contents_route_line {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  #main .contents_route_line {
    margin-top: 10px;
  }
}
#main .contents_route_line li {
  max-width: 530px;
  display: flex;
  margin-top: 20px;
  gap: 20px;
  align-items: start;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  #main .contents_route_line li {
    gap: 10px;
    margin-top: 10px;
  }
}
#main .contents_route_line li:first-child {
  margin-top: 0;
}
#main .contents_route_line li .route_a {
  width: 115px;
  height: 12px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #main .contents_route_line li .route_a {
    margin-top: 8px;
    width: 50px;
    height: 5px;
  }
}
#main .contents_route_line li .route_b {
  width: 114px;
  height: 2px;
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  #main .contents_route_line li .route_b {
    margin-top: 13px;
    width: 50px;
    height: 2px;
  }
}
#main .contents_route_line li .route_c {
  width: 116px;
  height: 2px;
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  #main .contents_route_line li .route_c {
    margin-top: 10px;
    width: 50px;
    height: 2px;
  }
}
#main .contents_route_note {
  margin-top: 60px;
  padding: 20px 10px 20px 25px;
  border-top: solid 3px #000000;
  border-bottom: solid 3px #000000;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  #main .contents_route_note {
    margin-top: 20px;
    font-size: 1rem;
  }
}
#main .contents_route_note li {
  position: relative;
}
#main .contents_route_note li::before {
  content: "※";
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #main .contents_route_note li::before {
    top: 0;
    transform: unset;
  }
}
#main .contents_route_map {
  display: block;
  max-width: 400px;
  width: 100%;
  margin: 31px auto 0;
}
@media screen and (max-width: 768px) {
  #main .contents_route_map {
    max-width: 100%;
    width: calc(100% - 100px);
    margin: 28px auto 0;
  }
}
#main .contents_btn {
  display: block;
  position: relative;
  width: 489px;
  margin: 80px auto 0;
  padding: 35px 45px 33px;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  border-radius: 58px;
  background: #fff;
  color: #1A1311;
}
@media screen and (max-width: 768px) {
  #main .contents_btn {
    margin: 40px auto 0;
    padding: 20px 40px 21px;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.5;
    width: 315px;
  }
}
#main .contents_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  width: 24px;
  height: 16px;
  background-image: url(../images/arrow_bk.svg);
  background-size: 24px 16px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  #main .contents_btn::after {
    width: 15px;
    height: 10px;
    background-size: 15px 10px;
    right: 20px;
  }
}
@media screen and (min-width: 768px) {
  #main .contents_btn:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  #main .contents_btn:hover::after {
    right: 40px;
  }
}
#main .contents .top-banner {
  display: block;
  max-width: 900px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  #main .contents .top-banner {
    max-width: 94.6666666667vw;
    margin-top: 8vw;
  }
}
#main .content {
  padding: 140px 20px;
  /*共通エリア*/
  /*個別エリア*/
}
@media screen and (max-width: 768px) {
  #main .content {
    padding: 18.6666666667vw 0;
  }
}
#main .content_title-area {
  text-align: center;
  font-family: "Montserrat", "Zen Kaku Gothic New", sans-serif;
}
#main .content_en-subtext {
  color: #dc000c;
  font-size: 1.6rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  #main .content_en-subtext {
    font-size: 3.2vw;
  }
}
#main .content_title {
  font-weight: 900;
  text-indent: 0.3em;
  font-size: 4.8rem;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #main .content_title {
    font-size: 8vw;
    text-indent: 0em;
    line-height: 1.5;
    padding-bottom: 10.6666666667vw;
  }
}
#main .content_title_trip {
  padding-bottom: 78px;
}
@media screen and (max-width: 1330px) {
  #main .content_title_trip {
    padding-bottom: 5.8646616541vw;
  }
}
@media screen and (max-width: 768px) {
  #main .content_title_trip {
    padding-bottom: 14.6666666667vw;
  }
}
#main .content_title_use {
  padding-bottom: 53px;
}
@media screen and (max-width: 768px) {
  #main .content_title_use {
    padding-bottom: 10.6666666667vw;
  }
}
#main .content_title_benefits {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #main .content_title_benefits {
    padding-bottom: 10.6666666667vw;
  }
}
#main .content_about {
  position: relative;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #main .content_about {
    padding-bottom: 18.6666666667vw;
  }
}
#main .content_about::after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 315px 0 315px;
  border-color: #DC000C transparent transparent transparent;
}
@media screen and (max-width: 768px) {
  #main .content_about::after {
    bottom: -7.4666666667vw;
    border-width: 8vw 34.6666666667vw 0 34.6666666667vw;
  }
}
#main .content_about .icon-heart {
  display: inline-block;
  width: 33px;
  margin: 0 6px 13px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #main .content_about .icon-heart {
    width: 6.6666666667vw;
    margin: 0 1.0666666667vw 1.6vw;
  }
}
#main .content .about-tag {
  display: inline-block;
}
#main .content .about-tag > span {
  display: inline-block;
  font-size: 2.8rem;
  padding: 3px 20px;
  border: 2px solid #1A1311;
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  #main .content .about-tag > span {
    font-size: 5.3333333333vw;
    padding: 0.8vw 2.6666666667vw;
    border-radius: 13.3333333333vw;
  }
}
#main .content .about-tag > span.about-tag01 {
  margin-right: 10px;
}
#main .content_trip {
  background: repeating-linear-gradient(90deg, rgb(248, 248, 248), rgb(248, 248, 248) 10px, rgb(255, 255, 255) 0, rgb(255, 255, 255) 30px);
  background-repeat: repeat;
}
#main .content_trip .title-image {
  padding-top: 5px;
  max-width: 505px;
}
@media screen and (max-width: 768px) {
  #main .content_trip .title-image {
    max-width: 49.8666666667vw;
    margin: 0.5333333333vw auto 3.7333333333vw;
    padding-top: 1.3333333333vw;
  }
}
#main .content_use {
  background-color: #FFF9EC;
}
#main .content_benefits {
  background-image: url(../images/bg_heart.svg);
  background-repeat: repeat;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #main .content_benefits {
    text-align: left;
  }
}
#main .content_sub-title {
  font-size: 3.2rem;
  padding: 20px;
  text-align: center;
  background-color: #dc000c;
  color: #fff;
  max-width: 1080px;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #main .content_sub-title {
    font-size: 4.8vw;
    max-width: 94.6666666667vw;
    padding: 4vw;
    margin-bottom: 2.6666666667vw;
  }
}
#main .content_sub-title .icon-heart {
  width: 18px;
  margin: 0 8px 10px;
}
@media screen and (max-width: 768px) {
  #main .content_sub-title .icon-heart {
    width: 2.6666666667vw;
    margin: 0 2.4vw 1.8666666667vw;
  }
}
#main .using_points .using_point_box .point_box {
  margin-bottom: 10px;
  text-align: center;
}
#main .using_points .using_point_box .content_sub-title {
  background-color: #000;
}
#main .using_points .using_point_box:first-of-type .point_box {
  padding: 30px 81px;
}
@media screen and (max-width: 1330px) {
  #main .using_points .using_point_box:first-of-type .point_box {
    padding: 2.2556390977vw 6.0902255639vw;
  }
}
@media screen and (max-width: 768px) {
  #main .using_points .using_point_box:first-of-type .point_box {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  #main .using_points .using_point_box:nth-child(2) .point_box {
    padding: 0;
  }
}
#main .using_points .using_point_box:nth-child(2) .point_box img {
  width: 626px;
}
@media screen and (max-width: 768px) {
  #main .group .pc {
    display: none;
  }
}
#main .group .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #main .group .sp {
    display: block;
  }
}
#main .group:not(:last-of-type) {
  padding-bottom: 104px;
}
@media screen and (max-width: 768px) {
  #main .group:not(:last-of-type) {
    padding-bottom: 18.6666666667vw;
  }
}
#main .group .scroll_bar {
  display: none;
}
@media screen and (max-width: 768px) {
  #main .group .scroll_bar {
    display: block;
    width: 100%;
    height: 4.2666666667vw;
    padding: 2.6666666667vw 1.3333333333vw 8vw;
    background-color: #EFEFEF;
    border-right: 2px solid #dc000c;
    border-left: 2px solid #dc000c;
    border-bottom: 2px solid #dc000c;
  }
}
@media screen and (max-width: 768px) {
  #main .group .scroll_bar.bg_none {
    background-color: transparent;
    border: none;
  }
}
@media screen and (max-width: 768px) {
  #main .group .scroll_bar .scroll_box {
    position: relative;
    display: block;
    width: 100%;
    height: 4.2666666667vw;
    background-color: #D5D5D5;
    border-radius: 4px;
  }
}
@media screen and (max-width: 768px) {
  #main .group .scroll_bar .scroll_box .scroll_item {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 30%;
    height: 4.2666666667vw;
    background-color: #DC000C;
    border-radius: 1.0666666667vw;
    opacity: 0.7;
    cursor: pointer;
  }
}
#main .group .jexer_box {
  margin-top: 60px;
}
@media screen and (max-width: 1330px) {
  #main .group .jexer_box {
    margin-top: 4.5112781955vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .jexer_box {
    margin-top: 10.6666666667vw;
  }
}
#main .group .jexer_box .inner h3 {
  width: 100%;
  padding: 27px 20px 26px;
  background-color: #000000;
  text-align: center;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.4;
}
@media screen and (max-width: 1330px) {
  #main .group .jexer_box .inner h3 {
    padding: 2.030075188vw 1.5037593985vw 1.954887218vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .jexer_box .inner h3 {
    padding: 2.6666666667vw 4.8vw;
    font-size: 4.8vw;
    line-height: 1.2;
  }
}
#main .group .jexer_box .inner .bottom_box {
  padding: 40px 77px;
  background-color: #fff;
  border: 1px solid #000000;
}
@media screen and (max-width: 1330px) {
  #main .group .jexer_box .inner .bottom_box {
    padding: 3.007518797vw 5.7894736842vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .jexer_box .inner .bottom_box {
    padding: 5.3333333333vw 3.7333333333vw;
  }
}
#main .group .jexer_box .inner .bottom_box .heading {
  color: #DC000C;
  line-height: 1.4;
  font-size: 22px;
}
@media screen and (max-width: 1330px) {
  #main .group .jexer_box .inner .bottom_box .heading {
    font-size: 1.6541353383vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .jexer_box .inner .bottom_box .heading {
    font-size: 5.8666666667vw;
    letter-spacing: -0.09em;
  }
}
#main .group .jexer_box .inner .bottom_box .detail_box {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 1330px) {
  #main .group .jexer_box .inner .bottom_box .detail_box {
    gap: 1.5037593985vw;
    margin-top: 0.7518796992vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .jexer_box .inner .bottom_box .detail_box {
    flex-direction: column;
    gap: 2.6666666667vw;
  }
}
#main .group .jexer_box .inner .bottom_box .detail_box img {
  width: 142px;
}
@media screen and (max-width: 1330px) {
  #main .group .jexer_box .inner .bottom_box .detail_box img {
    width: 10.6766917293vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .jexer_box .inner .bottom_box .detail_box img {
    width: 100%;
  }
}
#main .group .jexer_box .inner .bottom_box .detail_box ul {
  font-size: 18px;
  line-height: 1.3;
  color: #DC000C;
}
@media screen and (max-width: 1330px) {
  #main .group .jexer_box .inner .bottom_box .detail_box ul {
    font-size: 1.3533834586vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .jexer_box .inner .bottom_box .detail_box ul {
    font-size: 4.2666666667vw;
  }
}
#main .group .jexer_box .inner .bottom_box .detail_box ul li:not(:first-of-type) {
  margin-top: 10px;
}
@media screen and (max-width: 1330px) {
  #main .group .jexer_box .inner .bottom_box .detail_box ul li:not(:first-of-type) {
    margin-top: 0.7518796992vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .jexer_box .inner .bottom_box .detail_box ul li:not(:first-of-type) {
    margin-top: 1.3333333333vw;
  }
}
#main .group_inner {
  margin: 0 auto;
  max-width: 1280px;
  padding: 55px 100px 100px;
  background-color: #fff;
  position: relative;
  border-radius: 40px 10px 40px 10px;
  box-shadow: 10px 10px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1330px) {
  #main .group_inner {
    padding: 4.1353383459vw 7.5187969925vw 7.5187969925vw;
    border-radius: 3.007518797vw 0.7518796992vw 3.007518797vw 0.7518796992vw;
    box-shadow: 0.7518796992vw 0.7518796992vw rgba(0, 0, 0, 0.05);
  }
}
@media screen and (max-width: 768px) {
  #main .group_inner {
    max-width: 94.6666666667vw;
    padding: 8.5333333333vw 5.3333333333vw 13.3333333333vw;
    border-radius: 10.6666666667vw 2.6666666667vw 10.6666666667vw 2.6666666667vw;
    box-shadow: 2.6666666667vw 2.6666666667vw rgba(0, 0, 0, 0.05);
  }
}
#main .group_inner::after, #main .group_inner::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  background-image: url(../images/deco_upper_left.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #main .group_inner::after, #main .group_inner::before {
    background-image: url(../images/deco_upper_left_sp.svg);
    width: 18.4vw;
    height: 17.8666666667vw;
  }
}
#main .group_inner::after {
  top: -2px;
  left: -2px;
}
@media screen and (max-width: 768px) {
  #main .group_inner::after {
    top: -0.2666666667vw;
  }
}
#main .group_inner::before {
  bottom: -2px;
  right: -2px;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  #main .group_inner::before {
    bottom: -0.2666666667vw;
    right: -0.2666666667vw;
  }
}
#main .group_inner_around {
  border: solid 2px #1A1311;
}
@media screen and (max-width: 768px) {
  #main .group_inner_around {
    border: solid 0.5333333333vw #1A1311;
  }
}
#main .group_inner.coming_soon {
  padding: 100px 100px;
}
@media screen and (max-width: 1330px) {
  #main .group_inner.coming_soon {
    padding: 7.5187969925vw 7.5187969925vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group_inner.coming_soon {
    padding: 26.6666666667vw 5.3333333333vw;
  }
}
#main .group_tag {
  position: absolute;
  top: -27px;
  right: 97px;
  max-width: 160px;
}
@media screen and (max-width: 768px) {
  #main .group_tag {
    right: 5.3333333333vw;
    top: -4.5333333333vw;
  }
}
#main .group_tag-tokyo {
  max-width: 26.6666666667vw;
}
#main .group_tag-iwate {
  max-width: 36.5333333333vw;
}
#main .group_wrap {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #main .group_wrap {
    max-width: 84vw;
  }
}
#main .group_title {
  font-weight: 900;
  font-size: 4.8rem;
  padding-bottom: 40px;
  margin-bottom: 58px;
  font-family: "Montserrat", "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
  #main .group_title {
    font-size: 8vw;
    padding-bottom: 8vw;
    margin-bottom: 10.6666666667vw;
  }
}
#main .group_ticket {
  font-size: 22px;
  display: inline-block;
  padding: 0 10px;
  border: solid 2px #1A1311;
  margin-bottom: 2px;
}
@media screen and (max-width: 768px) {
  #main .group_ticket {
    font-size: 4.2666666667vw;
    padding: 0 1.6vw;
    border: solid 0.5333333333vw #1A1311;
    margin-bottom: 1.3333333333vw;
  }
}
#main .group .group_heading {
  position: relative;
  border-bottom: 3px dotted #DAD5D2;
  padding-bottom: 10px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1330px) {
  #main .group .group_heading {
    border-bottom: 0.2255639098vw dotted #DAD5D2;
    padding-bottom: 0.7518796992vw;
    margin-bottom: 4.5112781955vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .group_heading {
    padding-bottom: 2.6666666667vw;
    margin-bottom: 11.2vw;
    border-bottom: 0.8vw dotted #DAD5D2;
  }
}
@media screen and (max-width: 768px) {
  #main .group .group_heading.heading_higaeri {
    margin-bottom: 4vw;
  }
}
#main .group .group_heading .speech_bubble {
  position: absolute;
  top: -25px;
  right: 0;
  width: 504px;
}
@media screen and (max-width: 1330px) {
  #main .group .group_heading .speech_bubble {
    width: 37.8947368421vw;
    top: -1.8796992481vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .group_heading .speech_bubble {
    position: static;
    width: 100%;
  }
}
#main .group .group_heading .heading_item {
  padding-bottom: 5px;
  font-family: "Montserrat", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.5;
}
@media screen and (max-width: 1330px) {
  #main .group .group_heading .heading_item {
    padding-bottom: 0.3759398496vw;
    font-size: 3.6090225564vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .group_heading .heading_item {
    padding-bottom: 3.7333333333vw;
    font-size: 8.5333333333vw;
  }
}
#main .group .group_heading .heading_item .sub_ttl {
  display: inline-block;
  padding: 0 10px;
  font-family: sans-serif;
  font-size: 18px;
  background-color: #fff;
  letter-spacing: 0.05em;
  border: 2px solid #1A1311;
}
@media screen and (max-width: 1330px) {
  #main .group .group_heading .heading_item .sub_ttl {
    padding: 0 0.7518796992vw;
    font-size: 1.3533834586vw;
    border: 0.1503759398vw solid #1A1311;
  }
}
@media screen and (max-width: 768px) {
  #main .group .group_heading .heading_item .sub_ttl {
    padding: 0 2.6666666667vw;
    font-size: 4.2666666667vw;
    border: 0.5333333333vw solid #1A1311;
  }
}
#main .group .group_heading .heading_item .color_red {
  color: #DC000C;
}
#main .group .group_heading .sub_txt {
  font-size: 18px;
  font-weight: 500;
  text-align: right;
}
@media screen and (max-width: 1330px) {
  #main .group .group_heading .sub_txt {
    font-size: 1.3533834586vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .group_heading .sub_txt {
    font-size: 3.7333333333vw;
    text-align: left;
  }
}
#main .group .tab_nav {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1330px) {
  #main .group .tab_nav {
    gap: 1.5037593985vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .tab_nav {
    gap: 4vw;
  }
}
#main .group .tab_nav .tab_item {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 530px;
  width: 100%;
  height: 63px;
  font-size: 26px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  background-color: #000000;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}
@media screen and (max-width: 1330px) {
  #main .group .tab_nav .tab_item {
    height: 4.7368421053vw;
    font-size: 1.954887218vw;
    border-radius: 0.7518796992vw 0.7518796992vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  #main .group .tab_nav .tab_item {
    width: 100%;
    height: 13.3333333333vw;
    font-size: 4.8vw;
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  }
}
#main .group .tab_nav .tab_item span {
  display: inline-block;
  margin-right: 2px;
  font-size: 30px;
  line-height: 1.1;
  font-family: "Montserrat", "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 1330px) {
  #main .group .tab_nav .tab_item span {
    margin-right: 0.1503759398vw;
    font-size: 2.2556390977vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .tab_nav .tab_item span {
    margin-top: 1.0666666667vw;
    margin-right: 0.5333333333vw;
    font-size: 4.8vw;
  }
}
#main .group .tab_nav .tab_item.active {
  position: relative;
  background-color: #dc000c;
}
#main .group .tab_nav .tab_item.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 265px solid transparent;
  border-left: 265px solid transparent;
  border-top: 11px solid #dc000c;
  border-bottom: 0;
}
@media screen and (max-width: 1330px) {
  #main .group .tab_nav .tab_item.active::before {
    border-right: 19.9248120301vw solid transparent;
    border-left: 19.9248120301vw solid transparent;
    border-top: 0.8270676692vw solid #dc000c;
  }
}
#main .group .contents_box .inner_box {
  padding: 48px 10px 42px;
  background-color: #EFEFEF;
  border: 2px solid #dc000c;
}
@media screen and (max-width: 1330px) {
  #main .group .contents_box .inner_box {
    padding: 3.6090225564vw 1.2030075188vw 3.1578947368vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box {
    display: flex;
    align-items: flex-start;
    overflow-x: scroll;
    padding: 8vw 1.3333333333vw 2.6666666667vw;
    border-bottom: none;
  }
}
#main .group .contents_box .inner_box.higaeri_contents {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
  border: none;
}
#main .group .contents_box .inner_box.higaeri_contents .scroll_bar {
  border: none;
}
#main .group .contents_box .inner_box .contents_item {
  display: flex;
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .flex_right_item {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .root_box {
    display: flex;
    align-items: flex-end;
    height: 54.9333333333vw;
  }
}
#main .group .contents_box .inner_box .contents_item .root_box picture {
  vertical-align: sub;
}
#main .group .contents_box .inner_box .contents_item .root_box img {
  position: relative;
  z-index: 1;
}
#main .group .contents_box .inner_box .contents_item .root_box.root_single {
  width: 312px;
}
@media screen and (max-width: 1330px) {
  #main .group .contents_box .inner_box .contents_item .root_box.root_single {
    width: 23.4586466165vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .root_box.root_single {
    width: 82.1333333333vw;
  }
}
#main .group .contents_box .inner_box .contents_item .root_box.root_double {
  width: 312px;
}
@media screen and (max-width: 1330px) {
  #main .group .contents_box .inner_box .contents_item .root_box.root_double {
    width: 23.4586466165vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .root_box.root_double {
    width: 164.2666666667vw;
  }
}
#main .group .contents_box .inner_box .contents_item .root_box.root_triple {
  width: 312px;
}
@media screen and (max-width: 1330px) {
  #main .group .contents_box .inner_box .contents_item .root_box.root_triple {
    width: 23.4586466165vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .root_box.root_triple {
    width: 245.8666666667vw;
  }
}
#main .group .contents_box .inner_box .contents_item .root_box.root_quadruple {
  width: 312px;
}
@media screen and (max-width: 1330px) {
  #main .group .contents_box .inner_box .contents_item .root_box.root_quadruple {
    width: 23.4586466165vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .root_box.root_quadruple {
    width: 246.4vw;
  }
}
#main .group .contents_box .inner_box .contents_item .root_box.root_border {
  position: relative;
}
#main .group .contents_box .inner_box .contents_item .root_box.root_border::before, #main .group .contents_box .inner_box .contents_item .root_box.root_border::after {
  position: absolute;
  content: "";
  display: block;
  width: 4px;
  height: calc(100% + 20px);
  background-color: #383D3D;
}
@media screen and (max-width: 1330px) {
  #main .group .contents_box .inner_box .contents_item .root_box.root_border::before, #main .group .contents_box .inner_box .contents_item .root_box.root_border::after {
    height: calc(100% + 1.5037593985vw);
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .root_box.root_border::before, #main .group .contents_box .inner_box .contents_item .root_box.root_border::after {
    width: calc(100% + 5.3333333333vw);
    height: 1.0666666667vw;
  }
}
#main .group .contents_box .inner_box .contents_item .root_box.root_border::before {
  right: 104px;
  bottom: -20px;
}
@media screen and (max-width: 1330px) {
  #main .group .contents_box .inner_box .contents_item .root_box.root_border::before {
    right: 7.8195488722vw;
    bottom: -1.5037593985vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .root_box.root_border::before {
    right: -2.6666666667vw;
    bottom: 17.6vw;
  }
}
#main .group .contents_box .inner_box .contents_item .root_box.root_border.type_higaeri::before, #main .group .contents_box .inner_box .contents_item .root_box.root_border.type_nagano::before {
  right: 109px;
}
@media screen and (max-width: 1330px) {
  #main .group .contents_box .inner_box .contents_item .root_box.root_border.type_higaeri::before, #main .group .contents_box .inner_box .contents_item .root_box.root_border.type_nagano::before {
    right: 8.1954887218vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .root_box.root_border.type_higaeri::before, #main .group .contents_box .inner_box .contents_item .root_box.root_border.type_nagano::before {
    right: 2.6666666667vw;
  }
}
#main .group .contents_box .inner_box .contents_item .root_box.root_border::after {
  right: 116px;
  bottom: -20px;
}
@media screen and (max-width: 1330px) {
  #main .group .contents_box .inner_box .contents_item .root_box.root_border::after {
    right: 8.7218045113vw;
    bottom: -1.5037593985vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .root_box.root_border::after {
    right: -2.6666666667vw;
    bottom: 20.8vw;
  }
}
#main .group .contents_box .inner_box .contents_item .root_box.root_border.type_higaeri::after, #main .group .contents_box .inner_box .contents_item .root_box.root_border.type_nagano::after {
  right: 119px;
}
@media screen and (max-width: 1330px) {
  #main .group .contents_box .inner_box .contents_item .root_box.root_border.type_higaeri::after, #main .group .contents_box .inner_box .contents_item .root_box.root_border.type_nagano::after {
    right: 8.9473684211vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .root_box.root_border.type_higaeri::after, #main .group .contents_box .inner_box .contents_item .root_box.root_border.type_nagano::after {
    right: 2.6666666667vw;
  }
}
#main .group .contents_box .inner_box .contents_item .root_box.root_border.last_second_akita::before {
  bottom: 90px;
}
@media screen and (max-width: 1330px) {
  #main .group .contents_box .inner_box .contents_item .root_box.root_border.last_second_akita::before {
    bottom: 6.7669172932vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .root_box.root_border.last_second_akita::before {
    right: 17.3333333333vw;
    bottom: 17.6vw;
  }
}
#main .group .contents_box .inner_box .contents_item .root_box.root_border.last_second_akita::after {
  bottom: 90px;
}
@media screen and (max-width: 1330px) {
  #main .group .contents_box .inner_box .contents_item .root_box.root_border.last_second_akita::after {
    bottom: 6.7669172932vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .root_box.root_border.last_second_akita::after {
    right: 17.3333333333vw;
    bottom: 20.8vw;
  }
}
#main .group .contents_box .inner_box .contents_item .root_box.root_border.last_second_nagano::before {
  display: none;
}
#main .group .contents_box .inner_box .contents_item .root_box.root_border.last_second_nagano::after {
  display: none;
}
#main .group .contents_box .inner_box .contents_item .root_box.root_border.type_higaeri::before {
  bottom: 120px;
}
@media screen and (max-width: 1330px) {
  #main .group .contents_box .inner_box .contents_item .root_box.root_border.type_higaeri::before {
    bottom: 9.022556391vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .root_box.root_border.type_higaeri::before {
    right: 17.3333333333vw;
    bottom: 23.4666666667vw;
  }
}
#main .group .contents_box .inner_box .contents_item .root_box.root_border.type_higaeri::after {
  bottom: 120px;
}
@media screen and (max-width: 1330px) {
  #main .group .contents_box .inner_box .contents_item .root_box.root_border.type_higaeri::after {
    bottom: 9.022556391vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .root_box.root_border.type_higaeri::after {
    right: 17.3333333333vw;
    bottom: 20.8vw;
  }
}
#main .group .contents_box .inner_box .contents_item .root_box.root_border.nagano_last::before {
  bottom: 350px;
  height: calc(100% - 350px);
}
@media screen and (max-width: 1330px) {
  #main .group .contents_box .inner_box .contents_item .root_box.root_border.nagano_last::before {
    bottom: 26.3157894737vw;
    height: calc(100% - 26.3157894737vw);
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .root_box.root_border.nagano_last::before {
    right: 17.3333333333vw;
    bottom: 23.4666666667vw;
    height: 1.0666666667vw;
  }
}
#main .group .contents_box .inner_box .contents_item .root_box.root_border.nagano_last::after {
  bottom: 350px;
  height: calc(100% - 350px);
}
@media screen and (max-width: 1330px) {
  #main .group .contents_box .inner_box .contents_item .root_box.root_border.nagano_last::after {
    bottom: 26.3157894737vw;
    height: calc(100% - 26.3157894737vw);
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .root_box.root_border.nagano_last::after {
    right: 17.3333333333vw;
    bottom: 20.8vw;
    height: 1.0666666667vw;
  }
}
#main .group .contents_box .inner_box .contents_item .root_box.root_border img {
  position: relative;
  z-index: 1;
}
#main .group .contents_box .inner_box .contents_item .root_box.root_border.root_start::before, #main .group .contents_box .inner_box .contents_item .root_box.root_border.root_start::after {
  height: calc(100% - 84px);
}
@media screen and (max-width: 1330px) {
  #main .group .contents_box .inner_box .contents_item .root_box.root_border.root_start::before, #main .group .contents_box .inner_box .contents_item .root_box.root_border.root_start::after {
    height: calc(100% - 6.3157894737vw);
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .root_box.root_border.root_start::before, #main .group .contents_box .inner_box .contents_item .root_box.root_border.root_start::after {
    width: 95%;
    height: 1.0666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .root_box.root_border.root_start.type_nagano::before, #main .group .contents_box .inner_box .contents_item .root_box.root_border.root_start.type_nagano::after {
    width: 90%;
  }
}
#main .group .contents_box .inner_box .contents_item .root_box.root_border.root_start.type_higaeri::before, #main .group .contents_box .inner_box .contents_item .root_box.root_border.root_start.type_higaeri::after {
  height: calc(100% - 210px);
}
@media screen and (max-width: 1330px) {
  #main .group .contents_box .inner_box .contents_item .root_box.root_border.root_start.type_higaeri::before, #main .group .contents_box .inner_box .contents_item .root_box.root_border.root_start.type_higaeri::after {
    height: calc(100% - 15.7894736842vw);
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .root_box.root_border.root_start.type_higaeri::before, #main .group .contents_box .inner_box .contents_item .root_box.root_border.root_start.type_higaeri::after {
    width: 86.5%;
    height: 1.0666666667vw;
  }
}
#main .group .contents_box .inner_box .contents_item .strolling_contents {
  padding: 25px 40px 35px;
  margin-bottom: 10px;
  border: 2px solid #000000;
  background-color: #fff;
}
@media screen and (max-width: 1330px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents {
    padding: 2.2556390977vw 3.007518797vw 2.6315789474vw;
    margin-bottom: 0.7518796992vw;
    border: 0.1503759398vw solid #000000;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents {
    padding: 9.8666666667vw 2.6666666667vw 8vw;
    margin-bottom: 0;
    margin-right: 2.6666666667vw;
    border: 0.5333333333vw solid #000000;
  }
}
#main .group .contents_box .inner_box .contents_item .strolling_contents:not(:first-of-type) {
  margin-top: 10px;
}
@media screen and (max-width: 1330px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents:not(:first-of-type) {
    margin-top: 0.7518796992vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents:not(:first-of-type) {
    margin-top: 0vw;
    margin-left: 2.6666666667vw;
  }
}
#main .group .contents_box .inner_box .contents_item .strolling_contents.strolling_single {
  width: 750px;
}
@media screen and (max-width: 1330px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents.strolling_single {
    width: 56.3909774436vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents.strolling_single {
    width: 80vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents.strolling_single .inner .strolling_item {
    width: 100%;
  }
}
#main .group .contents_box .inner_box .contents_item .strolling_contents.strolling_double {
  width: 750px;
}
@media screen and (max-width: 1330px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents.strolling_double {
    width: 56.3909774436vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents.strolling_double {
    width: 160vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents.strolling_double .inner {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents.strolling_double .inner .strolling_item {
    width: calc(50% - 2.6666666667vw);
  }
}
#main .group .contents_box .inner_box .contents_item .strolling_contents.strolling_triple {
  width: 750px;
}
@media screen and (max-width: 1330px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents.strolling_triple {
    width: 56.3909774436vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents.strolling_triple {
    width: 245.8666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents.strolling_triple .inner {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents.strolling_triple .inner .strolling_item {
    width: calc(33.3333% - 2.6666666667vw);
  }
}
#main .group .contents_box .inner_box .contents_item .strolling_contents.strolling_quadruple {
  width: 750px;
}
@media screen and (max-width: 1330px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents.strolling_quadruple {
    width: 56.3909774436vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents.strolling_quadruple {
    width: 245.8666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents.strolling_quadruple .inner {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents.strolling_quadruple .inner .strolling_item {
    width: calc(33.3333% - 2.6666666667vw);
  }
}
#main .group .contents_box .inner_box .contents_item .strolling_contents.box_space {
  margin-top: 125px;
}
@media screen and (max-width: 1330px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents.box_space {
    margin-top: 9.3984962406vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents.box_space {
    margin-top: 0;
    margin-left: 36.5333333333vw;
  }
}
#main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item:not(:first-of-type) {
  margin-top: 40px;
  padding-top: 29px;
  border-top: 1px solid #EFEFEF;
}
@media screen and (max-width: 1330px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item:not(:first-of-type) {
    margin-top: 3.007518797vw;
    padding-top: 2.1804511278vw;
    border-top: 0.0751879699vw solid #EFEFEF;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item:not(:first-of-type) {
    margin-top: 0;
    padding-top: 0;
    margin-left: 2.6666666667vw;
    padding-left: 2.6666666667vw;
    border-top: none;
    border-left: 0.2666666667vw solid #EFEFEF;
  }
}
#main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .heading {
  margin-bottom: 20px;
  padding-bottom: 7px;
  font-size: 32px;
  border-bottom: 3px dotted #DAD5D2;
}
@media screen and (max-width: 1330px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .heading {
    margin-bottom: 1.5037593985vw;
    padding-bottom: 0.5263157895vw;
    font-size: 2.4060150376vw;
    border-bottom: 0.2255639098vw dotted #DAD5D2;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .heading {
    display: flex;
    align-items: center;
    min-height: 26.6666666667vw;
    margin-bottom: 5.3333333333vw;
    padding-bottom: 2.6666666667vw;
    font-size: 7.4666666667vw;
    letter-spacing: -0.007em;
    text-align: left;
    border-bottom: 0.8vw dotted #DAD5D2;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .heading.sp_min_font {
    font-size: 6.6666666667vw;
  }
}
#main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .heading .min_font {
  font-size: 26px;
}
@media screen and (max-width: 1330px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .heading .min_font {
    font-size: 1.954887218vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .heading .min_font {
    font-size: 5.8666666667vw;
  }
}
#main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .detail {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 1330px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .detail {
    gap: 1.2030075188vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .detail {
    flex-direction: column;
    gap: 4.2666666667vw;
  }
}
#main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .detail .detail_img {
  width: 300px;
  flex-shrink: 0;
}
@media screen and (max-width: 1330px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .detail .detail_img {
    width: 22.5563909774vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .detail .detail_img {
    width: 100%;
  }
}
#main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .detail .detail_img .annotation {
  display: block;
  text-align: right;
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1330px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .detail .detail_img .annotation {
    font-size: 0.9022556391vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .detail .detail_img .annotation {
    font-size: 3.2vw;
  }
}
#main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .detail .detail_txt .txt {
  font-size: 18px;
  letter-spacing: -0.007em;
}
@media screen and (max-width: 1330px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .detail .detail_txt .txt {
    font-size: 1.3533834586vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .detail .detail_txt .txt {
    font-size: 4.8vw;
  }
}
#main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .detail .detail_txt .txt a {
  color: #1A1311;
  text-decoration: underline;
}
#main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .detail .detail_txt .txt.c_red {
  font-size: 20px;
  color: #DC000C;
}
@media screen and (max-width: 1330px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .detail .detail_txt .txt.c_red {
    font-size: 1.5037593985vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .detail .detail_txt .txt.c_red {
    font-size: 5.3333333333vw;
  }
}
#main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .detail .detail_txt .txt.sub_txt {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 1330px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .detail .detail_txt .txt.sub_txt {
    font-size: 1.0526315789vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .detail .detail_txt .txt.sub_txt {
    font-size: 3.7333333333vw;
    font-weight: bold;
    letter-spacing: -0.003em;
  }
}
#main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .detail .detail_txt .access_box {
  margin-top: 15px;
  letter-spacing: 0;
}
@media screen and (max-width: 1330px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .detail .detail_txt .access_box {
    margin-top: 1.1278195489vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .detail .detail_txt .access_box {
    margin-top: 4vw;
  }
}
#main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .detail .detail_txt .access_box .sub_heading {
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 5px;
  font-size: 12px;
  background-color: #fff;
  letter-spacing: 0.05em;
  border: 2px solid #1A1311;
}
@media screen and (max-width: 1330px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .detail .detail_txt .access_box .sub_heading {
    padding: 0 0.7518796992vw;
    margin-bottom: 0.3759398496vw;
    font-size: 0.9022556391vw;
    border: 0.1503759398vw solid #1A1311;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .detail .detail_txt .access_box .sub_heading {
    padding: 0 2.6666666667vw;
    margin-bottom: 1.3333333333vw;
    font-size: 3.2vw;
    border: 0.5333333333vw solid #1A1311;
  }
}
#main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .detail .detail_txt .access_box .txt {
  font-size: 16px;
  line-height: 1.25;
}
@media screen and (max-width: 1330px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .detail .detail_txt .access_box .txt {
    font-size: 1.2030075188vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .detail .detail_txt .access_box .txt {
    font-size: 4.2666666667vw;
  }
}
#main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .detail .detail_txt .access_box .txt .link_caption {
  display: block;
  padding-top: 2px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1.4285714286;
}
@media screen and (max-width: 1330px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .detail .detail_txt .access_box .txt .link_caption {
    padding-top: 0.1503759398vw;
    font-size: 1.0526315789vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .detail .detail_txt .access_box .txt .link_caption {
    padding-top: 1.0666666667vw;
    font-size: 3.7333333333vw;
  }
}
#main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .detail .detail_txt .access_box .txt .link_caption a {
  display: inline-block;
  color: #1A1311;
  text-decoration: none;
  border-bottom: 1px solid #1A1311;
}
#main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .detail .detail_txt .access_box .sub_txt {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42;
}
@media screen and (max-width: 1330px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .detail .detail_txt .access_box .sub_txt {
    font-size: 1.0526315789vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .detail .detail_txt .access_box .sub_txt {
    font-size: 3.7333333333vw;
  }
}
#main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .child_item {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .child_item {
    margin-top: 13.3333333333vw;
  }
}
#main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .child_item:not(:first-of-type) {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #EFEFEF;
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .child_item:not(:first-of-type) {
    margin-top: 8vw;
    padding-top: 8vw;
  }
}
#main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .child_item .child_heading {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 1330px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .child_item .child_heading {
    font-size: 1.6541353383vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .child_item .child_heading {
    font-size: 4.2666666667vw;
    letter-spacing: -0.01em;
  }
}
#main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .child_item .child_heading.min_font {
  font-size: 20px;
}
@media screen and (max-width: 1330px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .child_item .child_heading.min_font {
    font-size: 1.5037593985vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .child_item .child_heading.min_font {
    font-size: 4.2666666667vw;
    letter-spacing: -0.01em;
  }
}
#main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .child_item .child_sub_ttl {
  font-size: 16px;
}
@media screen and (max-width: 1330px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .child_item .child_sub_ttl {
    font-size: 1.2030075188vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .child_item .child_sub_ttl {
    font-size: 3.2vw;
  }
}
#main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .child_item .txt {
  font-size: 18px;
  font-weight: normal;
}
@media screen and (max-width: 1330px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .child_item .txt {
    font-size: 1.3533834586vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .child_item .txt {
    font-size: 3.7333333333vw;
    letter-spacing: -0.07em;
  }
}
#main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .child_item .txt span {
  font-size: 16px;
}
@media screen and (max-width: 1330px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .child_item .txt span {
    font-size: 1.2030075188vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .child_item .txt span {
    font-size: 3.2vw;
    letter-spacing: -0.007em;
  }
}
#main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .child_item .child_img {
  margin-top: 16px;
}
@media screen and (max-width: 1330px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .child_item .child_img {
    margin-top: 1.2030075188vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .child_item .child_img {
    margin-top: 2.6666666667vw;
  }
}
#main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .child_item .child_img a {
  display: block;
}
#main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .child_item .button {
  margin: 16px auto 0;
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 1330px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .child_item .button {
    margin: 1.2030075188vw auto 0;
    font-size: 1.3533834586vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .child_item .button {
    width: 100%;
    border-radius: 100px;
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
  }
}
#main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .child_item .button_default {
  padding: 21px 45px;
}
@media screen and (max-width: 1330px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .child_item .button_default {
    width: 36.7669172932vw;
    margin: 5.2631578947vw auto 0;
    border-radius: 4.3609022556vw;
    padding: 1.5789473684vw 3.3834586466vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item .strolling_contents .inner .strolling_item .child_item .button_default {
    width: 80vw;
    padding: 4.5333333333vw 5.3333333333vw;
    margin: 10.6666666667vw auto 0;
    border-radius: 9.0666666667vw;
  }
}
#main .group .contents_box .inner_box .contents_item:last-of-type .strolling_contents {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #main .group .contents_box .inner_box .contents_item:last-of-type .strolling_contents {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box#first_day .strolling_akita {
    min-height: 174.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box#first_day .strolling_nagano {
    min-height: 186.6666666667vw;
  }
}
#main .group .contents_box#second_day {
  display: none;
}
@media screen and (max-width: 768px) {
  #main .group .contents_box#second_day .strolling_akita {
    min-height: 168vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .contents_box#second_day .strolling_nagano {
    min-height: 173.3333333333vw;
  }
}
#main .group .table_box {
  margin-top: 60px;
}
@media screen and (max-width: 1330px) {
  #main .group .table_box {
    margin-top: 4.5112781955vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .table_box {
    margin-top: 10.6666666667vw;
  }
}
#main .group .table_box h4 {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4230769231;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 1330px) {
  #main .group .table_box h4 {
    margin-bottom: 2.2556390977vw;
    font-size: 1.954887218vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .table_box h4 {
    margin-bottom: 8vw;
    font-size: 6.4vw;
  }
}
#main .group .table_box h4 span {
  color: #DC000C;
}
#main .group .table_box .table_items {
  display: flex;
}
@media screen and (max-width: 768px) {
  #main .group .table_box .table_items {
    display: block;
  }
}
#main .group .table_box .table_items .box_item {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #main .group .table_box .table_items .box_item {
    width: 100%;
  }
}
#main .group .table_box .table_items .box_item h5 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 77px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4230769231;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 1330px) {
  #main .group .table_box .table_items .box_item h5 {
    height: 5.7894736842vw;
    font-size: 1.954887218vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .table_box .table_items .box_item h5 {
    height: 13.3333333333vw;
    font-size: 5.8666666667vw;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
  }
}
#main .group .table_box .table_items .box_item table {
  width: 100%;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  #main .group .table_box .table_items .box_item table tr:nth-child(odd) {
    background-color: #FAFAFA;
  }
}
#main .group .table_box .table_items .box_item table tr:nth-child(even) {
  background-color: #FAFAFA;
}
@media screen and (max-width: 768px) {
  #main .group .table_box .table_items .box_item table tr:nth-child(even) {
    background-color: #ffffff;
  }
}
#main .group .table_box .table_items .box_item table tr th {
  width: 342px;
  height: 63px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
  vertical-align: middle;
  text-align: center;
  background-color: #DFDFDF;
  border-right: 1px solid #EFEFEF;
}
@media screen and (max-width: 1330px) {
  #main .group .table_box .table_items .box_item table tr th {
    width: 25.7142857143vw;
    height: 4.7368421053vw;
    font-size: 1.5037593985vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .table_box .table_items .box_item table tr th {
    width: 57.6vw;
    height: 13.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
#main .group .table_box .table_items .box_item table tr th:nth-child(even) {
  width: 198px;
}
@media screen and (max-width: 1330px) {
  #main .group .table_box .table_items .box_item table tr th:nth-child(even) {
    width: 14.8872180451vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .table_box .table_items .box_item table tr th:nth-child(even) {
    width: 26.6666666667vw;
  }
}
#main .group .table_box .table_items .box_item table tr th:last-of-type {
  border-right: 1px solid #000;
}
#main .group .table_box .table_items .box_item table tr th.cap_box {
  line-height: 1;
}
#main .group .table_box .table_items .box_item table tr th .cap_txt {
  font-size: 14px;
}
@media screen and (max-width: 1330px) {
  #main .group .table_box .table_items .box_item table tr th .cap_txt {
    font-size: 1.0526315789vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .table_box .table_items .box_item table tr th .cap_txt {
    font-size: 3.2vw;
  }
}
#main .group .table_box .table_items .box_item table tr td {
  width: 198px;
  height: 56px;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4444444444;
  letter-spacing: 0;
  vertical-align: middle;
  border-right: 1px solid #EFEFEF;
}
@media screen and (max-width: 1330px) {
  #main .group .table_box .table_items .box_item table tr td {
    width: 14.8872180451vw;
    height: 3.9097744361vw;
    padding: 1.1278195489vw 1.5037593985vw;
    font-size: 1.5037593985vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .table_box .table_items .box_item table tr td {
    width: 57.6vw;
    height: 8.5333333333vw;
    padding: 1.6vw 4.8vw;
    font-size: 3.7333333333vw;
    letter-spacing: -0.02em;
  }
}
#main .group .table_box .table_items .box_item table tr td:first-of-type {
  border-right: 1px solid #EFEFEF;
}
#main .group .table_box .table_items .box_item table tr td:nth-child(even) {
  text-align: center;
  width: 198px;
}
#main .group .table_box .table_items .box_item table tr td:last-of-type {
  text-align: center;
  border-right: 1px solid #000;
  color: #DC000C;
}
@media screen and (max-width: 768px) {
  #main .group .table_box .table_items .box_item table tr td:last-of-type {
    font-size: 5.3333333333vw;
    width: 26.6666666667vw;
  }
}
#main .group .table_box .table_items .box_item table tr td:last-of-type .min_txt {
  color: #000000;
}
#main .group .table_box .table_items .box_item table tr td .min_txt {
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: -0.036em;
}
@media screen and (max-width: 1330px) {
  #main .group .table_box .table_items .box_item table tr td .min_txt {
    font-size: 1.0526315789vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .table_box .table_items .box_item table tr td .min_txt {
    font-size: 3.2vw;
  }
}
#main .group .table_box .table_items .box_item table tr.heading {
  height: 77px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4230769231;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 1330px) {
  #main .group .table_box .table_items .box_item table tr.heading {
    height: 5.7894736842vw;
    font-size: 1.954887218vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .table_box .table_items .box_item table tr.heading {
    height: 13.3333333333vw;
    font-size: 5.8666666667vw;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
  }
}
#main .group .table_box .table_items .box_item table tr.heading .black {
  border: 1px solid #000;
  background-color: #000000;
}
#main .group .table_box .table_items .box_item table tr.heading .red {
  border: 1px solid #DC000C;
  background-color: #DC000C;
  color: #fff;
}
#main .group .table_box .table_items .box_item table tr.caption td {
  padding: 7px 20px 6px;
  line-height: 1.1;
}
@media screen and (max-width: 1330px) {
  #main .group .table_box .table_items .box_item table tr.caption td {
    padding: 0.4511278195vw 1.5037593985vw 0.4511278195vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .table_box .table_items .box_item table tr.caption td {
    padding: 1.6vw 5.3333333333vw 1.6vw;
  }
}
#main .group .table_box .table_items .box_item table tr.caption td .cap_txt {
  font-size: 12px;
}
@media screen and (max-width: 1330px) {
  #main .group .table_box .table_items .box_item table tr.caption td .cap_txt {
    font-size: 0.9022556391vw;
  }
}
@media screen and (max-width: 768px) {
  #main .group .table_box .table_items .box_item table tr.caption td .cap_txt {
    font-size: 3.2vw;
  }
}
#main .group .table_box .table_items .box_item.table_a h5 {
  background-color: #000000;
  border: 1px solid #000000;
  border-right-color: #EFEFEF;
}
@media screen and (max-width: 768px) {
  #main .group .table_box .table_items .box_item.table_a h5 {
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
  }
}
#main .group .table_box .table_items .box_item.table_a table {
  border-right-color: #EFEFEF;
}
@media screen and (max-width: 768px) {
  #main .group .table_box .table_items .box_item.table_a table {
    border-right-color: #000000;
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  #main .group .table_box .table_items .box_item.table_a table tr th:last-of-type {
    border-right-color: #000000;
  }
}
#main .group .table_box .table_items .box_item.table_b h5 {
  background-color: #DC000C;
  border: 1px solid #DC000C;
}
@media screen and (max-width: 768px) {
  #main .group .table_box .table_items .box_item.table_b h5 {
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
  }
}
#main .group .table_box .table_items .box_item.table_b table {
  border-left: 0;
}
@media screen and (max-width: 768px) {
  #main .group .table_box .table_items .box_item.table_b table {
    border-left: 1px solid #000000;
    border-bottom: none;
  }
}
#main .group .table_box .table_items .box_item.table_b table tr th:last-of-type {
  border-right-color: #000000;
}
#main .group .table_box .table_items .box_item.table_b table tr td:last-of-type {
  color: #DC000C;
}
#main .group .table_box .table_items .box_item.table_b table tr td:last-of-type .min_txt {
  color: #000000;
}
@media screen and (max-width: 768px) {
  #main .group .table_box .table_items .box_item.table_b table tr:last-of-type td {
    border-bottom: 1px solid #000000;
  }
}
#main .explanation {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #main .explanation {
    padding-bottom: 10.6666666667vw;
    margin-bottom: 8vw;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  #main .explanation_space {
    padding-bottom: 69.3333333333vw;
  }
}
#main .explanation_area01 {
  flex-shrink: 0;
}
#main .explanation_dep {
  display: block;
  text-align: center;
  background-image: url(../images/dep_bk.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 52px;
  height: 100%;
  max-height: 548px;
  color: #fff;
  flex-shrink: 0;
  writing-mode: vertical-rl;
  font-size: 2.2rem;
  letter-spacing: 0.5em;
  padding-right: 12px;
}
@media screen and (max-width: 1100px) {
  #main .explanation_dep {
    max-height: 49.8181818182vw;
    font-size: clamp(1.6rem, 2vw, 2.2rem);
    padding-right: 25%;
  }
}
@media screen and (max-width: 900px) {
  #main .explanation_dep {
    padding-right: 41%;
  }
}
@media screen and (max-width: 768px) {
  #main .explanation_dep {
    background-image: url(../images/dep_bk_sp.svg);
    width: 84vw;
    height: 13.8666666667vw;
    writing-mode: horizontal-tb;
    padding-right: 0;
    font-size: 4.8vw;
    padding-top: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
    letter-spacing: normal;
  }
}
#main .explanation_area02 {
  max-width: 200px;
  padding: 0 20px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #main .explanation_area02 {
    max-width: 75.7333333333vw;
    padding: 0;
    margin-bottom: 5.3333333333vw;
  }
}
#main .explanation_area03 {
  max-width: 750px;
}
#main .explanation_des {
  display: block;
  text-align: center;
  background-image: url(../images/des_bk.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 61px;
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  padding-top: 8px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  #main .explanation_des {
    margin-bottom: 0.1818181818vw;
  }
}
@media screen and (max-width: 768px) {
  #main .explanation_des {
    background-image: url(../images/des_bk_sp.svg);
    width: 84vw;
    height: 13.8666666667vw;
    font-size: 4.8vw;
    padding-top: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
#main .explanation_main-text {
  font-size: 3.2rem;
  line-height: 1.5;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #main .explanation_main-text {
    font-size: 5.8666666667vw;
    padding-bottom: 8vw;
    letter-spacing: -0.01em;
  }
}
#main .explanation .tips {
  position: absolute;
  right: 0;
  bottom: -229px;
}
@media screen and (max-width: 1100px) {
  #main .explanation .tips {
    bottom: -13.6363636364vw;
  }
}
@media screen and (max-width: 768px) {
  #main .explanation .tips {
    bottom: 11.7333333333vw;
    right: 50%;
    transform: translateX(50%);
  }
}
#main .explanation .tips img {
  width: 262px;
}
@media screen and (max-width: 1100px) {
  #main .explanation .tips img {
    width: 22.7272727273vw;
  }
}
@media screen and (max-width: 768px) {
  #main .explanation .tips img {
    width: 48vw;
  }
}
#main .check li {
  padding-left: 40px;
  position: relative;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #main .check li {
    padding-left: 6.6666666667vw;
  }
}
#main .check li::before {
  content: "";
  position: absolute;
  width: 29px;
  height: 25px;
  background-image: url(../images/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 22px;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #main .check li::before {
    top: 4vw;
    width: 5.3333333333vw;
    height: 4vw;
  }
}
#main .check li:not(:last-child) {
  padding-bottom: 7px;
}
@media screen and (max-width: 768px) {
  #main .check li:not(:last-child) {
    padding-bottom: 2.6666666667vw;
  }
}
#main .check .icon-heart {
  display: inline-block;
  width: 18px;
  margin: 0 6px 5px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #main .check .icon-heart {
    width: 4vw;
    margin: 0 1.0666666667vw 1.6vw;
  }
}
#main .point_box {
  background-color: #fff;
  max-width: 1080px;
  margin: 10px auto 40px;
  padding: 40px 15px;
}
@media screen and (max-width: 768px) {
  #main .point_box {
    max-width: 94.6666666667vw;
    margin: 2.6666666667vw auto 5.3333333333vw;
    padding: 5.3333333333vw 5.3333333333vw 10.6666666667vw;
  }
}
#main .point_box dl {
  display: flex;
}
@media screen and (max-width: 768px) {
  #main .point_box dl {
    flex-wrap: wrap;
  }
}
#main .point_box dl > div {
  width: 33.3333333333%;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  #main .point_box dl > div {
    width: 100%;
    padding: 0;
  }
}
#main .point_box dl > div:not(:first-of-type) {
  border-left: 2px solid #F2F1F0;
}
@media screen and (max-width: 768px) {
  #main .point_box dl > div:not(:first-of-type) {
    border-left: none;
    border-top: 2px solid #F2F1F0;
    margin-top: 26.6666666667vw;
    padding-top: 5.3333333333vw;
  }
}
#main .point_box dl dt {
  font-weight: bold;
  font-size: 2rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #main .point_box dl dt {
    font-size: 5.3333333333vw;
  }
}
#main .point_box dl dt .point_box_text {
  display: flex;
  align-items: center;
  min-height: 59px;
}
@media screen and (max-width: 768px) {
  #main .point_box dl dt .point_box_text {
    display: block;
    min-height: auto;
  }
}
#main .point_box dl dt .num {
  display: block;
  width: 60px;
  margin: 0 auto 12px;
}
@media screen and (max-width: 768px) {
  #main .point_box dl dt .num {
    width: 16vw;
    margin-bottom: 3.2vw;
  }
}
#main .point_box dl dd {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 14px;
  padding-top: 20px;
  background-image: url("../images/line-dot.png");
  background-size: 8px 3px;
  background-repeat: repeat-x;
  background-position: top left;
}
@media screen and (max-width: 768px) {
  #main .point_box dl dd {
    font-size: 4.2666666667vw;
    margin-top: 3.7333333333vw;
    padding-top: 5.3333333333vw;
  }
}
#main .point_btn {
  margin-bottom: 80px;
}
#main .point_btn .button {
  font-size: 2.2rem;
  line-height: 1.3636363636;
  padding-top: 17px;
  padding-bottom: 17px;
}
@media screen and (max-width: 768px) {
  #main .point_btn .button {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    padding-top: 3.7333333333vw;
    padding-bottom: 3.7333333333vw;
    width: 84vw;
  }
}
@media screen and (max-width: 768px) {
  #main .point_btn .button::after {
    right: 8vw;
  }
}
#main .using_points {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #main .using_points {
    margin-bottom: 18.6666666667vw;
  }
}
#main .using_points .using_point_box .content_sub-title {
  background-color: #000;
}
#main .using_points .using_point_box .point_box {
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #main .using_points .using_point_box .point_box {
    padding: 0;
  }
}
#main .using_points .using_point_box:first-of-type .point_box {
  padding: 30px 81px;
}
@media screen and (max-width: 1330px) {
  #main .using_points .using_point_box:first-of-type .point_box {
    padding: 2.2556390977vw 6.0902255639vw;
  }
}
@media screen and (max-width: 768px) {
  #main .using_points .using_point_box:first-of-type .point_box {
    padding: 0;
  }
}
#main .using_points .using_point_box:nth-child(2) .point_box {
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  #main .using_points .using_point_box:nth-child(2) .point_box {
    padding: 0;
  }
}
#main .using_points .using_point_box:nth-child(2) .point_box img {
  width: 626px;
}
@media screen and (max-width: 1080px) {
  #main .using_points .using_point_box:nth-child(2) .point_box img {
    width: 57.962962963vw;
  }
}
@media screen and (max-width: 768px) {
  #main .using_points .using_point_box:nth-child(2) .point_box img {
    width: 100%;
  }
}
#main .banner_tora .inner {
  width: 762px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 1330px) {
  #main .banner_tora .inner {
    width: 57.2932330827vw;
    margin: 0 auto 6.015037594vw;
  }
}
@media screen and (max-width: 768px) {
  #main .banner_tora .inner {
    width: calc(100% - 20px);
    margin: 0 auto 18.6666666667vw;
  }
}
#main .banner_tora .inner a {
  display: block;
}
#main .step_inner {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #main .step_inner {
    max-width: 94.6666666667vw;
  }
}
#main .step_item:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #main .step_item:not(:last-child) {
    margin-bottom: 2.6666666667vw;
  }
}
#main .step_click-area {
  display: flex;
  background-color: #fff;
  border: solid 2px #1A1311;
  position: relative;
  cursor: pointer;
  width: 100%;
  align-items: stretch;
}
#main .step_click-area::after {
  content: "";
  position: absolute;
  background-image: url(../images/open.svg);
  width: 25px;
  height: 25px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #main .step_click-area::after {
    width: 3.2vw;
    height: 3.2vw;
    right: 3.2vw;
  }
}
#main .step_click-area:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #main .step_click-area:not(:last-child) {
    margin-bottom: 2.6666666667vw;
  }
}
#main .step_click-area.close::after {
  background-image: url(../images/close.svg);
}
#main .step_num {
  background-color: #1A1311;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  padding: 17px 20px 10px 20px;
  width: 100%;
  max-width: 160px;
}
@media screen and (max-width: 768px) {
  #main .step_num {
    padding: 2.1333333333vw 2.6666666667vw 1.3333333333vw 1.8666666667vw;
    max-width: 21.0666666667vw;
  }
}
#main .step_title {
  padding: 17px 50px 15px 20px;
}
@media screen and (max-width: 768px) {
  #main .step_title {
    padding: 1.6vw 9.0666666667vw 2.1333333333vw 2.6666666667vw;
  }
}
#main .step_box {
  background-color: #fff;
  padding: 40px 20px;
  display: none;
}
@media screen and (max-width: 768px) {
  #main .step_box {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
#main .step_box .text:not(:last-child) {
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #main .step_box .text:not(:last-child) {
    padding-bottom: 2.6666666667vw;
  }
}
#main .step_box .text.first {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #main .step_box .text.first {
    padding-bottom: 5.3333333333vw;
  }
}
#main .step_box .text.caution {
  padding: 20px 20px 17px 68px;
  border: solid 2px #dc000c;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #main .step_box .text.caution {
    padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 12.5333333333vw;
    border: solid 0.5333333333vw #dc000c;
    margin-bottom: 5.3333333333vw;
  }
}
#main .step_box .text.caution::before {
  content: "";
  display: block;
  position: absolute;
  top: 24px;
  left: 20px;
  width: 30px;
  height: 26px;
  background-image: url(../images/caution.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #main .step_box .text.caution::before {
    top: 2.6666666667vw;
    left: 2.6666666667vw;
    width: 8vw;
    height: 6.4vw;
  }
}
#main .step_box-inner {
  max-width: 1000px;
  margin: 0 auto;
}
#main .step_box-inner:first-child {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1050px) {
  #main .step_box-inner:first-child {
    flex-direction: column;
  }
}
#main .step_right-side {
  max-width: 480px;
  padding-left: 20px;
}
@media screen and (max-width: 1050px) {
  #main .step_right-side {
    max-width: none;
    padding-left: 0;
    padding-top: 6.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #main .step_right-side {
    max-width: none;
    padding-left: 0;
    padding-top: 13.3333333333vw;
  }
}
#main .step_right-side .text_small {
  margin-left: 0;
}
#main .step ol {
  font-size: 2.8rem;
  list-style-type: decimal;
}
#main .step ol li.ol-item {
  padding-left: 0.5em;
}
@media screen and (max-width: 768px) {
  #main .step ol li.ol-item {
    padding-left: 0;
  }
}
#main .step ol li.ol-item.text {
  margin-left: 1.4em;
}
@media screen and (max-width: 768px) {
  #main .step ol li.ol-item.text {
    text-indent: 0;
  }
}
#main .step ol li.ol-item.text::marker {
  font-family: "Montserrat", sans-serif;
}
#main .step ol li.ol-item.text:not(:last-child) {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #main .step ol li.ol-item.text:not(:last-child) {
    padding-bottom: 5.3333333333vw;
  }
}
#main .step ol .overview_item {
  padding-left: 0;
}
#main .step_image {
  max-width: 720px;
  padding-right: 20px;
  margin: 20px auto 0 auto;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #main .step_image {
    max-width: 77.0666666667vw;
    margin: 5.3333333333vw 0 0 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
#main .overview_item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #main .overview_item {
    flex-direction: column;
    align-items: flex-start;
  }
}
#main .overview_item:not(:last-child) {
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #main .overview_item:not(:last-child) {
    padding-bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #main .overview_item:nth-of-type(1) .category {
    max-width: 23.4666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #main .overview_item:nth-of-type(2) .category {
    max-width: 23.4666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #main .overview_item:nth-of-type(3) .category {
    max-width: 32vw;
  }
}
#main .overview_item .text {
  text-indent: 0;
}
#main .trip-bg {
  display: block;
  max-width: 1090px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #main .trip-bg {
    max-width: 80.5333333333vw;
  }
}
#main .movie-wrap {
  width: 500px;
  max-width: 100%;
  aspect-ratio: 112/63;
}
@media screen and (max-width: 1050px) {
  #main .movie-wrap {
    width: 100%;
  }
}
#main .movie-wrap .movie_caption {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #main .movie-wrap .movie_caption {
    font-size: 14px;
  }
}
#main .movie-wrap .movie_caption a {
  position: relative;
  color: #000;
}
#main .movie-wrap .movie_caption a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
}
#main .movie-wrap iframe {
  width: 100%;
  height: 100%;
}
#main .category {
  color: #fff;
  background-color: #1A1311;
  width: 100%;
  max-width: 113px;
  padding: 2px 10px;
  font-weight: 500;
  text-indent: 0;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  #main .category {
    margin-bottom: 2.6666666667vw;
    padding: 0.8vw 4.8vw;
    margin-right: 0;
    max-width: none;
    display: block;
  }
}
#main .banner_list_area .content_inner ul {
  width: 760px;
  margin: 0 auto;
}
@media screen and (max-width: 1330px) {
  #main .banner_list_area .content_inner ul {
    width: 57.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  #main .banner_list_area .content_inner ul {
    width: calc(100% - 20px);
  }
}
#main .banner_list_area .content_inner ul li:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (max-width: 1330px) {
  #main .banner_list_area .content_inner ul li:not(:first-of-type) {
    margin-top: 1.5037593985vw;
  }
}
@media screen and (max-width: 768px) {
  #main .banner_list_area .content_inner ul li:not(:first-of-type) {
    margin-top: 4.2666666667vw;
  }
}
#main .banner_list_area .content_inner ul li a {
  display: block;
}
#main footer {
  background-color: #dc000c;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  #main footer {
    padding: 16vw 0;
  }
}
#main footer .link_share {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  #main footer .link_share {
    gap: 6.4vw;
  }
}
@media screen and (max-width: 768px) {
  #main footer .link_share img {
    width: 12.8vw;
  }
}/*# sourceMappingURL=style.css.map */