/* ============== Resset ============== */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li,
p {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul[role='list'],
ol[role='list'],
li {
  list-style: none;
}
body {
  min-height: 100vh;
  line-height: 1.2;
}
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.2;
}
h1,
h2,
h3,
h4,
h5 {
  text-wrap: balance;
  font-size: unset;
}
a {
  text-decoration-skip-ink: auto;
  color: currentColor;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
img,
picture {
  max-width: 100%;
  display: block;
  object-fit: cover;
}
input,
button,
textarea,
select {
  font: inherit;
}
textarea:not([rows]) {
  min-height: 10em;
}
*:focus {
  outline: none;
}
:root {
  /* back-ground-base */
  --child-back-fir: #062535;
  --child-back-fir-hov: #168fa9;
  /* 問い合わせ必須back-ground */
  --contact-equired: #e5a34e;
  /* text-shadow 1-1-2 #575757 */
  --textshadow-01: 1px 1px 2px #575757;
  /* text-shadow 2px 2px 3px #000 */
  --textshadow-02: 2px 2px 3px #000;
  /* text-shadow 1-1-2 #fff */
  --textshadow-03: 1px 1px 2px #fff;
}

/* ============== h1タグ（非表示・SEO対策） ============== */
.maintitle {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* ============== a ホバー） ============== */
.a-under {
  background-image: linear-gradient(to right, #042274, #2a7ea9 50%, #000 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}
.a-under:before {
  content: "";
  background: #4f58d9;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
}
.a-under:hover {
  background-position: 0;
}
.a-under:hover::before {
  width: 100%;
}
/* ============== form ============== */
header .site-menu .menu-icon li .a-under form {
  display: none;
}
/*-----------------------------------------------
BootStrap対応
-----------------------------------------------*/
/* ============== ユーティリティー ============== */
.u-fs-10 {
  font-size: 10px !important;
}
.u-fw-b,
.bold {
  font-weight: 700 !important;
}
.u-ta-r,
.tright,
.t-right {
  text-align: right !important;
}
.u-ta-l,
.tleft,
.t-left {
  text-align: left !important;
}
.u-ta-c,
.tcenter,
.t-center {
  text-align: center !important;
}
.u-lh-1 {
  line-height: 1 !important;
}
.u-lh-xs {
  line-height: 1.2 !important;
}
.u-lh-sm {
  line-height: 1.4 !important;
}
.u-lh-md {
  line-height: 1.8 !important;
}
.u-lh-lg {
  line-height: 2.0 !important;
}
.u-lh-xl {
  line-height: 2.2 !important;
}
.u-d-n,
.u-d-n-xs {
  display: none !important;
}
.u-d-i,
.u-d-i-xs {
  display: inline !important;
}
.u-d-b,
.u-d-b-xs {
  display: block !important;
}
.u-mt-xs,
.s-mt1em {
  margin-top: 1em !important;
}
.u-mb-sm,
.u-mb1em {
  margin-bottom: 1em !important;
}
.u-mb-md,
.u-mb15em {
  margin-bottom: 1.5em !important;
}
.u-mb-lg,
.u-mb2em {
  margin-bottom: 2.0em !important;
}
.u-mb-xl,
.u-mb3em {
  margin-bottom: 3.0em !important;
}
.u-mb15 {
  margin-bottom: 15px !important;
}
.u-mb20 {
  margin-bottom: 20px !important;
}
.u-mb30 {
  margin-bottom: 30px !important;
}
.u-mb40 {
  margin-bottom: 40px !important;
}
.u-mb50 {
  margin-bottom: 50px !important;
}
@media (min-width: 544px) {
  .u-d-n-sm {
    display: none !important;
  }
  .u-d-i-sm {
    display: inline !important;
  }
  .u-d-b-sm {
    display: block !important;
  }}
@media (min-width: 768px) {
  .u-d-n-md {
    display: none !important;
  }
  .u-d-i-md {
    display: inline !important;
  }
  .u-d-b-md {
    display: block !important;
  }}
@media (min-width: 992px) {
  .u-d-n-lg {
    display: none !important;
  }
  .u-d-i-lg {
    display: inline !important;
  }
  .u-d-b-lg {
    display: block !important;
  }}
@media (min-width: 1200px) {
  .u-d-n-xl {
    display: none !important;
  }
  .u-d-i-xl {
    display: inline !important;
  }
  .u-d-b-xl {
    display: block !important;
  }}
@media screen and (max-width: 768px) {
  .modal-wrapper .modal-window {
    width: 97% !important;
    padding: 30px 10px 15px !important;
  }}
/*-----------------------------------------------
Google icons
-----------------------------------------------*/
.material-symbols-outlined {
  font-variation-settings:
    'FILL' 0,
    'wght' 600,
    'GRAD' 0,
    'opsz' 24
}
/*-----------------------------------------------
調整用共通CSS
-----------------------------------------------*/
/* ============== PC・SP 改行 ============== */
@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }}
@media screen and (max-width: 769px) {
  .br-pc {
    display: none;
  }}
/* ============== PC・SP 表示切替（1110px） ============== */
@media screen and (max-width: 1110px) {
  .pc10 {
    display: none;
  }}
@media screen and (min-width: 1111px) {
  .sp10 {
    display: none;
  }}
/* ============== PC・SP 表示切替（992px） ============== */
@media screen and (max-width: 992px) {
  .pc9 {
    display: none !important;
  }}
@media screen and (min-width: 993px) {
  .sp9 {
    display: none !important;
  }}
/* ============== PC・SP 表示切替（768px） ============== */
@media screen and (max-width: 768px) {
  .pc7 {
    display: none !important;
  }}
@media screen and (min-width: 769px) {
  .sp7 {
    display: none !important;
  }}
/* ============== PC・SP 表示切替（576px） ============== */
@media screen and (max-width: 576px) {
  .pc5 {
    display: none !important;
  }}
@media screen and (min-width: 577px) {
  .sp5 {
    display: none !important;
  }}
/* ============== 余白調整 ============== */
.top_10 {
  margin-top: 10px;
}
.top_30 {
  margin-top: 30px;
}
.top_50 {
  margin-top: 50px;
}
.top_80 {
  margin-top: 80px;
}
.top_120 {
  margin-top: 120px;
}
/* ============== 位置調整 ============== */
.center {
  text-align: center;
  margin: 0 auto;
}
/*-----------------------------------------------
共通機能・挙動等
-----------------------------------------------*/
/* ============== モーダルウインドウ ============== */
.modal-wrapper {
  z-index: 200;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center
}
.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}
.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}
.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}
.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 70%;
  max-width: 900px;
  padding: 30px 30px 15px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}
.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
  padding: 4px 10px;
}
.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}
.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}
.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}
.modal-content h3 {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  border-bottom: dashed 1px var(--child-back-fir);
  margin-bottom: 16px;
}
.modal-content h3 span {
  display: block;
}
.modal-content h4 {}
.modal-content img {
  margin-bottom: 12px;
}
.modal-content p {
  color: #575757;
}
.modal-content ul {
  color: #575757;
}
.modal-content ul li {
  list-style: circle;
  margin-left: 20px;
  margin-bottom: 10px;
}
/* ============== 追従ナビ ============== */
/*-----------------------------------------------
ヘッダー
-----------------------------------------------*/
/* ============== グローバルナビ ============== */
.header {
  height: 75px;
  background-color: transparent;
}
.header .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .wrapper .logo_set {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .wrapper .logo_set img {
  width: 40px;
  height: auto;

}
.header.transparent {
  transition: opacity 0.3s;
}
.header.has-background {
  background-color: rgba(255, 255, 255, 1);  /* 適切な背景色に変更してください */
}

/* ============== ヘッダーのスクロールでの挙動 ============== */
.header {
  position: fixed;
  top: 0;
  transition: .5s;
  width: 100%;
  z-index: 10;
  margin: 0;
}
.header.hide {
  transform: translateY(-130px);
}
.header.has-background {
 background-color: rgba(255, 255, 255, 0.5); /* 背景色を白色にするなど、任意の色を指定 */
}

/* ============== ハンバーガー ============== */
nav {
  display: block;
  position: fixed;
  background-color: #ffffff;
  width: 220px;
  top: 0;
  right: -300px;
  bottom: 0;
  transition: all 0.5s;
  z-index: 999;
  opacity: 0;
}
.open nav {
  right: 0;
  opacity: 1;
}
nav .ham-menu {
  padding: 25px;
  padding-top: 60px;
}
nav .ham-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .ham-menu ul li {
  margin: 0;
  border-bottom: 1px solid #333;
}
nav .ham-menu ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  padding: 1rem;
  text-decoration: none;
  transition-duration: 0.2s;
  font-weight: 300;
}
nav .ham-menu ul li a:hover {
  background: #e4e4e4;
}
/* serch */
nav .ham-menu ul li .snav .search-box span {
  display: block;
  color: #333;
  font-size: 13px;
  padding: 1rem;
  text-decoration: none;
  transition-duration: 0.2s;
  font-weight: 100;
}
.ham-circle {
  /* background: var(--child-back-fir); */
  border-radius: 30px;
  padding: 15px 15px;
  position: relative;
  z-index: 999;
  transition: .3s ease-in-out;
}
.ham-circle:hover {
  /* background: #21a7a5; */
}
.toggle-btn {
  /* display: block; */
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: grid;
  place-items: center;
}
.toggle-btn span {
  position: relative;
  display: block;
  left: 0;
  width: 27px;
  height: 3px;
  background-color: #000;
  transition: all 0.5s;
  border-radius: 4px;
}
.toggle-btn span:nth-child(1) {
  top: 3px;
}
.toggle-btn span:nth-child(2) {
  top: -1px;
}
.toggle-btn span:nth-child(3) {
  top: -5px;
}
.open .toggle-btn span {
  background-color: var(--child-back-fir);
}
.open .toggle-btn span:nth-child(1) {
  transform: translateY(10px) rotate(-315deg);
}
.open .toggle-btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle-btn span:nth-child(3) {
  transform: translateY(-8px) rotate(315deg);
}
#mask {
  display: none;
  transition: all 0.5s;
}
.open #mask {
  display: block;
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  opacity: 0.8;
  z-index: 2;
  cursor: pointer;
}
.ham-menu li span {
  font-size: 12px;
  font-weight: 400;
  /* margin-left: 10px; */
}
.sp-mypage {
  display: block;
  color: #333;
  font-size: 14px;
  padding: 1rem;
  text-decoration: none;
  transition-duration: 0.2s;
  cursor: pointer;
}


/* ============== メガメニュー ==================== */
/* single-item */
.item-info .skubutton {
  background-color: var(--child-back-fir);
  margin: 10px 0;
}
.item-info .skubutton p {
  text-align: center;
}
.item-info .skubutton:hover {
  background-color: #21a7a5;
}
.field_price {
  margin: 10px 0;
}
/* all-item */
.allitems {
}
.allitems h2 {
  text-align: center;
}
.allitems h2 span {
  text-align: center;
  font-size: 16px;
  color: #575757;
}
.top_itemlistbox img {
  height: 50%;
  width: 100%;
  box-shadow: 1px 1px 3px #575757;
}
.allitems h3 {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}
.mb_80 {
  margin-bottom: 80px;
}

.tag-box {
  text-align: right;
  margin-bottom: 2vh;
}
.tag-box .minitag {
  padding: 5px 15px;
  background-color: #71d7c4;
  border-radius: 5px;
  border: 1px solid #cbcbcb;
  margin-right: 5px;
  font-weight: 600;
}
@media screen and (max-width:576px) {
  .top_itemlistbox {
    padding: 0 10px;
  }
  .top_itemlistbox img {
  }
}
.items-tag-box {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f8b27d;
  padding: 3px 10px;
  border-radius: 0 8px 0 0;
}
.items-tag-box .minitag {}
/* serch-box */
.form-area {
  margin: 0;
}
.search-btn {
  cursor: pointer;
  background-image: linear-gradient(to right, var(--child-back-fir), var(--child-back-fir) 50%, #000 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: unset;
  transition: all 0.3s ease-in-out;
}
.s-box {
  display: flex;
  position: relative;
}
.search-box .searchsubmit {
  position: absolute;
  top: 0px;
  right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  color: #aaa;
  font-family: FontAwesome;
  border: none;
  font-size: 15px;
}
.menu-icon li .s-base {
  font-size: 10px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.menu-icon li i:hover {
  color: var(--child-back-fir);
}
.menu-icon li .s-base i {
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 8px;
}
.s-box input[type="text"] {
  padding: 8px;
  border-radius: 3px;
}
.item-search span {
  font-weight: 300;
  margin-left: 5px;
  font-size: 16px;
}
.top_itemlistbox_link {
  transition: .3s ease-in-out;
}
.top_itemlistbox_link:hover {
  text-decoration: none;
}
/* pagenation */
.custom-page-link a {
  text-decoration: none;
  color: #000;
}
.custom-page-link a:hover {
  color: #575757;
  background-color: #491f2d;
}
.custom-current-page {
  border: 1px solid var(--child-back-fir);
  margin: 0 5px;
}
.custom-current-page a {
    color: white;
}
.pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  text-align: center;
  margin: 20px 0;
}
.custom-page-link {
  display: inline-block;
  padding: 5px 10px;
  background-color: #21a7a5;
  border: 1px solid #dee2e6;
  color: #000;
}
.next {
  background: #5757577d;
  padding: 5px 10px;
  margin: 0 10px;
  transition: 0.3s ease-in-out;
}
.next:hover {
  background: #2525257d;
  list-style: none;
  text-decoration: none;
}
.prev {
  background: #5757577d;
  padding: 5px 10px;
  margin: 0 10px;
  transition: 0.3s ease-in-out;
}
.prev:hover {
  background: #2525257d;
  list-style: none;
  text-decoration: none;
}
.post-title {
  margin: 10px 0 0;
  font-weight: 700;
}
.item-price {
  margin: 8px 0 0 ;
}
/*-----------------------------------------------
お問い合わせフォーム
-----------------------------------------------*/
.cform {
  width: 100%;
  margin: auto;
}
.cform tr {

}
.cform tr:first-child th {
  border-radius: 10px 0 0 0;
}
.cform tr:last-child th {
  border-radius: 0 0 0 10px;
}
.cform th {
  font-size: 14px;
  width: 25%;
  border-bottom: solid 3px #EEF3F4;
  padding: 10px 0 10px 15px;
  font-weight: bold;
  vertical-align: middle;
  color: #fff;
  background-color: var(--child-back-fir);
}
.cform td {
  font-size: 14px;
  border-bottom: solid 3px #EEF3F4;
  padding: 10px 5px;
}
.cform [type=submit] {
	display: inline-block;
	font-size: 20px;
	padding: 10px 30px;
	text-decoration: none;
	background: #23a0c2;
	color: #FFF;
	border-bottom: solid 4px #B17C00;
	border-radius: 3px;
}
.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	width: 99%;
  margin: 0 5px;
}
.required-srt {
  font-size: 10pt;
  font-weight: bold;
  padding: 5px;
  background: var(--contact-equired);
  color: #000;
  border-radius: 3px;
  margin-left: 0;
  vertical-align: middle;
}
.required-srt2 {
	font-size: 10pt;
  font-weight: bold;
	padding: 5px;
	background: #adb5bd;
	color: #000;
	border-radius: 3px;
	margin-left: 0;
	vertical-align: middle;
}
.zip-box {
  margin-left: 6px;
}
@media screen and (max-width:992px) {
  .cform th {
    width: 30%;
  }
}
@media only screen and (max-width:767px) {
  .cform {
    width: 100%;
  }
	.cform th,
	.cform td {
		width: 100%;
		display: block;
		border-top: none;
	}
  .cform tr:first-child th {
    border-radius: 0;
  }
  .cform tr:last-child th {
    border-radius: 0;
  }
}
.submit-btn input {
	background: var(--child-back-fir);
	width: 60%;
	max-width: 550px;
	min-width: 220px;
	margin: 30px auto;
	display: block;
	border: 2px #000 solid;
	text-align: center;
	padding: 5px;
	color: #fff;
	transition: all 0.4s ease;
}
.submit-btn input:hover {
	background: #fff;
	color: #000;
  font-weight: bold;
}
/* stepbar */
.stepBar {
  display: flex;
  max-width: 80%;
  position: relative;
  margin: 20px auto;
  text-align: center;
}
.stepBar li {
  font-size: 12px;
  list-style: none;
  position: relative;
  width: 33.333%;
  /* add */
  text-align: center;
}
.stepBar li:after {
  background: #e0e0e0;
  content: "";
  width: calc(100% - 35px);
  height: 4px;
  position: absolute;
  left: calc(-50% + 23px);
  top: 20px;
}
.stepBar li:first-child:after {
  display: none;
}
.stepBar li span {
  background: #e0e0e0;
  color: #000;
  display: inline-block;
  height: 45px;
  margin-bottom: 5px;
  line-height: 45px;
  width: 45px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 35%;
  text-align: center;
}
.stepBar .visited:after {
  background: #e0e0e0;
}
.stepBar .visited span {
  background: var(--child-back-fir);
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}
.stepBar .visited p {
  font-weight: bold;
}
/* autozip */
#autozip {
  background-color: var(--child-back-fir);
}
/* ttl_txt */
.header .ttl_txt {}
.header .ttl_txt p {
  color: var(--child-back-fir);
  font-weight: 600;
}
.header .ttl_txt p span {}
/*------------------ 追従ナビ ------------------*/
.low-button{
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}
.active{
  opacity: 1;
  visibility: visible;
}
.low-button{
	position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
	z-index: 11;
}
.low-button.js_hide {
	transform: translateY(100%);
}
.low-button ul {
  margin: 0 auto;
	background: rgba(8, 30, 43, .8);
	display: flex;
  justify-content: space-around;
}
.low-button li a:hover {
  text-decoration: none;
}
.low-button li a span:hover {
}
.low-btn {
  opacity: 0;
  visibility: hidden;
  
}
.active{
  opacity: 1;
  visibility: visible;
}
/*-----------------------------------------------
child-page
-----------------------------------------------*/

