@charset "utf-8";
*{margin:0;padding:0;min-height: 0;min-width: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html {height:100%;}
ul li {list-style:none;}
h1,h2,h3,h4,h5,h6{font-weight: normal;font-size: 100%;}
p{margin: 0;}
a:focus, *:focus{ outline:none; }
article, header, footer, aside, figure, figcaption, nav, section,main{
  display:block;
}
body{
	font-family: 'Noto Sans JP',"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
	height:100%;
	width:100%;
	color: #000;
	position:relative;
	z-index: 0;
}
a{
	text-decoration: none;
	outline: none;
	color: #000;
}
a img,a{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s;
}
img{
	height: auto;
	max-width: 100%;
	box-sizing: unset;
	vertical-align: bottom;
}
.imgauto{
	height: auto;
	width: 100%;
	box-sizing: unset;
	line-height: 1rem;
	display: block;
	vertical-align: bottom;
}
.inner,
.pc-inner,
.sp-inner{
	margin-left: auto;
	margin-right: auto;
}
.flex{
	display: flex;
}
.fxw{
	display: flex;
	flex-wrap: wrap;
}
.jcsb{
	display: flex;
	justify-content: space-between;
}
.headlogoarea .headlogo.sp {
  width: 40px;
}
@media screen and (min-width: 768px){
	body{
		font-size: 15px;
		line-height: 1.7;
		-ms-text-size-adjust: 100%;
		-webkit-text-size-adjust: 100%;
	}
	a:hover{
		opacity: 0.7;
	}
	a:hover img{
		opacity:0.75 !important;
		filter:alpha(opacity=75);
		-ms-filter: “alpha( opacity=75 )”;
	}
	a[href^="tel:"] {
		pointer-events: none;
	}
	.sp{
		display: none !important;
	}
	.inner{
		width: 80%;
		max-width: 1280px;
	}
	.pc-inner{
		width: 80%;
		max-width: 1280px;
	}
	.generalsec{
		margin-bottom: 80px;
	}
/*
	.hamburger{
		display: none !important;
	}
*/
}
@media screen and (max-width: 767px){
	body{
		font-size: 14px;
		line-height: 1.6;
	}
	.pc{
		display: none !important;
	}
	.inner{
		width: 90%;
	}
	.sp-inner{
		width: 90%;
	}
	.generalsec{
		margin-bottom: 40px;
	}
}
.classicalp{
	width: 100% !important;
  max-width: 1440px !important;
  margin: 0 auto;
}
/* クラシカル */
h1.mainimg {
  margin: 0;
}
.classical-catch-wrap {
  margin: auto;
  width: 50%;
  text-align: center;
}
.classical-catch {
font-size: 50px;
font-weight: bold;
}
.classical-catch-text {
  margin-top: 40px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 2.4;
}
.classical-btn a {
  text-decoration: none;
  letter-spacing: .1em;
  position: relative;
  display: block;
  max-width: 400px;
  margin: 60px auto 0;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 20px;
  padding: 15px 0;
  background-image: url(images/classical-arrow.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center right 20px;
}
.sec02,
.sec04{
	background: #f9f9f9;
	padding: 50px 0 130px;
}
.sec-point {
  width: 134px;
  margin: -120px auto 0;
}
h2.classical-title {
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  margin-top: 40px;
}
h2.classical-title::after {
  content: "";
  display: block;
  background: #b3a6d4;
  width: 60px;
  height: 2px;
  margin: 10px auto 0;
}
.classical-text {
  width: 80%;
  max-width: 620px;
  margin: 30px auto 0;
  font-size: 19px;
  letter-spacing: .1em;
  line-height: 1.8;
}
.classical-img {
  margin: 40px auto 0;
}
.text-wrap {
  max-width: 1200px;
  border: 3px solid #000;
  border-bottom: none;
  margin: 0 auto;
  padding: 30px 0 60px;
  position: relative;
}
.colorimg {
  position: absolute;
  right: 0;
}
.classical-text.classical-text2 {
  max-width: unset;
  text-align: center;
}
.color-img {
  margin-top: -130px;
  z-index: 2;
  position: relative;
}
.color-catch {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
.color-catch span{
	position: relative;
}
.color-catch span::after {
  content: "";
  background: url(images/line.png) no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.text-wrap::before {
  content: "";
  background: #fff;
  height: 50px;
  display: inline-block;
  position: absolute;
  right: -10px;
  top: -30px;
}

@media screen and (min-width: 768px){
.mainp {
  position: relative;
  background: url(images/main-img.jpg);
  padding-bottom: 80px;
}
.classical-btn a {
    width: 80%;
}
.sec01,
.sec02,
.sec03,
.sec04 {
  margin-top: 260px;
}
.classical-img {
  width: 90%;
  max-width: 960px;
}
.color{
	margin-top: 130px;
  padding-bottom: 30px;
}
.color-catch span::after {
    width: 210px;
    height: 85px;
}
.classicalp {
	padding: 0 0 130px;
}
.colorimg {
  width: 280px;
  top: -130px;
}
.text-wrap::before {
  width: 300px;
}

}

@media screen and (max-width: 1380px) {
.classical-catch-wrap {
  width: 80%;
}
.classical-catch {
  font-size: 4vw;
}
.classical-catch-text {
  margin-top: 30px;
  font-size: 16px;
  line-height: 2;
}
.classical-btn a {
  max-width: 350px;
  font-size: 18px;
}
.sec-point {
  width: 12vw;
}
h2.classical-title {
	  font-size: 2.8vw;
    margin-top: 30px;
}
.classical-text {
    font-size: 1.4vw;
}
.sec01,
.sec02,
.sec03,
.sec04 {
	margin-top: 200px;
}
.text-wrap {
	width: 90%;
}
.color-img {
  margin-top: -8vw;
}
.color-catch {
  font-size: 2.8vw;
}
.colorimg {
  width: 20vw;
  top: -11vw;
}
.text-wrap::before {
  width: 23vw;
}

}
@media screen and (max-width: 960px) {
h2.classical-title {
	  font-size: 30px;
}
.classical-text {
    font-size: 15px;
    max-width: 500px;
}
.classical-btn a {
    margin: 40px auto 0;
}
.color-catch {
	  font-size: 30px;
}
.sec02, .sec04 {
  padding: 70px 0 100px;
}

}
@media screen and (max-width: 767px) {
.mainp {
  background: url(images/main-img-sp.jpg);
  background-size: cover;
  padding-bottom: 80px;
}
.classical-catch {
   font-size: 24px;
}
.sec-point {
    width: 80px;
}
h2.classical-title {
    font-size: 26px;
}
.classical-text {
  width: 80%;
}
.classical-text.classical-text2{
	text-align: left;
}
.color-catch {
  font-size: 24px;
}
.text-wrap {
  padding: 30px 0 80px;
}
.color-img {
    margin-top: -15vw;
}
.color-catch span::after {
  width: 110px;
  height: 45px;
}
.sec01, .sec02, .sec03, .sec04 {
  margin-top: 130px;
}
.sec01,.sec03 {
  padding: 80px 0 0;
}
.sec02,.sec04 {
  padding: 80px 0;
}
.color {
  margin-top: 80px;
  padding-bottom: 20px;
}
.classical-btn2{
	width: 80%;
	margin: 0 auto;
}
.classicalp {
	padding: 0 0 80px;
}
.colorimg {
  width: 22vw;
  top: -11vw;
}
.text-wrap::before {
  width: 26vw;
}

}
@media screen and (max-width: 414px){
.colorimg {
  width: 26vw;
}
.text-wrap::before {
  width: 30vw;
}

}
/* 追記部分 */
h2.add-title {
  text-align: center;
  color: #fff;
  background: #000;
  letter-spacing: .1em;
  width: 90%;
  margin: 0 auto;
  line-height: 1.4;
}
.add-text {
  letter-spacing: .1em;
  line-height: 2;
}
.add-youtube {
  width: 90%;
  max-width: 800px;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px){
	section.addict {
	  margin-top: 50px;
	}
	h2.add-title {
	  padding: 15px 0;
	  font-size: 30px;
	}
	.add-text {
	  padding: 40px 0;
	  text-align: center;
	  font-size: 18px;
	}
	.add-youtube {
	  margin: 30px auto 0;
	}
	
}
@media screen and (max-width: 767px){
	section.addict {
	  margin-top: 30px;
	}
	h2.add-title {
	  padding: 15px 3%;
	  font-size: 18px;
	}
	.add-text {
	  padding: 30px 5%;
	  font-size: 14px;
	  text-align: center;
	}
	.add-youtube {
	  margin: 10px auto 0;
	}

	
}
