@charset "UTF-8";
/* ----------------------------------------
common
---------------------------------------- */
body {
  counter-reset: section;
}
.m0{
	margin:0 !important;
}
.mb10{
	margin-bottom:10px !important;
}
.mb20{
	margin-bottom:20px !important;
}
.mb30{
	margin-bottom:30px !important;
}
.mb40{
	margin-bottom:40px !important;
}
.mb50{
	margin-bottom:50px !important;
}
a img {
	transition:all 0.3s ;
}
a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
a:link,
a:visited{
	color:#333;
	text-decoration:none;
}
a:hover,
a:active{
	color:#333;
	text-decoration:underline;
}
body{
	background:url(../images/common/bg.jpg) repeat;
}
blockquote {
    position: relative;
    padding: 10px 15px 10px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #f5f5f5;
    color: #777777;
    border-left: 4px solid #9dd4ff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
    margin-bottom:30px;
}
blockquote p {
    padding: 0;
    margin: 7px 0;
    line-height: 1.7;
}
blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
/* ----------------------------------------
head
---------------------------------------- */
#head{
	width:1100px;
	height:110px;
	margin:auto;
	box-sizing: border-box;
}
#head h1{
    width: 280px;
    float: left;
    margin-top: 30px;
}
#head h1 img{
	height:auto;
	width:100%;
}
#head dl{
	display:flex;
	gap:26px;
	justify-content:right;
}
#head dt{
	margin-top:38px;
}
#head dt a{
	font-size:16px;
}
/* ----------------------------------------
new
---------------------------------------- */
#new{
    clear:both;
    background:#fcf6ed;
    overflow:hidden;
    padding:60px 0 40px;
}
#new h2{
    text-align:center;
    margin-bottom:25px;
    font-weight:normal;
}
#new h2::after{
    content: '';
    width: 50px;
    height: 2px;
    margin: auto;
    background: #000;
    display: block;
    margin-top: 20px;
}
#new h2 span{
    font-size:50px;
    display:block;
    margin-bottom:20px;
    color:#40444b;
}
#new ul{
    display:flex;
    width:1100px;
    margin:auto;
    gap:32px;
    flex-wrap: wrap;
}
#new ul li{
    width:251px;
}
#new ul li a{
    background:#FFF;
    display:block;
}
#new ul li a img{
    width:100%;
    height:auto;
}
#new ul li a p{
    font-size:11px;
    font-style:italic;
    margin:0;
    padding: 0 15px 15px;
}
#new ul li a h3{
    font-size:16px;
    font-weight:normal;
    margin:0;
    padding:15px;
}
#new ul li.new a::before{
	content: "";
    display:block;
    background: url(../images/top/icon_new.gif) no-repeat left top;
    width:58px;
    height:26px;
    position:relative;
    margin-left: -6px;
    margin-bottom: -30px;
    z-index: 1000;
}
.button a{
    margin:auto;
    display:block;
    width:345px;
    height:50px;
    line-height:50px;
    border:1px solid #333;
    color:#333;
    text-align:center;
}
.button a::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 10px;
    border: 1px solid;
    border-color: #333333 #333333 transparent transparent;
    transform: rotate(135deg);
    top: -3px;
    position: relative;
}
/* ----------------------------------------
BUY
---------------------------------------- */
#BUY{
    clear:both;
    overflow:hidden;
    padding:70px 0 40px;
    background: #ebd7cb;
}
#BUY h2{
    text-align:center;
    margin-bottom:25px;
    font-weight:normal;
}
#BUY h2::after{
    content: '';
    width: 50px;
    height: 2px;
    margin: auto;
    background: #000;
    display: block;
    margin-top: 20px;
}
#BUY h2 span{
    font-size:50px;
    display:block;
    margin-bottom:20px;
    color:#FFF;
}
#BUY p{
    font-size:16px;
    text-align:center;
}
#BUY ul{
    display:flex;
    width:1100px;
    margin:auto;
    gap:32px;
    flex-wrap: wrap;
    margin-bottom:30px;
}
#BUY ul li{
    width:251px;
}
BUY ul li:nth-child(1) a::before {
    content: "";
    display: block;
    background: url(../images/top/icon_new.gif) no-repeat left top;
    width: 58px;
    height: 26px;
    position: relative;
    margin-left: -6px;
    margin-bottom: -30px;
    z-index: 1000;
}
#BUY ul li:nth-child(4),
#BUY ul li:nth-child(8),
#BUY ul li:nth-child(12),
#BUY ul li:nth-child(16){
    margin-right:0;
}
#BUY ul li a{
    display:block;
}
#BUY ul li a img{
    width:100%;
    height:auto;
}
#BUY ul li a p{
    font-size:11px;
    font-style:italic;
    margin:10px 0 5px;
    text-align:left;
}
#BUY ul li a h3{
    font-size:16px;
    font-weight:normal;
    margin:15px 0 0;
    text-align:left;
}
.category{
    color:#9f372d;
}
/* ----------------------------------------
EXPERIENCE
---------------------------------------- */
#EXPERIENCE{
    clear:both;
    overflow:hidden;
    padding:70px 0 40px;
}
#EXPERIENCE h2{
    text-align:center;
    margin-bottom:25px;
    font-weight:normal;
}
#EXPERIENCE h2::after{
    content: '';
    width: 50px;
    height: 2px;
    margin: auto;
    background: #000;
    display: block;
    margin-top: 20px;
}
#EXPERIENCE h2 span{
    font-size:50px;
    display:block;
    margin-bottom:20px;
    color:#9f372d;
}
#EXPERIENCE p{
    font-size:16px;
    text-align:center;
}
#EXPERIENCE ul{
    display:flex;
    width:1100px;
    margin:auto;
    gap:32px;
    flex-wrap: wrap;
    margin-bottom:30px;
}
#EXPERIENCE ul li{
    width:251px;
}
EXPERIENCE ul li:nth-child(1) a::before {
    content: "";
    display: block;
    background: url(../images/top/icon_new.gif) no-repeat left top;
    width: 58px;
    height: 26px;
    position: relative;
    margin-left: -6px;
    margin-bottom: -30px;
    z-index: 1000;
}
#EXPERIENCE ul li:nth-child(4),
#EXPERIENCE ul li:nth-child(8),
#EXPERIENCE ul li:nth-child(12),
#EXPERIENCE ul li:nth-child(16){
    margin-right:0;
}
#EXPERIENCE ul li a{
    background:#FFF;
    display:block;
}
#EXPERIENCE ul li a img{
    width:100%;
    height:auto;
}
#EXPERIENCE ul li a p{
    font-size:11px;
    font-style:italic;
    margin:10px 0 5px;
    text-align:left;
}
#EXPERIENCE ul li a h3{
    font-size:16px;
    font-weight:normal;
    margin:15px 0 0;
    text-align:left;
}
/* ----------------------------------------
STAY
---------------------------------------- */
#STAY{
    clear:both;
    overflow:hidden;
    padding:70px 0 40px;
    background: #9f372d;
}
#STAY h2{
    text-align:center;
    margin-bottom:25px;
    font-weight:normal;
    color:#FFF;
}
#STAY h2::after{
    content: '';
    width: 50px;
    height: 2px;
    margin: auto;
    background: #FFF;
    display: block;
    margin-top: 20px;
}
#STAY h2 span{
    font-size:50px;
    display:block;
    margin-bottom:20px;
    color:#FFF;
}
#STAY p{
    font-size:16px;
    text-align:center;
    color:#FFF;
}
#STAY ul{
    display:flex;
    width:1100px;
    margin:auto;
    gap:32px;
    flex-wrap: wrap;
    margin-bottom:30px;
}
#STAY ul li{
    width:251px;
}
STAY ul li:nth-child(1) a::before {
    content: "";
    display: block;
    background: url(../images/top/icon_new.gif) no-repeat left top;
    width: 58px;
    height: 26px;
    position: relative;
    margin-left: -6px;
    margin-bottom: -30px;
    z-index: 1000;
}
#STAY ul li:nth-child(4),
#STAY ul li:nth-child(8),
#STAY ul li:nth-child(12),
#STAY ul li:nth-child(16){
    margin-right:0;
}
#STAY ul li a{
    display:block;
}
#STAY ul li a img{
    width:100%;
    height:auto;
}
#STAY ul li a p{
    font-size:11px;
    font-style:italic;
    margin:10px 0 5px;
    text-align:left;
    color:#FFF;
}
#STAY ul li a h3{
    font-size:16px;
    font-weight:normal;
    margin:15px 0 0;
    text-align:left;
    color:#FFF;
}
#STAY .button a {
    border: 1px solid #fff;
    color: #fff;
}
#STAY .button a::before {
    border-color: #fff #fff transparent transparent;
}
/* ----------------------------------------
WATCH
---------------------------------------- */
#WATCH{
    clear:both;
    overflow:hidden;
    padding:70px 0 40px;
    background: #333333;
}
#WATCH h2{
    text-align:center;
    margin-bottom:25px;
    color:#fff;
    font-weight:normal;
}
#WATCH h2::after{
    content: '';
    width: 50px;
    height: 2px;
    margin: auto;
    background: #fff;
    display: block;
    margin-top: 20px;
}
#WATCH h2 span{
    font-size:50px;
    display:block;
    margin-bottom:20px;
    color:#fff;
}
#WATCH p{
    font-size:16px;
    text-align:center;
    color:#fff;
}
#WATCH ul{
    display:flex;
    width:1100px;
    margin:auto;
    gap:32px;
    flex-wrap: wrap;
    margin-bottom:30px;
}
#WATCH ul li{
    width:251px;
}
WATCH ul li:nth-child(1) a::before {
    content: "";
    display: block;
    background: url(../images/top/icon_new.gif) no-repeat left top;
    width: 58px;
    height: 26px;
    position: relative;
    margin-left: -6px;
    margin-bottom: -30px;
    z-index: 1000;
}
#WATCH ul li:nth-child(4),
#WATCH ul li:nth-child(8){
    margin-right:0;
}
#WATCH ul li a{
    background:;
    display:block;
    color:#fff;
}
#WATCH ul li a img{
    width:100%;
    height:auto;
}
#WATCH ul li a p{
    font-size:11px;
    font-style:italic;
    margin:10px 0 5px;
    text-align:left;
    color:#fff;
}
#WATCH ul li a h3{
    font-size:16px;
    font-weight:normal;
    margin:15px 0 0;
    text-align:left;
    color:#fff;
}
#WATCH .button a {
    border: 1px solid #fff;
    color: #fff;
}
#WATCH .button a::before {
    border-color: #fff #fff transparent transparent;
}
/* ----------------------------------------
EAT
---------------------------------------- */
#EAT{
    clear:both;
    overflow:hidden;
    padding:70px 0 40px;
}
#EAT h2{
    text-align:center;
    margin-bottom:25px;
    font-weight:normal;
}
#EAT h2::after{
    content: '';
    width: 50px;
    height: 2px;
    margin: auto;
    background: #000;
    display: block;
    margin-top: 20px;
}
#EAT h2 span{
    font-size:50px;
    display:block;
    margin-bottom:20px;
    color:#d79c43;
}
#EAT p{
    font-size:16px;
    text-align:center;
}
#EAT ul{
    display:flex;
    width:1100px;
    margin:auto;
    gap:32px;
    flex-wrap: wrap;
    margin-bottom:30px;
}
#EAT ul li{
    width:251px;
}
EAT ul li:nth-child(1) a::before {
    content: "";
    display: block;
    background: url(../images/top/icon_new.gif) no-repeat left top;
    width: 58px;
    height: 26px;
    position: relative;
    margin-left: -6px;
    margin-bottom: -30px;
    z-index: 1000;
}
#EAT ul li a{
    background:#FFF;
    display:block;
}
#EAT ul li a img{
    width:100%;
    height:auto;
}
#EAT ul li a p{
    font-size:11px;
    font-style:italic;
    margin:10px 0 5px;
    text-align:left;
}
#EAT ul li a h3{
    font-size:16px;
    font-weight:normal;
    margin:15px 0 0 ;
    text-align:left;
}
/* ----------------------------------------
pagebody
---------------------------------------- */
#pagebody{
	clear:both;
	width:780px;
	margin:auto;
	overflow:hidden;
}
/* ----------------------------------------
contents body
---------------------------------------- */
#contents_body{
	margin-bottom:20px;
}
#contents_list h2.title{
	font-weight:normal;
	font-size:28px;
	margin-bottom:40px;
    text-align:center;
}
#contents_list h2::after {
    content: '';
    width: 50px;
    height: 2px;
    margin: auto;
    background: #000;
    display: block;
    margin-top: 20px;
}
#contents_list ul{
    display:flex;
    width:1100px;
    margin:auto;
    gap:32px;
    flex-wrap: wrap;
    margin-bottom:40px;
}
#contents_list ul li{
    width:251px;
}
#contents_list ul li a img {
    width: 100%;
    height: auto;
}
#contents_list ul li a p {
    font-size: 11px;
    font-style: italic;
    margin: 10px 0 5px;
    text-align: left;
}
#contents_list ul li a h3 {
    font-size:16px;
    font-weight:normal;
    margin:15px 0 0 ;
    text-align:left;
}
#contents_body ul#contents_list li .category{
	font-size:12px;
	margin-bottom:10px;
}
#contents_body ul#contents_list li h2{
	font-weight:normal;
	font-size:14px;
	margin-bottom:10px;
}
#contents_body ul#contents_list dl dt{
	width:50%;
	height:40px;
	line-height:40px;
	font-size:12px;
	border:1px solid #CCC;
	float:left;
	text-align:center;
	box-sizing: border-box;
}
#contents_body ul#contents_list dl dd{
	width:50%;
	height:40px;
	line-height:40px;
	font-size:12px;
	float:right;
	text-align:center;
	border:1px solid #CCC;
	border-left:0;
	box-sizing: border-box;
}
#contents_body .more_button{
	width:300px;
	height:50px;
	border:1px #333333 solid;
	margin:auto;
	margin-top:20px;
	margin-bottom:50px;
}
#contents_body .more_button a{
	display:block;
	width:100%;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:14px;
	background:url(../images/common/icon_more.gif) no-repeat 90% center;
}
#contents_body .more_button a:hover{
	text-decoration:none;
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
/* ----------------------------------------
glossary
---------------------------------------- */
#glossary_body{
	width:1100px;
	margin:0 auto 40px;
}
#glossary_body p{
	font-size:16px;
	margin-bottom:20px;
}
#glossary_body p.mb50{
	margin-bottom:50px;
}	
#glossary_body h2.title{
	font-weight:normal;
	font-size:28px;
	margin-bottom:40px;
    text-align:center;
}
#glossary_body h2::after {
    content: '';
    width: 50px;
    height: 2px;
    margin: auto;
    background: #000;
    display: block;
    margin-top: 20px;
}
h3.title_left_border {
    font-size: 20px;
    width: 100%;
    padding: 0.3em 0 0.3em 1em;
    text-align: left;
    margin-bottom: 1em;
    border: 1px solid #CCC;
    border-left: 5px solid #ec6c99;
    box-sizing: border-box;
}
.glossary {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
#glossary_body .glossary li{
    width:25%;
}
.glossary li{
    width:33.3%;
    margin-bottom:10px;
    position: relative;
    padding-left: 15px;
    box-sizing: border-box;
}
.glossary li::before {
	content: "";
    position: absolute;
    top: 50%;   /* 縦軸をセンタリングする */ 
    left: 0;
    transform: translateY(-50%);   /* 縦軸をセンタリングする */  
    border: 5px solid transparent;
    border-left: 8px solid #555;   /* 好みで色を変えてください */
}
.glossary li a{
    font-size:16px;
}
/* ----------------------------------------
foot
---------------------------------------- */
#foot{
	clear:both;
	text-align:center;
}
#foot ul{
	letter-spacing: -.4em;
    margin-bottom:20px;
}
#foot ul li{
    display: inline-block;
    letter-spacing: normal;
    margin-right:20px;
}
#foot ul li:last-child{
    margin-right:0;
}
#foot p{
	font-size:14px;
    text-align:center;
    margin-top: 20px;
}
/* ----------------------------------------
pagetop
---------------------------------------- */
.page-top{
	margin: 0 ;
	padding: 0 ;
	display: none ;
} 
.page-top p{
	margin: 0 ;
	padding: 0 ;
	position: fixed ;
	right: 16px ;
	bottom: 16px ;
} 
.move-page-top{
	display: block ;
	width: 40px ;
	height:40px ;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	color:#FFF;
	background:#333;
	border:1px solid #FFF;
	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}
.move-page-top:hover{
	opacity: 0.85;
	text-decoration:none;
}
#ef102ede_1590664250{
	height:165px;
	overflow:hidden;
}
#ef102ede_1590664250 iframe{
	margin-top:-36px;
}
.sp{
	display:none;
}
.fuwatAnime {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.5s;
 -ms-animation-duration:1.5s;
 animation-duration:1.5s;
 -webkit-animation-name: fuwatAnime;
 -ms-animation-name: fuwatAnime;
 animation-name: fuwatAnime;
 visibility: visible !important;
}

@-webkit-keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}