@charset "UTF-8";
@import url("grid.css");

:root { /* 色変更される場合は、#以降のカラーコードを変更してください IE非対応 32254d 4d0000*/
    --base-color: #ffedf0;
    --link-color: #ad5868;
    --linkhover-color: #f85674;
    --back-color: #505050;
    --border-color: #ccc;
    --white-color: #fff;
}

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
   /*display:block; */
    color: var(--link-color);
    text-decoration-line: none;
	transition : 0.5s;
	font-weight:600;
}
/*a:hover { 
    color: var(--linkhover-color);
}*/
a:hover { 
    opacity: 0.7;
	transition :  0.5s;
}

/*ヘッダー
-------------------------------------*/
.header {
	display: flex;
    flex-direction: row;
    padding: 2rem 0 2rem 0;
}
.header-box {
	position:absolute;
	text-align: right;
	right:10px;
	margin-top: 0px;font-size: 0.8em;
}

/*735*/
@media screen and (max-width: 768px){
header {
	flex-direction: column;
    margin-bottom: 0px;
/*	margin: 0 auto;
	text-align: center;*/}	
/*.La_box{   text-align: center;}	
.logo_pc {  display: none;}
	
nav{margin:1em 0 0 auto;
}
*/
}



.contact-button {
	padding: 1rem;
	border: 2px solid var(--base-color);
    background-color: rgba(255,255,255,0.5);
}

/*nav ul {
display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
	margin: 1rem 0 0 0;
}
nav li {
	flex: 1 0 auto;
}
nav li a {
    text-decoration: none;
    text-align: center;
    width: 100%;
}
nav a:hover {
    background-color: var(--back-color);   
}
nav a {
    padding: 0.5rem;
}
*/

/*ドロップダウン対応　*/

#navi > ul > li:hover .menu {
  max-height: 9999px;
  opacity: 1;
}
#navi > ul > li > a {
  display: block;
/*  padding: 25.5px 1em 15.5px;   color:#d55890;*/
  transition: all .2s ease-in;
   color:#888;
}

@media screen and (min-width: 768px){
#open,#close {
    display: none !important;
}

#navi {
    display: block !important;
}
}

@media screen and (max-width: 768px){
.header {
	flex-direction: column;
    margin-bottom: 0px;
}
.header #open,#close  {
    position: absolute;
    top: 20px;
    right: 12px;
}
nav ul {
	flex-direction: column;
	/*2025-11-20*/
	background-color: rgba(255,255,255,1);
	z-index: 999;	
	
}
.header li {
	padding-top: 0;
}

}


/*メイン画像
-------------------------------------*/
.mainimg {
	text-align: center;  margin:0 auto;
	padding: 0rem;
	/*background-color: var(--base-color);*/
}

.mainimg img {
    max-width: 100%;  
	text-align: center;  margin:0 auto;
}


/*メインコンテンツ
-------------------------------------*/
main {
    margin: 0rem 0 0 0;

}
section {
	margin: 0rem 0;/*5rem*/
	padding: 3rem 0;
}
.gray-back {
	/*background-color:rgba(0,0,0,0.20);*/
background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.8),rgba(0,0,0,0));

	padding:0.3rem;
}

/*キャッチコピー
-------------------------------------*/
.catch {
    text-align: center;
}
.catch h2 {
    padding-bottom: 1rem;
}


.under {
/*    border-bottom: 0.15rem solid var(--white-color);
*/
	border-bottom: 0.1rem solid #fbf8f3;
	padding:0 1rem 0.2rem 1rem;
	letter-spacing: 0.08em;
}

.center {
	text-align: center;
	margin-bottom: 4rem;
}
.top-text {
    padding:2.8rem 4rem;    font-size:1.2em;
background: linear-gradient(rgba(0,0,0,1),rgba(0,0,0,0));
}




/*GOODS*/
.image{
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .2)
}

/*transform:rotateZ(-2deg);*/
/*.image:hover  {
 translateY(-0.5em); ;    transition: .4s all;
}*/

.text {    font-size:1.2em;
			letter-spacing:0.03em;
			font-weight: 700;}

.text a{
 /*   display:block;	border-bottom: dotted 2px #b36b77;*/
    color: var(--base-color);
    text-decoration-line: none;	
}

.text_en {    font-size:1em;
			letter-spacing:0em;
			font-weight: 500;}


.text p {  font-size:0.9em;
			text-align: left;
			font-weight: 200;
	}
.small {    font-size:0.8em;}

.midashi { 
font-family: "Linden Hill",serif;
letter-spacing: 0.02em;	
font-weight: 550;  color: #777;
		padding:40px 0 10px;
}
.midashi::first-letter {
color: #ff0876;
}

/* アニメーション前のスタイル */
.marker {
  background-image: linear-gradient(90deg, #fff, #fff);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 100%; /* '50%'の部分にマーカーの太さを記入 */
  transition: all 0s ease-in-out; /* マーカーを引く速度を調整 */
	margin:-20px -2px 0;
	padding:10px 0;
}
/* アニメーション発火時 */
.marker:hover {
  background-size: 100% 100%; /* '50%'の部分は上で設定した太さに合わせる */
}



/*フッター
-------------------------------------*/
 /*footer {
   background-color: var(--base-color); back
   background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1)); padding: 5rem 0;
	
	text-align: center;
	color: var(--back-color);
	font-size: 10px; line-height: 1.8;
}*/

/*footer h4 {
    border-bottom: 3px solid var(--border-color);
	font-size: 1.8rem;
	color: var(--white-color);	
}*/

/*フッター
----------------------------------------------*/
#pc .footer {
  background: #ffffff;
  min-height: 417px;
  padding: 80px 0 100px;
}
#pc .footer img{
width: 30%;  padding: 0.5em;
}
#pc .footer-inner {
  width: 1100px;
  margin: 0 auto;
  text-align: center;
}

#pc .footer-banners {
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

#pc .footer-banners.second {
  margin-bottom: 30px;
}
#pc .footer-text {
  font-size: 0.7em;
  line-height: 1.8;
  color: #555555;
}

#pc .footer-text p {
  margin: 6px 0;
}
  #pc .footer-inner {
    width: min(1300px, 92%);
  }

  #sp .footer {
    background: #ffffff;
    min-height: 417px;
    padding: 80px 0 120px;
  }

  #sp .footer-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  #sp .footer-banners {
    display: block;
    justify-content: center;
    width: 70%;
    margin: auto;
  }

  #sp .footer-banners img {
    width: 100%;
    padding: 10px;
  }

  #sp .footer-banners.second {
    margin-bottom: 30px;
  }

  #sp .footer-text {
    line-height: 1.8;
    color: #555555;
  }

  #sp .footer-text p {
    margin: 6px 0;
  }


/*お問い合わせ
-------------------------------------*/
.contact-box {
	border: 1px solid var(--border-color);
	text-align: center;
	padding: 2rem 0;
}
.table {
	margin: 4rem 0;
}
.table th {
	width: 300px;
}

/*コピーライト
-------------------------------------*/
.copyright {	font-size: 0.7em;
    text-align: center;
    padding: 1rem 0;
    background-color: var(--base-color);
    color: var(--white-color);
}
.copyright a {
    color: var(--white-color);
    text-decoration: none;
	display: inline;
}


/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: -10px;
    right: 5px;
}

#pagetop a {
background-image: url("../images/top_return.png");
display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
width: 80px;
height: 80px;
/*  width: 100px;
  height: 100px;*/
/* border: 3px solid #aaaaaa;  background-color: #FAF0E6;
  border-radius: 0vh;*/
	transition: 0.8s;
}
#pagetop a:hover {
   transform: translate(0%, -20%);
  transition-duration: 0.8s;
  /*	transform: rotateY( 360deg ); 　background-color: #B13546;border-radius: 50vh;*/
}


/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px){
	
/*ヘッダー
-------------------------------------*/
.header-box {
	display: none;
}	
	
/*お問い合わせ
-------------------------------------*/
.table th {
	width: 100%;
	display: block;
}	
.table td {
	display: block;
}
.image{
width: 90%;
}
.coming{font-size:1.5em;
	 }
	
    .list-009 li {
		line-height: 1.2em;
    }	

.text {    font-size:1.1em;
		/*	letter-spacing:-0.08em;*/
			font-weight: 550;}	
	
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width : 768px ){
    .pc { display: none !important; }
    .sp { display: block !important; }
}


.list-009 {
    list-style-type: disc;
    /*list-style-position: inside;*/
	list-style-type: none!important;
    text-align: left;
}

.list-009 li {
    padding:0px;
	line-height: 1em;
}
/*
.list-009 li:not(:last-child) {
    border-bottom: 1px dashed #8f8f8f;
}*/
/*  */
.list-009 li::marker {
  color: #8f8f8f;
    font-size: 1.1em;
}
.list-009 ul li:before {   /* position: absolute;*/
  font-family: "Font Awesome 5 Free";
  content: "\f518";/*アイコンの種類*/
  left : 1em;/*左端からのアイコンまでの距離*/
  color: #8f8f8f;/*アイコン色*/
  font-weight: 400;
}

/*フェードイン*/
/* 下から */
.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1.8s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(25px);
	}

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


@media only screen and (min-width: 580px) {
	.is-sp{
		display: none!important;
	}

}
@media screen and (max-width:1249px){
	.is-pc{
		display: none!important;
	}
}
@media screen and (max-width:735px){
	.is-pc2{
		display: none!important;
	}
#pc .footer img{
	width:80%;
	padding: 0.5em;
	}

	
}


          .u_line {
          border-bottom:2px solid;
          }


.ttl_frame2 {
  font-weight: bold;
  border: 3px solid #805973;
  padding: 0.5em 1em 0.5em calc(1em + 10px);
  position: relative;
}
.ttl_frame2::before {
  content: '';
  background-color: #805973;
  background: repeating-linear-gradient( -45deg, #805973, #805973 5px, #ffffff 5px, #ffffff 10px );
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

a.btn_05 {
    font-family: "ヒラギノ角ゴ Pro W3","メイリオ", "Meiryo", "Helvetica", "Times New Roman";
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	/*width: 300px;*/
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #ff7a82;
	background: #ff7a82;
	color: #fbf8f3;
	border-radius: 100vh;
	transition: 0.5s;
}

a.btn_05:hover {
	color: #ff7a82;
	background: #fbf8f3;  
	opacity: 1;
}

.pro{
    font-family: "ヒラギノ角ゴ Pro W3","メイリオ", "Meiryo", "Helvetica", "Times New Roman";
	font-weight: 450;
}

.outline2{  
  font-family: "Linden Hill", serif;
	color: #fff;/*990e2a*/
	letter-spacing: 0.04em;
	text-shadow:0 0 3px #990e2a,0 0 3px #990e2a,0 0 5px #990e2a,0 0 10px #332114,0 0 3px #332114,0 0 3px #990e2a,0 0 3px #990e2a,0 0 5px #332114,0 0 10px #332114,0 0 10px #332114; 
	transform: scale(0.95, 1);
}

.outline3{
  font-family: "Linden Hill", serif;
	/*color: #096295;　990e2a*/
	letter-spacing: -0.03em;
  display: inline-block;
  background: linear-gradient(45deg, #eee 0%, #9E9E9E 45%, #E8E8E8 70%, #eee 85%, #757575 90% 100%);
  background: -webkit-linear-gradient(0deg, #eee 0%, #9E9E9E 33%, #E8E8E8 62%, #eee 83%, #757575 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;	
line-height: 1.8em;	
	padding: 1rem 2.5rem;
}

/* 幅550px以下の表示
-------------------------------------*/
@media screen and (max-width: 550px){
.outline2 {	font-size:1.3em;
}
.outline3 {	font-size:1.2em;
}
	.under {	font-size:0.7em;
}
}

/*追加*/
.c-marker {
    background: -webkit-linear-gradient(left, rgb(126,6,6) 50%, transparent 50%);
    background: -moz-linear-gradient(left, rgb(126,6,6) 50%, transparent 50%);
    background: linear-gradient(left, rgb(126,6,6) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% .8em; 
    background-position: 100% .5em;
    transition: 2s;
}
.c-marker.is-active{
    background-position: 0% .5em;
}

.fadeIn {
  transition: 1s;
  opacity: 0;
}

.fadeIn.animated {
  opacity: 1;
}

 select{
 position: relative;
 /* width: 150px;*/
color: #4d0000;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select::-ms-expand {
 display: none;
}
select:hover{
opacity:0.5;
}

.film{
	background:url("../images/bg_f.png") repeat-x;
}

.point{
	padding: 0 8px 0 8px;  font-weight: bold;
    background: linear-gradient(45deg, #1f1f4d -3.42%, #323280 59.59%);
	color: #fff;
	border-radius: 5px;
	font-size:1.2em;
	letter-spacing: 1px;
}

.en-text{
	letter-spacing: 0.05em;
}

.come{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #fff;font-weight: bold;
/*	text-shadow:0 0 2px #fff,0 0 5px #fff,0 0 7px #fff,0 0 10px #fff;　linear-gradient(45deg, #1f1f4d -3.42%, #323280 59.59%)*/
	font-size:1.1em;
	letter-spacing: 0.04em;
	line-height: 1.5em;
	padding: 35px; 
	margin: 15px; 
	border: solid 1px #7e0606;
	background-image:  linear-gradient(45deg, #4d160f -3.42%, #000 59.59%);
	}

.en_font{
	letter-spacing: 0.02em;
}


.infobox {	width:80%;	margin: 0 auto; 
	border: solid 1px #a1a1b3;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
   height:120px; margin-top: 10px; text-align: left;
   overflow: auto;color: #fff;padding: 5px; 
  background-color:#000;
	/*  背景色を追加rgba(5,5,5,0.2) */
}
.info_bg {
     background-color: rgba(105,15,15,0.6);
}
/*更新履歴*/

dl.update{
	display:flex;
	flex-wrap: wrap;
	width:100%;
}

dl.update dt{margin-bottom:5px;text-align: center;
	padding: 5px; 
	width:17%;
	border:none;
	display: inline-block;
	background-color:rgba(112,112,112,0.84) ;/*background-color:#fff;*/
}


dl.update dd{
	margin-bottom:5px;
	padding: 5px; 
	width:83%;
	border-bottom:solid
	rgba(112,112,112,0.84) 2px; /*borderの指定*/
	padding-bottom:5px;
}

dl.update dt:last-chil,dl.update dd:last-child{
	margin-bottom:0px;
}
.update a{
	padding: 0px 2px 0px 2px;
  font-weight: bold;
	color: #a88a86;
	
}
@media screen and (max-width: 768px){
	
dl.update dt{	  display:block;
	width:100%;
}
	dl.update dd{
	width:100%;}

}

.new{
    background-color: #ff7a82;	
	padding: 2px 5px;
	margin: 0px 5px 0px 0px;
}

.new_{
    background-color: #eca2a6;	
	padding: 2px 5px;
	margin: 0px 5px 0px 0px;
}

.purchase-box ul {
  border-radius: 5px;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

.purchase-box ul li {
  line-height: 1.5;
  padding: 0.5em 0;
text-align: left;
  list-style-type: none!important;
}

.purchase-box ul li:before {
   content: "★";/*アイコンの種類*/
  position: absolute;
  left : 0.5em;/*左端からのアイコンまでの距離*/
  color: #ff7a82;/*アイコン色*/
}

.button_a a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    border-radius: 9999px;
    max-width: 250px;
    padding: 10px 25px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:1.3em;
    color: #fff;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    background: linear-gradient(90deg, #462323 0%, #d10001 25%, #d10001 51%, #763435 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
}
.button_a a:hover {
    color: #fff;
    background-position: 99% 50%;
}
.button_a a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
body{
    vertical-align:middle; 
  /*   padding: 50px 0;
   text-align: center;*/
}

.bn_1-1{
	position: relative;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: auto 0;
	user-select: none;
}
@media(max-width:768px){
	.bn_1-1 {
		padding-top: 5px;
		padding-bottom: 5px;
	}
}
.bn_1-1 img{
		width: 100%;
		height: auto;
		}
@media(max-width:768px){
		.bn_1-1 img{
		width: 100%;
		}
	}

.mov-size{
	/* padding-top: 3px; */
	width: 65%;
	height: auto;
	aspect-ratio: 16/9;
}
@media(max-width: 768px){
	.mov-size{
		display: inline-block;/**/
		padding-top: 20px;
		width: 90%;
		height: auto;
		aspect-ratio: 16/9;
	}
	.mov-size img{
		width: 100%;
		height: auto;
	}

}

.space{	padding:100px;}
