﻿@charset "UTF-8";
* {
  box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
  font-size: 14px;
}
.mv{
    border-top: 2px solid #F9B300;
    border-bottom: 2px solid #F9B300;
    margin-bottom: 20px;
}
body {
	margin:0;
	    letter-spacing: 1px;
	padding:0;
  line-height: 1.5;
  background: #fff;
  color: #1D1D1D;
  min-width: 1200px;
  font-weight: 300;
  height: 100%;
}
ul,li{
	margin:0;
	padding:0;
list-style:none;	
}

header .inner {
	width:1000px;
	margin:0 auto;
    display: flex;
	align-items: center;

}

html {
  font-size: 10px;
}

@media screen and (min-width: 750px){
  html {
      font-size: 12px;
  }
}


@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
    width: 100%;
    height: auto;
  }
}
/*  Anchor default
------------------------------------------ */
a {
  color: #1D1D1D;
}
@media screen and (min-width: 768px) {
  a, a:link, a:active, a:visited {
    text-decoration: none;
  }
  a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  a, a:link, a:active, a:visited {
    text-decoration: none;
  }
}

label {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  label, label:link, label:active, label:visited {
    text-decoration: none;
  }
  label:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  label, label:link, label:active, label:visited {
    text-decoration: none;
  }
}

/*  input , textarea Font
------------------------------------------ */
select, button, input, textarea {
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 767px) {
  a, label, select, button, input, textarea {
    -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
	}
	
	.logoArea{
		width:100%;	
		padding-left: 20px;
	}
header .inner{
width:100%;	
}
}
img {
  max-width: 100%;
  max-height: 100%;
}

header {
    background: #fff;
    width: 100%;
    padding: 0 10px;
    position: fixed;
    border-bottom: 1px solid #F9B300;
    z-index: 999;
    padding-top: 5px;
    height: 70px;
    top: 0;
    left: 0;
}

header .header-inner__menu {
  display: none;
}


header .gnav-list {
  display: flex;
	justify-content: right;

  align-items: center;
}



#detailTwo table{
width:100% !important;
}
#detailTwo table th,#detailTwo table td{
font-size:10px !important;
}



@media screen and (max-width: 767px) {
  header .header-inner__menu {
    display: inline-block;
    position: relative;
    padding: 10px;
    vertical-align: middle;
  }
  header .header-inner__menu-checkbox {
    display: none;
  }
  header .header-inner__menu-icon {
    cursor: pointer;
    display: block;
    width: 28px;
    height: 20px;
    position: relative;
  }
  header .header-inner__menu-icon-parts, header .header-inner__menu-icon-parts:before, header .header-inner__menu-icon-parts:after {
    background-color: #F9B300;
    display: block;
    width: 36px;
    height: 2px;
    position: relative;
    top: 5px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  header .header-inner__menu-icon-parts:before, header .header-inner__menu-icon-parts:after {
    content: " ";
  }
  header .header-inner__menu-icon-parts:before {
    top: -12px;
  }
  header .header-inner__menu-icon-parts:after {
    top: 12px;
  }
  header .header-inner__menu .slide-menu {
    background: #ffffff;
    color: #000;
    max-width: 100%;
    width: 100%;
				height:100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 62px;
    right: -100%;
  }
  header .header-inner__menu .slide-menu-list {
    width: 100%;
    margin: 0 auto;
  }
  header .header-inner__menu .slide-menu-list__item {
    border-bottom: 1px solid #70707045;
  }
  header .header-inner__menu .slide-menu-list__item-link {
color: #1D1D1D;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 15px;
    text-align: left;
    text-decoration: none;
    width: 100%;
  }
  header .header-inner__menu-icon {
    z-index: 4;
  }
  header .header-inner__menu .slide-menu {
    z-index: 3;
  }
  header .header-inner__menu-checkbox:checked ~ .header-inner__menu-icon .header-inner__menu-icon-parts {
    background: transparent;
  }
  header .header-inner__menu-checkbox:checked ~ .header-inner__menu-icon .header-inner__menu-icon-parts:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 3px;
  }
  header .header-inner__menu-checkbox:checked ~ .header-inner__menu-icon .header-inner__menu-icon-parts:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
  }
  header .header-inner__menu-checkbox:checked ~ .slide-menu {
    right: 0;
  }
  header .header-inner__menu-icon-parts, header .header-inner__menu-icon-parts:after, header .header-inner__menu-icon-parts:before,
header .header-inner__menu .slide-menu {
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
  }
}
header .header-inner__btn-area {
  text-align: center;
  padding: 0 5%;
}
header .header-inner__btn-area--right {
  text-align: right;
  padding: 0 5%;
}
header .gnav {
	padding: 0px 0;
	width:100%;
}
.gnav-list__item a{
	display:block;
padding:20px 0;	
}
.megamenu a{
padding:4px 0;	
}
.logoArea h2 {
	width: 220px;
	margin: 0;
}


header .gnav-list__item {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #1D1D1D;
  margin: 0 15px;
}

.logoArea h1{
    font-size: 10px;
	margin-bottom: 3px;
	font-weight:normal;
}

    .megamenu {
      font-weight: normal;
      padding: 30px;
      position: absolute;
      left: -100px;
      top: 60px;
      text-align: left;
      background: #F9B300;
      opacity: 0;
      visibility: hidden;
      width: 300px;
      border-radius: 10px;
      color: #fff;
    }

    .megamenu ul {
      padding-left: 15px;
      width: 300px;
      float: left;
    }

    .megamenu li {
      padding: 5px;

    }

    .megamenu a {
      color: #fff;
    }

    .gloNav1,.gloNav2,.gloNav3,.gloNav4,.gloNav5{
      position: relative;
    }

    .gloNav1:hover .megamenu,.gloNav2:hover .megamenu,.gloNav4:hover .megamenu {
      visibility: visible;
      opacity: 1;

      -webkit-transition: all 0.5s;
      transition: all 0.5s;
    }


    .megamenu:after {
      content: "";
      display: block;
      clear: both;
    }

    .megamenu:before {
      content: "";
      position: absolute;
      top: -20px;
      left: 50%;
      margin-left: -15px;
      border: 10px solid transparent;
      border-bottom: 10px solid #F9B300;
    }


    @media screen and (min-width: 768px) {
      main.common.simple-header {
        margin-top: 102px;
      }
    }

#Contents{
    margin-top: 95px;
    overflow: hidden;
}
footer .footMenu {

    margin: auto;
	}
footer .footMenu {

    justify-content: space-between;
}
footer .footMenu dt {
    font-size: 18px;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #fff;
		padding-bottom: 5px;
		font-weight:bold;
	}
footer .footMenu  a{
	color:#fff;	
	}
footer .footMenu dd {
    font-size: 14px;
    margin-top: 30px;
    width: 100%;
}
footer .footBtmMenu {
    margin: 30px auto;
    font-size: 14px;
    padding: 20px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
	}
	footer .footBtmMenu a{
	color:#fff;	
	}
footer {
		padding: 4vw 10vw 2vw;
		color:#fff;
    background-color: #F9B300;
	}

copyright{
	display:block;
	font-size:10px;
	color:#999;
	padding:10px;
	text-align:center;
}

.color1 .top_menuCate{
	color:#FE9D9C;
	padding-bottom:10px;
	border-bottom:2px solid #FE9D9C;
}
.color2 .top_menuCate{
	color:#347A9D;
	padding-bottom:10px;
	border-bottom:2px solid #347A9D;
}
.color3 .top_menuCate{
	color:#F9B300;
	padding-bottom:10px;
	border-bottom:2px solid #F9B300;
}

.top_cate{
	margin:60px 0;
	padding:0 10px;
}
.top_cate .top_menuCate{
text-align: center;
    font-size: 19px;
    width: 95%;
    margin: 0 auto;
    font-weight: bold;
}
.top_cate p{
	line-height:1.7;
	margin:30px 0;
}
.top_cate ul{
display: flex;
    flex-wrap: wrap;
    gap: 0;
}
.top_cate ul li{
	flex-basis:50%;	
	padding:8px;
}
.top_cate .price{
margin:10px 0;	
}
div.center{
text-align:center;	
}
.main{
	width:1000px;
	margin:0 auto;
	margin-top: 100px;
}
.top_menu{
display:flex;
}
.top_menu a{
width: 150px;
    display: contents;
}
.sp_txt .roundBtn{
    display: inline-block;
				}
				
.top_menu img{
border-radius: 100%;
    width: 140px;
    height: 140px;
    margin: 10px;
}
.top_menu h3{
    font-size: 18px;
    text-align: left;
    padding: 10px 0;
    margin: 0;
}
.roundBtn{
	display:inline-block;
	min-width:160px;
	border:1px solid #333;
	color:#333;
	border-radius:30px;
	padding:10px;
	margin:15px auto;
	text-align :center;
}

.footSub{
display: block;
margin-bottom:20px;

}
.footSub div{

    padding: 10px 20px 0;
}
.footSub div p{
	text-align:center;
	padding:10px;
	margin:0;
}




.product-list-2{
    display: flex;
    flex-wrap: wrap;
}
.product-list-2 li{
	height:auto !important;
}
@media screen and (max-width: 767px) {
  header .gnav {
    display: none;
  }
}
footer{
padding:3vw !important;
}
.logoArea h2 {
	width: 180px;
	margin: 0;
	footer{
    padding: 3vw !important;
}
footer .footMenu dd {
    font-size: 14px;
    margin-top: 0px;
    width: 100%;
}

footer .footMenu a {
    color: #fff;
    width: 100%;
    display: block;
    padding: 13px 5px;
}
footer .footBtmMenu{
margin-top:0;
}
footer .footBtmMenu{
font-size:13px;
}


}

.footBtmMenu li{
width:33%;
padding:5px;
text-align:center;
}

footer .footMenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .footBtmMenu {
    font-size: 13px;
}
footer .footBtmMenu {
    margin-top: 0;
}
footer .footBtmMenu {
    max-width: 1100px;
    margin: 30px auto;
    display: flex;
    font-size: 14px;
    justify-content: space-around;
    padding: 20px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}


.design1_content1 .catch {
    color: #383838;
    text-align: center;
    font-weight: bold;
    margin-bottom: 25px;
}

.design1_content1 {
    margin-bottom: 50px !important;
}
.isSP{
display:none;
}
.isPC{
display:inline-block;
}

@media screen and (max-width:750px) {
.isSP{
display:inline-block;
}
.isPC{
display:none;
}
.top_cate{
margin: 30px 0;
}
}


