img{
	max-width: 100%;
}

#topscreen{
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	position: relative;
}
#topscreen > #icatch a{
	display: block;
	text-align: center;
	position: absolute;
	bottom:0;
   left: 50%;
   -webkit-transform: translate(0, -50%);
   transform: translate(0, -50%);
}
#topscreen > #icatch a img{
	display: block;
	width: 60px;
	margin: 0 auto;
}

@media screen and (max-width:780px){
#topscreen{
	height: auto;
	position: static;
}
#icatch{
	height: 100%;
	text-align: center;
	padding: 0;
	box-sizing: border-box;
}
#icatch h1{
	text-align: center;
	padding: 0;
}
#icatch h1 img{
	display: block;
	}
}

#read{
	padding: 40px 20px;
	background: #fff;
	box-sizing: border-box;
	font-size: 24px;
	color: #231815;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-align: center;
}
#read span{
	font-style: normal;
	font-weight: bold;
}
#read em{
	display: block;
	width: 960px;
	margin: 10px auto;
	padding: 5px 0;
	text-align: center;
	border:1px solid #231815;
	border-radius: 100px;
	font-size: 36px;
	color: #fff;
	font-style: normal;
	background-color: #231815;
}
@media screen and (max-width:780px){
#read{
	padding: 20px 10px 25px 10px;
	background: #fff;
	box-sizing: border-box;
	font-size: 14px;
	color: #231815;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-align: center;
}
#read span{
	font-style: normal;
	font-weight: bold;
}
#read em{
	display: block;
	width: auto;
	margin: 10px auto;
	padding: 10px 0;
	text-align: center;
	border:1px solid #231815;
	border-radius: 100px;
	font-size: 21px;
	color: #fff;
	font-style: normal;
	background-color: #231815;
}
#read br{
	display: none;
	}
}


#detail,
#attention{
	padding: 40px 0;
}
#detail section,
#attention section{
	width: 960px;
	margin: 0 auto;
}
#detail h2,
#attention h2{
	text-align: center;
}
#attention h2{
	margin: 0 0 40px 0;
	font-size: 72px;
	color: #231815;
	font-family: '游ゴシック', sans-serif;
	letter-spacing: 0.2em;
}
.bg_img{
	background-image: url(../img/bg.png);
	position: relative;
    min-height: 100vh;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

#detail h2{
	font-size: 72px;
	letter-spacing: 0.2em;
	color: #fff;
	font-family: '游ゴシック', sans-serif;
}
#detail section article{
	margin: 40px 0;
	padding: 50px 20px;
	box-sizing: border-box;
	position: relative;
}

#detail section article div{
	float: right;
	padding: 2% 0 0 20px;
	box-sizing: border-box;
	font-size: 2rem;
	color: #231815;
	position: relative;
	text-align: center;
	width: 100%;
	height: 465px;
}

#detail section article div p{
	font-style: normal;
	font-weight: bold;
	margin-bottom: 30px;
}

@media screen and (max-width:780px){
	#detail section article div p{
		font-size: 17px;
	}
	
}

#detail section article div em{
	font-style: normal;
	font-weight: bold;
}
#detail section article a{
	display: block;
	padding: 15px 0;
	color: #fff;
	font-size:24px;
	font-weight: normal;
	text-align: center;
	background: url(../img/arrow_a.png) no-repeat 97% center #F65A9F;
	background-size:auto 20px;
	position: absolute;
	top: 85%;
	right: 7%;
	width: 50%;
	float: right;
}

#detail section article:nth-child(1){
	background: url(../img/a.png) no-repeat left top #fff;
	background-size:auto 150px;
}
#detail section article:nth-child(2){
	background: url(../img/b.png) no-repeat left top #fff;
	background-size:auto 150px;
}
#detail article h3{
	font-size: 50px;
	color: #231815;
	text-align: center;
	font-weight: normal;
	margin: 0 0 40px 0;
	display: block;
}

#detail article h3 span{
	font-size: 24px;
	display: block;
	width: 300px;
	margin: 20px auto 0 auto;
	color: #fff;
	font-weight: bold;
	padding: 5px 0;
	background: #231815;
	text-align: center;
	border-radius: 100px;
}
#attention{
	background: rgba(255,255,255,0.9);
	color: #231815;
	font-weight: normal;
}
@media screen and (max-width:780px){
#detail,
#attention{
	padding: 40px 0;
}
#detail section,
#attention section{
	width: auto;
	padding: 0 20px;
	box-sizing: border-box;
}
#detail h2,
#attention h2{
	text-align: center;
}
#attention h2{
	margin: 0 0 40px 0;
	font-size: 40px;
	color: #231815;
	font-weight: bold;
}
.bg_img{
	background-image: url(../img/bg.png);
	position: relative;
    min-height: 100vh;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

#detail h2{
	font-size: 40px;
	letter-spacing: 0.2em;
	color: #fff;
	font-family: '游ゴシック', sans-serif;
}
#detail section article{
	margin: 40px 0;
	padding: 50px 20px;
	box-sizing: border-box;
	position: relative;
}
#detail section article figure,
#detail section article photo,
#detail section article div{
	width: 100%;
}
#detail section article figure,
#detail section article photo
{
	float: none !important;
}
	
#detail section article figure{
	max-width: 70%;
	margin: 20px auto;
}
	
#detail section article photo{
	width: 90%;
	margin: 20px auto;	
}
	
#detail section article photo p
{
	font-size: 12px;
	}
#detail section article div{
	float: none;
	height: auto;
	padding: 20px 0 0 0;
	box-sizing: border-box;
	font-size: 4vw;
	color: #231815;
	position: static;
}
#detail section article div br{
	display: none;
	}
#detail section article txt em{
	font-size: 17px;
}
	
#detail section article a{
	display: block;
    width: 100%;
    padding: 15px 0;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    background: url(../img/arrow_a.png) no-repeat 97% center #F65A9F;
    background-size: auto 20px;
    position: static;
    bottom: 0;
    margin: 20px 0 0 0;
}
#detail section article:nth-child(1){
	background: url(../img/a.png) no-repeat left top #fff;
	background-size:auto 80px;
}
#detail section article:nth-child(2){
	background: url(../img/b.png) no-repeat left top #fff;
	background-size:auto 80px;
}
#detail article h3{
	font-size: 5vw;
	color: #231815;
	text-align: center;
	font-weight: normal;
	margin: 0 0 20px 0;
	display: block;
}
#detail article h3 span{
	font-size: 16px;
	display: block;
	width: 60%;
	margin: 10px auto 0 auto;
	color: #fff;
	font-weight: bold;
	padding: 5px 0;
	background: #231815;
	text-align: center;
	border-radius: 100px;
}
#attention{
	background: rgba(255,255,255,0.9);
	color: #231815;
	font-weight: normal;
}
}


#detail section article photo {
    float: left;
}

#detail section article photo ,
#detail section article txt 
{
    width: 50%;
}

photo {
    display: block;
}

#detail section article txt {
    float: right;
    height: 320px;
    padding: 7% 0 0 20px;
    box-sizing: border-box;
    font-size: 2rem;
    color: #231815;
    position: relative;
}

#detail section article txt em {
    font-style: normal;
    font-weight: bold;
}

#detail section article txt a {
    display: block;
    width: 95%;
    padding: 15px 0;
    color: #231815;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    background: url(../img/arrow_b.png) no-repeat 97% center #fef102;
    background-size: auto 20px;
    position: absolute;
    top: 260px!important;
    right: 0!important;
}

@media screen and (max-width:780px){
#detail section article txt a {
    display: block;
    width: 100%;
    padding: 15px 0;
    color: #231815;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    background: url(../img/arrow_b.png) no-repeat 97% center #fef102;
    background-size: auto 20px;
    position: static;
    bottom: 0;
    margin: 20px 0 0 0;
}
	
#detail section article txt {
	float:none;
    height: 320px;
    padding: 7% 0;
    box-sizing: border-box;
	text-align: center;
    font-size: 2rem;
    color: #231815;
    position: relative;
}
	
#detail section article photo{
	width: 100%;
	}
}

#attention a{
	color: cornflowerblue;
}
	