@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kurenaido&display=swap");
/* Contents */
:root {
  --color-primary: #fff7cc;
  --color-secondary: #603813; }

* {
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal; }

a {
  text-decoration: none; }

a:hover {
  opacity: 0.5; }

h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  margin: 2rem 0; }
  @media screen and (max-width: 640px) {
    h2 {
      font-size: 1.25rem; } }

.spblock {
  display: none !important; }
  @media screen and (max-width: 640px) {
    .spblock {
      display: block !important; } }

@media screen and (max-width: 640px) {
  .spnone {
    display: none; } }

section {
  margin-bottom: 3rem; }

@media (min-width: 768px) {
  section {
    margin-bottom: 5rem; } }
img {
  object-fit: cover; }

header {
  position: fixed;
  padding: 36px 3%;
  width: 100%;
  /*height:88px;*/
  z-index: 3;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  display: flex;
  justify-content: end; }

@media screen and (max-width: 640px) {
  header {
    padding: 22px 3%; } }
@media screen and (max-width: 320px) {
  header {
    padding: 15px 3%;
    height: 74px; } }
@media (max-width: 768px) {
  h1.top {
    margin: 1.8rem 0 1.0rem; } }
@media screen and (max-width: 640px) {
  h1.top {
    margin: 2.8rem 0 1.5rem; } }

header h1 {
  float: left;
  margin: 0;
  padding: 2px 0;
  /*width:240px;*/
  height: 53px;
  transition: 0.2s; }

@media screen and (max-width: 640px) {
  header h1 {
    height: 44px;
    padding: 10px 0; } }
@media screen and (max-width: 320px) {
  header h1 {
    padding: 12px 0; } }
header h1 img {
  display: block;
  margin: 0 auto;
  /*width:100%;*/
  height: 100%; }

header h1 a {
  transition-duration: 0.3s;
  transition-timing-function: ease-out; }

header h1 a:hover {
  opacity: 0.85; }

header h1 span {
  display: flex;
  height: 100%;
  justify-content: flex-start; }

header h1 span a {
  max-width: 350px; }

@media screen and (max-width: 640px) {
  header h1 span a {
    max-width: 182px; } }
@media screen and (max-width: 320px) {
  header h1 span a {
    max-width: 151px; } }
header h1 span img.bisyoku {
  margin-left: 20px;
  margin-top: -7px;
  height: 50px; }

@media screen and (max-width: 640px) {
  header h1 span img.bisyoku {
    margin-left: 10px;
    height: 38px; } }
@media screen and (max-width: 320px) {
  header h1 span img.bisyoku {
    height: 34px; } }
header h1.kuro {
  display: none; }

header.fixed h1 {
  height: 40px; }

@media screen and (max-width: 640px) {
  header.fixed h1 {
    height: 44px; }

  header.fixed h1 img {
    height: 100%;
    width: auto;
    max-width: none; } }
header.fixed h1.shiro {
  display: none; }

header.fixed h1.kuro {
  display: block; }

header div.language-wrap {
  border: 0;
  position: absolute;
  top: 1.3rem;
  /*top: 1.8rem;*/
  right: calc(3% + 95px);
  margin-right: 1.0rem; }
  @media screen and (max-width: 768px) {
    header div.language-wrap {
      top: -.8rem; } }
  @media screen and (max-width: 640px) {
    header div.language-wrap {
      top: -2.25rem; } }
  header div.language-wrap::after {
    content: "";
    position: absolute;
    top: 11px;
    right: 16px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    transform: rotate(45deg); }
  header div.language-wrap div.gtranslate_wrapper a {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    background: #fff;
    border: 1px solid #000;
    border-radius: 3.0rem;
    padding: .25rem 0;
    min-width: 4.0rem;
    display: inline-block;
    text-align: center; }
  header div.language-wrap div.gtranslate_wrapper a.notranslate {
    background: #fff;
    color: #000; }
  header div.language-wrap div.gtranslate_wrapper a.gt-current-lang {
    background: #000;
    color: #fff; }
  header div.language-wrap select {
    -webkit-appearance: none;
    appearance: none;
    outline: none; }
    header div.language-wrap select option {
      font-family: 'Noto Serif JP', serif;
      font-weight: normal; }
  header div.language-wrap select.gt_selector {
    padding: .35rem 2.0rem .35rem 1.0rem;
    background: #fff;
    border: 1px solid #DBD3D3;
    border-radius: 1.5rem;
    color: #333;
    font-size: .9em;
    font-family: 'Noto Serif JP', serif; }

header div.headermail {
  position: absolute;
  display: block;
  top: 16px;
  /*top: 22px;*/
  right: calc(3% + 52px);
  width: 44px;
  height: 44px;
  border-radius: 22px;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 60%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 60%) no-repeat;
  overflow: hidden;
  z-index: 10; }
  @media screen and (max-width: 768px) {
    header div.headermail {
      top: -.8rem; } }
  @media screen and (max-width: 640px) {
    header div.headermail {
      top: -2.5rem; } }

@media screen and (max-width: 320px) {
  header div.headermail {
    top: 10px;
    /*top: 15px;*/ } }
header div.headermail i {
  color: #fff;
  font-size: 22px;
  line-height: 44px; }

header div.headermail:before {
  content: "";
  position: absolute;
  top: 23px;
  left: -18px;
  width: 60px;
  height: 60px;
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%); }

header div.headermail:hover {
  background: #ff5860; }

header div.headermail:hover ul {
  display: block;
  margin-top: 54px;
  transition-duration: 0.4s;
  transition-timing-function: ease-out; }

/*nav-trigger*/
.nav-trigger {
  position: fixed;
  display: inline-block;
  top: 16px;
  /*top: 22px;*/
  right: 3%;
  height: 44px;
  width: 44px;
  z-index: 10;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  border-radius: 50%;
  border: 1px solid #b3b3b3; }

@media screen and (max-width: 640px) {
  .nav-trigger {
    top: 5px;
    /*top: 15px;*/ } }
.nav-trigger .icon {
  /* icon created in CSS */
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  width: 18px;
  height: 3px;
  background: #5939d8;
  background: linear-gradient(96deg, #5939d8 0%, #a90d79 100%);
  z-index: 11; }

.nav-trigger .icon::before,
.nav-trigger .icon:after {
  /* upper and lower lines of the menu icon */
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #5939d8;
  background: linear-gradient(96deg, #5939d8 0%, #a90d79 100%);
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* apply transition to transform property */
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s; }

.nav-trigger .icon::before {
  -webkit-transform: translateY(-6px) rotate(0deg);
  -moz-transform: translateY(-6px) rotate(0deg);
  -ms-transform: translateY(-6px) rotate(0deg);
  -o-transform: translateY(-6px) rotate(0deg);
  transform: translateY(-6px) rotate(0deg);
  content: ""; }

.nav-trigger .icon::after {
  -webkit-transform: translateY(6px) rotate(0deg);
  -moz-transform: translateY(6px) rotate(0deg);
  -ms-transform: translateY(6px) rotate(0deg);
  -o-transform: translateY(6px) rotate(0deg);
  transform: translateY(6px) rotate(0deg);
  content: ""; }

.nav-trigger::before,
.nav-trigger::after {
  /* 2 rounded colored backgrounds for the menu icon */
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform; }

.nav-trigger::before {
  background-color: #fff;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
  content: ""; }

.nav-trigger:hover::before {
  background-color: #efefef; }

.nav-trigger::after {
  background-color: #eee;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  content: ""; }

.nav-trigger:hover::after {
  background-color: #ddd; }

.nav-trigger.close-nav {
  border: 0; }

.nav-trigger.close-nav::before {
  /* user clicks on the .nav-trigger element - 1st rounded background disappears */
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  content: ""; }

.nav-trigger.close-nav::after {
  /* user clicks on the .nav-trigger element - 2nd rounded background appears */
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
  content: ""; }

.nav-trigger.close-nav .icon {
  /* user clicks on the .nav-trigger element - transform the icon */
  background: rgba(255, 255, 255, 0); }

.nav-trigger.close-nav .icon::before,
.nav-trigger.close-nav .icon::after {
  background: #5939d8;
  background: linear-gradient(96deg, #5939d8 0%, #a90d79 100%); }

.nav-trigger.close-nav .icon::before {
  -webkit-transform: translateY(0) rotate(45deg);
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -o-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
  content: ""; }

.nav-trigger.close-nav .icon::after {
  -webkit-transform: translateY(0) rotate(-45deg);
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -o-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
  content: ""; }

.primary-nav {
  /* by default it's hidden */
  margin: 0;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 80px 5%;
  z-index: 9;
  background-color: var(--color-primary);
  overflow: auto;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.3s;
  -moz-transition: visibility 0s, opacity 0.3s;
  transition: visibility 0s, opacity 0.3s;
  box-sizing: border-box; }

.primary-nav p {
  padding-top: 2em;
  color: #000;
  text-align: center;
  font-size: 0.9em; }

.primary-nav li {
  margin: 0.8em 0;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  display: flex;
  justify-content: center; }
  .primary-nav li div.language-wrap {
    position: absolute; }
    .primary-nav li div.language-wrap::after {
      content: "";
      position: absolute;
      top: 11px;
      right: 16px;
      width: 6px;
      height: 6px;
      border-right: 1px solid #666;
      border-bottom: 1px solid #666;
      transform: rotate(45deg); }
    .primary-nav li div.language-wrap div.gtranslate_wrapper a {
      font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
      background: #fff;
      border: 1px solid #000;
      border-radius: 3.0rem;
      padding: .25rem 0;
      min-width: 4.0rem;
      display: inline-block;
      text-align: center;
      font-size: 1.0rem; }
    .primary-nav li div.language-wrap div.gtranslate_wrapper a.notranslate {
      background: #fff;
      color: #000; }
    .primary-nav li div.language-wrap div.gtranslate_wrapper a.gt-current-lang {
      background: #000;
      color: #fff; }
    .primary-nav li div.language-wrap select {
      -webkit-appearance: none;
      appearance: none;
      outline: none; }
      .primary-nav li div.language-wrap select option {
        font-family: 'Noto Serif JP', serif;
        font-weight: normal; }
    .primary-nav li div.language-wrap select.gt_selector {
      padding: .35rem 2.0rem .35rem 1.0rem;
      background: #fff;
      border: 1px solid #DBD3D3;
      border-radius: 1.5rem;
      color: #333;
      font-size: .9em;
      font-family: 'Noto Serif JP', serif; }

.primary-nav a {
  color: #000;
  font-size: 18px;
  font-size: 1.3em;
  line-height: 1.1em;
  background: #fff;
  display: inline-block;
  padding: 5px 8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
  font-weight: bold; }

.primary-nav a:hover {
  color: #999;
  text-decoration: none; }

.primary-nav a img {
  display: inline;
  max-width: 200px; }

.no-touch .primary-nav a:hover {
  color: #f2f597; }

.primary-nav.fade-in {
  /* navigation visible at the end of the circle animation */
  visibility: visible;
  opacity: 1; }

@media screen and (max-width: 1350px) {
  .primary-nav {
    padding: 50px 5%; } }
@media screen and (max-width: 640px) {
  .primary-nav {
    top: -16px; }

  .primary-nav p {
    padding-top: 0.5em;
    font-size: 0.75em; }

  .primary-nav li {
    margin: 0.5em 0;
    line-height: 1.6; }

  .primary-nav a {
    font-size: 1em; } }
.overlay-nav,
.overlay-content {
  /* containers of the 2 main rounded backgrounds - these containers are used to position the rounded bgs behind the menu icon */
  z-index: 6;
  position: fixed;
  top: 18px;
  right: 5%;
  height: 4px;
  width: 4px;
  -webkit-transform: translateX(-20px) translateY(20px);
  -moz-transform: translateX(-20px) translateY(20px);
  -ms-transform: translateX(-20px) translateY(20px);
  -o-transform: translateX(-20px) translateY(20px);
  transform: translateX(-20px) translateY(20px); }

.overlay-nav span,
.overlay-content span {
  background-color: var(--color-primary);
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }

.overlay-nav.is-hidden,
.is-hidden.overlay-content {
  /* background fades out at the end of the animation */
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s; }

.overlay-content {
  z-index: 9; }

.overlay-content span {
  background-color: #fff; }

/* Adjustment for instagram logo and header */
.headermail i {
  position: relative;
  left: 50%;
  transform: translateX(-50%); }

.header {
  box-sizing: border-box; }

/* Home Page Styles */
/* Swiper pagination adjustments */
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  border: 1px solid #000;
  opacity: 1; }

.swiper-pagination-bullet-active {
  background: var(--color-primary); }

.swiper-container-horizontal > .swiper-pagination-bullets {
  /*top: calc(60vh - 50px);*/
  /*margin: 0 1rem;*/
  text-align: right;
  padding-right: 2.0rem;
  bottom: 0; }

@media (min-width: 768px) {
  .swiper-container-horizontal > .swiper-pagination-bullets {
    /*left: 92%;*/
    /*left: 88%;*/
    top: unset; }

  .swiper-pagination {
    text-align: unset; }

  .swiper-pagination-bullet-active {
    /*background: #000;*/ } }
.col-left {
  padding: 0 1rem;
  flex: 1; }

@media (min-width: 768px) {
  .col-left {
    padding: 0; } }
.topic {
  /*display: flex;*/
  position: relative;
  /*margin-bottom: 2rem;*/
  margin-bottom: 0; }

@media screen and (max-width: 640px) {
  .topic .main .content .text img {
    width: 85%; } }
.main {
  flex: 1; }

.image-wrapper {
  position: relative; }

.image-wrapper p {
  position: absolute;
  color: #fff792;
  font-family: "vdl-penletter", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -2.5rem;
  white-space: nowrap;
  font-size: max(13.33vw, 1.35rem);
  top: 25%;
  left: 50%;
  transform: translate(-50%, -25%) rotate(-7deg);
  -webkit-transform: translate(-50%, -25%) rotate(-7deg);
  -ms-transform: translate(-50%, -25%) rotate(-7deg);
  z-index: 2; }
  .image-wrapper p big {
    font-size: max(18.33vw, 1.85rem); }
  .image-wrapper p span {
    font-size: max(15vw, 1.85rem); }
  @media (max-width: 640px) {
    .image-wrapper p {
      letter-spacing: -.75rem; } }

.image-wrapper img {
  /*  max-width: 103%;*/
  max-width: 100%;
  max-height: 100%; }

.image-wrapper .home_top_read {
  max-width: 100vw;
  padding: 0 1.0rem; }
  @media (max-width: 640px) {
    .image-wrapper .home_top_read {
      margin-top: 1.0rem; } }

.swiper-wrapper img.image-image {
  object-fit: contain; }

.image-image {
  /*min-height: 90vw;*/
  width: 100%; }

.image-image {
  /*min-height: 90vw;*/
  width: 100%; }

.intro .image-image {
  /*height: 60vh;*/
  width: 100%; }

.image-site-title {
  position: absolute;
  top: 30vh;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10; }

.image-title {
  position: relative;
  box-sizing: border-box;
  margin-top: -1.25rem;
  z-index: 8;
  /*width: 95%;
  margin: -1.25rem auto 0;*/ }

.image-title.d-mobile {
  margin-top: -0.25rem; }

.content {
  display: block;
  padding: 2rem; }

.intro .content {
  justify-content: center;
  padding: 3rem 0; }

.intro .text, .content .top-text {
  margin: 0 2rem; }

.text {
  margin-bottom: 2rem; }

.content .top-text p {
  font-family: "vdl-penletter", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 1.5rem 0;
  line-height: 1.6;
  letter-spacing: -.05rem;
  font-size: max(1.2vw, 1.25rem); }
  .content .top-text p:first-of-type {
    margin: 0 0 1.5rem; }

.content .text p {
  font-family: "vdl-penletter", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6;
  font-size: max(1.12vw, 1.15rem); }
  .content .text p:first-of-type {
    margin: 0 0 1.5rem; }
  .content .text p:last-of-type {
    margin: 0; }

.d-desktop {
  display: none; }

.d-mobile {
  display: block; }

.item {
  padding: 1.4rem 20px;
  border-bottom: 1px dotted #000;
  line-height: 1.5; }

/*@media (min-width: 768px) {*/
@media (min-width: 640px) {
  .d-desktop {
    display: block; }

  .d-mobile {
    display: none; } }
a.arrow {
  position: relative;
  display: inline-block;
  min-width: 200px;
  height: 1px;
  margin-top: 29px;
  border-radius: 9999px;
  background-color: #000000;
  color: #000; }
  a.arrow span {
    position: absolute;
    top: -2.5rem;
    font-family: "vdl-penletter", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.15rem; }
  a.arrow::before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: 20px;
    height: 1px;
    border-radius: 9999px;
    background-color: #000000;
    transform: rotate(35deg);
    transform-origin: calc(100% - 1px) 50%; }

.link img {
  width: 50%;
  /*margin-top: 1rem;*/
  margin-top: 3rem; }

.button {
  border: 1px solid #b3d9ff;
  background: #b3d9ff;
  padding: 0.75rem;
  /*padding-top: 1.5rem;*/
  padding-top: 3rem; }

.contents-wrapper {
  display: flex; }

.col-right {
  width: 0;
  display: none; }

.sticky-wrapper {
  position: absolute;
  top: 0;
  right: 0; }

.special-contents {
  font-weight: 600;
  letter-spacing: 10px;
  position: sticky;
  top: 90px;
  writing-mode: vertical-lr;
  /*transform: scale(-1);*/
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
  font-size: 1.25rem;
  font-family: Arial, Helvetica, sans-serif; }
  .special-contents span {
    margin-bottom: -0.5em;
    display: block; }

.information {
  display: block;
  padding: 3rem 2rem 5rem 2rem;
  margin-bottom: 3rem;
  background: rgba(234, 233, 230, 0.5); }

.information-bar {
  display: block; }

.information-bar-text {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  margin: 2rem 0; }

.information-bar img {
  max-width: 100%;
  max-height: 400px;
  object-fit: unset;
  display: none; }

.items {
  margin-left: 0; }

.item {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem; }

.item:last-child {
  margin-bottom: 0; }

.item-date {
  white-space: nowrap; }

.item-description {
  /*font-size: 0.75rem;*/ }

.event-movie-access {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  padding: 2rem 2rem 2rem 2rem; }
  @media screen and (max-width: 640px) {
    .event-movie-access {
      margin-bottom: 0; } }

.event-movie-access a {
  opacity: 1; }

div.bnr_btm {
  /*max-width: 710px;*/
  margin: 0 10vw 5rem;
  display: flex;
  justify-content: center; }
  div.bnr_btm a img {
    width: 100%; }

@media screen and (max-width: 640px) {
  div.bnr_btm {
    margin: 0 2rem 3rem;
    display: block; }
    div.bnr_btm a img {
      width: 100%; } }
.ema-item {
  text-align: center;
  position: relative; }

.ema-image-wrapper {
  overflow: hidden;
  /*height: 100%;*/ }

.ema-image {
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  transition: 0.5s all ease-in-out;
  /*height: 100%;*/ }

.ema-image:hover {
  transform: scale(1.2); }

.text-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 8;
  color: #fff;
  width: 100%;
  display: grid;
  justify-content: center; }
  .text-container img {
    width: max(16vw, 15rem);
    /*height: max(13.3vw, 9.75rem);*/ }
    @media (min-width: 768px) {
      .text-container img {
        width: max(16vw, 10rem); } }

.text-main {
  font-weight: 600;
  font-size: 2.5rem;
  letter-spacing: 8px;
  margin-bottom: 1rem;
  font-family: Arial, Helvetica, sans-serif; }

.text-sub {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 8px; }

.sponsors {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5.0rem; }

.sponsors-row {
  text-align: center; }

ul.bnr_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 2.5rem; }
  @media screen and (max-width: 640px) {
    ul.bnr_box {
      display: block; } }
  ul.bnr_box li {
    display: block;
    justify-content: center;
    text-align: center; }
    @media screen and (max-width: 640px) {
      ul.bnr_box li:last-of-type {
        margin-top: 1.0rem; } }
    ul.bnr_box li img {
      display: inline-block; }
    ul.bnr_box li p {
      color: #204a8a;
      font-size: 1.15rem;
      margin-top: .5rem; }

div.campaign {
  max-width: 1060px;
  margin: 0 auto 0;
  padding: 0 2rem; }
  @media screen and (max-width: 640px) {
    div.campaign {
      padding: 0; } }
  div.campaign img.image-title {
    margin: 0 0 1.5rem;
    padding: 0;
    width: 30vw; }
    @media (max-width: 1200px) {
      div.campaign img.image-title {
        width: 40vw; } }
    @media (max-width: 768px) {
      div.campaign img.image-title {
        width: 70vw; } }
    @media screen and (max-width: 640px) {
      div.campaign img.image-title {
        width: 65vw; } }

div.bnr_wrap {
  /*max-width: 800px;*/
  max-width: 860px;
  margin: 0 auto 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem; }
  div.bnr_wrap div img {
    width: 100%; }
  div.bnr_wrap a img {
    width: 100%; }

@media screen and (max-width: 640px) {
  div.bnr_wrap {
    margin: 0 2rem 3rem;
    display: block; }
    div.bnr_wrap div :first-of-type, div.bnr_wrap a :first-of-type {
      margin-bottom: 1rem; }
    div.bnr_wrap div img, div.bnr_wrap a img {
      width: 100%; } }
@media (min-width: 768px) {
  .sponsors-row {
    display: flex;
    gap: 1rem; }

  .sponsors-row:last-child .sponsor img {
    border: 1px solid #999;
    margin-bottom: 3rem;
    width: 260px; } }
.sponsor img {
  width: 70vw;
  /*margin-bottom: 0.5rem;*/
  margin-bottom: 2rem; }

.sponsors-row {
  display: block;
  gap: 1rem; }

.sponsors-row:last-child .sponsor img {
  border: 1px solid #999;
  margin-bottom: 1rem; }

.sponsors-row ul.bnr_wrap li {
  display: inline-block;
  margin: 0 .5rem; }
  @media screen and (max-width: 640px) {
    .sponsors-row ul.bnr_wrap li {
      display: block;
      margin: 0; } }

@media screen and (max-width: 640px) {
  .pcblock {
    display: none !important; } }

/*.mdnone {
	
	@include mq(md) {
		display:none;
	}
}*/
.spblock {
  display: none !important; }
  @media screen and (max-width: 640px) {
    .spblock {
      display: block !important; } }

.copyright {
  margin: 2rem 0;
  text-align: center;
  font-size: 0.9rem; }

/* Mobile */
@media (min-width: 1200px) {
  .image-wrapper .home_top_read {
    /*max-width: 100%;*/
    max-width: 1060px !important;
    margin: -2rem auto 0 !important;
    padding: 0 2rem !important; }

  .information {
    padding: 5rem 20vw; }

  .event-movie-access {
    gap: 0; }

  .text-sub {
    white-space: nowrap; } }
@media (min-width: 768px) {
  .intro .image-image {
    /*height: 90vh;*/
    width: 100%; }

  .image-image {
    min-height: auto;
    width: 100%; }

  .image-title {
    padding: 0 5rem;
    box-sizing: border-box;
    margin-top: -1.5rem;
    position: relative; }

  .image-wrapper .home_top_read {
    /*max-width: 100%;*/
    max-width: 90vw;
    margin-left: 0;
    padding: 0 3.75rem; }

  .image-site-title {
    position: absolute;
    top: 45vh;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10; }

  .intro .text {
    width: 60%;
    margin: 0; }

  .intro .content {
    justify-content: center;
    padding: 3.75rem 0 3.75rem 0;
    /*padding: 5rem 0 5rem 0;*/ }

  .special-contents-text {
    display: none; }

  .col-right {
    width: 10rem;
    position: relative;
    text-align: center;
    display: block; }

  .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0 5rem 5rem; }

  .text {
    /*width: 40%;*/
    margin-bottom: 0; }
    .text.tourism-text {
      width: 34%; }
    .text.onsen-text {
      width: 27.5%; }
    .text.taste-text {
      width: 28%; }
    .text.ski-text {
      width: 35%; }

  .link {
    width: 15%; }

  .link img {
    width: auto;
    margin-top: 0; }

  .topic {
    margin-bottom: 0; }

  .information {
    padding: 5rem 10vw;
    margin-bottom: 5rem;
    margin-top: 5rem;
    display: flex;
    justify-content: space-between;
    background: unset; }

  .information-bar {
    flex: 1 0 auto;
    display: flex; }

  .information-bar-text {
    display: none; }

  .information-bar img {
    display: inline-block; }

  .items {
    margin-left: 8rem;
    width: 100%; }

  .item {
    flex-wrap: nowrap;
    gap: 3rem; }

  .item-description {
    font-size: 1rem; }

  .event-movie-access {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    /*padding: 0 10vw 5rem 10vw;*/
    padding: 0 10vw 0 10vw;
    gap: 2rem;
    margin-bottom: 2.0rem; }

  .text-container {
    width: auto; }

  .sponsor img {
    width: auto;
    margin-bottom: 5rem; }

  .copyright {
    font-size: 1rem; } }
@media screen and (max-width: 1366px) {
  .text.tourism-text {
    /*width: 51%;*/ }
  .text.onsen-text {
    /*width: 41.25%;*/ }
  .text.taste-text {
    /*width: 42%;*/ }
  .text.ski-text {
    /*width: 52.5%;*/ } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .intro .text, .intro .top-text {
    width: calc(100% - 10rem); }

  a.arrow {
    min-width: 140px;
    margin-top: 29px;
    margin-left: 2.0rem; }
    a.arrow span {
      top: -1.25rem;
      font-size: .85rem; }
    a.arrow::before {
      width: 14px; }

  .text.tourism-text {
    width: 68%; }
  .text.onsen-text {
    width: 55%; }
  .text.taste-text {
    width: 56%; }
  .text.ski-text {
    width: 70%; } }
@media screen and (max-width: 640px) {
  .tourism .main .content, .hot-springs .main .content, .taste .main .content, .ski .main .content {
    padding: 2rem 15px; }
    .tourism .main .content .text img, .hot-springs .main .content .text img, .taste .main .content .text img, .ski .main .content .text img {
      width: 100%; }
    .tourism .main .content .text.tourism-text, .hot-springs .main .content .text.tourism-text, .taste .main .content .text.tourism-text, .ski .main .content .text.tourism-text {
      width: 90%; }
    .tourism .main .content .text.onsen-text, .hot-springs .main .content .text.onsen-text, .taste .main .content .text.onsen-text, .ski .main .content .text.onsen-text {
      width: 90%; }
    .tourism .main .content .text.taste-text, .hot-springs .main .content .text.taste-text, .taste .main .content .text.taste-text, .ski .main .content .text.taste-text {
      width: 90%; }
    .tourism .main .content .text.ski-text, .hot-springs .main .content .text.ski-text, .taste .main .content .text.ski-text, .ski .main .content .text.ski-text {
      width: 90%; }

  .ema-image {
    object-fit: none; }

  a.arrow {
    margin-top: 2.5rem;
    margin-left: 0; } }
