
@charset "utf-8";/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */a,hr{color:inherit}address,blockquote,body,dl,fieldset,figure,form,h1,h2,h3,h4,h5,h6,hr,iframe,ol,p,pre,table,ul{margin:0}progress,sub,sup{vertical-align:baseline}fieldset,legend,ol,option,td,th,ul{padding:0}caption,th{text-align:left}*,::after,::before{box-sizing:border-box;border-style:solid;border-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;scroll-behavior:smooth}details,main{display:block}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}ol,ul{list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;clear:both}code,kbd,pre,samp{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}embed,iframe,img,object,svg{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:0 0;padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}[type=button],[type=reset],[type=submit],button,label[for]{cursor:pointer}[type=button]:disabled,[type=reset]:disabled,[type=submit]:disabled,button:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}fieldset{min-width:0}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type=number]{-moz-appearance:textfield}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-color:inherit;border-collapse:collapse}td,th{vertical-align:top}th{font-weight:700}

:root {
  --key-color: #d6edf4;
  --main-color: #ffeb5a;
  --font-color: #000;
  --main-lh: 1.5;
  --font-size11: 0.6875em;
}

body {
    /*font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",sans-serif;*/
	font-family: "Kiwi Maru", serif;
    font-weight: 500;
    color: #000;
    font-size:1.16vw;
    font-feature-settings: "palt";
    background: #faebed;
    background: linear-gradient(29deg, rgba(250, 235, 237, 1) 0%, rgba(255, 250, 250, 1) 25%, rgba(255, 252, 240, 1) 91%);
}

.wrap {
    position: relative;
	overflow: hidden;
}
.en {
  font-family: "Oswald", sans-serif;
}

.pc {
  display: block;
}
.sp {
  display: none;
}

img {
  width: 100%;
}
p {
    line-height: 2.2;
    padding-bottom: 1em;
    letter-spacing: 0.03em;
}
.kiwi {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex.flex-center {
    justify-content: center;
}
.hamburger {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 10px;
    right: 13px;
    z-index: 12;
    cursor: pointer;
    transition: .4s;
    display: block;
    border-radius: 99px;
}
.hamburger span {
    position: absolute;
    width: 70%;
    height: 2px;
    background-color: #47372c;
    transition: .3s;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.hamburger span:first-of-type {
    top: 18px;
}
.hamburger span:nth-of-type(2) {
    top: 26px;
}
.hamburger span:nth-of-type(3) {
    top: 34px;
}
.menu-active .hamburger {
        background:none;

}
.hamburger {
	display: none;
}

.hamburger-title {
    font-weight: 500;
}
.menu-active .slide-menu {
  transform: translateX(0);
      overflow: scroll;
}
.slide-menu {
    position: absolute;
    top: 2.5vw;
right: 2.5vw;
}
.slide-menu-nav {

}
.slide-menu-logo {

}
.slide-menu ul{

}
.slide-menu li{
    display: inline-block;
    font-size: 1.05em;
    padding: 0 1.5em 0 0.5em;
    position: relative;
}
.slide-menu li:after{
   content: "/";
	position: absolute;
	right: 0;
	    color: #63605e;
}
.slide-menu li:last-child:after{
display: none;
}

.slide-menu li a {
    display: inline-block;
    font-weight: 500;
    transition: .4s;
}
.slide-menu li a:hover {
    transition: .4s;

}
.menu-active .hamburger span:first-of-type{
  top: 50%;
  transform: rotate(45deg); 
}
.menu-active .hamburger span:nth-of-type(2){
  top: 50%;
  transform: rotate(-45deg); 
}
.menu-active .hamburger span:nth-of-type(3){
opacity: 0;
}
.menu-active .hamburger-title{
opacity: 0;
}


.menu-active .slide-menu {
 opacity: 0.97;
  pointer-events: auto;
  transform: scale(1, 1) 
}
.body.menu-active {
  overflow: hidden;
  transition: .7s;
}
.gnav {
    position: absolute;
    top: 3.1vw;
    left: 26.5vw;
}
/*.gnav {
    position: absolute;
    top: 3.6vw;
    width: 100%;
    text-align: center;
}*/
.page-head-menu {
    position: absolute;
    right: 7vw;
    font-size: 0.9em;
}


.page-head-menu li{
    display: inline-block;
    font-size: 1.05em;
    padding: 0 1.2em 0 0.5em;
    position: relative;
}
.page-head-menu li:after{
   content: "/";
	position: absolute;
	right: 0;
	    color: #63605e;
}
.page-head-menu li:last-child:after{
display: none;
}

.page-head-menu li a {
    display: inline-block;
    font-weight: 500;
    transition: .4s;
    position: relative;
}

.page-head-menu li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px; /* 下線の位置 */
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .4s ease;
}

.page-head-menu li a:hover::after {
    transform: scaleX(1);
}
/************************* header ***************************/
header {
    background: #fff;
    position: relative;
}
h1 {
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 0.02em;
}
header h1 {
    padding-left: 7vw;
}



.site-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
	padding:1.9em 0 2em 0;
}
.site-title-logo {
    width: 4.6vw;
    position: absolute;
    top: 0.5em;
    left: 0.8em;
}

/************************* hero ***************************/
.hero {
    position: relative;
}
.hero-fade {
  animation: fadeInlogo 0.5s ease forwards;
  animation-delay: 0.5s;
  opacity: 0;
}
.hero-copy {
    width: 40%;
    position: absolute;
    z-index: 222;
    bottom: 10%;
    left: 8%;
}
h1.logo {
    width: 25vw;
    margin: 0 auto;
}

.swiper {
    padding-top: 40px;
}
.page head h1 {
padding-left: 6em;
}



/************************* content ***************************/

.content {
  animation: fadeInlogo 0.5s ease forwards;
  animation-delay: 0.5s;
  opacity: 0;
}
@keyframes fadeInhero {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes fadeInlogo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

a:hover .item-tmb img {
  transform: scale(1.04, 1.04);
  transition: 0.4s all;
}
a .item-tmb img {
  transition: 0.4s all;
}
a:hover .item-image img {
  transform: scale(1.04, 1.04);
  transition: 0.4s all;
}
a .item-image img {
  transition: 0.4s all;
}
.item-image a:hover img {
  transform: scale(1.04, 1.04);
  transition: 0.4s all;
}
.item-image a img {
  transition: 0.4s all;
}


.inner {
  width: 80%;
  margin: 0 auto;
  position: relative;
}


.inner-mini {
  width: 65%;
  margin: 0 auto;
  position: relative;
}

.l-sec {
    padding: 6vw 0 0;
}
.bg-left {
	position: absolute;
	width: 14vw;
	top: 1vw;
	left: 0;
	z-index: 1;
}
.bg-right{
	position: absolute;
	width: 14vw;
	top: 1vw;
	right: 0;
	z-index: 1;
}
table {
    margin-bottom: 20px;
    border-top: #b4b4b4 solid 1px;
    width: 100%;
}
th {
font-size: 16px;
  font-weight: 400;
  padding: 15px 10px;
  line-height: 1.6;
    width: 7em;
    border-bottom: #b4b4b4 solid 1px;
}
td {
font-size: 16px;
  font-weight: 400;
  padding: 15px 0px;
  line-height: 1.6;
   border-bottom: #b4b4b4 solid 1px;
}
td a {
text-decoration: underline;
}

ul.sup li {
    font-size: 13px;
    line-height: 1.6;
    padding-bottom: 4px;
}
ul.indent li {
    text-indent: -1em;
  padding-left: 1em;
}
ul.indent-h li {
    text-indent: -0.4em;
  padding-left: 0.4em;
}

ul.indent li a{
text-decoration: underline;
}
footer {
    text-align: center;
    padding: 1.5em 0 3em 0;
    margin-top: 4vw;
    position: relative;
    z-index: 3;
}
.slide-title {
    font-size: 20px;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 40px;
    font-weight: 500;
    color: #7fbe26;
}
.logo150 {
    width: 10%;
    margin: 0 auto;
    padding: 1.4em 0;
}
.logo150 a{
transition: .4s;
}
.logo150 a:hover{
	opacity: 0.6;
transition: .4s;
}
.sec-lead {
    text-align: center;
    font-size: 2em;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.16em;
    padding-bottom: 2vw;
}

.sec-title {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    padding: 10px 28px 12px 18px;
    line-height: 1em;
    background: #7fbe26;
    border-radius: 0 90px 90px 0;
    display: inline-block;
    line-height: 1em;
    margin-bottom: 50px;
}

.bnr-link {
    text-align: center;
    padding: 10px 0;
}
.bnr-link a{
    text-align: center;
    font-weight: 500;
    padding-bottom: 30px;
    color: #ff8096;
	 position: relative;
    padding: 20px;
	display: inline-block;
}
.bnr-link a::before,
.bnr-link a::after {
    position: absolute;
top: 20px;
    height: 24px;
    content: '';
}

.bnr-link a::before {
    border-left: solid 2px;
    left: 0;
    transform: rotate(-30deg);
}

.bnr-link a::after {
    border-right: solid 2px;
    right: 0;
    transform: rotate(30deg);
}

.bnr a img{
	transition: .4s;
}
.bnr a {
	transition: .4s;
}
.bnr a img:hover {
	opacity: .5;
	transition: .4s;
}

.copyright {
    width: 100%;
    text-align: center;
    font-size: 1.05em;
    font-weight: 500;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(128, 128, 128, 0.5);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  overflow: auto; /* モーダル全体をスクロール可能に */
  padding-top: 5%;
}

.modal.open {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  background: #fff;
  padding: 70px;
  width: 78%;
  border-radius: 0 100px 100px;
  position: relative;
  text-align: center;
  border: #000 solid 3px;
  margin: 50px auto; /* 上下の余白を追加 */
}


.modal-items {
    display: flex;
    justify-content: space-between;
    padding-top: 1.8vw;
}
.modal-pic {
    width: 40%;
}
.modal-close {
    position: absolute;
    top: -35px;
    right: -35px;
    background: none;
    border: none;
    font-size: 64px;
    cursor: pointer;
}


.hero-slide {
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.swiper-wrapper {
/*transition-timing-function: linear;*/
  width: 100%;
}
.swiper {
    padding-top: 50px;
	z-index: 2;
	position: relative;
  overflow: visible!important;
}

.swiper-pagination {
  bottom: -40px !important;
}



.swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-bullet {
  width: 12px!important;
  height: 12px!important;
  margin: 0 8px!important;
  background: #161616!important;
  opacity: 1;
}

/* アクティブな丸のデザイン */
.swiper-pagination-bullet-active {
  background: #ee7d7d !important;   /* アクティブな色 */
}
/************************* #lead ***************************/
#lead {
    text-align: center;
    padding-bottom: 12em;
    position: relative;
    padding-top: 8em;
}
.lead-img {
	position: absolute;
	width: 15em;
}
.nav-content-items {
 padding-top: 5em;
}
.nav-content-item {
    width: 20vw;
    margin: 0.5em;
}
.btn {
    width: 19vw;
    margin: 0.5em;
}
.btn a {
    display: inline-block;
    width: auto;
    padding: 0.72em 1.5em;
    border-radius: 99px;
    font-size: 1em;
    line-height: 1em;
    background: #ee7d7d;
    color: #fff;
    transition: .4s;
    position: relative;
    text-align: center;
}
.nav-content-item.btn a {
	display: block;
}

.nav-content-item.btn a:before {
    content: "";
	position: absolute;
	left: 2em;
	top: 0.78em;
	background: #fff;
	height: 1.1em;
	width: 1px;
	transform: rotate(-22deg);
	transition: .4s;
}
.nav-content-item.btn a:after {
    content: "";
	position: absolute;
	right: 2em;
	top: 0.78em;
	background: #fff;
	height: 1.1em;
	width: 1px;
	transform: rotate(22deg);
	transition: .4s;
}
.nav-content-item.btn.pop a:before {
	background: #333;
}
.nav-content-item.btn.pop a:after {
background: #333;
}
.nav-content-item.btn.noline a:before {
	left: 1.5em;
}
.nav-content-item.btn.noline a:after {
	right: 1.5em;
}



.btn.pop a {
background: #f5b317;
    color: #333;
}
.btn a:hover {
    background: #333;
	color: #fff;
    transition: .4s;
}
.btn.pop a:hover {
    background: #333;
	color: #fff;
    transition: .4s;
}
.btn a:hover:before {
   background: #fff;
    transition: .4s;
}
.btn a:hover:after {
   background: #fff;
    transition: .4s;
}
section#suggestion {
    position: relative;
    padding-top: 0;
    background: #f7e0cc;
}
.suggestion-bg {
    position: absolute;
    width: 100%;
    bottom: 0;
}
#suggestion .inner-mini {
    z-index: 2;
}
#suggestion .nav-content-items {
    padding-top: 2em;
}
.sns-item {
    width: 8vw;
    margin: 1em;
    text-align: center;
	
}
.sns-item a {
transition: .4s;
}
.sns-item a:hover {
	opacity: 0.6;
transition: .4s;
}

.sns-items.flex.flex-center {
    padding-top: 6vw;
}
.sns-icon {
    width: 48%;
    margin: 0 auto;
}
.sns-name {
    font-size: 0.7em;
    text-align: center;
    padding-top: 1em;
}
.fl-menu {
    position: fixed;
    bottom: 1vw;
    right: 1vw;
    width: 18vw;
    z-index: 3;
}

section#home-exb {
    background: #feeac1;
    padding: 6em 0;
}
.home-sec-title {
    font-size: 1.6em;
    text-align: center;
	padding-bottom: 0.2em;
}
section#home-exb .inner {
    padding: 5em;
    background: #fff9eb;
	border-radius: 0.5em;
}
.home-sec-lead {
    font-size: 1.4em;
    text-align: center;
    padding-bottom: 2em;
	line-height: 1.6em;
}
.suggestion-items.flex {
    width: 80%;
    margin: 0 auto;
    justify-content: space-between;    z-index: 2;
    position: relative;
}
.suggestion-item-title {
    width: 48%;
}
.suggestion-item-title .btn a {
    width: 100%;
}


.suggestion-item-detail {
    width: 48%;
    padding-top: 5.5em;
    padding-bottom: 6em;
}
.home-sec-title-img {
    width: 12em;
    margin: 0 auto;
    padding-bottom: 2em;
}
.suggestion-bg2 {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
}
.suggestion-item-title .btn {
    padding-top: 3em;
    margin: 0 auto;
}

section#home-event {
    background: #fdcdc5;
	    padding: 6em 0;
}
section#home-event .inner {
    padding: 5em;
    background: #fff1f2;
    border-radius: 0.5em;
}
section#home-mv {
    background: #c8c9e4;
	    padding: 6em 0;
}
section#home-mv .inner {
    padding: 5em;
    background: #f8e7ee;
    border-radius: 0.5em;
}
section#home-event .btn {
    width: 100%;
    margin: 0.5em;
    text-align: center;
}
section#home-mv .btn {
    width: 100%;
    margin: 0.5em;
    text-align: center;
}
section#home-exb .btn {
    width: 100%;
    margin: 0.5em;
    text-align: center;
}
.home-youtube {
    width: 60%;
    margin: 0 auto;
    padding-top: 3em;
    position: relative;
    z-index: 2;
}
.site-title-logo-home {
	display: none;
}

.demo .site-title-logo-home {
    display: block;
    width: 12%;
    position: absolute;
    top: 0;
    z-index: 2;
}


.demo .site-title-logo {
		display: none;
}
.hero-layer {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    z-index: 3;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}
.moyou {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
}
.home-archive {
    position: relative;
    z-index: 2;
}

/************************* page ***************************/
.page .content {
    padding: 6vw 0;
}
.hero-inner.flex {
    width: 70%;
    margin: 0 auto;
    position: relative;
    padding-top: 2%;
}
.page-hero.hero-fade {
    padding-top: 2vw;
    background: #fad8d8;
    position: relative;
    z-index: 3;
    height: 24vw;
}

.page h1.logo {
    width: 30%;
}
.hero-title {
    width: 67%;
    margin-left: 3%;
    padding-top: 2%;
}
.hero-title img{
    width: 90%;
}

.hero-img {
    width: 28%;
    position: absolute;
    right: -5%;
    top: 4vw;
    z-index: 2;
}
.hero-summary {
    font-size: 1.1em;
    line-height: 1.7;
    color: #47372c;
    z-index: 2;
    font-weight: 500;
    margin: 0 auto;
    padding-left: 0.2em;
}



.page-hero-bg {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -10%;
}
.exhibition-archive-title {
    font-weight: 500;
    padding-bottom: 1em;
    font-size: 1.5em;
    color: #47372c;
    text-align: center;
}
.exhibition-archive-title-coution {
   font-size: 0.9em;
    padding-bottom: 2em;
    color: #47372c;
    text-align: center;
	    line-height: 1.6;
}
.home-archive-imgs.flex {
    flex-wrap: nowrap;
    gap: 1.5em;
}
#home-exb .btn {
    width: 19vw;
    margin: 0.5em;
    margin: 0 auto;
}
.home-archive-title {
    text-align: center;
    padding: 2em 0 1em;
    font-size: 1.4em;
    border-bottom: #8b8b8b solid 1px;
    margin-bottom: 1.2em;
}

.swiperfade,
.swiperup {
  overflow: hidden;
}

.swiperup {
  height: 7em; /* バナー画像の高さに合わせて調整 */
}

.swiperup .swiper-slide {
  height: 7em;
}
.swiperup img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0.6em;
}
.bnr-slide {
    position: absolute;
    bottom: 7%;
    right: 3.5%;
    z-index: 4;
}
/************************* exhibition ***************************/

#exhibition .page-hero {
    background: #fad8d8;
}
.exhibition-item.flex {
    border-bottom: #ef8282 solid 1px;
}
.exhibition-items {
    border-top: #ef8282 solid 1px;
}
.exhibition-detail {
    width: 62%;
    background: #fff;
       padding: 1.1em 1.4em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.exhibition-period {
    width: 38%;
    padding: 1.1em 0 1.1em 1.8em;
    line-height: 1.6;
	color: #47372c;
	font-weight: 500;
	font-size: 0.9em;
	background: #fad8d8;
}
.serch-items.flex.flex-center {
    background: #fff;
    padding: 30px;
    margin-bottom: 60px;
    border-radius: 15px;
}

.exhibition-area {
    width: 8em;
    border: #ee7d7d solid 1px;
    text-align: center;
    line-height: 1em;
    border-radius: 99px;
    color: #ee7d7d;
    font-size: 0.9em;
    padding: 0.6em;
    font-weight: 500;
}
.exhibition-summary {
    padding-left: 1.4em;
    font-weight: 400;
    color: #47372c;
	
}
.exhibition-type {
    font-size: 0.8em;
}
.exhibition-name {
    font-size: 1.15em;
    padding: 0.1em 0 0.3em 0;
    text-decoration: underline;
}
.exhibition-address {
    font-size: 0.9em;
}
.selectbox {
    display: inline-flex;
    align-items: center;
    position: relative;
    padding: 0 15px;
}
span.select-title {
    padding-right: 15px;
}
.selectbox::after {
    position: absolute;
    right: 30px;
    width: 11px;
    height: 8px;
    background-color: #47372c;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.selectbox select {
    appearance: none;
    min-width: 180px;
    height: 2.4em;
    padding: .4em calc(.8em + 20px) .3em 1em;
    background-color:#e7e7e7;
    color: #47372c;
    border-radius: 10px;
    font-size: 1em;
    cursor: pointer;
}

.serch-item button {
    width: 4em;
    text-align: center;
    line-height: 1em;
    padding: 12px;
    background: #ee7d7d;
    color: #fff;
    border-radius: 10px;
}

.exhibition-items p {
    padding: 2em;
    text-align: center;
}
.lead-img.lead-img01 {
    top: 0;
    left: -10%;
    border-radius: 100px;
    overflow: hidden;
}
.lead-img.lead-img03 {
    right: 5%;
    width: 10em;
    bottom: -30%;
	    border-radius: 999px;
    overflow: hidden;
}

.lead-img.lead-img02 {
    width: 13em;
    right: -10%;
    top: 5%;
	    border-radius: 100px;
    overflow: hidden;
}
/************************* event ***************************/

#event .page-hero {
    background: #fce8b9;
}
#event .inner-mini {
    padding: 4vw;
    background: #fff;
    border: #f5b317 solid 2px;
    border-radius: 1em;
    color: #47372c;
}
.event-archive-title {
    text-align: center;
    font-size: 1.5em;
    font-weight: 500;
    color: #333;
}

.event-archive-title-img {
    width: 11em;
    margin: 0 auto;
    padding: 0.4em 0 4em;
}
.event-items-m {
    width: 7vw;
    background: #f5b317;
    height: 7vw;
    color: #fff;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 999px;
    font-weight: 500;
}
.event-items-wrap {
    justify-content: space-between;
    padding-bottom: 4vw;
    border-bottom: #f5b317 solid 2px;
    margin-bottom: 4vw;
}
.event-items {
    width:100%;
}
.event-items-wrap:last-child {
    padding-bottom: 2vw;
	 border-bottom: none;
	margin-bottom: 0px;
}
.event-item {
    padding-bottom: 5vw;
}
.event-name {
    padding: 0.8em;
    font-size: 1.2em;
    line-height: 1.4em;
    font-weight: 500;
    background: #f5b317;
    color: #fff;
    text-align: center;
    margin-bottom: 1.5em;
    border-radius: 0.2em;
}
.event-name.eventend2 {
    background: #e1e1e1;
}


.event-schedule {
    line-height: 1.5em;
    padding-bottom: 0.2em;
    font-size: 0.9em;
}
.event-location {
    line-height: 1.5em;
    padding-bottom: 1em;
    font-size: 0.9em;
}
.event-summary {
    line-height: 1.8em;
    font-size: 0.9em;
}

/*
.end .event-name {
opacity: 0.4;
}
.end .event-schedule {
opacity: 0.4;
}
.end .event-location {
opacity: 0.4;
}
.end .event-summary {
opacity: 0.4;
}
*/
.event-item {
    padding-bottom: 3vw;
    margin-bottom: 3vw;
    border-bottom: #6d6057 dotted 2px;
	    padding-left: 1em;
    padding-right: 1em;
}
.event-item:last-child {
    border-bottom: none;
	    padding-bottom: 0;
    margin-bottom: 0;
}
.end-copy {
    font-weight: 500;
    color: #d70000;
    border-radius: 4px;
    padding-top: 0.5em;
    font-size: 0.9em;
}
span.month-no {
font-size:3.2em;
    padding-left: 1.1vw;
    font-weight: 500;
    display: block;
}

span.month {
    padding-top: 1.5em;
    padding-left: 0.1em;
}
.slide-menu-title-logo {
    display: none;
}
.slide-menu-title {
 display: none;
}

.btn.more a:after {
  
}
.btn.more a:before {
 
}
#event-list .nav-content-items {
    padding-top: 2vw;
}
.eventend {
	display: none;
}

/************************* postcard ***************************/
#postcard .page-hero.hero-fade {
    background: #ffc9ca;
}
#postcard .hero-img {
    width: 24%;
    position: absolute;
    right: -14%;
    top: 5vw;
}
.postcard-archive-title {
    font-size: 1.66em;
    text-align: center;
    font-weight: 500;
    padding-bottom: 1em;
    letter-spacing: 0.08em;
    color: #ee7d7d;
}
.postcard-items.flex {
    justify-content: space-between;
    gap: 24px;
}
.shortstory-items {
    justify-content: space-between;
    gap: 24px;
}
.postcard-item {
    width: calc(33.3333% - 24px);
}
.shortstory-item {
width: calc(33.3333% - 24px);
}

.stylebook-item {
    width: 60%;
    margin: 0 auto;
}
#postcard p.lead {
    text-align: center;
}
#postcard .l-sec {
    padding: 2vw 0 0;
}

/************************* movie ***************************/
#movie .page-hero.hero-fade {
    background: #aee0cf;
}
#movie .hero-img {
    width: 22%;
    right: -3%;
    top: 8vw;
}
.movie-archive-title {
    font-size: 1.66em;
    text-align: center;
    font-weight: 500;
    padding-bottom: 1em;
    letter-spacing: 0.08em;
    color: #599e9f;
}
.movie-items {
  padding-top: 40px;
}
.movie-item {
    text-align: center;
    padding-bottom: 6em;
    width: 85%;
    margin: 0 auto;
}

#movie p.lead {
    text-align: center;
}
#movie .l-sec {
    padding: 2vw 0 0;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#movie .inner-mini {
    padding: 4vw;
    background: #fff;
    border-radius: 1em;
    margin-top: 4vw;
    border: #aee0cf solid 2px;
}
.movie-title {
    font-size: 1.8em;
    font-weight: 500;
    text-align: center;
    padding: 0 0.5em 0.5em;
    margin-bottom: 1em;
    display: inline-block;
    border-bottom: #333 solid 2px;
}
.movie-item.green .movie-title {
  color: #599e9f;
 border-bottom: #599e9f solid 2px;
}
.movie-item.yellow .movie-title {
  color: #f5b317;
 border-bottom: #f5b317 solid 2px;
}

/************************* shortstory ***************************/
#shortstory .page-hero.hero-fade {
    background: #bce7ef;
}
#shortstory .hero-inner.flex {
    padding-right: 7%;
}
#shortstory.page h1.logo {
    width: 32%;
    margin: 0 auto;
}
#shortstory .hero-img {
    width: 26%;
    right: -10%;
    top: 9vw;
}#shortstory .hero-title {
    width: 68%;
    padding-left: 6%;
    padding-right: 0%;
    padding-top: 2vw;
}


.shortstory-archive-title {
    font-size: 1.66em;
    text-align: center;
    font-weight: 500;
    padding-bottom: 1em;
    letter-spacing: 0.08em;
    color: #599e9f;
}

.shortstory-item {
	    width: calc(33.3333% - 24px);
}



.archive-title-wrap {
    text-align: center;
}


#gallery .page-hero.hero-fade {
    background: #c9c9e2;
}
#gallery .hero-title {
    padding-top: 3%;
}
#gallery .hero-img {
    width: 13%;
    position: absolute;
    right: 5%;
    top: 10vw;
    z-index: 2;
}

#gallery .hero-title img {
    width: 78%;
    padding-bottom: 1.6em;
}


.gallery-archive-title-img {
    width: 16em;
    margin: 0 auto;
    padding: 0.4em 0 4em;
    position: absolute;
    left: 0;
    right: 0;
    top: 0.6em;
    z-index: 0;
}
.gallery-archive-title {
    text-align: center;
    font-size: 1.5em;
    font-weight: 500;
    color: #333;
    position: relative;
    z-index: 1;
}
.gallery-img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-items {
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.5em;
}
.gallery-item {
    width: calc(33% - 1.5em);
}
.gallery-archive-title-wrap {
    position: relative;
    padding-bottom: 5em;
}
.gallery-detail {
    padding: 0.6em;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 4px;
    position: relative;
    margin: 1.5em 0 2em;
}
.gallery-author {
    font-size: 0.7em;
    text-align: center;
    padding-top: 0.5em;
}
.gallery-summary {
    font-size: 0.7em;
    line-height: 1.6;
    padding-top: 1em;
}.gallery-detail-inner {
    border: #a7a7a7 solid 1px;
    padding: 0.6em 0.8em 0.8em;
}.gallery-name-title {
    font-size: 0.73em;
    text-align: center;
    padding-bottom: 0.5em;
    border-bottom: #333 solid 1px;
    display: block;
    width: 4.8em;
    margin: 0 auto 0.5em;
}
.gallery-name {
    text-align: center;
    font-weight: 400;
   font-size: 0.9em;
}
.gallery-line01 {
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    background: #fff;
    z-index: 2;
    top: 2px;
    left: 2px;
}
.gallery-line02 {
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    background: #fff;
    z-index: 2;
    top: 2px;
    right: 2px;
}
.gallery-line03 {
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    background: #fff;
    z-index: 2;
    bottom: 2px;
    right: 2px;
}
.gallery-line04 {
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    background: #fff;
    z-index: 2;
    bottom: 2px;
    left: 2px;
}
/************************* radio ***************************/
#radio .page-hero.hero-fade {
    background: #f1bba6;
}
#radio .hero-img {
    width: 25%;
    right: -8%;
    top: 9vw;
}
.radio-title {
    font-size: 1.4em;
    font-weight: 500;
    padding-bottom: 2em;
    color: #ee8c79;
    text-align: center;
    line-height: 1.5;
}
.radio-tmb {
    width: 34%;
}
.radio-tmb img {
    border-radius: 0.5em;
}
.radio-txt {
    width: 62%;
}
.radio-item.flex {
    background: #fff;
    border: #ee8c79 solid 3px;
    justify-content: space-between;
    padding: 2em;
    border-radius: 0.5em;
    margin-bottom: 1em;
}
.radio-item-data {
    font-size: 1.4em;
    font-weight: 500;
    padding-bottom: 0.6em;
	padding-top: 0.5em;
}
.radio-item-time {
    font-weight: 500;
    line-height: 1.1em;
    padding-bottom: 0.3em;
    padding-left: 1.4em;
    position: relative;
}
span.ico {
    display: block;
    width: 1em;
    height: auto;
    position: absolute;
    left: 0;
}
.radio-item-personality {
    font-weight: 500;
    line-height: 1.1em;
    padding-bottom: 0.3em;
    padding-left: 1.4em;
    position: relative;
}
.radio-item p {
    font-size: 0.9em;
    line-height: 1.5em;
    padding-top: 0.5em;
}
.radio-item a {
    display: block;
    background: #ee8c79;
    width: 8em;
    text-align: center;
    padding: 0.6em;
    border-radius: 99px;
    color: #fff;
	transition: .4s;
}
.radio-item a:hover {
   background: #333;
	transition: .4s;
}
/************************* hanagoin ***************************/
#publicity .page-hero.hero-fade {
    background: #d9e79d;
}
#publicity .hero-title img {
    width: 80%;
}
#publicity .hero-img {
    width: 21%;
    position: absolute;
    right: -2%;
    top: 10vw;
    z-index: 2;
}
#publicity .archive-title {
    font-size: 1.6em;
    font-weight: 500;
    text-align: center;
	color: #ce285f;
    padding: 0 0.5em 0.5em;
    margin-bottom: 2em;
    display: inline-block;
    border-bottom: #ce285f solid 3px;
}
section#shortstory {
    padding-top: 8em;
}
section#stylebook {
padding-top: 8em;
}


/************************* hanagoin ***************************/
#hanagoin .page-hero.hero-fade {
    background: #b1e8ef;
}
#hanagoin .hero-img {
    right: -1%;
    top: 8vw;
    z-index: 2;
}

.hanagoin-archive-title {
    font-size: 1.66em;
    text-align: center;
    font-weight: 500;
    padding-bottom: 1em;
    letter-spacing: 0.08em;
    color: #599e9f;
}
.hanagoin-items {
  padding-top: 40px;
}
.hanagoin-item {
    text-align: center;
    padding-bottom: 6em;
    width: 85%;
    margin: 0 auto;
}


#hanagoin p.lead {
    text-align: center;
}
#hanagoin .l-sec {
    padding: 2vw 0 0;
}
.hanagoin-tmb {
    width: 60%;
    margin: 0 auto;
	transition: .4s;
}
.hanagoin-tmb a {
	transition: .4s;
}
.hanagoin-tmb a:hover {
	opacity: .5;
	transition: .4s;
}
#hanagoin .inner-mini {
    padding: 4vw;
    background: #fff;
    border-radius: 1em;
    margin-top: 4vw;
    border: #b1e8ef solid 3px;
}
.hanagoin-title {
    font-size: 1.8em;
    font-weight: 500;
    text-align: center;
    padding: 0 0.5em 0.5em;
    margin-bottom: 2em;
    display: inline-block;
    border-bottom: #333 solid 3px;
}
.hanagoin-title {
  color: #599e9f;
 border-bottom: #599e9f solid 3px;
}
@media screen and (max-width:1600px) {
.gallery-items {
    gap: 2em;
}
.gallery-item {
    width: calc(33% - 2em);
}
  .gallery-name {
    font-size: 1em;
}
}

@media screen and (max-width:1200px) {
body {
    font-size: 15px;
}
.page-hero.hero-fade {
    height: 32vw;
}
	
	.page .inner-mini {
    width: 75%;
}
	.hero-inner.flex {
    width: 70%;
}
	.hero-img {
    width: 30%;
    position: absolute;
    right: -14%;
    top: 4vw;
}
	.hero-summary {
    top: 19vw;
}
	#event .inner-mini {
    border-radius: 100px;
}
	.event-items-m {
    width: 90px;
    height: 90px;
}span.month-no {
    font-size: 45px;
    padding-left: 0.3em;
    font-weight: 500;
    display: block;
    line-height: 0.4em;
}.btn.more a:before {

}.btn.more a:after {

}.event-items {
    width: calc(100% - 100px);
}
  
 	#movie .inner-mini {
    border-radius: 100px;
} 

  .gallery-item {
    width: calc(50% - 2em);
}
  .gallery-img {
    min-height: auto;
    padding-bottom: 20px;
}
}


@media screen and (max-width:800px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	h1.logo {
        width: 66%;
}
	.inner {
    width: 80%;
    margin: 0 auto;
    position: relative;
}
	.hamburger {
	display: block;
}
	.hero {
        height: 60vh;
}
	.hero-slide {
    height: 60vh;
}

	.hero-slide .swiper-slide {
    height: 60vh;
}
	.hero-slide .swiper-slide img {
width: 100%;
		height: 100%;
		object-fit: cover;
}
	header {
    background: #fff;
    position: fixed;
    z-index: 5;
    width: 100%;
}
	.site-title-logo {
    width: 50px;
    margin: 10px;
}
	.hero-copy {
        width: 70%;
        position: absolute;
        z-index: 222;
        bottom: auto;
        left: 10%;
        top: 47%;
}
.wrap {
    width: 100%;
}
h1 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
}
.slide-menu {
    position: fixed;
    top: 0;
    left: auto;
    right: -100%;
    z-index: 11;
    width: 100%;
    height: 100vh;
    background: #f5e8ee;
    opacity: 0;
    transition: .6s;
}
	
	.slide-menu li a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #47372c;
    padding: 20px;
    transition: .4s;
    width: 100%;
    border-top: #47372c dotted 1px;
}
	
	.menu-active .slide-menu {
    opacity: 0.97;
    pointer-events:all;
	right: 0;
	transition: .6s;
}
	
	.menu-active .hamburger span {
    background-color: #47372c;
}
	.slide-menu-title-logo {
    width: 50%;
    margin: 0 auto;
}
	.slide-menu-wrap {
    width: 75%;
    margin: 30px auto;
	position: relative; 
	display: block;
}
.slide-menu-title-logo {
    width: 50%;
    margin: 0 auto;
	display: block;
}
	.slide-menu li:after {
   display: none;
}
	.slide-menu li {
    display: block;
    font-size: 15px;
    position: relative;
}
	.slide-menu-title {
    font-size: 16px;
    text-align: center;
    padding: 10px 0 40px;
    color: #47372c;
		display: block;
}
	
	.l-sec {
    padding: 60px 0 0;
}#lead {
    text-align: center;
    padding-bottom: 60px;
}
	.sec-lead {
    font-size: 24px;
    padding-bottom: 40px;
}
	.btn {
    width: 46%;
    margin: 0.4em;
}.nav-content-items {
    padding-top: 24px;
}
	.btn a {
    font-size: 13px;
}
.sns-item {
    width: 120px;
    margin: 0.5em;
    text-align: center;
}.sns-name {
    font-size: 10px;
    text-align: center;
    padding-top: 1em;
}
	footer {
    text-align: center;
    padding: 20px 0 20px 0;
    margin-top: 30px;
    font-size: 12px;
}
	body {
        font-size: 15px;
    }    .inner-mini {
        width: 76%;
        margin: 0 auto;
        position: relative;
    }
	#lead p {
		text-align: left;
	}
	#suggestion .inner-mini {
    width: 64%;
    margin: 0 auto;
    position: relative;
    padding-top: 40px;
}
	.bg-right {
    position: absolute;
    width: 50px;
    top: 1vw;
    right: 0;
    z-index: 1;
}
	.bg-left {
    position: absolute;
    width: 50px;
    top: 1vw;
    left: 0;
    z-index: 1;
}
	.sns-items.flex.flex-center {
    padding-top: 70px;
}
	.sns-name {
display: none;
}
	.sns-items.flex.flex-center {
    justify-content: space-between;
    width: 50%;
    margin: 0 auto;
}
	.sns-item {
    width: calc(50% - 15px);
    margin: 0;
    text-align: center;
}.sns-icon {
    width: 100%;
    margin: 0 auto;
}
	
	.page-hero.hero-fade {
    margin-top: 70px;
}
	.exhibition-detail {
    width: 50%;
		    padding: 14px 24px;
		display: block;
}
	.exhibition-item.flex {

}
.exhibition-period {
width: 50%;
 padding: 14px 24px;
}	
	.fl-menu {
display: none;
}.hero-summary {
    font-size: 1em;
}
	#event .inner-mini {
    padding: 40px 20px;
}#event .inner-mini {
    border-radius: 60px;
}
	.event-items-wrap {
    padding-bottom: 40px;
    display: block;
}.event-items-m {
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
}.event-items {
    width: 100%;
}.event-name {
    padding: 0 0 14px;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 500;
}.event-schedule {
    line-height: 1.5em;
    padding-bottom: 0.2em;
    font-size: 14px;
}.event-location {
    line-height: 1.5em;
    padding-bottom: 1em;
    font-size: 14px;
}.event-summary {
    line-height: 1.8em;
    font-size: 14px;
}.event-item {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: #f5b317 dotted 1px;
    padding-left: 0;
    padding-right: 0;

}.btn.more {
    width: 80%;
    margin: 0.4em;
}.btn.more a:before {

}.btn.more a:after {

}.end-copy {
    font-size: 13px;
}
	.exhibition-summary {
    padding-left: 0;
}
  
  
	#movie .inner-mini {
    border-radius: 10px;
            padding: 40px 20px;
}

  #postcard .hero-img {
    width: 20%;
    position: absolute;
    right: 20px;
    top: auto;
    bottom: -30px;
}
#movie .hero-img {
    width: 26%;
    right: 0;
    top: auto;
    bottom: -30px;
}
	.page-head-menu {
    display: none;
}

.demo .site-title-logo-home {
    width: 20%;
}
	.site-title {
    padding: 1.5em 0 1.5em 0;
}
	.bnr-slide {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 4;
}
	.swiperup {
    height: 70px;
  width: 210px; 
}
	.lead-img {
    width: 90px;
}
	.lead-img.lead-img02 {
    width: 70px;
    right: -10%;
    top: 5%;
    border-radius: 100px;
    overflow: hidden;
}.lead-img.lead-img03 {
    right: 0;
    width: 50px;
    bottom: -20px;
    border-radius: 999px;
    overflow: hidden;
}.suggestion-items.flex {
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    z-index: 2;
    position: relative;
    display: block;
}.suggestion-item-title {
    width: 100%;
}.suggestion-item-title .btn {
    padding-top: 20px;
    margin: 0 auto;
    width: 100%;
}.suggestion-item-detail {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 60px;
}section#home-exb {
    background: #feeac1;
    padding: 60px 0;
}.inner {
    width: 90%;
    margin: 0 auto;
    position: relative;
}section#home-exb .inner {
    padding: 30px;
}section#home-event .inner {
    padding: 30px;
    background: #fff1f2;
    border-radius: 0.5em;
}.home-sec-title {
    font-size: 18px;
    text-align: center;
    padding-bottom: 0.2em;
}.home-sec-lead {
    font-size: 16px;
    text-align: center;
    padding-bottom: 20px;
    line-height: 1.6em;
}.home-archive-title {
    text-align: center;
    padding: 2em 0 1em;
    font-size: 15px;
    border-bottom: #8b8b8b solid 1px;
    margin-bottom: 1.2em;
}.home-archive-imgs.flex {
    flex-wrap: wrap;
    gap: 10px;
}.home-archive-imgs.flex {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0;
}.home-archive-img {
    width: calc(50% - 10px);
    margin-bottom: 20px;
}section#home-event {
    background: #fdcdc5;
    padding: 60px 0;
}section#home-mv {
    background: #c8c9e4;
    padding: 60px 0;
}section#home-mv .inner {
    padding: 30px;
    background: #f8e7ee;
    border-radius: 0.5em;
}.home-youtube {
    width: 100%;
    margin: 0 auto;
    padding-top: 3em;
    position: relative;
    z-index: 2;
}.btn a {
    width: 100%;
}

	.nav-content-item.btn a:before {
display: none;
}
		.nav-content-item.btn a:after {
display: none;
}.home-nav.inner {
    width: 96%;
}.logo150 {
    width: 30%;
    margin: 0 auto;
    padding: 1.4em 0;
}.sec-lead {
    font-size: 20px;
    padding-bottom: 40px;
}.lead-img {
    width: 70px;
}.lead-img.lead-img01 {
    top: -50px;
    left: -30px;
    border-radius: 100px;
    overflow: hidden;
}.lead-img.lead-img02 {
    width: 60px;
    right: -24px;
    top: 0;
    border-radius: 100px;
    overflow: hidden;
}h1 {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
}.site-title-logo {
    width: 42px;
    position: absolute;
    top: 10px;
    left: 10px;
}.site-title-logo {
    width: 45px;
    position: absolute;
    top: 0;
    left: 0;
}
	
	.site-title {
    padding: 0;
}.site-title {
    padding: 20px 0;
}.site-title {
    padding: 24px 0;
}.page-hero.hero-fade {
    margin-top: 50px;
}.page .hamburger {
    width: 50px;
    height: 50px;
    top: 10px;
    right: 7px;
}.page h1.logo {
    width: 50%;
    margin: 0 auto;
    padding-top: 30px;
}.hero-summary {
    top: auto;
    font-size: 15px;
    position: relative;
    padding-top: 20px;
    padding-bottom: 30px;
    left: auto;
    width: 80%;
    text-align: center;
    margin: 0 auto;
}.hanagoin-item {
    text-align: center;
    padding-bottom: 6em;
    width: 100%;
    margin: 0 auto;
}.hanagoin-title {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding: 0 0.5em 0.5em;
    margin-bottom: 2em;
    display: inline-block;
    border-bottom: #333 solid 3px;
}.hanagoin-tmb {
    width: 90%;
    margin: 0 auto;
    transition: .4s;
}.hero-title img {
    width: 100%;
}#hanagoin .hero-img {
    right: -1%;
    top: auto;
    z-index: 2;
}.hanagoin-item {
    text-align: center;
    padding-bottom: 20px;
    width: 100%;
    margin: 0 auto;
}.hero-title img {
    width: 100%;
}header h1 {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    padding-left: 65px;
}#gallery .hero-title img {
    width: 80%;
    padding-bottom: 1.6em;
    margin: 0 auto;
}#publicity .hero-title img {
    width: 80%;
    margin: 0 auto;
}
	.suggestion-item-detail .btn.more {
    width: 100%;
    margin: 20px auto 0;
}
	.suggestion-item-detail {
    width: 85%;
    padding-top: 30px;
    padding-bottom: 60px;
    margin: 0 auto;
}
	.suggestion-item-title {
    width: 90%;
    padding-top: 30px;
    margin: 0 auto;
}#radio .hero-img {
    width: 28%;
    right: 3%;
    top: auto;
    bottom: -8%;
}.radio-title {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 2em;
    color: #ee8c79;
    text-align: center;
    line-height: 1.5;
}.radio-item.flex {
    background: #fff;
    border: #ee8c79 solid 3px;
    justify-content: space-between;
    padding: 20px;
    border-radius: 0.5em;
    margin-bottom: 1em;
    display: block;
}.radio-tmb {
    width: 100%;
    padding-bottom: 20px;
}.radio-txt {
    width: 100%;
}.radio-item-data {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 0.6em;
    padding-top: 0.5em;
}.radio-item-time {
    font-weight: 500;
	font-size: 14px;
    padding-bottom:5px;
    padding-left: 1.4em;
    position: relative;        line-height: 1.3;
}.radio-item-personality {
    font-weight: 500;font-size: 14px;
    padding-bottom:5px;
    padding-left: 1.4em;
    position: relative;        line-height: 1.3;
}.radio-item p {
    font-size: 12px;
    line-height: 1.5em;
    padding-top: 15px;
}.radio-item a {
    display: block;
    background: #ee8c79;
    width: 100%;
    text-align: center;
    padding: 0.6em;
    border-radius: 99px;
    color: #fff;
    transition: .4s;
}
}

@media screen and (max-width:650px) {
.hero-inner.flex {
    width: 64%;
    display: block;
    padding: 0;
}

	.page-hero.hero-fade {
    height: auto;
}
	.hero-title {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
    margin: 0 auto;
}
	.hero-img {
    width: 36%;
    position: absolute;
    right: -24%;
    top: auto;
    bottom: 0;
		        z-index: 2;
}.hero-summary {
    top: auto;
    font-size: 1em;
    position: relative;
    padding-top: 0px;
    padding-bottom: 30px;
    left: auto;
}.exhibition-period {
    text-align: center;
}.exhibition-detail {
    width: 50%;
    padding: 10px 14px;
}.exhibition-period {
    padding: 10px 14px;
    text-align: center;
}.exhibition-address {
    font-size: 12px;
}.exhibition-archive-title {
    font-size: 20px;
}.exhibition-period {
    font-size: 14px;
}.exhibition-type {
    font-size: 12px;
}.exhibition-name {
    font-size: 14px;
    padding: 4px 0 6px 0;
    text-decoration: underline;
}.exhibition-area {
    font-size: 14px;    padding: 0.5em;
}.page-hero-bg {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -20px;
}
	.serch-item {
    margin-bottom: 10px;
}
.serch-items.flex.flex-center {
    background: #fff;
    padding: 20px 20px 5px;
    margin-bottom: 60px;
    border-radius: 15px;
}
	span.select-title {
    padding-right: 0;
    width: 7.5em;
}.selectbox select {
    min-width: 150px;

}
	.serch-item button {
    width: 120px;
    text-align: center;
    line-height: 1em;
    padding: 12px;
    background: #ee7d7d;
    color: #fff;
    border-radius: 10px;
    margin-top: 3px;
}
  .postcard-archive-title {
    font-size: 20px; padding-top: 40px;
}
  #postcard p.lead {
    text-align: center;
    width: 88%;
    margin: 0 auto;
    text-align: left;
    line-height: 2em;
}.postcard-items.flex {
    justify-content: space-between;
    gap: 8px;
    padding-top: 40px;
}
  .postcard-item {
    width: calc(33.3333% - 8px);
}
.movie-item {
    width: 100%;
    padding-bottom: 40px;
}
.movie-archive-title {
    font-size: 20px;
    padding-top: 40px;
}
  #movie p.lead {
    width: 70%;
    margin: 0 auto;
    text-align: left;
    line-height: 2em;
}
  .movie-title {
    font-size: 20px;
}
  .movie-items {
    padding-top: 0;
}
	.shortstory-item {
    width: 100%;
    padding-bottom: 40px;
}
.shortstory-archive-title {
    font-size: 20px;
    padding-top: 40px;
}
#shortstory .hero-img {
    width: 20%;
    right: 10px;
    top: auto;
    bottom: -10px;
}
  .shortstory-title {
    font-size: 20px;
}
  .shortstory-items {
    padding-top: 0;
}#shortstory .hero-inner.flex {
    padding-right: 0;
}.gallery-item {
    width: 100%;
    padding-bottom: 20px;
}.gallery-author {
    font-size: 12px;
}.gallery-summary {
    font-size: 11px;
    line-height: 1.6;
    padding-top: 1em;
}.gallery-name {
    font-size: 15px;
}
}

@media screen and (max-width:480px) {
.hero-inner.flex {
    width: 72%;
    display: block;
    padding: 0;
}body {
    font-size: 14px;
}.page .inner-mini {
    width: 88%;
}.exhibition-period {
    font-size: 13px;
}.exhibition-area {
    font-size: 12px;
    padding: 0.5em;
	width: 6em;
}.hero-inner.flex {
    width: 98%;
    display: block;
    padding: 0;
}.hero-title {
        width: 100%;
        margin-left: 0;
        padding-top: 0;
    }.hero-summary {
    top: auto;
    font-size: 14px;
    position: relative;
    padding-top: 0px;
    padding-bottom: 30px;
    left: auto;
    width: 80%;
    text-align: center;
    margin: 0 auto;
}.hero-img {
    width: 30%;
    position: absolute;
    right: 0;
    top: auto;
    bottom: -50px;
    z-index: 2;
}.page .content {
    padding: 40px 0;
    z-index: 2;
    position: relative;
}.event-name {
    padding: 0 0 14px;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 500;
}.event-summary {
    line-height: 1.8em;
    font-size: 13px;
}
	.copyright {
    font-size: 13px;
}
	.event-item:last-child {
    border-bottom: none;
    padding: 0;
    margin: 0;
}#event .inner-mini {
    border-radius: 10px;
}#event .inner-mini {
    padding: 30px 24px;

}#event-list .nav-content-items {
  
}
.event-items-wrap {
    padding-bottom: 40px;
    margin-bottom: 40px;
}
	.event-items-wrap:last-child {
    padding-bottom: 10px;
		margin-bottom: 10px;
}
  .btn.noline a:before {
  display: none;
}
  .btn.noline a:after {
   display: none;
}#gallery .hero-inner.flex {
    width: 98%;
}.gallery-detail {
    padding: 0.6em;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 4px;
    position: relative;
    margin: 0;
}.gallery-name-title {
    font-size: 11px;
    text-align: center;
    padding-bottom: 0.5em;
    border-bottom: #333 solid 1px;
    display: block;
    width: 4.8em;
    margin: 0 auto 0.5em;
}.postcard-items.flex {
    justify-content: space-between;
    gap: 8px;
    padding-top: 0;
}#publicity .archive-title {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #ce285f;
    padding: 0 0.5em 0.5em;
    margin-bottom: 30px;
    display: inline-block;
    border-bottom: #ce285f solid 3px;
}.stylebook-item {
    width: 80%;
    margin: 0 auto;
}.home-sec-lead {
    font-size: 15px;
}
}

