@charset "UTF-8";
@import url("https://image.raku-uru.jp/cms/fontcss/font.css");
/* reset
--------------------------------------*/
body, dl, dt, dd, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, blockquote {font-weight:450;}
body, dl, dt, dd, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, blockquote {margin:0;padding:0;font-style:normal;text-align:left;}
* html body{font-size:small; font:x-small;}
html{scroll-behavior: smooth;}
/**:first-child+html body{font-size: small; font: x-small;}*/
img, a img{border:0; vertical-align:bottom; padding:0px; margin:0px;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
ul,dl,ol{text-indent:0;}li{list-style:none;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal; font-weight:normal;}
input,textarea,select{font-family:inherit; font-size:inherit; font-weight:inherit;}
* html input,* html textarea,* html select{font-size:100%;}
*:first-child+html+input,*:first-child html+textarea,*:first-child+html select{font-size:100%;}
table{border-collapse:collapse; border-spacing:0; font-size: inherit; width:100%;}th,td{text-align:left; vertical-align:top;}caption{text-align:left;}
pre,code,kbd,samp,tt{font-family:monospace;}
* html pre,* html code,* html kbd,* html samp,* html tt{font-size:108%; line-height:100%;}
*:first-child+html pre,*:first-child html+code,*:first-child html+kbd,*:first-child+html+samp,*:first-child+html tt{font-size:108%; line-height:100%;}
input,select,textarea{font-size:100%; font-family:Verdana, Helvetica, sans-serif;}
input, textarea{margin:0; padding:0; vertical-align:middle;}
strong, em{font-weight:bold;}

*{scrollbar-color: #000 rgba(150,150,150,0.5); scrollbar-width: thin;}
html::-webkit-scrollbar {width: 8px; height: 8px;}
html::-webkit-scrollbar-thumb {background: #000;}
html::-webkit-scrollbar-track {background: rgba(150,150,150,0.5);}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

ins {
  background-color: #f2f82f;
  color: #171216;
  text-decoration: none;
}

mark {
  background-color: #f2f82f;
  color: #171216;
  font-weight: bold;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

del {
  text-decoration: line-through;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #d2d2d2;
  margin: 1.0rem 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  border: none;
  vertical-align: middle;
  line-height: 0;
}

/*--------------------------------------
  'sm': 'screen and(max-width: 480px)
  'md': 'screen and(min-width: 768px)
  'lg': 'screen and(min-width: 960px)
  'xl': 'screen and(min-width: 1200px)

  #common
--------------------------------------*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


body {
  font-size:16px;
	line-height: 1.8;
	word-wrap: break-word;
	word-break: break-all;
	font-family: 'Zen Old Mincho', serif;
	color:#1a130c;
	background:#fff ;
}
body.gnav_open{
  overflow: hidden;
}
.mainsectionwrapper{
  margin-top: 3em;
  margin-bottom: 6em;
}
@media (max-width:960px){
  body {
    /* font-size:min(3.4vw,16px); */
  }
  .mainsectionwrapper{
    margin-top: 2em;
    margin-bottom: 4em;
  }
}

.nav_of{
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
  z-index: 101;
  cursor: pointer;
}
body.gnav_open .nav_of{
  opacity: 1;
  pointer-events: all;
}


input, textarea, button, select, i {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a,
a:visited {
  color:#000;
  text-decoration: none;
}

a:hover,
button:hover {
  color:#22af73;
  text-decoration: underline;
}


img {
  max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
  font-feature-settings: "palt";
}


/*  TEXTカラー
--------------------------------------*/
.txt-wt {
  color: #fff;
}

.txt-red, .red {
  color: #d70035;
}

.txt-blue {
  color: #006eb0;
}

.txtcl1{
  color: #ff8c00;
}
.txtcl2{
  color: #757575;
}


/*  調整用
--------------------------------------*/
.txt_center {
  text-align: center !important;
}
.txt_right {
  text-align: right !important;
}
.txt_left {
  text-align: left !important;
}
.bold {
  font-weight: bold;
}


.pagebox_wrapper{
	padding-right: 20px;
	padding-left: 20px;
}
.pagebox{
  margin-right:auto;
	margin-left:auto;
	width: 100%;
	max-width:1200px;
}
.pagebox.lv1{
  max-width: 1060px;
}
.pagebox.lv2{
  max-width: 1030px;
}
.pagebox.lv3{
  max-width: 940px;
}

.section-wrapper1:not(:first-child){
  margin-top: 5em;
}
@media (max-width:960px){
  .section-wrapper1:not(:first-child){
    margin-top: 4em;
  }
}


/* margin・padding
--------------------------------------*/
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.mt1 {margin-top: 1em;}
.mt2 {margin-top: 2em;}
.mt3 {margin-top: 3em;}
.mt4 {margin-top: 4em;}

.mb1 {margin-bottom: 1em;}
.mb2 {margin-bottom: 2em;}
.mb3 {margin-bottom: 3em;}
.mb4 {margin-bottom: 4em;}

.pt1 {padding-top: 1em;}
.pt2 {padding-top: 2em;}
.pt3 {padding-top: 3em;}
.pt4 {padding-top: 4em;}

.pb1 {padding-bottom: 1em;}
.pb2 {padding-bottom: 2em;}
.pb3 {padding-bottom: 3em;}
.pb4 {padding-bottom: 4em;}


/*  共通CSS
--------------------------------------*/
em, i, cite {
  font-style: normal;
}

strong, b {
  font-weight: bold;
}

blockquote, q {
  border-left: 4px solid #d2d2d2;
  margin: 0 0 2.4em 1rem;
  position: relative;
  display: block;
  color: #4a515c;
}
blockquote:after, q:after {
  content: "”";
  font-size: 90px;
  line-height: 0em;
  color: #dcdce0;
  position: absolute;
  right: 0;
  top: 100%;
}
blockquote p:last-child, q p:last-child {
  margin-bottom: 0;
}

/* FOAM
--------------------------------------*/
/* OSi　リセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

input, textarea, select {
  outline: 0;
}

/* 基本スタイル */
input[type="text"], input[type="email"], input[type="url"] {
  background: #fff;
  border: 1px solid #d2d2d2;
  padding: 0.2em 15px;
}
input[type="text"]::focus, input[type="text"]:hover, input[type="email"]::focus, input[type="email"]:hover, input[type="url"]::focus, input[type="url"]:hover {
  border: 1px solid #00AEE3;
}

button {
  cursor: pointer;
}

.buttonwrapper .button{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  height: 4.7em;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #BF9D6D;
  font-size: 110%;
  background: #fff;
  color: #87540c;
  font-weight: bold;
  text-decoration: none;
  transition: border .4s, color .4s, background .4s;
}
.buttonwrapper .button:hover{
  background: #BF9D6D;
  color: #fff;
  text-decoration: none;
}

input[type='checkbox'], input[type="radio"], input[type="submit"] {
  cursor: pointer;
}

textarea {
  border: 1px solid #d2d2d2;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: 230px;
  margin: auto;
}

/* 基本table
--------------------------------------*/
table {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
}

table table {
  width: 100%;
}

th, td {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d2d2d2;
  margin: 0 0 -1px 0;
  vertical-align: middle;
  padding:1em;
  display:block;
}

table tr:last-child td:last-child {
  margin-bottom:0;
}

th {
  background: #f6f6f7;
}

/* ご利用ガイド用スタイル */
table.about-tbl {
  margin: 24px auto;
  width: 100%;
}
table.about-tbl th, table.about-tbl td {
  padding: 10px;
}
table.about-tbl a {
  text-decoration: underline;
}

table.shipment-tbl {
  margin-bottom: 30px;
}
table.shipment-tbl table {
  margin-bottom: 15px;
}
table.shipment-tbl th, table.shipment-tbl td {
  font-size: 14px;
}
table.shipment-tbl td {
  padding: 5px 10px;
}
table.shipment-tbl thead th,
table.shipment-tbl thead td {
  text-align: center;
  font-weight: bold;
}
.shipment-tbl-normal-shippoint-point span {
  display: inline-block;
}
.shipment-tbl-tkbsize-defined {
  margin-top: 30px;
}
.shipment-tbl-tkbsize-defined thead td {
  background: #f6f6f7;
}
.shipment-tbl-tkbsize-defined tbody tr td:last-child {
  border-bottom-width: 2px;
}
.shipment-tbl-eidome a {
  text-decoration: underline;
}
@media (max-width:960px){
  table.style.mov,
  table.style.mov :is(tbody, tr, th, td){
    display: block;
  }
  table.style.mov tr + tr{
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  table.shipment-tbl th {
    max-width:22em;
  }
  table.shipment-tbl table th {
    max-width: 10em;
  }
  .shipment-tbl-tkbsize-defined tbody tr td:last-child {
    border-width: 1px;
  }
}

/* clearfix */
.cl, #header, #container, #main,
.main, #secondary, #footer {
  *zoom: 1;
}
.cl::after, #header::after, #container::after, #main::after,
.main::after, #secondary::after, #footer::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* キャリア別表示・非表示 */
.pc {display: none;}
.sp {display: block;}

@media screen and (min-width: 768px) {
  table table {
    min-width: 80%;
    max-width: 100%;
    width: auto;
  }
  th,td {
    margin-right: -1px;
    display: table-cell;
  }
}

@media screen and (min-width: 960px) {
  .pc {display: block;}
  .sp {display: none;}
}

/*--------------------------------------
  共通パーツ
--------------------------------------*/
/* SNS */
.sns li {
  display: inline-block;
}
.sns li a {
  color: #000;
}
.sns li a i {
  font-size: 24px;
  font-size: 2.4rem;
}

/* もっとリンク 右矢印 */
.more-link {
  text-align: right;
  margin-bottom: 1.5em;
  font-size: 14px;
  font-size: 1.4rem;
}
.more-link a {
  display: inline-block;
  text-decoration: none;
}
.more-link a::after {
  content: "\e902";
  font-family: "icomoon";
  color: #0079ff;
  margin-left: 5px;
}
.more-link a:hover {
  color: #106aa7;
  text-decoration: none !important;
}
.more-link a:hover::after {
  color: #106aa7;
}

/* パンくず */
.breadcrumbs {
  margin: 0 10px;
  padding: 6px 10px;
  text-align: left;
  background-color: #eee;
}
.breadcrumbs strong {
  font-weight: normal;
}
.breadcrumbs li {
  max-width: 100%;
  display: inline-block;
  color: #6d6d72;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.78;
}
.breadcrumbs a {
  text-decoration: underline;
}
.breadcrumbs li::after {
  content: " > ";
  margin: 0 5px;
  color: #c9c9c9;
}
.breadcrumbs li:last-child::after {
  content: "";
}
@media screen and (min-width: 600px) {
  .breadcrumbs {
    margin: 0;
    padding: 10px;
  }
}
@media screen and (min-width: 768px) {
  .breadcrumbs li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* ページ送り */
.pager {
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 94%;
}
.pager .prev,
.pager .next {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  height: 20px;
}
.pager .prev a,
.pager .next a {
  position: relative;
  color: #1a130c;
  line-height: 20px;
}
.pager .prev a::after,
.pager .next a::after {
  position: absolute;
  width: 14px;
}
.pager .prev {
  left: 0;
}
.pager .prev a {
  padding-left: 24px;
}
.pager .prev a::after {
  left: 0;
  content: "\e905";
  font-family: "icomoon";
  font-size: 16px;
}
.pager .next {
  right: 0;
}
.pager .next a {
  padding-right: 24px;
}
.pager .next a::after {
  right: 0;
  content: "\e90b";
  font-family: "icomoon";
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .pager {
    width: 60%;
  }
}

.page-num {
  display: inline-block;
}
.page-num ul {
  font-size: 0;
}
.page-num ul li {
  font-size: 14px;
  display: inline-block;
  margin: 0 15px;
}
.page-num ul li span {
  font-weight: bold;
  font-size: 16px;
}

/* 〇 */
.page-num2 {
  display: inline-block;
}
.page-num2 ul {
  font-size: 0;
}
.page-num2 ul li {
  font-size: 14px;
  display: inline-block;
  margin: 0 5px;
}
.page-num2 ul li a {
  display: block;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #000;
  color: #000;
}
.page-num2 ul li a:hover {
  background-color: #22af73;
  color: #fff;
  text-decoration: none;
}
.page-num2 ul li span a {
  font-weight: bold;
  background-color: #000;
  color: #fff;
}

/* □ */
.page-num3 {
  display: inline-block;
}
.page-num3 ul {
  font-size: 0;
}
.page-num3 ul li {
  font-size: 14px;
  display: inline-block;
  margin: 0 5px;
}
.page-num3 ul li a {
  display: block;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border: 1px solid #000;
  color: #000;
}
.page-num3 ul li a:hover {
  background-color: #22af73;
  color: #fff;
  text-decoration: none;
}
.page-num3 ul li span a {
  font-weight: bold;
  background-color: #000;
  color: #fff;
}

/* CSSボタン */
.css-batu, .css-plus {
  display: inline-block;
  position: relative;
  margin: 0 20px 0 7px;
  padding: 0;
  width: 4px;
  height: 20px;
  background: #000;
  cursor: pointer;
}

/* ×ボタン */
.css-batu {
  transform: rotate(45deg);
}
.css-batu::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 20px;
  height: 4px;
  margin-top: -2px;
  background: #000;
}

/* +ボタン */
.css-plus::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 20px;
  height: 4px;
  margin-top: -2px;
  background: #000;
}

/*  TOPへ戻る */
#page-top {
  position: fixed;
  height: 44px;
  bottom: 10px;
  right: 0;
  margin: 0 10px;
  font-size: 20px;
  font-size: 2rem;
  z-index: 999;
}
#page-top a {
  text-decoration: none;
  background: #22af73;
  opacity: 0.7;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#page-top a::after {
  content: "\e912";
  font-family: 'icomoon';
  color: #fff;
  font-size: 14px;
}
#page-top a:hover {
  text-decoration: none;
}

/*  TOPへ戻る〇 */
#page-top2 {
  position: fixed;
  height: 44px;
  bottom: 20px;
  left: 86%;
  font-size: 20px;
  font-size: 2rem;
  z-index: 999;
}
#page-top2 a {
  background: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  color: #000;
  width: 44px;
  height: 44px;
  text-align: center;
  display: inline-block;
  line-height: 44px;
  vertical-align: middle;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#page-top2 a::after {
  content: "\e912";
  font-family: 'icomoon';
  color: #fff;
  font-size: 14px;
}
#page-top2 a:hover {
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  #page-top2 {
    position: absolute;
    top: 0;
  }
}

/*--------------------------------------------
  検索フォームスタイル
--------------------------------------------*/
.searchform1,
.searchform2,
.searchform3,
.searchform4 {
  position: relative;
  height: 36px;
}
.searchform1 input,
.searchform2 input,
.searchform3 input,
.searchform4 input {
  border: none;
}
.searchform1 input[type="text"],
.searchform2 input[type="text"],
.searchform3 input[type="text"],
.searchform4 input[type="text"] {
  padding: 0 15px;
  position: absolute;
}
.searchform1 input[type="submit"],
.searchform2 input[type="submit"],
.searchform3 input[type="submit"],
.searchform4 input[type="submit"] {
  position: absolute;
  padding: 0;
}
.searchform1 button,
.searchform2 button,
.searchform3 button,
.searchform4 button {
  position: absolute;
  padding: 0;
}

/* 虫眼鏡ボタン付き検索（searchform1）
--------------------------------------------*/
.searchform1 input[type="text"] {
  background: #eee;
  border-right: none;
}

.sbox1 {
  height: 36px;
  left: 0;
  top: 0;
  width: 260px;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  border-radius: 2px 0 0 2px;
}
.sbox1:hover {
  border: none;
  background: #FFFDF4;
}

.sbtn1 {
  width: 40px;
  height: 36px;
  right: 0;
  top: 0;
  border-radius: 0 2px 2px 0;
  background: #000;
  color: #fff;
  border: none;
  border-left: none;
  font-size: 16px;
  font-size: 1.6rem;
}
.sbtn1::after {
  content: "\e92b";
  font-family: "icomoon";
  font-size: 20px;
  color: #fff;
}
.sbtn1:hover {
  background: #000;
  color: #fff;
}

/* 検索ボタン付き検索（searchform2）
--------------------------------------------*/
.searchform2 input[type="text"] {
  border-right: none;
  border: 1px solid #bfbfbf;
  background: #fff;
}
.searchform2 input[type="text"]:hover {
  /* border: solid 1px #00b7ee; */
}

.sbox2 {
  height: 36px;
  left: 0;
  top: 0;
  width: 240px;
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
}

.sbtn2 {
  width: 60px;
  height: 36px;
  right: 0;
  top: 0;
  background: #444444;
  color: #fff;
  border: none;
  border-left: none;
  font-size: 16px;
  font-size: 1.6rem;
}
.sbtn2:hover {
  background: #444444;
  color: #fff;
}

/* 虫眼鏡フレーム内検索（#searchform3）
--------------------------------------------*/
.searchform3 {
  /* border: 2px solid #bfbfbf; */
  height: 40px;
}
.searchform3 input[type="text"] {
  border-right: none;
  border: none;
background: none;
font-size: 1.2rem;
}
.searchform3:hover {
  border: none;
}

.sbox3 {
  height: 36px;
  left: 0;
  top: 0;
  width: 260px;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
background: none;
}
.sbox3:hover {
  border: none;
}

.sbtn3 {
  width: 40px;
  height: 36px;
  right: 0;
  top: 0;
  background: none;
  color: #333;
  border: none;
  border-left: none;
  font-size: 16px;
  font-size: 1.6rem;
}
.sbtn3::after {
  content: "\e92b";
  font-family: "icomoon";
  font-size: 20px;
  color: #22af73;
vertical-align: middle;

}
.sbtn3:hover {
  background: none;
  color: #000;
border:none;
}

/* 伸びる検索（searchform4）
--------------------------------------------*/
.searchform4 {
  height: 44px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  width: 44px;
}
.searchform4 input[type="text"] {
  background: #ccc;
  border: none;
  border-radius: 22px;
  color: #333;
  cursor: pointer;
  height: 44px;
  opacity: 0;
  outline: none;
  padding: 5px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.7s;
  width: 44px;
  z-index: 5;
}
.searchform4 input[type="text"]:focus {
  cursor: text;
  opacity: 1;
  width: 300px;
}
.searchform4 input[type="submit"] {
  display: none;
}

.sbtn4 {
  border-radius: 50%;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  text-align: center;
  width: 44px;
}
.sbtn4::after {
  content: "\e92b";
  font-family: "icomoon";
  font-size: 20px;
  color: #fff;
}

/*------------------------------
  slider
------------------------------*/
#main-image {
  position: relative;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
#main-image img {
  max-width: 100%;
  max-height: 100%;
}

.main-image-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1040px;
  height: auto;
  margin: 0 auto;
}
.main-image-slider > ul {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  display: inline-block;
  overflow: hidden;
  height: 336px;
}
.main-image-slider > ul > li {
  display: inline;
  float: left;
  overflow: hidden;
  width: 1040px;
  height: 336px;
  list-style-type: none;
}
.main-image-slider > ul > li span,
.main-image-slider > ul > li a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.main-image-prev {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 999;
  font-size: 22px;
  margin-top: -16px;
}

.main-image-next {
  position: absolute;
  left: 10px;
  top: 50%;
  z-index: 999;
  font-size: 22px;
  margin-top: -16px;
}

.main-image-prev a,
.main-image-next a {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 30px;
  text-align: center;
}

.main-image-prev a:hover,
.main-image-next a:hover {
  text-decoration: none;
}

.main-image-indicator {
  position: absolute;
  z-index: 999;
  right: 0;
  bottom: 5px;
  left: 0;
}

.main-image-indicator ul {
  text-align: center;
}

.main-image-indicator ul li {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 8px;
  pacity: .6;
  border: #FFE18C solid 1px;
  border-radius: 50%;
  background-color: transparent;
}

.main-image-indicator ul li.active {
  background-color: #FFE18C;
}

@media screen and (min-width: 600px) {
  #main-image {
    width: 100%;
    overflow: hidden;
    margin: 0;
    text-align: center;
  }

  .main-image-slider > ul {
    height: 460px;
  }
  .main-image-slider > ul > li {
    width: 100%;
  }

  .main-image-indicator {
    bottom: 6px;
  }
  .main-image-indicator ul {
    font-size: 0;
    margin: 0;
    padding: 0;
  }
  .main-image-indicator ul li {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }
}
@media screen and (min-width: 1019px) {
  .main-image-prev a,
  .main-image-next a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 20px;
    text-align: center;
  }
}

/*--------------------------------------
  calendar
--------------------------------------*/
.months {
  font-family: 'メイリオ', 'Meiryo', 'Meiryo UI';
  text-align: center;
  padding: 8px 0;
  margin: auto;
  font-size: 18px;
  font-size: 1.8rem;
}

.schedule-area {
  text-align: center;
  margin-bottom: 24px;
}
.schedule-area .months {
  width: 94%;
  color: #fff;
  background-color: #22af73;
  padding: 8px 0;
  margin-bottom: 1.0em;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.schedule-area2 {
  text-align: center;
}
.schedule-area2 .months {
  text-align: left;
  padding: 10px;
}

/* カレンダー線あり
--------------------------------------------*/
.calendar table {
  width: 94%;
  margin: auto;
}
.calendar th, .calendar td {
  font-size: 13px;
  font-weight: normal;
  padding: 5px 0;
  width: -webkit-calc(94% / 7);
  width: calc(94% / 7);
  text-align: center;
  border: 2px solid #fff;
  margin: 0;
  display: table-cell;
}
.calendar thead th {
  padding: 10px 0;
}
.calendar thead th:first-child {
  color: #d70035;
}
.calendar thead th:last-child {
  color: #006eb0;
}
.calendar td i {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
}

/* カレンダー線なし
--------------------------------------------*/
.calendar-2 {
  margin-bottom: 24px;
}
.calendar-2 table {
  width: 94%;
  margin: auto;
}
.calendar-2 th, .calendar-2 td {
  font-size: 13px;
  font-weight: normal;
  padding: 0;
  width: -webkit-calc(94% / 7);
  width: calc(94% / 7);
  text-align: center;
  border: none;
  display: table-cell;
}
.calendar-2 thead {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.calendar-2 thead th {
  background: rgba(246, 246, 247, 0);
  padding: 10px 0;
}
.calendar-2 thead th:first-child {
  color: #d70035;
}
.calendar-2 thead th:last-child {
  color: #006eb0;
}
.calendar-2 tbody {
  padding-top: 10px;
}
.calendar-2 tbody td {
  vertical-align: middle;
  padding: 5px 3px;
}
.calendar-2 tbody td i {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  line-height: 26px;
}

/* イベント色分け */
.e1 i {
  color: #000;
  background-color: #d7d8d8;
  border-radius: 20px;
}

.e2 i {
  color: #fff;
  background-color: #22af73;
  border-radius: 20px;
}

.e3 i {
  color: #000;
  background-color: #d6dd21;
  border-radius: 20px;
}

.list-event {
  border-top: 1px solid #d2d2d2;
  padding: 15px 0;
  margin: 0 3%;
  text-align: left;
}
.list-event li {
  display: inline-block;
  line-height: 24px;
  position: relative;
  min-height: 24px;
  margin-bottom: 5px;
  margin-right: 10px;
  padding-left: 32px;
  text-align: left;
  list-style: none;
  font-size: 13px;
  font-size: 1.3rem;
}
.list-event li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  content: '';
}
.list-event li.event1::before {
  background-color: #d7d8d8;
border-radius: 20px;
}
.list-event li.event2::before {
  background-color: #22af73;
border-radius: 20px;
}
.list-event li.event3::before {
  background-color: #d6dd21;
border-radius: 20px;
}

/* TOP
----------------------------------*/
/* フリーエリア */
#top-shop-message1 {
  text-align: center;
  font-family: serif;
  font-size: 20px; 
  line-height: 34px;
  margin: 0;
}

#top-shop-message1,
#top-shop-message2 {
  margin: 0 auto 24px;
  /* max-width: 1000px; */
}
#top-shop-message2 {
  margin: 0;
  padding: 20px;
  border-top: 1px solid #22af73;
}
#top-shop-message1 h2,
#top-shop-message2 h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  padding: 10px 0;
  position: relative;
}
#top-shop-message1 p,
#top-shop-message2 p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 1.5em;
}
#top-shop-message1 .bnr-col3,
#top-shop-message2 .bnr-col3 {
  text-align: center;
}
#top-shop-message1 .bnr-col3 img,
#top-shop-message2 .bnr-col3 img {
  margin: auto;
  margin-bottom: 6px;
}
/* SP landscape 横 */
@media (min-width: 375px) {
  #top-shop-message1 {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 600px) {
  .section-block #top-shop-message1 {
    font-size: 16px;
    line-height: normal;
  }
  #top-shop-message2 {
    margin: 0;
    padding: 10px;
  }
}

@media screen and (min-width: 960px) {
  #top-shop-message1 .bnr-col3,
  #top-shop-message2 .bnr-col3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1018px) and (max-width: 1159px) {
  #top-shop-message2 {
    margin: 10px 0;
  }
}

/* 商品リスト
----------------------------------*/
/* アイコン */
.icon-rank {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #22af73;
  color: #fff;
  left: 0px;
  top: 0px;
  z-index: 100;
}
.icon-rank span {
  font-weight: bold;
  font-size: 18px;
}
.icon-rank:hover {
  background-color: #22af73;
  opacity: 50%;
}
.icon-rank-secondary {
  background-color: #d7d8d8;
}
@media screen and (min-width: 600px) {
  .icon-rank span {
    font-size: 1.6rem;
  }
  .icon-rank {
    width: 26px;
    height: 26px;
    line-height: 26px;
  }
}
/* バッチ */

  .icon-badge11175::before{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
  }

  .icon-badge11175::before{
    content: "新商品";
    width: 60px;
    height: 18px;
    display: inline-block;
    font-size: 11px;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
    background: #006837;
    color: #fff;
    padding: 4px;
  }

  .icon-badge11176::before{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
  }

  .icon-badge11176::before{
    content: "おすすめ";
    width: 60px;
    height: 18px;
    display: inline-block;
    font-size: 11px;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
    background: #ff7b65;
    color: #fff;
    padding: 4px;
  }

  .icon-badge11177::before{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
  }

  .icon-badge11177::before{
    content: "人気";
    width: 60px;
    height: 18px;
    display: inline-block;
    font-size: 11px;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
    background: #86c03f;
    color: #fff;
    padding: 4px;
  }

  .icon-badge11789::before{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
  }

  .icon-badge11789::before{
    content: "限定品";
    width: 60px;
    height: 18px;
    display: inline-block;
    font-size: 11px;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
    background: #22af73;
    color: #fff;
    padding: 4px;
  }

.icn-reservation::before {
  content: "予約商品";
  font-size: 11px;
  line-height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 66px;
  height: 20px;
  text-align: center;
  color: #1a130c;
  background: #f3f3f3;
}

a .icn-reservation::before {
  color: #1a130c;
  background: #f3f3f3;
}

.item-detail-name.icn-reservation::before {
  font-size: 16px;
  line-height: 32px;
  position: relative;
  float: left;
  width: 96px;
  height: 32px;
  margin-right: 10px;
}


/* SNS
--------------------------------------------*/
.sns {
  padding: 0 3%;
  margin-bottom: 15px;
}
.sns li {
  text-align: center;
  margin: 0 5px;
}
.sns li a {
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  font-size: 26px;
  color: #22af73;
  text-decoration: none;
}
.sns li a::before {
  content: "";
  font-family: 'icomoon';
  color: #22af73;
}
.sns li a.twitter::before {
  content: "\e913";
}
.sns li a.facebook::before {
  content: "\ea90";
}


/* ログインページ
----------------------------------*/

#main-image + div#login-error-message {
  border-top-width: 1px;
  border-top-style: solid;
}

#top-shop-message1 {
  margin: 30px 0;
}
#top-shop-message2 {
  margin: 30px 0;
}

#login-error-message {
  font-size: 12px;
  margin: 20px 10px;
  padding: 10px;
  text-align: center;
  color: #e6503f;
  border: #e6503f solid 1px;
}
#login-message {
  margin:30px 10px 0;
}

.login-tbl {
  display: block;
  width: calc(100% - 20px);
  margin: 20px 10px 20px;
}
.login-tbl tbody,
.login-tbl tr {
  display: block;
  width: 100%;
}
.login-tbl th {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  display: block;
  padding: 10px;
  text-align: left;
  border: none;
  background: none;
}
.login-tbl td {
  font-size: 14px;
  font-weight: normal;
  display: block;
  padding: 10px;
  vertical-align: top;
  border: none;
}
.login-tbl td input[type=text],
.login-tbl td input[type=password] {
  font-size: 16px;
  line-height: 36px;
  width: 100%;
  height: 36px;
  padding: 0 10px;
  border: #d0d0d0 solid 1px;
}

.login-link ul li {
  margin-top: 1em;
}

.login-btn {
  font-size: 15px;
  margin-bottom: 25px;
  text-align: center;
}
.login-btn a {
  font-size: 16px;
  font-weight: normal;
  line-height: 44px;
  position: relative;
  display: inline-block;
  width: 152px;
  height: 44px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #ff7b65;
  border-bottom: solid 4px #b35647;
  border-radius: 5px;
}

.login-link{
  margin-bottom: 60px;
}
.login-link ul li {
  text-align: center;
  list-style: none;
}
.login-link ul li a {
  text-decoration: underline;
}

@media screen and (min-width: 960px) {

  .body-login .main {
    float: none;
    width: 785px;
    margin-right: auto;
    margin-left: auto;
  }
  .body-login .footer-logo {
    float: none;
    width: 100%;
    text-align: center;
  }

  #login-error-message {
    font-size: 14px;
    margin: 30px 0 40px;
    padding: 8px 15px;
    text-align: left;
  }
  #login-message {
    margin: 30px 0;
    text-align: center;
  }

  .login-tbl {
    max-width: 785px;
    display: table;
    margin: 15px auto;
  }
  .login-tbl tbody {
    display: table-row-group;
  }
  .login-tbl tr {
    display: table-row;
  }
  .login-tbl th {
    font-size: 16px;
    font-weight: normal;
    line-height: 36px;
    width: 200px;
    text-align: left;
    vertical-align: top;
    display: table-cell;
  }
  .login-tbl td {
    text-align: left;
    display: table-cell;
  }
}


/* notfoundページ
----------------------------------*/
.notfound {
  font-size: 24px;
  margin-top: 90px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 600px) {
  .notfound {
    font-size: 16px;
    margin:50px 10px 0;
  }
}

@media screen and (min-width: 1200px) {
  /* ----------------------------
    1200px
  ---------------------------- */
}


ata *[DIR="rtl"] {
  direction: rtl;
  unicode-bidi: embed;
}


.mapframe{
  display: block;
  width: 100%;
  height: 480px;
  border: none;
}


/*--------------------------------------
  layout
--------------------------------------*/
/* header */
.header,
.page_header{
	height: 540px;
  z-index: 2;
}


.page_fv{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 540px;
  overflow: hidden;
}
.page_fv::before{
  content: "";
  display: block;
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: rgba(0,0,0,.3);
  z-index: 1;
}
.page_fv .fv-src{
  object-fit: cover;
  width: 100%;
  height: 100%;
}


.header{
	position: absolute;
	width: 100%;
	left:0;
	top:0;
}

.header .fvtxt{
	position: absolute;
	right: 2em;
	top: 130px;
	width: 94px;
  z-index: 3;
}
.header .logo{
  background: rgba(151, 116, 66, .83);
}
.header .logo,
.fvimage{
	position: absolute;
  z-index: 4;
	width: 240px;
	padding: 2em;
	left:50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
@media (max-width:960px){
  .header .logo,
  .fvimage{
    width: 180px;
  }
  .header .fvtxt{
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
  }
}
@media (max-width:640px){
  .header .fvtxt{
    width: 80px;
  }
}
@media (max-width:560px){
  .header .logo,
  .fvimage{
    width: 140px;
    padding: 1.3em;
  }
}
@media (max-width:460px){
  .header .fvtxt{
    width: 65px;
    right: 1em;
  }
}


.page_header{
	background: #eee;
}



.headericonwrapper .common_cart_btn{
  display: block;
  position: fixed;
  z-index: 120;
  top: 16px;
  right: calc(16px + 40px + 1em);
  color: #fff;
}
.common_cart_btn .material-icons{
  font-size: 240%;
}
.headericonwrapper.menubar_type1 .common_cart_btn{
  color: #000;
}
.headericonwrapper.menubar_type2 .common_cart_btn{
  color: #fff;
}
.gnav_menubar{
	display: block;
	width: 40px;
	height: 34px;
	margin-left: auto;
	cursor: pointer;
  z-index: 120;
  position: fixed;
  right: 16px;
  top: 18px;
}
.gnav_menubar::before,
.gnav_menubar::after,
.menubar_close::before,
.menubar_close::after{
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	background: #fff;
	position: absolute;
  transition: opacity .3s, color .3s, transform .3s;
}
.headericonwrapper.menubar_type1 .gnav_menubar::before,
.headericonwrapper.menubar_type1 .gnav_menubar::after,
.menubar_type1 .menubar_close::before,
.menubar_type1 .menubar_close::after{
  background: #000;
}
.headericonwrapper.menubar_type2 .gnav_menubar::before,
.headericonwrapper.menubar_type2 .gnav_menubar::after,
.menubar_type2 .menubar_close::before,
.menubar_type2 .menubar_close::after{
  background: #fff;
}
.gnav_open .headericonwrapper.menubar_type1 .common_cart_btn{
  color: #fff;
}
.gnav_open .headericonwrapper.menubar_type1 .gnav_menubar::before,
.gnav_open .headericonwrapper.menubar_type1 .gnav_menubar::after,
.gnav_open .menubar_type1 .menubar_close::before,
.gnav_open .menubar_type1 .menubar_close::after{
  background: #fff;
}
.gnav_menubar::before,
.gnav_menubar::after{
	right:0;
}
.gnav_menubar::before{
	top:0;
}
.gnav_menubar::after{
	bottom:0;
}
.menubar_close::before,
.menubar_close::after{
	top: calc(50% - 1px);
	transform-origin: center;
	transform: rotate(0);
}
.gnav_open .gnav_menubar::before,
.gnav_open .gnav_menubar::after{
	opacity: 0;
}
.gnav_open .menubar_close::before{
	transform: rotate(45deg);
}
.gnav_open .menubar_close::after{
	transform: rotate(-45deg);
}

.gnav_section,
.gnav_wrapper{
  width: 100%;
  max-width: 440px;
}
.gnav_section{
	position: fixed;
	height: 100%;
	right: 0;
	top: 0;
  z-index: 110;
  pointer-events: none;
  opacity: 0;
  transform: translate(100%,0);
  transition:
  transform .3s cubic-bezier(.13,.5,.55,.99),
  opacity .3s cubic-bezier(.13,.5,.55,.99)
  ;
}
.gnav_wrapper{
  background: rgba(179,159,129,.9);
  overflow-y: auto;
  height: 100%;
  padding: 90px 20px;
}
.gnav_wrapper .gnav{
  width: 100%;
  max-width: 660px;
  margin-right: auto;
  margin-left: auto;
  font-size: 120%;
}
.gnav_wrapper .box:not(:first-child){
  margin-top: 1em;
}
.gnav_wrapper .link{
  color: #fff;
  position: relative;
  padding-left: 1.1em;
}
.gnav_wrapper .link::before{
  font-family: 'Material Icons';
  content: "\e5cc";
  position: absolute;
  left: 0;
  color: #e3d1b9;
  line-height: 1;
  margin-top: .5em;
}
.gnav_wrapper .link.cart::before{
  content: "\e8cc";
}
.gnav_open .gnav_section{
  pointer-events: auto;
  opacity: 1;
  transform: translate(0,0);
}

.gnav .nav_childwrapper{
  font-size: 85%;
  margin-left: .4em;
}
.gnav .nav_childwrapper .nav_childwrapper{
  margin-left: 1em;
}
.gnav .nav_childbox:not(:first-child){
  margin-top: .7em;
}
.gnav .nav_child{
  color: #fff;
  display: flex;
  gap: .3em;
  position: relative;
  padding-left: 1em;
}
.gnav .nav_child::before{
  font-family: 'Material Icons';
  content: "\e5df";
  position: absolute;
  left: 0;
  color: #e3d1b9;
  line-height: 1;
  margin-top: .4em;
}


.gnav .nav_child .material-icons{
  font-size: 90%;
  margin-top: .5em;
  color: #e3d1b9;
}

.gnav_wrapper a:is(.link, .nav_child):hover{
  color: #faffbe;
  text-decoration: none;
}


/* footer */
.footer{
	background: url(https://image.raku-uru.jp/01/4679/252/tpl2-bg_foot_1696473478788.jpg) center top;
	background-size: cover;
  color: #fff;
}
.footer_inner{
	display: flex;
	justify-content: space-between;
  flex-direction: row-reverse;
	gap: 3em 4em;
  padding: 4em 0;
}
.foot_address_inner{
  display: flex;
	flex-direction: row-reverse;
  gap: 3em;
}
@media (max-width:840px){
  .footer_inner{
    flex-direction: column;
    padding-bottom: 0;
  }
  .foot_address_inner{
    flex-direction: column;
  }
}


.footlogo{
  width: 210px;
}
.footer .address{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  letter-spacing: .3em;
}
.footer .address .name{
  font-size: 150%;
  margin-left: 1em;
}
.footer .address .text{
  font-size: 110%;
}
.footer .address .mark{
  font-size: 62%;
}
@media (max-width:840px){
  .footlogo{
    width: 120px;
    margin-right: auto;
    margin-left: auto;
  }
  .footer .address{
    -ms-writing-mode: unset;
    writing-mode: unset;
  }
  .footer .address .name{
    margin-left: 0;
  }
  .footer .address :is(.name, .text){
    text-align: center;
  }
}

.foot_address_link{
  width: 200px;
  margin-left: auto;
  text-align: center;
  margin-top: 2em;
}
.foot_address_link .link1{
  color: #BF9D6D;
  font-weight: bold;
  font-size: 120%;
  transition: opacity .3s;
}
.foot_address_link .link1:hover{
  opacity: .7;
  text-decoration: none;
}
.foot_address_link .footicon{
  background: #fff;
  padding: 5px 1em;
}
@media (max-width:840px){
  .foot_address_link{
    margin-right: auto;
  }
}

.footnav_wrapper{
	width: 290px;
}
.footnav :is(.link, .nav_child){
  color: #fff;
}
.footnav .nav_childwrapper{
  margin-left: .5em;
}
.footnav_wrapper .tit{
  font-weight: bold;
  font-size: 80%;
  border-bottom: 1px solid #707070;
  margin-bottom: .7em;
  padding-bottom: .3em;
}
.footnav_wrapper .box:not(:first-child){
  margin-top: 1em;
}
.footnav_wrapper .nav_childbox:not(:first-child){
  margin-top: .7em;
}
.footnav .link{
  display: flex;
  gap: .3em;
  position: relative;
  padding-left: 1em;
}
.footnav .link::before{
  font-family: 'Material Icons';
  content: "\e5cc";
  position: absolute;
  left: 0;
  color: #BF9D6D;
  line-height: 1;
  margin-top: .4em;
}
.footnav .link.cart::before{
  content: "\e8cc";
}
.footnav .nav_child{
  display: flex;
  gap: .3em;
  position: relative;
  padding-left: 1em;
}
.footnav .nav_child::before{
  font-family: 'Material Icons';
  content: "\e5df";
  position: absolute;
  left: 0;
  color: #BF9D6D;
  line-height: 1;
  margin-top: .4em;
}
.footnav .material-icons{
  font-size: 90%;
  margin-top: .5em;
  color: #BF9D6D;
}
.footnav .link .txt{
  flex: 1;
}
.footnav a.link:hover,
.footnav .nav_child:hover{
  color: #ffdea9;
  text-decoration: none;
}
@media (max-width:840px){
  .footnav_wrapper{
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 340px;
  }
}


.footnav_other{
	border-top: 1px solid #707070;
	display: flex;
	justify-content: center;
	gap: 2em;
  padding: 1em;
}
.footnav_other .link{
	color: #fff;
}
.footnav_other .link:hover{
  color: #ffdea9;
  text-decoration: none;
}
@media (max-width:840px){
  .footnav_other{
    flex-direction: column;
    width: 100%;
    max-width: 340px;
    border-top: none;
    gap: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    line-height: 1.5;
  }
  .footnav_other .box{
    margin-top: 1em;
  }
  .footnav_other .link{
    display: flex;
    gap: .3em;
  }
  .footnav_other .link::before{
    font-family: 'Material Icons';
    content: "\e5cc";
    font-size: 90%;
    margin-top: 0.3em;
    color: #BF9D6D;
  }
  .footnav_other .txt{
    flex: 1;
  }
}


/*  */
.copyright{
  background: #3F3F41;
  color: #fff;
  font-size: 11px;
  text-align: center;
  padding: 1em 20px;
}




/* 文字組 */
.textblock_tate{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 100%;
  letter-spacing: .25em;
}
@media (max-width:970px){
  .textblock_tate.ch_lv3{
    -ms-writing-mode: unset;
    writing-mode: unset;
    letter-spacing: .15em;
  }
}
@media (max-width:870px){
  .textblock_tate.ch_lv1{
    -ms-writing-mode: unset;
    writing-mode: unset;
  }
}
@media (max-width:740px){
  .textblock_tate.ch_lv2{
    -ms-writing-mode: unset;
    writing-mode: unset;
  }
}


/* title */
.page_titlewrapper{
  margin-bottom: 2em;
}
.page_title,
.ttl h2{
  font-weight: bold;
  font-size: 218%;
  line-height: 1.2;
  display: flex;
  justify-content: center;
}
.page_title.style{
  flex-wrap: wrap;
}
.ttl h2{
  font-size: 100%;
}
.page_titlewrapper .comment{
  font-size: 110%;
  width: 100%;
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 2em;
}

.heading{
  margin-bottom: 1.5em;
}
.ttl{
  margin-bottom: .5em;
}
.textblock_tate .heading{
  margin-bottom: 0;
  margin-left: 1.5em;
}
.heading .tit{
  line-height: 1.2;
}
.ttl{
  font-size: 220%;
  margin-bottom: 2em;
}
.heading.lv1{font-size: 210%;}
.heading.lv2{font-size: 190%;}
.heading.lv3{font-size: 170%;}
.heading.lv4{font-size: 150%;}
.heading.lv5{font-size: 130%;}

.heading.style1.stxt::before,
.heading.style1 .sub-title{
  content: attr(data-eng);
  display: block;
  font-size: 40%;
  line-height: 1;
  margin-bottom: .5em;
}
.textblock_tate .heading.style1::before{
  margin-bottom: 0;
  margin-left: 1.5em;
}
.heading.style1.alc{
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width:1100px){
  .textblock_tate .heading.style1::before{
    margin-left: 1em;
  }
}
@media (max-width:970px){
  .textblock_tate.ch_lv3 .heading{
    margin-left: 0;
    margin-bottom: .7em;
  }
}
@media (max-width:870px){
  .textblock_tate.ch_lv1 .heading{
    margin-left: 0;
    margin-bottom: .7em;
  }
}

.heading.style2,
.payment-title,
.carriage-title{
  font-weight: bold;
  border-top: 1px solid #d0cec9;
  padding-top: 1em;
}
.payment-title,
.carriage-title{
  font-size: 190%;
  margin-bottom: 1.5em;
}
table .payment-title,
table .carriage-title{
  font-size: 140%;
  padding-top: 0;
  border: none;
  margin-bottom: .6em;
  line-height: 1;
}
table table.payment-content + .payment-title{
  margin-top: 2em;
}


.headingcomment{
  font-size: 115%;
  line-height: 2.5;
  margin-top: 2.5em;
}
.headingcomment3{
  font-size: 110%;
  line-height: 2;
}
.headingcomment2{
  font-size: 120%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3em;
}
@media (max-width:970px){
  .textblock_tate.ch_lv3 .headingcomment{
    margin-top: 0;
    line-height:2;
  }
}
@media (max-width:870px){
  .textblock_tate.ch_lv1 .headingcomment{
    margin-top: 0;
  }
}


.linktype1{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: bold;
  display: flex;
  align-items: center;
  font-size: 170%;
  letter-spacing: .15em;
  gap: .5em;
  transition: color .3s;
}
.linktype1::after{
  font-family: 'Material Icons';
  content: "\e5cc";
  background: url(https://image.raku-uru.jp/01/4679/254/tpl2-linkicon_1696497777337.png);
  background-size: cover;
  width: 58px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  transition: padding .3s;
}
.linktype1:hover{
  color: #876800;
  text-decoration: none;
}
.linktype1:hover::after{
  padding-left: .5em;
}
@media (max-width:870px){
  .linktype1.ch_lv1{
    -ms-writing-mode: unset;
    writing-mode: unset;
  }
}
@media (max-width:740px){
  .linktype1{
    font-size: 155%;
  }
}
@media (max-width:580px){
  .linktype1::after{
    width: 40px;
    height: 40px;
  }
}


/* list */
.newslist .link{
  display: flex;
  border-bottom: 1px solid #B9B8B8;
  gap: 1.5em;
  padding: 1.5em .5em;
  transition: color .3s, background .3s;
}
.newslist .box:first-child .link{
  border-top: 1px solid #B9B8B8;
}
.newslist .date{
  width: 6.5em;
}
.newslist .comment{
  flex: 1;
}
.newslist .icon{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 80%;
}
.newslist .iconinner{
  display: block;
  width: 2em;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #BF9D6D;
  border: 2px solid #BF9D6D;
  border-radius: 100vw;
}
.newslist .link:hover{
  color: #876800;
  text-decoration: none;
  background: #fffbef;
}
@media (max-width:640px){
  .newslist .link{
    flex-wrap: wrap;
    row-gap: 0;
  }
  .newslist .date{
    width: 100%;
    font-size: 80%;
  }
}



.itemlist_wrapper{
  padding-right: 1em;
  padding-left: 1em;
}
.itemlist{
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2em;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1020px;
}
.itemlistbox{
  width: calc((100% - 2em * 2)/3);
}
.itemlistbox:nth-child(odd){
  margin-bottom: 3em;
}
.itemlistbox:nth-child(even){
  margin-top: 3em;
}
.itemlist .heading.style1{
  display: flex;
  flex-direction: column;
  line-height: 1;
  margin-left: .8em;
}
.itemlist .heading.style1 .txt1{
  font-size: 50%;
  margin-left: .7em;
}
.itemlist .heading.style1 .txt2{
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.itemlist .heading.style1 .txt2::after{
  font-family: 'Material Icons';
  content: "\e5cc";
  background: url(https://image.raku-uru.jp/01/4679/254/tpl2-linkicon_1696497777337.png);
  background-size: cover;
  width: 58px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  transition: padding .3s;
}
.itemlist .link{
  display: block;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  transition: color .3s, background .3s;
}
.itemlist .imagebox{
  padding: 1em;
  text-align: center;
}
.itemlist .textbox{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2em 10px;
}
.itemlist .link:hover{
  color: #876800;
  text-decoration: none;
  background: #fffbef;
}
.itemlist .link:hover .heading.style1 .txt2::after{
  padding-left: .5em;
}
@media (max-width:1200px){
  .itemlist_wrapper{
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 760px;
  }
  .itemlistbox{
    width: calc((100% - 2em)/2);
  }
}
@media (max-width:680px){
  .itemlist{
    gap: 1.5em;
  }
  .itemlistbox{
    width: calc((100% - 1.5em)/2);
  }
}
@media (max-width:580px){
  .itemlist{
    font-size: 80%;
  }
  .itemlist .heading.style1{
    margin-left: .3em;
  }
  .itemlist .heading.style1 .txt1{
    margin-left: 0;
  }
  .itemlist .heading.style1 .txt2::after{
    width: 40px;
    height: 40px;
  }
}


.list-product{
  display: flex;
  flex-wrap: wrap;
  gap: 4em;
}
.list-product .block{
  position: relative;
}
.list-product.col-3 .block{
  width: calc((100% - 4em * 2)/3);
}
.list-product.col-4 .block{
  width: calc((100% - 4em * 3)/4);
}
.list-product .itemimage{
  display: block;
  aspect-ratio: 1/1;
}
.list-product .itemimage .img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.list-product .item-info{
  margin-top: 1.5em;
  line-height: 1.4;
}
.list-product .item-name{
  font-weight: bold;
}
.list-product .item-price,
.list-product .item-nonstock{
  margin-top: .5em;
}
@media (max-width:960px){
  .list-product{
    column-gap: 2em;
  }
  .list-product.col-3 .block,
  .list-product.col-4 .block{
    width: calc((100% - 2em * 2)/3);
  }
}
@media (max-width:800px){
  .list-product.col-3 .block,
  .list-product.col-4 .block{
    width: calc((100% - 2em )/2);
  }
}
@media (max-width:500px){
  .list-product{
    gap:3em 1.5em;
  }
  .list-product.col-3 .block,
  .list-product.col-4 .block{
    width: calc((100% - 1.5em )/2);
  }
}


.item-list-itemcount{
  display: flex;
  justify-content: center;
  border-top: 1px solid #666;
  padding-top: 1em;
  margin-top: 3em;
}


.flow_list{
  padding: 2em;
  background: #f2edde;
}
.flow_list .block{
  display: flex;
  flex-direction: row-reverse;
  gap: 3em;
  background: #fff;
  padding: 2.5em;
}
.flow_list .block + .block{
  margin-top: 3px;
}
.flow_list .title{
  font-size: 150%;
  line-height: 1.2;
  margin-bottom: 1em;
  display: flex;
  gap: .5em;
}
.flow_list .title .txt1{
  font-weight: bold;
  color: #a98300;
}
.flow_list .imagebox{
  width: 100%;
  max-width: 280px;
}
.flow_list .imagebox.lv1{
  max-width: 440px;
}
.flow_list .textbox{
  flex: 1;
}
@media (max-width:1050px) and (min-width:961px){
  .flow_list .imagebox.lv1{
    max-width: 45%;
  }
}
@media (max-width:960px){
  .flow_list{
    padding: 10px;
  }
  .flow_list .block{
    flex-direction: column;
  }
  .flow_list .imagebox{
    margin-right: auto;
    margin-left: auto;
    max-width: 280px;
  }
  .flow_list .imagebox.lv1{
    max-width: 500px;
  }
}
@media (max-width:480px){
  .flow_list .title{
    font-size: 143%;
  }
  .flow_list .title .txt2{
    flex: 1;
  }
  .flow_list .block{
    padding: 1.8em;
  }
}


.tyuuui_block{
  display: flex;
  gap: 1.5em 3em;
  border: 4px double #f1c3c3;
  background: #fff9f9;
  padding: 2em;
}
.tyuuui_block .title{
  font-weight: bold;
  color: #d7383b;
  font-size: 150%;
  line-height: 1;
}
.tyuuui_block .comment{
  flex: 1;
}
@media (max-width:740px){
  .tyuuui_block{
    flex-direction: column;
  }
}


.taisyou_item{
  border-top: 1px solid #d0cec9;
  padding-top: 2em;
}
.taisyou_item .title{
  display: flex;
  justify-content: center;
  font-weight: bold;
  font-size: 140%;
  line-height: 1;
  margin-bottom: 30px;
}
.taisyou_itemlist{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1em;
}
.taisyou_itemlist .link{
  display: block;
  border: 1px solid #ddd;
  padding: .7em 1.5em .8em;
  border-radius: 10px;
  line-height: 1;
  transition: background .4s, color .4s;
}
.taisyou_itemlist .link:hover{
  text-decoration: none;
  background: #fffbf1;
  color: #856100;
}


.medialist .block{
  border-top: 1px solid #ddd;
  padding-top: 2em;
}
.medialist .block + .block{
  margin-top: 3em;
}


.flexgroup{
  display: flex;
  gap: 3em;
}
.flexgroup.rev{
  flex-direction: row-reverse;
}
.flexgroup .textbox{
  flex: 1;
}
.flexgroup .imagebox{
  width: 100%;
  max-width: 380px;
}
.flexgroup.childwrapper{
  flex-wrap: wrap;
  gap: 3em 2em;
}
.flexgroup.child2 .child{
  width: calc((100% - 2em)/2);
}
@media (max-width:1080px){
  .flexgroup.childwrapper.ch_lv1{
    column-gap: 1em;
  }
  .flexgroup.child2.ch_lv1 .child{
    width: calc((100% - 1em)/2);
  }
}
@media (max-width:980px){
  .flexgroup.ch_lv1,
  .flexgroup.rev.ch_lv1{
    flex-direction: column;
  }
  .flexgroup.ch_lv1 .imagebox{
    margin-right: auto;
    margin-left: auto;
  }
  .flexgroup.childwrapper.ch_lv1{
    row-gap: 1em;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 560px;
    flex-direction: column-reverse;
  }
  .flexgroup.child2.ch_lv1 .child{
    width: 100%;
  }
}


/* linkbtn */
.linkblock .linkbtn1{
  background: url(https://image.raku-uru.jp/01/4679/262/tpl2-linkbg1_1696560348067.jpg) center center;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2em;
  height: 150px;
  line-height: 1;
  gap: .7em;
  font-weight: bold;
  transition: opacity .3s;
}
.linkbtn1 .txt1{
  font-size: 140%;
}
.linkbtn1 .txt2{
  font-size: 200%;
}
.linkblock .linkbtn1:hover{
  text-decoration: none;
  opacity: .7;
}

.linkblock .linkbtn2{
  background: url(https://image.raku-uru.jp/01/4679/267/tpl2-linkbg2_1696566032858.jpg) center center;
  background-size: cover;
  color: #DCC19B;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2em;
  height: 90px;
  line-height: 1;
  gap: .7em;
  font-weight: bold;
  transition: opacity .3s;
}
.linkbtn2 .txt1{
  font-size: 140%;
}
.linkblock .linkbtn2:hover{
  text-decoration: none;
  opacity: .7;
}

.linkblock .linkbtn3{
  border: 1px solid #d1c3aa;
/*  
  border: 2px solid #d1c3aa;
background:linear-gradient(to bottom,
		#ffeac8 0%,
		#cbaa72 100%);
*/
  background-size: cover;
  color: #000;
  text-shadow:
  2px 2px 1px #fff,
  2px -2px 1px #fff,
  -2px 2px 1px #fff,
  -2px -2px 1px #fff,
  2px 0 1px #fff,
  0 2px 1px #fff,
  -2px 0 1px #fff,
  0 -2px 1px #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2em 1em;
  height: 150px;
  line-height: 1;
  gap: .7em;
/*
  font-weight: bold;
*/
  transition: opacity .3s;
}
.linkbtn3 .txt1{
  font-size: 140%;
}
.linkbtn3 .txt2{
  font-size: 180%;
}
.linkblock .linkbtn3:hover{
  opacity: .7;
  text-decoration: none;
}


.linkblock1{
  display: flex;
  border: 5px solid #BF9D6D;
  background: #fff;
  font-weight: bold;
  transition: opacity .3s;
}
.linkblock1.bg1{
  background: url(https://image.raku-uru.jp/01/4679/275/tpl2-linkbg3_1696567582600.jpg) center center;
  background-size: cover;
}
.linkblock1.bg2{
  background: url(https://image.raku-uru.jp/01/4679/274/tpl2-linkbg4_1696567582198.jpg) center center;
  background-size: cover;
}
.linkblock1.bg3{
  background: url(https://image.raku-uru.jp/01/4679/272/tpl2-linkbg5_1696567581188.jpg) center center;
  background-size: cover;
}
.linkblock1.bg4{
  background: url(https://image.raku-uru.jp/01/4679/273/tpl2-linkbg6_1696567581630.jpg) center center;
  background-size: cover;
}
.linkblock1 .imagebox{
  width: 200px;
}
.linkblock1 .textbox{
  flex: 1;
  padding: 1.5em;
  display: flex;
  align-items: center;
  line-height: 1.4;
}
.linkblock1 .txt1{
  font-size: 110%;
  display: inline-block;
  margin-bottom: .5em;
}
.linkblock1 .txt2{
  font-size: 140%;
  display: block;
}
.linkblock1 .img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
a.linkblock1:hover{
  text-decoration: none;
  color: #000;
}
.linkblock1:hover{
  opacity: .7;
}
@media (max-width:540px){
  .linkblock1.ch_lv1 .imagebox{
    width: 150px;
  }
}
@media (max-width:460px){
  .linkblock1.ch_lv1{
    flex-direction: column;
  }
  .linkblock1.ch_lv1 .imagebox{
    width: 100%;
  }
  .linkblock1.ch_lv1 .img{
    height: 45vw;
  }
  .linkblock1.ch_lv1 .textbox{
    padding: 1em;
  }
}


/*  */
.bgstyle1{
  background: url(https://image.raku-uru.jp/01/4679/257/tpl2-bg2_1696558367655.jpg) center top;
}


/*  */
.icon{
  position: relative;
  padding-left: 1.8em;
}
.icon::before{
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.3em;
  height: 1.3em;
  position: absolute;
  left:0;
  top: calc(50% - 1.3em / 2);
}
.icon.insta::before{
  background-image: url(https://image.raku-uru.jp/01/4679/282/tpl2-icon-instagram_1696583010632.png);
}



@media (min-width:961px){
  .gnav_open .allwrapper{
    padding-right: 8px;
  }
  .gnav_open .header{
    width: calc(100% - 8px);
  }
  .gnav_open .headericonwrapper .common_cart_btn{
    right: calc(16px + 40px + 1em + 8px);
  }
  .gnav_open .gnav_menubar{
    right: calc(16px + 8px);
  }
}



/*  */
.sort.sort-select{
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: .1em;
  margin-left: auto;
}



/*  */
.cat-headwrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 1em 3em;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3em;
}
.cat-headwrapper .heading{
  margin-bottom: 0;
}



/*  */
.pager-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2em;
  border-top: 1px solid #666;
  margin-top: 1em;
  padding-top: 2em;
}
.pager-wrapper .btn{
  border-radius: 100vw;
  background: #9d7c4c;
  border: 1px solid #9d7c4c;
  color: #fff;
  display: flex;
  gap: .5em;
  justify-content: center;
  align-items: center;
  width: 11em;
  height: 3em;
}
.pager-wrapper .btn:hover{
  background: #fff;
  color: #9d7c4c;
  text-decoration: none;
}
.pager-wrapper .btn.disabled{
  background: #c1c1c1;
  border-color: #c1c1c1;
  color: #676767;
  pointer-events: none;
}
.pager-numlist-ul{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: .3em;
}
.pager-numlist-ul .link{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  font-size: 80%;
  font-weight: bold;
  border: 1px solid #666;
  background: #fff;
}
.pager-numlist-ul .link:hover{
  text-decoration: none;
  color: #9d7c4c;
  border-color: #9d7c4c;
}
.pager-numlist-ul .link.current{
  color: #fff;
  background: #666;
}
.pager-numlist-ul .link.current:hover{
  border-color: #666;
}
@media (min-width:961px){
  .pager-wrapper .prev{
    order: 1;
  }
  .pager-wrapper .next{
    order: 3;
  }
  .pager-numlist{
    order: 2;
    flex: 1;
  }
}
@media (max-width:960px){
  .pager-wrapper{
    flex-wrap: wrap;
    gap: 1em;
  }
  .pager-numlist{
    width: 100%;
  }
}
@media (max-width:460px){
  .pager-wrapper .btn{
    width: calc((100% - 1em)/2);
  }
}


/*  */
.greeting_block{
  display: grid;
  grid-template-areas:
  "box1 box1"
  "box2 box3"
  "box2 box4";
  grid-template-columns:398px auto;
  grid-template-rows:auto 1fr;
  gap:0 3em;
}
.greeting_block .name{
  margin-top: 10px;
}
.greeting_block .title{
  grid-area:box1;
}
.greeting_block .image{
  grid-area:box2;
}
.greeting_block .comment1{
  grid-area:box3;
}
.greeting_block .comment2{
  grid-area:box4;
  margin-top: 2em;
}
.greeting_block .inner + .inner{
  margin-top: 2em;
}
@media (max-width:1140px){
  .greeting_block{
    grid-template-columns:38% auto;
  }
}
@media (max-width:960px){
  .greeting_block{
    grid-template-columns: auto 30%;
    grid-template-areas:
      "box1 box2"
      "box3 box2"
      "box4 box4";
  }
}
@media (max-width:740px){
  .greeting_block{
    grid-template-columns: auto;
    grid-template-areas:
      "box1"
      "box3"
      "box2"
      "box4";
  }
  .greeting_block .name{
    text-align: center;
  }
}


/*  */
.store_block{
  border-top: 1px solid #d0cec9;
  padding-top: 1em;
  display: flex;
  gap: 2em;
}
.store_data{
  flex: 1;
}
.store_map{
  width: 100%;
  max-width: 550px;
}
.store_map iframe{
  border: none;
  display: block;
  width: 100%;
  height: 400px;
}

.store_block .title{
  flex: 1;
  margin-bottom: 1em;
}
.store_block .btn{
  display: flex;
  margin-bottom: 1em;
  gap: 4px;
  align-items: flex-start;
}
.store_block .link{
  width: calc((100% - 4px)/2);
  display: flex;
  gap: 1em;
  line-height: 1;
  padding: .5em;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
  color: #7b5828;
  transition: color .4s, background .4s;
}
.store_block .link:hover{
  text-decoration: none;
  color: #9f5c00;
  background: #fff6e9;
}
.store_block .link .material-icons{
  font-size: 30px;
}
.store_block .link .txt{
  font-weight: bold;
}
.store_block .link.disable{
  pointer-events: none;
  background: #ddd;
  color: #b3b3b3;
}
.store_item{
  display: flex;
  margin-bottom: 1em;
  padding: .9em 1em 1em;
  background: #e9e3db;
}
.store_item .name{
  display: flex;
  justify-content: space-between;
  width: 9em;
}
.store_item .name::after{
  content: "：";
}
.store_item .comment{
  flex: 1;
}
@media (max-width:1140px){
  .store_map{
    max-width: 45%;
  }
}
@media (max-width:960px){
  .store_block{
    flex-direction: column;
  }
  .store_map{
    max-width: 100%;
  }
}



@media (min-width: 768px){
  .payment-content td,
  .send_list tbody td{
    text-align: right;
  }
  .payment-content tr:nth-child(1) td,
  .send_list tbody th,
  .send_list thead th{
    text-align: center;
  }
}
@media (max-width: 767px){
  .payment-content td{
    display: table-cell;
  }
  .send_list thead{
    display: none;
  }
  .send_list tbody td{
    display: flex;
  }
  .send_list tbody td::before{
    content: attr(data-th);
    width: 3em;
  }
}
.pagebox_wrapper.mainsectionwrapper{
	padding: 0;
    margin: 0;
}
.pagebox.mainsectionwrapper{
	max-width:unset;
}


.header,
.page_header,
.topfv{
    height: 100vh;
}
.page_fv{display: none;}
.topfv{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    overflow: hidden;
}
@media (min-width:961px){
    .gnav_open .topfv{
        width: calc(100% - 8px);
    }
}
.fvbox::before{
    content: "";
    display: block;
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: rgba(0,0,0,.3);
    z-index: 1;
}
.topfv .fv-src{
    object-fit: cover;
    width: 100%;
    height: 100vh;
}
.topfvtext{
    position: absolute;
    z-index: 2;
    bottom: 0;
    display: flex;
    align-items: center;
    padding-bottom: 2em;
    font-size: 70%;
}
.topfvtext .link{
    color: #fff;
}

.topfv .cartlinkbtn{
    position: fixed;
    left: 2em;
    bottom: 2em;
    width: 4em;
    z-index: 6;
    letter-spacing: 0;
}
.topfv .cartlinkbtn .link{
    border: 1px solid rgba(255,255,255,.65);
    background: rgba(0,0,0,.6);
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1em;
    width: 100%;
    height: 100%;
    padding: 1.5em .5em;
    transition:background .3s
}
.topfv .cartlinkbtn .link::after{
    content: attr(data-eng);
    display: block;
    font-size: 40%;
    line-height: 2;
}
.topfv .cartlinkbtn .link:hover{
    text-decoration: none;
    background: rgba(0,0,0,.85);
}
@media (max-width:960px){
    .topfv .cartlinkbtn{
        left:0;
        bottom: 0;
        width: 50px;
    }
    .topfv .cartlinkbtn .link{
        border-left: none;
    }
    .topfv .cartlinkbtn .link::after{
        display: none;
    }

    .sp-cartlink-padding{
        padding-left:40px;
    }
}

.fvimage.type0{
    background: rgba(151, 116, 66, .83);
}



.header .logo{
    display: none;
}


/*  */
.topsection{
    margin-bottom: 8em;
}
.top-comment-margin{
    margin-top: 6em;
}


/*  */
.topkodawari-text{
    position: relative;
    z-index: 2;
}
.topkodawari-image{
    margin-top: -3em;
    position: relative;
}
.topkodawari-image .linktype1{
    position: absolute;
    left: -3em;
    bottom: 4em;
    z-index: 2;
}
@media (max-width:1270px){
    .topkodawari-image{
        margin-top: 2em;
    }
    .topkodawari-image .linktype1{
        left:0;
        bottom: auto;
        top: -13em;
    }
}
@media (max-width:970px){
    .topkodawari-image{
        margin-top: 2em;
    }
    .topkodawari-image .linktype1{
        position: static;
        -ms-writing-mode: unset;
        writing-mode: unset;
        margin-bottom: 2em;
    }
}



/*  */
.top-image1{
    text-align: center;
}
.top-image1 .img{
    object-fit: cover;
    width: 100%;
    height: 760px;
}
@media (max-width:780px){
    .top-image1 .img{
        height: 64vw;
    }
}

.topabout{
    display: flex;
    flex-direction: row-reverse;
    align-items: baseline;
    gap: 3em;
    position: relative;
}
.topabout .pointimage{
    position: absolute;
    border-radius: 100vw;
    left:0;
    top: -300px;
    overflow: hidden;
}
.topabout .pointimage .img{
    object-fit: cover;
    height: 380px;
    width: 380px;
}
@media (max-width:870px){
    .topabout{
        flex-direction: column;
        gap: 1.5em;
    }
}
@media (max-width:780px){
    .topabout .pointimage{
        top: -30vw;
    }
    .topabout .pointimage .img{
        width: 40vw;
        height: 40vw;
    }
}


/*  */
.top-products .itemlist_wrapper{
    margin-bottom: 5em;
}


/*  */
.topstores_wrapper{
    padding-top: 4em;
    padding-bottom: 4em;
}
.topstores{
    display: flex;
    align-items: center;
    padding-bottom: 4em;
}
.topstores .imagebox{
    width: 100%;
    max-width: 380px;
    display: flex;
    gap: 1px;
}
.topstores .iimagefull{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.topstores .imageinner{
    width: 50%;
    gap: 1px;
    display: flex;
    flex-direction: column;
}
.topstores .imagebox .img1 .img{
    aspect-ratio: 9/8;
}
.topstores .imagebox .img2 .img{
    aspect-ratio: 9/10;
}
.topstores .imagebox .img{
    object-fit: cover;
}
.topstores .textbox{
    flex: 1;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-right:20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5em;
}
.topstores .textbox .linktype1{
    margin-top: auto;
}
.topstores .textblock_tate .heading{
    margin-left: 0;
}
@media (max-width:1000px){
    .topstores{
        flex-direction: column;
    }
    .topstores .imagebox,
    .topstores .textbox{
        width: 100%;
        max-width: 540px;
    }
    .topstores .textbox{
        flex: unset;
    }
}
@media (max-width:870px){
    .topstores .textblock_tate .heading{
        margin-left: 0;
    }
}


/*  */
.topnews{
    display: flex;
    align-items: flex-start;
    gap: 4em;
    margin-bottom: 4em;
}
.topnews .textblock_tate{
    width: auto;
}
.topnews .textblock_tate .heading{
    margin-left: 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 1em;
}
.topnews .textblock_tate .heading.style1::before{
    margin-left: 0;
}
.topnews .newslist{
    flex: 1;
}
@media (max-width:740px){
    .topnews{
        flex-direction: column;
        gap: 1em;
    }
    .topnews .textblock_tate .heading.style1::before{
        flex: 1;
    }
}
