@charset "UTF-8";
/*--------------------
00.基本設定
01.mv
02.guide
03.beyond
--------------------*/
/*----------
00.基本設定
----------*/
:root {
  /* color */
  --color-font: #393838;
  --color-link: #a16938;
  --color-station: #000;
  /* --color-title: #aec5c2c7; */
  --color-title: #83a5a9;
  --color-primary: #7bab6d;
  --color-secondary: #C3DABC;
  --color-bg: #F8F6E7;
  --color-eki: #F25922;
  --color-chikaku: #7FA646;
  --color-beyond: #4EB29C;
}
[data-inview="fade"] {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(.39, .575, .565, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
[data-inview="fade"]._inview {
  opacity: 1;
}
[data-inview="fadeup"] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s cubic-bezier(.39, .575, .565, 1), transform 0.8s cubic-bezier(.215, .61, .355, 1), -webkit-transform 0.8s cubic-bezier(.215, .61, .355, 1);
}
[data-inview="fadeup"]._inview {
  opacity: 1;
  transform: translateY(0px);
}
[data-inview="faderight"] {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.6s cubic-bezier(.39, .575, .565, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
[data-inview="faderight"]._inview {
  opacity: 1;
  transform: translateX(0px);
}
[data-inview="fadeleft"] {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.6s cubic-bezier(.39, .575, .565, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
[data-inview="fadeleft"]._inview {
  opacity: 1;
  transform: translateX(0px);
}
.delay-01s {
  transition-delay: 0.1s;
}
.delay-02s {
  transition-delay: 0.2s;
}
.delay-03s {
  transition-delay: 0.3s;
}
.delay-04s {
  transition-delay: 0.4s;
}
.delay-05s {
  transition-delay: 0.5s;
}
.delay-06s {
  transition-delay: 0.6s;
}
.delay-07s {
  transition-delay: 0.7s;
}
.delay-08s {
  transition-delay: 0.8s;
}
.delay-10s {
  transition-delay: 1.0s;
}

.btc-content {
  background: var(--color-bg) url(../img/bentencho/bg_paper.jpg) left top repeat;
  color: var(--color-font);
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.78;
  letter-spacing: 0.1em;
}
.btc-section {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.deco {
  height: auto;
  position: absolute;
}
.-stroke {
  filter: drop-shadow(0 2px 2px rgba(113,113,110,0.5));
}
/* 01.mv
----------------*/
.btcMv {
  padding-top: 2em;
}
.btcMv_inner {
  position: relative;
  z-index: 1;
}
.btcMv_title {
  color: var(--color-title);
  font-size: clamp(6em,9vw,8em);
  font-family: "Delicious Handrawn", cursive;
  font-weight: 400;
  font-style: normal;
  line-height: 1.1;
  margin: 0 auto;
  max-width: 2000px;
  position: relative;
  text-align: center;
  width: 90%;
  z-index: 2;
}
.btcMv_text {
  background: url(../img/bentencho/mv_text_bg.svg) center center / 85% 100% no-repeat;
  font-size: clamp(1.3em,2.3vw,1.8rem);
  font-weight: bold;
  line-height: normal;
  left: 50%;
  margin: 0em auto 0 -38%;
  max-width: 600px;
  padding: 2em 0;
  position: absolute;
  width: 60%;
  z-index: 1;
}
.btcMv_text img {
  transform: rotate(-6deg);
}
.btcMv_map {
  display: block;
  margin: -3vw auto 0;
  max-width: 1200px;
  position: relative;
  width: 90%;
  z-index: 1;
}

/* 02.guide
----------------*/
.btcGuide {
  margin: 0 auto;
  max-width: 1280px;
  padding-bottom: 3em;
  padding-top: 2em;
  position: relative;
}
.btcGuide_lead {
  font-size: clamp(1.6em,2.2vw,1.8rem);
  border-radius: 14% 20% 5% 7%;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin: 0 auto 2.5em;
  max-width: 715px;
  position: relative;
  text-align: center;
  width: 100%;
}
.btcGuide_lead .masking-tape {
  background-color: rgb(219 213 126 / 70%);
  top: 0;
  z-index: 2;
}
.btcGuide_lead-text {
  position: relative;
  z-index: 2;
}
.txt_underline {
  background-repeat: repeat-x;
  background-size: 0.6em 0.2em, 1.6em 0.2em, 3.4em 0.2em, 3.6em 0.2em;
  background-position: right bottom;
  background-image: radial-gradient(0.2em 0.1em at center center, rgba(255, 156, 63, 1), rgba(255, 156, 63, 0)), radial-gradient(0.4em 0.1em at center center, rgba(255, 156, 63, 1), rgba(255, 156, 63, 0)), radial-gradient(0.7em 0.1em at center center, rgba(255, 156, 63, 1), rgba(255, 156, 63, 0)), radial-gradient(7.1em 0.1em at center center, rgba(255, 156, 63, 1), rgba(255, 156, 63, 0));
  display: inline-block;
  height: 6px;
  position: absolute;
  right: 3%;
  top: 42%;
  width: 67%;
  z-index: 2;
}
.btcGuide_notelist {
  align-items: center;
  display: flex;
  font-size: 0.8em;
  justify-content: flex-end;
  margin-bottom: 2em;
}
.btcGuide_notelist li {
  margin-left: 1em;
}
.btcGuide_notelist .maru {
  align-items: center;
  background-color: var(--color-font);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-weight: bold;
  justify-content: center;
  height: 2.5em;
  margin-right: 0.2em;
  padding-left: 0.1em;
  text-align: center;
  vertical-align: middle;
  width: 2.5em;
}
.btcGuide_notelist .maru.-eki {
  background-color: var(--color-eki);
}
.btcGuide_notelist .maru.-eki img {
  height: auto;
  width: 20px;
}
.btcGuide_notelist .maru.-chikaku {
  background-color: var(--color-chikaku);
  color: var(--color-font);
  padding-left: 0;
  padding-top: 0.1em;
}
.btcGuide_notelist .maru.-chikaku img {
  height: auto;
  width: 20px;
}
.btcGuide_list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  width: 100%;
  z-index: 2;
}
.btcGuideItem {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 2.5em auto 0;
  width: 47%;
}
.masking-tape.red {
  background-color: rgba(216, 153, 146, 0.7);
}
.masking-tape.yellow {
  background-color: rgba(219, 194, 126, 0.7);
}
.masking-tape.blue {
  background-color: rgba(155, 188, 181, 0.7);
}
.masking-tape {
  /* background-image: 
    linear-gradient(-45deg, rgba(227,155,140,.4) 25%, 
    transparent 25%, 
    transparent 50%, 
    rgba(227,155,140,.4) 50%, 
    rgba(227,155,140,.4) 75%, 
    transparent 75%, 
    transparent 100%); */
  background-color: rgba(189, 176, 144, 0.7);
  background-size: 20px 20px;
  border-left:2px dotted rgba(113,113,110,.1);
  border-right:2px dotted rgba(113,113,110,.1);
  box-shadow:0 0 5px rgba(113,113,110,.2);
  color: #65513f;
  left: 0;
  margin: 0 auto;
  height:30px;
  padding: 0.25em 2em;
  position: absolute;
  right: 0;
  top: -1em;
  transform: skew(-19deg, 0deg);
  width:135px;
}
.btcGuideItem_photo {
  position: relative;
  z-index: 1;
}
.btcGuideItem_photo .frame {
  display: block;
  background: #fff;
  box-shadow: 0 6px 7px #71716ea6;
  display: block;
  max-width: 450px;
  margin: 1em auto;
  /* padding: 10px 10px 40px;  */
  padding: 10px 10px 10px; 
  position: relative;
  text-align: center;
  width: 90%;
}
.btcGuideItem_photo img {
  height: auto;
  display: block;
  width: 100%;
}
.btcGuideItem_photo.-rotate .frame {
  max-width: 485px;
  transform: rotate(-10deg);
  transform-origin: left bottom;
  width: 100%;
}
.btcGuideItem_detail {
  padding: 0.7em 1em;
  position: relative;
  z-index: 2;
}
.btcGuideItem_detail-title {
  font-size: 1.1em;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 0.5em;
  padding-left: 3.5em;
}
.btcGuideItem_detail-title a {
  color: var(--color-link);
  text-decoration: underline;
}
@media (hover:hover) {
  .btcGuideItem_detail-title a:hover {
    text-decoration: none;
  }
}
.btcGuideItem_detail-icon {
  align-items: center;
  background-color: var(--color-font);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  font-size: 2.6rem;
  height: 1.8em;
  left: 0;
  margin-right: 0.2em;
  padding-left: 0.1em;
  position: absolute;
  text-align: center;
  top: 0;
  width: 1.8em;
}
.btcGuideItem_detail-icon.-eki {
  background-color: var(--color-eki);
}
.btcGuideItem_detail-icon.-chikaku {
  background-color: var(--color-chikaku);
  color: var(--color-font);
  padding-left: 0;
  padding-top: 0.1em;
}
.btcGuideItem_detail-icon img {
  height: auto;
  width: 67%;
}
.btcGuideItem_detail-icon .number {
  align-items: center;
  background-color: #fff;
  border: 4px solid var(--color-eki);
  border-radius: 50%;
  color: var(--color-font);
  display: inline-flex;
  font-family: "Yusei Magic", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  height: 1.6em;
  justify-content: center;
  margin-right: 0.2em;
  padding-left: 0.1em;
  position: absolute;
  right: -15px;
  text-align: center;
  top: -12px;
  width: 1.6em;
}
.btcGuideItem_detail-icon.-chikaku .number {
  border-color: var(--color-chikaku);
}
.text-station {
  color: var(--color-station);
  display: inline-block;
}
.btcGuideItem.item02 {
  margin-top: 8.5em;
}
.btcGuideItem.item03 {
  width: 100%;
}
.btcGuideItem.item03 .btcGuideItem_photo {
  margin-top: -3em;
  width: 50%;
}
.btcGuideItem.item03 .btcGuideItem_photo .frame {
  margin: 0.5em 0;
  max-width: 400px;
  width: 75%;
}
.btcGuideItem.item03 .btcGuideItem_photo .frame + .frame {
  margin-left: auto;
  margin-top: 1.5em;
}
.btcGuideItem.item03 .btcGuideItem_detail {
  margin-top: 6em;
  width: 45%;
}
.btcGuideItem.item04 {
  margin-top: 3em;
}
.btcGuideItem.item05 {
  margin-top: 9em;
}
.btcGuideItem.item05 .btcGuideItem_photo .frame {
  transform-origin: left top;
}
.deco.-pen {
  width: 151px;
  right: -1%;
  bottom: -29%;
  z-index: 2;
}
.deco.-trunk {
  width: 110px;
  left: -22%;
  transform: rotate(-15deg);
  bottom: -15%;
  z-index: 2;
}
.deco.-line {
  bottom: 60%;
  left: 50%;
  transform: rotate(-18deg) translateX(-53%);
  margin: 0 auto;
  max-width: 2000px;
  right: 0;
  width: 103vw;
  z-index: 1;
}
.deco.-onsen {
  width: 115px;
  top: -27%;
  transform: rotate(12deg);
  right: 3%;
  z-index: 1;
}
.deco.-hairsalon {
  width: 90px;
  right: 7%;
  top: -32%;
  transform: rotate(-19deg);
}
.deco.-cake {
  width: 96px;
  bottom: 33%;
  left: -39%;
  transform: rotate(-5deg);
}
.deco.-eat {
  max-width: 90px;
  width: 90px;
  top: 10%;
  right: -27%;
  transform: rotate(9deg);
}
.deco.-wine {
  width: 47px;
  right: 2%;
  top: -31%;
  /* transform: rotate(21deg); */
}
.deco.-sing {
  left: -29%;
  bottom: 47%;
  transform: rotate(-50deg);
  max-width: 75px;
  width: 75px;
  z-index: 2;
}
.deco.-walking {
  bottom: -52%;
  left: -64%;
  max-width: 135px;
  width: 135px;
  z-index: 2;
}
.deco.-baseball {
  right: -13%;
  top: -26%;
  transform: rotate(-1deg);
  max-width: 83px;
  width: 83px;
  z-index: 2;
}
.deco.-train {
  filter: drop-shadow(0 3px 2px #777);
  max-width: 280px;
  width: 280px;
  right: 0;
  top: -3%;
}

/* 03.beyond
----------------*/
.btcBeyond {
  padding-bottom: 5em;
}
.btcBeyond_inner {
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
}
.btcBeyond_title {
  color: var(--color-beyond);
  font-size: 5em;
  font-weight: bold;
  font-family: "Delicious Handrawn", cursive;
}
.btcBeyond_title-line {
  display: block;
  line-height: 1.1;
  padding-bottom: 0.4em;
  padding-right: 0.5em;
  position: relative;
  width: fit-content;
}
.btcBeyond_title-line .wave {
  bottom: 0;
  left: 100%;
  margin: auto;
  top: 0;
  position: absolute;
  width: 100vw;
}
.btcBeyond_title-line:after {
  bottom: 0;
  /* border-bottom: 2px dashed var(--color-font); */
  content: '';
  height: 1px;
  left: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  width: 100vw;
}
.btcBeyond_item {
  margin-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.btcBeyond_item-title {
  align-items: center;
  font-weight: bold;
  font-size: 1.1em;
  display: flex;
  letter-spacing: 0;
  padding: 0.5em 0 1em 1em;
  position: relative;
  width: 385px;
}
.btcBeyond_item-title:before {
  background-color: var(--color-beyond);
  content: '';
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
  display: block;
  left: 0;
  height: 100%;
  opacity: 0.2;
  position: absolute;
  top: 0;
  width: 425px;
}
.btcBeyond_item-text {
  padding: 0.5em 0 1em;
  position: relative;
  width: calc(100% - 385px);
}

@media only screen and (max-width:750px){
  .btc-content {
    font-size: 16px;
  }
  /* 01.mv
  ----------------*/
  .btcMv_title {
    font-size: min(19vw, 90px);
    line-height: 1;
    max-width: 550px;
  }
  .btcMv_text {
    font-size: clamp(1.1em,2vw,1.6rem);
    left: 0;
    margin: .5em auto 0 0.5em;
    max-width: 450px;
    width: 72%;
  }
  .btcMv_inner {
    padding-top: 50px;
  }
  .btcMv_map {
    margin-top: 3em;
  }
  /* 03.guide
  ----------------*/
  .btcGuide {
    padding-top: 4em;
  }
  .btcGuide_lead {
    max-width: 560px;
  }
  .btcGuide_lead .masking-tape {
    top: -0.5em;
  }
  .btcGuide_list {
    margin-top: 1em;
    width: 100%;
  }
  .btcGuideItem {
    margin-top: 1.5em;
    width: 100%;
  }
  .btcGuideItem_detail {
    max-width: 440px;
    order: 1;
    padding: 0.5em;
  }
  .btcGuideItem_detail-icon {
    font-size: 2rem;
  }
  .btcGuideItem_detail-icon .number {
    font-size: 1.1rem;
  }
  .btcGuideItem_detail-title {
    margin-bottom: 1em;
    padding-left: 3.5em;
  }
  .btcGuideItem.item01 {
    margin-top: 5em;
  }
  .btcGuideItem.item02 {
    margin-top: 4em;
  }
  .btcGuideItem.item03 .btcGuideItem_photo {
    margin: 1em 0;
    width: 100%;
  }
  .btcGuideItem.item03 .btcGuideItem_detail {
    margin-top: 0;
    width: 100%;
  }
  .btcGuideItem.item04 {
    margin-top: 4em;
  }
  .btcGuideItem.item05 {
    margin-top: 4em;
  }
  .deco.-pen {
    width: 25%;
    right: -1%;
    bottom: -20%;
    z-index: 2;
  }
  .deco.-trunk {
    width: 17%;
    left: -2%;
    transform: rotate(-15deg);
    bottom: -100%;
  }
  .deco.-line {
    left: 50%;
    transform: rotate(-16deg) translateX(-53%);
    top: 21%;
    width: 103vw;
    margin: auto;
    right: 0;
    z-index: 1;
  }
  .deco.-onsen {
    width: 23%;
  }
  .deco.-hairsalon {
    width: 15%;
    right: 0%;
    top: -21%;
  }
  .deco.-cake {
    width: 22%;
  }
  .deco.-eat {
    width: 22%;
    top: -6%;
    right: -27%;
    transform: rotate(9deg);
  }
  .deco.-wine {
    width: 9%;
    right: 0;
    top: -12%;
    transform: rotate(17deg);
  }
  .deco.-sing {
    top: -27%;
    left: -2%;
    transform: rotate(-50deg);
    width: 18%;
    z-index: 2;
  }
  .deco.-walking {
    left: 0;
    top: -17%;
    right: auto;
    width: 30%;
    z-index: 2;
  }
  .deco.-baseball {
    right: 11%;
    bottom: -32%;
    transform: rotate(-1deg);
    width: 18%;
    z-index: 2;
    top: auto;
  }
  .deco.-train {
    top: 3%;
    width: 42%;
  }
  
  /* 03.beyond
  ----------------*/
  .btcBeyond_title {
    font-size: min(12vw, 3em);
  }
  .btcBeyond_item {
    margin-top: 1em;
  }
  .btcBeyond_item-title {
    font-size: 1.1rem;
    padding: 0.5em 2em 0.5em 0.5em;
    width: fit-content;
  }
  .btcBeyond_item-title:before {
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
    max-width: 100%;
  }
  .btcBeyond_item-text {
    padding: 0.5em;
    width: 100%;
  }
}

/* 04.banner
----------------*/
.bannerArea {
  margin: 3em auto 2em;
  max-width: calc(1100px + 56px);
  padding: 0 28px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.bannerArea_item {
  display: block;
}
.bannerArea_item + .bannerArea_item {
  margin-top: 3em;
}
/* 万博終了後調整 */
.btcMv {
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
}
.btcMv_map_wrap {
  margin: -2vw auto 0;
  max-width: 1200px;
  position: relative;
  width: 90%;
}
.btcMv_text {
  margin: 3% auto 0 -44%;
}
.btcMv_map {
  margin: 0;
  width: 100%;
}
.btcMv_deco {
  /* bottom: 5%;
  right: 33%; */
  bottom: 38%;
  right: 5%;
  max-width: 160px;
  position: absolute;
  width: 13%;
}
.deco.-pen {
  bottom: auto;
  top: 62%;
}
.btcGuide_lead {
  margin: -16% 0 2.5em 7%;
  width: 60%;
}
.deco.-line {
  bottom: 67%;
}
.btcGuide {
  padding-top: 4em;
}
.btcGuide_notelist {
  margin-bottom: 0;
}
.tricks.-after {
  max-width: 860px;
  margin: 1em auto 4em;
  width: 100%;
}
.tricks.-after .tricks_inner {
  padding: 15px;
}
.tricks.-after .tricks_item {
  align-items: center;
  background: none;
  border-radius: 25px;
  border: 5px dashed #F2D780;
  flex-direction: row;
  max-width: 100%;
  width: 100%;
}
.tricks.-after .tricks_item-icon {
  padding-top: 0;
  max-width: 170px;
}
.tricks.-after .tricks_item-icon img {
  width: 100%;
}
.tricks.-after .tricks_item-text {
  background: none;
  padding: 0;
}
@media only screen and (max-width:750px){
  .btc-content {
    font-size: 15px;
  }
  .btcMv_map_wrap {
    margin-top: -10vw;
  }
  .btcMv_text {
    bottom: 0%;
    left: -3%;
    margin: 0 auto;
    width: 75%;
  }
  .deco.-pen {
    bottom: -20%;
    top: auto;
  }
  .btcGuide_lead {
    margin: 10% auto 0;
    width: 80%;
  }
  .tricks.-after {
    margin-bottom: 2em;
  }
  .tricks.-after .tricks_inner {
    border-radius: 25px;
    padding: 10px;
  }
  .tricks.-after .tricks_item {
    flex-direction: column;
    padding: 15px;
  }
  .tricks.-after .tricks_item-icon {
    height: 130px;
  }
  .tricks.-after .tricks_item-icon img {
    height: 100%;
    object-fit: contain;
    width: 100%;
  }
}