@charset "UTF-8";
/* reset */
@import url("reset.css");
/* webfonts */
@import url("../webfonts/fontawesome/css/all.css");
@import url("../webfonts/EvolveSans/stylesheet.css");
@import url("../webfonts/Geneva_CY/stylesheet.css");
@import url("../webfonts/UtsukushiMincho/stylesheet.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap');
/* CSS Document */
/***********************
 *
 *     基本
 *
 ***********************/
html{
    font-size: 62.5%;
}
@media all and (-ms-high-contrast: none) {
  /* ここに書く */
    html{
        font-size: 100%;
    }
}
body {
	width: 100%;
	height: 100%;
	font: 1.6rem/ 2 -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Helvetica, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	color: #1c1c1c;
	overflow-x: hidden;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body * {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			    box-sizing: border-box;
}
a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: inherit;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
a:hover{
    opacity: .5;
}
img {
	vertical-align: bottom;
    max-width: 100%;
    height: auto;
}
span.nw { 
	white-space: nowrap;
}
section {
	position: relative;
	overflow: hidden;
}
.inner1280 {
	width: 100%;
	height: auto;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}
.inner1150 {
	width: 90%;
	height: auto;
	max-width: 1150px;
	margin-right: auto;
	margin-left: auto;
}
.inner1000 {
	width: 90%;
	height: auto;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.inner800 {
	width: 80%;
	height: auto;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}
h1.clear{
    height: 0;
    font-size: 0;
    text-indent: 9999em;
}
/***********************
 *
 *     font
 *
 ***********************/
.Geneva {
	font-family: "Geneva CY", sans-serif;
}
.EvolveSans {
  font-family: "EvolveSans", sans-serif;
}
.honoka {
	font-family: "honoka", serif;
}
.hannari {
	font-family: "HannariMincho", serif;
}
.utsukushi {
	font-family: "UtsukushiMincho", serif;
}
.hiramin {
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'Noto Serif JP', YuMincho, 'Yu Mincho', "Sawarabi Mincho", 'ＭＳ Ｐ明朝', 'MS PMincho', 'serif';
}
h2.hiramin {
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'Noto Serif JP', YuMincho, 'Yu Mincho', "Sawarabi Mincho", 'ＭＳ Ｐ明朝', 'MS PMincho', 'serif';
}
.f180 {
	font-size: 18rem;
}
.f60 {
	font-size: 60px;
	font-size: 6rem;
}
.f48 {
  font-size: 48px;
  font-size: 4.8rem;
}
.f40 {
  font-size: 40px;
  font-size: 4rem;
}
.f36 {
  font-size: 36px;
  font-size: 3.6rem;
}
.f30 {
  font-size: 30px;
  font-size: 3rem;
}
.f24 {
	font-size: 24px;
	font-size: 2.4rem;
}
.f21 {
  font-size: 21px;
  font-size: 2.1rem;
}
.f18 {
	font-size: 18px;
	font-size: 1.8rem;
}
.f14 {
  font-size: 14px;
  font-size: 1.4rem;
}
.f13 {
  font-size: 13px;
  /*font-size: 1.3rem;*/
}
.f11 {
	font-size: 11px;
	/*font-size: 1.1rem;*/
}
.bold {
	font-weight: bold;
}

/***********************
 *
 *     配置　レイアウト
 *
 ***********************/
.pc_none{
    display: none;
}
.sp_none{
    display: block;
}
.vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
.centering {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	z-index: 1;
}
.flexcentering {
  /* flex */
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  /* flex-wrap */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  /* justify-content */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  /* align-items */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/***********************
 *
 *     flex
 *
 ***********************/
.flex {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  /* flex-wrap */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  /* justify-content */
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  /* align-items */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  /* align-content */
	-ms-flex-line-pack: start;
	align-content: flex-start;
}
.flex.clm2 .item {
	width: calc(100% / 2 - 2%);
	margin-bottom: 20px;
}
.flex.clm3 .item {
	width: calc(100% / 3 - 2%);
	margin-bottom: 20px;
}
.flex.clm3::after {
	content: "";
	display: block;
	width: calc(100% / 3 - 2%);
}

.flex.clm4 .item {
	width: calc(100% / 4 - 2%);
	margin-bottom: 30px;
}

.flex.clm4::before,
.flex.clm4::after {
	content:"";
	display: block;
	width: calc(100% / 4 - 2%);
}
.flex.clm4::before {
	order:1;
}
.flex.clm4::after {
}
.flex.reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.flex_clear {
	margin: 0;
	padding: 0;
	height: 0;
}
.inline-flex{
    display : -webkit-inline-box;
    display : -ms-inline-flexbox;
    display : -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items:center;
    align-items:center;
    -webkit-justify-content: center;
    justify-content: center;
}

/***********************
 *
 *     position
 *
 ***********************/
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.hideAnchor {
	display: block;
	height: 0px;
	overflow: hidden;
	cursor: default;
	pointer-events: none;
	outline: none;
	font-size: 0px;
	text-indent: -9999px;
	padding-top: 80px;
	margin-top: -80px;
}
.clearfix:after {
    content:"";
    display:block;
    clear:both;
}
.svg-wrapper {
	height: 0px;
	width: 0px;
	display: block;
	overflow: hidden;
}

/***********************
 *
 *     SVG
 *
 ***********************/
svg {
	max-width: 100%;
	height: auto;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 1;
}
/***********************
 *
 *     object-fit-images
 *
 ***********************/
.ofi-con {
    object-fit: contain;
    font-family: 'object-fit: contain;';
    height: 100%;
}
.ofi-cov {
    object-fit: cover;
    font-family: 'object-fit: cover;';
    width: 100%;
    height: 100%;
}
/***********************
 *
 *     共通
 *
 ***********************/
section {
	width: 100%;
	height: auto;
    padding: 4em 0 ;
}
main section:last-of-type{
    padding-bottom: 4em;
}
.sec_title_wrap{
}
.sec_title_wrap h2{
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', YuMincho, 'Yu Mincho', "Sawarabi Mincho", 'ＭＳ Ｐ明朝', 'MS PMincho', 'serif';
}
.sec_title_wrap span{
    font-family: EvolveSans,sans-serif;
}
.sectiontitle {
	margin-bottom: 1em;
    text-align: center;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase; 
}
.sectiontitle span {
	font-weight: 500;
	letter-spacing: 0px;
	display: block;
	letter-spacing: 2px;
	color: #4295D2;
	padding-top: 10px;
}
.copy {
	width: 100%;
	margin-top: 30px;
	order: 3;
	font-size: 1.3rem;
	font-size: 13px;
}
.arrow-right .ionicon{
    color: #4295D2;
    margin-right: .3em;
    font-size: 120%;
    vertical-align: sub;
}
/***********************
 *
 *     toggle
 *
 ***********************/
#toggle {
	display: none;
	overflow: hidden;
}
#toggle:checked ~ .header_nav_wrap {
	-webkit-transform: translateX(-0%);
            transform: translateX(-0%);
}
.toggle_icon{
    display: none;
}
.toggle_icon {
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
}
.open {
	position: relative;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
	z-index: 10;
}
.open::after {
	content: "≡";
	width: 40px;
	height: 40px;
	display: block;
	font-size: 40px;
	line-height: 40px;
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", serif;
	color: #4295D2;
	position: fixed;
	top: 20px;
	right: 10px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 5;
}
.top .open::after {
	/*top: 50%;
	right: 10px;
    transform: translate(0,-50%);
	width: 50px;
	height: 50px;
	line-height: 45px;
	color: #4295D2;
	background-color: #fff;
    border-radius: 50%;*/
}
#toggle:checked + .open {
}
#toggle:checked + .open::after {
	content: "×";
	color: #fff;
	background-color: transparent;
}
.top #toggle:checked + .open::after {
	color: #fff;
}
.close {
	pointer-events: none;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease;
			transition: all .3s ease;
	z-index: 2;
}
#toggle:checked ~ .close {
	pointer-events: auto;
	background-color: rgba(0,0,0,0.60);
}
	
/***********************
 *
 *     cart_btn
 *
 ***********************/
.cart_btn{
    display: none;
}
/***********************
 *
 *     header
 *
 ***********************/
.header{
    /*border-top: 7px solid #4295D2;*/
    padding: 10px 10px;
    background: #fff;
    width: 100%;
    position: fixed;
    z-index: 999;
}
.header input[type="checkbox"]{
    display: none;
}
.header .icon-cart,
.header .icon-globe{
    width: 18px;
    height: 18px;
    fill: #4295D2;
    fill: #1c1c1c;
    margin-right: .5em;
    vertical-align: text-top;
}
.header .other_menu{
    font-size: 14px;
    ms-grid-column:1;
    ms-grid-row:1;
}
.header .other_menu .flex{
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.header .other_menu li{
    /*margin-left: 2em;*/
}
.search_form .flex{
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.search_box{
    max-width: 170px;
    width: 100%;
    font-size: 13px;
    overflow: hidden;
    border-radius: 3px;
    -ms-grid-column:2;
    -ms-grid-row:1;
    border: 1px solid #999;
}
.products .search_box{
    margin-left: 0;
}
.search_box .textinput{
    border: none;
    padding: 5px 5px 5px 1em;
    width: calc(100% - 30px);
    font-size: inherit;
    background: #EBEBEB;    
    background: #fff;    
    border-radius: 3px 0 0 3px;
    height: 30px;
}
.search_btn{
    width: 30px;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    font-size: 16px;
    background: #4295D2;
    background: #fff;
    color: #1c1c1c;
    height: 30px;
    border-radius: 0 3px 3px 0;
}
.header_wrap .header_logo{
    max-width: 280px;
    width: 100%;
    padding-left: 30px;
}
@media all and (-ms-high-contrast: none) {
  /* ここに書く */
    .header_wrap .header_logo{
        height: 50px;
    }
}
.header_wrap{
    max-width: 1500px;
    margin: auto;
}
.header_wrap .header_logo .logo-svg{
    width: 100%;
}
.header_wrap .header_logo .logo-svg,
.footer .footer_logo .logo-svg{
    vertical-align: bottom;
}
.header_wrap .header_logo .logo-svg .logo-oishii{fill:#595757;}
.header_wrap .header_logo .logo-svg .logo-mark{fill:#4694d1;}
.header_wrap .header_logo .logo-svg .logo-tominaga{fill:#0b318f;}
.header_wrap .drawer{
    width: calc(100% - 280px);
}
.header .header_nav.flex{
    font-size: 14px;
    /*display: -ms-grid;
    display: grid;
    grid-column-gap: 1.5em;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows:auto;*/
    -wbkit-justify-content: flex-end;
    justify-content: flex-end;
}
.header .header_nav_ul.flex{
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.header .header_nav_ul{
    -ms-grid-column:1;
    -ms-grid-column-span: 2;
    grid-column:1 / 3;
    -ms-grid-row:2;
}
.header .header_nav_ul .header_nav_item{
    position: relative;
}
.header .header_nav_ul .header_nav_item a{
    width: 100%;
    text-align: center;
    display: block;
    position: relative;
}
.header .header_nav_ul > .header_nav_item:not(:nth-child(8)) a::before{
    /*content: "|";
    position: absolute;
    right: 0;
    color: #ccc;*/
}
.header .innermenu_wrap li:last-child a::before{
    content: none!important;
}
.header .header_nav a{
    padding: 3px 0;
    padding-right: 18px;
    cursor: pointer;
}
.header .innermenu_wrap{
    position: absolute;
    left: calc(50% - 9px);
    width: 110px;
    color: #fff;
    overflow: hidden;
    font-size: smaller;
    transform: translateX(-50%);
    /*height: 0;
    transition: all .3s;*/
}
/*.header .header_nav a.active + .innermenu_wrap{
    height: 70px;
}
.header .header_nav a:hover + .innermenu_wrap{
    height: 70px;
}*/
.header .header_nav .innermenu_wrap{
    height: auto;
    display: none;
}
.header .innermenu_wrap ul{
    width: 100%;
    background: #4295D2;
}
.header .innermenu_wrap ul li{
    width: 100%;
}
.header .innermenu_wrap .flexcentering{
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.header .header_nav_ul .header_nav_item .innermenu_wrap a{
    text-align: center;
    padding:5px 0;
}
.header .header_nav_ul .header_nav_item .innermenu_wrap a:hover{
    background: #2A74AD;
    opacity: 1;
}
.header .header_nav_ul .header_nav_item .innermenu_wrap li:not(:last-child) a{
    border-bottom: 1px solid #2A74AD;    
}
.header .header_nav_ul > .header_nav_item .innermenu_wrap a::before{
    content: none;
}
.header .innermenu_wrap a{
    color: inherit;
}
.header .open_btn_wrap{
    display: none;
}
/***********************
 *
 *     main
 *
 ***********************/
main .keyV{
    padding: 0;
    position: relative;
}
main .keyV {
    height: 60vh;
    overflow: hidden;
}
main .keyV .img_wrap{
    height: 100%;
}
main .keyV::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
}
main .keyV .img_wrap img{
    width: 100%;
}
main .keyV .sec_title_wrap{
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    z-index: 2;
    margin-top: 3em;
    margin: 0;
    width: 100%;
    color: #fff;
}
.pans li:not(:last-child)::after{
    /*content: "";
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
    margin: 0 .5em;
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
    transform:translate(-50% , -25%) rotate(45deg);
    /*font-family: "Font Awesome 5 Free";
    content: "\f054";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    text-rendering: auto;
    line-height: 1;*/
}
.pans {
    margin-top: .5em;
    font-size: 13px;
}
.pans a{
    color: #aaa;
}
@media screen and (max-width:768px){
  .pans .inline-flex {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.sec_title_wrap{
    text-align: center;
    margin-bottom: 3em;
}
.sec_title_wrap .sectiontitle{
    margin-bottom: 0;
}
/***********************
 *
 *     footer
 *
 ***********************/
.footer{
    background: #ccc;
    /*color: #fff;*/
    padding: 3em 1em;
    position: relative;
    z-index: 2;
}
.footer .footer_logo .logo-svg{
    max-width: 230px;
    fill:currentColor;
}
.footer .totop{
    text-align: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
	background-color: rgba(251, 251, 251, 0.6);
    color: #474747;
    line-height: 1.5;
    position: fixed;
    bottom: 3em;
    right: 3em;
    /* 変更：　iOS Safariでも動く */
    transition: opacity 1s, visibility 0s ease 1s;
    opacity: 0;
    visibility: hidden;
}
.footer .totop.active {  
    /* 変更：　iOS Safariでも動く */
    transition-delay: 0s;
    opacity: 1;
    visibility: visible;
}


/********************/
.box {
  /* Box Styling */
  width: 150px;
  height: 50px;
  background: #98b900;
}
.footer .totop_inner::before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 2px solid #474747;
    border-left: 2px solid #474747;
    transform: rotate(45deg);
    margin: auto;
    margin-top: 1em;
}
.footer .copy_box{
    text-align: center;
    margin-top: 3em;
}
.footer .footer_nav.flex{
    -webkit-align-items: stretch;
    align-items: stretch;
    width: 90%;
    max-width: 1000px;
}
.footer .category_list{
    /*width: calc(100% / 5);*/
}
.footer .category_list dd ul{
    line-height: 1.2;
}
.footer .category_list dt{
    letter-spacing: 2px;
    font-weight: 500;
    color: #4295D2;
    position: relative;
}
.footer .category_list a{
    display: inline-block;
}
.footer .category_list dd a{
    padding: 5px 0;    
}
.footer .category_list dt::before{
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 1.4rem;
    /*margin-right: -1em;*/
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    font-weight: 900;
}
.footer .category_list.sub dt:not(:last-of-type){
    /*margin-bottom: 2em;*/
}
.footer_logo{
    display: none;
}

@media screen and (max-width:768px){
    .toggle_icon{
        display: block;
    }
    .open::after{
        top: 12px;
        top: 10px;
        right: 5px;
    }
    .pc_none{
        display: block;
    }
    .sp_none{
        display: none;;
    }
    .cart_btn{
        display: block;
        position: absolute;
        /*left: 20px;*/
        line-height: 25px;
        right: 50px;
    }
    .cart_btn .icon-cart{
        fill: none;
        margin-right: 0;
        width: 25px;
        stroke: #4296D2;
        stroke-width: 25;
        stroke-linejoin: round;
        stroke-linecap: round;
        vertical-align: bottom;
    }
    .header{
        padding: 1em;
    }

	#logo {
		max-width:50%;
	}
	
    .header .flex{
        -webkit-justify-content: center;
        justify-content: center;
    }
    .header_wrap .header_logo{
        max-width: initial;
        width: 100%;
        text-align: center;
        padding-left: 0;
    }
    .header_wrap .header_logo .logo-svg,
    .header_wrap .header_nav_wrap_logo .logo-svg,
    .footer .footer_logo .logo-svg{
        width: 170px;
    }
    .header .header_nav_ul .header_nav_item .innermenu_wrap a{
        text-align: left;
    }
    .header .other_menu{
        width: 100%;
        margin-bottom: 0;
    }
    .header .other_menu .flex{
        -webkit-justify-content: space-between;
        justify-content: space-between;
        width: 80%;
        margin: auto;
    }
    .header .other_menu li{
        margin-left: 0;
        width: 100%;
    }
    /*.header .other_menu li:last-child{
        width: 100%;
    }*/
    .header .other_menu li{
        text-align: center;
    }
    .header .other_menu li a{
        /*font-size: 0;*/
        display: block;
        width: auto;
        color: #4295D2;
        background: #fff;
        padding: 3px 0;
    }
    .header .search_btn{
        background: #fff;
        color: #4295D2;
    }
    .search_box{
        /*margin-top: 1em;*/
        width: 100%;
        max-width: initial;
    }
    .search_box .textinput{
        display: block;
        height: 3em;
    }
    .search_btn{
        /*width: 30%;*/
        height: 3em;
    }
    .header .icon-globe,
    .header .icon-cart{
        /*fill:#fff;*/
        height: auto;
    }
    .header .icon-globe{
        fill: #fff;
        margin-right: .5em;
        vertical-align: text-top;
    }
    .header .header_nav_ul .header_nav_item{
        width: 100%;
    }
    .header .header_nav .innermenu_wrap{
        height: auto;
    }
    .header .header_nav_ul .header_nav_item a{
        text-align: left;
    }
    .header .header_nav_ul > .header_nav_item:not(:nth-child(8)) a::before{
        content: none;
    }
    .header .header_nav_wrap{
        width: 70%;
        height: 100%;
        padding-top: 3em;
        position: fixed;
        top: 0;
        left: auto;
        right: 0;
        z-index: 5;
        margin: 0;
        background: #4295D2;
        
-webkit-transform: translateX(100%);
        transform: translateX(100%);
        transition: transform .3s ease;
        
/*        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
-webkit-justify-content: center;
        justify-content: center;
-webkit-align-items: center;
        align-items: center;
-webkit-align-content: center;
        align-content: center;*/
    }
    .header .header_nav_wrap_logo{
        fill:#fff;
        text-align: center;
    }
    .header .header_nav{
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        gap: 2em;
    }
    .header .header_nav_ul.flex{
-webkit-flex-direction: column;
        flex-direction: column;
        color: #fff;
        width: 80%;
        margin: auto;
    }
    .header .header_nav .header_nav_ul,
    .header .header_nav .other_menu,
    .header .header_nav .search_box{
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: auto;
        grid-row: auto;
        align-self: center;
        padding: 0 1em;
    }    
    .header .header_nav .header_nav_ul{
        margin-bottom: 3em;
    }
    .header .header_nav .other_menu{
        -ms-grid-row: 3;
        grid-row: 3 /4 ;
    }
    .header .header_nav .search_box{
        display: none;
    }
    .header .header_nav .header_nav_item{
        font-size: 17px;
    }
    .header .header_nav .header_nav_item li{
        font-size: 15px;
    }
    .header_nav_ul.flex > li{
        width: 100%;
    }
    .header_nav_ul.flex > li:not(:last-child){
        margin-bottom: .5em;
    }
    .header .header_nav_ul li:not(:first-child)::before{
        content: none;
    }
    .header .innermenu_wrap{
        position: static;
        width: 100%;
        transform: none;
        /*height: auto;*/
    }
    .header .header_nav a.active + .innermenu_wrap{
        height: 100px;
        display: block;
    }
    .header .innermenu_wrap ul{
        margin-top: 0;
    }
    .header .innermenu_wrap li{
        width: 50%;
    }
    .header .header_nav a{
        display: block;
        width: 100%;
        padding: 0;
    }
    .header .header_nav_ul .header_nav_item{
        position: relative;
    }
    .header .open_btn_wrap{
        display: block;
    }
    .header .open_btn_wrap{
        display: block;
        font-weight: 100;
        font-size: 3rem;
        line-height: 1;
        position: absolute;
        top: 0px;
        right: 0px;
        width: 130px;
        height: 30px;
        line-height: 30px;
        text-align: right;
        padding-left:  1em;
    }
    .header .open_btn_wrap .open_btn{
        transition: all .3s ease;
    }
    .header .open_btn_wrap.active .open_btn{
        display: inline-block;
        transform: rotate(45deg);
    }
    .header .header_nav_ul > .header_nav_item > a.ac::before{
        /*content: "＋";
        font-family: 'EvolveSans';
        display: inline-block;
        font-size: 1rem;
        margin-right: -1em;
        vertical-align: text-top;
        transform: translateX(-1.5em);*/
    }
    .header .header_nav_ul > .header_nav_item > a.ac.active::before{
        content: "ー";
    }
    .footer .footer_nav.flex {
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    .footer .footer_nav.flex .category_list{
        /*width: 50%;*/
        margin-bottom: 2em;
    }
    .footer .footer_nav.flex .category_list.sub{
        width: 100%;
        order: 1;
    }
    .footer .category_list.sub dt:not(:last-of-type) {
        margin-bottom: 0;
        margin-right: 2em;
    }
    .footer .category_list.sub dt {
        display: inline-block;
    }
    .flex.clm4 .item{
	    width: calc(100% / 2 - 2%);
    }
    .flex.clm4::before,
    .flex.clm4::after {
        content:"";
        display: block;
        width: calc(100% / 2 - 2%);
    }
}

@media screen and (max-width:480px){
    html{
        font-size: 55.5%;
    }
    .header .icon-cart, .header .icon-globe{
        height: auto;
    }
    .header{
        padding: .6em;
    }
    .header .header_nav_wrap{
        width: 100%;
        overflow: scroll;
    }
    .header .header_nav{
        width: 100%;
        bottom: 0;
        /*overflow: scroll;*/
        padding: 2em 0;
        gap:1em;
    }
    /*.header .header_nav_ul.flex{
        margin: auto;
    }*/
    .header .innermenu_wrap li{
        width: 100%;
    }
    .header .header_nav a.active + .innermenu_wrap{
        height: 200px;
    }
    .header .other_menu li{
        width: 100%;
        margin-bottom: 1em;
        font-size: 16px;
    }
    .header .header_nav_ul .header_nav_item .innermenu_wrap a{
        padding:5px 1em;
    }
    main .keyV{
        height: 40vh;
    }
    main .keyV .sec_title_wrap{
        margin-top: 2em;
    }
    .footer .footer_nav.flex .category_list{
        /*margin-bottom: 0;*/
        width: 50%;
        font-size: 16px;
    }
    .footer .footer_nav.flex .category_list dd{
        /*display: none;*/
        /*text-indent: -.5em;*/
    }
    .footer .category_list.sub dt{
        margin-right: 0;
        display: block;
    }
    .footer .totop{
        width: 70px;
        height: 70px;
        right: 1em;
        bottom: 1em;
    }
    .footer .totop_inner::before{
        width: 15px;
        height: 15px;
        margin-top:.5em;
    }
    .copy{
        font-size: 10px;
    }
    .header .icon-cart, .header .icon-globe{
        fill:#4295D2;
    }
}

/* IEアラート */
.ie_alert{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 200px;
  background: rgb(66,149, 210);
  background: rgba(66,149, 210, 0.95);
  padding: 50px  50px 20px;
  z-index: 9999;
  color: #fff;
}
.ie_alert_container {
  max-width: 900px;
  margin: auto;
}
.ie_alert_link {
  text-decoration: underline;
  background-color: #fff;
  color: rgb(66,149, 210);
  padding: 3px 20px;
  display: inline-block;
  margin-top: 7px;
  text-align: center;
  max-width: 250px;
}
.ie_alert_link + .ie_alert_link {
  margin-left: 20px;
}
.ie_alert_text {
  display: inline-block;
  margin-bottom: 30px;
  margin-right: 100px;
}
.ie_alert_close {
  display: inline-block;
  padding: 8px 20px;
  cursor: pointer;
  background-color: rgba(25,101,156,1.00);
}
@media screen and (max-width: 768px) {
  .ie_alert {
    padding: 20px;
  }
  .ie_alert_link {
    display: block;
  }
  .ie_alert_link + .ie_alert_link {
    margin-left: 0;
    margin-top: 10px;
  }
}

/* 投稿キャプションありの画像 */
.wp-caption, 
.alignnone{
	max-width: 100%;
}
img.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption.aligncenter{
    margin-left: auto;
    margin-right: auto;
}
.wp-caption-text{
    font-size: 1.3rem;
}