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

body{margin: 0px !important;}
h1,h2,h3,h4,h5,h6{margin: 0;}
#by ul {
    display: block;
    list-stslideyle-type: disc;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
}
*{
    min-height: 0;
    min-width : 0;
}

#by ul,#by li {
    list-style: none;
    padding: 0;
    margin: 0;
}
#by a {
	color: #000;
	text-decoration: none;
}

#by img{
    width: 100%;
    line-height: 0;
}

h1,p {
	padding: 0;
	margin: 0;
	line-height: inherit;
}
#by .pcv {
	display: block;
}
#by .spv {
	display: none;
}
@media only screen and (max-width: 768px)  {
#by	.spv {
		display: block;
	}
#by .pcv {
	display: none;
}	
}



#by {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	line-height:1.8;
	overflow: hidden;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
#by .yt_title{
	width: 62%;
	margin: 0 auto;
}
@media only screen and (max-width: 768px)  {
	#by .yt_title{
	width: 80%;
	margin: 5% auto 0;
}
}
/*#by .yt_title{
	width: 100%;
	margin: 3% auto;
	font-size: 13px;
	line-height: 2;
	text-align: center;
	position: relative;
}
#by .yt_title .autumn{
	position: relative;
	width: 100%;
	display: block;
}
#by .yt_title .autumn::after{
	content:url("../images/line-1.png");
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#by .yt_title .final{
	font-size: 16px;
	font-weight: 500;
}*/
#main_visual {
	position: relative;
	padding: 5% 0;
}
#main_visual h1 {
	position: relative;
	width: 60%;
	margin: 0 auto;
	padding: 0 5% 5%;
}
#main_visual .visual {
	width: 60%;
	margin-left: 20%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	
}
#main_visual .visual .txt {
	grid-column: 1/4;
	text-align: center;
	font-size: 13px;
}

.coupon{
	text-align: center;
}
.coupon_cmt{
	margin: 25px auto 0;
	font-size: 14px;
	text-align: center;
}
#main_prof {
	margin: 0 auto;
	position: relative;
	display: flex;
	width: 90%;
	box-sizing: border-box;
	padding: 5% 12%;
	background: #EEE;
}
#main_prof .face {
	width: 40%;
	line-height: 0;
}
#main_prof .txt {
	width: 70%;
	align-content: center;
	box-sizing: border-box;
	padding-left: 5%;
}
#main_prof .txt {
	width: 100%;
}
#main_prof .txt p {
	font-size: 12px;
}
#main_prof .txt p span {
	font-weight: 600;
	font-size: 14px;
	display: block;
}
#main_prof .link {
	display: inline-block;
	color: #111;
}

#main_prof .links a {
	text-decoration: none;
}
#main_prof .links a {
	display: flex;
	align-items: center;
	margin-top: 1%;
	text-decoration: underline;
	line-height: 2;
}
#main_prof .links a span {
	 display: inline-block;
}
#main_prof .links a span:nth-of-type(1) {
	width: 6%;
    margin-right: 2%;
	line-height: 0
}
#main_prof .links a span:nth-of-type(2) {
	font-size: 11px;  
}

#main_video {
	width: 90%;
	margin: 0 auto 6%;
}
#main_video .youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
#main_video .youtube iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px)  {
	#main_visual h1 {
		position: relative;
		top: auto;
		left: auto;
		transform: translate(0);
		width: 100%;
		margin: 0 auto;
		padding: 0 0 5%;
	}
	#main_visual .visual {
		width: 100%;
		margin-left: 0%;
	}
	#main_video {
		width: 100%;
		margin: 10% auto;
	}
	#main_prof {
		width: 100%;
		display: block;
		margin: 0 auto;
	}
	#main_prof .face {
		width: 50%;
		margin: 0 auto 5%;
	}
	#main_prof .txt {
		width: 100%;
		align-content: center;
		box-sizing: border-box;
		padding-left: 0%;
	}
	#main_prof .txt p span {
		text-align: center;
	}
	#main_prof .links a {
	margin-top: 3%;
	text-decoration: underline;
	line-height: 2;
	justify-content: center;
}
}





/************************************************
              cpArea
************************************************/
#by #content {
	/* padding-bottom: 20%; */
}
#by #content .cpArea {
	padding-top: 10%;
	padding-bottom: 10%;
}
#by #content .cpArea .title {
	width: 45%;
	margin: 0 auto;
	display: block;
}
#by #content .cpArea .cp {
	position: relative;
	width: 52%;
    text-align: center;
    color: #fff;
    margin: 6% auto 0;
}
#by #content .cpArea .cp .icon {
	position: absolute;
    width: 9%;
    top: 36%;
    right: 7%;
}
#by #content .cpArea .cp button{
	display: block;
    border: none;
	font-size: 15px;
    color: #fff;
    margin: 0 auto;
	width: 100%;
    line-height: 4.0;
}
#by #content .cpArea .cp .success-msg {
    display: none;
    position: absolute;
    line-height: 2.5;
	letter-spacing: .8px;
    padding: 0% 4%;
    color: #fff;
    top: -28%;
    right: -15%;
    margin: auto;
    text-align: center;
    border-radius: 5px;
}
@media only screen and (min-width: 769px)  {
	#by #content {
		/* padding-bottom: 100px; */
	}
	#by #content .cpArea {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#by #content .cpArea .title {
		width: 210px;
	}
	#by #content .cpArea .cp {
		width: 300px;
		margin: 20px auto 0;
	}
}
#by #content .howto {
	padding-top: 10%;
	padding-bottom: 10%;
}
#by #content .howto div {
    width: 92%;
	margin: 0 auto;
	text-align: center;
	letter-spacing: .8px;
}
#by #content .howto div dt {
    margin: 0 0 8%;
    font-size: 15px;
    border-bottom: solid 1px;
    display: inline-block;
}
#by #content .howto div dd {
    margin: 0; 
	font-size: 12px;
}
#by #content .howto div dd span {
    font-size: 84%;
	color: #D60003;
	display: block;
	margin: 3% 0 8%;
}
#by #content .howto div img {
	margin: 8% auto 0;
}
#by #content .howto:nth-of-type(odd) div dd {
    text-align: left;
}
@media only screen and (min-width: 769px)  {
	#by #content .howto {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	#by #content .howto div {
		width: 740px;
    }
	#by #content .howto div dd { 
		font-size: 13px;
	}
	#by #content .howto div dt {
		margin: 0 0 40px;
	}
	#by #content .howto div dd span {
		font-size: 88%;
		margin: 14px 0 32px;
	}
	#by #content .howto:nth-of-type(odd) div dd {
		width: 495px;
		margin: 0 auto;
	}
}



/************************************************
              cpArea
************************************************/
/*#content {
	padding-bottom: 20%;
}*/
#content .cpArea {
	border-top: solid 2px #000;
	border-bottom: solid 2px #000;
	padding-top: 10%;
	padding-bottom: 10%;
}
#content .cpArea .copy{
	text-align: center;
	width: 100%;
	font-size: 14px;
}
#content .cpArea .title {
	width: 45%;
	margin: 0 auto;
	display: block;
}
#content .cpArea .cp {
	position: relative;
	width: 52%;
    text-align: center;
    color: #fff;
    margin: 6% auto 0;
}
#content .cpArea .cp .icon {
	position: absolute;
    width: 9%;
    top: 36%;
    right: 7%;
}
#content .cpArea .cp button{
	display: block;
    background: #000;
    border: none;
	font-size: 15px;
    color: #fff;
    margin: 0 auto;
	width: 100%;
    line-height: 4.0;
}
#content .cpArea .cp .success-msg {
    display: none;
    position: absolute;
    line-height: 2.5;
	letter-spacing: .8px;
    padding: 0% 4%;
    background-color: #B9B9B9;
    color: #000;
    top: -28%;
    right: -15%;
    margin: auto;
    text-align: center;
    border-radius: 5px;
}

#content .ytt{
	width: 100%;
	margin: 3% auto;
	text-align: center;
	font-size: 12px;
	line-height: 2;
}
#content .scroll a{
	width: 80%;
	margin: 15% auto 5%;
	max-width: 450px;
	font-size: 16px;
	display: block;
	border: 1px solid #000;
	text-decoration: none;
	color: #000;
	padding: 10px;
}
@media only screen and (min-width: 769px)  {
#content {
		/* padding-bottom: 100px; */
	}
#content .cpArea {
		padding-top: 60px;
		padding-bottom: 60px;
	}
#content .cpArea .title {
		width: 210px;
	}
#content .cpArea .cp {
		width: 300px;
		margin: 40px auto 0;
	}

}
#content .howto {
	padding-top: 10%;
	padding-bottom: 10%;
}
#content .howto div {
    width: 92%;
	margin: 0 auto;
	text-align: center;
	letter-spacing: .8px;
}
#content .howto div dt {
    margin: 0 0 8%;
    font-size: 15px;
    border-bottom: solid 1px;
    display: inline-block;
}
#content .howto div dd {
    margin: 0; 
	font-size: 12px;
}
#content .howto div dd span {
    font-size: 84%;
	color: #D60003;
	display: block;
	margin: 3% 0 8%;
}
#content .howto div img {
	margin: 8% auto 0;
}
#content .howto:nth-of-type(odd) div dd {
    text-align: left;
}
@media only screen and (min-width: 769px)  {
	#content .howto {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	#content .howto div {
		width: 740px;
    }
	#content .howto div dd { 
		font-size: 13px;
	}
	#content .howto div dt {
		margin: 0 0 40px;
	}
	#content .howto div dd span {
		font-size: 88%;
		margin: 14px 0 32px;
	}
	#content .howto:nth-of-type(odd) div dd {
		width: 495px;
		margin: 0 auto;
	}
}



/************************************************
              js
************************************************/
.anim {
	opacity: 0;
	transition: 1.5s all 0s;
}
.anim.ac {
	opacity: 1;
	transform: translate(0);
}
/************************************************************
                view
************************************************************/
.spview {
	display: block;
}
.pcview {
	display: none;
}
@media only screen and (min-width: 768px)  {
     .spview {
		display: none;
	}	
	.pcview {
		display: block;
	}
}