@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700&display=swap');

#fair-det {
  font-weight: 400;
}
#fair-det .content_block .inner {
  max-width: 940px;
  margin: auto;
}
#fair-det .content_block #visual {
  margin-bottom: 60px;
}
.content_block #visual p {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 0px;
}
.content_block #visual p span{
  display: inline-block;
  font-weight: 600;
  font-size: 4.1rem;
  background: linear-gradient(transparent 70%, #F9DE4A 70%);
}
.content_block #visual p.holiday {
  margin-bottom: 50px;
  font-size: 3.3rem;
  padding-top: 15px;
}
.content_block #visual p.holiday a{
  color: #A10011;
}

@media screen and (max-width: 768px) {
#fair-det .content_block #visual {
  margin-bottom: 30px;
}
.content_block #visual p {
  padding-top: 10px;
    padding-bottom: 0px;
    line-height: 1.5;
}
.content_block #visual p span{
  font-size: 5vw;
}
.content_block #visual p.holiday {
    font-size: 4vw;
    margin-bottom: 20px;
    padding-top: 10px;
}

}
#fair-det .content_block #first {
  text-align: center;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
#fair-det .content_block #first {
  padding-bottom: 40px;
}
}
#fair-det .content_block #first h2.new-title {
  position: relative;
  gap: 15px;
  margin-bottom: 30px;
  font-weight: 400;
  text-align: center;
  font-size: 3rem;
  color: #992600;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #first h2.new-title {
    font-size: 5vw;
    flex-direction: column;
  }
}
#fair-det .content_block #first h2.new-title .new {
  line-height: 0;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #first h2.new-title .new {
    position: static;
    display: block;
    text-align: center;
    transform: none;
  }
}
#fair-det .content_block #first .image {
  margin-bottom: 50px;
  display: block;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #first .image {
    width: 80%;
    margin: 0 auto 30px;
  }
}
#fair-det .content_block #first .coupon2 {
  max-width: 640px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #first .coupon2 {
    width: 80%;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #first .popular-brand {
    padding: 0 5%;
  }
}
#fair-det .content_block #first .popular-brand h2 {
  position: relative;
  text-align: center;
  max-width: 640px;
  width: 100%;
  margin: 0 auto 30px;
}
#fair-det .content_block #first .popular-brand h2::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  left: 0;
  top: 50%;
}
#fair-det .content_block #first .popular-brand h2 span {
  position: relative;
  background-color: #fff;
  padding: 0 22px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #first .popular-brand h2 span {
    font-size: 4vw;
  }
}
#fair-det .content_block #first .popular-brand .layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 640px;
  margin: auto;
}
#fair-det .content_block #first .popular-brand .layout .box {
  width: 33.333%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #first .popular-brand .layout .box {
    width: 50%;
  }
}
#fair-det .content_block #first .popular-brand .layout .box h3 {
  margin-bottom: 16px;
}
#fair-det .content_block #first .popular-brand .layout .box h3 .en {
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #first .popular-brand .layout .box h3 .en {
    font-size: 3.6vw;
    letter-spacing: 1px;
  }
}
#fair-det .content_block #first .popular-brand .layout .box h3 .jp {
  display: block;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #first .popular-brand .layout .box h3 .jp {
    font-size: 3.5vw;
  }
}
#fair-det .content_block #first .popular-brand .layout .box .image img {
  height: 63px;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #first .last {
    font-size: 3.5vw;
  }
}
#fair-det .content_block .bg1 {
  background-color: #efefef;
  padding-block: 80px 30px;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block .bg1 {
    padding-block: 20px 20px;
  }
}
#fair-det .content_block #coupon {
  text-align: center;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #coupon {
    margin-bottom: 0;
    padding: 10px 5% 30px;
  }
  #fair-det .content_block #coupon p{
    display: block !important;
    font-size: 3vw;
    margin-bottom: 30px;
    line-height: 1.5;
  }
}
#fair-det .content_block #combi {
  text-align: center;
}
#fair-det .content_block #combi h2 {
  margin-bottom: 50px;
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #combi {
    padding-top: 20px;
  }
  #fair-det .content_block #combi h2 {
    font-size: 5.5vw;
    margin-bottom: 20px;
  }
}
#fair-det .content_block #combi h2 b {
  color: #992600;
  font-weight: 600;
}
#fair-det .content_block #combi .image {
  margin-bottom: 30px;
}
#fair-det .content_block #combi .image .note {
  text-align: right;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #combi .image .note {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #combi .lead {
    text-align: center;
    font-size: 4vw;
  }
}
#fair-det .content_block #combi .price1 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #combi .price1 {
    font-size: 4vw;
  }
}
#fair-det .content_block #combi .price1 b {
  font-size: 3.5rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #combi .price1 b {
    font-size: 8vw;
  }
}
#fair-det .content_block #combi .price1 .del {
  position: relative;
}
#fair-det .content_block #combi .price1 .del::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #A10011;
  left: 0;
  top: 43%;
  transform: rotate(10deg);
}
#fair-det .content_block #combi .price1 .tax {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #combi .price1 .tax {
    font-size: 3.5vw;
  }
}
#fair-det .content_block #combi .price1 .arrow {
  margin-bottom: 10px;
}
#fair-det .content_block #combi .price2 {
  color: #A10011;
  font-size: 5rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #combi .price2 {
    font-size: 8.5vw;
    margin-bottom: 1rem;
  }
}
#fair-det .content_block #combi .price2 b {
  font-size: 8.5rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #combi .price2 b {
    font-size: 13vw;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #combi .price2 .pb {
    text-align: center;
    display: inline-block;
    vertical-align: -3.2rem;
  }
}
#fair-det .content_block #combi .price2 .tax {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #combi .price2 .tax {
    display: block;
    font-size: 3.5vw;
  }
}
#fair-det .content_block #combi .price3 {
  color: #A10011;
  margin-bottom: 40px;
  font-size: 2.3rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #combi .price3 {
    font-size: 5vw;
  }
}
#fair-det .content_block #combi .price3 b {
  font-size: 4.5rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #combi .price3 b {
    font-size: 8vw;
    line-height: 1;
  }
}
#fair-det .content_block #combi .price3 .tax {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #combi .price3 .tax {
    font-size: 3.5vw;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #combi .price3 .pb {
    text-align: center;
    display: inline-block;
    vertical-align: -2.3rem;
  }
}
#fair-det .content_block #combi .label {
  width: 318px;
  margin: auto;
}
#fair-det .content_block #combi .note {
  font-size: 1.4rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #combi .note {
    font-size: 3vw;
  }
}
#fair-det .content_block #combi .more {
  font-size: 2.5rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #combi .more {
    font-size: 5vw;
  }
}
#fair-det .inner2 {
  max-width: 940px;
  margin: auto;
  padding: 70px 0;
}
#fair-det .content_block .reserve {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block .reserve {
    padding: 0 5%;
  }
}
#fair-det .content_block .reserve p {
  font-size: 2.3rem;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block .reserve p {
    font-size: 5vw;
  }
}
#fair-det .content_block .reserve p span {
  display: inline-block;
  position: relative;
  padding: 0 25px;
}
#fair-det .content_block .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 .content_block .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 .content_block .reserve .res-btn {
  display: inline-block;
  background-color: #684A28;
  padding: 17px 70px;
  color: #fff;
  font-size: 1.8rem;
  text-decoration: none;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block .reserve .res-btn {
    font-size: 4vw;
  }
}
#fair-det #links {
  max-width: 588px;
  margin: 0px auto 70px;
}
@media screen and (max-width: 768px) {
  #fair-det #links {
    padding: 0 5%;
  }
}
#fair-det #links a {
  display: block;
  margin-bottom: 10px;
}
#fair-det #other {
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #fair-det #other {
    padding: 0 5%;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  #fair-det #other h2 {
    font-size: 5vw;
    margin-bottom: 10px;
  }
}
#fair-det #deferent {
  background: #E8E9EA;
  padding: 70px 0;
  text-align: center;
}
#fair-det #deferent h2 {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #fair-det #deferent h2 {
    font-size: 5.5vw;
  }
}
#fair-det #deferent .lead {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #fair-det #deferent .lead {
    font-size: 4.5vw;
  }
}
#fair-det #deferent .layout {
  display: flex;
  gap: 5%;
  align-items: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #fair-det #deferent .layout {
    display: block;
    margin-bottom: 35px;
  }
}
#fair-det #deferent .layout .text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #fair-det #deferent .layout .text {
    width: 100%;
  }
}
#fair-det #deferent .layout .text .country {
  display: flex;
  gap: 13px;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #fair-det #deferent .layout .text .country {
    margin-bottom: 15px;
  }
}
#fair-det #deferent .layout .text .country.england .name {
  color: #20335C;
}
#fair-det #deferent .layout .text .name {
  color: #74301A;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #fair-det #deferent .layout .text .name {
    font-size: 7vw;
  }
}
#fair-det #deferent .layout .text h3 {
  font-size: 2.3rem;
  margin-bottom: 20px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #fair-det #deferent .layout .text h3 {
    font-size: 6vw;
  }
}
#fair-det #deferent .layout .text .lead2 {
  font-weight: 400;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #fair-det #deferent .layout .text .lead2 {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 768px) {
  #fair-det #deferent .layout .text .image {
    display: block !important;
    width: 75%;
    margin: 0 auto 20px;
  }
}
#fair-det #deferent .layout .text .image-layout {
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #fair-det #deferent .layout .text .image-layout {
    padding: 0 5%;
  }
}
#fair-det #deferent .layout .text .image-layout .box {
  width: 50%;
  font-size: 2rem;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 768px) {
  #fair-det #deferent .layout .text .image-layout .box {
    font-size: 4vw;
    text-align: left;
  }
}
#fair-det #deferent .layout .text .image-layout .box:nth-child(1) {
  border-right: 1px solid #000;
  padding-right: 18px;
}
@media screen and (max-width: 768px) {
  #fair-det #deferent .layout .text .image-layout .box:nth-child(1) {
    border: none;
  }
  #fair-det #deferent .layout .text .image-layout .box:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #000;
    right: 0;
    top: 0;
    transform: rotate(10deg);
  }
}
#fair-det #deferent .layout .text .image-layout .box:nth-child(2) {
  padding-left: 18px;
}
#fair-det #deferent .layout .text .image-layout .box small {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #fair-det #deferent .layout .text .image-layout .box small {
    font-size: 3vw;
  }
}
#fair-det #deferent .layout .text .note {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #fair-det #deferent .layout .text .note {
    font-size: 3vw;
    padding: 0 5%;
  }
}
#fair-det #deferent .layout .image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #fair-det #deferent .brand-content {
    padding: 0 5%;
  }
}
#fair-det #deferent .brand-content#italy-brand {
  position: relative;
  margin-bottom: 70px;
  padding-bottom: 70px;
}
#fair-det #deferent .brand-content#italy-brand::after {
  content: "";
  display: block;
  position: absolute;
  width: 150px;
  height: 1px;
  background-color: #000;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#fair-det #deferent .brand-content#england-brand h3 {
  color: #20335C;
}
#fair-det #deferent .brand-content#england-brand .link a {
  background-color: #20335C;
}
#fair-det #deferent .brand-content#england-brand .link a:hover {
  background-color: #2d4780;
}

#fair-det #deferent .brand-content h3 {
  text-align: center;
  color: #992600;
  font-size: 3rem;
  margin-bottom: 30px;
}
#fair-det #deferent .brand-content .content-block {
  display: flex;
  margin-bottom: 20px;
  background-color: #fff;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #fair-det #deferent .brand-content .content-block {
    display: block;
    margin-bottom: 30px;
  }
}
#fair-det #deferent .brand-content .content-block .image {
  width: 44%;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  #fair-det #deferent .brand-content .content-block .image {
    display: none;
  }
}
#fair-det #deferent .brand-content .content-block .text {
  width: 56%;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #fair-det #deferent .brand-content .content-block .text {
    width: 100%;
  }
}
#fair-det #deferent .brand-content .content-block .text .no {
  text-align: left;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  #fair-det #deferent .brand-content .content-block .text .no {
    margin-bottom: 8px;

  }
  #fair-det #deferent .brand-content .content-block .text .no img {
    height: 30px;
  }
}
#fair-det #deferent .brand-content .content-block .text .label {
  margin-bottom: 10px;
}
#fair-det #deferent .brand-content .content-block .text .label img {
  height: 70px;
}
#fair-det #deferent .brand-content .content-block#england1 .text .label{
  margin-top: -20px;
}
#fair-det #deferent .brand-content .content-block#england1 .text .label img {
  height: 100px;
}
#fair-det #deferent .brand-content .content-block .text h4 {
  margin-bottom: 28px;
}
#fair-det #deferent .brand-content .content-block .text h4 .en-name {
  display: block;
  font-size: 2.3rem;
  font-weight: 400;
}
#fair-det #deferent .brand-content .content-block .text h4 .jp {
  font-size: 1.6rem;
  font-weight: 400;
}
#fair-det #deferent .brand-content .content-block .text p {
  margin-bottom: 0;
  text-align: left;
  max-width: 360px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #fair-det #deferent .brand-content .content-block .text p {
    margin-top: 10px;
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #fair-det #deferent .brand-content .content-block .text p {
    max-width: none;
  }
}
#fair-det #deferent .brand-content .link {
  text-align: center;
}
#fair-det #deferent .brand-content .link a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.8rem;
  font-weight: 400;
  text-decoration: none;
  line-height: 1;
  background-color: #3C4835;
  padding: 20px 30px;
  color: #fff;
}
#fair-det #deferent .brand-content .link a:hover{
  background-color: #516148;
}
@media screen and (max-width: 768px) {
#fair-det #deferent .brand-content .link a{
  display: flex;
  font-size: 4.0vw;
  padding: 15px ;
}
}
#fair-det #point {
  text-align: center;
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  #fair-det #point {
    padding: 0px 0;
    line-height: 0;
  }
}
#fair-det #model {
  background-color: #685042;
  padding: 90px 0;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #fair-det #model {
    padding: 50px 5%;
  }
}
#fair-det #model h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #fair-det #model h2 {
    margin-bottom: 20px;
  }
}
#fair-det #model h2 span {
  display: inline-block;
  border-bottom: 1px solid #fff;
  padding-bottom: 0;
  line-height: 1;
  font-size: 3rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #fair-det #model h2 span {
    font-size: 4.6vw;
  }
}
#fair-det #model .lead {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #fair-det #model .lead {
    text-align: center;
    font-size: 3.8vw;
    margin-bottom: 40px;
  }
}
#fair-det #model .model-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  #fair-det #model .model-block {
    flex-direction: column-reverse;
  }
}
#fair-det #model .model-block .text {
  width: 50%;
  padding: 0 40px;
  color: #000;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #fair-det #model .model-block .text {
    width: 100%;
    padding: 15px 3%;
  }
}
#fair-det #model .model-block .text .label {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #fair-det #model .model-block .text .label {
    text-align: center;
  }
}
#fair-det #model .model-block .text .label span {
  display: inline-block;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  #fair-det #model .model-block .text .label span {
    font-size: 4vw;
  }
}
#fair-det #model .model-block .text .label.limited span {
  background: #992600;
}
#fair-det #model .model-block .text .label.all span {
  background-color: #20335C;
}
#fair-det #model .model-block .text h3 {
  color: #7D6F41;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #fair-det #model .model-block .text h3 {
    text-align: center;
  }
}
#fair-det #model .model-block .text h3 .en-name {
  display: block;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #fair-det #model .model-block .text h3 .en-name {
    font-size: 5.5vw;
  }
}
#fair-det #model .model-block .text h3 .jp {
  display: block;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #fair-det #model .model-block .text h3 .jp {
    font-size: 3.5vw;
  }
}
#fair-det #model .model-block .text p {
  font-weight: 400;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #fair-det #model .model-block .text p {
    font-size: 3.8vw;
    margin-bottom: 20px;
  }
}
#fair-det #model .model-block .text .note {
  font-size: 1.4rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #fair-det #model .model-block .text .note {
    font-size: 2.9vw;
  }
}
#fair-det #model .model-block .text .shop {
  display: inline-block;
  background-color: #EAEAEA;
  padding: 10px;
  line-height: 1.1;
  font-size: 1.45rem;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  #fair-det #model .model-block .text .shop {
    text-align: center;
    width: 100%;
    font-size: 3.7vw;
  }
}
#fair-det #model .model-block .image {
  width: 50%;
  line-height: 0;
  position: relative;
  right: -1px;
}
@media screen and (max-width: 768px) {
  #fair-det #model .model-block .image {
    width: 100%;
    right: 0px;
  }
}
#fair-det #model .link {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #fair-det #model .link {
    margin-bottom: 40px;
  }
}
#fair-det #model .link a {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 400;
  font-size: 1.8rem;
  padding: 10px 30px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #fair-det #model .link a {
    width: 100%;
    font-size: 4vw;
  }
}
#fair-det #model .link a:hover {
  background-color: #fff;
  color: #000;
}
#fair-det #model .note {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #fair-det #model .note {
    font-size: 2.9vw;
  }
}
#fair-det #combination {
  background-color: #466254;
  padding: 90px 0;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #fair-det #combination {
    padding: 30px 5%;
  }
}
#fair-det #combination .inner {
  max-width: 1040px;
}
#fair-det #combination h2 {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #fair-det #combination h2 {
    flex-direction: column;
    text-align: center;
  }
}
#fair-det #combination h2 .text {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  #fair-det #combination h2 .text {
    font-size: 5.0vw;
    line-height: 1.5;
    border: none;
  }
  #fair-det #combination h2 .text span{
    border-bottom: 1px solid #fff;
  }
}
#fair-det #combination h2 .flag {
  width: 120px;
}
@media screen and (max-width: 768px) {
  #fair-det #combination h2 .flag {
    width: 90px;
    margin: auto;
  }
}
#fair-det #combination .lead {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #fair-det #combination .lead {
    font-size: 4.3vw;
    margin-bottom: 30px;
    text-align: center;
  }
}
#fair-det #combination .layout {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #fair-det #combination .layout {
    display: block;
  }
}
#fair-det #combination .layout .box {
  width: 33.333%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #fair-det #combination .layout .box {
    width: 100%;
    margin-bottom: 30px;
  }
}
#fair-det #combination .layout .box .image {
  margin-bottom: 10px;
}
#fair-det #combination .layout .box .image img {
  height: 380px;
}
#fair-det #combination .layout .box p {
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #fair-det #combination .layout .box p {
    font-size: 4.6vw;
  }
}
#fair-det #stylebook {
  padding: 90px 0;
  text-align: center;
  max-width: 635px;
  margin: auto;
}
  #fair-det #stylebook img{
    margin-bottom: 15px;
  }
@media screen and (max-width: 768px) {
  #fair-det #stylebook {
    padding: 30px 5%;
    line-height: 0;
    margin-bottom: 30px;
  }
  #fair-det #stylebook img{
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=style.css.map */
