
/* 


font-family: "Lexend Deca", sans-serif;
font-family: "Hurricane", cursive;
font-family: "Zen Kaku Gothic New", sans-serif;


*/
.footer {
  z-index: 1000;
}

.header {
  z-index: 1000;
}

main {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
}

.wrapper {
  @media (width < 896px) {
    padding-bottom: 80px;
  }
}



/* utilities
------------------------------------*/
.newline {
  display: inline-block;
}

.w_large {
  width: calc(100% - 40px);
  max-width: 1660px;
  margin: auto;
  container-type: inline-size;
}

.w_mid {
  width: calc(100% - 40px);
  max-width: 1330px;
  margin: auto;
  container-type: inline-size;
}

.w_wide {
  width: calc(100% - 40px);
  max-width: 1490px;
  margin: auto;
  container-type: inline-size;
}

.w_narrow {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: auto;
  container-type: inline-size;
  position: relative;
}

.w_narrow_nm {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  container-type: inline-size;
}

.w_min280 {
  min-width: 320px;
}

.pt190cqw_1490 {
  padding-top: 12.75cqw!important;
}

.pt120cqw_1490 {
  padding-top: 8cqw!important;
}

.pt60cqw_1490 {
  padding-top:4cqw!important;
  @media (width < 480px) {
    padding-top: 40px!important;
  }
}

.pt80cqw_1200 {
  padding-top: 6.6cqw!important;
  @media (width < 480px) {
    padding-top: 60px!important;
  }
}

.pt120cqw_1200 {
  padding-top: 10cqw!important;
  @media (width < 480px) {
    padding-top: 100px!important;
  }
}


.pt100cqw_1330 {
  padding-top: 7.5cqw!important;
  @media (width < 480px) {
    padding-top: 40px!important;
  }
}

.mt190cqw_1490 {
  margin-top: 12.75cqw;
}

.mt80cqw_1490 {
  margin-top: 5.37cqw;
  @media (width < 480px) {
    margin-top: 40px;
  }
}

.mt220vw {
  margin-top: 11.45vw;
}

.mt170vw {
  margin-top: 8.85vw;
}

.mt76vw {
  margin-top: 4vw;
}

.mt50cqw_1200 {
  margin-top: 4cqw;
  @media (width < 480px) {
    margin-top: 30px;
  }
}

.mt60cqw_1200 {
  margin-top: 5cqw;
  @media (width < 480px) {
    margin-top: 30px;
  }
}


/* elements
------------------------------------*/
.area_title {
  position: relative;
  margin-top: 3vw;
  padding: 0 20px;
  @media (width < 480px) {
    margin-top: 30px;
  }
}

.area_title_visual {
  position: relative;
  padding-top: 11.5vw;
  max-width: 1660px;
  margin: auto;
  @media (width < 896px) {
    padding-top: 150px;
  }
  @media (width < 480px) {
    padding-top: 230px;
  }
}

.block_title {
  position: absolute;
  top: 0px;
  right: 6%;
  transform: rotate(-5deg);
  @media (width < 896px) {
    right: 0%;
  }
  @media (width < 480px) {
    right: 3.0%;
  }
}

.block_title_sub {
  background-color: #000;
  color: #FFF;
  font-size: clamp(1.3rem, 0.97vw + 0.936rem, 2.8rem);
  line-height: 1.2em;
  padding: 8px 16px;
  display: inline-block;
  letter-spacing: 0.4em;
  margin-left: -5vw;
  word-break: keep-all;
  overflow-wrap: anywhere;
  @media (width < 896px) {
    margin-left: 0px;
  }
  @media (width < 480px) {
    margin-left: 8px;
  }
}

.block_title_heading {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: end;
  @media (width < 896px) {
    padding-top: 10px;
  }
  @media (width < 480px) {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .title_en {
    font-size: clamp(2.2rem, 3.43vw + 0.914rem, 7.5rem);
    font-family: "Hurricane", cursive;
    line-height: 1.1em;
    @media (width < 480px) {
      font-size: 3.6rem;
    }
  }
}

.box_separate {
  width: 7.8vw;
  aspect-ratio: 1 / 1;
  position: relative;
  &::before,&::after {
    content: "";
    background-color: #000;
    width: 1px;
    height: 11.02vw;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%,0%);
    transform-origin:50% 50% 0;
  }
  &::before {
    transform: rotate(45deg);
  }
  &::after {
    transform: rotate(-45deg);
  }
}

.hd_content {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(1.4rem, 1.42vw + 0.866rem, 3.6rem);
  line-height: 1.4em;
  text-indent: 0.5em;
  @media (width < 480px) {
    padding-top: 16px;
    font-size: 1.6rem;
    text-shadow: 
      0 0 2px #FFF,
      0 0 2px #FFF,
      0 0 4px #FFF,
      0 0 4px #FFF,
      0 0 6px #FFF,
      0 0 6px #FFF;
  }
}

.block_title_txt {
  text-align: center;
  line-height: 1.8em;
  font-size: clamp(1.3rem, 0.71vw + 1.033rem, 2.4rem);
  padding: 2.4vw 0 0;
  text-shadow: 
    0 0 2px #FFF,
    0 0 2px #FFF,
    0 0 4px #FFF,
    0 0 4px #FFF,
    0 0 6px #FFF,
    0 0 6px #FFF;
}

.copy_intro {
  text-align: center;
  padding: 3vw 0 0;
  line-height: 2.4em;
  word-break: keep-all;
  overflow-wrap: anywhere;
  @media (width < 480px) {
    font-size: 1.3rem;
    padding: 30px 0 0;
  }
}


.area_flow {
  text-align: center;
}

.icon_train {
  padding-top: 6vw;
  width: 14vw;
  min-width: 160px;
  margin: auto;
}

.hd_flow {
  font-size: clamp(1.6rem, 1.55vw + 1.017rem, 4rem);
  text-align: center;
  word-break: keep-all;
}

.column_2block {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 5.1cqw;
}

.img_2block {
  overflow: hidden;
  border-radius: 3vw;
}

.hd_rakuraku {
  font-size: clamp(1.6rem, 0.36cqw + 1.465rem, 2rem);
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere;
  position: relative;
  padding-inline: 1.5em;
  display: inline-block;
  &::before,&::after {
    content: "";
    display: block;
    width: 1px;
    height: 3em;
    background-color: #000;
    position: absolute;
  }
  &::before {
    left: 0px;
    top: 50%;
    transform: translateY(-50%) rotate(-25deg);

  }
  &::after {
    right: 0px;
    top: 50%;
    transform: translateY(-50%) rotate(25deg);
  }
}

.hd_rakuraku_down {
  font-size: clamp(1.6rem, 0.36cqw + 1.465rem, 2rem);
  text-align: center;
  word-break: keep-all;
  position: relative;
  padding-inline: 1.5em;
  display: inline-block;
  margin-top: 4cqw;
  &::before,&::after {
    content: "";
    display: block;
    width: 1px;
    height: 3em;
    background-color: #000;
    position: absolute;
  }
  &::before {
    left: 0px;
    top: 50%;
    transform: translateY(-50%) rotate(25deg);

  }
  &::after {
    right: 0px;
    top: 50%;
    transform: translateY(-50%) rotate(-25deg);
  }
}

.block_flow {
  padding-block: 3vw;
  display: grid;
  grid-template-rows: repeat(5,auto);
  justify-items: center;
}

.box_black {
  width: 100%;
  max-width: 390px;
  text-align: center;
  background-color: #000;
  color: #FFF;
  font-size: clamp(1.6rem, 1.79cqw + 0.927rem, 3.6rem);
  line-height: 1em;
  padding: 8px;
}

.box_black_free {
  display: inline-block;
  text-align: center;
  background-color: #000;
  color: #FFF;
  font-size: clamp(1.6rem, 1.79cqw + 0.927rem, 3.6rem);
  line-height: 1.2em;
  font-feature-settings: "halt";
  padding: 8px 16px;
  word-break: keep-all;
}

.time {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 300;
}



.box_arrow {
  height: 20cqw;
  position: relative;
  @media (width < 480px) {
    height: 120px;
  }
  &::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
  &::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-right: #000 solid 1px;
    border-bottom: #000 solid 1px;
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
}

.time_required {
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  padding-left: 30px;
}

.time_required_two {
  white-space: nowrap;
  padding: 10px 5px 10px 10px;
  line-height: 1.4em;
}

.box_goal {
  transform: rotate(-3.0deg);
}

.name_goal {
  font-size: clamp(3.6rem, 11.12cqw + -0.57rem, 16rem);
  font-family: "Hurricane", cursive;
  line-height: 1em;
  margin-bottom: -1vw;
  @media (width < 480px) {
    font-size: 6rem;
  }
}

.txt_hush {
  line-height: 1.4em;
  letter-spacing: 0em;
}

.block_cablecar {
  position: relative;
  width: 100%;
}

.txtbox_cablecar {
  position: absolute;
  left: 0px;
  top: 17.44cqw;
  @media (width < 1060px) {
    position: relative;
    left: auto;
    top: auto;
    max-width: 400px;
    margin: auto;
  }
}

.txt_cablecar {
  font-size: clamp(1.2rem, 0.72cqw + 0.931rem, 2rem);
  line-height: 2.2em;
  position: relative;
  &::before,&::after {
    content: "";
    width: 80%;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 4cqw;
    @media (width < 1060px) {
      width: 1px;
      height: 100%;
      left: auto;
    }
  }
  &::before {
    transform: rotate(16deg);
    top: -2.2cqw;
    @media (width < 1060px) {
      left: 10px;
      top: 50%;
      transform: translateY(-50%) rotate(-25deg);
    }
  }
  &::after {
    transform: rotate(-16deg);
    bottom: -2.2cqw;
    @media (width < 1060px) {
      right: 10px;
      top: 50%;
      bottom: auto;
      transform: translateY(-50%) rotate(25deg);
    }
  }
}


.thumbs_cablecar {
  position: relative;
  width: 100%;
  height: 124.67cqw;
  @media (width < 1060px) {
    margin-top: 30px;
  }
  @media (width < 896px) {
    margin-top: 20px;
  }
}

.img_cc {
  border-radius: 2.4cqw;
  overflow: hidden;
  position: absolute;
}

.cc01 {
  position: relative;
  width: 35.3cqw;
  margin: auto;
}

.cc02 {
  top: 12.75cqw;
  right: 0px;
  width: 28.18cqw;
}

.cc03 {
  top: 42.55cqw;
  left: 0px;
  width: 28.18cqw;
}

.cc04 {
  top: 63.48cqw;
  right: 6.49cqw;
  width: 32.88cqw;
}

.cc05 {
  top: 71.6cqw;
  left: 26.17cqw;
  width: 28.18cqw;
}

.cc06 {
  top: 99cqw;
  left: 0px;
  width: 37.58cqw;
}

.block_swing {
  position: relative;
}

.block_swing_img {
  position: relative;
}

.block_swing_txt {
  position: absolute;
  top: 9cqw;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
  .box_goal {
    display: inline-block;
    text-align: center;
  }
  .name_goal {
    background-color: #FFF;
    display: inline-block;
    padding: 0 2cqw 0 0; 
    @media (width < 480px) {
      font-size: 3.6rem;
    }
  }
  .txt_hush {
    background-color: #FFF;
    display: inline-block;
    margin-top: 3cqw;
    padding: 0.5cqw 1cqw;
    @media (width < 480px) {
      font-size: 1.1rem;
    }
  }
}

.block_swing_flow {
  position: relative;
  margin-top: -1.6vw;
  padding: 0 20px;
  @media (width < 1367px) {
    margin-top: -2vw;
  }
  @media (width < 1025px) {
    margin-top: -3.2vw;
  }
  @media (width < 480px) {
    margin-top: -7vw;
  }
}

.block_topic {
  margin-block: 6vw;
  text-align: left;
  position: relative;
  @media (width < 896px) {
    margin-block: 40px;
  }
}

.bg_diagonal {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  &::before {
    content: "";
    display: block;
    width: 100%;
    height: 150%;
    background-color: #E4D9EC;
    position: absolute;
    top: 0px;
    left: 0px;
    transform: skewY(-5deg) translateY(4.4cqw);
  }
}

.inner_topic {
  padding: 0 5.83cqw 5.83cqw;
  position: relative;
}

.hd_topic {
  font-size: clamp(3.6rem, 11.12cqw + -0.57rem, 16rem);
  font-family: "Hurricane", cursive;
  line-height: 1em;
  margin-bottom: -1vw;
  padding: 10px 10cqw;
  @media (width < 480px) {
    font-size: 8rem;
    padding: 0px 0cqw 10px;
  }
}

.hd_topic_jp {
  font-size: clamp(2rem, 1.21cqw + 1.545rem, 3rem);
  padding-top: 4cqw;
}

.txt_topic {
  padding-top: 16px;
  max-width: 580px;
  word-break: keep-all;
  overflow-wrap: anywhere;
  line-height: 2.2em;
  @media (width < 480px) {
    line-height: 2em;
    word-break: break-all;
    text-align: justify;
  }
}

.txt_topic_ozawa {
  width: 53cqw;
  padding-top: 16px;
  word-break: keep-all;
  overflow-wrap: anywhere;
  line-height: 2.2em;
  @media (width < 896px) {
    width: 100%;
  }
  @media (width < 480px) {
    line-height: 2em;
    word-break: break-all;
    text-align: justify;
  }
}

.img_topics {
  width: 40cqw;
  position: absolute;
  top: 0px;
  right: 5.83cqw;
  @media (width < 1201px) {
    position: relative;
    right: auto;
    padding-top: 4cqw;
    display: grid;
    grid-template-columns: 55% 40%;
    gap: 5%;
    width: 100%;
    align-items: end;
  }
}

.img_topics_ozawa {
  width: 34cqw;
  position: absolute;
  top: 9cqw;
  right: 5.83cqw;
  @media (width < 896px) {
    width: 100%;
    max-width: 400px;
    position: relative;
    top: auto;
    right: auto;
    padding-top: 20px;
    margin: auto;
  }
}

.img_thumb01 {
  width: 32cqw;
  overflow: hidden;
  border-radius: 2cqw;
  margin: 0 auto 0 0;
  @media (width < 1201px) {
    width: 100%;
  }
}

.img_thumb02 {
  width: 20cqw;
  overflow: hidden;
  border-radius: 2cqw;
  margin: 4cqw 0 0 auto;
  @media (width < 1201px) {
    width: 100%;
    margin: 0cqw 0 0 auto;
  }
}

.img_thumb03 {
  width: 38cqw;
  overflow: hidden;
  border-radius: 2cqw;
  margin: 0 auto 0 0;
  @media (width < 1201px) {
    width: 100%;
  }
}

.img_thumb04 {
  width: 24cqw;
  overflow: hidden;
  border-radius: 2cqw;
  margin: 3cqw 0 0 auto;
  @media (width < 1201px) {
    width: 100%;
    margin: 0cqw 0 0 auto;
  }
}

.img_thumb05 {
  width: 100%;
  overflow: hidden;
  border-radius: 2cqw;
  @media (width < 1201px) {
    width: 100%;
  }
}

.box_bubble02 {
  position: absolute;
  top: -10cqw;
  left: 22vw;
  @media (width < 1201px) {
    left: auto;
    right: -15px;
    top: -30px;
  }
  @media (width < 896px) {
    top: 0px;
  }
  .inner_bubble {
    width: 25.25cqw;
    position: relative;
    @media (width < 896px) {
      width: 35cqw;
    }
  }
  .bubble02 {
    position: relative;
  }
  .txt_bubble {
    font-size: clamp(1.6rem, 0.36cqw + 1.465rem, 2rem);
    line-height: 2.0em;
    position: absolute;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    @media (width < 480px) {
      padding: 0 0 0 10px;
      line-height: 1.4em;
      font-size: 1.2rem;
    }
  }
}

.btn_topic {
  text-align: center;
  max-width: 530px;
  padding: 2cqw 0 0;
  @media (width < 1201px) {
    padding: 16px 0 0;
    margin: auto;
  }
  a {
    display: block;
    background-color: #FFF;
    color: #000;
    padding: 20px;
    border-radius: 1.8cqw;
    font-size: clamp(1.6rem, 0.36cqw + 1.465rem, 2rem);
    word-break: keep-all;
    overflow-wrap: anywhere;
    &:hover {
      opacity: 1;
      color: #fc8200;
    }
  }
}

.column_brewery {
  display: grid;
  grid-template-columns: 50% 47%;
  gap: 3%;
  align-items: center;
  @media (width < 896px) {
    display: block;
  }
}

.side_list_brewery {
  text-align: center;
  @media (width < 896px) {
    padding-top: 20px;
  }
}

.btn_brewery {
  text-align: center;
  padding: 2cqw 0 0;
  @media (width < 1201px) {
    padding: 16px 0 0;
    margin: auto;
  }
  a {
    display: block;
    background-color: #FFF;
    color: #000;
    padding: 20px 10px;
    border-radius: 2.6cqw;
    font-size: clamp(1.6rem, 0.36cqw + 1.465rem, 2rem);
    word-break: keep-all;
    overflow-wrap: anywhere;
    &:hover {
      opacity: 1;
      color: #fc8200;
    }
  }
}

.hd_brewery {
  font-size: clamp(1.6rem, 0.36cqw + 1.465rem, 2rem);
  text-align: center;
  word-break: keep-all;
  position: relative;
  padding-inline: 1.5em;
  display: inline-block;
  &::before,&::after {
    content: "";
    display: block;
    width: 1px;
    height: 3em;
    background-color: #000;
    position: absolute;
  }
  &::before {
    left: 0px;
    top: 50%;
    transform: translateY(-50%) rotate(-25deg);

  }
  &::after {
    right: 0px;
    top: 50%;
    transform: translateY(-50%) rotate(25deg);
  }
}

.wine {
  margin-top: 4cqw;
  @media (width < 896px) {
    margin-top: 30px;
  }
}

.block_recommend {
  background-color: #9b8bbf;
  text-align: center;
  padding: 3vw 20px;
  @media (width < 480px) {
    padding: 30px 20px;
  }
}

.btn_recommend {
  padding: 2.7vw 0 0;
  a {
    display: inline-block;
    background-color: #FFF;
    color: #000;
    padding: 1.2vw 3vw;
    border-radius: 1.8cqw;
    font-size: clamp(1.6rem, 0.36cqw + 1.465rem, 2rem);
    word-break: keep-all;
    overflow-wrap: anywhere;
    &:hover {
      opacity: 1;
      color: #fc8200;
    }
    @media (width < 480px) {
      padding: 16px 20px;
    }
  }
}

.hd_osusume {
  font-size: clamp(1.6rem, 0.36cqw + 1.465rem, 2rem);
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere;
  position: relative;
  padding-inline: 1.5em;
  display: inline-block;
  color: #FFF;
  &::before,&::after {
    content: "";
    display: block;
    width: 1px;
    height: 3em;
    background-color: #FFF;
    position: absolute;
  }
  &::before {
    left: 0px;
    top: 50%;
    transform: translateY(-50%) rotate(-25deg);

  }
  &::after {
    right: 0px;
    top: 50%;
    transform: translateY(-50%) rotate(25deg);
  }
}

.block_canyon {
  position: relative;
}

.box_bubble01 {
  position: absolute;
  top: -10cqw;
  right: -7vw;
  @media (width < 1101px) {
    top: -5cqw;
    right: -10px;
  }
  @media (width < 800px) {
    right: auto;
    left: -10px;
  }
  .inner_bubble {
    width: 36.66cqw;
    position: relative;
    @media (width < 1101px) {
      width: 33cqw;
    }
    @media (width < 800px) {
      width: 36cqw;
    }
    @media (width < 612px) {
      width: 190px;
    }
  }
  .bubble01 {
    position: relative;
    @media (width < 800px) {
      transform: scaleX(-1);
    }
  }
  .txt_bubble {
    font-size: clamp(1.2rem, 0.97cqw + 0.836rem, 2rem);
    line-height: 2.0em;
    position: absolute;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 0 10px 0 20px;
    word-break: inherit;
    @media (width < 1025px) {
      line-height: 1.4em;
    }
    @media (width < 896px) {
      font-feature-settings: "plat";
    }
  }
}

.img_block_canyon_large {
  overflow: hidden;
  border-radius: 4cqw;
}

.column_canyon {
  padding: 5cqw 2cqw;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 5cqw;
  align-items: center;
  @media (width < 896px) {
    grid-template-columns: repeat(1,1fr);
  }
}

.txt_canyon {
  font-size: clamp(1.2rem, 0.72cqw + 0.931rem, 2rem);
  line-height: 2.2em;
  position: relative;
  &::before,&::after {
    content: "";
    width: 50%;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 16cqw;
    @media (width < 1060px) {
      width: 1px;
      height: 100%;
      left: auto;
    }
  }
  &::before {
    transform: rotate(16deg);
    top: -2.2cqw;
    @media (width < 1060px) {
      left: 10px;
      top: 50%;
      transform: translateY(-50%) rotate(-25deg);
    }
  }
  &::after {
    transform: rotate(-16deg);
    bottom: -2.2cqw;
    @media (width < 1060px) {
      right: 10px;
      top: 50%;
      bottom: auto;
      transform: translateY(-50%) rotate(25deg);
    }
  }
}

.box_img_round {
  overflow: hidden;
  border-radius: 3cqw;
}

.box_img_round_cam {
  overflow: hidden;
  border-radius: 4cqw;
  aspect-ratio: 3 / 2;
  position: relative;
  width: 80%;
  img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.column_sake {
  display: grid;
  grid-template-columns: 46% 50%;
  gap: 4%;
  padding-top: 4cqw;
  position: relative;
}


.box_bubble03 {
  position: absolute;
  top: 34cqw;
  left: 48cqw;
  @media (width < 800px) {
  }
  .inner_bubble {
    width: 40cqw;
    position: relative;
    @media (width < 1101px) {
    }
    @media (width < 800px) {
      width: 36cqw;
    }
    @media (width < 612px) {
      width: 190px;
    }
  }
  .bubble03 {
    position: relative;
  }
  .txt_bubble {
    font-size: clamp(1.2rem, 0.97cqw + 0.836rem, 2rem);
    line-height: 2.0em;
    position: absolute;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 0 10px 0 20px;
    word-break: inherit;
    @media (width < 1066px) {
      line-height: 1.4em;
      font-feature-settings: "plat";
      letter-spacing: 0em;
    }
    @media (width < 896px) {
    }
  }
}

.img19 {
  max-width: 48.3cqw;
  margin: 4cqw auto 0;
  @media (width < 480px) {
    margin: 30px auto 0;
  }
}

.img_ozawa {
  padding-top: 20px;
}

.column_cafe_img {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 0px;
  container-type: inline-size;
  padding: 3cqw 0 0;
  @media (width < 480px) {
    padding: 30px 0 0;
  }
}

.img_cafe01 {
  width: 39.4cqw;
}

.img_cafe02 {
  width: 31.5cqw;
}

.img_cafe03 {
  width: 40cqw;
  margin: 9.4cqw 0 0 auto;
}

.column_tuktuk {
  display: grid;
  grid-template-columns: 54% 1fr;
  gap: 3%;
  align-items: center;
  @media (width < 1060px) {
    grid-template-columns: 1fr;
  }
}

.side_img_tuktuk {
  order: 1;
  @media (width < 1060px) {
    order: 2;
  }
}

.txtbox_tuktuk {
}

.side_txt_tuktuk {
  order: 2;
  @media (width < 896px) {
    order: 1;
  }
}

.txt_tuktuk {
  font-size: clamp(1.2rem, 0.72cqw + 0.931rem, 2rem);
  line-height: 2.2em;
  position: relative;
  word-break: keep-all;
  overflow-wrap: anywhere;
  &::before,&::after {
    content: "";
    width: 50%;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 4cqw;
    @media (width < 1060px) {
      width: 1px;
      height: 100%;
      left: auto;
    }
  }
  &::before {
    transform: rotate(-16deg);
    top: -4.6cqw;
    @media (width < 1060px) {
      left: 10px;
      top: 50%;
      transform: translateY(-50%) rotate(-25deg);
    }
  }
  &::after {
    transform: rotate(16deg);
    bottom: -4.6cqw;
    @media (width < 1060px) {
      right: 10px;
      top: 50%;
      bottom: auto;
      transform: translateY(-50%) rotate(25deg);
    }
  }
}

.kome_tuktuk {
  display: inline-block;
  text-align: left;
  font-size: 1.3rem;
  padding: 4cqw 0 0 1em;
  letter-spacing: 0em;
  text-indent: -1em;
  @media (width < 480px) {
    padding: 26px 0 0 1em;
  }
}

.img28 {
  width: 45.6cqw;
  margin: 4cqw auto 0;
  @media (width < 480px) {
    margin: 30px auto 0;
  }
}

.column_vertere {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  padding: 7vw 0 0;
}

.column_brew {
  position: relative;
  padding-bottom: 6cqw;
  padding-top: 2cqw;
  @media (width < 480px) {
    padding-top: 30px;
  }
}

.img_vertere01 {
  width: 39.4cqw;
}

.img_vertere02 {
  width: 39.4cqw;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.img_vertere03 {
  width: 39.4cqw;
  margin: 5cqw 0 0 auto;
}

.column_btn {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 4cqw;
  @media (width < 480px) {
    grid-template-columns: repeat(1,1fr);
    gap: 10px;
  }
}

.side_btn {
  .btn_article {
    width: 100%;
    @media (width < 480px) {
      padding-top: 16px!important;
    }
    a {
      width: 100%;
    }
  }
}

.btn_more {
  text-align: center;
  padding: 7vw 0 0;
  @media (width < 480px) {
    padding: 40px 0 0;
  }
  a {
    display: inline-block;
    background-color: #000;
    color: #FFF;
    padding: 2vw;
    width: 41.6cqw;
    min-width: 280px;
    border-radius: 100px;
    @media (width < 896px) {
      padding: 16px;
    }
  }
}

.pb160vw {
  padding-bottom: 8.3vw;
}

.v_line {
  margin: auto;
  width: 1px;
  height: 50px;
  background-color: #000;
}

.l3_box {
  position: relative;
  margin: auto;
  width: 67%;
  height: 70px;
  align-content: center;
  text-align: left;
  display: flex;
  justify-content: space-between;
  border-top: #000 solid 1px;
  border-right: #000 solid 1px;
  border-left: #000 solid 1px;
  &::before {
    content: "";
    display: block;
    width: 20px;
    aspect-ratio: 1 / 1;
    border-bottom: #000 solid 1px;
    border-right: #000 solid 1px;
    position: absolute;
    left: -10px;
    bottom: 2px;
    transform: rotate(45deg);
  }
  &::after {
    content: "";
    display: block;
    width: 20px;
    aspect-ratio: 1 / 1;
    border-bottom: #000 solid 1px;
    border-right: #000 solid 1px;
    position: absolute;
    right: -10px;
    bottom: 2px;
    transform: rotate(45deg);
  }
  @media (width < 896px) {
    width: 80%;
  }
}

.two_column {
  display: flex;
  justify-content: space-between;
}

.two_item {
  width: 32.5%;
  max-width: 390px;
  @media (width < 480px) {
    width: 49%;
  }
}

.box_black_two {
  width: 100%;
  text-align: center;
  background-color: #000;
  color: #FFF;
  font-size: clamp(1.5rem, 2.3vw + 0.636rem, 3.4rem);
  line-height: 1em;
  padding: 8px;
}

.txt_two_item {
  font-size: 1.6rem;
  line-height: 1.5em;
  word-break: keep-all;
  overflow-wrap: anywhere;
  padding: 10px 0 0;
  @media (width < 1025px) {
    word-break: normal;
    font-size: 1.3rem;
  }
  @media (width < 896px) {
    text-align: justify;
    padding: 5px 0 0;
  }
}

.hd_course {
  font-size: clamp(1.5rem, 2.3vw + 0.636rem, 3.4rem);
  position: relative;
  margin-bottom: 60px;
  @media (width < 896px) {
    margin-bottom: 30px;
  }
  &::before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    border-top: #666 dotted 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  span {
    background-color: #FFF;
    padding: 0 20px;
    position: relative;
  }
}


/* Action */
/* ============================================ */

.ef_blur,.ef_blur_d01,.ef_blur_d02 {
  opacity: 0;
  filter: blur(3px);
  transition: all 1.5s ease-out;
}
.add_blur {
  opacity: 1;
  filter: blur(0px);
  transition: all 1.5s ease-out;
}


.cara {
  opacity: 0;
  animation-name: animate-cara;
  animation-duration:1s;
  animation-fill-mode: forwards;
}
.cara01 { 
  animation-delay: 0.5s;
}
.cara02 { 
  animation-delay: 1s;
}
.cara03 { 
  animation-delay: 1.5s;
}
.cara04 { 
  animation-delay: 2s;
}

@keyframes animate-cara {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.wrap_wrap_time {
  @media (width < 480px) {
    display: inline-block;
  }
}
.wrap_wrap_padding {
  @media (width < 480px) {
    padding-right: 1em;
  }
}
.wrap_wrap_flex {
  @media (width < 480px) {
    display: flex;
    align-items: end;
  }
}

.btn_article {
  padding: 3vw 0 0;
  @media (width < 480px) {
    padding: 30px 0 0;
  }
  a {
    display: inline-block;
    padding: 2vw;
    word-break: keep-all;
    overflow-wrap: anywhere;
    border-radius: 1.6vw;
    position: relative;
    color: #000;
    @media (width < 896px) {
      padding: 16px 16px;
      border-radius: 14px;
    }
    &::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 1.6vw;
      background-color: #000;
      position: absolute;
      top: 7px;
      left: 7px;
      z-index: 10;
      @media (width < 896px) {
        border-radius: 14px;
      }
    }
    &::after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 1.6vw;
      border: #000 solid 1px;
      background-color: #FFF;
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: 20;
      transition: all .3s ease-out;
      @media (width < 896px) {
        border-radius: 14px;
      }
    }
    .txt_btn {
      position: relative;
      z-index: 30;
      top: 0px;
      left: 0px;
      transition: all .3s ease-out;
    }
    &:hover {
      &::after {
        top: 7px;
        left: 7px;
      }
      .txt_btn {
        top: 7px;
        left: 7px;
      }
    }
  }
}