@charset "utf-8";html{height:100%;overflow-y:scroll}body{margin:0;padding:0;font-family:"&#28216;&#12468;&#12471;&#12483;&#12463;&#20307;","&#28216;&#12468;&#12471;&#12483;&#12463;","&#12498;&#12521;&#12462;&#12494;&#35282;&#12468;ProN W3","Hiragino Kaku Gothic ProN","&#12498;&#12521;&#12462;&#12494;&#35282;&#12468;Pro W3","&#12498;&#12521;&#12462;&#12494;&#35282;&#12468;Pro W6","Hiragino Kaku Gothic Pro","&#12513;&#12452;&#12522;&#12458;",'Meiryo',"&#65325;&#65331;&#65328;&#12468;&#12471;&#12483;&#12463;",Helvetica,Arial,sans-serif;font-size:12px;color:#333;text-align:center;line-height:1.65;letter-spacing:1px;word-break:break-all;-ms-word-break:break-all;word-wrap:break-word;-webkit-text-size-adjust:100%}
h1,h2,h3,h4,h5,h6{margin:0;padding:0}
p{margin:0;padding:0}
cite,dfn,address,i,em{font-style:normal}strong,em,b{font-weight:normal}u{text-decoration:none}abbr{border:0 none}mark{background-color:transparent}q{quotes:none}img{border:0;vertical-align:bottom}object,embed{outline:none}ul,ol,dl,dt,dd,li{margin:0;padding:0}ul li{list-style:none}ol li{list-style:none}table{border-collapse:collapse;border-spacing:0}th,td{font-weight:normal;vertical-align:top}form,input,select,option,textarea{margin:0;padding:0;font-family:inherit;font-size:inherit;font-weight:inherit}textarea{width:350px;font-size:12px}input{border:0 none;border-radius:0px}button{background:none;border:0 none;overflow:visible}article,aside,figure,figcaption,dialog,details,footer,header,hgroup,menu,main,nav,section,summary{display:block}html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video{margin:0;padding:0;border:0;outline:0}

@import "https://fonts.googleapis.com/css?family=Noto+Serif+JP:500,700&display=swap";

.main {
	padding-top: 0;
    padding-bottom: 0;
}

.main:before,
.main:after {
	content: none;
}

.main__inner {
	width: 100%;
}

.btn_wrap {
	margin-top: 60px;
}

.over {
	position: relative;
	display: inline-block;
}

.off {
	position: relative;
	top: 0;
	left: 0;
	/* z-index: 1; */
	transition: .4s ease;
}

.on {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.on, .off {
	display: block;
}

.over:hover .off {
	opacity: 0;
}

.over:hover .on {
	opacity: 1;
}

.tac {
	text-align: center !important;
}

.tal {
	text-align: left !important;
}

.tar {
	text-align: right !important;
}

.bold {
	font-weight: bold !important;
}

.serif {
  font-family: 'ヒラギノ明朝 ProN W3','Hiragino Mincho ProN','ヒラギノ明朝 Pro','Hiragino Mincho Pro','游明朝','Yu Mincho','Noto Serif JP',HG明朝B,'ＭＳ Ｐ明朝','ＭＳ 明朝',Georgia,'Times New Roman',serif;
}

img {
	max-width: 100%;
}

a.linkimg img {
	transition: .4s;
}

a.linkimg:hover img {
	opacity: .85;
}

/* =====================================
Only
===================================== */
@media screen and (max-width: 767px) {
.pcOnly {
	display: none !important;
}

.main__inner {
	min-width: auto;
}


.main {
	padding-top: 0;
}

}

@media screen and (min-width: 768px) {
.spOnly {
	display: none !important;
}
}

/* =====================================
eventWrap
===================================== */
.eventWrap {
	padding-bottom: 68px;
	margin: 0 auto;
	z-index: 1;
    background-color: #efefef;
}

@media screen and (max-width: 767px) {
.eventWrap {
	height: auto;
	margin-bottom: 0;
}

}

/* =====================================
inner_area
===================================== */
.inner_area {
	margin: 0 auto 4vw;
	width: 65.13vw;
	max-width: 977px;
}

.inner_area p.title_f {
    font-size: clamp(27px, 4vw, 56px);
}

.inner_area p.title_s {
    font-size: clamp(15px, 2vw, 30px);
}
.inner_area p.title_copy {
    margin-top: 15px;
    font-size: clamp(12px, 2vw, 16px);
}

@media screen and (max-width: 767px) {
    .inner_area {
	margin: 0 auto 20px;
	width: 100%;
}

.inner_area p.title_f {
    font-size:30px;
}

.inner_area p.title_s {
    font-size:14px;
}
    .inner_area p.title_copy {
    font-size:12px;
}
}

/* =====================================
mv_area
===================================== */
.mv_area {
	width: 95.27vw;
	max-width: 1429px;
	margin: 0 auto 2.833em;
	padding-top: 1.667em;
    
}

.mv_area img {
	margin-right: -3.2vw;
}

.mv_concept {
    width: 100%;
    background-color: #fff;
    text-align: center;
}

.mv_concept .concept_area {
    padding: 35px 5px;
    background-image: url("../images/concept_bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.mv_concept .concept_area p {
    font-size:clamp(13px, 2vw, 24px);
    font-weight: 700;
    line-height: 1.6;
    color: #000000;
}

@media screen and (max-width: 767px) {

.mv_area {
	padding: 2.4vw 0;
	/* padding: 9px 0; */
	margin: 0 auto;
	width: 100%;
}

.mv_area img {
	margin-right: 0;
}
.mv_concept .concept_area p {
    font-size:15px;
}
}

/* =====================================
nav_area
===================================== */
.nav_area {
    width: 93.07vw;
    max-width: 1336px;
    margin-bottom: 4vw;
    margin-left: auto;
    margin-right: auto;
}

.nav_area ul {
    display: flex;
    flex-wrap: wrap;
}

.nav_area ul li {
    margin: 15px;
    width: calc(50% - 30px);
}

a.nav_btn{
    width: 100%;
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 18px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #ae9579;
    border: 2px dotted #ae9579;
    background-color: #ffffff;
}
a.nav_btn:hover{opacity: 0.5;}

@media screen and (max-width: 767px) {
.nav_area ul {
    display: block;
}

.nav_area ul li {
    width: calc(100% - 30px);
}

}

/* =====================================
container_
===================================== */

.container_info {
    padding: 100px 5px;
    width: 100%;
    background-color: #ae9579;
    color: #fff;
}

.container_shop {
    padding: 100px 0;
    width: 100%;
    background-color: #ffffff;
    color: #ae9579;
}

.container_artist {
    padding: 100px 5px;
    width: 100%;
    color: #ae9579;
}


.content-inner {
    position: relative;
    border-radius: 20px;
    background-color: #ffffff;
    color:#000000;
    padding: 4.27vw 15vw 4.27vw;
    width: 93.07vw;
    max-width: 1336px;
    margin: 60px auto 0;
    font-size: clamp(14px, 2vw, 18px);
    text-align: left;
}

.container_shop .content-inner {
    border: 2px solid #ae9579;
    background-color: #f8f5f2;
}

.container_artist .content-inner {
    border: 2px solid #ae9579;
    background-color: #ffffff;
}

@media screen and (max-width: 767px) {
.container_info {
    padding: 70px 5px;
}

.container_shop {
    padding: 70px 0;
}

.container_artist {
    padding: 70px 5px;
}

.content-inner {
    padding: 25px;
    width: calc(100% - 12px);
    margin: 30px 6px 0;
    font-size: 14px;
    text-align: left;
}
    
    
}

/* =====================================
info
===================================== */
.container_info .info_copy p {
    font-size: clamp(16px, 2vw, 22px);
    font-weight: 700;
}
.container_info .info_copy p.info_title {
    font-size: clamp(30px, 4vw, 50px);
    line-height: 1.2;
    margin-bottom: 30px;
}
.container_info .info_copy p.info_title span {
    font-size: clamp(20px, 2vw, 26px);
    line-height: 1.4;
    font-weight: 700;
}
.container_info .info_copy p.info_date {
    font-size: clamp(20px, 2vw, 32px);
    margin-top: 30px;
}

.container_info .info_copy_2 p {
    font-size: clamp(14px, 2vw, 20px);
}

.container_info .info_copy_2 p.info_title_2 {
    font-size: clamp(16px, 2vw, 22px);
    font-weight: 700;
}

.container_info .info_copy_2 img{
    width: 100%;
    margin: 30px 0;
}

@media screen and (max-width: 767px) {
    .container_info .info_copy p {
    font-size: 13px;
}
.container_info .info_copy p.info_title {
    font-size: 24px;
    margin-bottom: 15px;
}
.container_info .info_copy p.info_title span {
    font-size:18px;
}
.container_info .info_copy p.info_date {
    font-size:18px;
    margin-top: 15px;
}

}


/* =====================================
shop
===================================== */
.container_shop .inner_area {
    background-image: url("../images/shop_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color:rgba(255,255,255,0.8);
    background-blend-mode:lighten;
}

.container_shop .content-inner:after {
    content: "";
    position: absolute;
  width: 7vw;
  height: 165px;
  background: url("../images/shop_bg.png") no-repeat;
  background-size: contain;
  top:-2vw;
  left:5vw;
}
.shop_title p {
    font-size: clamp(18px, 4vw, 46px);
    font-weight: 700 !important;
    line-height: 1.2;
    display: inline-block;
}
.shop_title .shop_date {
    color: #ae9579;
    margin-right: 10px;
}
.shop_title .shop_date span {
    font-size: clamp(12px, 4vw, 30px);
}

.shop_inner {
    margin-top: 30px;
    display: flex;
}

.shop_inner .inner_img {
    order: 2;
    margin-left: 20px;
    margin-right: 0;
    width:calc(50% - 10px);
}


.shop_inner .inner_text {
    order: 1;
    width:calc(50% - 10px);
}

a.sh_btn,p.sh_btn{
  padding: 0.5em;
  margin: 10px 0;
  display: block;
  color: #fff !important;
  background: #ae9579;
  text-decoration: none;
  font-weight: bold;
  border-radius: 20px;
  text-align:center;
  text-decoration:none !important;
}
a.sh_btn:after,p.sh_btn:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -3px 0 0 5px;
  background: url("../images/btn_icon.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
a.sh_btn:hover,p.sh_btn:hover {
  background: #dbc6af;
}

.shop_oubo {
    width: 93.07vw;
    max-width: 1336px;
    margin: 30px auto 0;
}



@media screen and (min-width: 768px){
  p.sh_btn{
    padding: 0.5em 2em;
    margin: 30px auto 0;
    font-size:20px;
    display:inline-block;
    width: 100%;
  }
  p.sh_btn:before {
    margin: -3px 0 0 10px;
  }
  .shop_oubo p.sh_btn{
  font-size:40px;
  }
  .shop_oubo p.sh_btn:after {
  width: 38px;
  height: 38px;
  }
  
}

@media screen and (max-width: 767px) {
    .shop_title {margin-left: 30px;}
    
    .container_shop .content-inner:after {
  width: 40px;
  height: 100px;
  top:12px;
  left:10px;
}
.shop_title p {
    font-size: 20px;
    font-weight: 700 !important;
    line-height: 1.2;
    display: block;
}
.shop_title .shop_date {
    margin-right: 0;
}
.shop_title .shop_date span {
    font-size: 16px;
}

.shop_inner {
    margin-top: 15px;
    display: block;
}

.shop_inner .inner_img {
    margin-left: 0;
    margin-right: 0;
    width:100%;
}


.shop_inner .inner_text {
    margin-top: 15px;
    width:100%;
}
    .shop_oubo {
    width: 95%;
    font-size: 20px;
}
}

/* =====================================
artist
===================================== */
.container_artist .inner_area {
    background-image: url("../images/artist_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color:rgba(239,239,239,0.8);
    background-blend-mode:lighten;
}

.container_artist .content-inner:after {
    content: "";
    position: absolute;
  width: 10vw;
  height: 165px;
  background: url("../images/artist_bg.png") no-repeat;
  background-size: contain;
  top:-2vw;
  right:5vw;
}
.artist_title p {
    font-size: clamp(18px, 4vw, 36px);
    font-weight: 700 !important;
    line-height: 1.2;
    display: inline-block;
    margin-bottom: 2vw;
}

.artist_inner {
    margin-top: 30px;
    display: flex;
}

.artist_inner .inner_img {
    order: 1;
    width:calc(50% - 10px);
}


.artist_inner .inner_text {
    order: 2;
    margin-left: 20px;
    margin-right: 0;
    width:calc(50% - 10px);
}

.artist_link_area {
    display: flex;
    margin-top: 30px;
}

.btn,
a.btn,
button.btn {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}

a.btn-flat {
  overflow: hidden;
  padding: 10px 10px;
  color: #856745;
  border-radius: 0;
  background: #e6dbce;
    margin-right: 20px;
    width: 250px;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 550%;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);

  background: #ae9579;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

a.btn-flat:hover {color: #ffffff !important;}



@media screen and (max-width: 767px) {

.container_artist .content-inner:after {
  width: 80px;
  height: 80px;
  top:-15px;
  right:inherit;
  left: 5px;
}
.artist_title p {
    font-size: 23px;
    display:block;
    margin-left: 60px;
}

.artist_inner {
    margin-top: 10px;
    display: block;
}

.artist_inner .inner_img {
    width:100%;
}


.artist_inner .inner_text {
    margin-top: 0px;
    margin-left: 0px;
    width:100%;
}

.artist_link_area {
    display: flex;
    margin-top: 30px;
}
    
.btn,
a.btn,
button.btn {
  font-size: 20px;
}

a.btn-flat {
  padding: 14px 40px;
}
    
a.btn-flat:before {
  height: 530%;
}
}



/* =====================================
container_banner
===================================== */
.container_banner {
    width: 93.07vw;
    max-width: 1336px;
    margin-bottom: 4vw;
    margin-left: auto;
    margin-right: auto;
}

.container_banner ul {
    display: flex;
}

.container_banner ul li {
    margin: 15px;
    width: calc(25% - 30px);
}
.container_banner ul li img{width: 100%;}

.container_banner ul li a:hover{opacity: 0.5;}

@media screen and (max-width: 767px) {
    .container_banner {
    width: 95%;
    margin-bottom: 30px;
}
    .container_banner ul {
        flex-wrap: wrap;
}
    .container_banner ul li {
    margin: 15px;
    width: calc(50% - 30px);
}
}

/* =====================================
modal
===================================== */
/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 10; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(90,60,30,0.9);
}

.modalWrapper {
  position: absolute;
  top: 55%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 95%;
  height: 75%;
  max-width: 1000px;
  padding: 10px 30px;
  color: #ffffff;
overflow-y: scroll;
}

.modalContents {
    text-align: left;
    font-size: 18px;
    line-height: 1.6;
}

.modalContents .oubo_title {
    text-align: center;
    font-size: clamp(28px, 2vw, 40px);
    margin-bottom: 30px;
    font-weight: 700;
}

.modalContents dl {
    margin-bottom: 30px;
    font-weight: 300;
}
.modalContents dl.under_line {
    padding-bottom: 30px;
    border-bottom: 2px #ffffff dotted;
}
.modalContents dt {
    margin-bottom: 15px;
    font-size: 22px;
}
.modalContents dt.oubo_text {
    margin-bottom: 15px;
    font-size: 18px;
}
.modalContents dt.oubo_text.int_1em {
    padding-left: 1em;
}
.modalContents dd {
    text-indent: -1em;
    padding-left: 2em;
}
.modalContents dd.note {
    text-indent: -1em;
    padding-left: 3em;
}

.closeModal {
  position: absolute;
  top: 80px;
  right: 5%;
  cursor: pointer;
  width: 50px;
  font-size: 50px;
}

.modalContents a {
    text-decoration: underline;
    color: #ffffff;
}


/* 以下ボタンスタイル */


#openModal {
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .modalWrapper {
  padding: 10px 10px;
}
    .modalContents {
    font-size: 14px;
}
    .modalContents .oubo_title {
    font-size: 28px;
    margin-bottom: 15px;
}
    .modalContents dt {
    font-size: 16px;
}
    .modalContents dt.oubo_text {
    font-size: 14px;
}
    .modalContents dl.under_line {
    padding-bottom: 15px;
}
}

.over_btn {
    position: fixed;
    right:0;
    bottom:100px;
    z-index: 9;
    width: 18vw;
    max-width: 266px;
}

a.jump_point {height: 1px;
display: block;
}

@media screen and (max-width: 767px) {
    .over_btn {
    width: 133px;
}
    a.jump_point {
padding-top: 50px;
margin-top: -50px;
}
}

