@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;600&display=swap");
#fair-det {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
}
#fair-det figure {
  line-height: 0;
  display: block;
}
#fair-det .gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
#fair-det .inner {
  max-width: 940px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #fair-det .inner {
    padding: 0 15px;
  }
}
#fair-det #visual {
  max-width: 940px;
  text-align: center;
  margin: 0 auto 65px;
}
@media (max-width: 768px) {
  #fair-det #visual {
    margin-bottom: 0px;
    line-height: 0;
  }
}
#fair-det .bg1 {
  background-color: #C5D2D2;
  padding: 70px 0;
  position: relative;
}
@media (max-width: 768px) {
  #fair-det .bg1 {
    padding: 50px 0;
  }
}
#fair-det .bg2 {
  background-color: #97857C;
  padding: 70px 0 0;
}
@media (max-width: 768px) {
  #fair-det .bg2 {
    padding: 50px 0;
  }
}
#fair-det .bg3 {
  background-color: #685042;
  padding: 70px 0;
}
@media (max-width: 768px) {
  #fair-det .bg3 {
    padding: 50px 0;
  }
}
#fair-det .lead_wrapper {
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  #fair-det .lead_wrapper {
    font-size: 3.5vw;
    margin-bottom: 35px;
  }
}
#fair-det .plan-title {
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #fair-det .plan-title {
    font-size: 5.8vw;
    margin-bottom: 20px;
    line-height: 1.5;
  }
}
#fair-det .plan-title span {
  display: block;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  #fair-det .plan-title span {
    font-size: 2.7vw;
  }
}
#fair-det .plan {
  background-color: #fff;
  padding: 50px;
  max-width: 858px;
  margin: 0 auto 70px;
}
@media (max-width: 768px) {
  #fair-det .plan {
    padding: 30px 15px;
    margin: 0 auto 50px;
  }
}
#fair-det .plan h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
#fair-det .plan h3 .plan_label {
  width: 66px;
}
@media (max-width: 768px) {
  #fair-det .plan h3 .plan_label {
    width: 46px;
  }
}
#fair-det .plan h3 .text {
  padding-left: 25px;
}
@media (max-width: 768px) {
  #fair-det .plan h3 .text {
    padding-left: 10px;
  }
}
#fair-det .plan h3 .text .target {
  font-size: 2rem;
  display: block;
}
@media (max-width: 768px) {
  #fair-det .plan h3 .text .target {
    font-size: 3.8vw;
  }
}
#fair-det .plan h3 .text .title {
  font-size: 3rem;
  color: #AF743D;
  font-weight: 600;
}
@media (max-width: 768px) {
  #fair-det .plan h3 .text .title {
    font-size: 4.6vw;
  }
}
#fair-det .plan .image_layout {
  display: flex;
  gap: 30px;
  justify-content: center;
}
@media (max-width: 768px) {
  #fair-det .plan .image_layout {
    gap: 10px;
  }
}
#fair-det .plan .set-price-box {
  text-align: center;
  color: #AF743D;
  font-size: 4.5rem;
  margin-bottom: 50px;
  letter-spacing: -4%;
}
@media (max-width: 768px) {
  #fair-det .plan .set-price-box {
    font-size: 9vw;
    margin-bottom: 30px;
  }
}
#fair-det .plan .set-price-box .price {
  font-size: 7.5rem;
}
@media (max-width: 768px) {
  #fair-det .plan .set-price-box .price {
    font-size: 15vw;
  }
}
#fair-det .plan .set-price-box .tax {
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  #fair-det .plan .set-price-box .tax {
    display: block;
    font-size: 4vw;
  }
}
@media (max-width: 768px) {
  #fair-det .plan .set-price-box.price-min {
    font-size: 4vw !important;
  }
  #fair-det .plan .set-price-box.price-min .pricew {
    font-size: 9vw !important;
    line-height: 1;
  }
  #fair-det .plan .set-price-box.price-min .price {
    font-size: 14vw !important;
  }
  #fair-det .plan .set-price-box.price-min .tax {
    font-size: 3.8vw !important;
    padding-left: 6rem;
    margin-top: 5px;
  }
}
#fair-det .plan .note {
  font-size: 1.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  #fair-det .plan .note {
    font-size: 3vw;
  }
}
#fair-det .plan .plan_layout {
  position: relative;
  display: flex;
  gap: 30px;
  justify-content: center;
}
@media (max-width: 768px) {
  #fair-det .plan .plan_layout {
    gap: 12px;
  }
}
#fair-det .plan .plan_layout .box {
  width: 269px;
}
@media (max-width: 768px) {
  #fair-det .plan .plan_layout .box {
    width: 50%;
  }
}
#fair-det .plan .plan_layout .box .plan_desc {
  text-align: center;
}
#fair-det .plan .plan_layout .box .plan_desc p {
  font-size: 2rem;
  margin-top: 20px;
}
@media (max-width: 768px) {
  #fair-det .plan .plan_layout .box .plan_desc p {
    font-size: 3.2vw;
  }
}
#fair-det .plan .plan_layout .box .plan_desc .price-box {
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  #fair-det .plan .plan_layout .box .plan_desc .price-box {
    font-size: 5vw;
  }
}
#fair-det .plan .plan_layout .box .plan_desc .price-box .price {
  font-size: 4rem;
}
@media (max-width: 768px) {
  #fair-det .plan .plan_layout .box .plan_desc .price-box .price {
    font-size: 8vw;
  }
}
#fair-det .plan .plan_layout .box .plan_desc .price-box .tax {
  display: block;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  #fair-det .plan .plan_layout .box .plan_desc .price-box .tax {
    font-size: 3vw;
  }
}
#fair-det .plan .plan_layout .plus {
  display: flex;
  align-items: flex-end;
  padding-bottom: 3rem;
}
@media (max-width: 768px) {
  #fair-det .plan .plan_layout .plus {
    position: absolute;
    bottom: 0;
    width: 6%;
    padding-bottom: 2.5rem;
  }
}
#fair-det .plan .arrow {
  text-align: center;
  padding: 15px 0;
}
@media (max-width: 768px) {
  #fair-det .plan .arrow {
    padding: 15px 0 5px;
  }
}
#fair-det .plan .shop-contact {
  text-align: center;
  font-size: 2.5rem;
  margin-top: 15px;
}
@media (max-width: 768px) {
  #fair-det .plan .shop-contact {
    font-size: 3.2vw;
  }
}
#fair-det #plan1 .variation h4 {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  #fair-det #plan1 .variation h4 {
    font-size: 4.1vw;
  }
}
#fair-det #plan1 .variation .image {
  margin: auto;
  text-align: center;
  margin-bottom: 30px;
}
#fair-det .links {
  max-width: 588px;
  margin: 0 auto 80px;
}
@media (max-width: 768px) {
  #fair-det .links {
    margin-bottom: 50px;
    padding: 0 5%;
  }
}
#fair-det .links a {
  display: block;
  margin-bottom: 20px;
}
#fair-det .zerolike {
  position: relative;
  width: 778px;
  margin: 0 auto 100px;
}
@media (max-width: 768px) {
  #fair-det .zerolike {
    background-color: #fff;
    width: 100%;
    padding: 23px 10px;
    margin-bottom: 50px;
  }
}
#fair-det .zerolike .fav {
  position: absolute;
  top: -27px;
  left: 0;
  transform: translateX(-50%);
  width: 116px;
}
@media (max-width: 768px) {
  #fair-det .zerolike .fav {
    width: 58px;
    transform: none;
    left: -15px;
  }
}
#fair-det .zerolike h3 {
  font-size: 2.8rem;
  border-bottom: 1px solid #000;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  #fair-det .zerolike h3.sp {
    font-size: 5vw;
    text-align: center;
    display: block !important;
  }
}
#fair-det .zerolike .layout {
  display: flex;
  align-items: center;
  background-color: #fff;
}
#fair-det .zerolike .layout figure {
  width: 230px;
  line-height: 0;
}
@media (max-width: 768px) {
  #fair-det .zerolike .layout figure {
    width: 40%;
  }
}
#fair-det .zerolike .layout .text {
  padding: 0 40px;
  flex: 1;
}
@media (max-width: 768px) {
  #fair-det .zerolike .layout .text {
    padding: 0 0 0 5px;
  }
}
#fair-det .zerolike .layout .text p {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  #fair-det .zerolike .layout .text p {
    font-size: 3vw;
  }
}
#fair-det .zerolike .layout .text .note {
  margin-top: 15px;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  #fair-det .zerolike .layout .text .note {
    font-size: 2.8vw;
  }
}
#fair-det .zerolike .more {
  text-align: center;
  margin-top: 30px;
}
#fair-det .zerolike .more a {
  width: 274px;
  background-color: #4F380B;
  color: #fff;
  text-align: center;
  padding: 16px 30px 16px 30px;
}
#fair-det .zerolike .more a::after {
  border-color: #fff;
  border-width: 1px;
}
#fair-det #plan2 .plan2-main figure {
  margin: 0 auto 20px;
  width: 323px;
}
@media (max-width: 768px) {
  #fair-det #plan2 .plan2-main figure {
    width: 50%;
    min-width: 200px;
  }
}
#fair-det #plan2 .plan2-main p {
  text-align: center;
}
@media (max-width: 768px) {
  #fair-det #plan2 .plan2-main p {
    font-size: 3.6vw;
  }
}
#fair-det #plan2 .target-cloth {
  margin: 20px auto;
}
@media (max-width: 768px) {
  #fair-det #plan2 .target-cloth {
    margin: 20px auto 0;
  }
}
#fair-det #plan2 .target-cloth h4 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  #fair-det #plan2 .target-cloth h4 {
    font-size: 3vw;
  }
}
#fair-det #plan2 .target-cloth figure {
  width: 374px;
  margin: auto;
}
@media (max-width: 768px) {
  #fair-det #plan2 .target-cloth figure {
    width: 80%;
  }
}
#fair-det .btns {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
#fair-det .btns a {
  display: inline-block;
  background-color: #814B1A;
  color: #fff;
  width: 353px;
  padding: 16px;
  position: relative;
  text-decoration: none;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  #fair-det .btns a {
    width: 100%;
  }
}
#fair-det .btns a::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  top: 19px;
  right: 20px;
}
#fair-det #material_brand {
  position: relative;
}
#fair-det #material_brand h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
  font-size: 3rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  #fair-det #material_brand h2 {
    font-size: 5.8vw;
    margin-bottom: 20px;
  }
}
#fair-det #material_brand .brand {
  background-color: #fff;
  display: flex;
  align-items: center;
  width: 822px;
  margin: 0 auto 40px;
}
@media (max-width: 768px) {
  #fair-det #material_brand .brand {
    width: 90%;
    margin-bottom: 20px;
    flex-direction: column;
  }
}
#fair-det #material_brand .brand figure {
  width: 383px;
  line-height: 0;
}
@media (max-width: 768px) {
  #fair-det #material_brand .brand figure {
    width: 100%;
  }
}
#fair-det #material_brand .brand .text {
  flex: 1;
  padding: 0 40px;
}
@media (max-width: 768px) {
  #fair-det #material_brand .brand .text {
    padding: 20px 15px;
  }
}
#fair-det #material_brand .brand .text h3 {
  text-align: center;
  color: #921D19;
  font-size: 2.3rem;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #fair-det #material_brand .brand .text h3 {
    font-size: 5.8vw;
  }
}
#fair-det #material_brand .brand .text h3 span {
  display: block;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  #fair-det #material_brand .brand .text h3 span {
    font-size: 3.3vw;
  }
}
@media (max-width: 768px) {
  #fair-det #material_brand .brand .text p {
    font-size: 3.8vw;
  }
}
#fair-det #material_brand .brand_btn {
  text-align: center;
}
#fair-det #material_brand .brand_btn a {
  display: inline-block;
  padding: 12px 30px;
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
}
@media (max-width: 768px) {
  #fair-det #material_brand .brand_btn a {
    padding: 12px;
    font-size: 4.8vw;
  }
}
#fair-det #material_brand .brand02 {
  margin-top: 50px;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  #fair-det #material_brand .brand02 {
    flex-direction: column;
  }
}
#fair-det #plan3 .more {
  text-align: center;
  margin-block: 30px 50px;
}
@media (max-width: 768px) {
  #fair-det #plan3 .more {
    margin-bottom: 30px;
  }
}
#fair-det #plan3 .more a {
  display: inline-block;
  background-color: #814B1A;
  color: #fff;
  border: none;
  padding: 22px 48px 22px 25px;
}
@media (max-width: 768px) {
  #fair-det #plan3 .more a {
    padding: 22px 30px 22px 15px;
    font-size: 3.4vw;
  }
}
#fair-det #plan3 .more a::after {
  border-color: #fff;
  border-width: 1px;
}
@media (max-width: 768px) {
  #fair-det #plan3 .more a::after {
    width: 7px;
    height: 7px;
    right: 14px;
  }
}
@media (max-width: 768px) {
  #fair-det #plan4 .lead {
    font-size: 2.8vw;
    text-align: center;
  }
}
#fair-det #plan4 .deco-title {
  text-align: center;
  margin-bottom: 30px;
}
#fair-det #plan4 .variation {
  margin-bottom: 30px;
}
#fair-det #plan4 .variation h4 {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #fair-det #plan4 .variation h4 {
    font-size: 4.1vw;
    margin-bottom: 20px;
  }
}
#fair-det #plan4 .variation .image {
  text-align: center;
}
@media (max-width: 768px) {
  #fair-det #plan5 {
    margin-bottom: 0;
  }
}
#fair-det #plan5 .plan_layout {
  gap: 46px;
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  #fair-det #plan5 .plan_layout {
    gap: 10px;
    margin-bottom: 30px;
  }
}
#fair-det #plan5 .plan_layout .box {
  width: 269px;
}
@media (max-width: 768px) {
  #fair-det #plan5 .plan_layout .box {
    width: 50%;
  }
}
#fair-det #plan5 .price_box .pricew {
  font-size: 2rem;
  line-height: 1;
}
#fair-det #plan5 .price_box .pricew .price {
  font-size: 3.8rem;
}
#fair-det #plan5 .price_box .tax {
  font-size: 1.3rem;
}
#fair-det #plan5 .price1 {
  background: #D9D9D9;
  padding: 15px;
  width: 584px;
  text-align: center;
  margin: 0 auto;
  font-weight: normal;
}
@media (max-width: 768px) {
  #fair-det #plan5 .price1 {
    padding: 15px 5px;
    width: 100%;
    position: relative;
    font-size: 3.4vw;
  }
  #fair-det #plan5 .price1 .pricew {
    font-size: 5.4vw;
  }
  #fair-det #plan5 .price1 .pricew .price {
    font-size: 8vw;
  }
  #fair-det #plan5 .price1 .tax {
    display: block;
    text-align: right;
    font-size: 2.5vw;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  #fair-det #plan5 .price1 .tax {
    padding-right: 11%;
  }
}
#fair-det #plan5 .plus {
  text-align: center;
  padding-block: 23px;
}
#fair-det #plan5 .price2 {
  background: #D9D9D9;
  padding: 15px;
  width: 584px;
  text-align: center;
  margin: 0 auto;
  font-weight: normal;
}
@media (max-width: 768px) {
  #fair-det #plan5 .price2 {
    padding: 15px 5px;
    width: 100%;
    position: relative;
    font-size: 3.4vw;
  }
  #fair-det #plan5 .price2 .pricew {
    font-size: 5.4vw;
  }
  #fair-det #plan5 .price2 .pricew .price {
    font-size: 8vw;
  }
  #fair-det #plan5 .price2 .tax {
    display: block;
    text-align: right;
    font-size: 2.5vw;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  #fair-det #plan5 .price2 .tax {
    padding-right: 21%;
  }
}
#fair-det #plan5 .plan4_brand_list {
  position: relative;
  padding: 0 40px;
  margin-top: 30px;
  display: inline-block;
}
@media (max-width: 768px) {
  #fair-det #plan5 .plan4_brand_list {
    padding: 0 10px;
  }
}
#fair-det #plan5 .plan4_brand_list::before, #fair-det #plan5 .plan4_brand_list::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#fair-det #plan5 .plan4_brand_list::before {
  left: 0;
  border-left: 1px solid #000;
}
#fair-det #plan5 .plan4_brand_list::after {
  right: 0;
  border-right: 1px solid #000;
}
#fair-det #plan5 .plan4_brand_list ul {
  list-style: none;
  margin: 0;
  padding: 0 0 10px;
}
#fair-det #plan5 .plan4_brand_list ul li {
  font-size: 1.8rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  #fair-det #plan5 .plan4_brand_list ul li {
    font-size: 3.5vw;
  }
}
#fair-det #plan5 .plan4_brand_list ul li .plan4_brand_title {
  display: inline-block;
  font-size: 1.4rem;
  width: 100px;
}
@media (max-width: 768px) {
  #fair-det #plan5 .plan4_brand_list ul li .plan4_brand_title {
    font-size: 2.564vw;
    width: auto;
  }
}
#fair-det #plan5 .plan4_brand_list ul li .plan4_brand_yen {
  font-size: 2.1rem;
}
@media (max-width: 768px) {
  #fair-det #plan5 .plan4_brand_list ul li .plan4_brand_yen {
    font-size: 4.103vw;
  }
}
#fair-det #plan5 .plan4_brand_list ul li .plan4_brand_price {
  font-size: 3rem;
}
@media (max-width: 768px) {
  #fair-det #plan5 .plan4_brand_list ul li .plan4_brand_price {
    font-size: 6.41vw;
  }
}
#fair-det #plan5 .plan4_brand_list ul li .plan4_brand_taxin {
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  #fair-det #plan5 .plan4_brand_list ul li .plan4_brand_taxin {
    font-size: 2.564vw;
  }
}
#fair-det #plan5 .plan4_note {
  margin: 15px auto;
  text-align: center;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  #fair-det #plan5 .plan4_note {
    font-size: 3vw;
  }
}
#fair-det #plan5 .more {
  text-align: center;
  margin-block: 30px 50px;
}
@media (max-width: 768px) {
  #fair-det #plan5 .more {
    margin-bottom: 30px;
  }
}
#fair-det #plan5 .more a {
  display: inline-block;
  background-color: #814B1A;
  color: #fff;
  border: none;
  padding: 22px 48px 22px 25px;
  width: 353px;
}
@media (max-width: 768px) {
  #fair-det #plan5 .more a {
    padding: 22px 30px 22px 15px;
    font-size: 3.4vw;
    width: 100%;
  }
}
#fair-det #plan5 .more a::after {
  border-color: #fff;
  border-width: 1px;
}
#fair-det #links2 {
  margin-top: 100px;
}
@media (max-width: 768px) {
  #fair-det #links2 {
    margin-top: 50px;
  }
}
#fair-det #kaiser {
  background-color: #685042;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  #fair-det #kaiser {
    padding: 0px 0;
  }
}
#fair-det #kaiser h2 {
  margin-bottom: 40px;
  font-weight: 400;
}
@media (max-width: 768px) {
  #fair-det #kaiser h2 {
    margin-bottom: 20px;
  }
}
#fair-det #kaiser h2 span {
  display: inline-block;
  border-bottom: 1px solid #fff;
  padding-bottom: 0;
  line-height: 1;
  font-size: 3.4rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  #fair-det #kaiser h2 span {
    font-size: 5.2vw;
  }
}
#fair-det #kaiser .lead {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  #fair-det #kaiser .lead {
    text-align: center;
    font-size: 3.8vw;
    margin-bottom: 40px;
  }
}
#fair-det #kaiser .model-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  #fair-det #kaiser .model-block {
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }
}
#fair-det #kaiser .model-block .image {
  width: 470px;
  line-height: 0;
  background-color: #685042;
}
@media (max-width: 768px) {
  #fair-det #kaiser .model-block .image {
    width: 100%;
    aspect-ratio: 327/288;
  }
  #fair-det #kaiser .model-block .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#fair-det #kaiser .model-block .text {
  flex: 1;
  padding: 0 40px;
  color: #000;
  text-align: left;
}
@media (max-width: 768px) {
  #fair-det #kaiser .model-block .text {
    width: 100%;
    padding: 15px 5%;
  }
}
#fair-det #kaiser .model-block .text .label {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  #fair-det #kaiser .model-block .text .label {
    text-align: center;
  }
}
#fair-det #kaiser .model-block .text .label span {
  display: inline-block;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  padding: 10px;
}
@media (max-width: 768px) {
  #fair-det #kaiser .model-block .text .label span {
    font-size: 4vw;
  }
}
#fair-det #kaiser .model-block .text .label.limited span {
  background: #992600;
}
#fair-det #kaiser .model-block .text .label.all span {
  background-color: #20335C;
}
#fair-det #kaiser .model-block .text h3 {
  color: #7D6F41;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #fair-det #kaiser .model-block .text h3 {
    text-align: center;
  }
}
#fair-det #kaiser .model-block .text h3 .en-name {
  display: block;
  font-size: 3rem;
}
@media (max-width: 768px) {
  #fair-det #kaiser .model-block .text h3 .en-name {
    font-size: 5.5vw;
  }
}
#fair-det #kaiser .model-block .text h3 .jp {
  display: block;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  #fair-det #kaiser .model-block .text h3 .jp {
    font-size: 3.5vw;
  }
}
#fair-det #kaiser .model-block .text p {
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 1.5rem;
  line-height: 1.7;
}
@media (max-width: 768px) {
  #fair-det #kaiser .model-block .text p {
    font-size: 3.8vw;
    margin-bottom: 20px;
  }
}
#fair-det #kaiser .model-block .text .note {
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  #fair-det #kaiser .model-block .text .note {
    font-size: 3vw;
  }
}
#fair-det #kaiser .shop {
  background-color: #EAEAEA;
  line-height: 1.2;
  padding: 10px;
  font-size: 1.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  #fair-det #kaiser .shop {
    font-size: 3.4vw;
  }
}
#fair-det #kaiser .link {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  #fair-det #kaiser .link {
    margin-bottom: 50px;
  }
}
#fair-det #kaiser .link a {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  padding: 12px 30px;
  text-decoration: none;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  #fair-det #kaiser .link a {
    font-size: 3.4vw;
  }
}
#fair-det #kaiser .note {
  font-size: 1.3rem;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #fair-det #kaiser .note {
    font-size: 2.9vw;
  }
}
#fair-det #summer {
  margin: 100px 0;
}
@media (max-width: 768px) {
  #fair-det #summer {
    margin: 50px 0;
  }
}
#fair-det #other {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  #fair-det #other {
    padding: 0 5%;
    margin-bottom: 35px;
  }
}
#fair-det #other h2 {
  font-weight: 500;
  font-size: 2.5rem;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #fair-det #other h2 {
    font-size: 4.5vw;
    margin-bottom: 20px;
  }
}
#fair-det .reserve {
  text-align: center;
}
#fair-det .reserve p {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  #fair-det .reserve p {
    font-size: 3vw;
  }
}
#fair-det .reserve p span {
  display: inline-block;
  position: relative;
  padding: 0 25px;
}
#fair-det .reserve p span::before {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 1px;
  background-color: #000;
  left: 0;
  top: 50%;
  transform: rotate(45deg);
}
#fair-det .reserve p span::after {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 1px;
  background-color: #000;
  right: 0;
  top: 50%;
  transform: rotate(-45deg);
}
#fair-det .reserve .res-btn {
  display: inline-block;
  background-color: #684A28;
  padding: 17px 70px;
  color: #fff;
  font-size: 2rem;
  text-decoration: none;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  #fair-det .reserve .res-btn {
    display: block;
    font-size: 4vw;
    padding: 15px 20px 15px 20px;
  }
}
#fair-det #reserve1 {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  #fair-det #reserve1 {
    margin-bottom: 50px;
    padding: 0 5%;
  }
}
@media (max-width: 768px) {
  #fair-det #reserve2 {
    padding: 0 5%;
  }
}

.acordion-block {
  position: relative;
  overflow: hidden;
  height: 400px;
  transition: 0.3s height linear;
}

.acordion-block.open {
  height: auto;
}

.acordion-block::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 400px;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  transition: 0.2s opacity linear;
}

.acordion-block.open::before {
  opacity: 0;
  visibility: hidden;
}

.acordion-block + .view {
  width: 100%;
  position: absolute;
  bottom: 20px;
  z-index: 1;
  text-align: center;
}

.acordion-block + .view.open {
  position: static;
  padding: 30px 0;
}

.acordion-block + .view span {
  display: inline-block;
  border: 1px solid #000;
  line-height: 1;
  padding: 15px 30px;
  font-size: 1.6rem;
  cursor: pointer;
  width: 255px;
  transition: background-color 0.3s, color 0.3s;
}

.acordion-block + .view span:hover {
  background-color: #4B3F2C;
  color: #fff;
}


#about .acordion-block::before {
  background: linear-gradient(0deg, rgb(243, 247, 250) 0%, rgba(243, 247, 250, 0) 100%);
}

#cordinate .acordion-block::before {
  background: linear-gradient(0deg, rgb(249, 241, 225) 0%, rgba(249, 241, 225, 0) 100%);
}