@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700');
@font-face {
  font-family: "perpetua";
  font-style: normal;
  src: url("../fonts/perpetua.eot");
  src: url("../fonts/perpetua.woff") format("woff"), url("../fonts/perpetua.ttf") format("truetype");
}
@font-face {
  font-family: "apercu";
  font-style: normal;
  src: url("../fonts/apercu.eot");
  src: url("../fonts/apercu.woff") format("woff"), url("../fonts/apercu.ttf") format("truetype");
}
body {
	margin: 0;
	padding: 0;
	color: #221815;
  font-family: 'Noto Serif JP', Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 12px;
	line-height: 1.7;
	letter-spacing: 0.4pt;
	word-break: break-all;
	font-feature-settings: "palt";
	overflow-x: hidden;
}
img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
.sp { display: none; }

/*--------hover--------*/
a, #special02 ul.thumb li {
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
	opacity: 1;
	color: #221815;
	text-decoration: none;
}
a:hover,
#special02 ul.thumb li:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
a.btn {
  font-size: 10px;
  border: 1px solid #221815;
  padding: 5px 30px;
}
a.btn:hover {
  color: #fff;
  background: #221815;
  opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
.credit {
  font-family: 'apercu', sans-serif;
  line-height: 1;
  align-items: center;
  width: 250px !important;
  margin: 10px auto !important;
}
/*--------flexBox--------*/
.flexBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

/*--------section--------*/
section {
  padding: 80px 5% 0;
}
section#main {
  width: 100%;
  height: 100vh;
  padding: 0;
  background: url(../images/collabo_main_bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}
#main h1 {
  max-width: 350px;
  position: absolute;
  top: 50%;
	left: 15%;
	-webkit-transform: translate(0, -50%); /* Safari用 */
	transform: translate(0, -50%);
}
.intro p {
  text-align: center;
  margin-bottom: 10px;
}
h2, h3 {
  font-family: 'perpetua', serif;
  font-size: 21px;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 1pt;
  margin-bottom: 40px;
}

#special01 > ul {
  max-width: 1100px;
  margin: 0 auto;
}
#special01 > ul li {
  font-family: 'apercu';
  width: 12.5%;
  text-align: center;
  position: relative;
}
#special01 > ul li::before{
  content: "";
  position: absolute;
  bottom: -10px;
  left: 48%;
  -webkit-transform: translate(-50%, 0); /* Safari用 */
  transform: translate(-50%, 0);
  width: 5px;
  height: 5px;
  border-top: 1px solid #221815;
  border-right: 1px solid #221815;
  transform: rotate(135deg);
}
#special01 > div {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 60px;
}
#special01 > div > div {
  max-width: 450px;
  margin: 0 auto;
}
#special01 > div > ul {
  margin-top: 40px;
}
#special01 > div > p {
  max-width: 200px;
  margin: 40px auto 0;
}
#special01 > div#day1 > ul.style01 {
  width: 35%;
}
#special01 > div#day1 > ul.style02 {
  width: 52.5%;
  margin-left: 47.5%;
}
#special01 > div#day2 > ul.style01 {
  width: 52.5%;
}
#special01 > div#day2 > ul.style02 {
  width: 35%;
  margin-left: 65%;
}
#special01 > div#day3 > ul,
#special01 > div#day6 > ul {
  max-width: 580px;
  margin: 40px auto 0;
}
#special01 > div#day4 > ul,
#special01 > div#day5 > ul,
#special01 > div#day7 > ul {
  max-width: 450px;
  margin: 40px auto 0;
}
#special01 > div#day5 > div {
  max-width: 850px;
}
#special01 > div#day7 > p {
  max-width: 300px;
}
#special02 {
  margin-top: 80px;
  border-top: 1px solid #221815;
  border-bottom: 1px solid #221815;
}
#special02 .special02Info {
  padding: 0 0 80px;
}
#special02 h3 {
  margin: 40px auto 0;
}
#special02 h3.num {
  border-bottom: 1px solid #221815;
  width: 25px;
  display: block;
}
#special02 ul.slide01 {
  max-width: 450px;
  margin: 20px auto 0;
}
#special02 ul.thumb {
  text-align: center;
  max-width: 400px;
  margin: 20px auto;
}
#special02 ul.thumb li {
  text-decoration: underline;
  cursor: pointer;
}
#special02 .point01 {
  margin: 20px auto 10px;
}
#special02 .point02,
#special02 .point03 {
  margin: 40px auto 10px;
}
#special02 .point01 {
  max-width: 450px;
}
#special02 .point02 {
  max-width: 400px;
}
#special02 .point03 {
  max-width: 300px;
}
#special02 .special02Info > p {
  text-align: center;
}
#special03 {
  background: #fefff7;
  /* margin: 80px 0; */
  padding-bottom: 80px;
}
#special03 h2 span {
  font-family: 'Noto Serif JP', serif;
  font-size: 17px;
  line-height: 1.4;
  display: inline-block;
}
#special03 > p {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 10px;
}
#special03 > div.flexBox {
  max-width: 750px;
  margin: 40px auto 0;
  align-items: center;
}
#special03 > div:nth-child(2n) {
  flex-direction: row-reverse;
}
#special03 > div.flexBox > p {
  width: 45%;
}
#special03 > div.flexBox > div {
  width: 50%;
}
#special03 > div.flexBox > div h3 {
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #221815;
}

#special03 > div .credit {
  width: 330px !important;
}
#info {
  padding-bottom: 80px;
  border-top: 1px dotted #221815;
  border-bottom: 1px dotted #221815;
}
#info > p:nth-child(1) {
  max-width: 300px;
  margin: 0 auto;
}
#info > p:last-child {
  max-width: 580px;
  margin: 20px auto 0;
}
#info dl {
  text-align: center;
}
#info dl dt {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 1.4pt;
  margin: 10px 0;
}
#info dl dt span {
  font-size: 12px;
}
#info div {
  width: 110px;
  margin: 10px auto;
  padding-left: 20px;
  background: url(../images/icon_insta.png) left center no-repeat;
  background-size: 15px;
  box-sizing: border-box;
}
#info a {
  text-decoration: underline;
}

/*--------footer--------*/
footer {
  text-align: center;
  padding: 80px 0;
}
footer p {
  margin-bottom: 50px;
}
footer a {
  font-family: 'apercu' ,'YuGothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック', arial, helvetica, sans-serif;
  margin: 0 auto 50px;
  display: block;
}
footer a.btn {
  font-size: 12px;
  max-width: 350px;
  padding: 10px 0;
}
footer a.pagetop {
  max-width: 20px;
}
footer a.logo {
  max-width: 110px;
  margin: 0 auto 20px;
}
footer small {
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  .pc { display: none; }
  .sp { display: block; }
  section#main {
    margin-top: 180px;
    height: 80vh;
    background: url(../images/collabo_main_bg.jpg) 85% center no-repeat;
    background-size: cover;
  }
  #main h1 {
    width: 65%;
    position: absolute;
    top: -120px;
  	left: 50%;
  	-webkit-transform: translate(-50%, 0); /* Safari用 */
  	transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 414px) {
  section#main {
    margin-top: 130px;
    height: 80vh;
    background: url(../images/collabo_main_bg.jpg) 76% center no-repeat;
    background-size: cover;
  }
  #main h1 {
    top: -90px;
  }
  h2, h3 {
    margin-bottom: 30px;
  }
  section p {text-align: left !important;}
  #special01 > ul {
    width: 90%;
    justify-content: space-around;
  }
  #special01 > ul li {
    width: 30%;
    margin-bottom: 12px;
  }
  #special01 > ul li:nth-child(-n+2) {
    width: 40%;
  }
  #special01 > ul li:nth-child(-n+5) {
    margin-bottom: 30px;
  }
  #special01 > div > p {
    width: 35%;
  }
  #special01 > div#day1 > ul.style01,
  #special01 > div#day2 > ul.style01,
  #special01 > div#day3 > ul,
  #special01 > div#day6 > ul,
  #special01 > div#day4 > ul,
  #special01 > div#day5 > ul,
  #special01 > div#day7 > ul {
    width: 70%;
  }
  #special01 > div#day1 > ul.style02 {
    width: 70%;
    margin-left: 30%;
  }
  #special01 > div#day2 > ul.style02 {
    width: 50%;
    margin: 40px auto 0;
  }
  #special01 > div#day5 > div {
    width: 90%;
  }
  #special01 > div#day7 > p {
    width: 50%;
  }
  #special02 ul.slide01 {
    width: 90%;
  }
  #special02 .point01 {
    width: 65%;
  }
  #special02 .point02 {
    width: 80%;
  }
  #special02 .point03 {
    width: 60%;
  }
  #special03 > p {
    width: 90%;
  }
  #info > p:nth-child(1) {
    width: 50%;
  }
  #special03 > div.flexBox {
    flex-direction: column-reverse;
  }
  #special03 > div.flexBox > div {
    width: 100%;
  }
  #special03 > div.flexBox > p {
    width: 55%;
    margin: 0 auto 20px;
  }
  #special03 > div .credit {
    width: 100% !important;
  }
  #special03 > div .credit a {
    margin-top: 10px;
  }
  footer a.btn {
    width: 70%;
  }
}
