@charset "utf-8";

@font-face {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 200;
	src: url(../fonts/NotoSerifCJKjp-ExtraLight.woff) format('woff');
}

@font-face {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 300;
	src: url(../fonts/NotoSerifCJKjp-Light.woff) format('woff');
}

@font-face {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/NotoSerifCJKjp-Regular.woff) format('woff');
}

@font-face {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 500;
	src: url(../fonts/NotoSerifCJKjp-Medium.woff) format('woff');
}

@font-face {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 600;
	src: url(../fonts/NotoSerifCJKjp-SemiBold.woff) format('woff');
}

@font-face {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/NotoSerifCJKjp-Bold.woff) format('woff');
}


/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/
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,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:0;}
article,aside,details,figcaption,figure,main,footer,header,hgroup,menu,nav,section{display:block;}
ol,ul,li{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration: none;}
ins{background-color:#ff9;color:#000;text-decoration:none;}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
img{border:0;vertical-align:top;}
em{font-style:italic;}
del{text-decoration:line-through;}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:0;padding:0;}
input,select,textarea{font-family:inherit;font-style:inherit;font-weight:inherit;font-size:100%;margin:0;padding:0;vertical-align:middle;}
input:focus,textarea:focus,select:focus{outline:none;}


/*--------------------------------------------------------------------------
   html
---------------------------------------------------------------------------*/
html{
  overflow-y: scroll;
  font-size: 62.5%;
}

/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/
body{
  color: #333;

  /*游ゴシックバージョン*/
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;

  font-size: 1.3rem;
  /*letter-spacing: .05em;*/
  line-height: 1.9;

  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/*
::-moz-selection{
  color:;
  background:;
}
::selection{
  color:;
  background:;
}
*/

/*--------------------------------------------------------------------------
   base link
---------------------------------------------------------------------------*/
a{
  outline: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  color: #000000;
}
a:link,
a:visited{
  text-decoration: none;
}
a:hover{
  text-decoration: none;
  outline: none;
  opacity: 0.7;
}
a:active{
  outline: none;
}

/*--------------------------------------------------------------------------
   Other
---------------------------------------------------------------------------*/

/* clearfix
-----------------------------------------------------------------*/
.cf:before,
.cf:after{
  content: "";
  display: table;
}
.cf:after{
  clear: both;
}
.cf{
  zoom: 1;
}
.pc {
  display: block;
}
.sp{
  display: none;
}

/* web font
-----------------------------------------------------------------*/
.ft_pd{
  font-family: 'Playfair Display', serif;
}
.ft_dl{
  font-family: 'David Libre', serif;
}
.ft_min{
  font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" ,"Roboto Slab" , Garamond , "Times New Roman" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

/*--------------------------------------------------------------------------
   Page
---------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
   Header
---------------------------------------------------------------------------*/
#Header{
  position: relative;
}
#Header .menu_btn{
  position: fixed;
  top: 20px;
  right: 40px;
  z-index:10;
  cursor: pointer;
  transition: .5s;
}
#Header .menu_btn:hover{
  opacity: .7;
}
#Header .global_navi{
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
  height: 400px;
  background: #35b9d0;
}
#Header .global_navi .global_navi_inner{
  padding: 0 40px;
}
#Header .global_navi #Navi{
  padding: 150px 20px 0 20px;
}
#Header .global_navi #Navi ul{
  width: 150px;
}
#Header .global_navi #Navi ul li {
  margin-bottom: 20px;
}
#Header .global_navi #Navi ul li a{
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  text-indent: -2.4rem;
  width: 100%;
}
#Header .global_navi #Navi ul li a:before{
  display: inline-block;
  width: 0;
  height: 0;
  padding-right: 20px;
  border-width: 7px 0 7px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  content: '';
}
#Header .mv{
  background: url(../images/mv.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  color: #35b9d00;
}
#Header .mv .mv_inner{
  padding: 5rem 0;
  padding-bottom: 10rem;
}

#Header .mv .mv_inner .title_logo{
  margin-top: 1rem;
}
#Header .mv .mv_inner h2{
  font-size: 2.2rem;
  font-family: serif;
  margin: 2rem auto;
  margin-top: 2rem;
  font-weight: normal;
  line-height: 2.6rem;
  text-shadow: 1px 1px 3px #35b9d00;
}

#Header .mv .mv_inner .btn p{
  margin: 80px auto 80px auto;
  color: #35b9d0;
  font-weight: bold;
  font-size: 1.6rem;
  width: 240px;
  padding: 10px;
  border: solid 2px #35b9d0;
  background-color: #fff;
  opacity: .9;
}
#Header .mv .mv_inner .btn:hover{
  opacity: .85;
}
#Header .mv .mv_inner .date{
  margin-top: 2rem;
  font-size: 3.6rem;
}
#Header .mv .mv_inner .txt{
  font-size: 1.4rem;
  text-shadow: 1px 1px 3px #000;
  margin-top: 10px;
}
#Header .mv .mv_inner .txt a{
  width: 240px;
  color: #fff;
  text-decoration: underline;
}
#Header .mv .mv_inner .strong{
  width: 200px;
  margin: 10px auto 10px;
  background-color: #caa403;
  letter-spacing: 0.1rem;
  font-size: 2.2rem;
  }

/*--------------------------------------------------------------------------
   Header調整（ボタン非表示・終了メッセージ表示）
---------------------------------------------------------------------------*/
#Header .mv .mv_inner .btn {
    display: none;
}
#Header .mv .mv_inner p.txt_message {
    margin: 80px auto;
    font-size: 16px;
    background: #fff;
    opacity: 0.8;
    padding: 10px;
    line-height: 1.5;
}

/*--------------------------------------------------------------------------
   Header 201810更新
---------------------------------------------------------------------------*/
/* ページ内リンク（ドロワーメニュー）非表示 */
#Header .menu_btn{
	display: none;
}

/* 共通メニュー表示・調整 */
.nav_area {
    width: 100%;
    height: 40px;
    padding: 15px 0 15px 0;
    background: #fff;
    z-index: 997;
	box-shadow: 0 0 2px 0 #ccc;
}
.nav_area .logo {
    float: left;
    height: 40px;
    padding: 0 0 0 25px;
}
.nav_area .logo .yasuda_logo {
    padding: 0 15px 0 0;
}
.nav_area .logo span {
    color: #522801;
    font-size: 16px;
    vertical-align: middle;
    display: inline-block;
    font-family: 'Noto Serif Japanese', serif, "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho";
    font-weight: 600;
	border-left: 1px solid #522801;
    padding: 8px 0 0 15px;
}
.smp, .ipad, .iPhone {
    display: none;
}
.nav_area nav {
    float: right;
    color: #522801;
    font-size: 16px;
    padding: 6px 25px 0 0;
    height: 33px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.nav_area nav ul {
    display: flex;
}
.nav_area nav li {
    height: 33px;
}
.nav_area nav li a {
    margin-left: 32px;
    color: #522801;
    transition: all 0.2s ease-out;
    /* font-weight: 600; */
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    animation: fix 0.3s;
}



/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* Main
-----------------------------------------------------------------*/

#Main section{
  padding-top: 60px;
  padding-bottom: 60px;
  transition-duration:0.2s;
}

#Main h2.ttl{
  margin-bottom: 50px;
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: 4rem;
  line-height: 4rem;
  color: #35b9d0;
}

#Main .btn{
  position: relative;
  width: 280px;
  margin: 0 auto;
  text-align: center;
}
#Main .btn a{
  display: block;
  height: 69px;
  font-size: 2rem;
  line-height: 6.5rem;
  transition: .5s;
}
#Main .btn p{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 280px;
  border: solid 2px #000;
}
#Main .btn a:hover{
  opacity: 1;
}
#Main .btn a:hover span{
  background: #35b9d0;
}

#Main .space_icon{
  text-align: center;
}


/* #Sec01
-----------------------------------------------------------------*/
#Sec01{
  padding: 0 15px;
}
#Sec01 .inner{
  max-width: 980px;
  width: 100%;
  margin:0 auto;
}
#Sec01 ul{
  max-width: 340px;
  float: left;
}
#Sec01 ul li{
  padding: 15px 0;
  border-bottom: dotted 1px #000;
}
#Sec01 ul li:last-child{
  border-bottom: none;
}
#Sec01 ul li dl{
  line-height: 2.4rem;
  letter-spacing: -.4em;
}
#Sec01 ul li dd{
  display: inline-block;
  width: 110px;
  vertical-align: top;
  font-size: 1.5rem;
  letter-spacing: normal;
}
#Sec01 ul li dt{
  display: inline-block;
  max-width: calc( 100% - 110px );
  font-size: 1.6rem;
  letter-spacing: normal;
}
#Sec01 ul li a {
  text-decoration: underline;
}
#Sec01 ul li a:hover {
  text-decoration: none;
}
#Sec01 .fb{
  text-align: center;
  width: 300px;
  margin-left: 20px;
  float: left;
}
#Sec01 .insta {
    width: 300px;
    margin-left:20px;
    float: left;
}
.media-board-info {
  display: none!important;
}
/* #Sec02
-----------------------------------------------------------------*/
#Sec02{
  height: 250px;
  padding: 0;
  background: url(../images/sv1.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
}
#Sec02 h2{
  font-size: 3rem;
  color: #fff;
}
#Sec02 .txt{
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #fff;
}

/* #Sec03
-----------------------------------------------------------------*/
#Sec03{
  padding: 0 15px;
  background: #35b9d0;
  /*background: url(../images/img_01.jpg) no-repeat 10% center #000;*/
  text-align: center;
}
#Sec03 .inner{
  max-width: 1600px;
  margin:0 auto;
  text-align: center;
}

#Sec03 h2{
  font-size: 4rem;
  color: #fff;
}
#Sec03 h3{
  font-size: 2.4rem;
}
#Sec03 .txt{
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #fff;
}
#Sec03 .movie_inner {
  max-width: 540px;
  margin: 40px auto;
  text-align: center;
}
#Sec03 .box{
  margin-bottom: 70px;
  max-width: 300px;
  width: 90%;
  margin: 0 10px;
  display: inline-block;
}
#Sec03 .box p{
  color: #fff;
  font-size: 1.4rem;
  line-height: 4rem;
}
/*#Sec03 .box:last-child{
  margin-bottom: 0;
}*/
#Sec03 .movie{
  overflow: hidden;
  position: relative;
  height: 0;
  padding-top: 30px;
  padding-bottom: 56.25%;
}
#Sec03 .movie iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* #Sec04
-----------------------------------------------------------------*/
#Sec04{
  padding: 0 15px;
  background-color: #fff;
}
#Sec04 .inner{
  max-width: 980px;
  margin: 0 auto;
}

#Sec04 .list{
  letter-spacing: -.4em;
}
#Sec04 .list .box{
  display: inline-block;
  box-sizing: border-box;
  width: 49%;
  margin-bottom: 20px;
  padding: 30px 4%;
  background: #fff;
  border: 3px solid #35b9d0;
  vertical-align: top;
  letter-spacing: normal;
}
#Sec04 .list .box:nth-of-type(2),
#Sec04 .list .box:nth-of-type(4){
  margin-left: 2%;
}
#Sec04 .list .box:nth-of-type(4){
  margin-top:30px;
  border:none;
}
#Sec04 .list .box:nth-of-type(6){
  margin-bottom: 0;
}
#Sec04 .list .box .area{
  margin-bottom: 15px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .1rem;
  color: #fff;
  background-color: #35b9d0;
}
#Sec04 .list .box .heading{
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.8rem;
}
#Sec04 .list .box ul{
  margin-top: 20px;
  font-size: 1.5rem;
  line-height: 2.4rem;
}
#Sec04 .list .box .heading .place,
#Sec04 .list .box .heading .time{
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 2rem;
}
#Sec04 .list .box .heading .time2{
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 2rem;
}
#Sec04 .list .box .heading .place a{
  display: inline-flex;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6rem;
}
#Sec04 .list .box .heading .place a span{
  text-decoration: underline;
  font-size: 1.4rem;
}
#Sec04 .list .box .heading .place a:hover span{
  text-decoration: none;
}
#Sec04 .list .large_box{
  width: 100%;
  letter-spacing: -.4em;
}

#Sec04 .list .large_box .left{
  display: inline-block;
  width: calc( 43% - 1px );
  margin-right: 7%;
  padding-right: 7%;
  border-right: dotted 1px #d2d2d2;
  letter-spacing: normal;
}
#Sec04 .list .large_box .right{
  display: inline-block;
  width: 43%;
  letter-spacing: normal;
}
#Sec04 .ticket_info h2{
  letter-spacing: 0.2rem;
  margin-top: 50px;
}
#Sec04 .ticket_info{
  letter-spacing: -.4em;
}
#Sec04 .ticket_info .box{
  display: inline-block;
  box-sizing: border-box;
  width: 49%;
  margin-bottom: 20px;
  padding: 30px 4%;
  background: #35b9d0;
  vertical-align: top;
  letter-spacing: normal;
  color: #fff;
}
#Sec04 .ticket_info .box:nth-child(3),
#Sec04 .ticket_info .box:nth-child(5){
  margin-left: 2%;
}
#Sec04 .ticket_info .box:nth-child(6){
  margin-bottom: 0;
}

#Sec04 .ticket_info .box .ttl{
  margin-bottom: 25px;
  font-size: 3.4rem;
  line-height: 3.4rem;
}
#Sec04 .ticket_info .box table{
  margin-bottom: 15px;
  font-size: 1.6rem;
}
#Sec04 .ticket_info .box table tr th{
  width: 105px;
  text-align: left;
}
#Sec04 .ticket_info .box ul li{
  margin-left: 1.6rem;
  text-indent: -1.6rem;
  font-size: 1.4rem;
}
#Sec04 .ticket_info .box ul li span{
  font-size: 1.2rem;
  }
#Sec04 .ticket_info .box ul.class_list{
  margin-bottom: 15px;
}
#Sec04 .ticket_info .box .sub_ttl{
  font-weight: bold;
  margin-top: 3rem;
}
#Sec04 .ticket_info .box .arrow_link span{
  text-decoration: underline;
}
#Sec04 .ticket_info .box .arrow_link:hover span{
  text-decoration: none;
}
#Sec04 .ticket_info .box .link{
  text-decoration: underline;
}
#Sec04 .ticket_info .box .link:hover{
  text-decoration: none;
}
#Sec04 .ticket_info .box.contact{
  background-image: none;
  background: #f0f0f0;
}
#Sec04 .ticket_info .box.contact .txt{
  font-size: 1.6rem;
}
#Sec04 .ticket_info .large_box{
  width: 100%;
}
#Sec04 .ticket_info .large_box .contact_ttl{
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 0;
}
#Sec04 .ticket_info .large_box .mail_txt{
  display: inline-block;
}
#Sec04 .ticket {
  padding-top: 20px;
  text-align: center;
}
#Sec04 .ticket .note {
  margin-top: 20px;
}
#Sec04 .ticket_info .btn p{
  margin: 5px auto 0 auto;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  width: 240px;
  padding: 10px;
  border: solid 2px #fff;
}
#Sec04 .ticket_info .btn:hover{
  opacity: .85;
}

/* #Sec04調整（カート非表示）
-----------------------------------------------------------------*/
#Sec04 .list .ticket .btn {
    display: none;
}

/* #Sec05
-----------------------------------------------------------------*/
#Sec05{
  padding: 0 15px;
  background-color: #35b9d0;
}
#Sec05 .inner{
  max-width: 900px;
  margin: 0 auto;
}
#Sec05 .inner .ttl{
  color: #fff;
  letter-spacing: 0.2rem;
}
#Sec05 .event_box{
  box-sizing: border-box;
  padding: 20px;
}
#Sec05 .event_box:nth-child(3){
  margin-bottom: 40px;
}
#Sec05 .event_box .left{
  float: left;
  width: 300px;
  text-align: left;
  color: #fff;
  font-size: 1.6rem;
   font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#Sec05 .event_box .left .date{
  font-size: 2.4rem;
}
#Sec05 .event_box .left .place{
  font-size: 2rem;
  line-height: 3rem;
}
#Sec05 .event_box .left .time{
  font-size: 2.5rem;
  line-height: 4.2rem;
}
#Sec05 .event_box .rule{
  margin: 10px 0 20px 0;
  background: #e63379;
  color: #fff;
  font-size: 1.8rem;
  line-height: 4.5rem;
}
#Sec05 .event_box .rule_txt{
  font-size: 1.4rem;
}
#Sec05 .event_box .right{
  float: right;
  width: calc( 100% - 350px );
}
#Sec05 .event_box .right .btn p{
  margin-top: 15px;
  border: 2px solid #fff;
}
#Sec05 .event_box .right h3{
  color:#fff;
  font-size:1.6rem;
}
#Sec05 .event_box .right h2{
  color:#fff;
  font-size:2.4rem;
}
#Sec05 .event_box .right .ttl{
  margin-bottom: 10px;
  font-size: 2.6rem;
}
#Sec05 .event_box .right p{
  color: #fff;
  font-size: 1.6rem;
   font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#Sec05 .event_box .right ul li{
  margin-left: 3.2rem;
  text-indent: -3.2rem;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
/* #Sec05（カート非表示）
-----------------------------------------------------------------*/
#Sec05 .event_box .right .btn {
	display: none;
}


/* #Sec06
-----------------------------------------------------------------*/
#Sec06{
  height: 250px;
  padding: 0;
  background: url(../images/sv2.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
}
/* #Sec07
-----------------------------------------------------------------*/
#Sec07{
  height: 550px;
  padding: 0;
  background-image: url(../images/sv2.png);
  background-position: center top;
  background-size: cover;
}

/* #Sec08
-----------------------------------------------------------------*/
#Sec08{
  height: 150px;
  padding: 0;
  background:#000 url(../images/sv1.png) no-repeat;
  background-position: center top;
  /*background-attachment: fixed;*/
}


/*--------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------*/
#Footer .footer_inner .copy{
  padding: 15px 0;
  background: #000;
  text-align: center;
  color: #787878;
  letter-spacing: .5rem;
}

/* #Sponsor
-----------------------------------------------------------------*/
#Sponsor ul{
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
}
#Sponsor .images{
  text-align: center;
}
#Sponsor img{
  vertical-align: middle;
  margin: 5px;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------------------
   Footer 201810更新
---------------------------------------------------------------------------*/
footer {
    background: #111;
}
footer p {
    color: #fff;
}
#footer-inner {
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    padding: 60px 0 20px;
    color: #fff;
    text-align: center;
    font-size: 15px;
}
#footer-inner a {
    color: #fff;
}
#footer-inner .footer-top p {
    padding: 10px 0;
    line-height: 1.8;
}
#footer-inner .footer_gnavi {
    text-align: center;
    padding: 30px 0;
}
#footer-inner .footer_gnavi ul {
    display: inline-flex;
}
footer #footer-inner .footer_gnavi ul li:first-child {
    border-left: none;
}
footer #footer-inner .footer_gnavi ul li:last-child {
    border-right: none;
}
#footer-inner .footer_gnavi ul li {
    padding: 0 15px;
    border-right: 1px solid #222;
    border-left: 1px #000 solid;
}
#footer-inner .footer_gnavi ul li a {
    color: #fff;
}
#footer-inner #copyright p {
    font-size: 14px;
}


@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */

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

  /*--------------------------------------------------------------------------
     Header
  ---------------------------------------------------------------------------*/
#Header .mv .mv_inner{
  padding: 100px 0;
}
#Goods header {
  padding: 20px 0;
}
#Goods .menu_btn {
  top: 10px;
}
#Goods .menu_btn img {
  width: 50px;
  height: 50px;
}
#Goods #Main {
  padding-top: 40px;
}
	
/*--------------------------------------------------------------------------
     Header調整
  ---------------------------------------------------------------------------*/
#Header .mv .mv_inner p.txt_message {
    margin: 120px auto;
}
#Header .mv .mv_inner p.txt_message span {
	display: inline-block;
}
#Header .mv {
    background-position: 40% center;
}
	
/*--------------------------------------------------------------------------
   Header 201810更新
---------------------------------------------------------------------------*/
/* 共通メニュー表示・調整 */
.nav_area {
    width: 100vw;
    height: 39px;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 9997;
    padding: 15px 0;
}
.nav_area .logo {
    float: left;
    padding: 0 0 0 15px;
}
.nav_area .logo a {
    display: block;
    height: 39px;
}
.nav_area .logo span{
		display: none;		
	}
#Hamburger {
    float: right;
    display: block;
    margin-right: 20px;
    padding-top: 10px;
    cursor: pointer;
}
#Hamburger div {
    width: 30px;
    height: 6px;
    border-top: 3px solid #522801;
}
.nav_area #NaviMenu {
    display: none;
    position: fixed;
    top: 69px;
    right: 0;
    width: 100%;
    background-color: #fff;
}
.nav_area nav li {
    height: 50px;
}
.nav_area nav li a {
    text-align: center;
    font-size: 16px;
    padding: 12px 0 11px 0;
    color: #522801;
    transition: all 0.2s ease-out;
    display: block;
    position: relative;
    border-top: 1px solid #522801;
	margin-left: 0;
}
#Header .mv .mv_inner .title_logo h1 img {
    -webkit-filter: drop-shadow(0px 0px 3px #fff);
}


/*--------------------------------------------------------------------------
     Content
  ---------------------------------------------------------------------------*/

/* Main
  -----------------------------------------------------------------*/

/* #Sec01
  -----------------------------------------------------------------*/

#Sec01 ul {
  width: 90%;
  max-width: 768px;
  margin: 0 auto;
  float: none;
}
#Sec01 .fb {
  margin: 0 auto;
  float: none;
}
#Sec01 .insta {
  margin: 0 auto;
  float: none;
}
/* #Sec02
  -----------------------------------------------------------------*/
#Sec02{
  padding: 0 15px;
  text-align: left;
}
#Sec02 h3{
  text-align: center;
  font-size: 2.4rem;
}
#Sec02 .txt{
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 2.6rem;
}

/* #Sec03
  -----------------------------------------------------------------*/
#Sec03{

}
#Sec03 .inner{
  margin-right: 0;
}
#Sec03 h3{
  text-align: center;
}
#Sec03 .txt{
  float: none;
  max-width: 100%;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.6rem;
}

/* #Sec05
-----------------------------------------------------------------*/
#Sec05{
  height: 100%;
}
#Sec05 .event_box{
  padding: 20px;
}
#Sec05 .event_box .left{
  float: none;
  width: auto;
  text-align: center;
}
#Sec05 .event_box .left .rule{
  max-width: 300px;
  margin: 10px auto 20px auto;
}
#Sec05 .event_box .right{
  float: none;
  width: auto;
  margin-top: 20px;
}
#Sec05 .event_box .right .ttl{
  margin-top: 15px;
  text-align: center;
}
/* #Sec05調整
-----------------------------------------------------------------*/	
#Sec05 .event_box:nth-child(3) {
	overflow: hidden;
}
	
#Sec05 .event_box:nth-child(3) .left {
    text-align: left;
    float: left;
    width: 50%;
}
#Sec05 .event_box:nth-child(3) .right {
    margin-top: 0;
    width: 50%;
    float: right;
    text-align: left;
}
	
/*--------------------------------------------------------------------------
   Footer 201810更新
---------------------------------------------------------------------------*/
footer {
    background: #111;
    padding-bottom: 5%;
}
footer p {
    color: #fff;
}
footer #footer-inner {
    color: #fff;
    text-align: center;
    font-size: 15px;
	padding: 40px 0 0;
}
footer #footer-inner .footer-top {
    text-align: center;
}
#footer-inner .footer-top p {
    padding: 10px 0;
    line-height: 1.8;
}
#footer-inner .footer-top p a {
    text-decoration: none;
    color: #fff;
}
#footer-inner .footer_gnavi {
    text-align: center;
    padding: 30px 0;
}
footer #footer-inner .footer_gnavi ul {
    display: block;
    border-bottom: 1px solid #222;
    border-top: 1px solid #000;
    margin: 0 20px;
}
footer #footer-inner .footer_gnavi ul li {
    text-align: left;
    border-top: 1px solid #222;
    border-bottom: 1px solid #000;
    padding: 15px;
    border-right: none;
    border-left: none;
    position: relative;
    list-style: none;
}
#footer-inner .footer_gnavi ul li a {
    color: #fff;
}
footer #footer-inner .footer_gnavi ul li a:after {
    font-family: 'FontAwesome';
    position: absolute;
    top: calc(25% - 0.4rem);
    right: 15px;
    font-size: 20px !important;
    color: #fff;
    content: '\f105';
}
footer #footer-inner .footer_gnavi ul li:last-child {
    border-bottom: 1px solid #000;
}

/* 768pxまでの幅の場合に適応される */
}

@media screen and (max-width: 480px) {
/* 480pxまでの幅の場合に適応される */

/*--------------------------------------------------------------------------
     Header
  ---------------------------------------------------------------------------*/

#Header .menu_btn{
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 99;
  cursor: pointer;
  transition: .5s;
  width: 80px;
  height: 80px;
}
#Header .menu_btn img{
  width: 100%;
  height: auto;
}
#Header .global_navi .global_navi_inner{
  padding: 0 40px;
}
#Header .global_navi #Navi{
  padding: 120px 20px 0 20px;
}

#Header .global_navi #Navi ul{
  width: 200px;
}

#Header .global_navi #Navi ul li a{
  display: block;
  color: #fff;
}
#Header .mv{
  background: url(../images/mv.jpg);
  background-size: cover;
  background-position: 40% center;
  background-attachment: fixed;
}
#Header .mv .mv_inner .title_logo h1 img{
  width: 80%;
  height: auto;
}
#Header .mv .mv_inner .date{
  margin-top: 40px;
  font-size: 2rem;
}
#Header .mv .mv_inner .txt{
  font-size: 1.2rem;
}

#Header .mv .mv_inner h2{
  font-size: 2rem;
  font-family: serif;
  margin-top: 4rem;
  font-weight: normal;
  line-height: 2.6rem;
}
/*--------------------------------------------------------------------------
     Header調整
  ---------------------------------------------------------------------------*/
#Header .mv {
    background-attachment: inherit;
	background-position: 41% center;
}
#Header .mv .mv_inner p.txt_message {
    font-size: 14px;
}
/*--------------------------------------------------------------------------
     Content
  ---------------------------------------------------------------------------*/

/* Main
  -----------------------------------------------------------------*/

#Main section{
  padding-top: 40px;
  padding-bottom: 40px;
}

#Main h2.ttl{
  margin-bottom: 30px;
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: 3.2rem;
  line-height: 3.2rem;
}
#Main .btn a{
  height: 50px;
  font-size: 1.6rem;
  line-height: 5rem;
}
#Main .btn span{
  height: 54px;
}
#Main img{
  width: 100%;
  height: auto;
}

/* #Sec01
  -----------------------------------------------------------------*/
#Sec01 ul li dd{
  display: inline-block;
  width: 90px;
  vertical-align: top;
  font-size: 1.2rem;
  letter-spacing: normal;
}
#Sec01 ul li dt{
  display: inline-block;
  max-width: calc( 100% - 90px );
  font-size: 1.2rem;
  letter-spacing: normal;
}

/* #Sec02
  -----------------------------------------------------------------*/
#Sec02{
  background-position: 50% center;
  text-align: left;
  height: 120px;
}
#Sec02 h3{
  text-align: center;
  font-size: 1.6rem;
}
#Sec02 .txt{
  margin-top: 20px;
  font-size: 1.3rem;
  line-height: 2.2rem;
}

/* #Sec03
  -----------------------------------------------------------------*/
#Sec03 .inner{
  max-width: 1600px;
}
#Sec03 h3{
  text-align: center;
}
#Sec03 p{
  text-align: left;

}
#Sec03 h3 img{
  width: 50%;
  height: auto;
}
#Sec03 .txt{
  float: none;
  max-width: 100%;
  margin-top: 10px;
  color: #fff;
  font-size: 1.3rem;
  line-height: 2.6rem;
}

/* #Sec04
  -----------------------------------------------------------------*/
#Sec04 .list{
  letter-spacing: -.4em;
}
#Sec04 .list .box{
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 5%;
  vertical-align: top;
  letter-spacing: normal;
}
#Sec04 .list .box:nth-child(even){
  margin-left: 0;
}
#Sec04 .list .box:nth-of-type(4){
  min-height: 140px;
}
#Sec04 .list .box .area{
  margin-bottom: 15px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .1rem;
}
#Sec04 .list .box .heading{
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2.4rem;
}
#Sec04 .list .box .heading .place a{
  display: inline-flex;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.3rem;
}
#Sec04 .list .box .heading .place a span{
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.3rem;
  text-decoration: underline;
}
#Sec04 .list .box .heading .place a:hover span{
  text-decoration: none;
}
#Sec04 .list .large_box{
  width: 100%;
  letter-spacing: -.4em;
}
#Sec04 .list .box ul{
  margin-top: 15px;
  font-size: 1.2rem;
  line-height: 2rem;
}

#Sec04 .list .large_box{
  width: 100%;
  letter-spacing: -.4em;
}

#Sec04 .list .large_box .left{
  display: block;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
  border-right: none;
  letter-spacing: normal;
}
#Sec04 .list .large_box .right{
  display: block;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: dotted 1px #d2d2d2;
  letter-spacing: normal;
}
#Sec04 .ticket_info .box .ttl {
    margin-bottom: 20px;
    font-size: 2rem;
    line-height: 2rem;
}
#Sec04 .ticket_info .box{
  width: 100%;
}
#Sec04 .ticket_info .box:nth-child(3){
  margin-left: 0%;
}
#Sec04 .ticket_info .btn{
  margin-bottom: 30px;
}

/* #Sec05
  -----------------------------------------------------------------*/
#Sec05 .ttl img{
  width: 50%;
  height: auto;
}
#Sec05 .event_box{
  box-sizing: border-box;
  padding: 20px;
}
#Sec05 .event_box .left{
  float: none;
  width: auto;
  text-align: center;
}
#Sec05 .event_box .left .date{
  font-size: 2rem;
}
#Sec05 .event_box .left .place{
  font-size: 1.6rem;
  line-height: 2.4rem;
}
#Sec05 .event_box .left .time{
  font-size: 1.8rem;
  line-height: 3.2rem;
}
#Sec05 .event_box .left .rule{
  max-width: 300px;
  margin: 7px auto 15px auto;
  background: #e63379;
  color: #fff;
  font-size: 1.6rem;
  line-height: 4rem;
}
#Sec05 .event_box .left .rule_txt{
  font-size: 1.4rem;
}
#Sec05 .event_box .right{
  float: none;
  width: auto;
}
#Sec05 .event_box .right .ttl{
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 3rem;
}
#Sec05 .event_box .right ul li{
  margin-left: 2.8rem;
  text-indent: -2.8rem;
  font-size: 1.3rem;
  line-height: 2rem;
}
	
/* #Sec05調整
  -----------------------------------------------------------------*/
#Sec05 .event_box:nth-child(3) .left {
    width: 100%;
    text-align: center;
}
#Sec05 .event_box:nth-child(3) .right {
    float: none;
    width: 100%;
    text-align: center;
}

/* #Sec06
  -----------------------------------------------------------------*/
  #Sec02{
  background-position: 50% center;
  height: 120px;
}
#Sec06 .ticket_info .box{
  display: block;
  width: 100%;
  font-size: 1.3rem;
}
#Sec06 .ticket_info .box:nth-child(even){
  margin-left: 0;
}
#Sec06 .ticket_info .box:nth-child(3){
  margin-bottom: 20px;
}
#Sec06 .ticket_info .box .ttl{
  margin-bottom: 15px;
  font-size: 2rem;
  line-height: 2rem;
}
#Sec06 .ticket_info .box table{
  margin-bottom: 15px;
}
#Sec06 .ticket_info .box ul li{
  margin-left: 1.3rem;
  text-indent: -1.3rem;
}

/*--------------------------------------------------------------------------
   Footer 201810更新
---------------------------------------------------------------------------*/
footer #footer-inner .footer-top {
    margin: 0 20px;
    font-size: 14px;
}
#footer-inner .footer-top p a {
    text-decoration: underline;
}
#footer-inner .footer-top p span {
	display: inline-block;
}

}