@import url("https://use.typekit.net/izk8zzh.css");


@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?nm5ang');
  src:  url('fonts/icomoon.eot?nm5ang#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?nm5ang') format('truetype'),
    url('fonts/icomoon.woff?nm5ang') format('woff'),
    url('fonts/icomoon.svg?nm5ang#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.storypage{
	display: none!important;
}

a[href^="./story.html"]{
	display: none!important;
}



.icon-check:before {
  content: "\e902";
}

.icon-cart:before {
  content: "\e900";
}


.icon-twitter:before {
  content: "\ea96";
}

.icon-ue:before {
  content: "\e903";
}


.bb_cart:before {
	  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  content: "\e900";
      font-size: 18px;
    position: relative;
    margin-right: 12px;
line-height:1em;
top:3px;

}


.bb_ue:before {
	  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  content: "\e903";
      font-size: 1em;
    position: relative;
    margin-right: 7px;
line-height:1em;
top:0px;

cursor:pointer;
pointer-events: auto;
}




.bb_eye:before {
	  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  content: "\e901";
      font-size: 0.8em;
    position: relative;
    margin-right: 12px;
line-height:1em;
}




/*common*/



* {
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
position:relative;
}
.loaded{
opacity: 0;

-webkit-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
   -moz-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
     -o-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
        transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); /* custom */
}
[show="on"]{
	opacity: 1;

-webkit-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
   -moz-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
     -o-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
        transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); /* custom */
}
body{
opacity: 0;

	  font-feature-settings : "palt";
  -webkit-font-smoothing: antialiased;
font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;	
color:#231916;
letter-spacing: 0.3em;
}

.fpt_bold{
  font-family: "futura-pt","futura PT",sans-serif;
	font-weight:bold;
}

.fpt_mid{
  font-family: "futura-pt","futura PT",sans-serif;
	font-weight:500;
}
.fpt_demi{
  font-family: "futura-pt","futura PT",sans-serif;
	font-weight:520;
}

.fpt_book{
  font-family: "futura-pt","futura PT",sans-serif;
	font-weight: 400;
	}

.fpt_light{
  font-family: "futura-pt","futura PT",sans-serif;
	font-weight: 200;
	}

a{
		text-decoration: none;
}

.kari{
margin:100px 0 ;
background:#eee;
height:200px;
}

[clear="both"]{
	height:0;
	width:0;
}


/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

.none{
display:none !important;
}


.trac {
  display: block;
  position: absolute;
	top:50%;
	left:50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.trac_left {
  display: block;
  position: absolute;
	left:50%;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
}



.merc {
margin-left:auto;
margin-right:auto;
}

.rimg {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  pointer-events: none;
}

[rbimg],[rbimg_sp]{
	overflow: hidden;
	background-size:cover;
	background-position: center center;
	pointer-events: none;
}

.cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
[bcover]{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	background-size:10000% 100%;
	background-position: left top;
pointer-events: none;
}
[bcover]:before{
	content: ".";
	color:rgba(0,0,0,0);

  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
background-image: inherit;
	background-size:10000% 100%;
	background-position: right top;
}
.contents{
	margin: 0 auto;
	width: 80%;
	overflow: hidden;
}
/*bb*/
.bb{
	color:#fff;
	cursor:pointer;

  font-family: "futura-pt","futura PT","游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;	
	font-weight:500;
	background: #151515;
	display: block;
	vertical-align:middle;
	margin:0 auto;
	text-align: center;
}

.gototop{
	cursor: pointer;
}




/*header*/

.header_bg{
	background:rgba(255,255,255,0);
	border-bottom:solid 4px #000;
	position: fixed;
	top:0;
left:0;
width:100%;
height:55px;
z-index:50;

-webkit-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
   -moz-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
     -o-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
        transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); /* custom */

  -webkit-transform: translate(-100%,0);
  transform: translate(-100,0);
}

.header_logo{
	position: fixed;
width:100px;
height:55px;
top:15px;
left:46px;
overflow: hidden;
z-index: 80;
}

body:not(.loaded) .header_logo{
	display: none;
	width:0;
	overflow:hidden;
	z-index: 0;
}

.header{
	position: fixed;
	right:0;
	top:0;
	z-index: 51;
	text-align: right;
	width:100%;
	padding-top:10px;
	padding-right:93px;

-webkit-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
   -moz-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
     -o-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
        transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); /* custom */
}
[pagetypeis="menu_on"] .header,
.scrolled .header{
		apadding-top:17px;


  -webkit-transform: translate(0,-13px);
  transform: translate(0,-13px);

}
[headerbbis="on"].scrolled .header,
[headerbbis="on"][pagetypeis="menu_on"] .header{
		apadding-right:240px;


  -webkit-transform: translate(-147px,-13px);
  transform: translate(-147px,-13px);


}
.header a{
	display: inline-block;
	color:#999999;
	font-size:10px;
	letter-spacing: 0;
	margin-right:1%;
	font-feature-settings: "pkna" ;
}
.header a span{
	margin-right:4px;
	display: inline-block;
	color:#000000;
	font-size:13px;
}

.news{
    margin: 10px 0 0 0;
	letter-spacing: 0;
}

/*menu*/

.menu_button{
	width:20px;
	height:12px;
	position: fixed;
	z-index:100;
	right:40px;
	top:38px;
	cursor: pointer;


-webkit-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
   -moz-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
     -o-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
        transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); /* custom */

}
[pagetypeis="menu_on"] .menu_button,
.scrolled .menu_button{
	atop:26px;


  -webkit-transform: translate(0,-12px);
  transform: translate(0,-12px);

}

[headerbbis="on"].scrolled .menu_button,
[headerbbis="on"][pagetypeis="menu_on"] .menu_button{
	aright:197px;


  -webkit-transform: translate(-157px,-12px);
  transform: translate(-157px,-12px);
}
.menu_button div{

	position: absolute;
	width:100%;
	height:2px;
	background: #080403;

-webkit-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
   -moz-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
     -o-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
        transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); /* custom */

}
.menu_button_1{

-moz-transform: translateY(-5px);
-webkit-transform: translateY(-5px);
-o-transform: translateY(-5px);
-ms-transform: translateY(-5px);
}
.menu_button_2{

-moz-transform: translateY(5px);
-webkit-transform: translateY(5px);
-o-transform: translateY(5px);
-ms-transform: translateY(5px);
}

.menu_open .menu_button_1{
-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);

}
.menu_open .menu_button_2{
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);

}

.menu_open .menu_button_3{

-moz-transform: translateX(100%);
-webkit-transform: translateX(100%);
-o-transform: translateX(100%);
-ms-transform: translateX(100%);
opacity: 0;
}



/*menu_area*/

.menu_area{
	height:396px;
	width:100%;
	background: #fff;
	z-index: 99;
	position: fixed;
	top:0;
	left: 0;

  -webkit-transform: translate(0,-100%);
  transform: translate(0,-100%);

-webkit-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
   -moz-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
     -o-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
        transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); /* custom */


}
.menu_open .menu_area{

  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
.menu_open .menu_line{

  -webkit-transform: translate(0%,0);
  transform: translate(0%,0);
}
.menu_line{
	width: 100%;
	height:5px;
	background: #080403;
	position: absolute;
	top:50%;
	left:0;
	margin-top:-2px;

  -webkit-transform: translate(-100%,0);
  transform: translate(-100%,0);

-webkit-transition: all 1500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
   -moz-transition: all 1500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
     -o-transition: all 1500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
        transition: all 1500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); /* custom */
}
.menu_links{
	position: absolute;
	top:50%;
	left:0;
	width: 100%;

  -webkit-transform: translate(0%,-16px);
  transform: translate(0,-16px);
	text-align: center
}
.menu_links a{
text-decoration: none;
margin:0 27px;
}
.menu_links .fpt_bold{
	font-size:15px;
	color:#1c1210;
	letter-spacing: 0.025em;
}
.menu_link_jp{

	position: absolute;
top:100%;
left:50%;
width:150px;
  -webkit-transform: translate(-50%,17px);
  transform: translate(-50%,17px);
  font-size:13px;
  color: #999999;
  letter-spacing: 0;
}
.menu_bg{
	opacity: 0;
	pointer-events: none;
	z-index:90;
	background: rgba(0,0,0,0.1);
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height:100%;

-webkit-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
   -moz-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
     -o-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
        transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); /* custom */


}
.menu_open .menu_bg{
	opacity: 1;

}
.menu_twitter{
text-align: center;	
color: #000;
text-decoration: none;
bottom:77px;
left:50%;
width:200px;
margin-left:-100px;
position:absolute;
}
.menu_twitter span{
	display: block;
}
.menu_twitter .fpt_bold{
	margin-top:8px;
	font-size: 15px;
	letter-spacing: 0.025em;
}

.menu_dr_stone{
	text-align: center;	
	bottom:20px;
	left:50%;
	width:157px;
	position:absolute;
}
.menu_dr_stone img{
	width:157px;
}

/*footer*/

.footer{
	height:318px;
	background: #151515;
}
.footer_links{
width:100%;
text-align: center;
position: absolute;
left:0;
top:45px;
}
.footer_links a{
text-decoration: none;
font-size:12px;
line-height:46px;
color:#fff;
letter-spacing: 0.05em;
margin:0 20px;
}
.footer_line{
	background: #fff;
	height:5px;
	width: 100%;
	position: absolute;
	bottom:88px; 
	left:0;

}
.footer_copy{
	position: absolute;;
	left:0;
	bottom:63px;
	font-size:11px;
	color: #fff;
	width: 100%;
text-align: center;
letter-spacing: 0.1em;
}
.footer_logo{
	width:89px;
	height:auto;
	display:block;
	position: absolute;
	left:50%;
	margin-left:-47px;
bottom:93px;

}
.footer_logo *{
	fill:#fff;
}


/*top*/

.top_slide{
	width:100%;
}

.t_b1{
width:970px;
height:860px;
margin-top:137px;
font-size:17px;
line-height:210%;
font-weight:bold;
}
.t_b1_t1{
	position: absolute;
	top:50px;
	right:auto;
	left:485px;
}
.t_b1_i1{
	position: absolute;
	top:0;
	left:0;
}
.t_b1_t2{
	position: absolute;
	bottom:0px;
	left:96px;
	bottom:0px;
	left:95px;
}
.t_b1_i2{
	position: absolute;
	bottom:32px;
	right:0;
}
.t_b2{
	width:100%;
	height:699px;
	margin-top:150px;
}


.t_b2_i1{
	position: absolute;
	top:0;
	left:0;
}
.t_b2_i2{
	position: absolute;
	bottom:0;
	left:50%;
    margin-left: -191.5px;
}
.t_b2_i3{
	position: absolute;
	top:0;
	right:0;
}

.t_b2.slide{
	width: 100%;
	max-width: 1350px;
	margin: 150px auto 0;
}
.t_b2_item {
	margin: 0 30px 25px;
}

.t_b2 .bb{
width:227px;
height:55px;
font-size:13px;
letter-spacing: 0.05em;
}

.t_b2_info{
	width:100%;
	position: absolute;
bottom:66px;
left:0;
text-align: center;
}
.slide .t_b2_info {
bottom:50px;
}
.t_b2 *{
	pointer-events: auto;
}
.t_b2_text{
font-size:13px;
line-height:30px;
font-weight:bold;
letter-spacing: 0.2em;
margin-bottom:31px;
}
.t_b2_title{
font-size:15px;
line-height:15px;
font-weight:bold;
letter-spacing: 0em;
margin-bottom:14px;
}

.t_b3 .bb {
	letter-spacing: 0.1em;
	font-size:21px;
	width:600px;
	height:80px;
	margin-top:100px;
	margin-bottom:135px;
}


.t_b3 .bb_cart:before {
top:0px;
}
.t_b4{
		background-color: #f0f0f0;
	width:100%;
	height:985px;
	background-size: cover;
	background-position: left top;
}
.t_b4_i1{
	background-size: cover;
	background-position: center center;
}
.t_b4{
	text-align:center;
}
.t_b4_title{
	font-weight: bold;
	font-size:22px;
margin-bottom:12px;
}
.t_b4_text{
	color:#777777;
	line-height: 30px;
	font-size:15px;
	font-weight: bold;
}

.t_b4_text .notice{
	font-size:12px;
}
.t_b4_i1{
	padding-top:93px;
}
.t_b4 .bb{
width:227px;
height:55px;
letter-spacing: 0.1em;
font-size:15px;
position: absolute;
bottom:100px;
left:50%;
}

.t_b5{
	width:100%;
	height:690px;
	margin-top:140px;
}

.t_b5_b1{
	position: absolute;
	right:0;
	top:0;
	width:50%;
	height:100%;
	background:#f0f0f0;
}

.t_b6{
	margin-top:162px;
	width:100%;
}


.t_b6_i2{
overflow: hidden;
height:100%;
width:50%;
top:0;
left:0;
background-size:100% 100%;
}
.t_b6_title{
	padding-left:110px;
	right:0%;
	width:50%;
	font-size:22px;
	line-height:50px;
	position: absolute;
	top:70px;
	font-weight: bold;
		min-width:600px;

}
.t_b6_text{
	padding-left:110px;
	right:0%;
	width:50%;
	top:190px;
	position: absolute;
	font-size:14px;
	line-height:40px;
	font-weight: bold;
	min-width:600px;
}

.t_b7{
	width:100%;
background:#ccc;
margin-top:160px;
}


.t_b8{
width:100%;
margin-top:130px;
margin-bottom: 80px;
}
.t_b8_b{
	width:85%;
background:#efefef;
padding:80px 17%;
}
.t_b8_title{
	font-size:22px;
	font-weight:bold;
	letter-spacing: 0.3em;
	margin-bottom:18px;
}
.t_b8_links{
	display: flex;
	padding:18px 0;
	border-bottom:solid 1px #cbcbcb;
	line-height: 1.3;
}
.t_b8_links a{
	flex: 1;
	font-size:15px;
	text-decoration:none;
	color:#000;
	letter-spacing: 0.1em;
}
.t_b8_links span{
	opacity: 0.4;
	width:95px;
	display: inline-block;
	font-size:15px;
	text-decoration:none;
	color:#000;
	letter-spacing: 0.1em;
}
.t_b8_links:last-child {
	border:none;
}

.t_b9 {
	margin: 0 5% 30px;
}
.t_b9_text {
	display: table;
	margin: 0 auto;
	font-size:14px;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.top_slide .bb{
	width:166px;
height:55px;
position: absolute;
right:67px;
bottom:62px;
font-size:13px;
z-index: 5;
letter-spacing: 0.05em;
}



/*products*/

.p_b1{
	width:100%;
text-align: center;
padding-top:138px;
}
.p_b1 a{
display: inline-block;
width:155px;
line-height:55px;
vertical-align: middle;
height:55px;
background: #eaeaea;
margin: 0 1px 2px;
color: #000000;
font-size:13px;
max-width:17%;
letter-spacing: 0.05em;
}



/*product_detail*/
.pd_top{
	width:100%;
	height:782px;
}
.pd_slide{
	height:100%;
	width:50%;
position: absolute;
top:0;
left:0;
background: #eee;
overflow: hidden;
}
.pd_form{

	height:100%;
	width:50%;
position: absolute;
top:0;
right:0;
}

.pd_form_inner{
	width:384px;
position: absolute;
left:95px;
top:128px;

}
.pd_f_note{
	letter-spacing:0.05em;
	font-size:12px;
	line-height:1.5;
}
.pd_f_note span{
	display: inline-block;
	margin-top: 10px;
	color: #f00;
	font-size: 10px;
	font-weight: bold;
}
.pd_f_note a{
	color: #0a92cb;
	text-decoration: underline;
}
.pd_f_title{
	font-size:18px;
	letter-spacing: 0;
	margin-bottom:8px;
}
.pd_f_title2{
		margin-bottom:18px;
	font-size:12px;
	letter-spacing: 0.3em;
	opacity: 0.6;
    line-height: 1.5;
}

.pd_f_title3{
		margin-bottom:18px;
	font-size:14px;
	font-weight: bold;
	letter-spacing: 0.3em;
}
.pd_drink .pd_f_title3{
		letter-spacing: 0.2em;
}
.pd_f_eiyo{
	font-size:10px;
	height:23px;
	line-height:23px;
	vertical-align: middle;
	border:solid 1px #e5e5e5;
	padding:0 7px;
	display: inline-block;
	letter-spacing: 0.025em;
}
.pd_r_block{
	cursor: pointer;
	height:0;
	display: inline-block;
padding:125px 10px 0;
}
.pd_r_text{
	font-size:10px;
	letter-spacing: 0.1em;
	text-align: center;
	width: 100%;
}
.pd_f_radios input{
	display: none;
}
.pd_f_radios{
	left:-10px;
}
.pd_r_text.fpt_demi .pd_r_cc{
	-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
height:10px;
width:10px;
border:solid 1px #000;
display: inline-block;
margin-right: 3px;
top:2px;
box-sizing: content-box;
}

.pd_r_image{
	position: absolute;
	bottom:25px;
	left:50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.pd_f_radios [name]:checked+.pd_r_block .fpt_demi .pd_r_cc:before{
content:".";
position: absolute;
display: block;
width:4px;
height:4px;
background: #000;
color:rgba(0,0,0,0);
pointer-events: none;

	-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
top:50%;
	left:50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pd_f_radios2 input{
	display: none;
}
.pd_f_radios2{
	margin-top:32px;
	width:100%;
	height:38px;
	border-bottom:solid 1px #d0d0d0;
}
.pd_f_radios2 label{
	display:block;
	width:50%;
	height:100%;	
	position: absolute;
	top:0;
	left:0;
}
.pd_f_radios2 label+label{
	left:auto;
right:0;
}
.pd_r_block2{
	display: inline-block;
	width:100%;
	height:100%;
	text-align:center;
	line-height:38px;
	vertical-align: middle;
	font-size:10px;
	cursor:pointer;
	letter-spacing: 0.1em;
}

.pd_f_radios2 [name]:checked+.pd_r_block2{
background: #dadada;
}

.pd_f_radios2 [name]:checked+.pd_r_block2:before{
content:".";
position: absolute;
display: block;
pointer-events: none;
color:rgba(0,0,0,0);
width: 0;
height: 0;
border-style: solid;
top:100%;
left:50%;
margin-left:-5px;
border-width: 8px 5px 0 5px;
border-color: #d0d0d0 transparent transparent transparent;
}


.pd_r_block2 span{
	color:#7c7978;
	margin-left:6px;
}
.pd_f_rcbutton {
    margin-top:10px;
}
.pd_f_rcbutton .bb{
    height: 30px;
    font-size: 10px;
    font-weight: bold;
    padding: 0 10px;
    letter-spacing: 0.01em;
    text-align: center;
    display: inline-block;
}

.pd_f_tokuten{
	font-size:10px;
	color:#878584;
	letter-spacing: 0.01em;
	text-align:center;
	border-bottom:solid 1px #d0d0d0;
padding:13px 0 13px;
}



.pd_f_tokuten span{

-moz-transform: scale(0.5,0.5);
-webkit-transform: scale(0.5,0.5);
-o-transform: scale(0.5,0.5);
-ms-transform: scale(0.5,0.5);
display: inline-block;
	font-size:1.5em;
	top:2px;
	margin:0 1px 0 20px;
}
.pd_f_tokuten span:first-of-type{
margin-left:0;
}


.pd_f_prices{
height:53px;
	border-bottom:solid 1px #d0d0d0;	
	border-top:solid 1px #d0d0d0;	
			cursor: pointer;

}
.pd_f_tokuten+.pd_f_prices{
		border-top:none;	
}
.pd_f_radios2.none+.pd_f_tokuten.none+.pd_f_prices{
	border-top:solid 1px #d0d0d0;	
margin-top:34px;
}
.pd_f_prices *{
pointer-events: none;
			cursor: pointer;

}
.pd_f_prices_open .pd_f_prices *{
pointer-events: auto;
}
.pd_f_pricelist{
	z-index: 10;
	padding:10px 19px 13px;
	background:rgba(255,255,255,0);
		border-bottom:solid 1px rgba(255,255,255,0);	


-webkit-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
   -moz-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
     -o-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
        transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); /* custom */
}

.pd_f_prices_open .pd_f_pricelist{
			border-bottom:solid 1px #d0d0d0;
	background:rgba(255,255,255,1);
}
.pd_f_pricelist input{
	display:none;
}

.pd_f_prices_open .pd_f_pricelist label div,
.pd_f_pricelist label input:checked+div{
opacity: 1;



height:30px;

	padding:10px 0 0;
}
.pd_f_prices_open .pd_f_pricelist label div{
	opacity: 0.5;
}

.pd_f_pricelist label div{
height:0;
padding:0;
opacity: 0;

letter-spacing: 0.1em;
	font-size:13px;
	display: block;


-webkit-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
   -moz-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
     -o-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
        transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); /* custom */

}
.pd_f_pricelist label div span{
	color:#878584;
	margin-left:10px;
}
.pd_f_carts{
	height:55px;
	width:100%;
	margin-top:34px;
}
.pd_f_carts_left{
	width:50%;
	height:100%;
	top:0;
	left:0;
	position: absolute;
text-align: center;
vertical-align: middle;
line-height:55px;
}
.pd_f_carts_left span{
	font-size:18px;
	margin-right:5px;
	top:1px;
}
.pd_f_carts_left{
	font-size:10px;
	letter-spacing: 0.1em;
}
.pd_f_carts .bb{
	width:50%;
	height:100%;
	top:0;
	right:0;
	position: absolute;
	font-size: 13px;
	letter-spacing: 0.05em;
}
.pd_f_point {
	margin-top:15px;
font-size: 10px;
line-height: 24px;
}
.pd_f_point2{
color: #000000;
letter-spacing: 0;
margin-top:-6px;
}

.pd_f_point a{
	text-decoration: underline;
color: #000000;
letter-spacing: 0;
}

.tooldver {
	font-weight: bold;
}


.pd_f_price_tri{
	position: absolute;
	top:21px;
	right:18px;
	width: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 8px 5px 0 5px;
border-color: #000000 transparent transparent transparent;
z-index: 20;

-webkit-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
   -moz-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
     -o-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
        transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); /* custom */

}
.pd_f_prices_open .pd_f_price_tri{

-moz-transform: rotate(-180deg);
-webkit-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);

}






.pd_b5{
		pointer-events: auto;
	display: block;

	margin:139px auto 130px;
}



/*topslider*/
.render{
	overflow: auto !important;
}


.scene-nav{

    transform: translateY(0%);
	position: absolute;
	width:62px;
	height:60px;
	top:auto;
	right:auto;
	bottom:0;
	left:0;
	background: #fff;
}
.scene-nav+.scene-nav{
left:62px;
    transform: rotate(180deg);

}
.scene-nav svg{
	position: absolute;
	top:50%;
	left:50%;
	    transform: translate(-50%,-50%);
	    width:9px;
	    height:20px;
margin-left:9px;
}



.content {
    min-height: auto;
    height:100%;
}

.slide1-counter{
	height:62px;
		line-height: 62px;
		vertical-align: middle;
	width:100%;
position: absolute;
bottom:0;
left:120px;
z-index:3;
padding-left:25px;
}
.slide-counter div{
	cursor: pointer;
	opacity: 0.2;
	display: inline-block;
	width:5px;
	height:5px;
	background: #000;
margin:0 5px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
}
.slide-counter div.slide-counter-c{
opacity: 1;
}



/*meter*/
.meter_wrap{
	width:100%;
		height:470px;
	margin:35px auto;

}


/*
.pd_gummy .meter_wrap{
margin:0px auto;
}

.pd_gummy .meter_line.meter_line_1_3,
.pd_gummy .meter_line.meter_line_1_3a,
.pd_gummy .meter_line.meter_line_1_3b,
.pd_gummy .meter_line.meter_line_1_3c{
display: none;
}
.pd_gummy .mate_per{
	max-height:350%;
}
*/
.meter_area{
	height:100%;
	margin:0 auto;
}
.meter_scroll_area{
	height:100%;
	z-index:10;
}
.meter_scroll_inner{
	height:100%;
}
.mate{
	float:left;
	width:25px;
	height:100%;
}

.meter_line{
	position: absolute;
	height:1px;
	width:100%;
	background:#d7d7d7;
	z-index:10;
left:0;
opacity: 1;

	pointer-events: none;
}
.meter_line.meter_line_1_3{
top:0%;
}
.meter_line.meter_line_1_3a{
top:5%;
background:none;
}
.meter_line.meter_line_1_3b{
top:8%;
background:none;
}
.meter_line.meter_line_1_3c{
top:11%;
background:none;
}
.meter_line.meter_line_1_2{
top:16%;
}
.meter_line.meter_line_1_1{
top:24%;
}
.meter_line.meter_line_1{
top:32%;
}
.meter_line.meter_line_2{
top:40%;
}
.meter_line.meter_line_3{
top:48%;
}
.meter_line.meter_line_4{
top:56%;

height:5px;
background: #000;

}
.meter_line.meter_line_4 .meter_left{
	color:#000;

}
.meter_line.meter_line_5{
top:64%;
}
.meter_left{
	position: absolute;
	right:100%;
	top:0;
width:100px;
margin-top:-7px;
letter-spacing: 0.01em;
color:#999;
}
.mate_perarea{
	position: absolute;
top:56%;
left:0;
height:16%;
width:100%;
}
.mate_per{
	width:80%;
	height:0%;
	position: absolute;
	bottom:0;
	left:0;
background: rgba(0,0,0,0.1);
}
.mate:hover{
z-index:50;
}

.mate:hover .mate_per{
	background:#999;
}

.mate_mat{
	position: absolute;
	width:100%;
	top:74%;
color:#ccc;
font-size:11px;

	font-weight: bold;
}
.mate_bigmat{
	position: absolute;
	width:100%;
	top:87%;
	height:13%;
	overflow: hidden;
color:#aaa;
font-weight: bold;
font-size:11px;
}
.mate:hover .mate_amount{
opacity: 1;
}
.mate_a_title{
	font-weight: bold;
	margin-bottom:3px;
}
.mate_amount{
text-align:left;

letter-spacing: 0.05em;
-webkit-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
   -moz-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
     -o-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
        transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); /* custom */
	opacity: 0;
pointer-events: none;
	position: absolute;
	top:0;
	right:100%;
font-size:10px;
padding:10px;
padding-right:20px;
margin-right:7px;
background:#111;
color:#fff;


}
.mate_amount:before{
	width: 0;
height: 0;
border-style: solid;
border-width: 6px 0 6px 7px;
border-color: transparent transparent transparent #000000;
content:".";
color:rgba(0,0,0,0);
overflow: hidden;
position: absolute;
left:100%;
top:50%;
margin-top:-6px;
}
.cbf{
	position: absolute;
	bottom:100%;
	left:0;
	width:100%;

	color:#000;
	font-size:15px;
line-height:9px;
letter-spacing: 0;
	text-align:center;
}
.mate_bigmat_line{
	position: absolute;
	bottom:0;
	left:0;
	width:1px;
	height:26%;
	background:#d7d7d7;
}
/*slider2*/
.slider2{
	width:200%;
	overflow: hidden;
	margin-left:-210px;
}
.slider2_box{
	width:384px;
	height:250px;
	float: left;
margin:0 10px;
-webkit-transition: all 700ms cubic-bezier(0.375, 0.035, 0.205, 0.980); 
   -moz-transition: all 700ms cubic-bezier(0.375, 0.035, 0.205, 0.980); 
     -o-transition: all 700ms cubic-bezier(0.375, 0.035, 0.205, 0.980); 
        transition: all 700ms cubic-bezier(0.375, 0.035, 0.205, 0.980); /* custom */
background-size: cover;
background-position: center center;
}
.slider2_box:first-of-type,
.slider2_box:last-of-type{
width:0%;
margin:0;
opacity: 0;
}

.slider2_box:nth-child(2),
.slider2_box:nth-last-child(2){
opacity: 0;
}

.slider2_control{
	height: 80px;
}
.slider2_lr{
	position: absolute;
	left:200px;
}
.slider2_lr>div{
	display: inline-block;
	width:60px;
	height:80px;
	background: #fff;
	cursor: pointer;
}

.slider2_r{

    transform: rotate(180deg);

}


.slider2_lr svg{
	position: absolute;
	top:50%;
	left:50%;
	    transform: translate(-50%,-50%);
	    width:9px;
	    height:20px;
margin-left:9px;
}
.t_b7{
	background: #fff;
}
.slider2_counter{
	height:60px;
	position: absolute;
	right:0;
	top:0;
	text-align:right;
padding:28px 30px 0 0 ;
}


.t_b7_title{
	font-size:22px;
	font-weight: bold;
	padding-left: 202px;
	line-height: 1.5;
}
.t_b7_text{
	color:#777777;
	font-size:13px;
line-height: 30px;
	font-weight: bold;
	padding-left: 202px;
margin:10px 25px 40px 0;
}
.slidekoko canvas{
	pointer-events: none;
}



/*header_bb*/
.header_bb{
	width:166px;
	height:55px;
	position: fixed;
	top:0;
	right:0;
	z-index:80;
	font-size:13px;
	letter-spacing: 0.05em;

-webkit-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
   -moz-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
     -o-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
        transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); /* custom */
  -webkit-transform: translate(100%,0px);
  transform: translate(100%,0px);
display: none;
}
.scrolled .header_bb,
[pagetypeis="menu_on"] .header_bb{
  -webkit-transform: translate(0%,0px);
  transform: translate(0%,0px);

}
[headerbbis="on"] .header_bb{
	display: block;
}

/*pd_bs*/
.pd_b1{
left:240px;
margin-top:139px;
}
.pd_b1_title{
position: absolute;
left:-188px;
top:128px;
font-size:22px;
font-weight: bold;
z-index:5;
}

.pd_b1_text{
position: absolute;
left:-188px;
top:190px;

font-size:14px;
line-height:40px;
font-weight: bold;
z-index:5;
}
.pd_b2_title{
	font-size:14px;
	font-weight:bold;
	width:100%;
	text-align: center;
	margin-top:75px;
}
.pd_b2_title .note{
	font-size:12px;
	margin-top: 10px;
	display: block;
}
.eiyo_blocks{
	font-size:0;
	width:100%;
	text-align: center;
	letter-spacing: 0;
	margin-top:50px;
}
.eiyo_block{
width:128px;
height:120px;
display: inline-block;
}
.eiyo_block+.eiyo_block{
	margin-left:-2px;
}

.eiyo_block_bottom{
	font-size:15px;
	width:100%;
	height:57px;
border:solid 2px #e9e9e7;
font-weight: bold;
vertical-align: middle;
line-height:57px;
letter-spacing: 0.3em;
position: absolute;
bottom:0;
left:0;
}
.eiyo_block_top{
	font-size:30px;
	text-align: center;
	letter-spacing: 0;
	height:63px;
}
.pd_b2_link{
	display: block;
	letter-spacing: 0.025em;
	font-weight: bold;
	margin:35px auto 0;
	font-size:10px;
	text-align:center;
}
.pd_b2_link a{
color:#000;
	border-bottom: solid 1px #ccc;
	padding-bottom:5px;
	display: inline-block;
}

.pd_b3_title{
	margin:78px auto 44px;
	font-size:14px;
	font-weight:bold;
		text-align: center;

}

/*seibun*/
.seibun_blocks{
	max-width:1000px;
	width:100%;
	margin:0 auto;
}
.seibun_block{
	width:25%;
	float:left;
	height:410px;
}
.seibun_block.seibun_three{
	margin-left: 12.5%;
}
.seibun_block+.seibun_block{
	border-left:solid 1px #ccc;
}
.seibun_blocks.clm03 .seibun_block{
	width:33.33%;
}
.seibun_blocks.clm03 .seibun_block{
	border-left:solid 1px #ccc;
}
.seibun_blocks.clm03 .seibun_block:nth-child(3n+1){
	border-left:none;
}

.seibun_imgarea{
	width:100%;
	height:140px;
overflow: hidden;
}

.seibun_imgarea div{

  position: absolute;
	top:50%;
	left:50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

}

.seibun_title{
font-size:15px;
width:100%;
text-align: center;
font-weight: bold;
}

.seibun_text{
font-size:13px;
line-height: 30px;
padding:0 32px;
width:100%;
letter-spacing: 0.2em;
text-align: left;
font-weight: bold;
color:#777777;
margin-top:27px;
}
.pd_b2_link.fpt_book{
	font-weight:300;
	font-size:13px;
	margin:43px auto 150px;
}
/*pd_b4*/
.pd_b4_title{
	position: absolute;
	z-index:2;
	left:100%;
	top:80px;
	margin-left:-50px;
font-size:14px;
line-height:39px;
width:200%;
font-weight: bold;
}
.pd_b4{
	width:50%;
	margin-top:100px;
}
.pd_b4_i1,.pd_b1_i{
	margin:0 auto;
}
.pd_b4_box{
	width:380px;
	position: absolute;
	left:100%;
	top:210px;
	margin-left:105px;
	z-index:5;
}
.pd_reci_box{
	width:100%;
	margin-top:50px;
}
.pd_reci_box+.pd_reci_box{
	margin-top:20px;
}
.pd_rb_set{
	margin:9px 0;
}
.pd_rb_title{
	position: absolute;
	top:50%;
	left:0;
	font-size:13px;
	letter-spacing: 0.05em;
	height:13px;
	margin-top:-6px;
}
.pd_rb_set span{
font-size:12px;
	background: #fff;
	overflow: visible;
	letter-spacing: 0;
	padding-right:10px;
		float: left;
}
.pd_rb_set span+span{

	padding-right:0px;
	padding-left:10px;
	text-align: right;
	float: right;
}
.pd_rb_set:before{
	content:".";
color:rgba(0,0,0,0);
height:1px;
width: 100%;
position: absolute;
top:50%;
left:0;
z-index:0;
display: block;
background: #333;
}
.pd_rb_in{
	float: right;
	width:224px;
}
.pd_reci{
	margin:0 auto;
}

/*nutririon*/
.nt_top_img{
margin:0 auto;
}
.nt_b1{
	margin-top:-512px;
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
.nt_b1_title{
	font-size: 22px;
	line-height: 46px;
	font-weight: bold;
	letter-spacing: 0.3em;
}

.nt_b1_text{
	font-size: 15px;
	line-height: 35px;
	font-weight: bold;
	letter-spacing: 0.3em;
	margin-top:16px;
}
.nt_b1_text span{
	line-height: 30px;
	display: inline-block;
	padding:0px 0.2em 0px 0.5em;
margin:4px 4px 0px 0;
	background: rgba(0,0,0,0.08)
}

.nt_b2{
	margin-top:120px;
	margin-bottom:219px;
	padding-left:50%;
}
.nt_b2_title{
	font-size: 22px;
	line-height: 46px;
	font-weight: bold;
	letter-spacing: 0.3em;

	padding-left:110px;
}
.t_b2_note {
	letter-spacing:0.05em;
	font-size:12px;
	line-height:1.5;
}
.t_b2_note span{
	display: inline-block;
	color: #f00;
	margin-top: 5px;
	font-size:10px;
	font-weight: bold;
}
.t_b2_note a{
	color: #0a92cb;
	text-decoration: underline;
}
.nt_b2_text{
	font-size: 15px;
	line-height: 35px;
	font-weight: bold;
	letter-spacing: 0.3em;
	margin-top:30px;
	padding-left:110px;
}

.nt_b2_text_small{
	font-size: 11px;
	line-height: 35px;
	font-weight: bold;
	letter-spacing: 0.3em;
}
.nt_b2_i{
	position: absolute;
	right:50%;
	top:32px;
}


/*ei6*/
.ei6{
	background: #eee;
width:974px;
height:620px;	
margin:177px auto 150px;
}
.ei6_selector{
	width:788px;
	margin:0 auto;
	padding-top:90px;
	z-index: 10;
}
.ei6_selector input{
display:none;
}

.ei6_selector label{
	margin:0 0.1%;
	width:16.4%;
	display: block;
	float:left;
	height:57px;
	text-align:center;
}
.ei6_selector label>div{
	cursor: pointer;
	width:100%;
	height:100%;
	line-height: 57px;
	font-size:15px;
	font-weight: bold;
	position: absolute;
	top:0;
	left:0;
	display: table-cell;
	vertical-align: middle;
background: #fff;
color:rgba(0,0,0,0.5);
}

.ei6_selector label input:checked+div{
background: #000;
color:#fff;
	}

.ei6_selector label input:checked+div:before{
position: absolute;
top:100%;
left:50%;
margin-left:-10px;
content:".";
color: rgba(0,0,0,0);
overflow: hidden;

width: 0;
height: 0;
border-style: solid;
border-width: 10px 10px 0 10px;
border-color: #000000 transparent transparent transparent;

}
.ei6_viewer{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-size: cover;
	background-position: center center;


-webkit-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
   -moz-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
     -o-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
        transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); /* custom */
}
.ei6_viewer.none{
opacity: 0;
pointer-events: none;
display: block !important;
}
.ei6_text{
position: absolute;

left:93px;
top:232px;
font-size:15px;
line-height: 35px;
font-weight: bold;
    letter-spacing: 0.2em;
}
/*nt_b3*/
.nt_b3_title{
	font-size:22px;
	font-weight: bold;
	margin-bottom:60px;
	text-align: center;
}

.nt_b3_title_en{
	font-size:15px;
	margin-bottom:20px;
	text-align: center;
	letter-spacing: 0;
}
.nt_b3_text{
	font-size:14px;
line-height:40px;
	text-align: center;
font-weight: bold;
}

/*amo*/
.amo_selector{
width:774px;
margin:67px auto 0;
}
.amo_selector3{
	float: left;
	width:32.3%;
height:60px;
background: #fff;
border:solid 1px #ccc;
border-width: 1px 0;
}
.amo_selector3+.amo_selector3{
	margin-left:1.5%;
}

.amo_selector3r label{
width:50%;
float:left;
height:100%;
}
.amo_selector3r input{
	display: none;
}
.amo_selector3r label>div{
position: absolute;
top:0;
left:0;
width: 100%;
height:100%;
text-align: center;
line-height: 60px;
font-size:13px;
font-weight: bold;
cursor: pointer;
letter-spacing: 0.1em;
}

.amo_selector3r label input:checked+div{
background: #000;
color:#fff;
	}



.amo_selector3 .pd_f_prices{
	border: none;
}


.amo_selector3 .pd_f_pricelist{
	margin-top:2px;
}


.amo_selector3 .pd_f_pricelist span{
	padding-left:100px;
}
.amo_selector3_title{
font-size:13px;
letter-spacing: 0.1em;	
position: absolute;
left:20px;
top:50%;
margin-top:-7px;
text-align: center;
width:70px;
z-index:20;
}

/*amog*/
.amog{
	margin:50px auto;
width:774px;	
height:325px;
overflow: auto;
}
.amog_in{
	width:774px;
height:325px;
}
.amog_column{
	background: #f0f0f0;
	width:19.2%;
	height:100%;
	float:left;
}
.amog_column+.amog_column{
margin-left:1%;
}
.amog_column_f .amog_column_1{
background:#fff;

}
.amog_column_2,
.amog_column_3{
	height:23%;
	width:90%;
position: absolute;
bottom:0;
left:5%;
font-size:25px;

text-align: center;
border-top:solid 1px #ccc;

	letter-spacing: 0em;
	padding-top:24px;

}
.amog_column_2 span,
.amog_column_3 span{
	font-size:10px;
	letter-spacing: 0.1em;
	margin-left:2px;
}

.amog_column_2{
bottom:23%;
}

.amog_column_f .amog_column_2 {
border: none;
font-size:13px;

padding-top:32px;
font-size:13px;
}
.amog_column_f .amog_column_3 {
padding-top:20px;
font-size:13px;

}
.amog_column_f .amog_column_3 span{
	font-size:12px;
	letter-spacing: 0.1em;

}






.amog_column_f{
	font-weight: bold;
}
.amog_column_f .amog_column_3 span{
margin-top:5px;
display: inline-block;
}
.amog_column_1{
position:absolute;
 top:0;
left:0;
width:100%;
height:54%;
}


.amog_column div{

-webkit-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
   -moz-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
     -o-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
        transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); /* custom */	
}

.amog_column div.none{
opacity: 0;
pointer-events: none;
display: block !important;
}


/*popup*/
[popupis="off"] .popup_area{
pointer-events: none;
opacity: 0;	
}
.popup_area{

-webkit-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
   -moz-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
     -o-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
        transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); /* custom */
	opacity: 1;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.8);
	z-index:200;
	overflow: auto;
	padding:230px 0 ;
}
.popup_inner{
	background: #fff;
	max-width:1080px;
	width:100%;
	margin:0 auto;
}
[popupon]{
	cursor: pointer;
}
.pp_textarea{
	padding:50px;
}
.pp_title{
	font-size:18px;
	font-weight:bold;
	letter-spacing: 0;
	border-bottom:solid 3px #000;
line-height:16px;
}
.pp_texts{
	padding:30px 16px;
}
.pp_text{
	font-size:15px;
	letter-spacing: 0.034em;
	font-weight: bold;
}


.pp_check{
	display: inline-block;
	font-size:15px;
	font-weight:bold;
	letter-spacing: 0;
	border-bottom:solid 3px #000;
line-height:14px;
margin-left:20px;
margin-top:25px;
}


.pp_check:before {
	  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  content: "\e902";
      font-size: 0.8em;
    position: relative;
line-height:1em;
top:0px;
margin-left:-20px;
display: inline-block;

-moz-transform: scale(0.5,0.5);
-webkit-transform: scale(0.5,0.5);
-o-transform: scale(0.5,0.5);
-ms-transform: scale(0.5,0.5);

}



.pp_checktext{
	opacity: 0.6;
	display: inline-block;
	font-size:15px;
	letter-spacing: 0.034em;

line-height:20px;
margin-left:20px;
margin-top:10px;
}

.riyou{
	margin-top:10px;
	margin-bottom:30px;
	width:100%;
}

.riyou tr{
	border-bottom: 1px dotted #797676;

}

.riyou td{
	font-size: 12px;
	max-width: 50%;
	vertical-align: top;
	line-height: 1.8;
	letter-spacing: 1px;
	padding: 20px 10px;
}

.riyou td .td-title{
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
	line-height: 1.8;
	letter-spacing: 1px;
	padding: 20px 0;
}

.pp_table{
	margin-top:10px;
	margin-bottom:30px;
	width:100%;
}
.pp_table_title{
	width:133px;
	float: left;
	min-height:10px;
	font-weight: bold;
	font-size:15px;
	letter-spacing: 0.034em;

}
.pp_table_text{
	width:calc(100% - 133px);
	float:left;
	font-size:15px;
	line-height:21px;
	letter-spacing: 0.034em;
}
.pp_table_text .notice{
	color: #ff0000;
}
.pp_space{
	width:100%;
	height:40px;
}
.pp_7b{
	color:#7b7a7a;
}

.pp_close{
	z-index:300;
	cursor: pointer;
width:20px;
height:20px;
right:40px;
top:32px;
position: absolute;
}
.pp_close div{
	width:20px;
	height:2px;
	position: absolute;
	top:9px;
	left:0;
	background: #000;

-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
}
.pp_close div+div{

-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
}
[popupnum]{
	display: none;
}

[popupis="0"] [popupnum="0"],
[popupis="1"] [popupnum="1"],
[popupis="2"] [popupnum="2"],
[popupis="3"] [popupnum="3"],
[popupis="4"] [popupnum="4"],
[popupis="5"] [popupnum="5"],
[popupis="6"] [popupnum="6"],
[popupis="7"] [popupnum="7"],
[popupis="8"] [popupnum="8"],
[popupis="9"] [popupnum="9"]{
	display: block;
}
[popupis]{
	overflow: hidden;
}
[popupis="off"]{
	overflow: auto;
}
[popupnum]>img{
	display: block;
	width:100%;
	height:auto;
}

/*st_kn*/
.st_kn_i{
	margin:0;
	left:50%;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
}

.st_b1{
	width:970px;
	margin:0 auto;
font-size:14px;
line-height:30px;
font-weight: bold;
margin-top:50px;
}
.st_b1_i{
	position: absolute;right:0;
	top:60px;
}

.st_b2{
	margin-top:135px;
	width:71%;
}
.st_b2_text{
	position: absolute;
	left:100%;
	top:50%;
width:100%;
margin-left:-289px;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
font-size:22px;
z-index:3;
font-weight:bold;
line-height: 50px;
}

.st_b2_i{
	margin:0 auto;
}


.st_b3{
	margin-top:135px;
	width:71%;
	margin-left:29%;
}
.st_b3_text{
	position: absolute;
	left:0%;
	top:50%;
width:100%;
margin-left:-289px;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
font-size:14px;
z-index:3;
font-weight:bold;
line-height: 40px;
}

.st_b3_i{
	margin:0 auto;
}
.st_b3_title{
	font-size:22px;
	font-weight:bold;
	padding-bottom:18px;
}




.st_b4{
	margin-top:135px;
	width:71%;
	
}
.st_b4_text{
	position: absolute;
	left:100%;
	top:50%;
width:100%;
margin-left:-289px;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
font-size:14px;
z-index:3;
font-weight:bold;
line-height: 40px;
}

.st_b4_i{
	margin:0 auto;
}
.st_b4_title{
	font-size:22px;
	font-weight:bold;
	padding-bottom:18px;
}

.st_b5{
	margin-top:140px;
	margin-bottom:50px;
}
.st_b5_i{
	margin:0;
	left:50%;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
}
.st_b5 .bb{
z-index:10;

position: absolute;
bottom:100px;
	left:50%;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);

    letter-spacing: 0.1em;
    font-size: 21px;
    width: 600px;
    height: 80px;
}



/*slide2hover*/
.slide2hover{
	width:100%;
	position: absolute;
	bottom:0;
	left:0;
	background: #efefef;
	color:#000;
	height:50px;
	line-height:50px;
	vertical-align: middle;
	padding-left:23px;
	font-size:13px;
	font-weight: bold;

  -webkit-transform: translate(0%,100%);
  transform: translate(0%,100%);

-webkit-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
   -moz-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
     -o-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
        transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); /* custom */	
}

a:hover .slide2hover{

  -webkit-transform: translate(0%,0%);
  transform: translate(0%,0%);
}




.slide2hover:before {
	  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  content: "\e901";
      font-size: 0.8em;
    position: relative;
    margin-right: 0;
line-height:1em;
width:55px;
height:100%;
position: absolute;
top:0;
right:0;
background: #000;
color:#fff;
display: block;
vertical-align: middle;
text-align: center;
line-height:50px;
letter-spacing: 0;
}



/*qa*/

.qa_head{
    font-size: 40px;
    text-align: center;
    width: 100%;
    margin-top: 100px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
}

.qa_area{
	width:972px;
	margin:60px auto;
}

.qa_news{
	width:80%;
	margin:60px auto;
	line-height: 26px;
	 letter-spacing: 2px;
	font-size: 13px;
}
.qa_set{
	min-height:75px;
	cursor: pointer;
	border-bottom:solid 1px #ccc;
}
.qa_area_qa{
	float: left;
	width:calc(100% - 200px);
}

.news_text1{
	border-top: 1px #333333 dotted;
	padding: 20px;
}

.news_text2{
	border-bottom: 1px #333333 dotted;
	padding: 20px;
}

.news_text3{
	border-top: 2px #333333 solid;
	border-bottom: 2px #333333 solid;
	padding: 20px;
	font-weight: bold;
}

.news_text4{
	padding: 20px;
	font-size: 1.2em;
	line-height: 3.0em;
}

.news_text5{
	padding: 5px;
	font-size: 2.0em;
	text-align: center;
	line-height: 3.0em;
}



.qa_news_qa{
	float: left;
}

.qa_q{
	line-height: 150%;
	font-size:15px;
	font-weight: bold;
padding:26px 30px 13px;
}
.qa_a a{
    color: #005BD3;
    text-decoration: underline;
 }
.qa_a{
    opacity: 0.8;
    font-size: 15px;
    font-weight: bold;
    padding: 0 30px 30px;
    line-height: 35px;
    display: none;
}

.qa_ar{
	width:10px;
	height:10px;
	position: absolute;
	top:30px;
	right:30px;

-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-webkit-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
   -moz-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
     -o-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
        transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); /* custom */	
}
.qa_ar.qa_ar_rotate{
-moz-transform: rotate(-225deg);
-webkit-transform: rotate(-225deg);
-o-transform: rotate(-225deg);
-ms-transform: rotate(-225deg);
}
.qa_ar_1{
	width:2px;
	height:100%;
	background: #000;
position: absolute;
bottom:0;
left:0;
}
.qa_ar_2{
	width:100%;
	height:2px;
	background: #000;
position: absolute;
bottom:0;
left:0;
}
.qa_bottom{
	text-align: center;
font-size:14px;
margin-bottom:35px;
font-weight:bold;
padding-top:90px;
padding-bottom:115px;
}
.qa_bottom .bb{
	letter-spacing: 0.1em;
	font-size:15px;
	margin:30px auto 0;
width:227px;
height:55px;
}

/*company*/

.co_head_info{
	position: absolute;
	top:210px;
	left:0;
	width:100%;
	margin-left:0;

}


.co_head_info1{
margin:0 auto;
	font-size:18px;
	margin-bottom:22px;
	letter-spacing: 0;
		width:966px;
}

.co_head_info2{
	margin:0 auto;

	font-size:30px;
	margin-bottom:22px;
font-weight:bold;
	width:966px;

}
.co_head_info3{
	margin:0 auto;

	font-size:22px;
font-weight:bold;
	width:966px;

}
.co_area{
	width:983px;
	margin:146px auto 130px;
}
.co_area+.co_area{
margin-top:130px;
}

.co_title{
	font-size:30px;
	font-weight: bold;
	margin-bottom:37px;
}
.co_set{
	width:100%;
}
.co_set_title{
	width:190px;
	float: left;
	font-size:14px;
		line-height:35px;
font-weight:bold;
}
.co_set_text{
	line-height:35px;
	font-size:14px;
	border-left:solid 1px #ccc;
	padding-left:40px;
	width:calc(100% - 190px);

	float: left;
	padding-bottom:22px;
font-weight:bold;

opacity: 0.7;
}

.co_set_text iframe{
	margin-top:30px;
	margin-bottom:10px;
}
.co_area .co_set:last-of-type .co_set_text{
padding-bottom:0px;
}


.co_title_2{
	font-size:22px;
	font-weight: bold;
	margin-top:-15px;
	margin-bottom:15px;
}
.co_title_3{
	font-size:14px;
	font-weight: bold;
	margin-bottom:37px;
}

.top_slide .nav_arrow{
	position: absolute;
	top:100%;
	z-index:10;
	left:50%;

  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

}
.top_slide{
	overflow: visible;
}




.pd_top .nav_arrow{
	position: absolute;
	top:100%;
	z-index:10;
	left:50%;

  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

}




.ei6_small{
	font-size:0.5em;
	line-height: 140%;
	margin-top:5px;
    letter-spacing: 0.1em;
}
.ei6_small.middle{
	font-size: 0.9em;
	line-height: 170%;
	margin-top:10px;
    letter-spacing: 0.1em;
}

.b12{
	transform: scale(0.7);
	letter-spacing: 0;
font-size:10px;

}
.b12:first-letter{
font-size:14px;
}


.packs_i{
	left:50%;


  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);	
}
.packs_title{
	width:100%;
	font-size:18px;
	letter-spacing: 0;
	text-align: center;
	padding-top:94px;
}
.packs_title2{
	width:100%;
	font-size:22px;
	text-align: center;
	font-weight: bold;
		padding-top:19px;
}
.packs_text{
	width:100%;
	font-size:14px;
	text-align: center;
		font-weight: bold;
	padding-top:25px;
}

.packs_box{
	width:218px;
text-align: center;
position: absolute;
left:50%;
bottom:115px;

  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);	
}

.p_b2.t_b2 .packs_box .bb{
	width:100%;
height:55px;
	}
	.packs_box .fpt_demi{
font-size:13px;
line-height:19px;

letter-spacing: 0.1em;
display: block;
margin-bottom:11px;
	}
	.packs_box_1{
		margin-left:-398px;
	}
	.packs_box_3{
		margin-left:398px;
	}
	.packs_price{
		margin-bottom:17px;
	font-size: 22px;
	}



	/*slider*/

	.slide-item{
		position: absolute;
		left:0;
		top:0;
		width:100%;
	}
	.slide-wrapper {
    display: block;
}
.slide-item img{
display: block;
width:100%;
height: auto;
	}



.slide-item{
	opacity: 0;


-webkit-transition: all 500ms cubic-bezier(0.445, 0.050, 0.550, 0.950); 
   -moz-transition: all 500ms cubic-bezier(0.445, 0.050, 0.550, 0.950); 
     -o-transition: all 500ms cubic-bezier(0.445, 0.050, 0.550, 0.950); 
        transition: all 500ms cubic-bezier(0.445, 0.050, 0.550, 0.950); /* easeInOutSine */
}
[slnum="1"] .slide-item:nth-of-type(1),
[slnum="2"] .slide-item:nth-of-type(2),
[slnum="3"] .slide-item:nth-of-type(3),
[slnum="4"] .slide-item:nth-of-type(4),
[slnum="5"] .slide-item:nth-of-type(5),
[slnum="6"] .slide-item:nth-of-type(6),
[slnum="7"] .slide-item:nth-of-type(7),
[slnum="8"] .slide-item:nth-of-type(8),
[slnum="9"] .slide-item:nth-of-type(9),
[slnum="10"] .slide-item:nth-of-type(10){
	opacity: 1;
}



/*video*/
.v_area{
	width:960px;
	height:540px;
	z-index:5;
	background: #000;
position: absolute;
top:50%;
left:50%;
}
.play{
	cursor: pointer;
	pointer-events: none;
opacity: 0;
}

[movst="stop"] .play{
	cursor: pointer;
	pointer-events: auto;
opacity: 1;
}
.topvideo{
	cursor: pointer;
	pointer-events: auto;
opacity: 1;
background: #fff;

-webkit-transition: all 500ms cubic-bezier(0.445, 0.050, 0.550, 0.950); 
   -moz-transition: all 500ms cubic-bezier(0.445, 0.050, 0.550, 0.950); 
     -o-transition: all 500ms cubic-bezier(0.445, 0.050, 0.550, 0.950); 
        transition: all 500ms cubic-bezier(0.445, 0.050, 0.550, 0.950); /* easeInOutSine */
}
[movst="stop"] .topvideo{
opacity: 0.5;
}

.tv_s,.tv_f{
	position:absolute;
	bottom:18px;
cursor:pointer;
	display:none;
	z-index:10;
	pointer-events: auto;
}

.tv_s{
right:52px;
}

.tv_f{
right:17px;
}

[tv_s="on"] .tv_s.tv_s_off,
[tv_s="off"] .tv_s.tv_s_on,
[tv_f="on"] .tv_f.tv_f_off,
[tv_f="off"] .tv_f.tv_f_on{
	display:block;
}
.v_area:fullscreen{
	width:100%;
	height:100%;
}
.ab_head{
	height:795px;
}
.v_area{
	max-width: 80%;
}

.ab_head .nav_arrow{
	position: absolute;
	left:50%;
	top:100%;
	z-index:20;
}

[movst="play"] .ab_head .nav_arrow{
opacity: 0;
}


.co_set iframe{
	
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.co_set a{
	color: inherit;
	text-decoration: underline;
}

#map_custmomize{
	margin-top:30px;
	margin-bottom:10px;
width: 743px;
height:395px;
}


.slider2_box{

  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.slider2_box:hover{

  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);	
}



.nsl{
	position: absolute;
	left:0;
	width: 100%;
	height:50%;
	background-size: cover;

  -webkit-transform: translate(100%, 0%);
  transform: translate(100%, 0%);	

-webkit-transition: -webkit-transform 550ms cubic-bezier(0.365, 0.030, 0.450, 0.980); 
   -moz-transition: -moz-transform 550ms cubic-bezier(0.365, 0.030, 0.450, 0.980); 
     -o-transition: -o-transform 550ms cubic-bezier(0.365, 0.030, 0.450, 0.980); 
        transition: transform 550ms cubic-bezier(0.365, 0.030, 0.450, 0.980); /* custom */
}


.nsl_1{
top:0;
background-position: left top;
box-sizing: content-box;
border-bottom:solid 5px #000;
}

.nsl_2{
bottom:0;
background-position: left bottom;


}

.top_slide .slide-item img{
opacity: 0;
}




[slnum="1"] .slide-item:nth-of-type(1) .nsl.nsl_1,
[slnum="2"] .slide-item:nth-of-type(2) .nsl.nsl_1,
[slnum="3"] .slide-item:nth-of-type(3) .nsl.nsl_1,
[slnum="4"] .slide-item:nth-of-type(4) .nsl.nsl_1,
[slnum="5"] .slide-item:nth-of-type(5) .nsl.nsl_1,
[slnum="6"] .slide-item:nth-of-type(6) .nsl.nsl_1,
[slnum="7"] .slide-item:nth-of-type(7) .nsl.nsl_1,
[slnum="8"] .slide-item:nth-of-type(8) .nsl.nsl_1,
[slnum="9"] .slide-item:nth-of-type(9) .nsl.nsl_1,
[slnum="10"] .slide-item:nth-of-type(10) .nsl.nsl_1{
border:none;
}

[slnum="1"] .slide-item:nth-of-type(1) .nsl,
[slnum="2"] .slide-item:nth-of-type(2) .nsl,
[slnum="3"] .slide-item:nth-of-type(3) .nsl,
[slnum="4"] .slide-item:nth-of-type(4) .nsl,
[slnum="5"] .slide-item:nth-of-type(5) .nsl,
[slnum="6"] .slide-item:nth-of-type(6) .nsl,
[slnum="7"] .slide-item:nth-of-type(7) .nsl,
[slnum="8"] .slide-item:nth-of-type(8) .nsl,
[slnum="9"] .slide-item:nth-of-type(9) .nsl,
[slnum="10"] .slide-item:nth-of-type(10) .nsl{

  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);	

-webkit-transition: all 0ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
   -moz-transition: all 0ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
     -o-transition: all 0ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
        transition: all 0ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */

}




.top_slide .slide-item{
	z-index: 2;
	opacity: 1;
-webkit-transition: all 0ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
   -moz-transition: all 0ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
     -o-transition: all 0ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
        transition: all 0ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
    }



.top_slide [slnum="1"] .slide-item:nth-of-type(1),
.top_slide [slnum="2"] .slide-item:nth-of-type(2),
.top_slide [slnum="3"] .slide-item:nth-of-type(3),
.top_slide [slnum="4"] .slide-item:nth-of-type(4),
.top_slide [slnum="5"] .slide-item:nth-of-type(5),
.top_slide [slnum="6"] .slide-item:nth-of-type(6),
.top_slide [slnum="7"] .slide-item:nth-of-type(7),
.top_slide [slnum="8"] .slide-item:nth-of-type(8),
.top_slide [slnum="9"] .slide-item:nth-of-type(9),
.top_slide [slnum="10"] .slide-item:nth-of-type(10){
z-index: 0;
}

button{
	border:none;
}

.krkr-button{
    background-color: gray !important;
}


/* dr_stone */
.dr_stone {
	line-height: 1.5;
	font-weight: bold;
	background: url(../img/dr_stone_bg01.jpg) 50% 0 / cover;
	letter-spacing: 0;
}
.dr_stone_inner {
	display: flex;
	max-width: 1010px;
	margin: 0 auto;
	padding: 100px 0;
}
.dr_stone_inner .img {
	flex: 1;
	margin-left: 35px;
}
.dr_stone_inner .text_box {
	width: 400px;
}
.dr_stone_inner .title {
	margin: 0 0 10px;
	font-size: 18px;
	font-family: "futura-pt","futura PT", sans-serif;
}
.dr_stone_inner .title2 {
	margin: 0 0 10px;
	font-size: 18px;
}
.dr_stone_inner .text {
	margin: 0 0 40px;
	font-size: 14px;
}
.dr_stone_inner .bnr {
	margin-right: 20px;
	text-align: center;
}
.dr_stone_inner .bnr p {
	margin: 0 0 10px;
	font-size: 12px;
}
.dr_stone_inner .bnr img {
	width: 150px;
	margin: 0 auto;
}




.u-notice{
    border: 1px solid #ff0000;
    color: #ff0000;
    font-size: 12px;
    line-height: 1.5;
    padding: 10px;
    margin-top: 15px;
    letter-spacing: 0;
}
.u-notice.u2{
    width:400px;
}
.u-notice.u3{
    color: #666666;
    border-color: #666666;
}
@media (max-width: 768px){
    .u-notice{
        width: 322px;
        margin-left: auto;
        margin-right: auto;
    }
    .u-notice.u2{
        width:90%;
    }
    
    /*GUMMY TRIAL TEMPORARY*/
    .prdTop_panel_temp{
        height: 680px !important;
        background-size: contain;
        background-position: center top;
    }
}

.u-notice a{
    color: #ff0000;
    text-decoration: underline;
}

@media (min-width: 769px){
    .u-notice a:hover{
        text-decoration: none;
    }
}

.u-indent{
    padding-left:1em;
    text-indent:-1em;
    text-align: left;
}

.u-c2{
    display: flex;
    justify-content: space-between;
    list-style-type: none;
}
.u-c2 img{
    width: 100%;
    height: auto;
}

@media (min-width: 769px){
    .u-c2 .c25{
        width: 23%;
    }
    .u-c2 .c30{
        width: 28%;
    }
    .u-c2 .c40{
        width: 38%;
    }
    .u-c2 .c50{
        width: 48%;
    }
    .u-c2 .c60{
        width: 58%;
    }
    .u-c2 .c70{
        width: 68%;
    }
    .u-c2 .c75{
        width: 73%;
    }
}

@media (max-width: 768px){
    .u-c2{
        flex-wrap: wrap;
    }
    .u-c2 li{
        width: 100%;
    }
    .u-c2 li:nth-child(n+2){
        margin-top: 15px;
    }
}

.u-ls00{ letter-spacing: 0 !important; }
.u-ls01{ letter-spacing: 0.1em !important; }
.u-ls02{ letter-spacing: 0.2em !important; }
.u-ls03{ letter-spacing: 0.3em !important; }
.u-ls04{ letter-spacing: 0.4em !important; }
.u-ls05{ letter-spacing: 0.5em !important; }


.text01 {
	color: #FFFFFF;
	background: #EC6D8B;
}

.text02 {
	color: #FFFFFF;
	background: #1C8DC9;
}

.text03 {
	color: #FFFFFF;
	background: #0AB67C;
}

.text04 {
	color: #EC6D8B;
}

@media (max-width:768px){.mt00{margin-top:0vw!important}.mr00{margin-right:0vw!important}.mb00{margin-bottom:0vw!important}.ml00{margin-left:0vw!important}.pt00{padding-top:0vw!important}.pr00{padding-right:0vw!important}.pb00{padding-bottom:0vw!important}.pl00{padding-left:0vw!important}}.mt0em{margin-top:0em!important}.mr0em{margin-right:0em!important}.mb0em{margin-bottom:0em!important}.ml0em{margin-left:0em!important}.pt0em{padding-top:0em!important}.pr0em{padding-right:0em!important}.pb0em{padding-bottom:0em!important}.pl0em{padding-left:0em!important}.mt05{margin-top:5px!important}.mr05{margin-right:5px!important}.mb05{margin-bottom:5px!important}.ml05{margin-left:5px!important}.pt05{padding-top:5px!important}.pr05{padding-right:5px!important}.pb05{padding-bottom:5px!important}.pl05{padding-left:5px!important}@media (max-width:768px){.mt05{margin-top:0.7vw!important}.mr05{margin-right:0.7vw!important}.mb05{margin-bottom:0.7vw!important}.ml05{margin-left:0.7vw!important}.pt05{padding-top:0.7vw!important}.pr05{padding-right:0.7vw!important}.pb05{padding-bottom:0.7vw!important}.pl05{padding-left:0.7vw!important}}.mt1em{margin-top:1em!important}.mr1em{margin-right:1em!important}.mb1em{margin-bottom:1em!important}.ml1em{margin-left:1em!important}.pt1em{padding-top:1em!important}.pr1em{padding-right:1em!important}.pb1em{padding-bottom:1em!important}.pl1em{padding-left:1em!important}.mt10{margin-top:10px!important}.mr10{margin-right:10px!important}.mb10{margin-bottom:10px!important}.ml10{margin-left:10px!important}.pt10{padding-top:10px!important}.pr10{padding-right:10px!important}.pb10{padding-bottom:10px!important}.pl10{padding-left:10px!important}@media (max-width:768px){.mt10{margin-top:1.3vw!important}.mr10{margin-right:1.3vw!important}.mb10{margin-bottom:1.3vw!important}.ml10{margin-left:1.3vw!important}.pt10{padding-top:1.3vw!important}.pr10{padding-right:1.3vw!important}.pb10{padding-bottom:1.3vw!important}.pl10{padding-left:1.3vw!important}}.mt2em{margin-top:2em!important}.mr2em{margin-right:2em!important}.mb2em{margin-bottom:2em!important}.ml2em{margin-left:2em!important}.pt2em{padding-top:2em!important}.pr2em{padding-right:2em!important}.pb2em{padding-bottom:2em!important}.pl2em{padding-left:2em!important}.mt15{margin-top:15px!important}.mr15{margin-right:15px!important}.mb15{margin-bottom:15px!important}.ml15{margin-left:15px!important}.pt15{padding-top:15px!important}.pr15{padding-right:15px!important}.pb15{padding-bottom:15px!important}.pl15{padding-left:15px!important}@media (max-width:768px){.mt15{margin-top:2vw!important}.mr15{margin-right:2vw!important}.mb15{margin-bottom:2vw!important}.ml15{margin-left:2vw!important}.pt15{padding-top:2vw!important}.pr15{padding-right:2vw!important}.pb15{padding-bottom:2vw!important}.pl15{padding-left:2vw!important}}.mt3em{margin-top:3em!important}.mr3em{margin-right:3em!important}.mb3em{margin-bottom:3em!important}.ml3em{margin-left:3em!important}.pt3em{padding-top:3em!important}.pr3em{padding-right:3em!important}.pb3em{padding-bottom:3em!important}.pl3em{padding-left:3em!important}.mt20{margin-top:20px!important}.mr20{margin-right:20px!important}.mb20{margin-bottom:20px!important}.ml20{margin-left:20px!important}.pt20{padding-top:20px!important}.pr20{padding-right:20px!important}.pb20{padding-bottom:20px!important}.pl20{padding-left:20px!important}@media (max-width:768px){.mt20{margin-top:2.7vw!important}.mr20{margin-right:2.7vw!important}.mb20{margin-bottom:2.7vw!important}.ml20{margin-left:2.7vw!important}.pt20{padding-top:2.7vw!important}.pr20{padding-right:2.7vw!important}.pb20{padding-bottom:2.7vw!important}.pl20{padding-left:2.7vw!important}}.mt4em{margin-top:4em!important}.mr4em{margin-right:4em!important}.mb4em{margin-bottom:4em!important}.ml4em{margin-left:4em!important}.pt4em{padding-top:4em!important}.pr4em{padding-right:4em!important}.pb4em{padding-bottom:4em!important}.pl4em{padding-left:4em!important}.mt25{margin-top:25px!important}.mr25{margin-right:25px!important}.mb25{margin-bottom:25px!important}.ml25{margin-left:25px!important}.pt25{padding-top:25px!important}.pr25{padding-right:25px!important}.pb25{padding-bottom:25px!important}.pl25{padding-left:25px!important}@media (max-width:768px){.mt25{margin-top:3.3vw!important}.mr25{margin-right:3.3vw!important}.mb25{margin-bottom:3.3vw!important}.ml25{margin-left:3.3vw!important}.pt25{padding-top:3.3vw!important}.pr25{padding-right:3.3vw!important}.pb25{padding-bottom:3.3vw!important}.pl25{padding-left:3.3vw!important}}.mt5em{margin-top:5em!important}.mr5em{margin-right:5em!important}.mb5em{margin-bottom:5em!important}.ml5em{margin-left:5em!important}.pt5em{padding-top:5em!important}.pr5em{padding-right:5em!important}.pb5em{padding-bottom:5em!important}.pl5em{padding-left:5em!important}.mt30{margin-top:30px!important}.mr30{margin-right:30px!important}.mb30{margin-bottom:30px!important}.ml30{margin-left:30px!important}.pt30{padding-top:30px!important}.pr30{padding-right:30px!important}.pb30{padding-bottom:30px!important}.pl30{padding-left:30px!important}@media (max-width:768px){.mt30{margin-top:4vw!important}.mr30{margin-right:4vw!important}.mb30{margin-bottom:4vw!important}.ml30{margin-left:4vw!important}.pt30{padding-top:4vw!important}.pr30{padding-right:4vw!important}.pb30{padding-bottom:4vw!important}.pl30{padding-left:4vw!important}}.mt6em{margin-top:6em!important}.mr6em{margin-right:6em!important}.mb6em{margin-bottom:6em!important}.ml6em{margin-left:6em!important}.pt6em{padding-top:6em!important}.pr6em{padding-right:6em!important}.pb6em{padding-bottom:6em!important}.pl6em{padding-left:6em!important}.mt35{margin-top:35px!important}.mr35{margin-right:35px!important}.mb35{margin-bottom:35px!important}.ml35{margin-left:35px!important}.pt35{padding-top:35px!important}.pr35{padding-right:35px!important}.pb35{padding-bottom:35px!important}.pl35{padding-left:35px!important}@media (max-width:768px){.mt35{margin-top:4.7vw!important}.mr35{margin-right:4.7vw!important}.mb35{margin-bottom:4.7vw!important}.ml35{margin-left:4.7vw!important}.pt35{padding-top:4.7vw!important}.pr35{padding-right:4.7vw!important}.pb35{padding-bottom:4.7vw!important}.pl35{padding-left:4.7vw!important}}.mt7em{margin-top:7em!important}.mr7em{margin-right:7em!important}.mb7em{margin-bottom:7em!important}.ml7em{margin-left:7em!important}.pt7em{padding-top:7em!important}.pr7em{padding-right:7em!important}.pb7em{padding-bottom:7em!important}.pl7em{padding-left:7em!important}.mt40{margin-top:40px!important}.mr40{margin-right:40px!important}.mb40{margin-bottom:40px!important}.ml40{margin-left:40px!important}.pt40{padding-top:40px!important}.pr40{padding-right:40px!important}.pb40{padding-bottom:40px!important}.pl40{padding-left:40px!important}@media (max-width:768px){.mt40{margin-top:5.3vw!important}.mr40{margin-right:5.3vw!important}.mb40{margin-bottom:5.3vw!important}.ml40{margin-left:5.3vw!important}.pt40{padding-top:5.3vw!important}.pr40{padding-right:5.3vw!important}.pb40{padding-bottom:5.3vw!important}.pl40{padding-left:5.3vw!important}}.mt8em{margin-top:8em!important}.mr8em{margin-right:8em!important}.mb8em{margin-bottom:8em!important}.ml8em{margin-left:8em!important}.pt8em{padding-top:8em!important}.pr8em{padding-right:8em!important}.pb8em{padding-bottom:8em!important}.pl8em{padding-left:8em!important}.mt45{margin-top:45px!important}.mr45{margin-right:45px!important}.mb45{margin-bottom:45px!important}.ml45{margin-left:45px!important}.pt45{padding-top:45px!important}.pr45{padding-right:45px!important}.pb45{padding-bottom:45px!important}.pl45{padding-left:45px!important}@media (max-width:768px){.mt45{margin-top:6vw!important}.mr45{margin-right:6vw!important}.mb45{margin-bottom:6vw!important}.ml45{margin-left:6vw!important}.pt45{padding-top:6vw!important}.pr45{padding-right:6vw!important}.pb45{padding-bottom:6vw!important}.pl45{padding-left:6vw!important}}.mt9em{margin-top:9em!important}.mr9em{margin-right:9em!important}.mb9em{margin-bottom:9em!important}.ml9em{margin-left:9em!important}.pt9em{padding-top:9em!important}.pr9em{padding-right:9em!important}.pb9em{padding-bottom:9em!important}.pl9em{padding-left:9em!important}.mt50{margin-top:50px!important}.mr50{margin-right:50px!important}.mb50{margin-bottom:50px!important}.ml50{margin-left:50px!important}.pt50{padding-top:50px!important}.pr50{padding-right:50px!important}.pb50{padding-bottom:50px!important}.pl50{padding-left:50px!important}@media (max-width:768px){.mt50{margin-top:6.7vw!important}.mr50{margin-right:6.7vw!important}.mb50{margin-bottom:6.7vw!important}.ml50{margin-left:6.7vw!important}.pt50{padding-top:6.7vw!important}.pr50{padding-right:6.7vw!important}.pb50{padding-bottom:6.7vw!important}.pl50{padding-left:6.7vw!important}}.mt55{margin-top:55px!important}.mr55{margin-right:55px!important}.mb55{margin-bottom:55px!important}.ml55{margin-left:55px!important}.pt55{padding-top:55px!important}.pr55{padding-right:55px!important}.pb55{padding-bottom:55px!important}.pl55{padding-left:55px!important}@media (max-width:768px){.mt55{margin-top:7.3vw!important}.mr55{margin-right:7.3vw!important}.mb55{margin-bottom:7.3vw!important}.ml55{margin-left:7.3vw!important}.pt55{padding-top:7.3vw!important}.pr55{padding-right:7.3vw!important}.pb55{padding-bottom:7.3vw!important}.pl55{padding-left:7.3vw!important}}.mt60{margin-top:60px!important}.mr60{margin-right:60px!important}.mb60{margin-bottom:60px!important}.ml60{margin-left:60px!important}.pt60{padding-top:60px!important}.pr60{padding-right:60px!important}.pb60{padding-bottom:60px!important}.pl60{padding-left:60px!important}@media (max-width:768px){.mt60{margin-top:8vw!important}.mr60{margin-right:8vw!important}.mb60{margin-bottom:8vw!important}.ml60{margin-left:8vw!important}.pt60{padding-top:8vw!important}.pr60{padding-right:8vw!important}.pb60{padding-bottom:8vw!important}.pl60{padding-left:8vw!important}}.mt65{margin-top:65px!important}.mr65{margin-right:65px!important}.mb65{margin-bottom:65px!important}.ml65{margin-left:65px!important}.pt65{padding-top:65px!important}.pr65{padding-right:65px!important}.pb65{padding-bottom:65px!important}.pl65{padding-left:65px!important}@media (max-width:768px){.mt65{margin-top:8.7vw!important}.mr65{margin-right:8.7vw!important}.mb65{margin-bottom:8.7vw!important}.ml65{margin-left:8.7vw!important}.pt65{padding-top:8.7vw!important}.pr65{padding-right:8.7vw!important}.pb65{padding-bottom:8.7vw!important}.pl65{padding-left:8.7vw!important}}.mt70{margin-top:70px!important}.mr70{margin-right:70px!important}.mb70{margin-bottom:70px!important}.ml70{margin-left:70px!important}.pt70{padding-top:70px!important}.pr70{padding-right:70px!important}.pb70{padding-bottom:70px!important}.pl70{padding-left:70px!important}@media (max-width:768px){.mt70{margin-top:9.3vw!important}.mr70{margin-right:9.3vw!important}.mb70{margin-bottom:9.3vw!important}.ml70{margin-left:9.3vw!important}.pt70{padding-top:9.3vw!important}.pr70{padding-right:9.3vw!important}.pb70{padding-bottom:9.3vw!important}.pl70{padding-left:9.3vw!important}}.mt75{margin-top:75px!important}.mr75{margin-right:75px!important}.mb75{margin-bottom:75px!important}.ml75{margin-left:75px!important}.pt75{padding-top:75px!important}.pr75{padding-right:75px!important}.pb75{padding-bottom:75px!important}.pl75{padding-left:75px!important}@media (max-width:768px){.mt75{margin-top:10vw!important}.mr75{margin-right:10vw!important}.mb75{margin-bottom:10vw!important}.ml75{margin-left:10vw!important}.pt75{padding-top:10vw!important}.pr75{padding-right:10vw!important}.pb75{padding-bottom:10vw!important}.pl75{padding-left:10vw!important}}.mt80{margin-top:80px!important}.mr80{margin-right:80px!important}.mb80{margin-bottom:80px!important}.ml80{margin-left:80px!important}.pt80{padding-top:80px!important}.pr80{padding-right:80px!important}.pb80{padding-bottom:80px!important}.pl80{padding-left:80px!important}@media (max-width:768px){.mt80{margin-top:10.7vw!important}.mr80{margin-right:10.7vw!important}.mb80{margin-bottom:10.7vw!important}.ml80{margin-left:10.7vw!important}.pt80{padding-top:10.7vw!important}.pr80{padding-right:10.7vw!important}.pb80{padding-bottom:10.7vw!important}.pl80{padding-left:10.7vw!important}}.mt85{margin-top:85px!important}.mr85{margin-right:85px!important}.mb85{margin-bottom:85px!important}.ml85{margin-left:85px!important}.pt85{padding-top:85px!important}.pr85{padding-right:85px!important}.pb85{padding-bottom:85px!important}.pl85{padding-left:85px!important}@media (max-width:768px){.mt85{margin-top:11.3vw!important}.mr85{margin-right:11.3vw!important}.mb85{margin-bottom:11.3vw!important}.ml85{margin-left:11.3vw!important}.pt85{padding-top:11.3vw!important}.pr85{padding-right:11.3vw!important}.pb85{padding-bottom:11.3vw!important}.pl85{padding-left:11.3vw!important}}.mt90{margin-top:90px!important}.mr90{margin-right:90px!important}.mb90{margin-bottom:90px!important}.ml90{margin-left:90px!important}.pt90{padding-top:90px!important}.pr90{padding-right:90px!important}.pb90{padding-bottom:90px!important}.pl90{padding-left:90px!important}@media (max-width:768px){.mt90{margin-top:12vw!important}.mr90{margin-right:12vw!important}.mb90{margin-bottom:12vw!important}.ml90{margin-left:12vw!important}.pt90{padding-top:12vw!important}.pr90{padding-right:12vw!important}.pb90{padding-bottom:12vw!important}.pl90{padding-left:12vw!important}}.mt95{margin-top:95px!important}.mr95{margin-right:95px!important}.mb95{margin-bottom:95px!important}.ml95{margin-left:95px!important}.pt95{padding-top:95px!important}.pr95{padding-right:95px!important}.pb95{padding-bottom:95px!important}.pl95{padding-left:95px!important}@media (max-width:768px){.mt95{margin-top:12.7vw!important}.mr95{margin-right:12.7vw!important}.mb95{margin-bottom:12.7vw!important}.ml95{margin-left:12.7vw!important}.pt95{padding-top:12.7vw!important}.pr95{padding-right:12.7vw!important}.pb95{padding-bottom:12.7vw!important}.pl95{padding-left:12.7vw!important}}.mt100{margin-top:100px!important}.mr100{margin-right:100px!important}.mb100{margin-bottom:100px!important}.ml100{margin-left:100px!important}.pt100{padding-top:100px!important}.pr100{padding-right:100px!important}.pb100{padding-bottom:100px!important}.pl100{padding-left:100px!important}@media (max-width:768px){.mt100{margin-top:13.3vw!important}.mr100{margin-right:13.3vw!important}.mb100{margin-bottom:13.3vw!important}.ml100{margin-left:13.3vw!important}.pt100{padding-top:13.3vw!important}.pr100{padding-right:13.3vw!important}.pb100{padding-bottom:13.3vw!important}.pl100{padding-left:13.3vw!important}}
