    @charset "UTF-8";

/**********************************************共通*******************************************/
:root {
	--icon-width: 0.7px;
	--icon-color: black;
}
*{
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  font-family:'Noto Serif JP',serif;
  font-weight: 300;
  text-box: trim-both cap alphabetic;
  color: #485552;
  letter-spacing: 0.05em;
  font-weight: 400;
  box-sizing: border-box;
}

img{
  text-box-trim: none;
}

table{
  border-collapse: collapse;
  width: 100%;
}

body.lock{
  overflow: hidden;
}

.lang_en,.lang_en *{
  font-family: "Cinzel", serif;
}

img{
  width: 100%;
  height: auto;
}

.logo_icon{
  width:100%;
}

main .main_containtar{
  overflow: hidden;
}

.tab{
  display: none;
}
.sp{
  display: none;
}


@media screen and (max-width:1023px){
  .tab{
    display: block;
  }
  .pc{
    display: none;
  }
}

@media screen and (max-width:767px){
  .sp{
    display: block;
  }
}

#wrapper,.wrapper{
  position: relative;
}

.text_box h2.text_box_title{
  font-size: 28px;
  color: #485552;
  margin-bottom: 40px;
  font-weight: 600;
}

.text_box .text_box_sub_title{
  color: #00493A;
  font-size: 20px;
  line-height: 160%;
  padding-bottom: 20px;
  margin-bottom: 70px;
  border-bottom: #00493A 0.5px solid;
}

.text_box p{
  font-size: 18px;
  color: #485552;
  line-height: 220%;
}

.title_box2{
  text-align: center;
  margin-bottom: 100px;
}

.title_box2 h2.text_box2_title{
  color: #485552;
  font-size: 28px;
  line-height: 160%;
  margin-bottom: 30px;
  font-weight: 600;
}

.title_box2 h3.text_box2_sub_title{
  font-size: 20px;
  line-height: 160%;
  color: #00493A;
}


.container_1440{
  max-width: 1440px;
  margin: 0 auto;
  width: 88.75%;
}

/*タブレット*/
@media screen and (max-width:1180px){
  h2.text_box_title{
    font-size: 28px;
  }
  .text_box h2.text_box_title{
    font-size: 22px;
    margin-bottom: 40px;
  }
  .text_box .text_box_sub_title{
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 50px;
  }
  .text_box p{
    font-size: 16px;
  }
  .title_box2{
    margin-bottom: 50px;
  }
  .title_box2 h2.text_box2_title{
    font-size: 22px;
    margin-bottom: 22px;
  }
  .title_box2 h3.text_box2_sub_title{
    font-size: 16px;
  }
  .container_1440{
    width: calc(100% - 40px);
  }
}

/*スマホ*/
@media screen and (max-width:500px){
  .text_box h2.text_box_title{
    font-size: 20px;
  }
  .title_box2 h2.text_box2_title{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .container_1440{
    width: calc(100vw - 31px);
  }
}

.loading{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 999;
}

.icon-plus {
	color: var(--icon-color);
	width: 24px;
	height: 24px;
	position: relative;
}
.icon-plus:before,
.icon-plus:after {
	content: "";
	position: absolute;
	top: 12px;
	width: 24px;
	height: var(--icon-width);
	background-color: currentColor;
}


/*スマホ*/
@media screen and (max-width:500px){
  .icon-plus {
	  width: 19px;
	  height: 19px;
  }
  .icon-plus:before,
  .icon-plus:after {
	  top: 9.5px;
	  width: 19px;
  }
}

/******************************************共通ここまで****************************************/


/********************************************header*******************************************/

header{
  border-bottom: solid 0.7px #00493A;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
  padding: 0 50px;
}

header:not(.top){
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  /* width: calc(100% - 100px); */
  z-index: 100;
}

header.top_mv{
  border-bottom: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* width: calc(100% - 100px); */
  z-index: 100000;
}

header.top_mv.active{
    position:fixed;
}

@media screen and (min-width:1181px){
  header.topfixed{
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    width: 100%;
    /* width: calc(100% - 100px); */
    z-index: 1000000;
    opacity: 0;
    background-color: rgba(255,255,255,0.5);
  }
  header.topfixed_transition{
    transition: .6s;
  }
  header.topfixed.move{
      opacity: 1;
  }
}

.header_inner_cover{
  width: 100%;
  /* width: calc(100% - 200px); */
}

header.top_mv .header_inner .nav{
  opacity: 0;
  visibility: hidden;
  /* height: 0; */
}

.header_inner{
  display: flex;
  align-items: center;
  justify-content:end;
  width: 100%;
}

header .logo{
  width: 479px;
  display: flex;
  align-items: center;
  z-index: 105;
}


header .logo .logo_icon{
  transition: .5s;
}

.header_inner .nav ul{
  display: flex;
  gap: 60px;
}

.header_inner .nav ul li a{
  font-size: 18px;
  display: block;
  color: #00493A;
}

.header_inner .nav ul li a span{
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    display: block;
    text-align: center;
    color:#00493A;
    padding-top:10px;
}

header.active .header_inner .nav ul li a span{
  font-size:14px;
}

.header_inner .nav ul li a:hover{
  opacity: 0.6;
}

.header_btns{
  display: flex;
  align-items: center;
  gap: 30px;
  margin-right:100px;
}

header:not(.top):not(.active) .header_btns{
    margin-right:0;
    margin-left:80px;
}

header.topfixed:not(.active) .header_btns{
  margin-left:80px;
}

header.active .header_btns{
    opacity:0;
}

header.active.active2 .header_btns{
    opacity:1;
    transition: opacity .5s;
}

header.active.active2 .header_inner .nav ul li a span{
    color:#979797;
    text-align:left;
}

.header_btns .header_btn{
  /* border: solid 0.7px #00493A; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_btns .header_btn a{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  height: 50px;
  color: #00493A;
  font-size: 18px;
}

.header_btns .header_btn a .icon_image{
    width:38px;
    display:block;
}

header.active .header_btns .header_btn a .icon_image{
    width:26px;
}

header.active .header_btns{
    max-width: 470px;
    width:100%;
    margin-right:0;
}

header.active .header_btns .header_btn{
   width:calc(50% - 7.5px); 
}
 
header.active .header_btns .header_btn a{
   height:75px;
   border: solid 0.7px #D5D5D5;
   width:100%;
   gap:10px;
   flex-direction: column;
}

header.active .header_btns .header_btn:nth-child(2) a{
    background-color:#fff;
}

header:not(.move) .header_btns .header_btn a .icon_image{
    transition:.5s;
}

header .header_btns .header_btn p{
    display:none;
    font-size:15px;
}

header.active .header_btns .header_btn p{
    display:block;
    color:#fff;
}

header.active .header_btns .header_btn:nth-child(2) p{
    color: #00493A;
}

header .nav{
  padding-left: 15%;
}


.hamburger {
  position: relative;
  width: 50px;
  height: 30px;
  cursor: pointer;
}
.hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: #00493A;
}

header.top:not(.move) .hamburger span {
  background-color: #fff;
}

.hamburger, .hamburger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}

.hamburger {
  display: none;
  z-index: 1000;
}

header.top_mv .hamburger {
  display: block;
}

.hamburger span:nth-of-type(1) {
  top: 0;
}
.hamburger span:nth-of-type(2) {
  top: 15px;
}
.hamburger span:nth-of-type(3) {
  bottom: 0;
}

.hamburger.active span:nth-of-type(1) {
  -webkit-transform: translateY(14px) rotate(-45deg);
  transform: translateY(14px) rotate(-45deg);
}
.hamburger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-btn_hamburger .8s forwards;
  animation: active-btn_hamburger .8s forwards;
}
@-webkit-keyframes active-btn_hamburger {
  100% {
    height: 0;
  }
}
@keyframes active-btn_hamburger {
  100% {
    height: 0;
  }
}
.hamburger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
}


header.top_0 .header_inner .nav{
  transition: opacity .5s,visibility .5s;
}

header.top_mv .header_inner .nav{
    opacity: 0;
    visibility: hidden;
}

header.top_mv.active .header_inner{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    overflow-y: auto;
    transition: opacity .5s,visibility .5s,background .5s;
}

header.top_mv.active .header_inner{
    flex-direction: column;
    justify-content: start;
    padding: 150px 40px 50px 40px;
    min-height: auto;
    width: 100%;
    /* width: calc(100% - 80px); */
    gap: 40px;
}

header.top_mv.active.active2 .header_inner{
        background-color: #00493A;
}

header.top_mv.active .header_inner .nav ul{
  flex-wrap: wrap;
  gap: 25px;
  max-width: 470px;
  margin:0 auto;
}
header.top_mv.active .nav ul li{
  width: 100%;
}
header.top_mv.active .nav ul li a{
  font-size: 18px;
  color: #fff;
  padding-bottom: 20px;
  border-bottom: solid #B8B8B8 0.7px;
}

header.top_mv.active .header_inner .nav{
  padding-left:0;
}

header.top_mv.active2 .header_inner .nav{
    opacity: 1;
    visibility: visible;
}

header .header_btns .header_btn a:hover{
    opacity:.6;
}

@media screen and (min-width:1181px){
    header.topfixed .header_btns{
        margin-right:0;  
    }
}

@media screen and (max-width:1645px){
  header .nav{
    padding-left: 10%;
  }
}

@media screen and (max-width:1550px){
  header .nav{
    padding-left: 5%;
  }
}


@media screen and (max-width:1500px){
  header{
    height: 80px;
  }
  .header_inner .nav ul{
    gap: 30px;
  }
  .header_btns{
    gap: 20px;
  }
}

@media screen and (max-width:1300px){
  header,header:not(.top){
    width: 100%;
    /* width: calc(100% - 60px); */
  }
  header.topfixed,header.top_mv{
    width: 100%;
    /* width: calc(100% - 60px); */
  }
  header .nav{
    padding-left: 3%;
  }
}

@media screen and (max-width:1230px){
  .header_inner .nav ul{
    gap: 15px;
  }
  .header_btns{
    gap: 10px;
  }
}


/*タブレット*/
@media screen and (max-width:1180px){
  header{
    height: auto;
    border-bottom: none;
    padding: 30px 20px 0 20px;
  }
  header .logo{
      width:54.6%;
      max-width: 420px;
      position: absolute;
      left: 20px;
      top: 30px;
  }
  header:not(.top) .logo{
    right:0;
    left:-25px;
    margin:0 auto;
  }
  header.top{
    width: 100%;
    /* width: calc(100% - 60px); */
    position: fixed;
    opacity: 1;
    z-index: 1000000;
  }
  header .header_inner .nav{
    display:none;
  }
  header.active .header_inner .nav{
    display:block;
  }
  .hamburger{
    display: inline-block;
    position: absolute;
    top: 30px;
    right: 20px;
  }
  header:not(.top) .hamburger{
    left:20px;
  }
  .hamburger.active span {
    background-color: #fff;
  }

header.active .header_inner_cover,header.active.top_mv .header_inner_cover{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    background-color: #00493A;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
header.active .header_inner{
    flex-direction: column;
    justify-content: start;
    padding: 150px 40px 50px 40px;
    min-height: 100%;
    width: 100%;
    gap: 40px;
}
header:not(.top){
  width: 100%;
}
header .nav{
  padding-left: 0;
   max-width: 470px;
}
header.active .header_inner .nav ul{
  flex-wrap: wrap;
  gap: 25px;
}
header .nav ul li{
  width: 100%;
}
header .nav ul li a{
  font-size: 20px;
  padding-bottom: 25px;
  border-bottom: solid #B8B8B8 0.7px;
}
.header_inner .nav ul li a{
  color: #fff;
}
header .header_btns{
  gap: 15px;
  width:auto;
}
header .header_btns .header_btn a{
  flex-direction: column;
  font-size: 16px;
  height: 100%;
}
.header_btns .header_btn:nth-child(1) .icon_change span{
  color: #fff;
}
header .header_btns .header_btn:nth-child(2) a span{
  color: #00493A;
}
header .header_btns .header_btn:nth-child(1) .icon_change .icon_change_target_green{
  stroke: #fff;
}
header .header_btns .header_btn:nth-child(2) .icon_change .icon_change_target_white{
  stroke: #00493A
}
header.active .header_inner_cover,header.top.active .header_inner_cover{
    opacity: 1;
    visibility: visible;
}
}

@media screen and (max-width:950px){
    header.active:after{
    background-color: #00493A;
    height: 80px;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
    z-index: 100;
  }
}


/*スマホ*/
@media screen and (max-width:500px){
    header{
      padding: 20px 17px 0 17px;
    }
    header.top{
      width: 100%;
    }
    header:not(.top){
      width: 100%;
    }
    header .logo{
      width:58.6vw;
      max-width: 220px;
      top: 20px;
      left: -28px;
      right:0;
      margin:0 auto;
      transition: width .5s;
    }
    header.active .logo{
      left:-10px;
    }
    header.active:not(.top) .logo{
      left:30px;
    }
    header.active2 .logo{
        width:calc(100% - 71px);
        max-width:289px;
    }
    .hamburger {
      width: 30px;
      height: 19.5px;
      top: 20px;
      left: 17px;
    }
    header:not(.top) .hamburger{
        left:17px;
    }
    .hamburger span:nth-of-type(2) {
      top: 9px;
    }
    .hamburger.active span:nth-of-type(1) {
      -webkit-transform: translateY(9px) rotate(-45deg);
      transform: translateY(9px) rotate(-45deg);
    }
    .hamburger.active span:nth-of-type(3) {
      -webkit-transform: translateY(-9px) rotate(45deg);
      transform: translateY(-9px) rotate(45deg);
    }
    .header_btns {
        margin-right: 0;
    }
    .header_btns .header_btn a .icon_image{
        width:24px;
    }
    header .header_btns{
        gap:3.4vw;
    }
}

@media screen and (max-width:350px){
  .header_btns .header_btn a,header.top.active .header_btns .header_btn a{
    font-size: 4.2vw;
  }
}

header.top .logo{
 -webkit-transition: transform .6s, opacity .6s, width .6s;
  transition: transform .6s, opacity .6s, width .6s;
  -webkit-transform: translateY(-2rem);
  transform: translateY(-2rem);
  opacity: 0;
  -webkit-transition-delay: 1.8s, width 0;
  transition-delay: 1.8s, width 0;
}

header.top .hamburger{
 -webkit-transition: transform .6s, opacity .6s;
  transition: transform .6s, opacity .6s;
  -webkit-transform: translateY(-2rem);
  transform: translateY(-2rem);
  opacity: 0;
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

header.top .header_btns{
   -webkit-transition: transform .6s, opacity .6s;
  transition: transform .6s, opacity .6s;
  -webkit-transform: translateY(-2rem);
  transform: translateY(-2rem);
  opacity: 0;
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

header.fade_active .logo{
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

header.fade_active .header_btns{
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

header.active .header_btns{
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: opacity .5s;
}

header.active.active2 .header_btns{
  opacity: 1;
}

header.fade_active .hamburger{
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/*****************************************headerここまで***************************************/
/********************************************footer********************************************/
footer{
  background-color: #00493A;
  padding: 80px 0;
}

.footer_inner{
  display: flex;
  justify-content:space-between;
}

.footer_logo{
  width: 375px;
  margin-bottom: 62px;
}

footer .langButtomBox .clearfix{
  display:flex;
  gap:10px;
  align-items: center;
}

footer .langButtomBox select{
  font-family: 'Noto Serif JP';
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  padding:10px;
  border-radius:5px;
}

footer .footerMenu02{
  display:flex;
  gap:60px;
}

footer .footerMenu02 ul{
  display:flex;
  flex-direction: column;
  gap:25px;
}

footer .footerMenu02 ul li a{
  color:#fff;
  font-size: 16px;
  line-height: 229.99999999999997%;
}

footer .footerMenu03{
  display:flex;
  flex-direction: column;
  justify-content:space-between;
}

footer .footerMenu03 .instaLogo{
  height:45px;
  padding:0 20px;
  border:solid 1px #fff;
  border-radius:6px;
  display:flex;
  align-items: center;
}

footer .footerMenu03 .instaLogoInnter{
  display:flex;
  align-items: center;
  gap:20px;
}

footer .footerMenu03 .instaLogo .icon_image{
  width:25px;
}

footer .footerMenu03 .instaLogoInnter span{
  color:#fff;
  font-size: 16px;
  line-height: 200%;
}


footer .footerMenu03 small{
  font-family: Cinzel;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.07em;
  color:#fff;
}

footer .footerNav .icon_image{
  width:13px;
  display:inline-block;
  margin-left:8px;
}

@media screen and (max-width:1350px){
  footer .footerMenu02{
    gap:30px;
  }
  .footer_logo {
    width: 275px;
    margin-bottom: 62px;
  }
}

/*タブレット*/
@media screen and (max-width:1180px){
  .footer_inner {
    flex-direction: column;
    gap:60px;
  }
  .footer_logo {
    width: 475px;
    margin-bottom: 65px;
  }
  footer .langButtomBox .clearfix{
    height:35px;
  }
  footer .footerMenu02{
    gap:100px;
  }
  footer .footerMenu02 ul{
    gap:30px;
  }
  footer .footerMenu03{
    flex-direction: row;
    align-items: center;
  }
}

/*スマホ*/
@media screen and (max-width:670px){
  footer {
    padding: 50px 0;
  }
  .footer_logo {
      width: 100%;
      margin-bottom: 50px;
  }
  .footer_inner{
    gap:50px;
  }
  footer .footerMenu02{
    flex-direction: column;
    gap:25px;
  }
  footer .footerMenu02 ul {
      gap: 25px;
  }
  footer .footerMenu03{
    flex-direction: column;
    align-items: start;
    gap:50px;
  }
  footer .footerMenu03 .instaLogo .icon_image {
    width: 20px;
  }
  footer .footerMenu03 .instaLogoInnter span{
    font-size:15px;
  }

}

/******************************************footerここまで****************************************/

/****************************************KVスクロールボタン***************************************/

.scroll_down {
  position: absolute;
  left: 50px;
  bottom: 0;
  z-index: 10000;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.scroll_down.active{
  opacity: 1;
}

.scroll_down:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  }

.scroll_down a {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 10px;
  padding-bottom:150px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  letter-spacing: .2em;
  text-decoration: none;
  writing-mode: vertical-lr;
  transition: .2s;
  margin: auto;
  z-index: 100;
}
.scroll_down a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1.5px;
  height: 150px;
  background: #fff;
}

.scroll_down a:hover {
  opacity: .5;
}

.scroll_down a:after {
  animation: sdl01 3s ease-in-out infinite;
}

@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

/*スマホ*/
@media screen and (max-width:500px){
  .scroll_down{
    left: 16px;
  }
  .scroll_down a {
    width: 10px;
    font-size: 14px;
    padding-bottom: 65px;
  }
  .scroll_down a:after {
    height: 65px;
  }
}

/************************************KVスクロールボタンここまで************************************/

.dots-box{
  display: flex;
  justify-content: center;
}

.dots-wrap {
    display: flex;
    justify-content:space-between;
    background-color: #B8B8B8;
}

.dots-wrap li {
    width: 30px;
    height: 2px;
    cursor: pointer;
}

.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
    background: #485552;
}

.text_fade{
  opacity: 0;
  transform: translateY(-30px);
  transition: .5s;
}

.text_fade.active{
  opacity: 1;
  transform: translateY(0);
}

/********************************************おすすめの商品*************************************/
.top_itemList{
  display:flex;
  gap:100px 50px;
  margin-bottom:100px;
}

.wrapper.top .top_itemList .item:nth-child(n+5){
  display:none;
}

.top_itemList .itemImg{
  text-box-trim: none;
  position: relative;
}

.top_itemList .itemImg img{
  margin-bottom:30px;
}

.top_itemList .item a{
  text-box-trim: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.top_itemList .item .image-resize{
  max-width:322px;
  max-height:322px;
  object-fit:cover;
  height:19.5vw;
  width:19.5vw;
  text-box-trim: none;
  overflow: hidden;
  margin-bottom:30px;
}

.top_itemList .item .image-resize img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition: .5s;
}

.top_itemList .item:hover .image-resize img{
    transform: scale(1.1);
}

.top_itemList .item .itemTitle{
  margin-bottom:50px;
}

.top_itemList .item .itemTitle h2{
  font-size: 18px;
  line-height: 180%;
  color: rgba(26, 26, 26, 1);
}

.top_itemList .item .label_image{
    top: -18px;
    left: -18px;
    height: auto;
    width: 80px;
}

.itemPrice{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:100%;
    height:40px;
    border:solid 0.7px #485552;
    border-radius:5px;
    padding:0 10px 0 20px;
}

.itemPriceTest,.preOrder{
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color:#485552;
}

.itemPriceTest span{
  font-weight: 300;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0;
  color:#979797;
}

.itemPrice .icon_image{
  width:20px;
}

.moreBtn{
  font-size: 22px;
  line-height: 170%;
  color:#485552;
  text-align: center;
  margin-bottom:150px;
}

.moreBtn a:hover{
  opacity:.6;
}

.moreBtn a .icon_image{
  width: 14px;
  display: inline-block;
}

.preOrder{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:100%;
    height:40px;
    border-radius:5px;
    padding:0 10px 0 20px;
    background-color:#EDF2F1;
    color:#485552;
}


@media screen and (max-width:1180px){
  .top_itemList{
      flex-wrap: wrap;
      gap:80px 0;
      justify-content: space-between;
  }
  .top_itemList .item{
    width:44vw;
  }
  .top_itemList .item .image-resize{
    width:44vw;
    height:44vw;
    max-width: none;
    max-height: none;
  }
  .top_itemList .item .label_image {
    top: -22px;
    left: -22px;
    height: auto;
    width: 98px;
  }
}


/*スマホ*/
@media screen and (max-width:500px){
    .top_itemList {
        gap: 60px 0;
    }
  .top_itemList .item .itemTitle h2{
    font-size:14px;
  }
  .top_itemList .item .image-resize img{
    margin-bottom:20px;
  }
  .top_itemList .item .itemTitle{
    margin-bottom:30px;
  }
  .itemPriceTest{
    font-size:16px;
  }
  .itemPrice{
    padding: 14px 10px;
    min-height:40px;
    height:auto;
  }
   .preOrder{
    font-size:14px;
    padding: 0 10px;
   }
   .moreBtn{
    font-size:18px;
    margin-bottom:80px;
   }
}


/********************************************おすすめの商品ここまで*************************************/

#itemSelect{
  margin-bottom:20px;
}