﻿@font-face {
  font-family: 'TBGoStdDB';
  src: url("https://www.manyu-randoselu.jp/Contents/font/TBGoStdDB-Normal.otf") format("opentype");
}

@font-face {
  font-family: 'TBGoStdR';
  src: url("https://www.manyu-randoselu.jp/Contents/font/TBGoStdR-Normal.otf") format("opentype");
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "TBGoStdR", serif;
  font-size: 16px;
  font-weight: 400;
  color: #503A2F;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #F8F7F7;
  overflow-x: hidden;
  overflow-wrap: break-word;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  body {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

figure {
  margin: 0;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 1;
}

p {
  margin: 0;
  line-height: calc(40/16);
  max-height: 100%;
}

@media screen and (max-width: 767px) {
  p {
    line-height: calc(50/24);
    text-align: left;
  }
}

a:visited {
  color: #503A2F;
}

ul {
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .hidden-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hidden-pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .hidden-sp {
    display: none !important;
  }
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.inner {
  max-width: 980px;
  margin: 0 auto;
  height: inherit;
  padding-left: 0px;
  padding-right: 0px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .inner {
    padding-left: calc(100vw / 640 * 40);
    padding-right: calc(100vw / 640 * 40);
  }
}

.section_title {
  font-family: "TBGoStdDB", serif;
  font-size: 26px;
  padding: 30px 0;
  margin: 0;
  position: relative;
  text-align: center;
  line-height: 1;
  letter-spacing: 2.6px;
}

.section_title::before {
  content: "";
  display: inline-block;
  background: url(https://www.manyu-randoselu.jp/Contents/Feature/exhibition/pc/section_title_snipets.png) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 41px;
  height: 5px;
}

@media screen and (max-width: 767px) {
  .section_title::before {
    background: url(https://www.manyu-randoselu.jp/Contents/Feature/exhibition/sp/section_title_snipets.png) no-repeat center center/contain;
    width: calc(100vw / 640 * 41);
  }
}

.section_title::after {
  content: "";
  display: inline-block;
  background: url(https://www.manyu-randoselu.jp/Contents/Feature/exhibition/pc/section_title_snipets.png) no-repeat center center/contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 41px;
  height: 5px;
}

@media screen and (max-width: 767px) {
  .section_title::after {
    background: url(https://www.manyu-randoselu.jp/Contents/Feature/exhibition/sp/section_title_snipets.png) no-repeat center center/contain;
    width: calc(100vw / 640 * 41);
  }
}

@media screen and (max-width: 767px) {
  .section_title {
    font-size: calc(100vw / 640 * 32);
    font-size: calc(100vw / 640 * 32);
    padding: calc(100vw / 640 * 30) 0;
    letter-spacing: 0.32px;
  }
}

.section_title_sub {
  text-align: center;
  line-height: calc(40/16);
  font-family: "TBGoStdR", serif;
}

@media screen and (max-width: 767px) {
  .section_title_sub {
    line-height: calc(50/24);
    text-align: left;
    font-size: 16px;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: #503A2F;
}

a:hover {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main_btn a {
  font-family: "TBGoStdDB", serif;
  display: inline-block;
  background: #715F56;
  color: #fff;
  font-size: 20px;
  text-align: center;
  background: #715F56;
  border: 1px solid #BBB1AC;
  border-radius: 6px;
}

@media screen and (max-width: 767px) {
  .main_btn a {
    border-radius: 3px;
  }
}

.main_btn a:hover {
  background: #fff;
  color: #715F56;
  border: 1px solid #BBB1AC;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

.main_btn_sm a {
  width: 224px;
  padding: 15px 10px;
  letter-spacing: 2px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main_btn_sm a {
    font-size: 18px;
    padding: 12px 10px;
  }
}

@media screen and (max-width: 767px) {
  .main_btn_sm a {
    font-size: 16px;
    width: 68.5%;
    padding: 8px 5px;
    letter-spacing: 1.2px;
  }
}

.main_btn_lg a {
  padding: 24px 100px;
  width: 377px;
  letter-spacing: 1px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main_btn_lg a {
    font-size: 20px;
    padding: 15px 10px;
  }
}

@media screen and (max-width: 767px) {
  .main_btn_lg a {
    width: 76.7%;
    font-size: 17px;
    padding: 19px 40px;
    border: none;
    letter-spacing: .65px;
  }
}

.boy_btn a {
  background: #384C6C;
  color: #fff;
  padding: 30px 10px;
  width: 430px;
  letter-spacing: 4px;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  font-family: "TBGoStdDB", serif;
  border-radius: 6px;
}

@media screen and (max-width: 767px) {
  .boy_btn a {
    width: calc(100vw / 640 * 480);
    border-radius: 3px;
    font-size: calc(100vw / 640 * 26);
    letter-spacing: 2.6px;
    padding: calc(100vw / 640 * 37) calc(100vw / 640 * 20);
  }
}

.girl_btn a {
  background: #A04444;
  color: #fff;
  padding: 30px 10px;
  width: 430px;
  letter-spacing: 4px;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  font-family: "TBGoStdDB", serif;
  border-radius: 6px;
}

@media screen and (max-width: 767px) {
  .girl_btn a {
    width: calc(100vw / 640 * 480);
    border-radius: 3px;
    font-size: calc(100vw / 640 * 26);
    letter-spacing: 2.6px;
    padding: calc(100vw / 640 * 37) calc(100vw / 640 * 20);
  }
}

.exhibition_top {
  padding: 50px 0 0;
}

@media screen and (max-width: 767px) {
  .exhibition_top {
    padding: calc(100vw / 640 * 157) 0 calc(100vw / 640 * 8);
  }
}

.exhibition_top_container h1 {
  text-align: center;
  font-size: 34px;
  line-height: calc(52/34);
  letter-spacing: 3.4px;
  font-family: "TBGoStdDB", serif;
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .exhibition_top_container h1 {
    font-size: calc(100vw / 640 * 36);
    letter-spacing: 1.8px;
    margin-bottom: calc(100vw / 640 * 36);
  }
}

.exhibition_top_container h1 span {
  font-size: 26px;
  letter-spacing: 2.6px;
}

@media screen and (max-width: 767px) {
  .exhibition_top_container h1 span {
    font-size: calc(100vw / 640 * 30);
    letter-spacing: 1.5px;
  }
}

.exhibition_top_container .top_img {
  width: 100%;
  margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
  .exhibition_top_container .top_img {
    margin-bottom: calc(100vw / 640 * 46);
  }
}

.exhibition_top_container p {
  margin: 20px 0 0 0;
  text-align: center;
  line-height: calc(40/16);
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .exhibition_top_container p {
    font-size: calc(100vw / 640 * 24);
    text-align: left;
    margin: 0 calc(100vw / 640 * 20);
    line-height: calc(50/24);
    padding-left: calc(100vw / 640 * 40);
    padding-right: calc(100vw / 640 * 40);
  }
}

.exhibition_top_container .text_strong {
  line-height: calc(34/18);
  font-family: "TBGoStdDB", serif;
  color: #FF7777;
  letter-spacing: 0.36px;
  font-size: 18px;
  margin: 20px 15px;
}

@media screen and (max-width: 767px) {
  .exhibition_top_container .text_strong {
    font-size: calc(100vw / 640 * 24);
    text-align: left;
    margin: calc(100vw / 640 * 18) calc(100vw / 640 * 20) calc(100vw / 640 * 49);
    line-height: calc(50/24);
    letter-spacing: 0;
  }
}

@media screen and (max-width: 767px) {
  .exhibition_top_container {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}

.freepage2023_sec_content_newseries_text h3 {
  font-family: "TBGoStdDB", serif !important;
  margin: 24px 0 7px;
}

@media screen and (max-width: 767px) {
  .freepage2023_sec_content_newseries_text h3 {
    letter-spacing: 0.7px;
    margin: 0 0 calc(100vw / 640 * 16);
  }
}

@media screen and (max-width: 767px) {
  .freepage2023_sec_content_newseries_text {
    padding: calc(100vw / 640 * 25) calc(100vw / 640 * 34) calc(100vw / 640 * 37);
    border: 1px solid #D1C7C1;
    border-top: none;
  }
}

.freepage2023_sec_content_newseries_text_inner p {
  line-height: 40px;
  font-family: "TBGoStdR", serif !important;
}

@media screen and (max-width: 767px) {
  .freepage2023_sec_content_newseries_text_inner p {
    line-height: calc(50/24);
  }
}

.freepage2023_sec_content_newseries {
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .freepage2023_sec_content_newseries {
    margin-top: calc(100vw / 640 * 6);
    border: none;
    width: calc(100vw / 640 * 551);
  }
}

.freepage2023_sec_content_newseries:hover {
  opacity: .6;
}

.exihibition_about {
  padding: 27px 0;
}

@media screen and (max-width: 767px) {
  .exihibition_about {
    padding: calc(100vw / 640 * 23) 0;
  }
}

.exihibition_about_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 47px;
}

@media screen and (max-width: 767px) {
  .exihibition_about_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: calc(100vw / 640 * 10);
  }
}

.text_link a {
  font-family: "TBGoStdDB", serif;
  color: #FF7777;
  text-decoration: underline;
}

.exihibition_about_left {
  width: 38.6%;
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .exihibition_about_left {
    width: 100%;
    padding: 0 calc(100vw / 640 * 20);
  }
}

.exihibition_about_left img {
  width: 335px;
}

@media screen and (max-width: 767px) {
  .exihibition_about_left img {
    width: 100%;
  }
}

.exihibition_about_right {
  width: 61.4%;
}

@media screen and (max-width: 767px) {
  .exihibition_about_right {
    width: 100%;
    margin-top: calc(100vw / 640 * 25);
  }
}

@media screen and (max-width: 767px) {
  .exihibition_about_right ul {
    padding: 0 calc(100vw / 640 * 10);
  }
}

.exihibition_about_right ul li {
  line-height: calc(40/16);
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 767px) {
  .exihibition_about_right ul li {
    font-size: calc(100vw / 640 * 24);
    line-height: calc(50/24);
    padding-right: calc(100vw / 640 * 20);
    padding-left: calc(100vw / 640 * 34);
    text-indent: calc(100vw / 640 * -34);
  }
}

.exihibition_about_right ul li::before {
  margin-left: 8px;
  content: '';
  position: relative;
  top: -2px;
  left: -8px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #503A2F;
}

@media screen and (max-width: 767px) {
  .exihibition_about_right ul li::before {
    margin-left: calc(100vw / 640 * 24);
    width: calc(100vw / 640 * 10);
    height: calc(100vw / 640 * 10);
    top: calc(100vw / 640 * -4);
    left: calc(100vw / 640 * -14);
  }
}

.exihibition_about_right p {
  margin-top: 12px;
  margin-left: -3px;
}

@media screen and (max-width: 767px) {
  .exihibition_about_right p {
    margin-top: calc(100vw / 640 * 15);
    padding: 0 calc(100vw / 640 * 25);
    font-size: calc(100vw / 640 * 24);
  }
}

.exihibition_map {
  padding: 39px 0 60px;
}

@media screen and (max-width: 767px) {
  .exihibition_map {
    padding: calc(100vw / 640 * 39) 0 calc(100vw / 640 * 60);
  }
}

.exihibition_map_container {
  margin-top: 70px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .exihibition_map_container {
    margin-top: calc(100vw / 640 * 36);
  }
}

.exihibition_map_container img {
  width: 800px;
}

.exihibition_info_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .exihibition_info_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.exihibition_info_item {
  width: 48.5%;
  font-family: "TBGoStdDB", serif;
  background: #fff;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .exihibition_info_item {
    width: 100%;
    margin-bottom: calc(100vw / 640 * 30);
  }
}

.exihibition_info_item h3 {
  padding: 15px 12px;
  background-color: #715F56;
  color: #fff;
  margin-bottom: 15px;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .exihibition_info_item h3 {
    font-size: calc(100vw / 640 * 28);
    padding: calc(100vw / 640 * 20) calc(100vw / 640 * 16) calc(100vw / 640 * 15);
    margin-bottom: calc(100vw / 640 * 16);
  }
}

.exihibition_info_item h3 .waku {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .exihibition_info_item h3 .waku span {
    width: calc(100vw / 640 * 240);
  }
}

.exihibition_info_item h3 .fss {
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .exihibition_info_item h3 .fss {
    font-size: calc(100vw / 640 * 20);
  }
}

.exihibition_info_item table {
  margin: 0 28px 5px 28px;
  font-size: 15px;
  border-collapse: collapse;
  border-spacing: 0;
  flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .exihibition_info_item table {
    font-size: calc(100vw / 640 * 24);
    margin: 0 calc(100vw / 640 * 36) 5px calc(100vw / 640 * 36);
  }
}

.exihibition_info_item table tbody tr th {
  text-align: left;
  width: 66px;
  margin-right: 20px;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .exihibition_info_item table tbody tr th {
    width: calc(100vw / 640 * 97);
  }
}

.exihibition_info_item table tbody tr td {
  line-height: calc(34/15);
  width: 335px;
  padding-left: 20px;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .exihibition_info_item table tbody tr td {
    width: calc(100vw / 640 * 379);
    padding-left: calc(100vw / 640 * 30);
    padding-bottom: calc(100vw / 640 * 8);
  }
}

.exihibition_info_item .exihibition_info_item_map {
  text-align: center;
  margin-top: 14px;
}

@media screen and (max-width: 767px) {
  .exihibition_info_item .exihibition_info_item_map {
    margin-top: calc(100vw / 640 * 20);
    padding-bottom: calc(100vw / 640 * 315);
    height: 0;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .exihibition_info_item .exihibition_info_item_map iframe {
    width: calc(100vw / 640 * 480);
  }
}

.exihibition_info_item .exhibition_info_item_btn {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 26px;
}

@media screen and (max-width: 767px) {
  .exihibition_info_item .exhibition_info_item_btn {
    margin-top: calc(100vw / 640 * 50);
    margin-bottom: calc(100vw / 640 * 36);
  }
}

.exihibition_info_item .exhibition_info_item_btn .boy_btn {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .exihibition_info_item .exhibition_info_item_btn .boy_btn {
    margin-bottom: calc(100vw / 640 * 20);
  }
}

.exihibition_banner_container {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .exihibition_banner_container {
    margin-top: calc(100vw / 640 * 80);
  }
}

.exihibition_banner_container .exihibition_banner_img {
  position: relative;
}

.exihibition_banner_container .exihibition_banner_img img {
  border: 1px solid #BBB1AC;
  width: 980px;
}

@media screen and (max-width: 767px) {
  .exihibition_banner_container .exihibition_banner_img img {
    width: 100%;
  }
}

.exihibition_banner_container .exihibition_banner_img .exihibition_banner_img_text {
  font-family: "TBGoStdDB", serif;
  text-align: center;
  position: absolute;
  top: 31px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .exihibition_banner_container .exihibition_banner_img .exihibition_banner_img_text {
    top: calc(100vw / 640 * 40);
  }
}

.exihibition_banner_container .exihibition_banner_img .exihibition_banner_img_text p {
  font-size: 18px;
  margin-bottom: 5px;
  letter-spacing: 0.9px;
}

@media screen and (max-width: 767px) {
  .exihibition_banner_container .exihibition_banner_img .exihibition_banner_img_text p {
    font-size: calc(100vw / 640 * 18);
    letter-spacing: calc(100vw / 640 * 0.9);
    margin-bottom: calc(100vw / 640 * 10);
    text-align: center;
    line-height: 1;
  }
}

.exihibition_banner_container .exihibition_banner_img .exihibition_banner_img_text h3 {
  font-size: 26px;
  letter-spacing: 2.6px;
}

@media screen and (max-width: 767px) {
  .exihibition_banner_container .exihibition_banner_img .exihibition_banner_img_text h3 {
    font-size: calc(100vw / 640 * 26);
    letter-spacing: calc(100vw / 640 * 2.6);
    width: calc(100vw / 640 * 400);
    text-align: center;
  }
}

.exihibition_banner_container .exihibition_banner_img:hover .exihibition_banner_img_text {
  opacity: .6;
}

.exihibition_banner_container .exihibition_banner_text {
  margin-top: 29px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .exihibition_banner_container .exihibition_banner_text {
    font-size: calc(100vw / 640 * 24);
    margin-top: calc(100vw / 640 * 24);
    text-align: left;
    padding: 0 calc(100vw / 640 * 20);
  }
}

.c-header2023__container01__inner__cart__link__text {
  white-space: nowrap;
}

.h-move_up {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

#pankuzu {
  margin-top: 11px;
}

@media screen and (max-width: 767px) {
  #pankuzu {
    font-size: calc(100vw / 640 * 20);
    margin-top: calc(100vw / 640 * 6);
  }
}

@media screen and (max-width: 767px) {
  #pankuzu p {
    padding-top: calc(100vw / 640 * 12);
    padding-bottom: calc(100vw / 640 * 12);
  }
}

.c-footer2023 {
  padding-top: 110px;
}

@media screen and (max-width: 767px) {
  .c-footer2023 {
    padding-top: calc(100vw / 640 * 90);
  }
}

.exhibition_2025Wrap .exihibition_info .exihibition_info_item h3 .waku .yoyaku {
    color: #715F56;
    background: #fff;
    font-size: 13px;
    display: inline-block;
    height: 25px;
    width: 70px;
    padding: 6px 9px;
    line-height: 1;
    border-radius: 4px;
    margin-left: 10px;
    vertical-align: top;
    margin-top: 4px;
}

.exihibition_info_container .goudou_img {
    max-width: 890px;
    margin: 0 auto 40px;
}
.exihibition_info .tab-header {
    border-bottom: 2px solid #FF7777;
    display: flex;
    margin-bottom: 33px;
}

.exihibition_info .tab-header .tab-link{
    width: 50%;
    height: 70px;
    background: #FFFFFF;
    color: #715F56;
    border: 1px solid #715F56;
    border-bottom: none;
    border-radius: 6px 6px 0 0;
    opacity: 0.5;
    font-family: 'TBGoStdDB';
    font-size: 26px;
}
.exihibition_info .tab-header .tab-link.active{
    background: #FF7777;
    color: #fff;
    opacity: 1;
    border: 1px solid #FF7777;
    border-bottom: none;
}

@media screen and (max-width: 767px) {
 .exhibition_2025Wrap .exihibition_info .exihibition_info_item h3 .waku .yoyaku {
    font-size: calc(100vw / 640* 18);
    height: calc(100vw / 640* 28);
    width: calc(100vw / 640* 89);
    padding: calc(100vw / 640* 6) calc(100vw / 640* 8);
    line-height: 1;
    border-radius: calc(100vw / 640* 5);
    margin-left: calc(100vw / 640* 13);
    margin-top: calc(100vw / 640* 8);
}

.exihibition_info_container .goudou_img {
    max-width: calc(100vw / 640 * 560);
    margin: 0 auto calc(100vw / 640 * 33);
}
.exihibition_info .tab-header {
    border-bottom: calc(100vw / 640 * 3) solid #FF7777;
    display: flex;
    margin-bottom: calc(100vw / 640 * 33);
}

.exihibition_info .tab-header .tab-link{
    width: 50%;
    height: calc(100vw / 640 * 70);
    background: #FFFFFF;
    color: #715F56;
    border: 1px solid #715F56;
    border-bottom: none;
    border-radius: calc(100vw / 640 * 6) calc(100vw / 640 * 6) 0 0;
    opacity: 0.5;
    font-size: calc(100vw / 640 * 24);
}
.exihibition_info .tab-header .tab-link.active{
    background: #FF7777;
    color: #fff;
    opacity: 1;
    border: 1px solid #FF7777;
    border-bottom: none;
}
.exhibition_2025Wrap .exihibition_info .exihibition_info_item h3 .waku span.yoyaku_s {
    text-align: left;
    width: auto;
    white-space: nowrap;
}
}