@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  font-family: 'Source Sans Pro', 'メイリオ', 'Hiragino kaku Gothic Pro', sans-serif;
}
div, li, p {
  margin: 0;
  padding: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	text-decoration: none
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
*,::before,::after {
  box-sizing: border-box;
}
.sp_h { display: block!important; }
.sp_l { display: none!important; }
@media(max-width:750px){
	.sp_h { display: none!important; }
	.sp_l { display: block!important; }
}
body{
	margin:0;
	padding:0;
	font-size: 14px;
	background-color: #e9e9e9;
}
@media(max-width:750px){
	body{
		font-size: 12px;
	}
}
a{
	color: #ff7900;
	text-decoration: none;
	transition: all 0.2s ease 0s;
}
a:hover{
	opacity: 0.6;
}
/* フッター固定 */
body,.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}


/* ヘッダー */
header{
	display: block;
	width: 100%;
	height: auto;
	min-height: 1px;
	text-align: center;
}
.head_tit{
    display: flex;
    align-items: center;
    justify-content: center;
	background: #ff7900;
}
.head_tit img{
	width: auto;
	height: 100px;
	margin: auto;
}
@media(max-width:750px){
	.head_tit img{
		width: 100%;
		height: auto;
		margin: 0 4vw;
	}
}
/* ヘッダーここまで */


/* 基本 */
.main{
	width: 800px;
	min-height: 600px;
	margin: 0 auto;
	padding: 15px 30px;
	background: #fff;
}
footer{
	width: 100%;
	height: auto;
	padding: 10px;
	background: #707070;
	color: #fff;
	text-align: center;
	font-size: 70%;
	/* 固定用 */
	margin-top: auto;
}
@media screen and (max-width: 979px){
	.main{
		width: 100%;
		min-height: 300px;
		padding: 15px;
	}
}
@media screen and (max-width: 750px){
	.main{
		padding: 2vw;
	}
}
/* 基本ここまで */

/* トップ */
.first{
	display: flex;
	flex-wrap:wrap;
	margin: 50px 0;
}
.main_img{
	width:50%;
}
.main_img div{
	width: 350px;
	margin: auto;
	overflow: hidden;
}
.main_imgin{
	position: relative;
	height: 420px;
}
.main_img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin: auto;
	border-radius: 8px;
	vertical-align:top;
	opacity: 0;
	animation: bgAnime 24s infinite;
}
.main_txt{
	width: 50%;
	padding-left: 1em;
}
.main_txt p a{
	font-weight: bold;
}
.main_txt_max{
	width: 100%;	
	padding: 0;
}
.eve_txt{
	margin-bottom: 20px;
}
.attention_box{
	width: 90%;
	margin: auto;
	border: solid 2px #ddd;
	border-radius: 0.5em;
	padding: 1.2em;
}
.fin{
	width:100%;
	padding: 1em;
	margin-bottom: 3em;
	border: solid 2px #ff4189;
	border-radius: 0.5em;
	text-align: center;
}
.fin p{
	color: #ff4189;
	font-size: 1.2em;
	font-weight: bold;
}
p.eve_midashi{
	margin-bottom: 1em;
	color: #ff7900;
	font-size: 1.7em;
	font-weight: bold;
}
img.src1 {  }
img.src2 { animation-delay: 6s; }
img.src3 { animation-delay: 12s; }
img.src4 { animation-delay: 18s; }
@keyframes bgAnime {
   0% { opacity: 0; }
   5% { opacity: 1; }
  25% { opacity: 1; }
  30% { opacity: 0; }
 100% { opacity: 0; }
}
@media(max-width:750px){
	.first{
		margin: 4vw 0;
	}
	.main_img,.main_txt{
		width:100%;
	}
	p.eve_midashi{
		display: flex;
		align-items: center;
	}
	p.eve_midashi::before,p.eve_midashi::after {
		content: "";
		height: 4px;
		flex-grow: 1;
		background-color: #ff7900;
	}
	p.eve_midashi::before {
		margin-right: 1rem;
	}
	p.eve_midashi::after {
		margin-left: 1rem;
	}
	.main_txt{
		padding: 5vw 3vw;
		-webkit-box-ordinal-group:2;
		-ms-flex-order:2;
		-webkit-order:2;
		order:2;
	}
	.main_img{
		-webkit-box-ordinal-group:1;
		-ms-flex-order:1;
		-webkit-order:1;
		order:1;
	}
	.main_img div{
		width: 90%;
	}
	div.main_imgin{
		max-width: 500px;
		height: 97vw;
		max-height: 570px;
	}
	.eve_txt{
		width: 95%;
		margin: auto;
	}
}
/* トップここまで */

/* リンク先下ずらし用 */
a.anchor {
  display: block;
  margin-top: -90px;
  padding-top: 90px;
}
@media(max-width:899px){
	a.anchor {
	  margin-top: -14vw;
	  padding-top: 14vw;
	}
}
/* リンク先下ずらし用 */

/* リンクボタン */
.link_b{
    display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
    height: 50px;
    width: 350px;
	margin-top: 2em;
    border-radius: 8px;
	background-color: #ff7900;
}
.link_b p{
	position: relative;
    left: -0.4em;
	color: #fff;
	vertical-align: middle;
	line-height: 1.2em;
}
.link_b p::before {
    position: absolute;
    right: -0.7em;
    font-size: 160%;
    font-weight: 400;
	vertical-align: middle;
    font-family: 'FontAwesome';
    content: "\f101";
}

@media(max-width:750px){
	.link_b{
		height: 50px;
		width: 95%;
		max-width: 550px;
		margin-right: auto;
		margin-left: auto;
	}
}
/* リンクボタンここまで */

/*リンク文字ここまで */

.link_txt{
	position: relative;
    left: 1.2em;
	margin: 0.7em 0.5em;
	color: #ff7900;
	font-size: 1.1em;
	font-weight: bold;
	vertical-align: middle;
	line-height: 1.2em;
}
.link_txt::before {
    position: absolute;
    left: -0.7em;
    font-size: 160%;
    font-weight: 400;
	vertical-align: middle;
    font-family: 'FontAwesome';
    content: "\f101";
}
/* リンク文字ここまで */


/* 境界 */
.separation{
    display: flex;
    align-items: center;
	color: #ff7900;
	font-size: 1.2em;
	font-weight: bold;
}
.separation::before,.separation::after {
    flex-grow: 1;
    height: 4px;
    background-color: #ff7900;
    content: "";
}
.separation::before {
    margin-right: 1rem;
}
.separation::after {
    margin-left: 1rem;
}
/* 境界ここまで */

/* 個別エリア */
.unit{
	margin: 20px;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}
.unit:last-of-type{
	border-bottom: none;
}
.unit_in{
	display: flex;
	flex-wrap:wrap;
}
.unit_txt{
	padding: 0 ;
}
.uni_tit{
	font-size:1.5em;
	font-weight: bold;
}
.new_f::after{
	color: #fa5294;
    margin-left: 0.5em;
    content: "New!";
}
.eventp_f::after{
	font-size: 0.9em;
	color: #fa5294;
    margin-left: 0.5em;
    content: "※イベント限定価格";
}
.uni_subtxt{
	margin-top:0.8em;
}
.uni_price{
	color: #ff7900;
	font-size:1.4em;
	font-weight: bold;
}
.unit_in .link_b{
	width: 300px;
	margin-top: 0;
	margin-left: auto;
	border-radius: 8px 0 0 8px;
}
.link_b_outer{
	display:flex;
    align-items: center;
	height: 50px;
	margin-top: 20px;
}
.link_b_r{
    display: flex;
    align-items: center;
	justify-content: center;
	width: 50px;
    height: 50px;
	border: solid 2px  #ff7900;
	border-radius: 0 8px 8px 0;
}
.link_b_r i{
	margin-left: -0.1em;
	font-size: 170%;
}
.img_smn{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.img_smn div{
    display: flex;
    align-items: center;
	justify-content: center;
	width:49%;
	margin-top: 1em;
	border-radius: 8px;
	overflow: hidden;
}
div.img_smn_max{
	width:100%;
}
.img_smn a{
	display: flex;
	align-items: flex-start;
}
.img_smn img{
	width: 100%;
	height: auto;
}
div.img_smn_longimg, .img_smn_longimg img{
	margin: auto;
	width:auto;
	height: 700px;
}
div.img_smn_longimg{
	margin-top: 1em;
}
.vd_single{
	margin:5 auto;
}
.videoimg{
	width: 80%;
	height: auto;
}
@media(max-width:750px){
	.unit{
		padding: 2vw 0;
	}
	.unit_in .link_b{
		width: 95%;
		margin-right: inherit;
	}
	div.img_smn_longimg, .img_smn_longimg img{
		width: 100%;
		height: auto;
	}
}
/* 個別エリアここまで */


/* 文字装飾 */
span.keiko1 {
    background:linear-gradient(transparent 60%, #ff6 60%);
}
span.kyoucho{
	font-weight: bold;
	color:#ff4189;
}
/* 文字装飾ここまで */

/* リスト系　*/
.list_dia{
	width: 100%;
    margin: 10px 0px;
    padding: 5px;
}
.list_dia li{
	position: relative;
	width: 100%;
	margin: 0;
	margin-bottom: 0.7em;
	padding-left: 1.4em;
	line-height: 1.3em;
}
.list_dia li::before {
    position: absolute;
    top: .4em;
    left: .4em;
    width: 7px;
    height: 7px;
    content: "";
    background-color: #ccc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* リスト系ここまで　*/

/* 動画 */
	.acv_video video{
	margin: 1em 0;
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
}
/* 動画ここまで */


