@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: "YuGothicM";
  src: local("Yu Gothic Medium"),
       local("Yu Gothic");
  font-weight: 500;
}

html, body {
	height: 100%;
}
* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
body {
	font-size: 1.3rem;
	font-family: 'Georgia', 'Times New Roman', "Yu Gothic Medium", "YuGothicM", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	width: 100%;
	color: #444;
	overflow-x: hidden;
	background-image: url(img/img_bg_01.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
a,a:link{
	color:#444;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
a:visited{
	color:#444;
}
img {
	width: 100%;
	height: auto;
}
#container {
	width: 100%;
}
.corner-left{
	width:20%;
	position: fixed;
	left:0;
	top:0;
}
.corner-right{
	width:20%;
	position: fixed;
	right:0;
	top:0;
}

.fade {
  opacity: 0;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform;
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
}
.fade.fadein {
  opacity: 1;
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0px);
}
.header{
  position: fixed;
  top:0;
  left: 0;
  width:100%;
  z-index: 1000;
}
.header a{
  display: block;
}
.header img{
  width:100%;
}
.header img.pc{
  display: block;
}
.header img.sp{
  display: none;
}

/****** .section01 ******/
.section01 {
	position: relative;
	display: block;
	height: 100vh;
	padding-bottom: 100px;
	box-sizing: content-box;
  /*
	background-image: url(img/img_bg_01.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;*/
	min-height: 700px;
}
.section01 .section-inner{
	position: relative;
	z-index:1;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	width:90%;
	margin:0 auto;
	margin-top: -70px;
}
.section01 .logo {
	max-width: 128px;
	width:100%;
	margin: 0 auto 30px;
}
.section01 .txt {
	font-family: 'Josefin Sans', sans-serif;
	font-style: italic;
	font-size: 1.25rem;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.5;
  font-weight: 600;
}
.section01 .txt.fadein {
  opacity: 0.6;
}
.scroll-btn{
	position: absolute;
	bottom: 130px;
	left: 50%;
  margin-left: -26px;
}
.scroll-btn a {
  z-index: 2;
  display: inline-block;
  text-decoration: none;
	font-family: 'Josefin Sans', sans-serif;
	color: #fff;
	font-size: 1rem;
	letter-spacing: 0.2em;
	text-shadow: 0 0 4px rgba(0,0,0,0.5);
}
.scroll-btn a span {
  position: relative;
	display: block;
  width: 25px;
  height: 40px;
  margin: 0 auto 15px;
  border: 2px solid #fff;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2);
	        box-shadow: 0 0 4px rgba(0,0,0,0.2);
}
.scroll-btn a span::before {
  position: absolute;
  top: 5px;
  left: 50%;
  content: '';
  width: 4px;
  height: 4px;
  margin-left: -2.5px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2);
	        box-shadow: 0 0 4px rgba(0,0,0,0.2);
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/****** .section02 ******/
.section02 {
	width: 100%;
	margin: 0px auto 70px;
	padding: 50px 0;
	position: relative;
	z-index: 2;
}
.section02 .section-inner{
	position: relative;
	z-index:1;
	width:90%;
	margin:0 auto;
}
.section02::before{
	content: "";
  display: block;
  position: absolute;
  height: auto;
  width: 100%;
  -webkit-transform: skewY(2deg);
          transform: skewY(2deg);
  top: -50px;
  bottom: -50px;
  background: rgba(255,255,255,0.3);
  z-index: 0;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.section02 .ttl {
	margin-bottom: 20px;
	font-family: 'Josefin Sans', sans-serif;
	font-style: italic;
	font-size: 4rem;
	text-align: center;
	letter-spacing: 0.05em;
}
.section02 .ttl::after{
	content: "";
	display: block;
	height: 1px;
	background: #333;
	width:50px;
	margin: 40px auto 50px;
}
.section02 .ttl span{
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  margin-top: 15px;
	font-family: 'Georgia', 'Times New Roman', "Yu Gothic Medium", "YuGothicM", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-style: normal;
}
.section02 .txt-wrapper{
	text-align: center;
}
.section02 .txt {
	font-size: 1.4rem;
	margin-bottom: 15px;
	line-height: 1.7;
	letter-spacing: 0.05em;
	font-family: "source-han-serif-japanese",serif;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: 280px;
  margin: 0 auto;
	text-align: justify;
	display: inline;
}
/****** #section03 ******/
.section03 {
	background-color: #ececec;
	background-image: url(img/img_bg_sample.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: 600px;
	margin-top: -100px;
	position: relative;
}
.section03 .section-inner{
	position: absolute;
	width:100%;
	top:50%;
	left: 0;
	margin-top: -40px;
}
.section03 .ttl {
	margin-bottom: 20px;
	font-family: 'Josefin Sans', sans-serif;
	font-style: italic;
	font-size: 4rem;
	text-align: center;
	letter-spacing: 0.05em;
}
.section03 .ttl::after{
	content: "";
	display: block;
	height: 1px;
	background: #333;
	width:50px;
	margin: 40px auto 50px;
}
.section03 .ttl span{
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  margin-top: 15px;
	font-family: 'Georgia', 'Times New Roman', "Yu Gothic Medium", "YuGothicM", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-style: normal;
}
.section03 .txt{
	text-align: center;
}
/****** #section04 ******/
.section04 {
  /*background: #f3f3f3;*/
	position: relative;
	padding: 90px 0 150px;
	margin-bottom: 100px;
}
.section04 .section-inner{
	z-index: 2;
	width:90%;
	max-width: 700px;
	margin:0 auto;
	position: relative;
}
.section04::before{
	/*content: "";*/
  display: block;
  position: absolute;
  height: auto;
  width: 100%;
  -webkit-transform: skewY(-2deg);
          transform: skewY(-2deg);
  top: -50px;
  bottom: -50px;
  background: #f3f3f3;
  z-index: 0;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.section04 .ttl {
	margin-bottom: 20px;
	font-family: 'Josefin Sans', sans-serif;
	font-style: italic;
	font-size: 4rem;
	text-align: center;
	letter-spacing: 0.05em;
}
.section04 .ttl::after{
	content: "";
	display: block;
	height: 1px;
	background: #333;
	width:50px;
	margin: 40px auto 50px;
}
.section04 .ttl span{
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  margin-top: 15px;
	font-family: 'Georgia', 'Times New Roman', "Yu Gothic Medium", "YuGothicM", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-style: normal;
}
.section04 .img{
	width:50%;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.section04 .box-txt{
	width:50%;
  letter-spacing: 0.1em;
  padding-left: 30px;
  line-height: 1.7;
}
.section04 .box-txt .ttl-sub{
	font-size:4rem;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
  font-family: "source-han-serif-japanese",serif;
  text-align: center;
  line-height: 1;
}
.section04 .box-txt .ttl-sub-en{
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  text-align: center;
  color: rgba(0,0,0,0.6);
}
.section04 .box-txt .ttl-sub-en::after{
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #000;
  text-align: center;
  margin: 20px auto;
}
.section04 .box-txt .txt01{
	font-size: 1.2rem;
	font-family: 'Georgia', 'Times New Roman', "Yu Gothic Medium", "YuGothicM", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  margin-bottom: 10px;
  text-align: center;
}
.section04 .box-txt .txt02{
	font-size: 1.1rem;
	font-family: 'Georgia', 'Times New Roman', "Yu Gothic Medium", "YuGothicM", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  margin-bottom: 20px;
  text-align: center;
}
.section04 .box-wrapper{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.section04 .btn{
  width:100%;
  height: 50px;
  border:1px solid #444;
}
.section04 .btn a{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 14px 0;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 3px;
  transition: all .3s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
}
.section04 .btn a:hover{
  background-color: rgba(255, 255, 255, 0.3);
}
.section04 .btn a span{
  position: absolute;
  right: 20px;
  top: 24px;
  transition: all .3s;
}
.section04 .btn a span::before{
  content: "";
  display: block;
  width:8px;
  height: 1px;
  background: #444;
  transform:rotate(45deg);
  position: absolute;
  top: -3px;
}
.section04 .btn a span::after{
  content: "";
  display: block;
  width:8px;
  height: 1px;
  background: #444;
  transform:rotate(-45deg);
  position: absolute;
  bottom: -3px;
}
.section04 .btn a:hover span{
  right: 15px;
}
/****** #section05 ******/
.section05 {
	padding: 60px 0 80px;
  margin-top: -100px;
  /*background: url("img/img_bg_footer_01.jpg") left top;
  background-size: cover;*/
  position: relative;
}
.section05::before{
	content: "";
  display: block;
  position: absolute;
  height: auto;
  width: 100%;
  -webkit-transform: skewY(-2deg);
          transform: skewY(-2deg);
  top: -50px;
  bottom: -50px;
  z-index: 0;
  background: rgba(255,255,255,0.4);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.section05 .ttl {
	margin-bottom: 20px;
	font-family: 'Josefin Sans', sans-serif;
	font-style: italic;
	font-size: 4rem;
	text-align: center;
	letter-spacing: 0.05em;
}
.section05 .ttl::after{
	content: "";
	display: block;
	height: 1px;
	background: #333;
	width:50px;
	margin: 40px auto 50px;
}
.section05 .ttl span{
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  margin-top: 15px;
	font-family: 'Georgia', 'Times New Roman', "Yu Gothic Medium", "YuGothicM", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-style: normal;
}
.section05 .section-inner{
	width:90%;
	max-width: 700px;
	margin:0 auto;
	position: relative;
}
.section05 .box-txt{
  /*border-left: 10px solid #fff;
  padding: 5px 0 5px 10px;*/
  margin-bottom: 60px;
  text-align: center;
}
.section05 .date{
  font-size: 1.3rem;
	font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.section05 .event{
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.section05 .event span{
  font-size: 1.9rem;
  font-weight: bold;
}
.section05 .circle{
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  display: inline-block;
}
.section05 .circle span{
  font-size: 2.2rem;
  font-weight: bold;
  margin-left: 10px;
}
.section05 .space{
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  margin-left: 20px;
  display: inline-block;
}
.section05 .space span{
  font-size: 2.2rem;
  font-weight: bold;
  margin-left: 10px;
}
.section05 .box-list{
  background: rgba(255,255,255,0.3);
  padding: 20px;
  font-size: 1.4rem;
  margin-bottom: 50px;
  max-width: 350px;
    position: relative;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.section05 .box-list .list-ttl{
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 16px;
  border-bottom: 1px solid ;
  padding-bottom: 5px;
}
.section05 .box-list li:not(:last-child){
  margin-bottom: 10px;
}
.section05 .attention{
  font-size: 1.1rem;
  line-height: 1.5;
}
.section05 .attention li{
  padding-left: 27px;
  position: relative;
  margin-bottom: 3px;
}
.section05 .attention span{
  position: absolute;
  left: 0;
  top: 0;
}
.section05 .img-postcard{
  position: absolute;
  right: -96%;
  top: -10%;
}
.section05 .img-postcard img{
  max-width:286px;
  height: auto;
}

.footer{
  background: #fafafa;
  width:100%;
  height: 100px;
  margin-top: -30px;
  position: relative;
  z-index: 2;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    padding: 33px 0;
}
.footer .btn{
  text-align: center;
  width:100px;
  border:1px solid #444;
  margin: 0 auto;
}
.footer .btn a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  transition: all .3s;
  letter-spacing: 1px;
}
.footer .btn a:hover{
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.1);
}

/****** #sample ******/
body#sampleBody{
	background-image:none;
}
#sample{
	max-width:700px;
	width:90%;
	margin:50px auto;
}
#sample p{
	margin-bottom: 20px;
}
#sample .pixiv{
  text-align: center;
  margin: 40px;
}


@media (max-width: 750px) {
body{
  background:none;
}
#cornerL,#cornerR {
	width: 40%;
	position:absolute;
}
.corner-left,
.corner-right{
	position:absolute;
}
.header img.pc{
  display: none;
}
.header img.sp{
  display: block;
}
.section01{
	background-attachment: scroll;
  background-image: url(img/img_bg_01.jpg);
  background-size: cover;
}
.section01 .logo{
	width:30%;
	margin: 0 auto 30px;
}
.section02{
  padding: 10px 0;
  margin-bottom: 0;
}
.section02::before{
  background: #f1f1f1;
}
.section02 .contentsL,
.section02 .contentsR{
	float:none;
	width:100%;
}
.section02 .ttl{
	text-align:center;
	font-size:3rem;
}
.section02 .ttl::after{
  margin: 20px auto 30px;
}
.section02 .txt{
	height: 400px;
	-webkit-column-count: 2;
	        column-count: 2;
	-webkit-column-width: 10em;
	        column-width: 10em;
	-webkit-column-gap:30px;
	        column-gap:30px;
}
.section03{
	background-attachment: scroll;
	height: 600px;
	background-size: cover;
}
.section03 .ttl{
	text-align:center;
	font-size:3rem;
}
.section04{
	background-attachment: scroll;
  background-image: url(img/img_bg_01.jpg);
  background-size: cover;
  padding:100px 0 100px;
}
.section04 .ttl{
	text-align:center;
	font-size:3rem;
}
.section04 .img{
	width:100%;
	margin-bottom: 20px;
}
.section04 .box-wrapper{
	display: block;
}
.section04 .box-txt{
	position: relative;
	width: 100%;
	padding-left: 0;
	text-align: center;
}
.section05 .box-list{
  max-width: 100%;
}
.section05{
  padding: 20px 0 80px;
}
.section05::before{
  background: #f1f1f1;
}
.section05 .ttl{
  font-size: 3rem;
}
.section05 .ttl::after{
  margin: 20px auto 30px;
}
.section05 .event span{
  display: block;
  margin-bottom: 8px;
}
.section05 .circle{
  display: block;
  margin: 0 0 5px 0;
}
.section05 .img-postcard{
  position: relative;
  right: auto;
  top:auto;
  width:100%;
}
.section05 .img-postcard img{
  width:100%;
  max-width: 100%;
}
}
