@charset "UTF-8";
/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 外部ファイルの読み込み */
/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 外部フォントCSSファイルの読み込み*/
@import url("https://fonts.googleapis.com/css?family=Abel&display=swap");
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:700,900&display=swap&subset=japanese");
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: リセットCSS と body要素の文字（色・書体）と背景色*/
/* Body要素の背景色 */
/* Body要素の文字色 */
/* Body要素の書体 */
/* リセット用のプレイスフォルダ */
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td, body, html {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

body, html {
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background-color: #fff;
  color: #41210d;
}
body a {
  color: #41210d;
}
body a:hover {
  color: #41210d;
}

body {
  font-size: 100%;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.5em;
}

/* リセット処理関数 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: メディアクエリー*/
/* 切り替えポイントの設定 */
/* 処理 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: クリアフィックス*/
/* Class と ステークホルダー の名称設定 */
/* 処理 */
body:after, html:after, .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: スクリーンリーダー*/
/* スクリーンリーダーテキスト の名称設定 */
/* 処理 */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

/*
WYSIWYGエディタに関わる部分の設定し、ステークホルダーにてサイトの随所で再利用します。
*/
.wysiwyg table, .wysiwyg dl, .wysiwyg ol, .wysiwyg ul, .wysiwyg p, .wysiwyg h6, .wysiwyg h5, .wysiwyg h4, .wysiwyg h3, .wysiwyg h2, .wysiwyg h1 {
  margin-left: auto;
  margin-right: auto;
}

.wysiwyg table, .wysiwyg dl, .wysiwyg ol, .wysiwyg ul, .wysiwyg p, .wysiwyg h6, .wysiwyg h5, .wysiwyg h4, .wysiwyg h2, .wysiwyg h1 {
  margin-bottom: 2em;
}
@media only screen and (max-width: 640px) {
  .wysiwyg table, .wysiwyg dl, .wysiwyg ol, .wysiwyg ul, .wysiwyg p, .wysiwyg h6, .wysiwyg h5, .wysiwyg h4, .wysiwyg h2, .wysiwyg h1 {
    margin-bottom: 3vw;
  }
}

.wysiwyg span {
  display: inline;
}

.wysiwyg h1 {
  font-size: 2.5em;
  line-height: 1.2;
}

.wysiwyg h2 {
  font-size: 2em;
  line-height: 1.2;
}

.wysiwyg h3 {
  margin-bottom: 1.5em;
  border-bottom: 3px solid #41210d;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.2;
  padding: 0.6em 0;
}

.wysiwyg h4 {
  font-size: 1.5em;
  line-height: 1.2;
}

.wysiwyg h5 {
  font-size: 1.25em;
  line-height: 1.2;
}

.wysiwyg h6 {
  font-size: 1em;
  line-height: 1.2;
}

.wysiwyg strong {
  font-weight: bold;
}

.wysiwyg img {
  max-width: 100%;
}

.wysiwyg ul {
  list-style: disc;
}
.wysiwyg ul ul,
.wysiwyg ul ol {
  width: auto;
  margin-bottom: 0;
}

.wysiwyg ol {
  list-style: decimal;
}
.wysiwyg ol ul,
.wysiwyg ol ol {
  width: auto;
  margin-bottom: 0;
}

.wysiwyg li {
  margin-left: 1.5em;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: リセットCSS と サイトの初期設定 */
html * {
  box-sizing: border-box;
  font-feature-settings: "palt";
  -webkit-line-break: strict;
  line-break: strict;
}

@media only screen and (max-width: 1000px) {
  body {
    font-size: 0.9375em;
  }
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 0.875em;
  }
}
body img {
  vertical-align: middle;
}

:focus {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

a img {
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

#svgicon {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

svg:not(:root) {
  overflow: hidden;
}

.cb {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
}

#wrapper {
  overflow: hidden;
  position: relative;
}

#contents {
  width: 100%;
}

#side-cat-menu {
  float: left;
  width: 224px;
}
.template-form #side-cat-menu {
  position: absolute;
  visibility: hidden;
  z-index: -1;
  opacity: 0;
}
@media only screen and (max-width: 1000px) {
  #side-cat-menu {
    float: none;
  }
}

#main {
  float: right;
  width: calc(100% - 254px);
  margin-left: 30px;
}
.template-form #main {
  width: 100%;
  margin-left: 0;
}
@media only screen and (max-width: 1000px) {
  #main {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
#main.general {
  width: 100%;
  margin-left: 0;
}
#main.general .home-storebtn .storebtn-wrapper {
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2em;
}
@media only screen and (max-width: 640px) {
  #main.general .home-storebtn .storebtn-wrapper {
    display: block;
    width: 100%;
  }
}
#main.general .home-storebtn .storebtn-wrapper a {
  text-decoration: none;
}
#main.general .home-storebtn .storebtn-wrapper a.store-box {
  width: calc(50% - 10px);
}
@media only screen and (max-width: 640px) {
  #main.general .home-storebtn .storebtn-wrapper a.store-box {
    width: 100%;
    margin-bottom: 2em;
  }
}
#main.general .home-storebtn .storebtn-wrapper a.store-box .img-box img {
  width: 100%;
}
#main.general .home-storebtn .storebtn-wrapper a.store-box .btn {
  background-color: #ffff00;
  border: 3px solid #ffff00;
  padding: 0.8em;
  transition: background 0.3s;
  position: relative;
}
@media only screen and (max-width: 640px) {
  #main.general .home-storebtn .storebtn-wrapper a.store-box .btn {
    padding: 0.5em;
  }
}
@media only screen and (max-width: 640px) {
  #main.general .home-storebtn .storebtn-wrapper a.store-box .btn.b-koriyama {
    margin-bottom: 2em;
  }
}
#main.general .home-storebtn .storebtn-wrapper a.store-box .btn p {
  display: block;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
#main.general .home-storebtn .storebtn-wrapper a.store-box .btn::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #41210d;
  border-right: 2px solid #41210d;
  transform: rotateZ(45deg);
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: transform 0.3s ease;
}
#main.general .home-storebtn .storebtn-wrapper a:hover {
  opacity: 0.8;
}

.general .order-button-wrapper {
  margin: 2.5em auto;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 共通スタイル */
@media only screen and (max-width: 640px) {
  .nosp {
    display: none;
  }
}

.nopc {
  display: none;
}
@media only screen and (max-width: 640px) {
  .nopc {
    display: block;
  }
}

.flex-box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.container {
  max-width: 1200px;
  width: 90%;
  margin: auto;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: WYSIWYGの表示設定 */
.wysiwyg img {
  max-width: 100%;
  height: auto;
}
.wysiwyg table {
  word-break: break-all;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ボタンのスタイル */
/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
.back-button-wrapper .back-button, .button {
  display: inline-block;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #41210d;
  color: #41210d;
  text-decoration: none;
  font-size: 0.9375em;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  min-width: 230px;
  transition-duration: 0.1s;
  padding: 1em;
}
@media only screen and (max-width: 640px) {
  .back-button-wrapper .back-button, .button {
    font-size: 0.9285714286em;
  }
}
.back-button-wrapper .back-button:hover, .button:hover {
  color: #fff;
  transition-duration: 0.1s;
  background: #41210d;
  border-color: #fff;
}
.back-button-wrapper .back-button:visited, .button:visited {
  color: #41210d;
}
.back-button-wrapper .back-button:visited:hover, .button:visited:hover {
  color: #fff;
}

.button-arrow-right, .button-arrow-left {
  position: relative;
}
.button-arrow-right:before, .button-arrow-left:before, .button-arrow-right:after, .button-arrow-left:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  width: 38px;
  height: 10px;
  background-image: url(../images/arrow-01.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
}
@media only screen and (max-width: 640px) {
  .button-arrow-right:before, .button-arrow-left:before, .button-arrow-right:after, .button-arrow-left:after {
    background-image: url(../images/arrow-01-sp.svg);
    width: 16px;
    height: 5px;
  }
}
.button-arrow-right:hover:before, .button-arrow-left:hover:before, .button-arrow-right:hover:after, .button-arrow-left:hover:after {
  background-image: url(../images/arrow-02.svg);
}
@media only screen and (max-width: 640px) {
  .button-arrow-right:hover:before, .button-arrow-left:hover:before, .button-arrow-right:hover:after, .button-arrow-left:hover:after {
    background-image: url(../images/arrow-02-sp.svg);
  }
}

.button-arrow-left:before {
  transform: rotate(180deg);
  left: 10px;
}
.button-arrow-left:after {
  display: none;
}
.button-arrow-left:hover:before {
  left: 5px;
}

.button-arrow-right:before {
  display: none;
}
.button-arrow-right:after {
  right: 10px;
}
.button-arrow-right:hover:after {
  right: 5px;
}

.button-large {
  padding: 0.5em 1.75em;
  font-size: 1.25em;
  line-height: 1.5;
  border-radius: 0.3em;
}

.button-small {
  padding: 0.25em 1.25em;
  font-size: 0.875em;
  line-height: 1.5;
  border-radius: 0.2em;
}

.button-block {
  display: block;
  width: 100%;
  margin: auto;
  text-align: center;
}

.back-button-wrapper {
  text-align: center;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: セクションタイトル */
.section-title {
  font-size: 2.875em;
  font-weight: bold;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  .section-title {
    font-size: 2em;
  }
}
.section-title-wrapper {
  background-image: url(../images/title-bg-01.png);
  border-radius: 10px;
  padding: 0.4em;
  text-align: center;
  margin-bottom: 2em;
}

.sub-title {
  font-weight: bold;
  margin-top: 0px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: テーブルスタイル */
.wysiwyg table {
  border-collapse: collapse;
  width: 100%;
}
.wysiwyg table tr {
  border-bottom: 1px solid #41210d;
}
.wysiwyg table tr:first-child {
  border-top: 1px solid #41210d;
}
.wysiwyg table th, .wysiwyg table td {
  font-size: 0.8125em;
  padding: 0.6em;
  vertical-align: middle;
}
.wysiwyg table th {
  padding-right: 0;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 背景スタイル */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: parts用の外部ファイル読み込み */
#header {
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9999;
}
.template-form #header {
  border-bottom: 1px solid #41210d;
}
@media only screen and (max-width: 1000px) {
  #header {
    overflow: visible;
    border-bottom: 1px solid #41210d;
  }
}
#header .header-storeinfo {
  background-color: #41210d;
  background-image: url(../images/title-bg-01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 5px;
}
#header .header-storeinfo li {
  color: #41210d;
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 5px;
}
#header .header-storeinfo li a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
#header .header-storeinfo li a:hover {
  text-decoration: underline;
}
#header .header-storeinfo li.tel .icon-tel {
  display: inline-block;
  margin: 0 2px 0 2px;
  width: 22px;
  height: 1em;
  position: relative;
}
#header .header-storeinfo li.tel .icon-tel:after {
  background-image: url(../images/icon-tel-01.png);
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 640px) {
  #header .header-storeinfo li:first-child {
    width: 100%;
  }
}
#header #header-nav {
  position: relative;
}
@media only screen and (max-width: 1000px) {
  #header #header-nav {
    padding: 0;
    width: 100%;
  }
}
#header .flex-box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  width: 90%;
  padding: 10px 0;
}
@media only screen and (max-width: 1000px) {
  #header .flex-box {
    width: 100%;
  }
}
#header .logo-center {
  padding: 1em 0;
  width: 180px;
  margin: auto;
}
@media only screen and (max-width: 640px) {
  #header .logo-center {
    width: 120px;
  }
}
#header .logo-center a {
  display: block;
}
#header .logo-center a:hover {
  opacity: 0.8;
}
#header .logo-center img {
  width: 180px;
  height: auto;
  vertical-align: middle;
}
@media only screen and (max-width: 640px) {
  #header .logo-center img {
    width: 120px;
  }
}
#header .header-logo {
  display: flex;
  align-items: center;
}
#header .header-logo ul {
  padding-left: 12px;
}
@media only screen and (max-width: 640px) {
  #header .header-logo ul {
    display: none;
  }
}
#header .header-logo li {
  font-size: 0.9em;
  font-weight: bold;
}
#header .header-logo li a {
  font-size: inherit;
  text-decoration: none;
}
#header .header-logo li a:hover {
  text-decoration: underline;
}
#header .header-logo li.tel {
  padding-left: 22px;
  position: relative;
}
#header .header-logo li.tel:after {
  background-image: url(../images/icon-tel-01.png);
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 22px 22px;
}
@media only screen and (max-width: 1000px) {
  #header .logo {
    padding-left: 1em;
  }
}
#header .logo a {
  display: block;
}
#header .logo a:hover {
  opacity: 0.8;
}
#header .logo img {
  width: 150px;
  height: auto;
  vertical-align: middle;
}
@media only screen and (max-width: 640px) {
  #header .logo img {
    width: 120px;
  }
}
@media only screen and (max-width: 400px) {
  #header .logo img {
    width: 90px;
  }
}
#header .nav-wrapper {
  background-color: #41210d;
}
@media only screen and (max-width: 1000px) {
  #header .nav-wrapper {
    border: none;
  }
}

.header-sub-menu {
  font-size: 0.9375em;
}
@media only screen and (max-width: 1000px) {
  .header-sub-menu {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.header-sub-menu a {
  display: block;
  text-decoration: none;
}
.header-sub-menu a:hover {
  text-decoration: underline;
}
.header-sub-menu .menu-01 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 1000px) {
  .header-sub-menu .menu-01 {
    margin: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .header-sub-menu .menu-01 li {
    border-top: 1px dashed #fff;
    text-align: center;
    margin: 0 0.4em;
  }
  .header-sub-menu .menu-01 li:last-child {
    border-bottom: 1px dashed #fff;
  }
}
.header-sub-menu .menu-01 a {
  color: #41210d;
  padding: 0.2em 0.5em 0.2em 24px;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .header-sub-menu .menu-01 a {
    display: block;
    padding: 0;
    width: 26px;
    height: 26px;
  }
  .header-sub-menu .menu-01 a span {
    display: none;
  }
}
.header-sub-menu .menu-01 a:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 22px 22px;
}
@media only screen and (max-width: 1000px) {
  .header-sub-menu .menu-01 a:after {
    background-position: center center;
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
  }
}
.header-sub-menu .menu-01 a.i-order:after {
  background-image: url(../images/icon-order-02.png);
}
.header-sub-menu .menu-01 a.i-user:after {
  background-image: url(../images/icon-user-01.png);
}
.header-sub-menu .menu-01 a.i-login:after {
  background-image: url(../images/icon-login-01.png);
}
.header-sub-menu .menu-01 a.i-contact:after {
  background-image: url(../images/icon-contact-02.png);
}

#global-nav ul li a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

/* 商品検索 */
#search {
  width: 400px;
  position: relative;
  border: 1px solid #41210d;
  padding: 0.2em;
  margin-top: 0.5em;
}
@media only screen and (max-width: 1000px) {
  #search {
    display: none;
  }
}
#search .search_inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#search .input_search {
  position: relative;
  margin-left: 1%;
}
#search .bt_search {
  border: 0;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  z-index: 1;
}
#search .cb-search {
  cursor: pointer;
  fill: #41210d;
  font-size: 1em;
  width: 24px;
  height: 24px;
}
#search select {
  cursor: pointer;
  width: 170px;
  height: 30px;
  font-size: 1em;
  padding: 0.5em 1em;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
}
#search select option {
  max-width: 170px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#search input[type=search] {
  height: 30px;
  width: 100%;
  font-size: 1em;
  border: 0 none;
  padding: 0.5em 2.75em 0.5em 0.5em;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
}

#global-nav {
  max-width: 1000px;
  margin: auto;
  padding: 20px 0;
  width: 90%;
}
#global-nav ul {
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#global-nav ul li {
  text-align: center;
}
#global-nav ul li a {
  color: #fff;
  display: block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  padding: 0.2em 0.1em 0.2em 0;
  position: relative;
  width: 100%;
}
#global-nav ul li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#global-nav ul li a.i-home {
  padding-left: 36px;
}
#global-nav ul li a.i-home:after {
  background: url(../images/icon-home.png) no-repeat;
  background-position: left center;
  background-size: 28px 22px;
  width: 28px;
  height: 22px;
}
#global-nav ul li a.i-guide {
  padding-left: 34px;
}
#global-nav ul li a.i-guide:after {
  background: url(../images/icon-guide.png) no-repeat;
  background-position: left center;
  background-size: 26px 26px;
  width: 26px;
  height: 26px;
}
#global-nav ul li a.i-contact {
  padding-left: 30px;
}
#global-nav ul li a.i-contact:after {
  background: url(../images/icon-contact-01.png) no-repeat;
  background-position: left center;
  background-size: 24px 19px;
  width: 24px;
  height: 19px;
}
#global-nav ul li a.i-order {
  padding-left: 24px;
}
#global-nav ul li a.i-order:after {
  background: url(../images/icon-order.png) no-repeat;
  background-position: left center;
  background-size: 18px 22px;
  width: 22px;
  height: 18px;
}
#global-nav ul li a.i-store {
  padding-left: 38px;
}
#global-nav ul li a.i-store:after {
  background: url(../images/icon-store.png) no-repeat;
  background-position: left center;
  background-size: 32px 24px;
  width: 32px;
  height: 24px;
}
#global-nav .clearfix:after {
  display: none;
}

@media only screen and (max-width: 1000px) {
  #background-nav {
    transition: all 0.4s;
  }
  .open #background-nav {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
  /* Fixed reset */
  #mobile-head {
    background-color: #fff;
    position: relative;
    width: 53px;
    height: 78px;
    padding: 28px 15px 28px 14px;
    float: right;
    cursor: pointer;
  }
  /* Toggle Button */
}
@media only screen and (max-width: 1000px) and (max-width: 640px) {
  #mobile-head {
    width: 50px;
    height: 58px;
    padding: 18px 10px 18px 14px;
  }
}
@media only screen and (max-width: 1000px) {
  #global-nav {
    position: absolute;
    top: 98px;
    width: 100%;
    text-align: center;
    z-index: -1;
    transition: opacity 0.25s, visibility 0s ease 0.25s;
    opacity: 0;
    visibility: hidden;
    padding: 0;
  }
}
@media only screen and (max-width: 1000px) and (max-width: 640px) {
  #global-nav {
    top: 78px;
  }
}
@media only screen and (max-width: 1000px) {
  #global-nav ul {
    background-color: #41210d;
    display: block;
    float: none;
    max-width: 100%;
    width: 100%;
    padding: 0.75em 0;
  }
  #global-nav ul li {
    width: 100% !important;
    border: 0 !important;
    padding: 0;
  }
  #global-nav ul li:last-child {
    display: block;
  }
  #global-nav ul li a {
    display: block;
    color: #fff;
    padding: 0.75em;
  }
  #nav-toggle {
    position: absolute;
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    width: 26px;
    height: 22px;
  }
  #nav-toggle span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #41210d;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    margin: auto;
    top: 0;
    bottom: 0;
  }
  #nav-toggle span:nth-child(3) {
    bottom: 0;
  }
  .open {
    /* #global-nav スライドアニメーション */
  }
  .open #nav-toggle span:nth-child(1) {
    transform: translateY(9px) rotate(-45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    opacity: 0;
  }
  .open #nav-toggle span:nth-child(3) {
    transform: translateY(-9px) rotate(45deg);
  }
  .open #side-cat-menu {
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 9998 !important;
    right: 0 !important;
  }
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: パンくずリスト*/
#header-breadcrumb {
  max-width: 1000px;
  width: 90%;
  margin: 1em auto;
  font-size: 1em;
}
@media only screen and (max-width: 640px) {
  #header-breadcrumb {
    margin: 1em auto;
  }
}
#header-breadcrumb li {
  display: inline-block;
}
#header-breadcrumb li + li:before {
  content: ">";
  padding: 0 0.5em;
}
#header-breadcrumb li a {
  color: #59c3e1;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 共通フッター*/
#footer {
  background-color: #41210d;
  border-top: 1px solid #41210d;
}
.template-form #footer {
  border-top: none;
}
#footer .container {
  padding: 3em 0 1em;
}
@media only screen and (max-width: 640px) {
  #footer .container {
    padding: 2em 0 1.5em;
  }
}
#footer #page-top a {
  width: 136px;
  position: fixed;
  z-index: 99;
  right: 2.5vw;
  bottom: 10%;
  display: block;
}
#footer #page-top a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 1000px) {
  #footer #page-top a {
    right: 5px;
  }
}
@media only screen and (max-width: 640px) {
  #footer #page-top a {
    width: 90px;
  }
}
#footer #page-top a img {
  width: 136px;
}
@media only screen and (max-width: 640px) {
  #footer #page-top a img {
    width: 90px;
  }
}
#footer #footer-cat-menu {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1000px) {
  #footer #footer-cat-menu {
    flex-wrap: wrap;
    width: 100%;
  }
}
#footer #footer-cat-menu a {
  color: #fff;
  display: block;
  text-decoration: none;
}
#footer #footer-cat-menu a:hover {
  text-decoration: underline;
}
#footer #footer-cat-menu ul {
  border-top: 1px solid #fff;
  margin: 0 0.8em 1.5em;
  padding-top: 0.5em;
}
@media only screen and (max-width: 1000px) {
  #footer #footer-cat-menu ul {
    width: calc(50% - 1.6em);
  }
}
@media only screen and (max-width: 640px) {
  #footer #footer-cat-menu ul {
    margin: 0 0.4em 1.5em;
    width: calc(50% - 0.8em);
  }
}
#footer #footer-cat-menu ul li {
  padding: 0.2em 0;
}
@media only screen and (max-width: 1000px) {
  #footer #footer-cat-menu .vertical-group {
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #footer #footer-cat-menu .vertical-group ul {
    width: calc(50% - 1.6em);
  }
  #footer #footer-cat-menu .vertical-group ul li {
    padding: 0.2em 0;
  }
}
@media only screen and (max-width: 640px) {
  #footer #footer-cat-menu .vertical-group ul {
    margin: 0 0.4em 1.5em;
    width: calc(50% - 0.8em);
  }
}
#footer #footer-sub-menu {
  font-size: 0.9375em;
}
#footer #footer-sub-menu a {
  color: #fff;
  display: block;
  text-decoration: none;
}
#footer #footer-sub-menu a:hover {
  text-decoration: underline;
}
#footer #footer-sub-menu .menu-01 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 1em 0;
}
@media only screen and (max-width: 1000px) {
  #footer #footer-sub-menu .menu-01 {
    display: block;
    margin: 1em 0 2em;
  }
}
@media only screen and (max-width: 1000px) {
  #footer #footer-sub-menu .menu-01 li {
    border-top: 1px dashed #fff;
    text-align: center;
  }
  #footer #footer-sub-menu .menu-01 li:last-child {
    border-bottom: 1px dashed #fff;
  }
}
#footer #footer-sub-menu .menu-01 a {
  padding: 0.2em 0.5em 0.2em 24px;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  #footer #footer-sub-menu .menu-01 a {
    display: inline-block;
    padding: 1em 0.5em 1em 24px;
  }
}
#footer #footer-sub-menu .menu-01 a:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#footer #footer-sub-menu .menu-01 a.i-user:after {
  background: url(../images/icon-user-02.png) no-repeat;
  background-position: left center;
  background-size: 22px 22px;
}
#footer #footer-sub-menu .menu-01 a.i-login:after {
  background: url(../images/icon-login-02.png) no-repeat;
  background-position: left center;
  background-size: 22px 22px;
}
#footer #footer-sub-menu .menu-01 a.i-contact:after {
  background: url(../images/icon-contact-03.png) no-repeat;
  background-position: left center;
  background-size: 22px 22px;
}
#footer #footer-sub-menu .menu-02 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 1em 0;
}
@media only screen and (max-width: 1000px) {
  #footer #footer-sub-menu .menu-02 {
    display: block;
  }
}
#footer #footer-sub-menu .menu-02 li {
  position: relative;
}
#footer #footer-sub-menu .menu-02 li:after {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  background-color: #41210d;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
#footer #footer-sub-menu .menu-02 li:last-child:after {
  content: none;
}
@media only screen and (max-width: 1000px) {
  #footer #footer-sub-menu .menu-02 li:after {
    content: none;
  }
}
#footer #footer-sub-menu .menu-02 a {
  padding: 0.2em 0.5em;
}
@media only screen and (max-width: 1000px) {
  #footer #footer-sub-menu .menu-02 a {
    display: inline-block;
  }
}
#footer .copyright {
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 0.875em;
  line-height: 1.5;
  text-align: center;
  padding: 1.5em 0.5em;
}
@media only screen and (max-width: 640px) {
  #footer .copyright {
    font-size: 0.7142857143em;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ページネーション*/
.pagination .nav-links {
  margin: 40px 0;
  text-align: center;
}
.pagination .nav-links a,
.pagination .nav-links span {
  display: inline-block;
  width: 50px;
  line-height: 48px;
  border: 1px solid #41210d;
  margin: 0 5px;
  font-size: 1.1em;
  color: #41210d;
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  .pagination .nav-links a,
  .pagination .nav-links span {
    width: 35px;
    line-height: 33px;
    margin: 0;
    font-size: 0.8em;
  }
}
.pagination .nav-links a:hover,
.pagination .nav-links span:hover {
  background: #41210d;
  border-color: #41210d;
  color: #fff;
}
.pagination .nav-links .current {
  background: #41210d;
  border-color: #41210d;
  color: #fff;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ページタイトル*/
#page-title-wrapper #page-title {
  background-image: url(../images/title-bg-01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  #page-title-wrapper #page-title {
    height: 115px;
  }
}
.page-id-18 #page-title-wrapper #page-title {
  background-image: url(../images/title-bg-02.jpg);
}
.page-id-7 #page-title-wrapper #page-title {
  background-image: url(../images/title-bg-03.jpg);
}
#page-title-wrapper .title {
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin: auto;
  text-align: center;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
#page-title-wrapper .title .en {
  font-size: 3rem;
}
@media only screen and (max-width: 640px) {
  #page-title-wrapper .title {
    font-size: 1.1428571429em;
  }
  #page-title-wrapper .title .en {
    font-size: 2rem;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ページタイトル*/
#page-title-wrapper #page-title {
  background-image: url(../images/title-bg-01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  #page-title-wrapper #page-title {
    height: 115px;
  }
}
.page-id-18 #page-title-wrapper #page-title {
  background-image: url(../images/title-bg-02.jpg);
}
.page-id-7 #page-title-wrapper #page-title {
  background-image: url(../images/title-bg-03.jpg);
}
#page-title-wrapper .title {
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin: auto;
  text-align: center;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
#page-title-wrapper .title .en {
  font-size: 3rem;
}
@media only screen and (max-width: 640px) {
  #page-title-wrapper .title {
    font-size: 1.1428571429em;
  }
  #page-title-wrapper .title .en {
    font-size: 2rem;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 関連コンテンツ */
#other-contents a {
  display: block;
}
#other-contents a:hover {
  opacity: 0.8;
}
#other-contents img {
  width: 100%;
  vertical-align: middle;
}
#other-contents .container {
  padding: 1em 0 2em;
}
@media only screen and (max-width: 1000px) {
  #other-contents .container {
    padding: 0 0 1em;
  }
}
#other-contents .banner-area.type-flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  justify-content: center;
}
@media only screen and (max-width: 1000px) {
  #other-contents .banner-area.type-flex {
    margin-bottom: 0.5em;
  }
}
#other-contents .banner-area.type-flex li {
  width: calc(25% - 40px);
  margin: 0.6em 20px 1.5em;
}
@media only screen and (max-width: 1000px) {
  #other-contents .banner-area.type-flex li {
    width: calc(50% - 40px);
  }
}
@media only screen and (max-width: 1000px) {
  #other-contents .banner-area.type-flex li {
    width: calc(50% - 10px);
    margin: 0.6em 5px 1em;
  }
}
#other-contents .banner-area.type-slider {
  display: none;
}
#other-contents .banner-area.type-slider.slick-initialized {
  display: block;
}
#other-contents .banner-area.type-slider li a {
  width: 90%;
  display: block;
  margin: auto;
}
#other-contents .banner-area.type-slider li img {
  width: 100%;
  vertical-align: middle;
}

.order-button-wrapper {
  max-width: 700px;
  margin: auto;
}
.order-button img {
  width: 100%;
  vertical-align: middle;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ヒーローイメージ*/
#hero {
  position: relative;
}
#hero img {
  width: 100%;
  margin: auto !important;
}
@media only screen and (max-width: 1000px) {
  #hero .container {
    width: 100%;
  }
}
#hero .hero-slider {
  display: none;
  margin: 30px auto 60px;
}
#hero .hero-slider.slick-initialized {
  display: block;
}
@media only screen and (max-width: 1000px) {
  #hero .hero-slider {
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 640px) {
  #hero .hero-slider {
    margin: 0 0 20px;
  }
}
#hero .hero-slider .slick-arrow {
  width: 30px;
  height: 70px;
}
#hero .hero-slider .slick-arrow:before {
  background-image: url(../images/slider-arrow-hero.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#hero .hero-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg);
}
@media only screen and (min-width: 1281px) {
  #hero .hero-slider .slick-arrow.slick-prev {
    left: 15%;
  }
}
#hero .hero-slider .slick-arrow.slick-next {
  right: 0;
}
@media only screen and (min-width: 1281px) {
  #hero .hero-slider .slick-arrow.slick-next {
    right: 15%;
  }
}
#hero .hero-slider .slick-dots {
  top: auto;
  bottom: 5%;
  left: 0;
  right: 0;
  width: auto;
  margin: auto;
}
@media only screen and (max-width: 1000px) {
  #hero .hero-slider .slick-dots {
    bottom: 10%;
  }
}
#hero .hero-slider .slick-dots li {
  width: 20px;
  height: 3px;
}
#hero .hero-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #41210d;
  padding: 0;
  margin: auto;
}
#hero .hero-slider .slick-dots li button:before {
  content: none;
}
#hero .hero-slider .slick-dots li.slick-active button {
  background: #41210d;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.home-news {
  margin-bottom: 2.5em;
}
.home-news iframe {
  width: 100% !important;
  height: 350px !important;
}

.home-quickmenu {
  margin-bottom: 2.5em;
}
.home-quickmenu ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .home-quickmenu ul {
    display: block;
  }
}
.home-quickmenu li {
  width: calc(33.3333333333% - 20px);
  margin: 0 10px;
}
@media only screen and (max-width: 640px) {
  .home-quickmenu li {
    width: 100%;
    margin: 0 0 0.5em;
  }
}
.home-quickmenu a {
  display: block;
  text-align: center;
  text-decoration: none;
}
.home-quickmenu a:hover {
  opacity: 0.8;
}
.home-quickmenu .img-box {
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  padding-top: 75%;
}
@media only screen and (max-width: 640px) {
  .home-quickmenu .img-box {
    padding-top: 45%;
  }
}
.home-quickmenu .text-box {
  font-size: 1.125em;
  font-weight: bold;
  position: relative;
  padding: 0.6em 0;
}

.home-movie {
  margin-bottom: 2.5em;
}
.home-movie .text-box {
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2em;
}
.home-movie .movie-box {
  width: 80%;
  margin: auto;
  position: relative;
  padding-top: 50%;
}
@media only screen and (max-width: 640px) {
  .home-movie .movie-box {
    width: 100%;
    padding-top: 65%;
  }
}
.home-movie .movie-box img {
  width: 100%;
  vertical-align: middle;
}
.home-movie .movie-box iframe {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.order-button-wrapper {
  margin-bottom: 2.5em;
}
.home-point {
  margin-bottom: 1em;
}
.home-point ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.home-point li {
  width: calc(33.3333333333% - 20px);
  margin: 0 10px 2em;
}
@media only screen and (max-width: 640px) {
  .home-point li {
    width: calc(50% - 10px);
    margin: 0 5px 2em;
  }
}
.home-point .img-box {
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  padding-top: 75%;
}
@media only screen and (max-width: 640px) {
  .home-point .img-box {
    padding-top: 80%;
  }
}
.home-point .text-box h3 {
  font-size: 1.125em;
  font-size: 1em;
  font-weight: bold;
  padding: 0.8em 0 2px;
}
.home-point .text-box p {
  font-size: 0.875em;
  line-height: 1.4;
}

.home-products {
  margin-bottom: 2.5em;
}
@media only screen and (max-width: 640px) {
  .home-products {
    margin-bottom: 3em;
  }
}
.home-products ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.home-products li {
  width: calc(33.3333333333% - 20px);
  margin: 0 10px 2em;
}
@media only screen and (max-width: 640px) {
  .home-products li {
    width: calc(50% - 10px);
    margin: 0 5px 2em;
  }
}
.home-products a {
  display: block;
  text-decoration: none;
}
.home-products a:hover {
  opacity: 0.8;
}
.home-products .img-box {
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  padding-top: 75%;
}
@media only screen and (max-width: 640px) {
  .home-products .img-box {
    padding-top: 80%;
  }
}
.home-products .text-box h3 {
  font-size: 1.125em;
  font-size: 1em;
  font-weight: bold;
  padding: 0.8em 0 2px;
}
.home-products .text-box p {
  font-size: 0.875em;
  line-height: 1.4;
}

.breadcrumbs {
  padding: 2em 0 2.5em;
}
@media only screen and (max-width: 640px) {
  .breadcrumbs {
    padding: 1em 0 1.5em;
  }
}
.breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
}
.breadcrumbs li + li:before {
  content: ">";
  padding: 0 0.5em;
}
.breadcrumbs li.home a {
  display: block;
  width: 24px;
  height: 30px;
  position: relative;
}
.breadcrumbs li.home a span {
  display: none;
}
.breadcrumbs li.home a:after {
  content: "";
  display: block;
  width: 24px;
  height: 20px;
  background: url(../images/icon-home-02.png) no-repeat;
  background-size: 24px 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.breadcrumbs li a {
  color: #41210d;
}
.breadcrumbs li a:hover {
  opacity: 0.8;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.grid-wrapper {
  visibility: visible;
  opacity: 1;
  transition: all 1500ms;
}
.grid-wrapper.effect-none {
  visibility: hidden;
  opacity: 0;
  transition: all 1500ms;
}

#home-nav {
  position: relative;
  overflow: hidden;
  transition: all 1500ms;
}
#home-nav .container {
  padding: 1em 0;
}
@media only screen and (max-width: 640px) {
  #home-nav .container {
    min-height: 150px;
    padding: 2em 0;
  }
}
#home-nav .effect-fade-01 {
  visibility: hidden;
  display: none;
  opacity: 0;
  transition: all 1500ms;
}
@media only screen and (max-width: 640px) {
  #home-nav .effect-fade-01 {
    transition: all 1000ms;
  }
}
#home-nav .effect-fade-01.effect-scroll {
  visibility: visible;
  opacity: 1;
  transform: translate(0px, 0px);
}

.home-nav-pc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.home-nav-pc-wrapper:after {
  content: "";
  clear: both;
  display: block;
}
.home-nav-pc.home-nav-left {
  float: left;
  width: calc(50% - 10px);
  margin-right: 10px;
}
.home-nav-pc.home-nav-right {
  float: right;
  width: calc(50% - 10px);
  margin-left: 10px;
}
.home-nav-pc .box {
  border-radius: 10px;
  overflow: hidden;
}
.home-nav-pc .box a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  text-decoration: none;
  text-align: center;
}
.home-nav-pc .box a:hover {
  opacity: 0.7;
}
.home-nav-pc .corner {
  border-radius: 10px 10px 0px 10px/10px 10px 0px 10px;
  position: relative;
}
.home-nav-pc .corner a:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.home-nav-pc .large {
  width: 100%;
}
.home-nav-pc .large a {
  height: 410px;
}
.home-nav-pc .large p {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1;
}
.home-nav-pc .large p .en {
  font-size: 3.25rem;
  letter-spacing: 0.1em;
}
.home-nav-pc .middle {
  width: 100%;
  height: 195px;
}
.home-nav-pc .middle a {
  height: 195px;
}
.home-nav-pc .middle p {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1;
}
.home-nav-pc .middle p .en {
  font-size: 3.25rem;
  letter-spacing: 0.1em;
}
.home-nav-pc .small {
  width: 50%;
  height: 195px;
}
.home-nav-pc .small.left {
  width: calc(50% - 10px);
  margin-right: 10px;
}
.home-nav-pc .small.right {
  width: calc(50% - 10px);
  margin-left: 10px;
}
.home-nav-pc .small a {
  height: 195px;
}
.home-nav-pc .small p {
  font-weight: bold;
  line-height: 1;
}
.home-nav-pc .small p .en {
  font-size: 2.25rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1000px) {
  .home-nav-pc .small p .en {
    font-size: 1.75rem;
  }
}
.home-nav-pc .box-01 {
  margin-bottom: 20px;
}
.home-nav-pc .box-01 a {
  background: url(../images/background-01.jpg) no-repeat;
  background-size: auto 110%;
  background-position: center;
  transition: all 1000ms;
}
.home-nav-pc .box-01 a .img-box {
  margin-bottom: 0.2em;
}
.home-nav-pc .box-01 a .img-box img {
  width: 42px;
  height: 40px;
}
.home-nav-pc .box-01 a:hover {
  background-size: auto 125%;
}
.home-nav-pc .box-01 a:after {
  background: url(../images/icon-corner-01.png) no-repeat;
  background-size: 22px 22px;
}
.home-nav-pc .box-01.effect-fade-01 {
  transform: translate(100px, 0px);
}
.home-nav-pc .box-02 {
  background: url(../images/background-02.jpg) no-repeat;
  background-size: auto 110%;
  background-position: center;
}
.home-nav-pc .box-02.effect-fade-01 {
  transform: translate(100px, -50px);
}
.home-nav-pc .box-03 {
  background: url(../images/background-03.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.home-nav-pc .box-03.effect-fade-01 {
  transform: translate(0px, -50px);
}
.home-nav-pc .box-04 {
  margin-top: 20px;
}
.home-nav-pc .box-04 a {
  background: url(../images/background-04.jpg) no-repeat;
  background-size: 110% auto;
  transition: all 1000ms;
  background-position: center;
}
.home-nav-pc .box-04 a .img-box {
  margin-bottom: 0.2em;
}
.home-nav-pc .box-04 a .img-box img {
  width: 33px;
  height: 42px;
}
.home-nav-pc .box-04 a:hover {
  background-size: 125% auto;
}
.home-nav-pc .box-04 a:after {
  background: url(../images/icon-corner-01.png) no-repeat;
  background-size: 22px 22px;
}
.home-nav-pc .box-04.effect-fade-01 {
  transform: translate(-100px, 50px);
}
.home-nav-pc .box-05 {
  background: url(../images/background-05.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}
.home-nav-pc .box-05.effect-fade-01 {
  transform: translate(100px, -50px);
}
.home-nav-pc .box-06 {
  background: url(../images/background-06.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}
.home-nav-pc .box-06.effect-fade-01 {
  transform: translate(-100px, 50px);
}
.home-nav-pc .box-07 .img-box {
  margin-bottom: 0.2em;
}
.home-nav-pc .box-07 .img-box img {
  width: 42px;
  height: 32px;
}
.home-nav-pc .box-07 a {
  background: url(../images/background-07.jpg) no-repeat;
  background-size: auto 110%;
  background-position: center;
  transition: all 1000ms;
}
.home-nav-pc .box-07 a:hover {
  background-size: auto 125%;
}
.home-nav-pc .box-07.effect-fade-01 {
  transform: translate(-100px, 0);
}
.home-nav-pc .box-08 {
  background: url(../images/background-08.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 20px;
}
.home-nav-pc .box-08.effect-fade-01 {
  transform: translate(0px, -100px);
}
.home-nav-pc .box-09 {
  margin-top: 20px;
}
.home-nav-pc .box-09 .img-box {
  margin-bottom: 0.8em;
}
.home-nav-pc .box-09 .img-box img {
  width: 50px;
  height: 38px;
}
.home-nav-pc .box-09 a {
  background-color: #59c3e1;
}
.home-nav-pc .box-09 a:after {
  background: url(../images/icon-corner-02.png) no-repeat;
  background-size: 22px 22px;
}
.home-nav-pc .box-09.effect-fade-01 {
  transform: translate(0, 100px);
}

.home-nav-sp .box {
  border-radius: 5px;
  overflow: hidden;
}
.home-nav-sp .box a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  text-decoration: none;
  text-align: center;
}
.home-nav-sp .box a:hover {
  opacity: 0.7;
}
.home-nav-sp .corner {
  border-radius: 5px 5px 0px 5px/5px 5px 0px 5px;
  position: relative;
}
.home-nav-sp .corner a:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.home-nav-sp .middle {
  width: 100%;
  height: 120px;
}
.home-nav-sp .middle a {
  height: 120px;
}
.home-nav-sp .middle p {
  font-weight: bold;
  line-height: 1.2;
}
.home-nav-sp .middle p .en {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
.home-nav-sp .box-01 a {
  background: url(../images/background-01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.home-nav-sp .box-01 a:after {
  background: url(../images/icon-corner-01.png) no-repeat;
  background-size: 22px 22px;
}
.home-nav-sp .box-01 p {
  background: url(../images/icon-company.png) no-repeat;
  background-size: 42px 40px;
  background-position: center left;
  padding-left: 50px;
}
.home-nav-sp .box-01.effect-fade-01 {
  transform: translate(-50px, 0px);
}
.home-nav-sp .box-02 {
  margin: 10px 0;
}
.home-nav-sp .box-02 a {
  background: url(../images/background-07.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.home-nav-sp .box-02 a:after {
  background: url(../images/icon-corner-01.png) no-repeat;
  background-size: 22px 22px;
}
.home-nav-sp .box-02 p {
  background: url(../images/icon-work.png) no-repeat;
  background-size: 42px 32px;
  background-position: center left;
  padding-left: 50px;
}
.home-nav-sp .box-02.effect-fade-01 {
  transform: translate(50px, 0px);
}
.home-nav-sp .box-03 {
  margin: 10px 0;
}
.home-nav-sp .box-03 a {
  background: url(../images/background-04.jpg) no-repeat;
  background-size: cover;
  background-position: center left;
}
.home-nav-sp .box-03 a:after {
  background: url(../images/icon-corner-01.png) no-repeat;
  background-size: 22px 22px;
}
.home-nav-sp .box-03 p {
  background: url(../images/icon-recruit.png) no-repeat;
  background-size: 33px 42px;
  background-position: center left;
  padding-left: 38px;
}
.home-nav-sp .box-03.effect-fade-01 {
  transform: translate(-50px, 0px);
}
.home-nav-sp .box-04 a {
  background-color: #59c3e1;
}
.home-nav-sp .box-04 a:after {
  background: url(../images/icon-corner-02.png) no-repeat;
  background-size: 22px 22px;
}
.home-nav-sp .box-04 p {
  background: url(../images/icon-contact.png) no-repeat;
  background-size: 32px 24px;
  background-position: center left;
  padding-left: 46px;
}
.home-nav-sp .box-04.effect-fade-01 {
  transform: translate(50px, 0px);
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: サイドバー  */
@media only screen and (max-width: 1000px) {
  #side-cat-menu {
    background-color: #fff;
    position: absolute;
    top: 98px;
    z-index: -1;
    transition: all 0.4s;
    opacity: 0;
    visibility: hidden;
    padding: 1em;
    right: -300px;
    width: 254px;
  }
}
@media only screen and (max-width: 640px) {
  #side-cat-menu {
    top: 78px;
  }
}
@media only screen and (max-width: 1000px) {
  #side-cat-menu .scroll-wrapper {
    overflow-y: scroll;
    height: 80vh;
  }
}
#side-cat-menu .menu-block-01 {
  margin-bottom: 2.25em;
}
#side-cat-menu .menu-block-01 .category-title {
  border-bottom: 3px solid #41210d;
  font-weight: bold;
  line-height: 1.2;
  padding: 0.4em 0 1em;
  position: relative;
}
#side-cat-menu .menu-block-01 .category-title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
#side-cat-menu .menu-block-01 .category-title.cat-01 {
  padding-left: 95px;
}
#side-cat-menu .menu-block-01 .category-title.cat-01:after {
  width: 81px;
  height: 58px;
  background: url(../images/icon-cat-01.png) no-repeat;
  background-size: 81px 58px;
}
#side-cat-menu .menu-block-01 .category-title.cat-02 {
  padding-left: 70px;
}
#side-cat-menu .menu-block-01 .category-title.cat-02:after {
  width: 60px;
  height: 58px;
  background: url(../images/icon-cat-02.png) no-repeat;
  background-size: 60px 58px;
}
#side-cat-menu .menu-block-01 .category-title.cat-03 {
  padding-left: 52px;
}
#side-cat-menu .menu-block-01 .category-title.cat-03:after {
  width: 45px;
  height: 66px;
  background: url(../images/icon-cat-03.png) no-repeat;
  background-size: 45px 66px;
}
#side-cat-menu .menu-block-01 .category-title.cat-04 {
  padding-left: 78px;
}
#side-cat-menu .menu-block-01 .category-title.cat-04:after {
  width: 66px;
  height: 68px;
  background: url(../images/icon-cat-04.png) no-repeat;
  background-size: 66px 68px;
}
#side-cat-menu .menu-block-01 .category-title.cat-05 {
  padding-left: 78px;
}
#side-cat-menu .menu-block-01 .category-title.cat-05:after {
  width: 70px;
  height: 50px;
  background: url(../images/icon-cat-05.png) no-repeat;
  background-size: 70px 50px;
  bottom: 8px;
}
#side-cat-menu .menu-block-01 .category-title.cat-06 {
  padding-left: 78px;
}
#side-cat-menu .menu-block-01 .category-title.cat-06:after {
  width: 68px;
  height: 65px;
  background: url(../images/icon-cat-06.png) no-repeat;
  background-size: 68px 65px;
}
#side-cat-menu .menu-block-01 li {
  border-bottom: 1px dotted #b39e85;
}
#side-cat-menu .menu-block-01 a {
  color: #41210d;
  font-size: 0.875em;
  font-weight: bold;
  display: block;
  text-decoration: none;
  padding: 0.4em;
}
#side-cat-menu .menu-block-01 a:hover {
  background-color: #41210d;
  color: #fff;
}
#side-cat-menu .menu-block-02 {
  margin-bottom: 1em;
}
#side-cat-menu .menu-block-02 a {
  display: block;
  text-align: center;
  text-decoration: none;
}
#side-cat-menu .menu-block-02 a:hover {
  opacity: 0.8;
}
#side-cat-menu .menu-block-02 .img-box {
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  padding-top: 60%;
}
@media only screen and (max-width: 640px) {
  #side-cat-menu .menu-block-02 .img-box {
    padding-top: 45%;
  }
}
#side-cat-menu .menu-block-02 .text-box {
  font-weight: bold;
  position: relative;
  padding: 0.4em 0;
}
#side-cat-menu .info-note-sp {
  display: none;
}
@media only screen and (max-width: 1000px) {
  #side-cat-menu .info-note-sp {
    display: block;
    margin-bottom: 2.5em;
  }
}
#side-cat-menu .info-note-pc li, #side-cat-menu .info-note-sp li {
  border: 2px solid #41210d;
  border-radius: 10px;
  font-size: 1.125em;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
  padding: 1em;
}
#side-cat-menu .sub-menu-sp {
  display: none;
}
@media only screen and (max-width: 1000px) {
  #side-cat-menu .sub-menu-sp {
    display: block;
    margin: 4.2em 0 2.5em;
  }
}
#side-cat-menu .sub-menu-sp .link-order {
  border-radius: 30px;
  background: url(../images/button-order-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  font-size: 1.125em;
  font-weight: bold;
  padding: 0.5em;
  text-decoration: none;
  text-align: center;
  margin-bottom: 0.5em;
}
#side-cat-menu .sub-menu-sp .link-order:hover {
  opacity: 0.8;
}
#side-cat-menu .sub-menu-sp ul a {
  display: inline-block;
  font-size: 1.125em;
  font-weight: bold;
  padding: 0.5em 0.5em 0.5em 24px;
  position: relative;
  text-decoration: none;
}
#side-cat-menu .sub-menu-sp ul a:hover {
  text-decoration: underline;
}
#side-cat-menu .sub-menu-sp ul a:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#side-cat-menu .sub-menu-sp ul a.i-user:after {
  background: url(../images/icon-user-01.png) no-repeat;
  background-position: left center;
  background-size: 22px 22px;
}
#side-cat-menu .sub-menu-sp ul a.i-login:after {
  background: url(../images/icon-login-01.png) no-repeat;
  background-position: left center;
  background-size: 22px 22px;
}
#side-cat-menu .sub-menu-sp ul a.i-contact:after {
  background: url(../images/icon-contact-02.png) no-repeat;
  background-position: left center;
  background-size: 22px 22px;
}
#side-cat-menu .sub-menu-sp ul a.i-guide:after {
  background: url(../images/icon-guide-02.png) no-repeat;
  background-position: left center;
  background-size: 22px 22px;
}
#side-cat-menu .sub-menu-sp ul a.i-store:after {
  background: url(../images/icon-store-02.png) no-repeat;
  background-position: left center;
  background-size: 22px 22px;
}

/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
#page-contact {
  max-width: 800px;
  margin: 3em auto;
}
#page-contact dl,
#page-contact dt,
#page-contact dd {
  box-sizing: border-box;
}
#page-contact dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 1.5em 0;
}
#page-contact dl#item_address, #page-contact dl#item_contents, #page-contact dl#top_box__address_detail {
  align-items: flex-start;
}
#page-contact dl#top_box__contents {
  align-items: flex-start;
}
#page-contact dl#top_box__contents dt {
  padding-top: 0.2em;
}
@media only screen and (max-width: 640px) {
  #page-contact dl {
    display: block;
  }
}
#page-contact dt {
  width: 30%;
  float: none;
  font-size: 1em;
  padding: 0;
  text-align: left;
  border: none;
}
@media only screen and (max-width: 640px) {
  #page-contact dt {
    width: 100%;
    margin-bottom: 5px;
  }
}
#page-contact dd {
  width: 70%;
  border: none;
  padding: 0;
  font-size: 1em;
}
@media only screen and (max-width: 640px) {
  #page-contact dd {
    width: 100%;
  }
}
#page-contact .note {
  margin-bottom: 1.5em;
  text-align: center;
}
#page-contact .note span {
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  #page-contact .note {
    margin-top: 1em;
    text-align: left;
  }
}
#page-contact .mini {
  padding-bottom: 0.5em;
}
#page-contact .attention {
  padding-bottom: 1em;
}
#page-contact .control-label {
  font-weight: bold;
}
#page-contact span.required {
  color: #ff0200;
  font-weight: bold;
}
#page-contact input[type=text], #page-contact input[type=email], #page-contact input[type=tel], #page-contact textarea {
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  max-width: 100%;
}
#page-contact input[type=text], #page-contact input[type=email], #page-contact input[type=tel] {
  border: 1px solid #41210d;
  font-size: 100%;
  height: 40px;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 0.6em;
}
#page-contact .input_name, #page-contact .input_kana {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#page-contact .input_name input[type=text], #page-contact .input_kana input[type=text] {
  width: 48%;
}
#page-contact #item_address .text-address {
  margin: 0.5em 0;
}
#page-contact #item_address .text-address input[type=text] {
  width: 100%;
}
#page-contact #no-zip-search {
  margin-top: 1em;
}
#page-contact #zip-search {
  color: #fff;
  background-color: #41210d;
  font-size: 1rem;
  margin: 1em 0;
  border: 1px solid #41210d;
  cursor: pointer;
}
#page-contact #top_box__zip #zip01, #page-contact #top_box__zip #zip02 {
  width: 40%;
}
#page-contact #top_box__address #pref {
  border: 1px solid #41210d;
  font-size: 1rem;
}
#page-contact #top_box__address #addr01, #page-contact #top_box__address #addr02 {
  margin: 0.5em 0;
  width: 100%;
}
#page-contact .input_tel {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#page-contact .input_tel input[type=tel] {
  width: 33%;
}
#page-contact .input_mail input[type=email] {
  width: 100%;
}
#page-contact #contact_email {
  width: 100%;
}
#page-contact textarea {
  border: 1px solid #41210d;
  font-size: 100%;
  width: 100%;
  height: 170px;
  max-width: 100%;
  max-height: 250px;
  min-height: 170px;
  min-width: 100%;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 0.6em;
}
#page-contact label::before,
#page-contact label::after {
  content: none;
}
#page-contact input[type=reset], #page-contact button[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  text-shadow: none;
  border-radius: 0;
}
#page-contact input[type=reset]:hover, #page-contact button[type=submit]:hover {
  box-shadow: none;
}
#page-contact button[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
  cursor: pointer;
  width: 100%;
  height: 50px;
  background-color: #41210d;
  border: 1px solid #41210d;
  color: #fff;
  font-size: 100%;
}
#page-contact button[type=submit]:hover {
  background-color: #fff;
  color: #41210d;
}
#page-contact .soushin {
  max-width: 224px;
  width: 100%;
  margin: 2em auto;
}

#confirm_box__button_menu {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 70%;
  margin: 2em auto 0;
}
@media only screen and (max-width: 640px) {
  #confirm_box__button_menu {
    width: 100%;
  }
}
#confirm_box__button_menu #confirm_box__confirm_button {
  width: 50%;
  margin: 0 1em;
}
@media only screen and (max-width: 640px) {
  #confirm_box__button_menu #confirm_box__confirm_button {
    margin: 0 0.5em;
  }
}
#confirm_box__button_menu #confirm_box__back_button {
  width: 50%;
  margin: 0 1em;
}
@media only screen and (max-width: 640px) {
  #confirm_box__button_menu #confirm_box__back_button {
    margin: 0 0.5em;
  }
}

#page-contact.complete .title {
  font-size: 1.125em;
  font-weight: bold;
  margin: 2em 0 1.5em;
  text-align: center;
}
#page-contact.complete .message {
  text-align: center;
  margin: 2em 0;
}
@media only screen and (max-width: 640px) {
  #page-contact.complete .message {
    text-align: left;
  }
}
#page-contact #complete_top_button {
  width: 50%;
  margin: auto;
}
@media only screen and (max-width: 640px) {
  #page-contact #complete_top_button {
    width: 70%;
  }
}
#page-contact #complete_top_button a {
  display: block;
  background-color: #41210d;
  border: 1px solid #41210d;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 1em 0.5em;
}
#page-contact #complete_top_button a:hover {
  background-color: #fff;
  color: #41210d;
}

#page-policy p, #page-agreement p {
  margin-bottom: 1em;
}
#page-policy ul li, #page-agreement ul li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.8em;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ページ別style */
.section-wrapper {
  margin-bottom: 2em;
}
.section-wrapper h3 {
  border-bottom: 3px solid #41210d;
  font-size: 1.5em;
  font-weight: bold;
  padding: 0.6em 0;
  margin-bottom: 1.5em;
}
.section-wrapper h3.text-price:after {
  content: "すべて税込";
  float: right;
  font-size: 70%;
}
.section-wrapper h3.icon-note {
  background: url(../images/icon-exclamation.png) no-repeat;
  background-size: 30px 30px;
  background-position: left center;
  padding: 0.6em 0 0.6em 38px;
}
.section-wrapper h4 {
  border-left: 8px solid #41210d;
  font-size: 1.25em;
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 1.2em;
  padding: 0.4em 0 0.4em 0.5em;
}

.table-style table {
  border-collapse: collapse;
  border: solid 1px #fff;
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  margin: 1em 0 2em;
}
.template-product .table-style table {
  margin: 1em 0 0.5em;
}
.table-style table th {
  background-color: #E79C3B;
  border: solid 1px #fff;
  color: #fff;
  text-align: center;
  padding: 0.5em 0.2em;
  vertical-align: middle;
}
.table-style table td {
  background-color: #f6eddf;
  border: solid 1px #fff;
  text-align: center;
  padding: 0.5em 0.2em;
  vertical-align: middle;
}
.table-style table td.price {
  color: #ff0000;
}
.table-style dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #fff;
}
.table-style dl:last-child {
  border: none;
}
.table-style dl.nopc {
  display: none;
}
@media only screen and (max-width: 640px) {
  .table-style dl.nopc {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}
@media only screen and (max-width: 640px) {
  .table-style dl.nosp {
    display: none;
  }
}
.table-style dt {
  color: #fff;
  background-color: #e79c3b;
  width: 30%;
  padding: 1em;
  text-align: center;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.table-style dd {
  background-color: #f6eddf;
  width: 70%;
  padding: 1em;
  text-align: right;
}
.table-style dd.price {
  color: #ff0000;
}

@media only screen and (max-width: 640px) {
  .table-scroll:after {
    content: "※横にスクロールしてご覧ください。";
  }
  .table-scroll .table-style {
    overflow: auto;
  }
  .table-scroll .table-style table {
    margin-top: 0 !important;
    width: 640px;
  }
}

.template-product .section-title-wrapper {
  padding: 1em 0;
}
.template-product p {
  margin: 1em 0;
}
.template-product .note {
  margin-bottom: 2em;
}
.template-product .main-img-box {
  border: 1px solid #F2F2F2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 50%;
  width: 100%;
  margin: 0 0 1.5em;
}
.template-product .flex-box {
  justify-content: space-between;
  width: 100%;
  margin: 2.5em 0;
}
.template-product .column-box img {
  width: 100%;
  vertical-align: middle;
}
.template-product .column-2 .column-box {
  width: 48%;
}
@media only screen and (max-width: 640px) {
  .template-product .column-2 .column-box {
    width: 100%;
  }
}
.template-product .column-2 .column-box img {
  width: 100%;
  vertical-align: middle;
}
@media only screen and (max-width: 640px) {
  .template-product .column-2 {
    display: block;
  }
}
.template-product .sub-img-box-1 {
  border: 1px solid #F2F2F2;
  background-size: cover;
  background-position: center;
  padding-top: 35%;
  width: 48%;
}
.template-product .sub-img-box-2 {
  border: 1px solid #F2F2F2;
  background-size: cover;
  background-position: center;
  padding-top: 35%;
  width: 100%;
  margin: 2.5em 0;
}
@media only screen and (max-width: 640px) {
  .template-product .sub-img-box-2 {
    padding-top: 60%;
  }
}
@media only screen and (max-width: 640px) {
  .template-product .img-text-box {
    display: block;
  }
}
.template-product .img-text-box .sub-img-box-3 {
  width: 48%;
}
@media only screen and (max-width: 640px) {
  .template-product .img-text-box .sub-img-box-3 {
    width: 100%;
  }
}
.template-product .img-text-box .sub-img-box-3 img {
  width: 100%;
  vertical-align: middle;
}
.template-product .img-text-box .text-box {
  width: 48%;
}
@media only screen and (max-width: 640px) {
  .template-product .img-text-box .text-box {
    width: 100%;
    margin: 0.5em 0;
  }
}
.template-product .link-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .template-product .link-list {
    justify-content: space-between;
  }
}
.template-product .link-list li {
  width: calc(25% - 1em);
  margin: 0 0.5em 1.5em;
  border-radius: 10px 10px;
  background-color: #e79c3a;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 1190px) {
  .template-product .link-list li {
    width: calc(50% - 1em);
    margin: 0 0.5em 1.5em;
  }
}
@media only screen and (max-width: 640px) {
  .template-product .link-list li {
    width: 48%;
    margin: 0 0 1.5em;
  }
}
.template-product .link-list a {
  text-decoration: none;
  padding: 25px 5px;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 100%;
}
.template-product .link-list a:hover {
  opacity: 0.8;
}
.template-product .link-list a .name {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.1em;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .template-product .link-list a .name {
    font-size: 0.85em;
  }
}
.template-product .link-list a .catchcopy {
  font-size: 0.8em;
  line-height: 1.5;
}
@media only screen and (max-width: 640px) {
  .template-product .link-list a .catchcopy {
    font-size: 0.7em;
  }
}
.template-product .link-list a span {
  padding: 0;
  margin: 0;
}
.template-product .link-list img {
  width: 100%;
  vertical-align: middle;
}

#page-login {
  margin: 4em auto;
  max-width: 400px;
  width: 90%;
}
#page-login #mypage_login_box {
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 640px) {
  #page-login #mypage_login_box {
    width: 100%;
  }
}
#page-login .form-group {
  margin: 1.5em 0;
}
#page-login #mypage_login__login_menu {
  text-align: center;
}
#page-login #mypage_login__login_menu li {
  padding: 0.2em 0;
}
#page-login #mypage_login__login_menu li a:hover {
  opacity: 0.8;
}
#page-login input[type=email] {
  border: 1px solid #41210d;
  font-size: 100%;
  width: 100%;
  height: 50px;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 0.6em;
}
#page-login input[type=password] {
  border: 1px solid #41210d;
  font-size: 100%;
  width: 100%;
  height: 50px;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 0.6em;
}
#page-login button[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
  cursor: pointer;
  width: 100%;
  height: 50px;
  background-color: #41210d;
  border: 1px solid #41210d;
  color: #fff;
  font-size: 100%;
}
#page-login button[type=submit]:hover {
  background-color: #fff;
  color: #41210d;
}
#page-login .soushin {
  max-width: 224px;
  width: 100%;
  margin: 2em auto;
}

#page-papergallery .flex-box {
  justify-content: space-between;
  width: 100%;
  margin: 0.5em 0 2em;
}
#page-papergallery .flex-item {
  border: 1px solid #F2F2F2;
  background-size: cover;
  background-position: center;
  padding-top: 35%;
  width: 48%;
}
#page-papergallery .lead {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 1em;
}
@media only screen and (max-width: 640px) {
  #page-papergallery .lead {
    text-align: left;
  }
}

#page-papersize .flex-box {
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #page-papersize .flex-box {
    display: block;
  }
}
#page-papersize .flex-box .table-style {
  width: 100%;
}

#page-guide .img-box, #page-attention .img-box {
  border-radius: 10px;
  overflow: hidden;
  margin: 2em 0;
}
@media only screen and (max-width: 640px) {
  #page-guide .img-box, #page-attention .img-box {
    margin: 1em 0;
  }
}
#page-guide .img-box img, #page-attention .img-box img {
  width: 100%;
  vertical-align: middle;
}
#page-guide .q_a dt, #page-attention .q_a dt {
  background: url(../images/icon-question.png) no-repeat;
  background-size: 58px 58px;
  background-position: left center;
  background-color: #fff6f0;
  padding: 1.5em 0 1.5em 80px;
  margin-bottom: 0.75em;
  font-size: 1.25em;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  #page-guide .q_a dt, #page-attention .q_a dt {
    background-size: 45px 45px;
    padding: 1.5em 0 1.5em 60px;
  }
}
#page-guide .q_a dd, #page-attention .q_a dd {
  background: url(../images/icon-answer.png) no-repeat;
  background-size: 58px 58px;
  background-position: left top;
  margin-bottom: 2.5em;
  padding: 0.5em 0 0 80px;
  min-height: 60px;
}
@media only screen and (max-width: 640px) {
  #page-guide .q_a dd, #page-attention .q_a dd {
    background-size: 45px 45px;
    padding: 0.5em 0 0 60px;
  }
}
#page-guide .q_a dd .title, #page-attention .q_a dd .title {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
#page-guide .terms-list, #page-attention .terms-list {
  margin: 1em 0;
}
#page-guide .terms-list li, #page-attention .terms-list li {
  margin-bottom: 1em;
  padding-left: 1em;
  text-indent: -1em;
}
#page-guide .terms-list span, #page-attention .terms-list span {
  font-weight: bold;
}

#page-store {
  padding-bottom: 1em;
}
#page-store .store-wrapper {
  margin-bottom: 2em;
}
#page-store .store-wrapper h3 {
  border-bottom: 3px solid #41210d;
  font-size: 1.5em;
  font-weight: bold;
  padding: 0.6em 0;
}
#page-store .store-wrapper .img-box {
  border-radius: 10px;
  overflow: hidden;
  margin: 2em 0;
}
@media only screen and (max-width: 640px) {
  #page-store .store-wrapper .img-box {
    margin: 1em 0;
  }
}
#page-store .store-wrapper .img-box img {
  width: 100%;
  vertical-align: middle;
}
#page-store .store-wrapper .info-wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #page-store .store-wrapper .info-wrapper {
    display: block;
  }
}
#page-store .store-wrapper .info-wrapper .text-box {
  margin-right: 20px;
  width: 50%;
}
@media only screen and (max-width: 640px) {
  #page-store .store-wrapper .info-wrapper .text-box {
    width: 100%;
  }
}
#page-store .store-wrapper .info-wrapper .tag-wrapper {
  margin-bottom: 1em;
}
@media only screen and (max-width: 640px) {
  #page-store .store-wrapper .info-wrapper .tag-wrapper {
    margin-bottom: 0.5em;
  }
}
#page-store .store-wrapper .info-wrapper .tag-wrapper li {
  border: 1px solid #41210d;
  display: inline-block;
  padding: 0.2em;
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 640px) {
  #page-store .store-wrapper .info-wrapper .address-wrapper {
    margin-bottom: 1.5em;
  }
}
#page-store .store-wrapper .info-wrapper .map-box {
  width: 50%;
}
@media only screen and (max-width: 640px) {
  #page-store .store-wrapper .info-wrapper .map-box {
    width: 100%;
  }
}
#page-store .store-wrapper .info-wrapper .map-box iframe {
  width: 100%;
  height: 300px;
}

#login_sidemenu_01.ec_on {
  display: block !important;
}
#login_sidemenu_01.ec_off {
  display: none !important;
}

#login_sidemenu_02.ec_on {
  display: block !important;
}
#login_sidemenu_02.ec_off {
  display: none !important;
}

#login_headermenu_01.ec_on {
  display: flex !important;
}
#login_headermenu_01.ec_off {
  display: none !important;
}

#login_headermenu_02.ec_on {
  display: flex !important;
}
#login_headermenu_02.ec_off {
  display: none !important;
}

#login_footermenu_01.ec_on {
  display: flex !important;
}
#login_footermenu_01.ec_off {
  display: none !important;
}
@media only screen and (max-width: 640px) {
  #login_footermenu_01.ec_on {
    display: block !important;
  }
}

#login_footermenu_02.ec_on {
  display: flex !important;
}
#login_footermenu_02.ec_off {
  display: none !important;
}
@media only screen and (max-width: 640px) {
  #login_footermenu_02.ec_on {
    display: block !important;
  }
}

#info-price {
  border: 4px solid #e79c3b;
  margin-bottom: 2em;
  padding: 2em 1em 2em;
}
#info-price h2 {
  font-size: 1.875em;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
#info-price p {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.5em;
}
#info-price .info-price {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  #info-price .info-price {
    display: block;
  }
}
#info-price .info-price-item {
  max-width: 250px;
  width: 50%;
  margin: 1em;
}
@media only screen and (max-width: 640px) {
  #info-price .info-price-item {
    width: 100%;
    margin: 1em auto;
  }
}
#info-price a {
  background-color: #e79c3b;
  border: 2px solid #e79c3b;
  border-radius: 50px;
  color: #41210d;
  display: block;
  font-size: 1.375em;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  padding: 0.5em;
  transition: background 0.3s;
}
#info-price a:hover {
  background-color: #fff;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: jsライブラリ専用外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: slickスライダーの共通設定*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  transform: translate(0, 11%);
  padding: 0;
  border: none;
  outline: none;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 1000px) {
  .slick-prev,
  .slick-next {
    transform: translate(0, 14%);
  }
}
@media only screen and (max-width: 640px) {
  .slick-prev,
  .slick-next {
    transform: translate(0, 20%);
  }
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 30px;
  line-height: 0;
  color: #41210d;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -14px;
  z-index: 2;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -14px;
  z-index: 2;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1000px) {
  .slick-dotted.slick-slider {
    margin-bottom: 10px;
  }
}

.slick-dots {
  position: absolute;
  top: -30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 1px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  color: #41210d;
  opacity: 0.25;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "■";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #41210d;
  opacity: 1;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider {
  display: none;
}
.slider * {
  box-sizing: border-box;
  line-height: 0;
}
.slider.slick-slider {
  display: block;
}
.slider .slick-track .slick-slide a:hover {
  opacity: 0.8;
}
.slider .slick-track .slick-slide img {
  width: 100%;
  height: auto;
  margin: auto;
  vertical-align: middle;
  display: block;
}
.slider .slick-arrow {
  z-index: 9;
  width: 26px;
  height: 39px;
  margin: auto;
  top: 0;
  bottom: 0;
  transform: none;
}
.slider .slick-arrow:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/slider-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 1;
}
.slider .slick-arrow:hover {
  opacity: 0.8;
}
.slider .slick-arrow.slick-prev {
  left: 10px;
  transform: rotate(180deg);
}
@media only screen and (max-width: 640px) {
  .slider .slick-arrow.slick-prev {
    left: 0;
  }
}
.slider .slick-arrow.slick-next {
  right: 10px;
}
@media only screen and (max-width: 640px) {
  .slider .slick-arrow.slick-next {
    right: 0;
  }
}
.slider .slick-dots {
  bottom: 20px;
}
.slider .slick-dots li {
  width: 15px;
  height: 15px;
}
.slider .slick-dots li button {
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #41210d;
  border-radius: 50%;
}
.slider .slick-dots li button:before {
  content: none;
}
.slider .slick-dots li.slick-active button {
  background: #41210d;
}
.slider.slick-dotted {
  margin-bottom: 0;
}

.news-banner-wrapper img {
  width: 100%;
}/*# sourceMappingURL=style.css.map */