/*ーーーーーーーーーーーーーーーーーーーーーー追加分ーーーーーーーーーーーーーーーーーーーーーー*/
@charset "UTF-8";
@import url("grid.css");
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amiri&display=swap');



img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
    color: #666;
    text-decoration-line: none;
}
a:hover { 
    color: #999;
}
a img:hover {
	opacity: 0.8;
}
.blueback {
	background-color: #003399;
	color: #fff;
	padding: 1rem;
}
.underline {
	border-bottom: 3px solid #003399;
	padding-bottom: 0.5rem;
}
.center {
	text-align: center;
}

/*ヘッダー
-------------------------------------*/
.head {
	display: flex;
    flex-direction: row;
    padding: 0 0 0 1rem;
}

.head h1 { 
    padding: 1rem 0 0 0;
	width: 250px;
}
.cartbox {
	margin-left: auto;
	font-size: 1.25rem;
	padding: 1rem 0 0 0;
}
.back {
	text-align: left;
	font-size: 1.5rem;
	font-weight: bold;
	margin-left: 1rem;
}
.menu {
	background-color: #999;
}

nav ul {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
	margin-bottom: 0;
}
nav li {
    flex: 1 0 auto;
	margin-bottom: 0;
}
nav li a {
    text-decoration: none;
    text-align: center;
	color: #fff;
}
nav a:hover {
    background-color: #AAA;    
	color: #fff;
}
nav a {
    padding: 2rem 1rem;
	display: block;
}

@media screen and (min-width: 600px){
/* PC時はMENUボタンを非表示 */
#open,#close {
    display: none !important;
}

#navi {
    display: block !important;
}
}

@media screen and (max-width: 600px){
.head {
	flex-direction: column;
    text-align: left;
    margin-bottom: 20px;
}
.cartbox {
	margin-left: 0;
	text-align: left;
	padding: 0;
}
.head #open,#close  {
    position: absolute;
    top: 20px;
    right: 12px;
    }
nav ul {
	flex-direction: column;
}

nav li {
	padding-top: 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0;
}
.head h1 { 
    padding: 1rem 0 0 0;
	width: 75%;
}
/* スマホ時はMENUボタンを表示 */
#open,#close  {
    display: block;
    width: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
/* スマホ時はメニューを非表示 */
#navi {
    display: none;
}
}
/*メイン画像
-------------------------------------*/
#mainimg{
	position: relative;
    overflow:hidden;
    width:100%;
    height:auto;
}
#mainimg img {
	width: 100%;
}

#slogan{
	position: absolute;
    top: 90%;
	width: 100%;
	-webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
	color: #fff;
	line-height: 1.2;
	text-align: center;
}

#slogan h4{
	font-size: 40px;
	font-family: 'Amiri', serif;
}

/*Pick upマーク
-------------------------------------*/
pickupmark {
  display        : inline-block;       /* インラインボックス定義  */
  background     : #ff0000;            /* 背景色                  */
  color          : #ffffff;            /* 文字色                  */
  font-weight    : bold;               /* 太字                    */
  font-size      : 11pt;               /* ベースの文字サイズ      */
  letter-spacing : 0px;               /* 文字間隔詰め            */
  line-height    : 1;                  /* 1行の高さ               */
  vertical-align : text-top;                /* 基準の高さ位置          */
  margin         : 0;                  /* 外余白なし              */
  padding        : 2px;                /* 反転時の内余白          */
  transform      : scale(0.6)          /* 文字サイズ変更          */
                   translateX(-30%);    /* 横位置調整              */
                                       /* ブリンクのアニメ指定    */
  animation      : newAnime .7s infinite alternate;
}
@keyframes newAnime {
   0% { color      : #ff0000;          /* ブリンク時の文字色      */
        background : #ffffff;          /* ブリンク時の背景色      */
      }
 100% { color      : #ffffff;          /* ブリンク時の文字色      */
        background : #ff0000;          /* ブリンク時の背景色      */
      }
}

/*SOLD OUTマーク
-------------------------------------*/
soldoutmark {
  display        : inline-block;       /* インラインボックス定義  */
  background     : #999;            /* 背景色                  */
  color          : #ffffff;            /* 文字色                  */
  font-weight    : bold;               /* 太字                    */
  font-size      : 11pt;               /* ベースの文字サイズ      */
  letter-spacing : 0px;               /* 文字間隔詰め            */
  line-height    : 1.5;                  /* 1行の高さ               */
  vertical-align : middle;                /* 基準の高さ位置          */
  margin         : 0;                  /* 外余白なし              */
  padding        : 2px 4px;                /* 反転時の内余白          */
  transform      : scale(0.6)          /* 文字サイズ変更          */
                   translateX(-30%);    /* 横位置調整              */
}



/*メインコンテンツ
-------------------------------------*/
main {
    margin: 2rem 0 2rem 0;
}

/*ショッピング
-------------------------------------*/
.mainphoto {
	margin:0 1rem 0 1rem;
}
.shopping h2 {
    border-left : solid 1rem #000;
	border-bottom: dashed 1px #000;
	color: #000;
	margin:2rem 0 1rem 1rem;
	padding: 1rem;
}
.ems {
	padding-left: 1rem;
}


/*新着情報 Information
-------------------------------------*/
.news h2 {
    border-left : solid 1rem #000;
	border-bottom: dashed 1px #000;
	color: #000;
	margin:1rem 0 0 0;
	padding: 1rem;
}
.news li {
    list-style-type: none;
	border-bottom: 1px solid #ccc;
	margin:1rem 0 2rem 0;
	padding: 0rem 1rem;
}
/*HOW TO
-------------------------------------*/
.title h2 {
    border-left : solid 1rem #000;
	border-bottom: dashed 1px #000;
	color: #000;
	margin:1rem 1rem 0 1rem;
	padding: 1rem;
}

/*フッター
-------------------------------------*/
footer {
  padding: 3rem 0 3rem 0;
  box-sizing: border-box;
  margin: 3rem auto 0 auto;
  background-color: #fff;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
footer h5 {
    border-bottom: 2px solid #fff;
}

/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
    background-color: #fff;
}
.copyright a {
    color: #000;
    text-decoration: none;
	display: inline-block;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    background: #000;
    color: #fff;
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}
#pagetop a:hover {
    background: #555;
}
/*パンくずリスト
-----------------------------------*/
.breadcrumb {
    margin: 0 0 1em 0;
    padding: 0;	
}
.breadcrumb li {
    list-style-type: none;
}
.breadcrumb li a {
    display: inline-block;
    color: #959fa5;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

.hes-shopping {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  padding: 10px;
  columns: 4;
}

.hes-item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  padding: 10px;
  columns: 4;
}
.item {
  width: 100%;
  padding: 5px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.itemsoldout {
  width: 100%;
  padding: 5px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  background-color: #999;
  box-sizing: border-box;
}
.itemempty {
  width: 100%;
  padding: 5px;
  margin-bottom: 20px;
  border: 1px solid #fff;
  box-sizing: border-box;
}



.item-image {
  margin-bottom: 5px;
}
.item-image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.newarrival {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  background: #000;
  text-align: center;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
}



.boldcolor {
	font-weight: bold;
	color: #000;
}
.boldtext {
	font-weight: bold;
}
.boldwhite {
	font-weight: bold;
	color: #FFF;
}
.text122 {
	font-size: 12px;
	line-height: 14px;
	padding: 0 1rem 0 0;
}
.text122boldred {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding: 0 1rem 0 0;
}
.text12 {
	font-size: 12px;
	line-height: 14px;
}
.boldred {
	font-size: 12px;
	font-weight: bold;
	color: #F00;
}
.intext {
	margin-left: 20px;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-right: 20px;
}
.text12bold {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.text12boldwhite {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

.text10boldred {
	font-size: 10px;
	font-weight: bold;
	color: #f00;
}

.text14 {
	font-size: 14px;
	line-height: 16px;
	padding: 10px;
}
.text10 {
	font-size: 10px;
	line-height: 12px;
}
.text1113 {
	font-size: 11px;
	line-height: 13px;
	padding-left: 1rem
}


/*ーーーーーーーーーーーーーーーーーーーーーーアコーディオンshu-sait.com/css-accordion-menu-tukurikata/ーーーーーーーーーーーーーーーーーーーーーー*/


.acd_menu-wrap {
    width: 100%;
    margin: 0 auto;
}
.acd_menu-wrap label {
    border: 2px solid;
    border-color: #000;
    color: #000;
    display: block;
    padding: 15px;
    cursor: pointer;
    text-align: left;
	font-size: 18px;
}
.acd_menu-wrap input {
    display: none;
}
.acd_menu-wrap ul {
    background-color: #fff;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.acd_menu-wrap li {
    overflow: hidden;
    line-height: 3;
    transition: all 1.5s;
	max-height: 0;
}
#acd-menu2024:checked~.acd-list2024 li, 
#acd-menu2023:checked~.acd-list2023 li, 
#acd-menu2022:checked~.acd-list2022 li,
#acd-menu2021:checked~.acd-list2021 li, 
#acd-menu2020:checked~.acd-list2020 li, 
#acd-menu2019:checked~.acd-list2019 li,
#acd-menu2018:checked~.acd-list2018 li,
#acd-menu2017:checked~.acd-list2017 li,
#acd-menu2016:checked~.acd-list2016 li,
#acd-menu2015:checked~.acd-list2015 li,
#acd-menu2014:checked~.acd-list2014 li,
#acd-menu2013:checked~.acd-list2013 li,
#acd-menu2012:checked~.acd-list2012 li,
#acd-menu2011:checked~.acd-list2011 li,
#acd-menu2010:checked~.acd-list2010 li,
#acd-menu2009:checked~.acd-list2009 li,
#acd-menu2008:checked~.acd-list2008 li {
    height: auto;
	max-height: 3000px;
}



/*ーーーーーーーーーーーーーーーーーーーーーーwelcome JSーーーーーーーーーーーーーーーーーーーーーー*/


.welcome_text{
	color:#000;
}

.welcome_member_name{
	font-weight:bold;
	color:#000;
}

.member_login,
.member_registration,
.member_mypage,
.welcome_member_name,
.later_link,
.favorite_link,
.like_link,
.member_logout{
	margin-right:8px;
}

.ems_modal_overlay{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.30);
}
.ems_front{
	z-index:99999;
}
.ems_dlg{
	position: absolute;
	background: #fdfdfe;
	border-radius: 3px;
	max-width:100%;
}
.ems_title_bar{
	position: absolute;
	line-height: 27px;
	width: 100%;
	border-radius:3px 3px 0 0;
	background: transparent;
	display:table;
}
.ems_titlebar_text{
	background: transparent;
	color: #34495E;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-radius:3px 0 0 0;
	padding-left: 1em;
}
.ems_titlebar_close{
	background: transparent;
	border-radius:0 3px 0 0;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	width:30px;
	right: 0;
}
.ems_titlebar_close:hover{
	background: #D2D2D2;
}
.ems_titlebar_close, 
.ems_titlebar_text {
	display:table-cell;
}
.ems_dlg_ele{
	position: relative;
	margin-top: 30px;
	overflow: auto;
	width: 100%;
	max-height: 100vh;
	max-height: -moz-calc(100% - 50px);
	max-height: -webkit-calc(100% - 50px);
	max-height: calc(100vh - 50px);
	font: 14px Meiryo UI,Myriad,Helvetica,Tahoma,Arial,clean,sans-serif;
	color: #34495E;
	line-height: 1.8em;
	background: #fdfdfe;
	border-radius: 0 0 3px 3px;
}

.ems_dlg_ele .bottom_buttons{
	margin: 40px auto 15px;
}

.ems_dlg_con{
	margin: .5em 1em;
}
</style>



/*ーーーーーーーーーーーーーーーーーーーーーーここまで追加分ーーーーーーーーーーーーーーーーーーーーーー*/

body {
  box-sizing: border-box;
  font-family: Arial,ヒラギノ角ゴシック;
  margin: 0;
  background-color: #fff;
  height: 100vh;
}



.btn {
  display: inline-block;
  background-color: firebrick;
  padding: 6px 12px;
  color: #fff;
  border-radius: 18px;
  text-decoration: none;
  transition: 0.3s;
}

.btn:hover {
  filter: brightness(1.1);
}

.hes-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  padding: 10px;
  columns: 4;
}

.hes-gallery img {
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
  cursor: pointer;
}

.hes-gallery img:hover {
  transform: scale(1.04);
  box-shadow: 2px 2px 6px #555;
}


h1 {
  margin-top: 10px;
  margin-bottom: 1px;
  margin-left: 10px;
  font-variant: small-caps;
  text-align: left;
  color: #000;
}
h2 {
  margin-top: 10px;
  margin-bottom: 1px;
  margin-left: 10px;
  font-variant: small-caps;
  text-align: left;
  color: #000;
}
h3 {
  margin-top: 30px;
  font-variant: small-caps;
  text-align: left;
  color: #000;
}

p {
  margin: 0;
}

@media (max-width: 1000px) {
 nav {
    width: 100%;
  }
  main {
    width: 100%;
  }
  footer {
    width: 95%;
  }
  header img {
    width: 80%;
    object-fit: contain;
  }
  .hes-gallery {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
.hes-item {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .hes-gallery {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
	.hes-item {
    grid-template-columns: 1fr 1fr;
  }
	#slogan h4{
	font-size: 25px;
	font-weight:bold;
}
}
