@charset "utf-8";
img, object, embed, video {
width: 100%;
margin: auto;
}
@keyframes fadeIn {
0% {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.en {
font-family: "Josefin Sans", sans-serif;
}


.txt_grad{
background-image: radial-gradient(rgba(8,127,186, 1), rgba(0,0,0, 1) 80%);
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}


@keyframes zoom {
0% {
transform: scale(1.2);
}
100% {
transform: scale(1);
}
}

#totop a:focus{ outline: none; }

@keyframes hide {
from {
opacity: 1;
}
to {
opacity: 0;
visibility: hidden;
}
}


/*PC*/
@media print, screen and (min-width: 768px) {
.pc {
display:block !important;
}
.sp {
display:none !important;
}


body{
min-width: 1300px;
line-height: 2;
}

/*--スクロールトップ---------*/
#totop {
bottom:140px;
display: block;
position: fixed;
right: 20px;
z-index: 50;
}
#totop a {
display: block;
width: 54px;
height: 54px;
text-indent: -1000em;
overflow: hidden;
background: url("../images/com/btn_scroll_top.png") 0 0 no-repeat;
background-size: auto auto;
background-size: 100% auto;
}


/*anchor link*/
/*----------------------------*/
#policy,
#knowledge,
#a,#b,#c,#d,#e,#f,#g{
padding-top: 90px;
margin-top: -90px
}


/*com*/
/*----------------------------*/
.pcBr {
display: inline-block;
}
.spBr {
display: none;
}
.pc {
display: block;
}
.sp {
display: none !important;
}




/* ボタン共通設定 */
.btn04 {
/*線の基点とするためrelativeを指定*/
position: relative;
/*ボタンの形状*/
display:inline-block;
padding: 10px 30px;

color:#333;
border:1px solid #ccc;
text-decoration: none;
outline: none;
/*はみ出す背景色を隠す*/
overflow: hidden;
}

/*hoverした際のボタンの形状*/
.btn04:hover {
color:#ccc;
border-color: transparent;
/*色の変化を遅らせる*/
transition-delay: .6s;
}

/*線の設定*/
.btn04 span{
display: block;
z-index: 2;
}

/*== 線から塗に変化（左から右） */

/*線の設定*/
.borderleft span::before,
.borderleft span::after {
content: '';
/*絶対配置で線の位置を決める*/
position: absolute;
width:0;
height:1px;
/*線の形状*/
background: #333;
/*アニメーションの設定*/
transition: all .3s;
}

/*左上線*/
.borderleft span::before {
left:0;
top:0;
}

/*左下線*/
.borderleft span::after {
left:0;
bottom:0;
}

/*hoverをすると線が伸びる*/
.borderleft:hover span::before,
.borderleft:hover span::after {
width: 100%;
}

/*背景の設定*/
.borderleft::before{
content: '';
/*絶対配置で線の位置を決める*/
position: absolute;
left: 0;
bottom:0;
z-index: -1;
/*背景の形状*/
height: 100%;
width: 0;
background:#333;
/*アニメーションの設定*/
transition: all .3s;
}

/*hoverをすると背景が伸びる*/
.borderleft:hover::before{
width: 100%;
/*0.4秒遅れてアニメーション*/
transition-delay: .4s;
}


/* header
--------------------------------------------*/
header {
z-index: 100;
position: fixed;
top: 0;
left: 0;
width: 100%;
padding: 10px 2vw;
box-sizing: border-box;
transition: 0.5s;
min-width: 1300px;
}

#header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 13px 2.196193265vw;
border-radius: 50rem;
background:#ffffff;
box-shadow: 0 12px 18px 0 rgba(0,0,0,.1);
}

#header .logo_wrap {
position: relative;
display: block;
width: 180px;
transition: 0.5s;
}

#header .logo_wrap a{
display: block;
transition: all 0.5s 0s ease;
}

#header .menu_wrap{
display: flex;
align-items: center;
}

#header .hed_btn_list{
display: flex;
justify-content: end;
align-items: center;
margin-left:20px;
}

#header .hed_btn_list li{
background:#e60216;
border-radius:8px 0 0 8px;
}

#header .hed_btn_list li:last-child{
margin-right: 0;
}

#header .hed_btn_list li a{
display: flex;
align-items: center;
justify-content: center;
color: #fff;
width: 100px;
height: 60px;
font-size:.9rem;
font-weight:800;
line-height: 1;
font-feature-settings: "palt";
letter-spacing: 0.01em;
transition: 0.5s;
}

#header .hed_btn_list li:last-child{
background:#0066a1;
border-radius: 0 8px 8px 0;
}

#header .hed_btn_list li:hover{
opacity: .8;
transition: 0.5s;

}

#header .hed_btn_list li a span{
width:15px;
display: inline-block;
margin-right: 6px;
margin-top: -2px;
}

#header .menu_list {
display: flex;
justify-content: end;
}

#header .menu_list li {
margin-left: 1.2rem;
}

#header .menu_list li:first-child {
margin-left: 0;
}

#header .menu_list li a {
color: #111;
font-size: .9rem;
font-weight:800;
transition: 0.5s;
line-height: 1;
position: relative;
text-align: center;
}

#header .menu_list li a::before {
content: "";
position: absolute;
bottom: -25px;
left: 0;
width: 0%;
height:1px;
background: #0066a1;
transition: all 0.6s ease;
}

#header .menu_list li a span{
font-size: .66rem;
display: block;
font-weight:300;
color: #d0d4d6;
}

#header .menu_list li a:hover{
color:#111;
text-shadow:none;
}

#header .menu_list li a:hover::before {
width: 100%;
}

.burger-btn {
display: none;
}

.siteNav {
display: flex;
justify-content: flex-end;
align-items: stretch;
flex-direction: row;
margin: 20px 0 0;
}

.siteNav .siteNav_dl {
display: flex;
justify-content: flex-start;
align-items: stretch;
flex-direction: row;
}

.siteNav .siteNav_dl .siteNav_dt {
display: flex;
justify-content: center;
align-items: center;
font-weight: 100;
line-height: 1.5;
}

.siteNav .siteNav_ul {
display: flex;
justify-content: flex-start;
align-items: stretch;
flex-direction: row;
}
.siteNav .siteNav_ul .siteNav_content .siteNav_a {
display: flex;
justify-content: center;
align-items: center;
position: relative;
margin-left:1.2rem;
font-size: 0.6rem;
font-weight: 500;
}

.siteNav .siteNav_ul .siteNav_content .siteNav_a:first-child {
margin-left: none;
}

.siteNav .siteNav_ul .siteNav_content .siteNav_a .siteNav_aLine {
background: linear-gradient(#000, #000) 100% 100% / 0 .5px no-repeat;
transition: background-size .4s cubic-bezier(.23,1,.32,1) 0s;
}

body:not(.-is-touchDevice) .siteNav .siteNav_ul .siteNav_content .siteNav_a:hover .siteNav_aLine {
background-position: 0 100%;
background-size: 100% 0.5px;
}


header {
z-index: 100;
position: fixed;
top: 0;
left: 0;
width: 100%;
padding: 10px 2vw;
box-sizing: border-box;
transition: 0.5s;
}

#header.scroll-nav {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 1.6vw;
border-radius: 50rem;
background:#ffffff;
transition: 0.5s;
}

#header.scroll-nav .logo_wrap {
position: relative;
display: block;
width: 140px;
transition: 0.5s;
}

#header.scroll-nav .logo_wrap a{
display: block;
transition: all 0.5s 0s ease;
}

#header.scroll-nav .menu_wrap{
display: flex;
align-items: center;
}

#header.scroll-nav .hed_btn_list{
display: flex;
justify-content: end;
align-items: center;
margin-left:20px;
}

#header.scroll-nav .hed_btn_list li{
background:#e60216;
border-radius:8px 0 0 8px;
}

#header.scroll-nav .hed_btn_list li:last-child{
margin-right: 0;
}

#header.scroll-nav .hed_btn_list li a{
display: flex;
align-items: center;
justify-content: center;
color: #fff;
width: 100px;
height: 50px;
font-size:.86rem;
font-weight:800;
line-height: 1;
font-feature-settings: "palt";
letter-spacing: 0.01em;
transition: 0.5s;
}

#header.scroll-nav .hed_btn_list li:last-child{
background:#0066a1;
border-radius: 0 8px 8px 0;
}

#header.scroll-nav .hed_btn_list li:hover{
opacity: .8;
transition: 0.5s;

}

#header.scroll-nav .hed_btn_list li a span{
width:15px;
display: inline-block;
margin-right: 6px;
margin-top: -2px;
}

#header.scroll-nav .menu_list {
display: flex;
justify-content: end;
}

#header.scroll-nav .menu_list li {
margin-left: 1rem;
text-align: center;
}

#header.scroll-nav .menu_list li:first-child {
margin-left: 0;
}

#header.scroll-nav .menu_list li a {
color: #111;
font-size: .9rem;
font-weight:800;
transition: 0.5s;
line-height: 1;
position: relative;
text-align: center;
}

#header.scroll-nav .menu_list li a::before {
content: "";
position: absolute;
bottom: -20px;
left: 0;
width: 0%;
height:1px;
background: #0066a1;
transition: all 0.6s ease;
}

#header.scroll-nav .menu_list li a span{
font-size: .66rem;
display: block;
font-weight:300;
color: #d0d4d6;
}

#header.scroll-nav .menu_list li a:hover{
color:#111;
text-shadow:none;
}

#header.scroll-nav .menu_list li a:hover::before {
width: 100%;
}


.menuWrap,
.gnav{
display: none;
}

/* footer
--------------------------------------------*/
footer {
position: relative;
padding:100px 5% 55px;
box-sizing: border-box;
background: #222222;
margin-top: -80px;
z-index: 5;
}
#footer {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#footer .fot_top{
width: 50%;
}

#footer .fot_top .shop_list{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto 20px;
border-bottom: 1px solid rgba(0,0,0,.2);
padding-bottom: 40px;
box-sizing: border-box;
}

#footer .fot_top .shop_list li{
width: 48%;
}

#footer .fot_top .shop_list li .img{
margin: 0 auto 10px;
}

#footer .fot_top .shop_list li .img img{
}

#footer .fot_top .shop_list li p{
font-size: .8rem;
margin: 0 0 30px;
}

#footer .fot_top .fot_list_wrap{
width: 100%;
position: relative;
}
#footer .fot_top .fot_list_wrap .fot_list_inner{
margin: 0;
position: relative;
}

#footer .fot_top .fot_list_wrap h3{
position: relative;
font-size:.8rem;
font-weight: 700;
margin:0;
color:#FFF;
padding-top:5px;
box-sizing: border-box;
opacity: .5;
}

#footer .fot_top .fot_list_wrap h4{
font-size:1.1rem;
font-weight:700;
background: -webkit-linear-gradient(0deg, #008c73, #418aff);
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin: 0 0 5px;
}
#footer .fot_top .fot_list_wrap h4 a{
}

#footer .fot_top .fot_list_wrap .fot_list{
display: flex;
flex-wrap: wrap;
margin:10px 0 20px;
}
#footer .fot_top .fot_list_wrap .fot_list li{
width:33.333%;
box-sizing: border-box;
font-size: 1rem;
font-weight:700;
margin-bottom:10px;
}
#footer .fot_top .fot_list_wrap .fot_list li a{
display:block;
color:#FFF;
}

#footer .fot_top .fot_list_wrap .txt a{
color:#FFF;
font-weight: 600;
}

#footer .fot_btm{
width:40%;
}

#footer .fot_btm .f_logo_wrap {
width: 100%;
}

#footer .fot_btm .f_logo {
width:180px;
margin: 0 0 20px;
}

#footer .fot_btm .address_wrap{
width: 100%;
opacity: .6;
}

#footer .fot_btm .address_wrap h2 {
font-size: 1rem;
color:#FFF;
font-weight:700;
margin: 0;
}
#footer .fot_btm .address_wrap h2 span {
font-size: 0.7rem;
margin-left: 3px;
}
#footer .fot_btm .address_wrap address {
color:#FFF;
font-style: normal;
font-size: .8rem;
margin: 0 0 20px;
}

#footer .fot_btm .address_wrap h3 {
font-size: .9rem;
color:#FFF;
line-height: 1;
font-weight:700;
margin: 0 0 5px;
}

#footer .fot_btm .address_wrap address p{
margin-bottom:12px;
}

#footer .fot_btm .address_wrap address ul{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 0 20px;
}

#footer .fot_btm .address_wrap address ul li{
width: 50%;
box-sizing: border-box;
}

#footer .fot_btm .address_wrap address dl{
display: flex;
flex-wrap: wrap;
margin: 0;
}

#footer .fot_btm .address_wrap address dl dt{
width:55%;
font-weight: 500;
}

#footer .fot_btm .address_wrap address dl dd{
width:45%;
}

#footer .onlineshop_list{
width: 80%;
margin: 0 0 40px;
padding: 0;
}

#footer .fot_btm .copy {
font-size: .8rem;
color:#FFF;
opacity: .5;
}


/*hed
---------------------------------------------*/
#hed{
width: 100%;
height:80vh;
height:80svh;
padding: 120px 0 0 20%;
box-sizing: border-box;
position: relative;
margin: 0 auto 150px;
}

#hed .hed_img{
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
background: rgba(255,255,255,1);
border-radius: 8rem 0 0 8rem;
}

#hed .hed_img .bg_img{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
-webkit-animation: zoom 1.5s 1;
animation: zoom 1.5s 1;
animation-fill-mode: forwards;
}


#hed .contents_main_title {
margin:0;
position:absolute;
top:50%;
left:7.5%;
}
#hed .contents_main_title div {
position:relative;
}
#hed .contents_main_title > div:nth-child(2) {
margin:15px 0 0 0;
}
#hed .contents_main_title div > p:nth-child(2) {
position:absolute;
top:0;
left:0;
overflow:hidden;
white-space:nowrap;
}

#hed .contents_main_title > div:nth-child(1) p {
font-size:60px;
line-height:60px;
letter-spacing:1px;
color:rgba(255,255,255,1);
font-weight:700;
white-space:nowrap;
  text-shadow: 0px 0px 5px rgba(0, 0, 0,.1);
}
#hed .contents_main_title > div:nth-child(2) p {
font-size:20px;
line-height:20px;
letter-spacing:1px;
color:rgba(255,255,255,1);
font-weight:bold;
white-space:nowrap;
text-shadow: 0px 0px 5px rgba(0, 0, 0,.2);
}

#hed .opa {
opacity: 0;
}

#hed .contents_main_left {
width:20%;
height:100%;
position:absolute;
top:0;
left:0;
overflow:hidden;
}
#hed .contents_main_left .contents_main_title {
left:37.5%;
}
#hed .contents_main_left .contents_main_title > div:nth-child(1) p,
#hed .contents_main_left .contents_main_title > div:nth-child(2) p {
white-space:nowrap;
color:rgba(0,0,0,1);
text-shadow:none;
}


.en_ttl{
font-size:4.6rem;
font-weight: 700;
line-height: 1;
margin: 0 0 100px -5px;
display: block;
}

.ttl{
font-size:1.2rem;
font-weight:800;
line-height:1;
margin: 0 0 10px;
}

.com_table {
width:100%;
margin:0 auto 30px;
}

.com_table th {
width: 30%;
padding: 20px;
text-align: left;
font-weight: 400;
line-height: normal;
position: relative;
border-bottom: 1px solid rgba(0,0,0,1);
}

.com_table td {
padding: 20px;
position: relative;
border-bottom: 1px solid rgba(0,0,0,.2);
vertical-align: middle;
}

.button{
width:280px;
height:50px;
border:2px solid #00488a;
text-align:center;
cursor:pointer;
position:relative;
box-sizing:border-box;
overflow:hidden;
margin:0 auto;
}
.button a{
font-size:1.2rem;
font-weight: 700;
color:#00488a;
text-decoration:none;
line-height:50px;
transition:all .5s ease;
z-index:2;
position:relative;
}
.eff{
width:100%;
height:50px;
border:0px solid #00488a;
position:absolute;
transition:all .5s ease;
z-index:1;
box-sizing:border-box;
}
.button:hover .eff{
border:70px solid #00488a;
}
.button:hover a{
color:#fff;
}


/*coockie
------------------------------------*/
.cookie-consent {
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
bottom: 0;
width: 100%;
font-size: 14px;
color: #fff;
background: rgba(0,0,0,.7);
padding: 30px;
box-sizing: border-box;
visibility: hidden;
z-index: 100;
}
.cookie-consent.is-show {
visibility: visible;
width: 100%;
}
.cookie-consent a {
color: #fff !important;
}
.cookie-agree {
color: #fff;
background: dodgerblue;
padding: .5em 1.5em;
white-space: nowrap;
margin-left: 15px;
}
.cookie-agree:hover {
cursor: pointer;
}
/* パッと消える */
.cc-hide1 {
display: none;
}
/* ゆっくり消える */
.cc-hide2 {
animation: hide 1s linear 0s;
animation-fill-mode: forwards;
}


}
/*sp*/
@media only screen and (max-width: 767px) {
.pc {
display:none !important;
}
.sp {
display:block !important;
}


body{
overflow-x: hidden;
line-height:1.85;
}
/*--スクロールトップ---------*/
#totop {
bottom: 80px;
display: block;
position: fixed;
right: 15px;
z-index: 50;
width:40px;
}
#totop a {
display: block;
width: 40px;
height: 40px;
text-indent: -1000em;
overflow: hidden;
background: url(../images/com/btn_scroll_top.png) 0 0 no-repeat;
background-size: auto auto;
background-size: 100% auto;
}

/*anchor link*/
/*----------------------------*/
#policy,
#knowledge,
#a,#b,#c,#d,#e,#f,#g{
padding-top: 50px;
margin-top: -50px
}
/* com
--------------------------------------------*/
.pcBr {
display: none;
}
.spBr {
display: inline-block;
}
.pc {
display: none !important;
}
.sp {
display: block;
}


/* header
--------------------------------------------*/
header {
z-index: 100;
position: fixed;
top: 0;
left: 0;
width: 100%;
padding: 8px 1vw;
box-sizing: border-box;
transition: 0.5s;
}

#header {
display: flex;
align-items: center;
justify-content: space-between;
padding:5px 4vw 5px 2.5vw;
box-sizing: border-box;
border-radius: 50rem;
background:#ffffff;
transition: 0.5s;
box-shadow: 0 8px 10px 0 rgba(0,0,0,.1);

}

#header .logo_wrap {
position: relative;
display: block;
width: 120px;
transition: 0.5s;
}

#header .logo_wrap a{
display: block;
transition: all 0.5s 0s ease;
}


/* デフォルトのbuttonスタイルをリセット */
button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: transparent;
border: 0;
border-radius: 0;
color: inherit;
cursor: pointer;
font: inherit;
margin: 0;
outline: none;
padding: 0;
vertical-align: middle;
}

/* 以下、ハンバーガーボタン */
.burger-btn {
display: block;
width: 50px;
height: 39px;
position: relative;
z-index: 3;
border: none;
}

.bar {
width: 20px;
height: 1px;
display: block;
position: absolute;
left: 50%;
transform: translateX(-50%);
background-color: #000;
}

.bar_top {
top: 10px;
}
.bar_mid {
top: 50%;
transform: translate(-50%, -50%);
}
.bar_bottom {
bottom: 10px;
}
.burger-btn.close .bar_top {
transform: translate(-50%, 10px) rotate(45deg);
transition: transform .3s;
}
.burger-btn.close .bar_mid {
opacity: 0;
transition: opacity .3s;
}
.burger-btn.close .bar_bottom {
transform: translate(-50%, -8px) rotate(-45deg);
transition: transform .3s;
}
.menu_list,
.hed_btn_list{
display: none;
}
.noscroll {
overflow: hidden;
}


#header.scroll-nav {
z-index: 100;
display: flex;
align-items: center;
justify-content: space-between;
padding:5px 4vw 5px 2.5vw;
box-sizing: border-box;
border-radius: 50rem;
background:#ffffff;
transition: 0.5s
}

#header.scroll-nav .logo_wrap{
width:120px;
transition: all 0.5s 0s ease;
}

#header.scroll-nav .logo_wrap a{
}

#header.scroll-nav .hed_btn_list{
display: none;
}

.siteNav {
display: none;
}

/*menu*/
.menuWrap {
width:40px;
height:40px;
z-index: 20000;
cursor: pointer;
/*background: rgba(255,255,255,1);*/
box-sizing: border-box;
}

.menuWrap p {
width: 100%;
display: block;
position: relative;
font-size: 9px;
font-weight: bold;
line-height: 1em;
text-align: center;
padding-top: 5px;
box-sizing: border-box;
}

.menu {
display: block;
position: relative;
width:100%;
height: 70%;
top:5px;

}
.menu__line {
background: #333;
display: block;
height: 2px;
position: absolute;
transition: transform .3s;
width: 100%;
}
.menu__line--center {
top: 2px;
}
.menu__line--bottom {
bottom: 0;
}
.menu__line--top.active {
top: 15px;
transform: rotate(45deg);
width: 100%;
background: #333
}
.menu__line--center.active {
transform: scaleX(0);
}
.menu__line--bottom.active {
bottom:12px;
transform: rotate(135deg);
background: #333
}

#header.scroll-nav .menuWrap p {
color: #333;
}

#header.scroll-nav .menu__line{
background: #333;
}
/*gnav*/
.gnav {
background: #ffffff;
display: none;
height: 100%;
position: fixed;
width: 110%;
top: 0;
z-index: 1000;
left: -5%;
}
.gnav__wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
height: 100%;
position: absolute;
width: 100%;
background-size: cover;
}
.gnav_bg_img {
display: none;
}
.gnav_contents {
width: 100%;
background-size: 180px 224px, cover;
height: 100%;
display: flex;
align-items: center;
background-position: bottom right, center center;
background-repeat: no-repeat, repeat;
}
.gnav_contents_box {
width: 80%;
align-items: center;
overflow-y: scroll;
height:calc(80vh - 65px);
height:calc(80svh - 65px);
margin: auto;
}
.gnav__menu {
height: 100%;
padding: 0 2%;
}
.gnav__menu__item {
border-bottom: 1px solid rgba(0,0,0,.15);
padding: 10px 0;
box-sizing: border-box;
}
.gnav__menu__item a{
color: #000;
line-height:1;
letter-spacing: 0.03em;
font-weight: 500;
text-decoration: none;
transition: .5s;
display: block;
padding: 3px 0;
box-sizing: border-box;
}
.gnav__menu__item a span{
font-size:1.8em;
display: block;
color: #fb80b0;
}
.gnav__menu__item a:hover {
color: #666;
}

.gnav__menu__item ul{
margin-left: 10px;
}

.gnav__menu__item ul li{
margin: 10px 0;
}

.gnav__menu__item ul li a{
font-size: 0.8rem;
}

.gnav_logo {
width: 220px;
margin: 0 0 30px;
}
.gnav_logo img {
width: 100%;
height: auto;
}
.gnav_menu_sub {
box-sizing: border-box;
margin: 0 auto;
margin: 20px 0 0 5px;
}
.gnav_menu_sub li:nth-child(n+2) {
margin-top: 10px;
}
.gnav_menu_sub li a {
color: #666;
display: block;
font-size: 12px;
}

.g_menu_wrap {
display: none;
}

.menu_logo{
width: 150px;
margin: 0 0 20px;
}

.company_name1{
font-size: 0.7rem;
font-weight: normal;
margin: 0 0 10px;
color: #005bac;
}

.company_name2{
font-size: 0.7rem;
font-weight: normal;
margin: 0 0 10px;
color: #5d1b56;
}



/* footer
--------------------------------------------*/
footer {
position: relative;
padding:50px 5% 75px;
box-sizing: border-box;
background: #222222;
z-index: 5;
}

#footer {
}

#footer .fot_top{
display: none;
}

#footer .fot_btm{
width:100%;
}

#footer .fot_btm .f_logo_wrap {
width: 100%;
}

#footer .fot_btm .f_logo {
width:140px;
margin: 0 auto 20px;
}

#footer .fot_btm .address_wrap{
width: 100%;
opacity: .6;
}

#footer .fot_btm .address_wrap h2 {
font-size: 1rem;
color:#FFF;
font-weight:700;
text-align: center;
line-height: 1;
margin: 0 0 10px;
}
#footer .fot_btm .address_wrap h2 span {
font-size: 0.7rem;
margin-left: 3px;
}
#footer .fot_btm .address_wrap address {
color:#FFF;
font-style: normal;
font-size: .8rem;
margin: 0 0 20px;
}

#footer .fot_btm .address_wrap h3 {
font-size: .9rem;
color:#FFF;
line-height: 1;
font-weight:700;
margin: 0 0 5px;
}

#footer .fot_btm .address_wrap address .ad_txt{
margin-bottom:20px;
text-align: center;
}

#footer .fot_btm .address_wrap address .ad_tel{
margin-bottom:20px;
}

#footer .fot_btm .address_wrap address ul{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 0 20px;
}

#footer .fot_btm .address_wrap address ul li{
width: 100%;
box-sizing: border-box;
}

#footer .fot_btm .address_wrap address dl{
display: flex;
flex-wrap: wrap;
margin: 0;
}

#footer .fot_btm .address_wrap address dl dt{
width:55%;
font-weight: 500;
}

#footer .fot_btm .address_wrap address dl dd{
width:45%;
}

#footer .onlineshop_list{
width: 80%;
margin: 0 0 40px;
padding: 0;
}

#footer .fot_btm .copy {
font-size: .8rem;
color:#FFF;
opacity: .5;
}



/*--------スマホメニュー-------*/
.sp_list {
width: 100%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: fixed;
bottom: 0;
z-index: 1000;
height: 60px;
background:rgba(50,50,50,1);
}
.sp_list li {
background:#383e44;
width:49.9%;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
}
.sp_list li a {
display: block;
color: #fff;
text-align: center;
font-size:.7rem;
}
.sp_list li a span.tit {
display: block;
line-height:1;
}
.sp_list li a i {
font-size: 16px;
margin: 0 0 10px;
}
.sp_list .end {
display: none;
}


/*hed
---------------------------------------------*/
#hed{
width: 100%;
height:60vh;
height:60svh;
padding: 80px 0 0 20%;
box-sizing: border-box;
position: relative;
margin: 0 auto 60px;
}

#hed .hed_img{
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
background: rgba(255,255,255,1);
border-radius:4rem 0 0 4rem;

}

#hed .hed_img .bg_img{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}


#hed .contents_main_title {
position:absolute;
top:50%;
left:5%;
}
#hed .contents_main_title div {
position:relative;
}
#hed .contents_main_title > div:nth-child(2) {
margin:15px 0 0 0;
}
#hed .contents_main_title div > p:nth-child(2) {
position:absolute;
top:0;
left:0;
overflow:hidden;
white-space:nowrap;
}

#hed .contents_main_title > div:nth-child(1) p {
font-size:1.8rem;
line-height:2rem;
color:rgba(255,255,255,1);
font-weight:700;
white-space:nowrap;
text-shadow: 0px 0px 5px rgba(0, 0, 0,.1);
}
#hed .contents_main_title > div:nth-child(2) p {
font-size:1rem;
line-height:1rem;
color:rgba(255,255,255,1);
font-weight:bold;
white-space:nowrap;
text-shadow: 0px 0px 5px rgba(0, 0, 0,.2);
}

#hed .opa {
opacity: 0;
}

#hed .contents_main_left {
width:20%;
height:100%;
position:absolute;
top:0;
left:0;
overflow:hidden;
}
#hed .contents_main_left .contents_main_title {
left:25.5%;
}
#hed .contents_main_left .contents_main_title > div:nth-child(1) p,
#hed .contents_main_left .contents_main_title > div:nth-child(2) p {
white-space:nowrap;
color:rgba(0,0,0,1);
text-shadow:none;
}



.en_ttl{
font-size:2.2rem;
font-weight: 700;
line-height: 1;
margin: 0 0 40px -5px;
display: block;
}

.ttl{
font-size:1rem;
font-weight:800;
line-height:1;
margin: 0 0 10px;
}

.com_table {
width:100%;
margin:0 auto 30px;
}

.com_table th {
width: 100%;
padding: 10px 10px 0;
text-align: left;
font-weight: 400;
line-height: normal;
position: relative;
display: block;
}

.com_table td {
display: block;
padding: 10px;
position: relative;
border-bottom: 1px solid rgba(0,0,0,.2);
vertical-align: middle;
}
.button{
width:90%;
height:45px;
border:2px solid #00488a;
text-align:center;
cursor:pointer;
position:relative;
box-sizing:border-box;
overflow:hidden;
margin:0 auto;
}
.button a{
font-size:12px;
color:#00488a;
text-decoration:none;
line-height:40px;
transition:all .5s ease;
z-index:2;
position:relative;
}
.eff{
width:100%;
height:45px;
border:0px solid #00488a;
position:absolute;
transition:all .5s ease;
z-index:1;
box-sizing:border-box;
}
.button:hover .eff{
border:70px solid #00488a;
}
.button:hover a{
color:#fff;
}


/*coockie
------------------------------------*/
.cookie-consent {
flex-direction: column;
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
bottom: 60px;
width: 100%;
font-size: 14px;
color: #fff;
background: rgba(0,0,0,.7);
padding: 1.2em;
box-sizing: border-box;
visibility: hidden;
z-index: 100;
}
.cookie-consent.is-show {
visibility: visible;
}
.cookie-consent a {
color: #fff !important;
}
.cookie-agree {
color: #fff;
background: dodgerblue;
padding: .5em 1.5em;
white-space: nowrap;
}
.cookie-agree:hover {
cursor: pointer;
}
/* パッと消える */
.cc-hide1 {
display: none;
}
/* ゆっくり消える */
.cc-hide2 {
animation: hide 1s linear 0s;
animation-fill-mode: forwards;
}

}