@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.typed_con {
  background-color: #F3F3DB;
}

.typed_con p {
  font-size: 16px;
}

.typed_con .innr {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (min-width: 601px) {
  .typed_con .innr {
    padding: 0;
  }
}

.typed_con h2 {
  font-size: 26px !important;
  font-family: "Shippori Mincho", serif;
  font-weight: 400 !important;
  color: #DEDEB8;
  display: inline-block;
  background-color: #393934;
  line-height: 1;
  padding: 10px 15px;
  letter-spacing: 2px;
  position: relative;
  margin-bottom: 40px;
}

.typed_con h2::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #393934;
  position: absolute;
  bottom: -6px;
  left: 0;
}

.typed_con .btn_area .btn_online.apr {
  padding: 20px 0 14px;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.4);
}

.typed_con .btn_area .btn_online.apr span {
  margin-left: 0;
  padding-left: 0;
}

.typed_con .btn_area .btn_online.apr span::before {
  display: none;
}

.typed_con .con_head {
  padding: 60px 0;
  text-align: center;
}

.typed_con .con_head .logo_type {
  font-size: 20px;
  font-family: "Shippori Mincho", serif;
  color: #393934;
  vertical-align: text-bottom;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 375px) {
  .typed_con .con_head .logo_type {
    font-size: 5.5vw;
  }

  .typed_con .con_head .logo_type img {
    width: 26vw;
  }
}

.typed_con .con_head p {
  font-size: 18px;
  font-weight: 400;
}

@media screen and (max-width: 430px) {
  .typed_con .con_head p {
    font-size: 4.3vw;
    text-align: left;
  }
}

@media screen and (max-width: 375px) {
  .typed_con .con_head p {
    font-size: 5vw;
  }
}

.typed_con .con_head .camp {
  max-width: 980px;
}

.typed_con .con_head .camp.innr {
  padding: 0;
  background-color: #ffffff;
}

.typed_con .con_head .camp h2 {
  background-color: transparent;
  padding: 0;
}

.typed_con .con_body .clm {
  padding: 50px 0;
  text-align: center;
}

.typed_con .con_body .clm01 {
  padding-top: 0;
}

.typed_con .con_body .clm01 .sns_box {
  background-color: #DEDEB8;
  padding: 60px 0;
}

.typed_con .con_body .clm01 h2 {
  margin-bottom: 30px;
}

.typed_con .con_body .clm01 .ttl {
  font-size: 23px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  margin-bottom: 20px;
}

.typed_con .con_body .clm01 .btn_sns {
  background-color: #fff;
  padding: 18px 50px;
  border-radius: 100px;
  border: 2px solid #393934;
  box-shadow: 0 0 7px 0 rgba(57, 57, 52, 0.4);
  display: inline-block;
  width: 286px;
  max-width: calc(100% - 20px);
  background-image: url(../img/ico_arrw.svg);
  background-size: 9px auto;
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.typed_con .con_body .clm01 .btn_sns span {
  font-size: 20px;
  font-weight: 500;
  color: #393934;
  background-image: url(../img/ico_insta.svg);
  background-size: 21px auto;
  background-repeat: no-repeat;
  padding-left: 35px;
  background-position: left bottom 2px;
  line-height: 1;
  position: relative;
  left: -10px;
}

.typed_con .menu {
  background-color: #fff;
  margin-bottom: 30px;
}

@media screen and (max-width: 375px) {
  .typed_con .menu {
    margin-bottom: 20px;
  }
}

.typed_con .menu span {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  position: relative;
  padding-right: 40px;
}

.typed_con .menu span::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 18px;
  background-image: url(../img/ico_arrw.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}

@media screen and (min-width: 601px) {
  .typed_con .menu span {
    font-size: 29px;
  }
}

.typed_con .menu.is-active span::after {
  transform: translateY(-50%) rotate(-90deg);
}

.typed_con .contents {
  text-align: center;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: 0.4s;
}

.typed_con .contents .box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  padding: 0px 0 30px;
}

@media screen and (min-width: 601px) {
  .typed_con .contents .box {
    gap: 30px 16px;
  }
}

.typed_con .contents .box>div {
  width: calc(50% - 8px);
}

@media screen and (min-width: 601px) {
  .typed_con .contents .box>div {
    width: calc((100% - 48px) / 4);
  }
}

.typed_con .contents .box>div img {
  width: 100%;
}

.typed_con .contents.is-open {
  line-height: normal;
  height: auto;
  opacity: 1;
}

.typed_con .movie_box {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.typed_con .movie_box video {
  width: 100%;
}