@charset "utf-8";
/* CSS Document */
html{
	scroll-behavior: smooth;
}
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: 0;
	margin-bottom: 4em;
}
.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;
}
.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;
	}
	.topbtn{
		-webkit-box-ordinal-group:3;
		-ms-flex-order:3;
		-webkit-order:3;
		order:3;
	}
	.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: -110px;
  padding-top: 110px;
}
@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";
}
/* リンク文字ここまで */


/* 境界 */
h3{
    display: flex;
    align-items: center;
	color: #ff7900;
	font-size: 1.2em;
	font-weight: bold;
	width: 98%;
	margin: auto;
}
h3::before,h3::after {
    flex-grow: 1;
    height: 4px;
    background-color: #ff7900;
    content: "";
}
h3::before {
    margin-right: 1rem;
}
h3::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;
}
/* 動画ここまで */

/* 一覧リスト */
.product-list{
	margin: 1.5em 0;
}
.product-list:first-of-type{
	margin-top: 0;
}
.product-list:last-of-type{
	margin-bottom: 0;
}
.product-list ul{
	margin: 0.5em 2em;
	list-style-type: disc;
}
.product-list ul li::marker {
  color: #ff4800;
}

/* 一覧リストここまで */

/* ボタンリンク */
.btn_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/*margin: 1rem 25px;*/
	margin: 1.5rem auto;
}


.btn_box:last-child{
	margin-bottom: 0;
}

.btn_box_center{	
	justify-content: center;
}
.btn_box_left{
	justify-content: flex-start;
	margin-left:2em;
}
.btn_box_small a.link_btn{
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3rem;
	height: 3rem;
	width: 390px;
	
}

.w_medium{
	max-width: 700px;
	width: 90%;
}
.w_full{  
	max-width: 880px;
	margin: auto;
}
.w_solo{
	max-width: 800px;
	margin: auto;
	justify-content: center;
}
a.link_btn {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6rem;
  position: relative;
  display: flex;
	align-items: center;
	justify-content:center;
	height: 5rem;
	width: 320px;
  
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  overflow: hidden;
  color: #fff;
  background: #000;
  box-sizing: border-box;
}
a.link_btn p {
  position: relative;
	padding-right: 0.5rem;
	text-align: end;
	line-height: 1.4rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.link_btn:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-97%);
  transform: translateX(-97%);
  background: #ff7900;
}
a.link_btn:hover{
	
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a.link_btn:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
a.link_btn p::after{
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
right: -1em;
  width: 0.8em;
  height: 0.8em;
  border-top: 0.2em solid #fff; 
  border-right: 0.2em solid #fff; 
  transform: rotate(45deg); 
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
a.link_btn:hover p::after{
  border-top: 0.2em solid #000; 
  border-right: 0.2em solid #000; 
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 979px){
}
@media screen and (max-width: 750px){
.w_medium{
	max-width: 95vw;
	width: 90%;
}
a.link_btn{
  font-size: 2.5vw;
  font-weight: 300;
  line-height: 1.3rem;
	height: 3rem;
	width: 49%;
}
.topbtn{
	margin-top: 0;
}
}
/* ボタンリンク ここまで*/

/* top追従ボタン */
.page_top {
  z-index: 99;
  position: fixed;
  right: 45px;
  bottom: 45px;
  opacity: 0.5;
  cursor: pointer;
  transition: 0.2s;
}
.page_top img {
  height: 65px;
  width: 65px;
}
.page_top:hover {
  opacity: 1;
}
@media(max-width : 1275px ){ /* 右側追従メニュー位置移動で被るため逃がす */
	.page_top{
		right: 31px;
		bottom: 65px;
	}
}
@media(max-width:899px) { /* スマホ */
  .page_top {
    right: 20px;
    bottom: 10px;
  }
  .page_top img {
    height: 50px;
    width: 50px;
  }
}
/* top追従ボタンここまで */

/* 見出し */
h2{
	position: relative;
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 0.8em;
	padding-bottom: 0.7em;
	font-size: 1.5em;
	margin: 4em 0 1.5em 0;
}
h2:first-of-type{
	margin-top: 1em;
	margin-bottom: 1.5em;

}

h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 20px solid #ff7900;
  border-right: 20px solid transparent;
}
h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 20px solid #ff7900;
  border-left: 20px solid transparent;
}

@media screen and (max-width: 750px){
	h2{
		margin: 3vw 0 2vw 0;	
	}
}


/* 見出しここまで */
/* サブメニュー */
.submenu{
	position: absolute;
	z-index: 150;
	top:130px;
	left: 0;
}
.submenu ul{
}
.submenu li{
	width: 120px;
	height: 40px;
	display: flex;
	align-items:center;
	justify-content:center;
	color: #fff;
	background-color: #000;
	font-size: 0.7rem;
	line-height: 0.7rem;
	text-align: center;
	margin: 5px 0;
}
.submenu li a{
	color: #fff;
}
.submenu.fixed {
    position: fixed;
    top: 55px;
    left: auto;
    z-index: +1;
}
.submenu li:hover{
	background-color: rgba(255,121,0,0.85);
	-webkit-transition:0.3s;
	transition : 0.3s;
}
.submenu a{
	color: #fff;
	display: flex;
	padding: 0.5em;
	height: 100%;
	width:100%;
	justify-content: center;
	align-items: center;
}


@media(max-width:1000px){
	.submenu{
		display: none;
	}
}
/* サブメニュー ここまで */

/* 部分的に調整 */
.top0{
	margin-top: 0;
	padding-top: 0;
}
/* 部分的に調整 ここまで */