/* CSS Document */

/*----------------------------------------------------
 basic
----------------------------------------------------*/
html , body{
	width: 100%;
	height:100%;
}
html {
	font-size: 62.5%;
}

body {
	font-feature-settings: "palt";
	color: #000000;
	font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	/*font-family: "游明朝",Yu Mincho,'Noto Serif',"ヒラギノ明朝 ProN W3","HiraMinProN-W3","ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;*/
	font-size: 14px;
	font-size: 1.4rem;
    font-weight: 400;
	line-height: 1.75;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
    /*position: relative;*/
    width: 100%;
    text-align: center;
 	letter-spacing: 0.08em;
	word-wrap : break-word;
	overflow-wrap : break-word;
}

/*_:lang(x)::-ms-backdrop, body {
    font-family: "メイリオ", Meiryo, sans-serif;
} */

/*	@media screen and (min-width: 1025px) {
			body{
				min-width: 1024px;
		}
	}*/
	@media screen and (max-width: 1120px) {
		body{
			font-size: 14px;
			/*-webkit-text-size-adjust: 100%;  フォントサイズ自動調整 */
		}
		#wrapper{
			z-index: 1;
            padding-top: 0;
			-webkit-transition: 0.2s ease-in-out;  
			   -moz-transition: 0.2s ease-in-out;  
			     -o-transition: 0.2s ease-in-out;  
			        transition: 0.2s ease-in-out; 
		}
		#wrapper.closeCon{
			border-right: 1px solid #ccc;
			-webkit-transform: translate(-280px);
			   -moz-transform: translate(-280px);
			    -ms-transform: translate(-280px);
			     -o-transform: translate(-280px);
			        transform: translate(-280px);
		}
	}

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
}
a:hover{
	text-decoration: none;
	color: #000000;
}
a:focus { outline:none;}



a {
	-webkit-tap-highlight-color: rgba(200,200,200,.6);
}
a { outline: none; }

a {
	-moz-transition: all 0.4s ease-in-out, color 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out, color 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out, color 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out, color 0.4s ease-in-out;
	transition: all 0.4s ease-in-out, color 0.4s ease-in-out;
}



img {
	vertical-align: top;
}

img:not([width]) {
	/*zoom: .5; /* Retinaディスプレイ対応のためimg要素は半分の大きさに */
}

p, dl, ol, ul {
	margin:0;
	list-style:none outside;
}
em{
	font-style: normal;
}
ul{
text-align: left;
}

li {
	margin:0;
	list-style:none outside;
}


h1,h2,h3,h4,p.txt,ul,dl{
	text-align: left;
}
h1,h2,h3,h4{
font-weight: normal;
}
p.ttl{
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0.3em;
}
p.txt{
	margin-bottom: 2em;
	font-size: 100%;
}
p.img{
	margin-bottom: 2em;
}

	@media screen and (max-width: 1120px) {
		* {
		   -webkit-appearance: none;
		}
	}
a:hover {  
    opacity: 0.6;  
    filter: alpha(opacity=60);  
	-ms-filter: "alpha( opacity=60 )";
	/*
    -webkit-transition: 0.2s ease-in-out;  
       -moz-transition: 0.2s ease-in-out;  
         -o-transition: 0.2s ease-in-out;  
            transition: 0.2s ease-in-out; 
	*/
}
	@media screen and (max-width: 1120px) {
		a:hover {  
		    opacity: 1;  
		    filter: alpha(opacity=100);  
			-ms-filter: "alpha( opacity=100 )";
		} 
}


/*アニメーション*/
/*
*::before,
*::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
*::before,
*::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
*/


/* ローディング
----------------------------------------- */
/*body #loader {
width: 292px;
height: 26px;
display: block;
position: fixed;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 100;
background: url(../images/loading.svg) no-repeat;
-webkit-background-size: 292px;
-moz-background-size: 292px;
background-size: 292px;
}*/

body #fade {
width: 100%;
height: 100%;
display: block;
background: #FFFFFF;
position: fixed;
top: 0px;
left: 0px;
z-index: 9999;
}

/*wrapper ローディング用*/
body #wrapper{
width: 100%;
margin: auto;
padding-top: 0;
overflow: hidden;
opacity: 0;
filter: alpha(opacity=0);  
-ms-filter: "alpha( opacity=0 )";
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #000000;
  position: fixed;
  z-index: 9999999;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.loading {
position: fixed;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

.loading span {
  /*width: 200px;
  max-width: 60vw;*/
  display: block;
  opacity: 0;
  margin: 0;
  animation: loading 1.2s infinite ease-in-out alternate;
}
.loading img {
  /*width: 100%;*/
  height: auto;
}
@keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#top .loading span {
  display: block;
  opacity: 0;
  margin: 0;
  animation: loading2 3s ease-in-out alternate forwards;
}
@keyframes loading2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}


/* 画像、テキスト振り分け
----------------------------------------- */
.pcShow{
}
.spShow{
	display: none !important;
}

	@media screen and (max-width: 1120px) {
		.pcShow{
			display: none !important;
		}
		.spShow{
			display: block !important;
		}
		.spShow.br{
			display: inline;
		}
	}
.pcShow_tw{
}
.twShow{
	display: none;
}
	@media screen and (max-width: 1120px) {
		.pcShow_tw{
			display: none;
		}
		.twShow{
			display: block;
		}
	}
.dsnone{
	display: none;
}

/* スペース
----------------------------------------- */
.mb0{
	margin-bottom: 0 !important;
}
.mb1em{
	margin-bottom: 1em !important;
}
.mb2em{
	margin-bottom: 2em !important;
}
.mb3em{
	margin-bottom: 3em !important;
}
.mb4em{
	margin-bottom: 4em !important;
}
.mt1em{
	margin-top: 1em !important;
}
.mt2em{
	margin-top: 2em !important;
}
.mt3em{
	margin-top: 3em !important;
}
.mt4em{
	margin-top: 4em !important;
}
/* フォント
----------------------------------------- */
.fAbc{
	font-family: "Lato", serif;
    font-weight: 300;
    font-style: normal;
}

/* 文字
----------------------------------------- */
.bold{
	font-weight: bold;
}
.fwNormal{
	font-weight: normal;
}
.fs12{
	font-size: 1.2rem;
}
.fs13{
	font-size: 1.3rem;
}
.fs14{
	font-size: 1.4rem;
}
.fs15{
	font-size: 1.5rem;
}
.fs16{
	font-size: 1.6rem;
}
.fs17{
	font-size: 1.7rem;
}
.fs18{
	font-size: 1.8rem;
}
.fs19{
	font-size: 1.9rem;
}
.fs21{
	font-size: 2.1rem;
}
.fs22{
	font-size: 2.2rem;
}
.fs24{
	font-size: 2.4rem;
}
.fs26{
	font-size: 2.6rem;
}
.fs28{
	font-size: 2.8rem;
}

	@media screen and (max-width: 1120px){

	}

.txtC{
	text-align: center !important;
}
.txtL{
	text-align: left !important;
}
.txtR{
	text-align: right !important;
}
/*float*/
.fL{
	float: left;
}
.fR{
	float: right;
}

.red {
    color: #fb2501 !important;
	font-weight: bold;
}



/* flexCover
----------------------------------------- */
.flexCover{
	/*overflow: hidden;*/
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content: space-between;
}
.flexCover.colum2 > li{
	width: 48%;
}
.flexCover.colum3 > li{
	width: 32%;
}
.flexCover.colum3::after{
  content:"";
  display: block;
  width: 32%;
}

.flexCover.colum4 > li{
	width: 23.5%;
}
.flexCover.colum4::before{
  content:"";
  display: block;
  width: 23.5%;
	order:1;
}
.flexCover.colum4::after{
  content:"";
  display: block;
  width: 23.5%;
}

.flexCover.colum5 > li{
	width: 20%;
}

.flexCover.colum6 > li{
	width: 15%;
}

.flexCover.colum1 > li{
	width: 100%;
}

.flexCover li img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.flexCover.flexS{
  justify-content: flex-start;
}

	@media screen and (max-width: 1120px) {
		.flexCover.colum2 > li{
			width: 100%;
			margin-bottom: 10px;
		}
		.flexCover.colum3 > li{
			width: 48%;
			margin-bottom: 10px;
		}
		.columBox.colum2 > li{
			width: 100%;
		}
		.flexCover.colum4 > li{
			width: 48%;
			margin-bottom: 30px;
		}
		.flexCover.colum6 > li{
			width: 48%;
			margin-bottom: 30px;
		}

}


.column2_wrap > li.left_navi {
	width: 100%;
	max-width: 175px;
}

.column2_wrap > li.main_con {
	width: 100%;
	max-width: 680px;
}

.column2_wrap > li.left_navi h3 {
	font-size: 1.4rem;
	border-bottom: 1px solid #000000;
	padding-bottom: 1em;
	margin-bottom: 2em;
}

.column2_wrap > li.left_navi .categories li {
    font-size: 1.4rem;
    margin-bottom: 1em;
}

@media screen and (max-width: 1120px) {
	.column2_wrap > li.left_navi {
	width: 100%;
	max-width: 100%;
		margin-bottom: 40px;
}

.column2_wrap > li.main_con {
	width: 100%;
	max-width: 100%;
}
}


/* header
----------------------------------------- */

header {
	position: relative;
    -webkit-transition: all .6s;
    transition: all .6s;
}

header .g_navi {
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 102;
    background: rgba(255,255,255,1.00);
    -webkit-transition: all .6s;
    transition: all .6s;
    border-bottom: 1px solid #eaeaea;
}

header .logo {
    padding: 0;
    padding-left: -webkit-calc(110 / 1400 * 100%);
    padding-left: calc(110 / 1400 * 100%);
}

header .logo a {
    display: flex;
}

header .logo svg {
    width: auto;
    max-width: 100%;
    height: auto;
}

header .logo svg .cls-1 {
        fill: #231815;
}

header svg #search_icon  .cls-1,
header svg #signup_icon  .cls-1,
header svg #logout_icon .cls-1,
header svg #login_icon .cls-1,
header svg #cart_icon .cls-1 {
        fill: #0062b0;
}

header .is-fixed {
	position: fixed;
  top: 0;
  left: 0;
	z-index: 1001;
	opacity: 0;
	animation: fadeIn .5s forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

header .g_navi nav {
    padding-right: -webkit-calc(35 / 1400 * 100%);
    padding-right: calc(35 / 1400 * 100%);
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

header .g_navi ul.navigation {
	display: flex;
    align-items: center;
	justify-content: center;
}

header .g_navi ul.navigation > li {
	font-size: 1.6rem;
    margin-left: 40px;
	letter-spacing: 0.08em;
    -webkit-transition: all .6s;
    transition: all .6s;
}

header .g_navi ul.navigation > li:first-child {
	margin-left: 0px;
}

header .g_navi ul.navigation > li .item_list {
	display: none;
	position: absolute;
	background: rgba(255,255,255,1.00);
	border: 1px solid #f0f0f0;
	padding: 20px;
    padding-top: 0;
	z-index: 100;
    width: 250px;
    max-width: 100%;
}

header .g_navi ul.navigation > li .item_list > li {
	margin-right: 0px;
	text-align: left;
}

header .g_navi ul.navigation > li .item_list > li a {
	display: block;
}

header .g_navi ul.navigation > li .item_list > li:last-child {
    height: auto;
}

header .g_navi ul.navigation > li .item_list li:last-child {
	margin-right: 0px;
}

header .g_navi ul.navigation > li .item_list li h2 {
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	font-weight: 500;
    color: #0062b0;
    text-align: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
    height: 48px;
}

header .g_navi ul.navigation > li .item_list li h2::after {
	content: "";
	display: block;
	width: 7px;
	height: 10px;
	background: url(../images/list.svg) no-repeat center center;
	background-size: cover;
}

header .g_navi ul.navigation > li .item_list li.item_cat a h2::after {
	content: "";
	display: block;
	width: 11px;
	height: 11px;
	background: url(../images/item_cat_p.svg) no-repeat center center;
	background-size: cover;
}

header .g_navi ul.navigation > li .item_list li.item_cat a.open h2::after {
	content: "";
	display: block;
	width: 11px;
	height: 1px;
	background: url(../images/item_cat_m.svg) no-repeat center center;
	background-size: cover;
}

header .g_navi ul.navigation > li .item_list > li {
	border-bottom: 1px solid #0062b0;
}

header .g_navi ul.navigation > li .item_list > li:last-child {
    border: none;
}


header .g_navi ul.navigation > li .item_list2 {
	padding-left: 15px;
	display: none;
}

header .g_navi ul.navigation > li .item_list2 li a span {
	font-size: 1.0rem;
	letter-spacing: 0.1em;
	font-weight: 500;
    text-align: left;
    height: 40px;
    display: flex;
    align-items: center;
}

header .g_navi ul.navigation > li .item_list2 li:first-child a span {
	height: auto;
    padding-bottom: 10px;
}

header .g_navi ul.navigation > li .item_list2 > li {
	border-bottom: 1px solid #dddddd;
}

header .g_navi ul.navigation > li .item_list2 > li:last-child {
    border: none;
}


header .g_navi ul.navigation > li > a {
	color: #000000;
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    line-height: 1;
    font-weight: 500;
}

body#top.top header .g_navi ul.navigation > li > a {
	color: #FFFFFF;
}
body#top.top header .g_navi.is-fixed ul.navigation > li > a {
	color: #000000;
}

header .g_navi ul.navigation > li > a::after {
	content: "";
    height: 2px;
    width: 100%;
    margin-top: 6px;
    margin-left: -1px;
    background: #0062b0;
    display: block;
    opacity: 0;
    -webkit-transition: all .6s;
    transition: all .6s;
}

header .g_navi ul.navigation > li > a:hover,
header .g_navi ul.navigation > li > a:hover::after {
	opacity: 1;
}

header .g_navi ul.navigation > li > a.item_list_down {
	padding: 27px 0;
    display: block;
}


header .sns_navi {
	-webkit-transition: all .6s;
    transition: all .6s;
    align-items: center;
}

header .sns_navi li {
    margin-right: 20px;
}

header .sns_navi li:last-child {
    margin-right: 0px;
}

header .sns_navi li a {
    display: flex;
}


header .p_navi {
	-webkit-transition: all .6s;
    transition: all .6s;
	position: relative;
}

header .p_navi li {
    margin-right: 15px;
}

header .p_navi li:last-child {
    margin-right: 0px;
}

header .p_navi li a {
    display: flex;
}

header .p_navi li svg {
   /* width: auto;*/
    height: 23px;
}

header .p_navi li .search_wrap {
	display: none;
	position: absolute;
    right: 0;
    width: auto;
	background: rgba(255,255,255,1.00);
	margin-top: 5px;
	padding: 10px;
	z-index: 100;
    border-radius: 5px;
}

header .p_navi li .search_wrap form {
	display: flex;
	align-items: center;
}

header .p_navi li .search_wrap form input[type="text"] {
	padding: 5px;
	height: auto;
}

header .p_navi li .search_wrap form .search_btn {
	margin-left: 5px;
	width: 20px;
    height: auto;
}


/* header .g_navi.f-trad
----------------------------------------- */
header .g_navi.f-trad {
    height: 6rem;
    background: #f7f5f2;
    border-bottom: none;
}

header .g_navi.f-trad .logo {
    padding: 0;
    padding-left: -webkit-calc(55 / 1400 * 100%);
    padding-left: calc(55 / 1400 * 100%);
}

header .g_navi.f-trad .logo a {
    width: 11rem;
    display: flex;
}
header .g_navi.f-trad .logo svg {
    width: 100%;
    height: auto;
}
header .g_navi.f-trad .logo #logo_svg .cls-1 {
    fill: #474747;
}

header .g_navi.f-trad .navigation_wrap {
    padding-right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0 4rem;
}
header .g_navi.f-trad .navigation_wrap a {
    display: flex;
    font-size: 1.4rem;
    letter-spacing: 0.15em;
    font-weight: 400;
    color: #474747;
}
header .g_navi.f-trad .navigation_wrap .os_btn {
    width: 21rem;
    height: 6rem;
    background-color: #808080;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
header .g_navi.f-trad .navigation_wrap .os_btn span {
    font-size: 1.4rem;
    letter-spacing: 0.15em;
    font-weight: 400;
    color: #FFFFFF;
}

@media screen and (max-width: 1200px) {
    header .logo {
    padding: 0;
    padding-left: -webkit-calc(50 / 1400 * 100%);
    padding-left: calc(50 / 1400 * 100%);
}
    header .g_navi ul.navigation > li {
    font-size: 1.6rem;
    margin-left: 20px;
}
    header .p_navi li {
    margin-right: 10px;
}
}

@media screen and (max-width: 1120px) {
	.g_navi ul li {
		font-size: 10px;
		line-height: 1.2em;
}
}

@media screen and (max-width: 1120px) {
header .g_navi ul.navigation {
    /*display: none;*/
}
    header .g_navi .inner nav {
     /*display: none;*/
}
    header .logo {
    width: 100%;
    max-width: 140px;
    margin: auto;
    margin-left: 25px;
    text-align: center;
    padding: 0;
    z-index: 3;
}
	header .logo svg {
    width: auto;
    height: 23px;
}
    header .g_navi {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        padding-bottom: 0;
        padding-left: 45px;
}
    header .g_navi .inner {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
}
    header .g_navi nav {
    padding-right: 10px;
}
    
    header .g_navi ul.navigation > li {
    margin-left: 0px;
}
    
    header .g_navi.is-fixed {
    position: fixed;
}
    header .p_navi li {
    margin-right: 10px;
}
    
header .g_navi.f-trad {
    height: 5rem;
    padding-left: 0;
    position: relative;
    z-index: 1002;
}
header .g_navi.f-trad.is-fixed {
    position: fixed;
}

header .g_navi.f-trad .logo {
    padding-left: 1.5rem;
    margin-left: 0;
}

header .g_navi.f-trad .logo a {
    width: 9.4rem;
}

header .g_navi.f-trad .navigation_wrap {
    padding-right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0 4rem;
}
header .g_navi.f-trad .navigation_wrap a {
    display: none;
}
header .g_navi.f-trad .navigation_wrap .os_btn {
    width: 5.5rem;
    height: 5rem;
}
header .g_navi.f-trad .navigation_wrap .os_btn span {
    display: none;
}
header .g_navi.f-trad .navigation_wrap .os_btn::before {
    content: '';
    display: block;
    width: 2.7rem;
    height: 2.1rem;
    background: url("../images/cart.svg") no-repeat center center / contain;
}
    
body .drawer-nav.f-trad {
    background: #f7f5f2;
}
body.drawer-open .drawer-nav.f-trad {
    padding: 0;
    overflow: auto;
    z-index: 1001;
}
body .drawer-nav.f-trad .navi_wrap {
    width: auto;
    margin: auto;
    padding: 0;
	padding-top: 11rem;
    padding-bottom: 6rem;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: stretch;
    justify-content: flex-start;
    z-index: 1;
}
body .drawer-nav.f-trad .navi_wrap .navi_layout {
	width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    grid-gap: 4rem 0;
    margin-top: 0;
    overflow-y: scroll;
}
body .drawer-nav.f-trad .navi_wrap .page_navi_wrap {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    grid-gap: 2.0rem 0;
    margin: auto;
    margin-top: 0;
}
body .drawer-nav.f-trad .navi_wrap .page_navi_wrap a {
    font-size: 2rem;
    line-height: calc(26/20);
    font-weight: 400;
    letter-spacing: 0.15em;
    color: #474747;
}
    
body .drawer-nav.f-trad .navi_wrap .btn_navi_layout {
    padding-top: 4rem;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 3rem 0;
}

body .drawer-nav.f-trad .navi_wrap .btn_navi_layout .btn_wrap.os {
    position: relative;
    z-index: 1;
}
body .drawer-nav.f-trad .navi_wrap .btn_navi_layout .btn_wrap.os::before {
    content: "";
    display: block;
    position: absolute;
    top: -0.1rem;
    left: -0.1rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.6rem 0.6rem 0 0;
    border-color: #f7f5f2 transparent transparent transparent;
    z-index: 2;
}
body .drawer-nav.f-trad .navi_wrap .btn_navi_layout .btn_wrap.os::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -0.1rem;
    right: -0.1rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 0.6rem 0.6rem;
    border-color: transparent transparent #f7f5f2 transparent;
    z-index: 2;
}
body .drawer-nav.f-trad .navi_wrap .btn_navi_layout .btn_wrap.os .os_btn {
    width: 22rem;
    height: 5rem;
    box-sizing: border-box;
    background-color: #808080;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    
    font-size: 1.6rem;
    letter-spacing: 0.15em;
    font-weight: 400;
    color: #FFFFFF;
}
body .drawer-nav.f-trad .navi_wrap .btn_navi_layout .btn_wrap.os .os_btn::after {
    content: "";
    display: block;
    width: 0.9rem;
    height: 0.9rem;
    background: url(../images/blank_w.svg) no-repeat center center;
    background-size: contain;
    margin-left: 1.5rem;
}
    
body .drawer-nav.f-trad .navi_wrap .btn_navi_layout .btn_wrap.ig a {
    display: flex;
    align-items: center;
    gap: 0 0.5rem;
}
body .drawer-nav.f-trad .navi_wrap .btn_navi_layout .btn_wrap.ig a span {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    font-weight: 400;
    color: #474747;
}
    
body .drawer-nav.f-trad .navi_wrap .info_wrap {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 1rem 0;
}
body .drawer-nav.f-trad .navi_wrap .info_wrap .organizer {
    font-size: 1.1rem;
    letter-spacing: 0.03em;
    font-weight: 300;
    color: #474747;
    display: flex;
    column-gap: 1.5rem;
}
body .drawer-nav.f-trad .navi_wrap .info_wrap .copyright {
    width: 100%;
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    font-weight: 300;
    color: #474747;
}
}

@media screen and (max-width: 320px) {
header .p_navi li {
    margin-right: 10px;
}
header .logo {
    width: 100%;
    max-width: 120px;
    margin: auto;
    text-align: center;
    padding: 0;
    z-index: 3;
}
}



/* .pure-drawer カスタマイズ
----------------------------------------- */
.pure-drawer ul{
	padding: 20px;
	margin-top: 120px;
}

.pure-drawer li{
	padding-bottom: 20px;
}

.pure-drawer li img{
	width: auto;
	max-width: 100%;
}


/* layout
----------------------------------------- */
main {
	display: block;
}

#conWrap{
	overflow: hidden;
	clear: both;
    padding: 0px;
    position: relative;
}

#conWrap .inner{
	width: 88%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
    padding-bottom: 150px;
	-webkit-transition: all .6s;
	transition: all .6s;
}

header .g_navi .inner{
	width: 100%;
    max-width : 100%;
    height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
    
@media screen and (max-width: 1120px) {
		#conWrap .inner{
	width: 88%;
	padding-top: 75px;
    padding-bottom: 75px;
}
		header .inner {
	width: 88%;
}
}

.layout_wrap > li.side_wrap {
	width : 140px ;
}

.layout_wrap > li.main_wrap {
    width: -webkit-calc(100% - 200px) ;
	width : calc(100% - 200px) ;
}

.layout_wrap > li.main_wrap .lead.txt_wrap {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: calc(25/14);
    text-align: center;
    margin: 3rem 0;
}

.layout_wrap > li.side_wrap h3 {
    width: 100%;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    color: #0062b0;
    font-weight: 500;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 18px;
    padding-bottom: 18px;
}

.layout_wrap > li.side_wrap .item_cat,
.layout_wrap > li.side_wrap .fukui_craft {
    margin-bottom: 35px;
}

.layout_wrap > li.side_wrap .item_cat .link_list li {
    margin-bottom: 13px;
}
.layout_wrap > li.side_wrap .item_cat .link_list a {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    color: #000000;
    text-decoration: underline;
}

.layout_wrap > li.side_wrap .fukui_craft .link_list li {
    margin-bottom: 13px;
}
.layout_wrap > li.side_wrap .fukui_craft .link_list a {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    color: #000000;
    text-decoration: underline;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.layout_wrap > li.side_wrap .fukui_craft .link_list li.shikki a::before {
    content: "";
    display: block;
    width: 19px;
    height: 22px;
    margin-right: 10px;
    background: url("../images/shikki_icon.svg") no-repeat center center;
    background-size: contain;
}
.layout_wrap > li.side_wrap .fukui_craft .link_list li.washi a::before {
    content: "";
    display: block;
    width: 19px;
    height: 22px;
    margin-right: 10px;
    background: url("../images/washi_icon.svg") no-repeat center center;
    background-size: contain;
}
.layout_wrap > li.side_wrap .fukui_craft .link_list li.hamono a::before {
    content: "";
    display: block;
    width: 19px;
    height: 26px;
    margin-right: 10px;
    background: url("../images/hamono_icon.svg") no-repeat center center;
    background-size: contain;
}
.layout_wrap > li.side_wrap .fukui_craft .link_list li.yaki a::before {
    content: "";
    display: block;
    width: 19px;
    height: 16px;
    margin-right: 10px;
    background: url("../images/yaki_icon.svg") no-repeat center center;
    background-size: contain;
}
.layout_wrap > li.side_wrap .fukui_craft .link_list li.seni a::before {
    content: "";
    display: block;
    width: 19px;
    height: 22px;
    margin-right: 10px;
    background: url("../images/seni_icon.svg") no-repeat center center;
    background-size: contain;
}
.layout_wrap > li.side_wrap .fukui_craft .link_list li.kiji a::before {
    content: "";
    display: block;
    width: 19px;
    height: 22px;
    margin-right: 10px;
    background: url("../images/kiji_icon.svg") no-repeat center center;
    background-size: contain;
}
.layout_wrap > li.side_wrap .fukui_craft .link_list li.megane a::before {
    content: "";
    display: block;
    width: 19px;
    height: 22px;
    margin-right: 10px;
    background: url("../images/megane_icon.svg") no-repeat center center;
    background-size: contain;
}
.layout_wrap > li.side_wrap .fukui_craft .link_list li.hashi a::before {
    content: "";
    display: block;
    width: 19px;
    height: 26px;
    margin-right: 10px;
    background: url("../images/hashi_icon.svg") no-repeat center center;
    background-size: contain;
}
.layout_wrap > li.side_wrap .fukui_craft .link_list li.menou a::before {
    content: "";
    display: block;
    width: 19px;
    height: 17px;
    margin-right: 10px;
    background: url("../images/menou_icon.svg") no-repeat center center;
    background-size: contain;
}
.layout_wrap > li.side_wrap .fukui_craft .link_list li.tansu a::before {
    content: "";
    display: block;
    width: 19px;
    height: 22px;
    margin-right: 10px;
    background: url("../images/tansu_icon.svg") no-repeat center center;
    background-size: contain;
}


.layout_wrap > li.side_wrap .info_navi.side_top {
    margin-bottom: 50px;
}

.layout_wrap > li.side_wrap .info_navi .link_list li {
    margin-bottom: 10px;
}
.layout_wrap > li.side_wrap .info_navi .link_list li.f-trad {
    padding: 20px 0;
}
.layout_wrap > li.side_wrap .info_navi .link_list a {
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    font-weight: 500;
    color: #0062b0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.layout_wrap > li.side_wrap .info_navi .link_list a::after {
    content: "";
    display: block;
    width: 8px;
    height: 9px;
    background: url("../images/info_navi_arrow.svg") no-repeat center center;
    background-size: cover;
}


.ttl_wrap {
	align-items: center;
    margin-bottom: 20px;
}

.ttl_wrap h2 {
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	font-weight: 500;
    color: #0062b0;
}

.ttl_wrap a {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    color: #0062b0;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 10px;
}

.ttl_wrap a::before {
    content: "";
    display: block;
    background: url("../images/next_arrow.svg") no-repeat center center;
    background-size: cover;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}


section h2.ttl {
	width: 100%;
    font-size: 3.0rem;
    letter-spacing: 0.12em;
    line-height: 1;
    color: #0062b0;
    font-weight: 500;
    text-align: center;
    padding: 0 0 60px;
}

section h2.ttl span {
    display: block;
    padding-top: 25px;
	font-size: 1.4rem;
    line-height: 1;
    font-weight: 400;
}

/*section h2.ttl::before {
    content: "";
    display: block;
    width: 35px;
    height: 25px;
    background: url(../images/logomark.svg) no-repeat center center;
    background-size: cover;
    margin: 0 auto 20px;
}*/

.btn {
    font-size: 1.8rem;
    line-height: 1.2em;
    font-weight: 500;
	position: relative;
	width: 220px;
	max-width: 100%;
	height: 50px;
    /*border: #2a2a2a 1px solid;*/
	border: none;
    border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff !important;
	background: #0062b0;
    margin: 0 auto 0;
	-webkit-transition: all .3s;
    transition: all .3s;
}

/*.btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    background: url(../images/arrow.svg) no-repeat center center;
    background-size: cover;
}*/

.btn:hover {
  color: #ffffff;
  background: #0062b0;
    opacity: .8 !important;
}

.btn_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn_wrap .btn2 {
    width: 22rem;
    height: 3.6rem;
    box-sizing: border-box;
    border: 1px solid #474747;
    border-radius: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all .6s;
}
.btn_wrap .btn2 span {
    font-size: 1.4rem;
    letter-spacing: 0.15em;
    margin-top: -0.1em;
    font-weight: 400;
    color: #474747;
    transition: all .6s;
}
.btn_wrap .btn2 .arrow {
    width: 0.5rem;
    height: 0.8rem;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translate(0, -50%);
    z-index: 1;
    overflow: hidden;
}
.btn_wrap .btn2 .arrow::before {
    content: "";
    display: block;
    width: 0.5rem;
    height: 0.8rem;
    background: url(../images/arrow.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    transition: all .6s;
    transform: translate(0, -50%);
}
.btn_wrap .btn2 .arrow::after {
    content: "";
    display: block;
    width: 0.5rem;
    height: 0.8rem;
    background: url(../images/arrow_w.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    transition: all .6s;
    transform: translate(-100%, -50%);
}

.btn_wrap .btn2[target="_blank"] .arrow {
    width: 0.9rem;
    height: 0.9rem;
}
.btn_wrap .btn2[target="_blank"] .arrow::before {
    content: "";
    display: block;
    width: 0.9rem;
    height: 0.9rem;
    background: url(../images/blank.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}
.btn_wrap .btn2[target="_blank"] .arrow::after {
    content: "";
    display: block;
    width: 0.9rem;
    height: 0.9rem;
    background: url(../images/blank_w.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-100%, -50%);
}
/*.btn_wrap .btn2::after {
    content: "";
    display: block;
    width: 0.5rem;
    height: 0.8rem;
    background: url(../images/arrow.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translate(0, -50%);
}
.btn_wrap .btn2[target="_blank"]::after {
    content: "";
    display: block;
    width: 0.9rem;
    height: 0.9rem;
    background: url(../images/blank.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translate(0, -50%);
}
.btn_wrap .btn2:hover::after {
    background: url(../images/arrow_w.svg) no-repeat center center;
    background-size: contain;
}
.btn_wrap .btn2[target="_blank"]:hover::after {
    background: url(../images/blank_w.svg) no-repeat center center;
    background-size: contain;
}*/

.btn_wrap .btn2:hover {
    background-color: #474747;
}
.btn_wrap .btn2:hover span {
    color: #FFFFFF;
}
.btn_wrap .btn2:hover .arrow::before {
    transform: translate(100%, -50%)
}
.btn_wrap .btn2:hover .arrow::after {
    transform: translate(0, -50%)
}

section .page_ttl_wrap {
	width: 100%;
	height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
    background-position: center center;
    background-repeat: no-repeat;
	background-size: cover;
}

section .page_ttl_wrap h2 {
	position: absolute;
    width: 100%;
	top: -webkit-calc(80 / 600 * 100%);
    top: calc(80 / 600 * 100%);
	left: 50%;
	-ms-transform: translate(-50%,0);
	-webkit-transform : translate(-50%,0);
	transform : translate(-50%,0);
	text-align: center;
	z-index: 2;
	font-size: 3.0rem;
	letter-spacing: 0.08em;
    line-height: 1em;
    
}


@media screen and (max-width: 1120px) {
#top #conWrap{
  padding-top: 0px;
}
#conWrap #wrap article{
    padding-top: 40px;
    padding-bottom: 50px;
}
#conWrap #wrap article:first-child{
     padding-top: 35px; 
}
.conBox .whiteBox{
    padding: 15px;
    margin-bottom: 30px;
}

section h2.ttl {
font-size: 3.3rem;
padding: 0 0 50px;
}

section h2.ttl span {
    padding-top: 15px;
	font-size: 1.2rem;
}
	section h2.ttl::before {
    margin: 0 auto 15px;
}
.layout_wrap > li.side_wrap {
	display: none;
}

.layout_wrap > li.main_wrap {
	width: 100%;
}
    
.layout_wrap > li.main_wrap .lead.txt_wrap {
    font-size: 1.3rem;
    margin: 0 0 4rem;
}
    
.ttl_wrap {
    margin-bottom: 15px;
}
.ttl_wrap a {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    color: #0062b0;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 10px;
}

.ttl_wrap a::before {
    content: "";
    display: block;
    background: url("../images/next_arrow.svg") no-repeat center center;
    background-size: cover;
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
    .btn {
    font-size: 1.4rem;
    line-height: 1.2em;
    font-weight: 500;
	position: relative;
	width: 120px;
	max-width: 100%;
	height: 50px;
    /*border: #2a2a2a 1px solid;*/
	border: none;
    border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff !important;
	background: #0062b0;
    margin: 0 auto 0;
	-webkit-transition: all .3s;
    transition: all .3s;
}
    
.btn_wrap .btn2 {
    width: 22rem;
    height: 5.8rem;
}
    
.btn_wrap .btn2 .arrow {
    right: 2.5rem;
}
.btn_wrap .btn2[target="_blank"] .arrow {
    right: 2.5rem;
}
/*.btn_wrap .btn2::after {
    right: 2.5rem;
}
.btn_wrap .btn2[target="_blank"]::after {
    right: 2.5rem;
}*/
    
}




#page_navi_wrap {
    width: auto;
    margin: auto;
    margin-top: 16rem;
    margin-bottom: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

#page_navi_wrap .page_navi {
    padding: 0 6rem;
    height: 4rem;
    background-color: rgba(255,255,255,0.80);
    border-radius: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    grid-gap: 2rem 6rem;
}
#page_navi_wrap .page_navi > li a {
    font-size: 1.4rem;
    letter-spacing: 0.15em;
    line-height: 1;
}
#page_navi_wrap .page_navi > li a.no_link {
    /*color: #707070;*/
}

@media screen and (max-width: 768px) {
#page_navi_wrap {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

#page_navi_wrap .page_navi {
    padding: 0 6rem;
    height: 4rem;
    grid-gap: 0;
}
#page_navi_wrap .page_navi > li a {
    font-size: 1.4rem;
    letter-spacing: 0.15em;
    line-height: 1;
}
#page_navi_wrap .page_navi > li:not(:first-child) {
    display: none;
}
}
    
/* footer
----------------------------------------- */
footer {
	position: relative;
    z-index: 2;
    overflow: hidden;
	background: #0062b0;
}

footer .inner {
    width: 88%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

footer .logo {
    width: 100%;
	max-width: 290px;
	margin: auto;
    margin-right: 30px;
}

footer .logo img {
    width: auto;
	height: auto;
}

footer .logo p {
    font-size: 1.0rem;
    margin-bottom: 25px;
}

footer .information {
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 70px;
}

footer .information > li:first-child {
	width : 200px;
}
footer .information > li:last-child {
    width: -webkit-calc(100% - 200px) ;
	width : calc(100% - 200px) ;
}

footer .information > li nav {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

footer .icon_navi {
    width: 100%;
	justify-content: flex-start;
    align-items: flex-start;
}

footer .icon_navi > li {
	margin-right: 12px;
}

footer .icon_navi > li a {
	display: flex;
}

footer .icon_navi > li:last-child {
	margin-right: 0px;
}

footer .navigation {
    width: 100%;
	justify-content: flex-start;
    align-items: center;
    margin-top: 15px;
}

footer .navigation > li {
	font-size: 1.4rem;
    font-weight: 500;
	letter-spacing: 0.1em;
    line-height: 1;
	margin-right: 30px;
}

footer .navigation > li a {
	color: #ffffff;
}

footer .navigation > li:last-child {
	margin-right: 0px;
}

footer .p_navi {
    width: 100%;
	justify-content: flex-start;
    align-items: flex-end;
    margin-top: 20px;
}

footer .p_navi > li {
    font-size: 1.0rem;
    letter-spacing: 0em;
    line-height: 1;
    margin-right: 20px;
}

footer .p_navi > li a {
	color: #ffffff;
}

footer .p_navi > li:last-child {
    margin-right: 0px;
}


footer .pay_navi {
    width: 100%;
	justify-content: flex-start;
    align-items: flex-end;
    margin-top: 15px;
}

footer .pay_navi > li {
    margin-right: 5px;
}

footer .pay_navi > li img {
    height: 23px;
	max-height: 23px;
    width: auto;
}

footer .pay_navi > li:last-child {
    margin-right: 0px;
}

footer .copyright {
	width: 100%;
	font-size: 1.0rem;
    letter-spacing: 0.1em;
    font-weight: 300;
    color: #ffffff;
    text-align: right;
    padding: 90px 0 25px;
    padding-right: -webkit-calc(100 / 1400 * 100%) ;
    padding-right : calc(100 / 1400 * 100%) ;
}


/* footer.f-trad
----------------------------------------- */
footer.f-trad {
	background-color: #bca99c;
}

footer.f-trad .bottom_bn_list_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
footer.f-trad .bottom_bn_list_wrap .bn_con {
    width: 50%;
    height: 19rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
footer.f-trad .bottom_bn_list_wrap .bn_con.size_l {
    width: 100%;
    height: 27rem;
}
footer.f-trad .bottom_bn_list_wrap .bn_con .ttl {
    font-size: 3rem;
    letter-spacing: 0.15em;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
}
footer.f-trad .bottom_bn_list_wrap .bn_con .img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}
footer.f-trad .bottom_bn_list_wrap .bn_con .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

footer.f-trad .inner {
    width: 88%;
	max-width: none;
    padding-top: 5rem;
    padding-bottom: 5rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

footer.f-trad .layout {
    display: flex;
    justify-content: space-between;
}

footer.f-trad .layout > .info {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}
footer.f-trad .layout > .info .logo {
    width: auto;
    margin: 0;
}
footer.f-trad .layout > .info .organizer {
    margin-top: 4rem;
    
    font-size: 1.1rem;
    letter-spacing: 0.03em;
    font-weight: 300;
    color: #474747;
    display: flex;
    column-gap: 1.5rem;
}
footer.f-trad .layout > .navi {
    display: flex;
    flex-flow: column;
}
footer.f-trad .layout > .navi .btn_navi_layout {
    display: flex;
    flex-flow: column;
    gap: 1.5rem;
    align-items: flex-end;
}
footer.f-trad .layout > .navi .btn_navi_layout .btn_wrap.ig a {
    display: flex;
    align-items: center;
    gap: 0 0.5rem;
}
footer.f-trad .layout > .navi .btn_navi_layout .btn_wrap.ig a span {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    font-weight: 400;
    color: #474747;
}
footer.f-trad .layout > .navi .btn_navi_layout .btn_wrap.os {
    position: relative;
    z-index: 1;
}
footer.f-trad .layout > .navi .btn_navi_layout .btn_wrap.os::before {
    content: "";
    display: block;
    position: absolute;
    top: -0.1rem;
    left: -0.1rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.6rem 0.6rem 0 0;
    border-color: #bca99c transparent transparent transparent;
    z-index: 2;
}
footer.f-trad .layout > .navi .btn_navi_layout .btn_wrap.os::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -0.1rem;
    right: -0.1rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 0.6rem 0.6rem;
    border-color: transparent transparent #bca99c transparent;
    z-index: 2;
}
footer.f-trad .layout > .navi .btn_navi_layout .btn_wrap .os_btn {
    width: 20rem;
    height: 4rem;
    box-sizing: border-box;
    background-color: #474747;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    
    font-size: 1.4rem;
    letter-spacing: 0.15em;
    font-weight: 400;
    color: #FFFFFF;
}
footer.f-trad .layout > .navi .btn_navi_layout .btn_wrap .os_btn::after {
    content: "";
    display: block;
    width: 0.9rem;
    height: 0.9rem;
    background: url(../images/blank_w.svg) no-repeat center center;
    background-size: contain;
    margin-left: 2rem;
}

footer.f-trad .layout > .navi .copyright {
	width: 100%;
	font-size: 1.1rem;
    letter-spacing: 0.1em;
    font-weight: 300;
    color: #474747;
    text-align: right;
    padding: 0;
    margin-top: auto;
}

#page_top {
  position: fixed;
	right: 20px;
  bottom: 20px;
  z-index: 1100;
}

#page_top a {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  line-height: 1em;
	display: block;
	-webkit-transition: all .6s;
    transition: all .6s;
}

/*#page_top a::before{
	content: "";
	display: block;
	background: url(../images/pagetop.svg) no-repeat;
	background-size: cover;
	width: 37px;
	height: 37px;
	margin-bottom: 10px;
}*/

#page_top svg {
       -webkit-transition: all .6s;
    transition: all .6s;
}

#page_top svg .cls-1 {
        fill: #666666;
}

#page_top.wht_btn svg .cls-1 {
        fill: #ffffff;
}

#page_top a:hover {
	opacity: .3;
}


@media screen and (max-width: 1120px) {
	footer {
    padding: 0 !important;
}
	footer .inner{
	width: 100%;
    padding: 35px 0;
}
    footer .logo p {
    letter-spacing: 0;
    margin-bottom: 15px;
}
    footer .logo {
    max-width: 150px;
    margin: 0 auto;
}
    
    footer .icon_navi {
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
    
    footer .p_navi {
    width: 100%;
	justify-content: center;
    align-items: center;
        margin-top: 30px;
}
    
    footer .pay_navi {
    width: 100%;
    justify-content: center;
    align-items: flex-end;
    margin-top: 15px;
}
    footer .pay_navi > li {
    margin-right: 5px;
    margin-bottom: 5px;
}
    footer .pay_navi > li:first-child {
        width: 55%;
        margin-right: 0;
        padding-right: 5px;
        display: flex;
        justify-content: flex-end;
}
    footer .pay_navi > li:nth-child(2) {
        width: 45%;
        margin-right: 0;
        display: flex;
        justify-content: flex-start;
}
	
    footer .copyright {
    font-size: 0.9rem;
    text-align: center;
    margin: 0;
    padding: 0 0 35px;
    padding-right: 0;
}
   footer .information {
    justify-content: flex-start;
    margin-top: 0px;
}
    
    footer .information > li {
    width: 100%;
    margin-bottom: 0px;
}
    footer .information > li:first-child {
	width: 100%;
}
footer .information > li:last-child {
    width: 100%;
}
    footer .information .navigation > li a {
    font-size: 0.9rem;
}
    
    footer .information > li h3 {
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    border-bottom: 1px solid #b0b0b0;
    padding-bottom: 8px;
    margin-bottom: 10px;
}
    footer .information .navigation {
    border-top: 1px solid rgba(255,255,255,1.0);
}
    
    footer .information .navigation li {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    margin: 0px;
    width: 50%;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid rgba(255,255,255,1.0);
}
    footer .information .navigation li:nth-child(1),
    footer .information .navigation li:nth-child(3) {
        border-right: 1px solid rgba(255,255,255,1.0);
}
    footer .information .navigation li:last-child {
   width: 100%;
}
    


/* footer.f-trad
----------------------------------------- */
footer.f-trad .bottom_bn_list_wrap .bn_con {
    height: 11rem;
}
footer.f-trad .bottom_bn_list_wrap .bn_con.size_l {
    height: 11rem;
}
footer.f-trad .bottom_bn_list_wrap .bn_con .ttl {
    font-size: 1.4rem;
}

footer.f-trad .inner {
    width: 100%;
	max-width: none;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

footer.f-trad .layout {
    flex-flow: column;
    align-items: center;
}

footer.f-trad .layout > .info {
    margin-top: 3rem;
    align-items: center;
    
    order: 2;
}
footer.f-trad .layout > .info .logo {
    width: auto;
    margin: 0;
}
footer.f-trad .layout > .info .organizer {
    margin-top: 4rem;
    
    font-size: 1.1rem;
    letter-spacing: 0.03em;
    font-weight: 300;
    color: #474747;
    display: flex;
    column-gap: 1.5rem;
}
footer.f-trad .layout > .navi {
    display: contents;
}
footer.f-trad .layout > .navi .btn_navi_layout {
    display: flex;
    flex-flow: column;
    gap: 1.5rem;
    align-items: center;
    
    order: 1;
}
footer.f-trad .layout > .navi .btn_navi_layout .btn_wrap.ig a {
    display: flex;
    align-items: center;
    gap: 0 0.5rem;
}
footer.f-trad .layout > .navi .btn_navi_layout .btn_wrap.ig a span {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    font-weight: 400;
    color: #474747;
}
footer.f-trad .layout > .navi .btn_navi_layout .btn_wrap.os {
    position: relative;
    z-index: 1;
}
footer.f-trad .layout > .navi .btn_navi_layout .btn_wrap.os::before {
    content: "";
    display: block;
    position: absolute;
    top: -0.1rem;
    left: -0.1rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.6rem 0.6rem 0 0;
    border-color: #bca99c transparent transparent transparent;
    z-index: 2;
}
footer.f-trad .layout > .navi .btn_navi_layout .btn_wrap.os::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -0.1rem;
    right: -0.1rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 0.6rem 0.6rem;
    border-color: transparent transparent #bca99c transparent;
    z-index: 2;
}
footer.f-trad .layout > .navi .btn_navi_layout .btn_wrap .os_btn {
    width: 20rem;
    height: 4rem;
    box-sizing: border-box;
    background-color: #474747;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    
    font-size: 1.4rem;
    letter-spacing: 0.15em;
    font-weight: 400;
    color: #FFFFFF;
}
footer.f-trad .layout > .navi .btn_navi_layout .btn_wrap .os_btn::after {
    content: "";
    display: block;
    width: 0.9rem;
    height: 0.9rem;
    background: url(../images/blank_w.svg) no-repeat center center;
    background-size: contain;
    margin-left: 2rem;
}

footer.f-trad .layout > .navi .copyright {
    margin-top: 1rem;
	text-align: center;
    
    order: 3;
}
}



/* #to_top_btn
----------------------------------------- */
#to_top_btn {
     background: rgba(0,98,176,0.05);
}

#event.single #to_top_btn,
#news.single #to_top_btn {
     background-color: transparent;
}

#to_top_btn .inner {
     width: 100%;
    max-width: 1000px;
    text-align: left;
    margin: auto;
}

#to_top_btn .totop_btn {
	font-size: 1.6rem;
	line-height: 1;
    font-weight: 600;
    color: #0062b0;
	text-align: left;
    margin-bottom: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #0062b0;
    padding-bottom: 10px;
}
#to_top_btn .totop_btn::before {
	content: "";
	display: block;
	width: 20px;
	height: 15px;
	background: url("../images/news/news_prev.svg") no-repeat center center;
	background-size: cover;
    margin-right: 10px;
}

@media screen and (max-width: 1120px) {
#to_top_btn .inner {
    width: 88%;
}
#to_top_btn .totop_btn {
	font-size: 2.0rem;
	line-height: 1;
    font-weight: 600;
    color: #0062b0;
	text-align: left;
    margin-bottom: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-bottom: 3px solid #0062b0;
    padding-bottom: 12px;
}
}


/* #breadcrumbs
----------------------------------------- */

#breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 3.5rem;
    width: 100%;
    font-size: 1.3rem;
    letter-spacing: 0.13em;
    line-height: calc(26/13);
    color: #474747
}

#breadcrumbs > span {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: calc(1140/1400*100%);
    margin: auto;
    padding: 0px;
    text-align: left;
    line-height: 1.3;
    -webkit-transition: all .6s;
    transition: all .6s;
}

#breadcrumbs .arrow {
    display: block;
    width: 0.5rem;
    height: 0.8rem;
    background: url("../images/arrow.svg") no-repeat center;
    background-size: contain;
    padding: 0 1rem;
}

#breadcrumbs a {
    display: flex;
    color: #474747 !important;
}

@media screen and (max-width: 1120px) {
#breadcrumbs {
    padding-top: 2rem;
    font-size: 1.1rem;
}
#breadcrumbs > span {
    max-width: 34.5rem;
}
}

/* #fixttl_wrap
----------------------------------------- */

#fixttl_wrap {
	position: fixed;
	left: 2%;
	top: 0px;
	height: 100vh;
	min-height: 600px;
	max-height: 700px;
	z-index: 103;
	display: flex;
	align-items: flex-end;
}

#fixttl_wrap .fixttl {
-webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
    font-feature-settings: normal;
	font-size: 1.2rem;
}


@media screen and (max-width: 1120px) {
#fixttl_wrap {
	display: none;
}
}

/* NEW/再入荷アイコン
----------------------------------------- */
.new_icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 58px;
    height: 26px;
    background: #0062B0;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0.1em;
}

.re_icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 58px;
    height: 26px;
    background: #FFFFFF;
    border: 1px solid #0062B0;
    box-sizing: border-box;
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #0062B0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0.1em;
}

@media screen and (max-width: 1120px) {
.new_icon {
    width: 52px;
    height: 20px;
    font-size: 1.3rem;
}

.re_icon {
    width: 52px;
    height: 20px;
    font-size: 1.1rem;
}
}


/* hamburgerカスタマイズ
----------------------------------------- */

body.drawer--right .drawer-hamburger {
    left: 0;
}

body .drawer-hamburger-icon {
    height: 0;
}

body .drawer-hamburger-icon:before, 
body .drawer-hamburger-icon:after {
    width: 100%;
    display: block;
    height: 2px;
    -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    background-color: #0062b0;
}

body .drawer-hamburger-icon:before {
    width: 20px;
}

body .drawer-hamburger-icon:after {
    top: 0px;
}

body .drawer-hamburger {
    width: 30px;
}

body .drawer-hamburger img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin-top: 8px;
}

body.drawer-open .drawer-hamburger img {
    display: none;
}

@media screen and (max-width: 1120px) {
body header .drawer-hamburger {
    top: 25px;
    margin-right: 0px;
    margin-left: 15px;
    -webkit-transition: all .6s;
    transition: all .6s;
}
    
body.drawer-open .drawer-hamburger-icon:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #0062b0;
    width: 100%;
}

body.drawer-open .drawer-hamburger-icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #0062b0;
}
}




body.drawer-open .drawer-nav {
    padding: 0;
    overflow: auto;
    z-index: 9999;
}
body.drawer-open .drawer-nav .menu_head {
    background: #0062b0;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
body.drawer-open .drawer-nav .menu_head img {
    width: 250px;
    height: auto;
}

body.drawer-open .drawer-nav .close_btn {
    position: fixed;
    top : -webkit-calc(100vh - 50px);
    top : calc(var(--vh, 1vh) * 100 - 50px);
    left: 0;
    z-index: 2;
    background: #0062b0;
    width: 100vw;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
body.drawer-open .drawer-nav .close_btn img {
    width: 78px;
    height: auto;
}

body.drawer-open .drawer-nav ul.navigation {
	display: flex;
    align-items: center;
	justify-content: center;
    padding-bottom: 100px;
}

body.drawer-open .drawer-nav ul.navigation > li {
    margin-left: 0px;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: -webkit-calc(300 / 375 * 100%);
    width: calc(300 / 375 * 100%);
}

body.drawer-open .drawer-nav ul.navigation > li:last-child {
	margin-bottom: 0px;
}

body.drawer-open .drawer-nav ul.navigation > li .item_list_con {
	display: none;
	background: rgba(255,255,255,1.00);
	padding: 20px;
    padding-top: 0;
    width: -webkit-calc(280 / 300 * 100%);
    width: calc(280 / 300 * 100%);
    margin: auto;
}

body.drawer-open .drawer-nav ul.navigation > li .item_list_con > li {
	margin-right: 0px;
	text-align: left;
}

body.drawer-open .drawer-nav ul.navigation > li .item_list_con > li > a {
	display: block;
}

body.drawer-open .drawer-nav ul.navigation > li .item_list_con > li:last-child {
    height: auto;
}

body.drawer-open .drawer-nav ul.navigation > li .item_list_con > li:last-child {
	margin-right: 0px;
}

body.drawer-open .drawer-nav ul.navigation > li .item_list_con > li > a {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	font-weight: 500;
    color: #0062b0;
    text-align: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
    height: 48px;
}

body.drawer-open .drawer-nav ul.navigation > li .item_list_con > li > a::after {
	content: "";
	display: block;
	width: 7px;
	height: 10px;
	background: url(../images/list.svg) no-repeat center center;
	background-size: cover;
}

body.drawer-open .drawer-nav ul.navigation > li .item_list_con > li.item_cat > a::after {
	content: "";
	display: block;
	width: 11px;
	height: 11px;
	background: url(../images/item_cat_p.svg) no-repeat center center;
	background-size: cover;
}

body.drawer-open .drawer-nav ul.navigation > li .item_list_con > li.item_cat > a.open::after {
	content: "";
	display: block;
	width: 11px;
	height: 1px;
	background: url(../images/item_cat_m.svg) no-repeat center center;
	background-size: cover;
}

body.drawer-open .drawer-nav ul.navigation > li .item_list_con > li {
	border-bottom: 1px solid #0062b0;
}

body.drawer-open .drawer-nav ul.navigation > li .item_list_con > li:last-child {
    border: none;
}


body.drawer-open .drawer-nav ul.navigation > li .item_list2 {
	padding-left: 15px;
	display: none;
    margin-bottom: 10px;
}

body.drawer-open .drawer-nav ul.navigation > li .item_list2 > li a span {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	font-weight: 500;
    text-align: left;
    height: 50px;
    display: flex;
    align-items: center;
}

body.drawer-open .drawer-nav ul.navigation > li .item_list2 > li {
	border-bottom: 1px solid #dddddd;
}

body.drawer-open .drawer-nav ul.navigation > li .item_list2 > li:last-child {
    border: none;
}


body.drawer-open .drawer-nav ul.navigation > li > a {
	color: #000000;
    font-size: 1.9rem;
    letter-spacing: 0.1rem;
    line-height: 1;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
}

body.drawer-open .drawer-nav ul.navigation > li > a.item_list_open {
	margin-top: 25px;
}

body.drawer-open .drawer-nav ul.navigation > li > a::after {
	content: "";
    display: block;
    height: 19px;
    width: 19px;
    background: url("../images/menu_arrow.svg") no-repeat center center;
    -webkit-transition: all .6s;
    transition: all .6s;
}

body.drawer-open .drawer-nav ul.navigation > li > a.item_list_open::after {
	content: "";
    display: block;
    height: 19px;
    width: 19px;
    background: url("../images/menu_open.svg") no-repeat center center;
    -webkit-transition: all .3s;
    transition: all .3s;
}

body.drawer-open .drawer-nav ul.navigation > li > a.item_list_open.open::after {
	content: "";
    display: block;
    height: 19px;
    width: 19px;
    background: url("../images/menu_close.svg") no-repeat center center;
}



/* 既存ページカスタマイズ
----------------------------------------- */

#delivery, #payment, #info, #policy {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all .6s;
    transition: all .6s;
}

.shopkeeper-h2 {
    font-size: 2.0rem;
    letter-spacing: 0.1em;
    font-weight: 500;
    line-height: 1.45;
    color: #0062b0;
}

#policy {
    padding-bottom: 60px;
    padding-top: 40px;
}
#policy .ttl-h2 {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    font-weight: 500;
    line-height: 1.45;
    color: #0062b0;
}
#policy h3 {
    font-size: 2.0rem;
    letter-spacing: 0.1em;
    font-weight: 400;
    line-height: 1.45;
    color: #0062b0;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

@media screen and (max-width: 1120px) {
#delivery, #payment, #info, #policy {
    width: 88%;
}
.shopkeeper-h2 {
    font-size: 1.8rem;
}
#policy .ttl-h2 {
    font-size: 2.0rem;
}
#policy h3 {
    font-size: 1.8rem;
}
}


/*アニメーション*/
.anim {
  opacity: 0;
	-ms-filter: blur(1rem);
      filter: blur(1rem);
  transform: translateY(5rem);
  /*-webkit-transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  -moz-transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, -moz-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;*/
	 -webkit-transition: all .6s;
    transition: all .6s;
}
.anim._do_anim {
  opacity: 1;
      filter: none;
  transform: none;
}
@media print {
  .anim {
    opacity: 1;
    transform: none;
	  filter: none;
  }
}