@charset "utf-8";
/*===============================================
FONT
===============================================*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display+SC&display');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100;200&family=Playfair+Display&display');

/* ie fontにアンチエイリアスを有効にさせたい要素に指定 */
@media all and (-ms-high-contrast: none) {
a {
-webkit-transform: rotate(.028deg);
-ms-transform: rotate(.028deg);
transform: rotate(.028deg)\9; /* IE10以下 */
}
}

@media all and (-ms-high-contrast: none){
p {
-webkit-transform: rotate(.028deg);
-ms-transform: rotate(.028deg);
transform: rotate(.028deg)\9; /* IE10以下 */;
}
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
.progress-wrap {
visibility: hidden !important;
}
}

/* firefox fontにアンチエイリアスを有効にさせたい要素に指定 */
@-moz-document url-prefix(){
  .sample{
    background: #cccccc;
  }
}

body {
  margin: 0em 0em 0em 0em !important;
}


/*===============================================
HR
===============================================*/
.hr-space {
width:100%;
margin:0px auto;
}

hr.hr-fade {
margin: 2em 0 1em 0;
border: 0; 
height: 1px; 
background-image: -webkit-linear-gradient(left, #f0f0f0, #fff, #f0f0f0);
background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}

.hr-text {
font-size:16px;
position: relative;
outline: 0;
border: 0;
color: fff;
text-align: center;
height: 1.5em;
opacity: .8;
font-family: 'Sawarabi Mincho', serif;
}

.hr-text:before {
content: '';
background: -webkit-linear-gradient(left, transparent, #818078, transparent);
background: linear-gradient(to right, transparent, #818078, transparent);
position: absolute;
left: 0;
top: 50%;
width: 100%;
height: 1px;
color: #616161;
}
.hr-text:after {
content: attr(data-content);
position: relative;
display: inline-block;
color: black;
padding: 0 .5em;
line-height: 1.5em;
color: #616161;
background-color: #fff;
}

/*===============================================
SNS HEADER
===============================================*/
.toggle_logo_sns {
margin: 1em 0em 0em 0em;
padding: 0em 0em 0em 0em;
width: 100%;
text-align: center;
}

.sns-name {
margin: 0em 0em 0em 0em;
border-color: #333;
font-family: Times New Roman;
letter-spacing: 0px;
font-size: 20px;
font-weight: bold;
}

.sns-name-ruby {
margin: 0.5em 0em -0.2em 0em;
border-color: #333;
font-family: 'Sawarabi Mincho', serif;
letter-spacing: 0px;
font-size: 11px;
font-weight: nomal;
}

.sns-subtitle {
margin: 0em 0em 1em 0em;
border-color: #333;
font-family: 'Sawarabi Mincho', serif;
letter-spacing: 0px;
font-size: 13px;
}

.sns_background {
margin: 0em 0em 0em 0em;
padding: 0em 0em 0em 0em;
width: 100%;
text-align: center;
background: url("../img/wall.jpg") repeat;
}

/*===============================================
SNS SLIDER
===============================================*/
.shorts-scroll {
  display: flex;
  justify-content: center;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 1rem;
  -webkit-overflow-scrolling: touch;
}

.shorts-item {
  flex: 0 0 auto;
  scroll-snap-align: center;
  width: 200px;
  height: 356px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.shorts-item iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*===============================================
SNS BUTTON COLOR
===============================================*/

.snsbt {
text-decoration: none !important;
outline: none;
color:#333;
}

/*===============================================
SNS ABOUT
===============================================*/
.title-bar {
margin: 0 auto;
padding: 0.5em 0em 0.5em 0em;
width: 100%;
text-align: center;
font-family: 'Noto Sans JP', sans-serif;
font-size: 30px;
font-weight: nomal;
color:#fff;
}

.sns-text {
margin: 1em 0em 1em 0em;
border-color: #333;
font-family: YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
letter-spacing: 3px;
line-height: 3;
font-size: 13px;
text-align: center;

}

/*===============================================
IMG HOVER
===============================================*/
.img-hover {
width:100%;
overflow:hidden;
margin:0px 0px 0px 0px;
position:relative;
}

.img-hover .caption {
font-size:100%;
text-align:center;
color:#fff;
}

.img-hover .img-mask {
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
opacity:0;/* マスクを表示しない */
background-color:rgba(0,0,0,0.4);
-webkit-transition:all 0.6s ease;
transition:all 0.6s ease;
}

.img-hover:hover .img-mask {
opacity:1;/* マスクを表示する */
padding-top:50px;/* ホバーで下にずらす */
}

/*===============================================
BACK TO TOP
===============================================*/
:root {
	--red: #da2c4d;
	--yellow: #f8ab37;
	--green: #2ecc71;
	--white: #ffffff;
	--grey-light: #f2f7f9;
	--grey: #333;/*ecedf3*/
	--black: #080808;
	--black-blue: #1f2029;
	--black-blue-light: #353746;
	--black-blue-light-2: #404255;
	--black-blue-light-3: #4b4d64;
	--black-light: #424455;
}

/*===============================================
HAMBURGER MENU
===============================================*/


/*============
.toggle_btn
=============*/
.toggle_logo {
  display: block;
  position: fixed;
  top: 10px;
  left: 30px;
  width: 180px;
  height: 50px;
  transform: translate(0, 0);
  transition: all .5s;
  z-index: 999;
}








/*============
#mask
=============*/
#mask-ham {
  display: none;
}
.open #mask-ham {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 997;
  cursor: pointer;
  transition: all .5s;
}



/*===============================================
HEADER TOP
===============================================*/

.header_content {
margin: 100em 0em 0em 0em;
width: 100%;
}

.header_all {
margin: 3em 0em 0em 0em;
width: 100%;
}

.header_logo {
margin: 0px 0px 0px 0px;
padding: 1.5em 0em 0em 0em;
width: 100%;
text-align: left;
}

div.nav-wrap {
padding: 0em 0em 0.3em 0em;/*全体幅*/
text-align: left;
}

div.nav-wrap:last-child {
margin: 0;
}

@media screen and (min-width: 641px) {
div.nav-wrap {
margin: 0 0 0px;
}
}

div.nav-wrap ul {
margin: 0;
padding: 0;

color:#ceac86;
font-family: 'Sawarabi Mincho', serif;
letter-spacing: 0em;
font-weight: 500;
}

div.nav-wrap ul li {
display: block;
margin: 0em 0.5em 0em 0.5em;/*字間*/
}

@media screen and (min-width: 641px) {
div.nav-wrap ul li {
display: inline;
}
}

div.nav-wrap ul li:last-child {
margin: 0 0 0;
}

div.nav-wrap ul li a {
position: relative;
z-index: 1;
display: inline;
margin: 0px 0px 0px 0px;
padding: 100px 0px 3px 0px;/*ライン間隔*/
color: #333;
text-decoration: none;
font-size: 12px;
line-height: 0em;
cursor: pointer;
}

.nav-sample-3 {
	background: none;
}

div.x-width-border a:before,
div.x-width-border a:after {
	position: absolute;
	opacity: 0;
	width: 0%;
	height: 2px;
	content: '';
	background: #79cfc4;
	transition: all 0.3s;
}

div.x-width-border a:before {
	left: 0px;
	top: 0px;
}

div.x-width-border a:after {
	right: 0px;
	bottom: 0px;
}

div.x-width-border a:hover:before,
div.x-width-border a:focus:before,
div.x-width-border a:active:before,
div.x-width-border a:hover:after,
div.x-width-border a:focus:after,
div.x-width-border a:active:after {
	opacity: 1;
	width: 100%;
}

.header_search {
margin: 0em 0em 0.5em 0em;
padding: 0px 0px 0px 0px;
width: 100%;
text-align: right;
}

.header_logo_sp {
margin: 4em 0em 0em 0em;
padding: 0px 0px 0px 0px;
width: 100%;
text-align: center;
}

.header_search_sp {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width: 100%;
text-align: right;
}



.table_header_navi {
width: 100%;
height: 100%;
border-spacing: 0px;
border-collapse:collapse;
}

.table_header_navi tr {
width: 100%;
}

.table_header_navi td.t1 {
vertical-align: bottom;
text-align: right;
width: 100%;
}

.table_header_navi td.t2 {
vertical-align: middle;
text-align: right;
padding: 0px 0px 0px 0px;
width: 100%;
}

#text-1 {
width: 83%;
height: 35px;
font-size:14px;
padding: 0px 0px 0px 5px;
margin: 0px 0px 0px 0px;
border:solid 1px #aaa;
-webkit-border-radius: 3px; 
-moz-border-radius: 3px; 
border-radius: 3px;
vertical-align: top;
font-family: 'Sawarabi Mincho', serif;
color:#aaa;
}

#text-1sp {
width: 80%;
height: 35px;
font-size:14px;
padding: 0px 0px 0px 5px;
margin: 0px 0px 0px 0px;
border:solid 1px #aaa;
-webkit-border-radius: 3px; 
-moz-border-radius: 3px; 
border-radius: 3px;
vertical-align: top;
font-family: 'Sawarabi Mincho', serif;
color:#aaa;
}

nput#text-2 {
vertical-align: top;
height: 35px;
border:none;
}

.cart_icon{
padding: 0px 0px 0px 0px;
}

/*===============================================
NAVIGATION
===============================================*/
.navi_background {
margin: 0px 0px 0px 0px;
background : #f2f2f2 url(../img/header/navi_bg.jpg) repeat-x;
background-size:contain;
}

.navi_sp {
margin: 0 0 0 0;
width: 100%;
}



.nav_table img {
width: 100%;
border: none;
}

.nav_table tr {
width: 100%;
}

.nav_table td.nav_td1 {
width: 20%;
}

#nav_menu_sp{
width: auto;
max-width: 1111px;
margin: 0 -10% 0 -10%;
padding: 0;
}

#nav_menu_sp li{
display: block;
float: left;
width: 20%;
margin: 0;
padding: 0; 
}

#nav_menu_sp li a{
display: block;
padding: 12px 0 10px;
background : #f2f2f2 url(../img/header/navi_bg.jpg) repeat-x;
color: #000;
text-align: center;
text-decoration: none;
font-size: 50%;
border-left:1px solid #fff;
}

#nav_menu_sp li a.p_nav{
display: block;
padding: 12px 0 10px;
background : #f2f2f2 url(../img/header/navi_bg.jpg) repeat-x;
color: #000;
text-align: center;
text-decoration: none;
font-size: 50%;
border:none;
}

#nav_menu_sp li a:hover{
background : #f2f2f2 url(../img/header/navi_bg_hover.jpg) repeat-x;
color: #79cfc4;
}


/*===============================================
INFORMATION
===============================================*/




/*===============================================
FOOTER
===============================================*/
.footer_background {
margin: 30px 0px 0px 0px;
padding: 5% 0 5% 0;
background : #none ;
background-size:contain;
}

.footer_content {
margin: 0px auto;
width: 100%;
font-family: 'Sawarabi Mincho', serif;
}

.footer_title {
margin: 0px 0px 0px 0px;
padding: 0 0 0 0;
width: 100%;
font-family: Times New Roman;
}

.hr-text_footer {
line-height: 1em;
position: relative;
outline: 0;
border: 0;
color: black;
text-align: center;
height: 1.5em;
opacity: .8;
letter-spacing: 5px;
font-size:20px;
}
.hr-text_footer:before {
content: '';
background: -webkit-linear-gradient(left, transparent, #818078, transparent);
background: linear-gradient(to right, transparent, #818078, transparent);
position: absolute;
left: 0;
top: 50%;
width: 100%;
height: 1px;
}
.hr-text_footer:after {
content: attr(data-content);
position: relative;
display: inline-block;
color: black;
padding: 0 .5em;
line-height: 1.5em;
color: #000;
background-color: #f2f2f2;
}


.footer_banner {
margin: 10% 0px 0px 0px;
width: 90%;
height: 100%;
}

.footer_button {
  display: inline-block;
  width: 100%;
  /*height: 54px;*/
  text-align: center;
  text-decoration: none;
  /*line-height: 54px;*/
  outline: none;
}
.footer_button::before,
.footer_button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.footer_button,
.footer_button::before,
.footer_button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.footer_button {
  position: relative;
  z-index: 2;
  background-color: #666;
  border: 2px solid #666;
  color: #000;
  line-height: 50px;
  font-size:12px;
}
.footer_button:hover {
  background-color: #79cfc4;
  border-color: #79cfc4;
  color: #fff;
  text-decoration: none;
}

.footer_button::before,
.footer_button::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #f2f2f2;
}
.footer_button::before {
  right: 0;
}
.footer_button::after {
  left: 0;
}
.footer_button:hover::before,
.footer_button:hover::after {
  width: 0;
  background-color: #fff;
}

/* FOOTER SP */

.footer_background-sp {
margin: 5% 0 1% 0;
padding: 4% 0 4% 0;
background : #f2f2f2 ;
background-size:contain;
}

.footer_content-sp {
margin: 0px auto;
width: 100%;
}

.footer_title-sp {
margin: 0px auto;
padding: 0 0 0% 0;
width: 100%;
font-family: Times New Roman;
text-align: center;
font-size:90%;
}

.footer_banner-sp {
margin: 0% 0 2% 0;
width: 100%;
}

.footer_button {
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  outline: none;
}
.footer_button::before,
.footer_button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.footer_button,
.footer_button::before,
.footer_button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.footer_button {
  position: relative;
  z-index: 2;
  background-color: #666;
  border: 2px solid #666;
  color: #000;
  line-height: 50px;
  font-size:12px;
}
.footer_button:hover {
  background-color: #79cfc4;
  border-color: #79cfc4;
  color: #fff;
  text-decoration: none;
}

.footer_button::before,
.footer_button::after {
  top: 0;
  width: 50.5%;
  height: 100%;
  background-color: #f2f2f2;
}
.footer_button::before {
  right: 0;
}
.footer_button::after {
  left: 0;
}
.footer_button:hover::before,
.footer_button:hover::after {
  width: 0;
  background-color: #fff;
}

.copyright {
font-family: 'Sawarabi Mincho', serif;
padding: 10px 0px 10px 0px;
width: 100%;
height: 100%;
text-align: center;
font-size: 11px;
}



