@charset "UTF-8";

/* CSS Document */
/* ==========================================================================
   Foundation
========================================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}


/* iOSでのデフォルトスタイルをリセット */
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;
  cursor: pointer;
}
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;
}


/* font
-------------------------------------------------------------------------- */
/* noto-sans-jp-300 - japanese */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans Japanese Light"), local("NotoSansJapanese-Light"), url("fonts/NotoSansJP/noto-sans-jp-v24-japanese-300.woff2") format("woff2"), url("fonts/NotoSansJP/noto-sans-jp-v24-japanese-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* noto-sans-jp-regular - japanese */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans Japanese Regular"), local("NotoSansJapanese-Regular"), url("fonts/NotoSansJP/noto-sans-jp-v24-japanese-regular.woff2") format("woff2"), url("fonts/NotoSansJP/noto-sans-jp-v24-japanese-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* noto-sans-jp-500 - japanese */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans Japanese Medium"), local("NotoSansJapanese-Medium"), url("fonts/NotoSansJP/noto-sans-jp-v24-japanese-500.woff2") format("woff2"), url("fonts/NotoSansJP/noto-sans-jp-v24-japanese-500.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* noto-sans-jp-700 - japanese */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans Japanese Bold"), local("NotoSansJapanese-Bold"), url("fonts/NotoSansJP/noto-sans-jp-v24-japanese-700.woff2") format("woff2"), url("fonts/NotoSansJP/noto-sans-jp-v24-japanese-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* noto-sans-jp-900 - japanese */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: local("Noto Sans Japanese Black"), local("NotoSansJapanese-Black"), url("fonts/NotoSansJP/noto-sans-jp-v24-japanese-900.woff2") format("woff2"), url("fonts/NotoSansJP/noto-sans-jp-v24-japanese-900.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

h1, h2, h3, p, li, dt, dd, span {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

/* color
-------------------------------------------------------------------------- */
/* ==========================================================================
   Layout
========================================================================== */
body {
  background-color: #000;
}

/* wrapper
-------------------------------------------------------------------------- */
.l-wrapper {
  width: 100%;
  max-width: 1072px;
  height: 100%;
  margin: 0 auto;
  padding: 0 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #182612;
  overflow-x: hidden;
}

@media screen and (min-width: 560px) and (max-width: 959px) {
  .l-wrapper {
    padding: 0 16px;
  }
}

@media screen and (max-width: 559px) {
  .l-wrapper {
    padding: 0 10px;
  }
}

/* main
-------------------------------------------------------------------------- */
.l-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1002px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 8px solid #fff;
  border-left: 8px solid #fff;
  background-color: #fff;
}

@media screen and (max-width: 559px) {
  .l-main {
    height: 100%;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 744px;
    border-right: 4px solid #fff;
    border-left: 4px solid #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .l-main.open {
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px);
  }
  .l-main > h1 {
    text-align: center;
    font-weight: 500;
  }
  .l-main > p {
    text-align: center;
  }
}

/* search
-------------------------------------------------------------------------- */
.l-search {
  margin-bottom: 10px;
}

/* menu
-------------------------------------------------------------------------- */
.l-menu {
  margin-bottom: 30px;
}

/* calendar
-------------------------------------------------------------------------- */
.l-calendar {
  margin-bottom: 30px;
}

/* content
-------------------------------------------------------------------------- */
.l-content {
  width: calc(100% - 216px);
  max-width: 769px;
  background-color: #FFFCDD;
}

@media screen and (max-width: 959px) {
  .l-content {
    width: 100%;
    max-width: 100%;
    padding-top: 60px;
  }
}

/* slider
-------------------------------------------------------------------------- */
.l-slider {
  width: 100%;
  margin: 0;
  margin-bottom: 25px;
}

/* bigbanner
-------------------------------------------------------------------------- */
.l-bigbanner {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
}

/* watch-image
-------------------------------------------------------------------------- */
.l-watch-image {
  margin-bottom: 20px;
}

/* watch-spec
-------------------------------------------------------------------------- */
.l-watch-spec {
  margin: 0 8px 20px;
}

/* shopping-simulation
-------------------------------------------------------------------------- */
.l-shopping-simulation {
  margin: 0 8px 20px;
}

/* watch-form
-------------------------------------------------------------------------- */
.l-watch-form {
  margin: 0 8px 20px;
}

/* input width
-------------------------------------------------------------------------- */
#inquiryPostalCode {
  width: 120px;
  margin-left: 4px;
}

#inquiryStockNum {
  width: 120px;
}

@media screen and (min-width: 765px) {
  #inquiryName {
    width: 200px;
  }
  #inquiryRuby {
    width: 200px;
  }
  #inquiryAddress {
    width: 320px;
  }
  #inquiryPhoneNum {
    width: 200px;
  }
  #inquiryMail {
    width: 200px;
  }
  #inquiryMailVerify {
    width: 200px;
  }
  #inquiryStockName {
    width: 320px;
  }
}

@media screen and (max-width: 559px) {
  #inquiryTextarea {
    width: 92%;
  }
}

.l-postal-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4px;
}

/* info
-------------------------------------------------------------------------- */
@media screen and (max-width: 559px) {
  .l-info {
    margin-bottom: 20px;
  }
}

/* view
-------------------------------------------------------------------------- */
.l-view {
  margin-bottom: 40px;
}

.l-view__menu {
  margin-bottom: 10px;
}

.l-view__list {
  margin-bottom: 10px;
}

.l-view-bands__list {
  margin-bottom: 10px;
}

.l-sp-view__menu {
  margin-top: 10px;
}

.l-military-watch__list {
  margin-bottom: 10px;
}

/* information
-------------------------------------------------------------------------- */
.l-information {
  margin-bottom: 40px;
}

.l-information__list {
  margin: 0 8px 20px;
}

.l-information__list__item {
  margin-bottom: 8px;
}

.l-information-image {
  margin-bottom: 20px;
}

.l-information__text {
  margin: 0 8px 20px;
}

/* catalog
-------------------------------------------------------------------------- */
.l-catalog {
  margin-top: 12px;
  margin-bottom: 40px;
}

/* about-us
-------------------------------------------------------------------------- */
.l-about-us {
  margin-top: 20px;
  margin-bottom: 40px;
}

.l-about-us__list {
  margin-bottom: 20px;
}

/* sp order
-------------------------------------------------------------------------- */
.l-sp-order {
  margin-bottom: 40px;
}

.l-sp-order__section {
  margin: 12px 0;
}

/* header
-------------------------------------------------------------------------- */
.l-header {
  width: 208px;
  min-width: 208px;
  border-right: 8px solid #fff;
  background-color: #5D733C;
}

@media screen and (min-width: 560px) and (max-width: 959px) {
  .l-header {
    position: fixed;
    width: calc(100% - 48px);
    max-width: none;
    height: 60px;
    border-right: none;
    z-index: 50000;
  }
}

@media screen and (max-width: 559px) {
  .l-header {
    position: fixed;
    width: calc(100% - 28px);
    max-width: none;
    height: 60px;
    border-right: none;
    z-index: 50000;
  }
}

/* header__content
-------------------------------------------------------------------------- */
.l-header--wrapper {
  width: 100%;
}

/* sp header
-------------------------------------------------------------------------- */
@media screen and (min-width: 960px) {
  .l-sp-header {
    display: none;
  }
}

/* footer
-------------------------------------------------------------------------- */
.l-footer {
  margin-bottom: 20px;
}

.l-footer__sns {
  margin-bottom: 16px;
}

.l-footer__text {
  margin-bottom: 20px;
}

.l-footer__text h2 {
  margin-bottom: 8px;
}

/* ==========================================================================
   Component
========================================================================== */
/* logo
-------------------------------------------------------------------------- */
.c-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 122px;
  background-color: #182612;
}

.c-logo img {
  width: 156px;
}

@media screen and (max-width: 959px) {
  .c-logo {
    height: 60px;
  }
  .c-logo img {
    width: auto;
    height: 40px;
  }
}

/* language
-------------------------------------------------------------------------- */
.c-lang {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 12px;
}

@media screen and (max-width: 959px) {
  .c-lang {
    display: none;
  }
}

.c-lang__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  list-style-type: none;
  margin: 0 auto;
}

.c-lang__list__j,
.c-lang__list__e {
  display: inline-block;
}

.c-lang__list__j a,
.c-lang__list__e a {
  font-size: 12px;
  font-weight: bold;
  color: #FDEEB7;
  text-decoration: none;
}

.c-lang__list__j a:hover,
.c-lang__list__e a:hover {
  text-decoration: underline;
}

.c-lang__list__j:after {
  content: '/';
  display: inline-block;
  font-size: 12px;
  color: #FDEEB7;
  margin-right: 14px;
  margin-left: 14px;
}

/* menu
-------------------------------------------------------------------------- */
.c-menu {
  width: 100%;
}

@media screen and (max-width: 959px) {
  .c-menu {
    display: none;
  }
}

.c-menu__list {
  list-style-type: none;
  margin: 0;
}

.c-menu__list__item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  background-color: #182612;
}

.c-menu__list__item p {
  display: block;
  position: relative;
  width: 100%;
  color: #FDEEB7;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  margin: 0;
  padding: 14px 20px 14px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 71;
}

.c-menu__list__item:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 17px;
  right: 0;
  margin-right: 15px;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #fdeeb7 transparent transparent transparent;
  z-index: 70;
}

.c-menu__list__item__inner {
  display: none;
  margin: 0;
  padding: 10px 0;
  background-color: #5D733C;
}

.c-menu__list__item__inner li {
  padding: 10px 15px;
  font-size: 14px;
  color: #FDEEB7;
}

.c-menu__list__item__inner li a {
  font-size: 14px;
  text-decoration: none;
  color: #FDEEB7;
}

/* 古物商許可
-------------------------------------------------------------------------- */
.c-kobutsu {
  width: 100%;
  padding: 12px 0;
  background-color: #182612;
}

@media screen and (max-width: 959px) {
  .c-kobutsu {
    display: none;
  }
}

.c-kobutsu__ttl {
  display: block;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  margin-left: 12px;
  color: #FDEEB7;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  text-decoration: none;
}

.c-kobutsu__text {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 12px;
  color: #FDEEB7;
  font-size: 12px;
  line-height: 1.3;
  font-weight: normal;
  text-decoration: none;
}

/* h1
-------------------------------------------------------------------------- */
.c-ttl--h1 {
  margin: 0 0 16px 16px;
  font-size: 20px;
  font-weight: bold;
  color: #182612;
}

@media screen and (max-width: 559px) {
  .c-ttl--h1 {
    margin: 0 10px 16px 10px;
    text-align: left;
    line-height: 1.3;
  }
}

/* h2
-------------------------------------------------------------------------- */
.c-ttl--h2 {
  width: 1004px;
  margin: 0 auto;
}

.c-ttl--h2 h2 {
  text-align: center;
  font-size: 30px;
  color: #FDEEB7;
  position: relative;
}

.c-ttl--h2 h2:after {
  content: '';
  display: block;
  width: 44px;
  height: 4px;
  margin: 18px auto 32px;
  background-color: #5D733C;
}

.c-ttl--h2 p {
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
  color: #FDEEB7;
}

@media screen and (min-width: 560px) and (max-width: 959px) {
  .c-ttl--h2 {
    width: 96%;
    margin: 0 2%;
  }
  .c-ttl--h2 h2 {
    font-size: 24px;
  }
  .c-ttl--h2 p {
    font-size: 14px;
  }
}

@media screen and (max-width: 559px) {
  .c-ttl--h2 {
    width: 96%;
    margin: 0 2%;
  }
  .c-ttl--h2 h2 {
    font-size: 24px;
  }
  .c-ttl--h2 p {
    font-size: 14px;
  }
  .c-ttl--h2 p span {
    display: block;
  }
}

/* button
-------------------------------------------------------------------------- */
.c-btn {
  width: 100%;
  margin-top: 18px;
  margin-bottom: 24px;
}

.c-btn a {
  display: block;
  width: 200px;
  height: 32px;
  line-height: 32px;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  color: #FDEEB7;
  background-color: #182612;
}

@media screen and (max-width: 559px) {
  .c-btn a {
    width: 160px;
  }
}

/* radio
-------------------------------------------------------------------------- */
.c-radio-list {
  list-style-type: none;
  margin-bottom: 8px;
}

.c-radio-list .c-radio-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 4px;
}

.c-radio-list .c-radio-list__item input[type='radio'] {
  margin-right: 8px;
}

.c-radio-list .c-radio-list__item label {
  font-size: 13px;
  font-weight: 500;
}

@media screen and (max-width: 559px) {
  .c-radio-list .c-radio-list__item {
    margin: 0 0 8px;
  }
}

/* sp order link
-------------------------------------------------------------------------- */
.c-sp-order-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 90%;
  padding: 8px 12px;
  background-color: #182612;
  color: #FDEEB7;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-sp-order-link a dt {
  color: #FDEEB7;
}

.c-sp-order-link a dd {
  color: #FDEEB7;
}

@media screen and (max-width: 559px) {
  .c-sp-order-link a {
    width: 100%;
  }
}

/* stetch chart
-------------------------------------------------------------------------- */
.c-stetch-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}

@media screen and (max-width: 559px) {
  .c-stetch-chart {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 12px;
  }
}

.c-stetch-chart .c-stetch-chart__item {
  width: 120px;
  margin: 8px 10px;
}

.c-stetch-chart .c-stetch-chart__item dt img {
  width: 120px;
}

.c-stetch-chart .c-stetch-chart__item dd {
  margin-top: 4px;
  text-align: center;
  font-size: 14px;
  color: #58423B;
}

.c-stetch-chart .c-stetch-chart__item dd.c-stetch-chart__item__text {
  font-size: 12px;
}

.c-stetch-chart .c-stetch-chart__item dd.c-stetch-chart__item__text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #EDD6D0;
  border-bottom: 1px solid #B99B93;
}

.c-stetch-chart .c-stetch-chart__item dd.c-stetch-chart__item__text dl dt {
  padding: 4px;
  width: 30%;
  text-align: left;
  font-size: 10px;
  background-color: #D19685;
}

.c-stetch-chart .c-stetch-chart__item dd.c-stetch-chart__item__text dl dd {
  width: 70%;
  font-size: 10px;
  text-align: center;
  margin: 0;
}

.c-stetch-chart .c-stetch-chart__item dd.c-stetch-chart__item__text dl:last-child {
  border-bottom: none;
}

@media screen and (max-width: 559px) {
  .c-stetch-chart .c-stetch-chart__item {
    width: 40%;
  }
  .c-stetch-chart .c-stetch-chart__item dt img {
    width: 100%;
  }
}

/* belt sample
-------------------------------------------------------------------------- */
.c-belt-sample {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  margin-bottom: 3px;
}

@media screen and (max-width: 559px) {
  .c-belt-sample {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 8px;
  }
}

.c-belt-sample__img p {
  margin: 0;
}

.c-belt-sample__img img {
  display: block;
  height: 120px;
}

@media screen and (max-width: 559px) {
  .c-belt-sample__img img {
    width: 100%;
    height: auto;
  }
}

.c-belt-sample__text {
  background-color: #EDD6D0;
  width: 412px;
  height: 240px;
  padding: 8px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-belt-sample__text .c-belt-sample__text__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  padding: 4px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-belt-sample__text .c-belt-sample__text__item dt {
  width: 100px;
  font-size: 14px;
}

.c-belt-sample__text .c-belt-sample__text__item dd {
  font-size: 14px;
}

@media screen and (max-width: 559px) {
  .c-belt-sample__text .c-belt-sample__text__item dt {
    font-size: 12px;
  }
  .c-belt-sample__text .c-belt-sample__text__item dd {
    font-size: 12px;
  }
}

@media screen and (max-width: 559px) {
  .c-belt-sample__text {
    width: 100%;
    height: auto;
  }
}

/* text
-------------------------------------------------------------------------- */
.c-text-caution {
  display: inline-block;
  margin: 2px 0;
  color: #da0000;
  font-weight: normal;
  line-height: 1.5;
}

.c-text-attention {
  display: inline-block;
  margin: 2px 0;
  font-weight: normal;
  line-height: 1.5;
}

/* price
-------------------------------------------------------------------------- */
.c-price-base.is-active {
  display: inline-block;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
}

.c-price-special {
  display: inline-block;
  color: #da0000;
}

.c-price-special:empty {
  display: none;
}

@media screen and (max-width: 765px) {
  .c-price-base.is-active {
    display: block;
    margin-bottom: 4px;
  }
  .c-price-special {
    display: block;
  }
}

.c-list-price-base.is-active {
  display: inline-block;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
}

.c-list-price-special {
  display: inline-block;
  margin-left: 4px;
  color: #da0000;
}

.c-list-price-special:empty {
  display: none;
}

@media screen and (max-width: 765px) {
  .c-list-price-base.is-active {
    display: none;
  }
  .c-list-price-special {
    display: block;
  }
}

/* ==========================================================================
   Project
========================================================================== */
/* menu
-------------------------------------------------------------------------- */
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50400;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.p-sp-header__trigger {
  display: inline-block;
  width: 30px;
  height: 21px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 20px;
  left: 36px;
  z-index: 51000;
}

@media screen and (min-width: 560px) and (max-width: 959px) {
  .p-sp-header__trigger {
    left: 66px;
  }
}

@media screen and (min-width: 960px) {
  .p-sp-header__trigger {
    display: none;
  }
}

.p-sp-header__trigger span {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #FDEEB7;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.p-sp-header__trigger.active span {
  background-color: #FDEEB7;
}

.p-sp-header__trigger span:nth-of-type(1) {
  top: 0;
}

.p-sp-header__trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}

.p-sp-header__trigger span:nth-of-type(2) {
  top: 9px;
}

.p-sp-header__trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.p-sp-header__trigger span:nth-of-type(3) {
  bottom: 0;
}

.p-sp-header__trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  -ms-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

.p-sp-header__nav {
  width: 250px;
  height: 100%;
  background-color: #5D733C;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50500;
  -webkit-transform: translate(-250px);
  -ms-transform: translate(-250px);
  transform: translate(-250px);
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow-y: auto;
}

.p-sp-header__nav.open {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.p-sp-header__nav__list {
  list-style-type: none;
  margin: 60px 0;
}

.p-sp-header__nav__list__item {
  color: #fff;
  text-align: left;
  margin-bottom: 16px;
}

.p-sp-header__nav__list__item p {
  width: 100%;
  background-color: #182612;
  margin: 0;
  padding: 14px 20px;
  font-size: 16px;
  color: #FDEEB7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-sp-header__nav__list__item__inner {
  display: none;
  margin: 10px 0 20px;
}

.p-sp-header__nav__list__item__inner li {
  padding: 10px 20px;
  font-size: 14px;
  color: #FDEEB7;
}

.p-sp-header__nav__list__item__inner li a {
  font-size: 14px;
  text-decoration: none;
  color: #FDEEB7;
}

/* search
-------------------------------------------------------------------------- */
.p-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background-color: #182612;
}

.p-search:after {
  content: url(../img/svg/search.svg);
  display: block;
  width: 20px;
  margin-top: 2px;
  margin-right: 15px;
}

@media screen and (max-width: 959px) {
  .p-search {
    display: none;
  }
}

.p-search__ttl {
  width: 100%;
  height: 40px;
  margin-left: 15px;
  color: #FDEEB7;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  text-decoration: none;
}

.modalArea {
  display: none;
  position: fixed;
  z-index: 80000;
  /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
  z-index: 81000;
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30%;
  max-width: 480px;
  padding: 60px 30px 20px;
  background-color: #fff;
}

@media screen and (max-width: 559px) {
  .modalWrapper {
    width: 60%;
    padding: 52px 30px 20px;
  }
}

.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  font-size: 30px;
  cursor: pointer;
}

.modalContents form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 0.5;
}

.modalContents form input {
  width: 400px;
  line-height: 1;
  margin: 0;
  padding: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
}

.modalContents form input,
.modalContents form select {
  width: 200px;
  height: 38px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.modalContents form input:focus,
.modalContents form select:focus {
  border: 1px solid #33C3F0;
  outline: 0;
}

.modalContents form button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  padding: 6px 4px;
  background-color: #182612;
  width: 100px;
  border: none;
}

.modalContents form button img {
  width: 18px;
}

@media screen and (max-width: 559px) {
  .modalContents form input {
    width: 200px;
  }
  .modalContents form select {
    width: 200px;
  }
}

/* sp search
-------------------------------------------------------------------------- */
.p-sp-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 12px;
  right: 30px;
  width: 40px;
  height: 40px;
  z-index: 50200;
}

.p-sp-search img {
  width: 28px;
}

@media screen and (min-width: 560px) and (max-width: 959px) {
  .p-sp-search {
    right: 60px;
  }
}

@media screen and (min-width: 960px) {
  .p-sp-search {
    display: none;
  }
}

/* calendar
-------------------------------------------------------------------------- */
.p-calendar {
  width: 100%;
}

@media screen and (max-width: 959px) {
  .p-calendar {
    display: none;
  }
}

.p-calendar__ttl {
  width: 100%;
  height: 40px;
  margin-bottom: 2px;
  background-color: #182612;
}

.p-calendar__ttl p {
  display: block;
  margin-left: 12px;
  color: #FDEEB7;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  text-decoration: none;
}

.p-calendar__wrap {
  width: 100%;
}

.p-calendar__month {
  width: 100%;
  height: 25px;
  background-color: #182612;
}

.p-calendar__month p {
  display: block;
  color: #FDEEB7;
  font-size: 12px;
  font-weight: bold;
  line-height: 25px;
  text-decoration: none;
  text-align: center;
}

.p-calendar__day {
  background-color: #182612;
  border-collapse: collapse;
  font-size: 11px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-calendar__day__week {
  background-color: #182612;
}

.p-calendar__day__week td {
  padding: 3px 0;
  border: 2px solid #5d733d;
  text-align: center;
  color: #fceeb7;
}

.p-calendar__day__num td {
  padding: 3px 0;
  border: 2px solid #5d733d;
  text-align: center;
  color: #fceeb7;
}

.p-calendar__day__num td.is-holiday {
  background-color: #fceeb7;
  color: #182612;
}

.p-calendar__text {
  background-color: #182612;
  padding: 8px;
}

.p-calendar__text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-calendar__text dl dt {
  width: 48px;
  margin: 4px 12px;
  color: #fceeb7;
  font-size: 11px;
  font-weight: normal;
}

.p-calendar__text dl dd {
  margin: 4px 12px 4px 0;
  color: #fceeb7;
  font-size: 11px;
  font-weight: normal;
}

.p-calendar__text__holiday dt {
  text-align: center;
}

.p-calendar__text__holiday dt span {
  display: inline-block;
  width: 24px;
  height: 16px;
  background-color: #fceeb7;
}

/* sp calendar
-------------------------------------------------------------------------- */
.p-sp-calendar {
  width: 100%;
  background-color: #5D733C;
  padding-bottom: 24px;
}

@media screen and (min-width: 765px) {
  .p-sp-calendar {
    display: none;
  }
}

.p-sp-calendar__ttl {
  width: 100%;
  height: 40px;
  margin-bottom: 2px;
}

.p-sp-calendar__ttl p {
  display: block;
  text-align: left;
  margin-left: 12px;
  color: #FDEEB7;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  text-decoration: none;
}

.p-sp-calendar__wrap {
  padding: 0 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-sp-calendar__month {
  margin: 0 2px;
  width: calc(100% - 4px);
  height: 25px;
  background-color: #182612;
}

.p-sp-calendar__month p {
  display: block;
  color: #FDEEB7;
  font-size: 12px;
  font-weight: bold;
  line-height: 25px;
  text-decoration: none;
  text-align: center;
}

.p-sp-calendar__day {
  background-color: #182612;
  border-collapse: collapse;
  font-size: 12px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-sp-calendar__day__week {
  background-color: #182612;
}

.p-sp-calendar__day__week td {
  padding: 3px 0;
  border: 2px solid #5d733d;
  text-align: center;
  color: #fceeb7;
}

.p-sp-calendar__day__num td {
  padding: 3px 0;
  border: 2px solid #5d733d;
  text-align: center;
  color: #fceeb7;
}

.p-sp-calendar__day__num td.is-holiday {
  background-color: #fceeb7;
  color: #182612;
}

.p-sp-calendar__text {
  background-color: #182612;
  padding: 8px;
  margin: 0 26px;
}

.p-sp-calendar__text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-sp-calendar__text dl dt {
  width: 48px;
  margin: 4px 12px;
  color: #fceeb7;
  font-size: 12px;
  font-weight: normal;
}

.p-sp-calendar__text dl dd {
  margin: 4px 12px 4px 0;
  color: #fceeb7;
  font-size: 12px;
  font-weight: normal;
}

.p-sp-calendar__text__holiday dt {
  text-align: center;
}

.p-sp-calendar__text__holiday dt span {
  display: inline-block;
  width: 24px;
  height: 16px;
  background-color: #fceeb7;
}

/* slider
-------------------------------------------------------------------------- */
.p-slider {
  width: 100%;
}

.p-slider__list {
  list-style-type: none;
}

.p-slider__list__item img {
  width: 100%;
}

/* info
-------------------------------------------------------------------------- */
.p-info {
  width: 100%;
}

.p-info__ttl {
  /* font-family: Noto Sans CJK JP; */
  width: 100%;
  margin-bottom: 12px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #182612;
}

.p-info__list {
  list-style-type: none;
}

@media screen and (min-width: 765px) {
  .p-info__list {
    display: grid;
    gap: 2px;
    grid-template-columns: repeat(3, minmax(200px, 1fr));
    margin: 0;
    padding: 0;
  }
  .p-info__list li:nth-of-type(3n-2) {
    margin-left: 0;
  }
  .p-info__list li:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 559px) {
  .p-info__list {
    display: block;
  }
}

.p-info__list__item {
  position: relative;
  width: 100%;
  height: 100%;
}

.p-info__list__item h3 {
  width: 100%;
  height: 100%;
}

.p-info__list__item img {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 559px) {
  .p-info__list__item {
    margin-right: 1px;
  }
}

/* bigbanner
-------------------------------------------------------------------------- */
.p-bigbanner {
  width: 100%;
}

.p-bigbanner img {
  width: 100%;
}

/* view
-------------------------------------------------------------------------- */
.p-view {
  width: 100%;
}

.p-view__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.p-view__menu-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 559px) {
  .p-view__menu-l {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.p-view__menu-l .p-view__menu-l__btn {
  margin: 0 0 0 10px;
}

.p-view__menu-l .p-view__menu-l__btn a {
  display: block;
  width: 160px;
  height: 28px;
  line-height: 28px;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  color: #FDEEB7;
  background-color: #182612;
}

.p-view__menu-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 559px) {
  .p-view__menu-r {
    display: none;
  }
}

@media screen and (max-width: 559px) {
  .p-bottom-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 12px 0 0;
  }
  .p-bottom-menu .p-view__menu-l .p-view__menu-l__btn {
    margin: 0;
  }
  .p-bottom-menu .p-view__menu-r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px;
  }
}

.p-view__menu__ttl {
  /* font-family: Noto Sans CJK JP; */
  margin-left: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #182612;
}

.p-view__menu__controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin-left: 15px;
}

.p-view__menu__controller__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  padding: 1px 14px;
  height: 22px;
  background-color: #FFFCDD;
}

.p-view__menu__controller__item.view-controller-1 {
  background-image: url("../img/svg/view_01.svg");
  background-repeat: no-repeat;
  background-size: auto 14px;
  background-position: 50%;
}

.p-view__menu__controller__item.view-controller-1.is-active {
  background-image: url("../img/svg/view_01_active.svg");
  background-repeat: no-repeat;
  background-size: auto 14px;
  background-position: 50%;
}

.p-view__menu__controller__item.view-controller-2 {
  background-image: url("../img/svg/view_02.svg");
  background-repeat: no-repeat;
  background-size: auto 14px;
  background-position: 50%;
}

.p-view__menu__controller__item.view-controller-2.is-active {
  background-image: url("../img/svg/view_02_active.svg");
  background-repeat: no-repeat;
  background-size: auto 14px;
  background-position: 50%;
}

@media screen and (max-width: 559px) {
  .p-view__menu__controller__item.view-controller-1 {
    background-image: url("../img/svg/view_01.svg");
  }
  .p-view__menu__controller__item.view-controller-1.is-active {
    background-image: url("../img/svg/view_01_active.svg");
  }
  .p-view__menu__controller__item.view-controller-2 {
    background-image: url("../img/svg/view_03.svg");
  }
  .p-view__menu__controller__item.view-controller-2.is-active {
    background-image: url("../img/svg/view_03_active.svg");
  }
}

.p-view__menu__controller__item.is-active {
  height: 22px;
  background-color: #5D733C;
}

.p-view__menu__num {
  margin-right: 4px;
  padding: 4px 6px;
  font-size: 14px;
  font-weight: medium;
  color: #5D733C;
  border: 1px solid #5D733C;
}

.p-view__menu__paginate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin-right: 10px;
}

.p-view__menu__paginate li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #C5D3B0;
  color: #5D733C;
  font-size: 14px;
  font-weight: medium;
  padding: 5px 8px;
  margin-left: 5px;
}

.p-view__menu__paginate li.is-active {
  background-color: #5D733C;
  color: #fff;
}

.p-sp-view__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

@media screen and (min-width: 560px) {
  .p-sp-view__menu {
    display: none;
  }
}

.p-sp-view__menu__num {
  margin-right: 4px;
  padding: 4px 6px;
  font-size: 14px;
  font-weight: medium;
  color: #5D733C;
  border: 1px solid #5D733C;
}

.p-sp-view__menu__paginate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin-right: 10px;
}

.p-sp-view__menu__paginate li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #C5D3B0;
  color: #5D733C;
  font-size: 16px;
  font-weight: medium;
  padding: 5px 8px;
  margin-left: 5px;
}

.p-sp-view__menu__paginate li.is-active {
  background-color: #5D733C;
  color: #fff;
}

/* view list
-------------------------------------------------------------------------- */
.p-view__list {
  list-style-type: none;
  display: grid;
  gap: 2px;
  padding: 0;
}

.p-view__list.view-1 {
  grid-template-columns: repeat(3, minmax(100px, 1fr));
}

.p-view__list.view-1 .p-view__list__item {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-view__list.view-1 .p-view__list__item section {
  width: 100%;
}

.p-view__list.view-1 .p-view__list__item img {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 10;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.p-view__list.view-1 .p-view__list__item:nth-of-type(3n-2) {
  margin-left: 0;
}

.p-view__list.view-1 .p-view__list__item:nth-of-type(3n) {
  margin-right: 0;
}

.p-view__list.view-2 {
  grid-template-columns: repeat(1, minmax(100px, 1fr));
}

.p-view__list.view-2 .p-view__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-view__list.view-2 .p-view__list__item img {
  width: auto;
  height: 160px;
}

@media screen and (max-width: 559px) {
  .p-view__list.view-1 {
    grid-template-columns: repeat(3, minmax(80px, 1fr));
  }
  .p-view__list.view-1 .p-view__list__item {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-view__list.view-1 .p-view__list__item img {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 10;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .p-view__list.view-2 {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
  .p-view__list.view-2 .p-view__list__item {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-view__list.view-2 .p-view__list__item img {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 10;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
}

/* view 切り替え
-------------------------------------------------------------------------- */
.p-view__list__item__text.view-1,
.p-view__list__item__text.view-2 {
  display: none;
}

.p-view__list__item__text.view-1.is-active {
  display: block;
}

.p-view__list__item__text.view-1.is-active .p-view__list__item__name {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 8px 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 11;
}

.p-view__list__item__text.view-1.is-active .p-view__list__item__name h3 {
  font-size: 14px;
  color: #fff;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
  letter-spacing: .5px;
}

.p-view__list__item__text.view-1.is-active .p-view__list__item__name p {
  font-size: 14px;
  color: #fff;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
  letter-spacing: .5px;
  text-align: right;
}

.p-view__list__item__text.view-1.is-active .p-view__list__item__price {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 8px 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  color: #fff;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
  letter-spacing: .5px;
  text-align: right;
  z-index: 12;
}

@media screen and (max-width: 559px) {
  .p-view__list__item__text.view-1.is-active .p-view__list__item__price {
    font-size: 12px;
  }
}

.p-view__list__item__text.view-2.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #EDD6D0;
  width: auto;
  height: 160px;
  -webkit-box-flex: 5;
  -ms-flex-positive: 5;
  flex-grow: 5;
}

.p-view__list__item__text.view-2.is-active .p-view__list__item__text__ttl {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 6px 0 6px 10px;
  background-color: #D19685;
  font-size: 14px;
  font-weight: bold;
  color: #4B281D;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-view__list__item__text.view-2.is-active .p-view__list__item__text__spec {
  display: grid;
  grid-template-columns: repeat(2, minmax(100px, 1fr));
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 4px;
  background-color: #EDD6D0;
}

.p-view__list__item__text.view-2.is-active .p-view__list__item__text__spec dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4px 4px 4px 10px;
}

.p-view__list__item__text.view-2.is-active .p-view__list__item__text__spec dl dt {
  width: 80px;
  font-size: 12px;
}

.p-view__list__item__text.view-2.is-active .p-view__list__item__text__spec dl dd {
  width: 100%;
  font-size: 12px;
}

.p-view__list__item__text.view-2.is-active .p-view__list__item__text__spec__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
}

@media screen and (max-width: 559px) {
  .p-view__list__item__text.view-1.is-active {
    display: block;
  }
  .p-view__list__item__text.view-1.is-active .p-view__list__item__name {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 11;
  }
  .p-view__list__item__text.view-1.is-active .p-view__list__item__name h3 {
    font-size: 14px;
    color: #fff;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
    letter-spacing: .5px;
  }
  .p-view__list__item__text.view-1.is-active .p-view__list__item__name p {
    font-size: 14px;
    color: #fff;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
    letter-spacing: .5px;
    text-align: right;
  }
  .p-view__list__item__text.view-1.is-active .p-view__list__item__price {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
    color: #fff;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
    letter-spacing: .5px;
    text-align: right;
    z-index: 12;
  }
  .p-view__list__item__text.view-1.is-active .p-view__list__item__text__spec__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 10;
    -ms-flex-positive: 10;
    flex-grow: 10;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    text-align: right;
  }
  .p-view__list__item__text.view-2.is-active {
    display: none;
  }
}

.view-2 .p-view__list__item__text.view-1 {
  display: none;
}

@media screen and (max-width: 559px) {
  .view-1 .p-view__list__item__text.view-1 {
    display: block;
  }
  .view-1 .p-view__list__item__text.view-1 .p-view__list__item__name {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 11;
  }
  .view-1 .p-view__list__item__text.view-1 .p-view__list__item__name h3 {
    font-size: 8px;
    color: #fff;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
    letter-spacing: .5px;
  }
  .view-1 .p-view__list__item__text.view-1 .p-view__list__item__name p {
    font-size: 8px;
    color: #fff;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
    letter-spacing: .5px;
    text-align: right;
  }
  .view-1 .p-view__list__item__text.view-1 .p-view__list__item__price {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
    letter-spacing: .5px;
    text-align: right;
    z-index: 12;
  }
  .view-2 .p-view__list__item__text.view-1 {
    display: block;
  }
  .view-2 .p-view__list__item__text.view-1 .p-view__list__item__name {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 11;
  }
  .view-2 .p-view__list__item__text.view-1 .p-view__list__item__name h3 {
    font-size: 16px;
    color: #fff;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
    letter-spacing: .5px;
  }
  .view-2 .p-view__list__item__text.view-1 .p-view__list__item__name p {
    font-size: 16px;
    color: #fff;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
    letter-spacing: .5px;
    text-align: right;
  }
  .view-2 .p-view__list__item__text.view-1 .p-view__list__item__price {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 24px;
    color: #fff;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
    letter-spacing: .5px;
    text-align: right;
    z-index: 12;
  }
}

.view-1 .p-view__list__item__img {
  width: 100%;
  height: 100%;
}

.view-1 .p-view__list__item__img p {
  width: 100%;
  height: 100%;
}

.view-1 .p-view__list__item__img p a {
  width: 100%;
  height: 100%;
  display: block;
}

.view-2 .p-view__list__item__img p a {
  width: 100%;
  height: 100%;
  display: block;
}

@media screen and (max-width: 559px) {
  .view-2 .p-view__list__item__img {
    width: 100%;
    height: 100%;
  }
  .view-2 .p-view__list__item__img p {
    width: 100%;
    height: 100%;
  }
}

.p-view__list.view-1 .p-view__list__item.is-onhold .p-view__list__item__price {
  display: none;
}

.p-view__list.view-1 .p-view__list__item.is-onhold .p-view__list__item__img {
  width: 100%;
  height: 100%;
}

.p-view__list.view-1 .p-view__list__item.is-onhold .p-view__list__item__img p {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.p-view__list.view-1 .p-view__list__item.is-onhold .p-view__list__item__img p:before {
  content: 'ON HOLD';
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 15%;
  left: 33%;
  width: 98%;
  height: 26px;
  padding: 0 0 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #6A9F51CB 0% 0% no-repeat padding-box;
  font-size: 16px;
  color: #fff;
  letter-spacing: .5px;
  opacity: 1;
  z-index: 13;
}

@media screen and (max-width: 559px) {
  .p-view__list.view-1 .p-view__list__item.is-onhold .p-view__list__item__img {
    width: 100%;
    height: 100%;
  }
  .p-view__list.view-1 .p-view__list__item.is-onhold .p-view__list__item__img p {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .p-view__list.view-1 .p-view__list__item.is-onhold .p-view__list__item__img p img {
    width: 100%;
    height: 100%;
  }
  .p-view__list.view-1 .p-view__list__item.is-onhold .p-view__list__item__img p:before {
    bottom: 12%;
    left: 30%;
    height: 17px;
    font-size: 10px;
    -webkit-transform: scale(0.8) rotate(-40deg);
    -ms-transform: scale(0.8) rotate(-40deg);
    transform: scale(0.8) rotate(-40deg);
  }
}

.p-view__list.view-2 .p-view__list__item.is-onhold .p-view__list__item__price {
  display: none;
}

.p-view__list.view-2 .p-view__list__item.is-onhold .p-view__list__item__img {
  width: auto;
  height: 160px;
}

.p-view__list.view-2 .p-view__list__item.is-onhold .p-view__list__item__img p {
  width: auto;
  height: 160px;
  position: relative;
  overflow: hidden;
}

.p-view__list.view-2 .p-view__list__item.is-onhold .p-view__list__item__img p img {
  width: auto;
  height: 160px;
}

.p-view__list.view-2 .p-view__list__item.is-onhold .p-view__list__item__img p:before {
  content: 'ON HOLD';
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 16%;
  left: 33%;
  width: 98%;
  height: 26px;
  padding: 0 0 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #6A9F51CB 0% 0% no-repeat padding-box;
  font-size: 16px;
  color: #fff;
  letter-spacing: .5px;
  opacity: 1;
  z-index: 13;
}

@media screen and (max-width: 559px) {
  .p-view__list.view-2 .p-view__list__item.is-onhold .p-view__list__item__price {
    display: none;
  }
  .p-view__list.view-2 .p-view__list__item.is-onhold .p-view__list__item__img {
    width: 100%;
    height: 100%;
  }
  .p-view__list.view-2 .p-view__list__item.is-onhold .p-view__list__item__img p {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .p-view__list.view-2 .p-view__list__item.is-onhold .p-view__list__item__img p img {
    width: 100%;
    height: 100%;
  }
  .p-view__list.view-2 .p-view__list__item.is-onhold .p-view__list__item__img p:before {
    content: 'ON HOLD';
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 14%;
    left: 36%;
    width: 98%;
    height: 38px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #6A9F51CB 0% 0% no-repeat padding-box;
    font-size: 24px;
    color: #fff;
    letter-spacing: .5px;
    opacity: 1;
    z-index: 13;
  }
}

.p-view__list.view-1 .p-view__list__item.is-soldout .p-view__list__item__price {
  display: none;
}

.p-view__list.view-1 .p-view__list__item.is-soldout .p-view__list__item__img {
  width: 100%;
  height: 100%;
}

.p-view__list.view-1 .p-view__list__item.is-soldout .p-view__list__item__img p {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.p-view__list.view-1 .p-view__list__item.is-soldout .p-view__list__item__img p:before {
  content: 'SOLD OUT';
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 15%;
  left: 33%;
  width: 98%;
  height: 26px;
  padding: 0 0 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #9F5151CB 0% 0% no-repeat padding-box;
  font-size: 16px;
  color: #fff;
  letter-spacing: .5px;
  opacity: 1;
  z-index: 13;
}

@media screen and (max-width: 559px) {
  .p-view__list.view-1 .p-view__list__item.is-soldout .p-view__list__item__img {
    width: 100%;
    height: 100%;
  }
  .p-view__list.view-1 .p-view__list__item.is-soldout .p-view__list__item__img p {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .p-view__list.view-1 .p-view__list__item.is-soldout .p-view__list__item__img p img {
    width: 100%;
    height: 100%;
  }
  .p-view__list.view-1 .p-view__list__item.is-soldout .p-view__list__item__img p:before {
    bottom: 12%;
    left: 30%;
    height: 17px;
    font-size: 10px;
    -webkit-transform: scale(0.8) rotate(-40deg);
    -ms-transform: scale(0.8) rotate(-40deg);
    transform: scale(0.8) rotate(-40deg);
  }
}

.p-view__list.view-2 .p-view__list__item.is-soldout .p-view__list__item__price {
  display: none;
}

.p-view__list.view-2 .p-view__list__item.is-soldout .p-view__list__item__img {
  width: auto;
  height: 160px;
}

.p-view__list.view-2 .p-view__list__item.is-soldout .p-view__list__item__img p {
  position: relative;
  overflow: hidden;
  width: auto;
  height: 160px;
}

.p-view__list.view-2 .p-view__list__item.is-soldout .p-view__list__item__img p img {
  width: auto;
  height: 160px;
}

.p-view__list.view-2 .p-view__list__item.is-soldout .p-view__list__item__img p:before {
  content: 'SOLD OUT';
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 14%;
  left: 33%;
  width: 98%;
  height: 26px;
  padding: 0 0 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #9F5151CB 0% 0% no-repeat padding-box;
  font-size: 16px;
  color: #fff;
  letter-spacing: .5px;
  opacity: 1;
  z-index: 13;
}

@media screen and (max-width: 559px) {
  .p-view__list.view-2 .p-view__list__item.is-soldout .p-view__list__item__price {
    display: none;
  }
  .p-view__list.view-2 .p-view__list__item.is-soldout .p-view__list__item__img {
    width: 100%;
    height: 100%;
  }
  .p-view__list.view-2 .p-view__list__item.is-soldout .p-view__list__item__img p {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .p-view__list.view-2 .p-view__list__item.is-soldout .p-view__list__item__img p img {
    width: 100%;
    height: 100%;
  }
  .p-view__list.view-2 .p-view__list__item.is-soldout .p-view__list__item__img p:before {
    content: 'SOLD OUT';
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 14%;
    left: 36%;
    width: 98%;
    height: 38px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #9F5151CB 0% 0% no-repeat padding-box;
    font-size: 24px;
    color: #fff;
    letter-spacing: .5px;
    opacity: 1;
    z-index: 13;
  }
}

@media screen and (min-width: 765px) {
  .p-view__btn {
    display: none;
  }
}

/* watch list
-------------------------------------------------------------------------- */
.p-watch-image__for {
  position: relative;
  margin-bottom: 20px;
  list-style-type: none;
}

.p-watch-image__for img {
  width: 100%;
  height: auto;
}

.p-watch-image__nav {
  list-style-type: none;
}

.p-watch-image__nav button {
  opacity: .75;
}

.p-watch-image__nav img {
  width: 100%;
  height: auto;
}

.p-watch-image__for__item a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 960px) {
  .p-watch-image__for__item a {
    display: none;
  }
}

/* watch spec
-------------------------------------------------------------------------- */
.p-watch-spec__name {
  padding: 8px 14px;
  font-size: 14px;
  font-weight: bold;
  color: #4B281D;
  line-height: 1.5;
  background-color: #D19685;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 559px) {
  .p-watch-spec__name {
    font-size: 16px;
  }
}

.p-watch-spec__text {
  display: grid;
  grid-template-columns: repeat(2, minmax(100px, 1fr));
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #EDD6D0;
}

.p-watch-spec__text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 4px 12px 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #B99B93;
}

.p-watch-spec__text dl:nth-of-type(2n) {
  border-left: 1px solid #B99B93;
}

.p-watch-spec__text dl dt {
  width: 120px;
}

.p-watch-spec__text dl dt h3 {
  font-size: 14px;
  font-weight: bold;
  color: #58423B;
}

.p-watch-spec__text dl dd {
  width: calc(100% - 120px);
  font-size: 14px;
  color: #58423B;
}

@media screen and (max-width: 559px) {
  .p-watch-spec__text dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p-watch-spec__text dl dt {
    margin: 0 0 4px;
  }
  .p-watch-spec__text dl dd {
    width: 100%;
    font-size: 14px;
    color: #58423B;
  }
}

.p-watch-spec__comment {
  background-color: #EDD6D0;
  padding-top: 4px;
  padding-bottom: 20px;
}

.p-watch-spec__comment dt {
  display: block;
  padding: 8px 4px 4px 14px;
}

.p-watch-spec__comment dt h3 {
  font-size: 14px;
  color: #58423B;
  font-weight: bold;
}

.p-watch-spec__comment dd {
  padding: 4px 14px 8px 14px;
  font-size: 14px;
  color: #58423B;
  line-height: 1.5;
}

.p-watch-spec__comment dd img {
  display: block;
  width: 100%;
  height: auto;
  margin: 20px auto;
}

@media screen and (max-width: 559px) {
  .p-watch-spec__comment dd img {
    width: 100%;
  }
}

/* shopping-simulation
-------------------------------------------------------------------------- */
.p-shopping-simulation {
  width: auto;
  background-color: #5D733C;
  padding: 12px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.p-shopping-simulation a {
  font-weight: 500;
  text-decoration: none;
  color: #FDEEB7;
  line-height: 1.5;
}

@media screen and (max-width: 559px) {
  .p-shopping-simulation a {
    font-size: 12px;
  }
}

/* watch form
-------------------------------------------------------------------------- */
.p-watch-form__ttl {
  padding: 8px 14px;
  font-size: 14px;
  font-weight: bold;
  color: #4B281D;
  background-color: #D19685;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-watch-form__explain {
  background-color: #EDD6D0;
  padding: 8px 16px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  color: #58423B;
  line-height: 1.5;
  border-bottom: 1px solid #B99B93;
}

@media screen and (max-width: 559px) {
  .p-watch-form__explain {
    text-align: left;
  }
}

.p-watch-form__inquiry {
  display: grid;
  grid-template-columns: repeat(1, minmax(100px, 1fr));
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #EDD6D0;
}

.p-watch-form__inquiry dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 8px 4px 8px 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #B99B93;
}

.p-watch-form__inquiry dl dt {
  width: 240px;
  margin: 4px 0 0;
  font-size: 14px;
  color: #58423B;
}

.p-watch-form__inquiry dl dt p + span {
  margin-top: 8px;
}

.p-watch-form__inquiry dl dd {
  font-size: 13px;
  color: #58423B;
}

.p-watch-form__inquiry dl dd input[type='text'] {
  padding: 2px 0 2px 2px;
  font-size: 12px;
  color: #555555;
}

@media screen and (max-width: 559px) {
  .p-watch-form__inquiry dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 12px 4px 12px 14px;
  }
  .p-watch-form__inquiry dl dt {
    width: 100%;
    margin: 2px 0 12px;
  }
  .p-watch-form__inquiry dl dt p + span {
    margin-top: 12px;
  }
  .p-watch-form__inquiry dl dd {
    width: 100%;
  }
  .p-watch-form__inquiry dl dd input[type='text'] {
    width: 92%;
    padding: 8px 0 8px 4px;
    font-size: 14px;
    color: #555555;
  }
}

/* accurate form
-------------------------------------------------------------------------- */
.p-view-brand {
  width: 100%;
}

.p-view-brand__list {
  list-style-type: none;
  display: grid;
  gap: 2px;
  padding: 0;
  grid-template-columns: repeat(2, minmax(50px, 1fr));
}

.p-view-brand__list .p-view-brand__list__item {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-view-brand__list .p-view-brand__list__item .p-view-brand__list__item__img {
  width: 100%;
  height: 100%;
}

.p-view-brand__list .p-view-brand__list__item .p-view-brand__list__item__img img {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 10;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.p-view-brand__list__item__ttl {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 11;
}

.p-view-brand__list__item__ttl h3 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 8px 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  color: #fff;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
  letter-spacing: .5px;
  text-align: right;
  z-index: 12;
}

@media screen and (max-width: 559px) {
  .p-view-brand__list__item__ttl h3 {
    font-size: 16px;
  }
}

/* bands view
-------------------------------------------------------------------------- */
.p-view-bands {
  width: 100%;
}

.p-view-bands__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.p-view-bands__menu-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 559px) {
  .p-view-bands__menu-l {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.p-view-bands__menu-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 559px) {
  .p-view-bands__menu-r {
    display: none;
  }
}

.p-view-bands__menu__ttl {
  margin-left: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #182612;
}

.p-view-bands__menu__controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin-left: 15px;
}

.p-view-bands__menu__controller__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  padding: 1px 14px;
  height: 22px;
  background-color: #FFFCDD;
}

.p-view-bands__menu__controller__item.view-controller-1 {
  background-image: url("../img/svg/view_04.svg");
  background-repeat: no-repeat;
  background-size: auto 14px;
  background-position: 50%;
}

.p-view-bands__menu__controller__item.view-controller-1.is-active {
  background-image: url("../img/svg/view_04_active.svg");
  background-repeat: no-repeat;
  background-size: auto 14px;
  background-position: 50%;
}

.p-view-bands__menu__controller__item.view-controller-2 {
  background-image: url("../img/svg/view_02.svg");
  background-repeat: no-repeat;
  background-size: auto 14px;
  background-position: 50%;
}

.p-view-bands__menu__controller__item.view-controller-2.is-active {
  background-image: url("../img/svg/view_02_active.svg");
  background-repeat: no-repeat;
  background-size: auto 14px;
  background-position: 50%;
}

@media screen and (max-width: 765px) {
  .p-view-bands__menu__controller__item.view-controller-1 {
    background-image: url("../img/svg/view_04.svg");
  }
  .p-view-bands__menu__controller__item.view-controller-1.is-active {
    background-image: url("../img/svg/view_04_active.svg");
  }
  .p-view-bands__menu__controller__item.view-controller-2 {
    background-image: url("../img/svg/view_03.svg");
  }
  .p-view-bands__menu__controller__item.view-controller-2.is-active {
    background-image: url("../img/svg/view_03_active.svg");
  }
}

.p-view-bands__menu__controller__item.is-active {
  height: 22px;
  background-color: #5D733C;
}

.p-view-bands__menu__num {
  margin-right: 4px;
  padding: 4px 6px;
  font-size: 14px;
  font-weight: medium;
  color: #5D733C;
  border: 1px solid #5D733C;
}

.p-view-bands__menu__paginate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin-right: 10px;
}

.p-view-bands__menu__paginate li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #C5D3B0;
  color: #5D733C;
  font-size: 14px;
  font-weight: medium;
  padding: 5px 8px;
  margin-left: 5px;
}

.p-view-bands__menu__paginate li.is-active {
  background-color: #5D733C;
  color: #fff;
}

.p-view-bands__list {
  list-style-type: none;
  display: grid;
  gap: 2px;
  padding: 0;
}

.p-view-bands__list.view-1 {
  grid-template-columns: repeat(2, minmax(100px, 1fr));
}

.p-view-bands__list.view-1 .p-view-bands__list__item {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-view-bands__list.view-1 .p-view-bands__list__item section {
  width: 100%;
}

.p-view-bands__list.view-1 .p-view-bands__list__item img {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 10;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.p-view-bands__list.view-1 .p-view-bands__list__item:nth-of-type(3n-2) {
  margin-left: 0;
}

.p-view-bands__list.view-1 .p-view-bands__list__item:nth-of-type(3n) {
  margin-right: 0;
}

.p-view-bands__list.view-2 {
  grid-template-columns: repeat(1, minmax(100px, 1fr));
}

.p-view-bands__list.view-2 .p-view-bands__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-view-bands__list.view-2 .p-view-bands__list__item img {
  width: 100%;
  height: 100%;
  min-width: 338px;
  min-height: 124px;
}

@media screen and (max-width: 765px) {
  .p-view-bands__list.view-1 {
    grid-template-columns: repeat(2, minmax(80px, 1fr));
  }
  .p-view-bands__list.view-1 .p-view-bands__list__item {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-view-bands__list.view-1 .p-view-bands__list__item p {
    width: 100%;
    height: 100%;
  }
  .p-view-bands__list.view-1 .p-view-bands__list__item p img {
    width: 100%;
    height: 100%;
    min-width: auto;
    min-height: auto;
    margin: 0;
    padding: 0;
    z-index: 10;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .p-view-bands__list.view-2 {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
  .p-view-bands__list.view-2 .p-view-bands__list__item {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-view-bands__list.view-2 .p-view-bands__list__item p {
    width: 100%;
    height: 100%;
  }
  .p-view-bands__list.view-2 .p-view-bands__list__item p img {
    width: 100%;
    height: 100%;
    min-width: auto;
    min-height: auto;
    margin: 0;
    padding: 0;
    z-index: 10;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
}

/* view 切り替え
-------------------------------------------------------------------------- */
.p-view-bands__list__item__text.view-1,
.p-view-bands__list__item__text.view-2 {
  display: none;
}

.p-view-bands__list__item__text.view-1.is-active {
  display: block;
}

.p-view-bands__list__item__text.view-1.is-active .p-view-bands__list__item__top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 6px 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 11;
}

.p-view-bands__list__item__text.view-1.is-active .p-view-bands__list__item__top h3 {
  font-size: 12px;
  color: #fff;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
  letter-spacing: .5px;
  line-height: 1.5;
}

.p-view-bands__list__item__text.view-1.is-active .p-view-bands__list__item__top p {
  font-size: 12px;
  color: #fff;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
  letter-spacing: .5px;
  text-align: right;
  line-height: 1.5;
}

.p-view-bands__list__item__text.view-1.is-active .p-view-bands__list__item__top p span {
  display: block;
}

.p-view-bands__list__item__text.view-1.is-active .p-view-bands__list__item__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 6px 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 11;
}

.p-view-bands__list__item__text.view-1.is-active .p-view-bands__list__item__bottom p {
  font-size: 12px;
  color: #fff;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
  letter-spacing: .5px;
  text-align: right;
  line-height: 1.2;
}

.p-view-bands__list__item__text.view-1.is-active .p-view-bands__list__item__bottom .p-view-bands__list__item__price {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 8px 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  color: #fff;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
  letter-spacing: .5px;
  text-align: right;
  z-index: 12;
}

.p-view-bands__list__item__text.view-2.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #EDD6D0;
  width: calc(100% - 337px);
  height: 124px;
  -webkit-box-flex: 5;
  -ms-flex-positive: 5;
  flex-grow: 5;
}

.p-view-bands__list__item__text.view-2.is-active .p-view-bands__list__item__text__ttl {
  width: 100%;
  padding: 6px 10px;
  background-color: #D19685;
  font-size: 14px;
  font-weight: bold;
  color: #4B281D;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-view-bands__list__item__text.view-2.is-active .p-view-bands__list__item__text__ttl span {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.p-view-bands__list__item__text.view-2.is-active .p-view-bands__list__item__text__spec {
  display: grid;
  grid-template-columns: repeat(2, minmax(100px, 1fr));
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 4px;
  background-color: #EDD6D0;
}

.p-view-bands__list__item__text.view-2.is-active .p-view-bands__list__item__text__spec dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2px 4px 2px 10px;
}

.p-view-bands__list__item__text.view-2.is-active .p-view-bands__list__item__text__spec dl dt {
  width: 80px;
  font-size: 10px;
}

.p-view-bands__list__item__text.view-2.is-active .p-view-bands__list__item__text__spec dl dd {
  width: 100%;
  font-size: 11px;
}

.p-view-bands__list__item__text.view-2.is-active .p-view-bands__list__item__text__spec__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
  margin-right: 10px;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
}

@media screen and (max-width: 765px) {
  .p-view-bands__list__item__text.view-1.is-active {
    display: block;
  }
  .p-view-bands__list__item__text.view-1.is-active .p-view-bands__list__item__top {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 0;
    left: 0;
    width: 100%;
    padding: 6px 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 11;
  }
  .p-view-bands__list__item__text.view-1.is-active .p-view-bands__list__item__top h3 {
    font-size: 12px;
    color: #fff;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
    letter-spacing: .5px;
  }
  .p-view-bands__list__item__text.view-1.is-active .p-view-bands__list__item__top p {
    font-size: 12px;
    color: #fff;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
    letter-spacing: .5px;
    text-align: right;
    line-height: 1.3;
  }
  .p-view-bands__list__item__text.view-1.is-active .p-view-bands__list__item__top p span {
    display: block;
  }
  .p-view-bands__list__item__text.view-1.is-active .p-view-bands__list__item__bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 6px 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 11;
  }
  .p-view-bands__list__item__text.view-1.is-active .p-view-bands__list__item__bottom p {
    /* font-family: Noto Sans CJK JP; */
    font-size: 12px;
    color: #fff;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
    letter-spacing: .5px;
    text-align: right;
    line-height: 1.2;
  }
  .p-view-bands__list__item__text.view-1.is-active .p-view-bands__list__item__bottom .p-view-bands__list__item__price {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 8px 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
    color: #fff;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
    letter-spacing: .5px;
    text-align: right;
    z-index: 12;
  }
  .p-view-bands__list__item__text.view-2.is-active {
    display: none;
  }
}

.view-2 .p-view-bands__list__item__text.view-1 {
  display: none;
}

@media screen and (min-width: 560px) and (max-width: 765px) {
  .view-1 .p-view-bands__list__item__text.view-1 {
    display: block;
  }
  .view-1 .p-view-bands__list__item__text.view-1 .p-view-bands__list__item__top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 11;
  }
  .view-1 .p-view-bands__list__item__text.view-1 .p-view-bands__list__item__top h3 {
    font-size: 12px;
    color: #fff;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
    letter-spacing: .5px;
  }
  .view-1 .p-view-bands__list__item__text.view-1 .p-view-bands__list__item__top p {
    width: auto;
    font-size: 12px;
    color: #fff;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
    letter-spacing: .5px;
    text-align: right;
  }
  .view-1 .p-view-bands__list__item__text.view-1 .p-view-bands__list__item__top p span {
    display: none;
  }
  .view-1 .p-view-bands__list__item__text.view-1 .p-view-bands__list__item__bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 11;
  }
  .view-1 .p-view-bands__list__item__text.view-1 .p-view-bands__list__item__bottom .p-view-bands__list__item__size {
    display: none;
  }
  .view-1 .p-view-bands__list__item__text.view-1 .p-view-bands__list__item__bottom .p-view-bands__list__item__price {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    padding: 8px 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    color: #fff;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
    letter-spacing: .5px;
    text-align: right;
    z-index: 12;
  }
  .view-2 .p-view-bands__list__item__text.view-1 {
    display: block;
  }
  .view-2 .p-view-bands__list__item__text.view-1 .p-view-bands__list__item__top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 11;
  }
  .view-2 .p-view-bands__list__item__text.view-1 .p-view-bands__list__item__top h3 {
    font-size: 16px;
    color: #fff;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
    letter-spacing: .5px;
  }
  .view-2 .p-view-bands__list__item__text.view-1 .p-view-bands__list__item__top p {
    width: auto;
    font-size: 16px;
    color: #fff;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
    letter-spacing: .5px;
    text-align: right;
  }
  .view-2 .p-view-bands__list__item__text.view-1 .p-view-bands__list__item__top p span {
    display: none;
  }
  .view-2 .p-view-bands__list__item__text.view-1 .p-view-bands__list__item__bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 11;
  }
  .view-2 .p-view-bands__list__item__text.view-1 .p-view-bands__list__item__bottom .p-view-bands__list__item__size {
    display: none;
  }
  .view-2 .p-view-bands__list__item__text.view-1 .p-view-bands__list__item__bottom .p-view-bands__list__item__price {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    padding: 8px 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 24px;
    color: #fff;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
    letter-spacing: .5px;
    text-align: right;
    z-index: 12;
  }
}

@media screen and (max-width: 559px) {
  .view-1 .p-view-bands__list__item__text.view-1 {
    display: block;
  }
  .view-1 .p-view-bands__list__item__text.view-1 .p-view-bands__list__item__top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 11;
  }
  .view-1 .p-view-bands__list__item__text.view-1 .p-view-bands__list__item__top h3 {
    font-size: 12px;
    color: #fff;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
    letter-spacing: .5px;
  }
  .view-1 .p-view-bands__list__item__text.view-1 .p-view-bands__list__item__top p {
    width: auto;
    font-size: 12px;
    color: #fff;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
    letter-spacing: .5px;
    text-align: right;
  }
  .view-1 .p-view-bands__list__item__text.view-1 .p-view-bands__list__item__top p span {
    display: none;
  }
  .view-1 .p-view-bands__list__item__text.view-1 .p-view-bands__list__item__bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 11;
  }
  .view-1 .p-view-bands__list__item__text.view-1 .p-view-bands__list__item__bottom .p-view-bands__list__item__size {
    display: none;
  }
  .view-1 .p-view-bands__list__item__text.view-1 .p-view-bands__list__item__bottom .p-view-bands__list__item__price {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    padding: 8px 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    color: #fff;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
    letter-spacing: .5px;
    text-align: right;
    z-index: 12;
  }
  .view-2 .p-view-bands__list__item__text.view-1 {
    display: block;
  }
  .view-2 .p-view-bands__list__item__text.view-1 .p-view-bands__list__item__top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 11;
  }
  .view-2 .p-view-bands__list__item__text.view-1 .p-view-bands__list__item__top h3 {
    font-size: 12px;
    color: #fff;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
    letter-spacing: .5px;
  }
  .view-2 .p-view-bands__list__item__text.view-1 .p-view-bands__list__item__top p {
    width: auto;
    font-size: 12px;
    color: #fff;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
    letter-spacing: .5px;
    text-align: right;
  }
  .view-2 .p-view-bands__list__item__text.view-1 .p-view-bands__list__item__top p span {
    display: none;
  }
  .view-2 .p-view-bands__list__item__text.view-1 .p-view-bands__list__item__bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 11;
  }
  .view-2 .p-view-bands__list__item__text.view-1 .p-view-bands__list__item__bottom .p-view-bands__list__item__size {
    display: none;
  }
  .view-2 .p-view-bands__list__item__text.view-1 .p-view-bands__list__item__bottom .p-view-bands__list__item__price {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    padding: 8px 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    color: #fff;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
    letter-spacing: .5px;
    text-align: right;
    z-index: 12;
  }
}

.view-1 .p-view-bands__list__item__img {
  width: 100%;
  height: 100%;
}

.view-1 .p-view-bands__list__item__img p {
  width: 100%;
  height: 100%;
}

.view-1 .p-view-bands__list__item__img p a {
  display: block;
  width: 100%;
  height: 100%;
}

.view-2 .p-view-bands__list__item__img {
  width: 100%;
  height: 124px;
}

.view-2 .p-view-bands__list__item__img p {
  width: 100%;
  height: 124px;
}

@media screen and (max-width: 765px) {
  .view-1 .p-view-bands__list__item__img {
    width: 100%;
    height: 100%;
  }
  .view-1 .p-view-bands__list__item__img p {
    width: 100%;
    height: 100%;
  }
  .view-1 .p-view-bands__list__item__img p a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .view-2 .p-view-bands__list__item__img {
    width: 100%;
    height: 100%;
  }
  .view-2 .p-view-bands__list__item__img p {
    width: 100%;
    height: 100%;
  }
}

.p-view-bands__list.view-1 .p-view-bands__list__item.is-onhold .p-view-bands__list__item__price {
  display: none;
}

.p-view-bands__list.view-1 .p-view-bands__list__item.is-onhold .p-view-bands__list__item__img {
  width: 100%;
  height: 100%;
}

.p-view-bands__list.view-1 .p-view-bands__list__item.is-onhold .p-view-bands__list__item__img p {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.p-view-bands__list.view-1 .p-view-bands__list__item.is-onhold .p-view-bands__list__item__img p img {
  width: 100%;
  height: 100%;
}

.p-view-bands__list.view-1 .p-view-bands__list__item.is-onhold .p-view-bands__list__item__img p:before {
  content: 'ON HOLD';
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 13%;
  left: 41%;
  width: 100%;
  height: 24px;
  padding-bottom: 1px;
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
  background: #6A9F51CB 0% 0% no-repeat padding-box;
  font-size: 14px;
  color: #fff;
  letter-spacing: .5px;
  opacity: 1;
  z-index: 13;
}

@media screen and (min-width: 560px) and (max-width: 765px) {
  .p-view-bands__list.view-1 .p-view-bands__list__item.is-onhold .p-view-bands__list__item__img {
    width: 100%;
    height: 100%;
  }
  .p-view-bands__list.view-1 .p-view-bands__list__item.is-onhold .p-view-bands__list__item__img p {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .p-view-bands__list.view-1 .p-view-bands__list__item.is-onhold .p-view-bands__list__item__img p img {
    width: 100%;
    height: 100%;
  }
  .p-view-bands__list.view-1 .p-view-bands__list__item.is-onhold .p-view-bands__list__item__img p:before {
    bottom: 16%;
    left: 38%;
    height: 24px;
    padding-bottom: 1px;
    font-size: 16px;
    -webkit-transform: scale(0.8) rotate(-40deg);
    -ms-transform: scale(0.8) rotate(-40deg);
    transform: scale(0.8) rotate(-40deg);
  }
}

@media screen and (max-width: 559px) {
  .p-view-bands__list.view-1 .p-view-bands__list__item.is-onhold .p-view-bands__list__item__img {
    width: 100%;
    height: 100%;
  }
  .p-view-bands__list.view-1 .p-view-bands__list__item.is-onhold .p-view-bands__list__item__img p {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .p-view-bands__list.view-1 .p-view-bands__list__item.is-onhold .p-view-bands__list__item__img p img {
    width: 100%;
    height: 100%;
  }
  .p-view-bands__list.view-1 .p-view-bands__list__item.is-onhold .p-view-bands__list__item__img p:before {
    bottom: 18%;
    left: 37%;
    height: 16px;
    font-size: 10px;
    -webkit-transform: scale(0.8) rotate(-40deg);
    -ms-transform: scale(0.8) rotate(-40deg);
    transform: scale(0.8) rotate(-40deg);
  }
}

.p-view-bands__list.view-2 .p-view-bands__list__item.is-onhold .p-view-bands__list__item__price {
  display: none;
}

.p-view-bands__list.view-2 .p-view-bands__list__item.is-onhold .p-view-bands__list__item__img {
  width: 338px;
  height: 124px;
}

.p-view-bands__list.view-2 .p-view-bands__list__item.is-onhold .p-view-bands__list__item__img p {
  position: relative;
  overflow: hidden;
  width: 338px;
  height: 124px;
}

.p-view-bands__list.view-2 .p-view-bands__list__item.is-onhold .p-view-bands__list__item__img p img {
  width: auto;
  height: 124px;
}

.p-view-bands__list.view-2 .p-view-bands__list__item.is-onhold .p-view-bands__list__item__img p:before {
  content: 'ON HOLD';
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 15%;
  left: 40%;
  width: 100%;
  height: 24px;
  padding-bottom: 1px;
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
  background: #6A9F51CB 0% 0% no-repeat padding-box;
  font-size: 14px;
  color: #fff;
  letter-spacing: .5px;
  opacity: 1;
  z-index: 13;
}

@media screen and (min-width: 560px) and (max-width: 765px) {
  .p-view-bands__list.view-2 .p-view-bands__list__item.is-onhold .p-view-bands__list__item__img {
    width: 100%;
    height: 100%;
  }
  .p-view-bands__list.view-2 .p-view-bands__list__item.is-onhold .p-view-bands__list__item__img p {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .p-view-bands__list.view-2 .p-view-bands__list__item.is-onhold .p-view-bands__list__item__img p img {
    width: 100%;
    height: 100%;
  }
  .p-view-bands__list.view-2 .p-view-bands__list__item.is-onhold .p-view-bands__list__item__img p:before {
    bottom: 14%;
    left: 41%;
    height: 29px;
    font-size: 20px;
  }
}

@media screen and (max-width: 559px) {
  .p-view-bands__list.view-2 .p-view-bands__list__item.is-onhold .p-view-bands__list__item__img {
    width: 100%;
    height: 100%;
  }
  .p-view-bands__list.view-2 .p-view-bands__list__item.is-onhold .p-view-bands__list__item__img p {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .p-view-bands__list.view-2 .p-view-bands__list__item.is-onhold .p-view-bands__list__item__img p img {
    width: 100%;
    height: 100%;
  }
  .p-view-bands__list.view-2 .p-view-bands__list__item.is-onhold .p-view-bands__list__item__img p:before {
    bottom: 13%;
    left: 41%;
    height: 20px;
    font-size: 12px;
  }
}

.p-view-bands__list.view-1 .p-view-bands__list__item.is-soldout .p-view-bands__list__item__price {
  display: none;
}

.p-view-bands__list.view-1 .p-view-bands__list__item.is-soldout .p-view-bands__list__item__img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.p-view-bands__list.view-1 .p-view-bands__list__item.is-soldout .p-view-bands__list__item__img p {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.p-view-bands__list.view-1 .p-view-bands__list__item.is-soldout .p-view-bands__list__item__img p img {
  width: 100%;
  height: 100%;
}

.p-view-bands__list.view-1 .p-view-bands__list__item.is-soldout .p-view-bands__list__item__img p:before {
  content: 'SOLD OUT';
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 14%;
  left: 41%;
  width: 100%;
  height: 24px;
  padding-bottom: 1px;
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
  background: #9F5151CB 0% 0% no-repeat padding-box;
  font-size: 14px;
  color: #fff;
  letter-spacing: .5px;
  opacity: 1;
  z-index: 13;
}

@media screen and (min-width: 560px) and (max-width: 765px) {
  .p-view-bands__list.view-1 .p-view-bands__list__item.is-soldout .p-view-bands__list__item__img {
    width: 100%;
    height: 100%;
  }
  .p-view-bands__list.view-1 .p-view-bands__list__item.is-soldout .p-view-bands__list__item__img p {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .p-view-bands__list.view-1 .p-view-bands__list__item.is-soldout .p-view-bands__list__item__img p img {
    width: 100%;
    height: 100%;
  }
  .p-view-bands__list.view-1 .p-view-bands__list__item.is-soldout .p-view-bands__list__item__img p:before {
    bottom: 16%;
    left: 38%;
    height: 24px;
    padding-bottom: 1px;
    font-size: 16px;
    -webkit-transform: scale(0.8) rotate(-40deg);
    -ms-transform: scale(0.8) rotate(-40deg);
    transform: scale(0.8) rotate(-40deg);
  }
}

@media screen and (max-width: 559px) {
  .p-view-bands__list.view-1 .p-view-bands__list__item.is-soldout .p-view-bands__list__item__img {
    width: 100%;
    height: 100%;
  }
  .p-view-bands__list.view-1 .p-view-bands__list__item.is-soldout .p-view-bands__list__item__img p {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .p-view-bands__list.view-1 .p-view-bands__list__item.is-soldout .p-view-bands__list__item__img p img {
    width: 100%;
    height: 100%;
  }
  .p-view-bands__list.view-1 .p-view-bands__list__item.is-soldout .p-view-bands__list__item__img p:before {
    bottom: 18%;
    left: 37%;
    height: 16px;
    font-size: 10px;
    -webkit-transform: scale(0.8) rotate(-40deg);
    -ms-transform: scale(0.8) rotate(-40deg);
    transform: scale(0.8) rotate(-40deg);
  }
}

.p-view-bands__list.view-2 .p-view-bands__list__item.is-soldout .p-view-bands__list__item__price {
  display: none;
}

.p-view-bands__list.view-2 .p-view-bands__list__item.is-soldout .p-view-bands__list__item__img {
  width: 338px;
  height: 124px;
}

.p-view-bands__list.view-2 .p-view-bands__list__item.is-soldout .p-view-bands__list__item__img p {
  position: relative;
  overflow: hidden;
  width: 338px;
  height: 124px;
}

.p-view-bands__list.view-2 .p-view-bands__list__item.is-soldout .p-view-bands__list__item__img p img {
  width: auto;
  height: 124px;
}

.p-view-bands__list.view-2 .p-view-bands__list__item.is-soldout .p-view-bands__list__item__img p:before {
  content: 'SOLD OUT';
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 15%;
  left: 40%;
  width: 100%;
  height: 24px;
  padding-bottom: 1px;
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
  background: #9F5151CB 0% 0% no-repeat padding-box;
  font-size: 14px;
  color: #fff;
  letter-spacing: .5px;
  opacity: 1;
  z-index: 13;
}

@media screen and (min-width: 560px) and (max-width: 765px) {
  .p-view-bands__list.view-2 .p-view-bands__list__item.is-soldout .p-view-bands__list__item__img {
    width: 100%;
    height: 100%;
  }
  .p-view-bands__list.view-2 .p-view-bands__list__item.is-soldout .p-view-bands__list__item__img p {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .p-view-bands__list.view-2 .p-view-bands__list__item.is-soldout .p-view-bands__list__item__img p img {
    width: 100%;
    height: 100%;
  }
  .p-view-bands__list.view-2 .p-view-bands__list__item.is-soldout .p-view-bands__list__item__img p:before {
    bottom: 14%;
    left: 41%;
    height: 29px;
    font-size: 20px;
  }
}

@media screen and (max-width: 559px) {
  .p-view-bands__list.view-2 .p-view-bands__list__item.is-soldout .p-view-bands__list__item__img {
    width: 100%;
    height: 100%;
  }
  .p-view-bands__list.view-2 .p-view-bands__list__item.is-soldout .p-view-bands__list__item__img p {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .p-view-bands__list.view-2 .p-view-bands__list__item.is-soldout .p-view-bands__list__item__img p img {
    width: 100%;
    height: 100%;
  }
  .p-view-bands__list.view-2 .p-view-bands__list__item.is-soldout .p-view-bands__list__item__img p:before {
    bottom: 13%;
    left: 41%;
    height: 20px;
    font-size: 12px;
  }
}

/* bands list
-------------------------------------------------------------------------- */
.p-bands-image__for {
  position: relative;
  margin-bottom: 20px;
  list-style-type: none;
}

.p-bands-image__for img {
  width: 100%;
  height: auto;
}

.p-bands-image__nav {
  list-style-type: none;
}

.p-bands-image__nav button {
  opacity: 1;
}

.p-bands-image__nav img {
  width: 100%;
  height: auto;
}

.p-bands-image__for__item a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 960px) {
  .p-bands-image__for__item a {
    display: none;
  }
}

/* bands spec
-------------------------------------------------------------------------- */
.p-bands-spec__name {
  padding: 8px 14px;
  font-size: 14px;
  font-weight: bold;
  color: #4B281D;
  line-height: 1.5;
  background-color: #D19685;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 559px) {
  .p-bands-spec__name {
    font-size: 16px;
  }
}

.p-bands-spec__text {
  display: grid;
  grid-template-columns: repeat(2, minmax(100px, 1fr));
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #EDD6D0;
}

.p-bands-spec__text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 4px 12px 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #B99B93;
}

.p-bands-spec__text dl:nth-of-type(2n) {
  border-left: 1px solid #B99B93;
}

.p-bands-spec__text dl dt {
  width: 120px;
}

.p-bands-spec__text dl dt h3 {
  font-size: 14px;
  font-weight: bold;
  color: #58423B;
}

.p-bands-spec__text dl dd {
  width: 100%;
  font-size: 14px;
  color: #58423B;
}

@media screen and (max-width: 559px) {
  .p-bands-spec__text dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p-bands-spec__text dl dt {
    margin: 0 0 4px;
  }
}

.p-bands-spec__comment {
  background-color: #EDD6D0;
  padding-top: 4px;
  padding-bottom: 20px;
}

.p-bands-spec__comment dt {
  display: block;
  padding: 8px 4px 4px 14px;
}

.p-bands-spec__comment dt h3 {
  font-size: 14px;
  color: #58423B;
  font-weight: bold;
}

.p-bands-spec__comment dd {
  padding: 4px 14px 8px 14px;
  font-size: 14px;
  color: #58423B;
  line-height: 1.5;
}

.p-bands-spec__comment dd a {
  color: #1F3616;
}

.p-bands-spec__comment dd a[target="_blank"] {
  vertical-align: middle;
}

.p-bands-spec__comment dd a[target="_blank"]:before {
  content: '';
  display: inline-block;
  background-image: url("../img/svg/link_blank.svg");
  background-repeat: no-repeat;
  background-size: 10px;
  width: 10px;
  height: 10px;
  padding-right: 4px;
}

.p-bands-spec__comment dd img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 20px auto;
}

@media screen and (max-width: 559px) {
  .p-bands-spec__comment dd img {
    width: 100%;
  }
}

/* bands form
-------------------------------------------------------------------------- */
.p-bands-form__ttl {
  padding: 8px 14px;
  font-size: 14px;
  font-weight: bold;
  color: #4B281D;
  background-color: #D19685;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-bands-form__explain {
  background-color: #EDD6D0;
  padding: 8px 16px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  color: #58423B;
  line-height: 1.5;
  border-bottom: 1px solid #B99B93;
}

@media screen and (max-width: 559px) {
  .p-bands-form__explain {
    text-align: left;
  }
}

.p-bands-form__inquiry {
  display: grid;
  grid-template-columns: repeat(1, minmax(100px, 1fr));
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #EDD6D0;
}

.p-bands-form__inquiry dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 8px 4px 8px 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #B99B93;
}

.p-bands-form__inquiry dl dt {
  width: 240px;
  margin: 4px 0 0;
  font-size: 14px;
  color: #58423B;
}

.p-bands-form__inquiry dl dt p + span {
  margin-top: 8px;
}

.p-bands-form__inquiry dl dd {
  font-size: 13px;
  color: #58423B;
}

.p-bands-form__inquiry dl dd input[type='text'] {
  padding: 2px 0 2px 2px;
  font-size: 12px;
  color: #555555;
}

@media screen and (max-width: 559px) {
  .p-bands-form__inquiry dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 12px 4px 12px 14px;
  }
  .p-bands-form__inquiry dl dt {
    width: 100%;
    margin: 2px 0 12px;
  }
  .p-bands-form__inquiry dl dt p + span {
    margin-top: 12px;
  }
  .p-bands-form__inquiry dl dd {
    width: 100%;
  }
  .p-bands-form__inquiry dl dd input[type='text'] {
    width: 92%;
    padding: 8px 0 8px 4px;
    font-size: 14px;
    color: #555555;
  }
}

/* order bands
-------------------------------------------------------------------------- */
.p-sp-order {
  width: 100%;
  padding: 8px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-sp-order__details {
  width: 100%;
  padding: 4px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-sp-order__details p {
  margin: 12px 0 4px;
  font-size: 14px;
  color: #182612;
  line-height: 1.5;
}

.p-sp-order__ttl {
  padding: 8px 16px;
  font-size: 14px;
  font-weight: bold;
  color: #4B281D;
  line-height: 1.5;
  background-color: #D19685;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 559px) {
  .p-sp-order__ttl {
    font-size: 16px;
  }
}

.p-sp-order__sub-ttl {
  padding: 12px 16px 0;
  font-size: 14px;
  font-weight: bold;
  color: #4B281D;
}

@media screen and (max-width: 559px) {
  .p-sp-order__sub-ttl {
    text-align: center;
  }
}

.p-sp-order-spec__head {
  padding: 8px 14px;
  font-size: 14px;
  font-weight: bold;
  color: #4B281D;
  line-height: 1.5;
  background-color: #D19685;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 559px) {
  .p-sp-order-spec__head {
    font-size: 16px;
  }
}

.p-sp-order-spec__head ul {
  width: 100%;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.p-sp-order-spec__head ul li:first-child {
  width: 60%;
}

.p-sp-order-spec__head ul li:last-child {
  width: 40%;
}

@media screen and (max-width: 559px) {
  .p-sp-order-spec__head ul li:first-child {
    width: 63%;
  }
  .p-sp-order-spec__head ul li:last-child {
    width: 37%;
  }
}

.p-sp-order-spec__text {
  width: 100%;
  background-color: #EDD6D0;
}

.p-sp-order-spec__text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 12px 4px 12px 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #B99B93;
}

.p-sp-order-spec__text dl dt {
  width: 40%;
}

.p-sp-order-spec__text dl dt h3 {
  font-size: 14px;
  font-weight: bold;
  color: #58423B;
  line-height: 1.5;
}

.p-sp-order-spec__text dl dd {
  width: 20%;
  display: block;
  font-size: 14px;
  color: #58423B;
  line-height: 1.5;
}

.p-sp-order-spec__text dl dd:last-child {
  width: 40%;
}

@media screen and (max-width: 559px) {
  .p-sp-order-spec__text dl {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p-sp-order-spec__text dl dt {
    margin: 0 0 4px;
  }
  .p-sp-order-spec__text dl dt h3 {
    font-size: 12px;
  }
  .p-sp-order-spec__text dl dd {
    font-size: 12px;
    padding-left: 4px;
  }
}

.p-sp-order-link {
  display: grid;
  grid-template-columns: repeat(2, minmax(100px, 1fr));
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 16px 0 0;
}

@media screen and (max-width: 559px) {
  .p-sp-order-link {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
}

.p-sp-order__list {
  background-color: #EDD6D0;
}

.p-sp-order__list .p-sp-order__list__text {
  padding: 16px 16px 20px;
  font-size: 14px;
  color: #58423B;
  line-height: 1.5;
}

.p-sp-order__list .p-sp-order__list__text section {
  margin: 0 0 16px;
}

.p-sp-order__list .p-sp-order__list__text h3 {
  font-size: 14px;
  font-weight: bold;
  color: #58423B;
}

.p-sp-order__list .p-sp-order__list__text a {
  color: #1F3616;
  width: 90%;
  margin: 4px auto;
}

.p-sp-order__list .p-sp-order__list__text a[target="_blank"] {
  vertical-align: middle;
}

.p-sp-order__list .p-sp-order__list__text a[target="_blank"]:before {
  content: '';
  display: inline-block;
  background-image: url("../img/svg/link_blank.svg");
  background-repeat: no-repeat;
  background-size: 10px;
  width: 10px;
  height: 10px;
  padding-right: 4px;
}

.p-sp-order__list .p-sp-order__list__text img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 12px auto;
}

@media screen and (max-width: 559px) {
  .p-sp-order__list .p-sp-order__list__text img {
    width: 100%;
  }
}

.p-sp-order__list .p-sp-order__list__text ul {
  list-style-type: none;
}

.p-sp-order__list .p-sp-order__list__text ul li {
  margin-left: 8px;
}

/* information
-------------------------------------------------------------------------- */
.p-information {
  width: 100%;
}

.p-information__list {
  list-style-type: none;
  display: grid;
  gap: 2px;
  padding: 0;
  grid-template-columns: repeat(1, minmax(200px, 1fr));
}

.p-information__list .p-information__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-information__list .p-information__list__item img {
  width: auto;
  height: 160px;
}

@media screen and (max-width: 559px) {
  .p-information__list {
    display: block;
  }
  .p-information__list .p-information__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-information__list .p-information__list__item img {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 10;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
}

.p-information__list__item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #EDD6D0;
  width: 100%;
  height: 160px;
}

.p-information__list__item__text .p-information__list__item__text__ttl {
  width: 540px;
  padding: 6px 0 6px 10px;
  background-color: #D19685;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-information__list__item__text .p-information__list__item__text__ttl a {
  display: inline-block;
  width: 540px;
  font-size: 14px;
  font-weight: bold;
  color: #4B281D;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.p-information__list__item__text .p-information__list__item__text__ttl a:hover {
  text-decoration: underline;
}

.p-information__list__item__text .p-information__list__item__text__spec {
  display: block;
  background-color: #EDD6D0;
  padding: 8px 10px;
  font-size: 12px;
  line-height: 1.5;
}

@media screen and (max-width: 559px) {
  .p-information__list__item__img {
    width: 100%;
    height: 100%;
    line-height: 0;
  }
  .p-information__list__item__text {
    height: auto;
  }
  .p-information__list__item__text .p-information__list__item__text__ttl {
    width: 100%;
    padding: 6px 8px;
    background-color: #EDD6D0;
  }
  .p-information__list__item__text .p-information__list__item__text__ttl a {
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    white-space: normal;
    overflow: auto;
    text-overflow: initial;
  }
  .p-information__list__item__text .p-information__list__item__text__spec {
    display: none;
  }
}

.p-information-image img {
  width: 100%;
  height: 100%;
}

.p-information__text {
  background-color: #EDD6D0;
}

.p-information__text .p-information__text__ttl {
  padding: 8px 14px;
  font-size: 14px;
  font-weight: bold;
  color: #4B281D;
  line-height: 1.5;
  background-color: #D19685;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 559px) {
  .p-information__text .p-information__text__ttl {
    font-size: 16px;
  }
}

.p-information__text div {
  padding: 8px 16px 20px;
  font-size: 14px;
  color: #58423B;
  line-height: 1.5;
}

.p-information__text div a {
  color: #1F3616;
}

.p-information__text div a[target="_blank"] {
  vertical-align: middle;
}

.p-information__text div a[target="_blank"]:before {
  content: '';
  display: inline-block;
  background-image: url("../img/svg/link_blank.svg");
  background-repeat: no-repeat;
  background-size: 10px;
  width: 10px;
  height: 10px;
  padding-right: 4px;
}

.p-information__text div img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 20px auto;
}

@media screen and (max-width: 559px) {
  .p-information__text div img {
    width: 100%;
  }
}

/* catalog
-------------------------------------------------------------------------- */
.p-catalog {
  width: 100%;
  padding: 8px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-catalog__text {
  padding: 16px 16px 20px;
  background-color: #EDD6D0;
  font-size: 14px;
  color: #58423B;
  line-height: 1.5;
}

.p-catalog__search--select {
  display: grid;
  grid-template-columns: repeat(2, minmax(100px, 1fr));
}

@media screen and (max-width: 559px) {
  .p-catalog__search--select {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
}

.p-catalog__search--select .p-catalog__search__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  margin: 12px 0 0;
}

@media screen and (max-width: 559px) {
  .p-catalog__search--select .p-catalog__search__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-catalog__search--select .p-catalog__search__item dt {
  width: 140px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: bold;
  color: #4B281D;
  line-height: 1.5;
  background-color: #D19685;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 559px) {
  .p-catalog__search--select .p-catalog__search__item dt {
    width: 100%;
    font-size: 16px;
  }
}

.p-catalog__search--select .p-catalog__search__item dd {
  margin: 0 0 0 8px;
}

@media screen and (max-width: 559px) {
  .p-catalog__search--select .p-catalog__search__item dd {
    width: 100%;
    margin: 0;
  }
}

.p-catalog__search--select .p-catalog__search__item dd select {
  width: 200px;
  height: 38px;
  margin: 0;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 559px) {
  .p-catalog__search--select .p-catalog__search__item dd select {
    display: block;
    width: 80%;
    margin: 12px auto;
  }
}

.p-catalog__search--select .p-catalog__search__item dd select:focus {
  border: 1px solid #33C3F0;
  outline: 0;
}

.p-catalog__search--input {
  display: grid;
  grid-template-columns: repeat(1, minmax(100px, 1fr));
}

.p-catalog__search--input .p-catalog__search__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  margin: 12px 0 0;
}

@media screen and (max-width: 559px) {
  .p-catalog__search--input .p-catalog__search__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-catalog__search--input .p-catalog__search__item dt {
  width: 140px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: bold;
  color: #4B281D;
  line-height: 1.5;
  background-color: #D19685;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 559px) {
  .p-catalog__search--input .p-catalog__search__item dt {
    width: 100%;
    font-size: 16px;
  }
}

.p-catalog__search--input .p-catalog__search__item dd {
  margin: 0 0 0 8px;
}

@media screen and (max-width: 559px) {
  .p-catalog__search--input .p-catalog__search__item dd {
    width: 100%;
    margin: 0;
  }
}

.p-catalog__search--input .p-catalog__search__item dd input {
  width: 400px;
  height: 38px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  margin: 0;
}

@media screen and (max-width: 559px) {
  .p-catalog__search--input .p-catalog__search__item dd input {
    display: block;
    width: 80%;
    margin: 12px auto;
  }
}

.p-catalog__search--input .p-catalog__search__item dd input:focus {
  border: 1px solid #33C3F0;
  outline: 0;
}

/* about-us
-------------------------------------------------------------------------- */
.p-about-us {
  width: 100%;
  padding: 8px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-about-us__ttl {
  padding: 8px 16px;
  font-size: 14px;
  font-weight: bold;
  color: #4B281D;
  line-height: 1.5;
  background-color: #D19685;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 559px) {
  .p-about-us__ttl {
    font-size: 16px;
  }
}

.p-about-us__details {
  width: 100%;
  padding: 4px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-about-us__details p {
  margin: 12px 0;
  font-size: 14px;
  color: #182612;
  line-height: 1.5;
}

.p-about-us__details .p-about-us__details__movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.p-about-us__details .p-about-us__details__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-about-us__list {
  background-color: #EDD6D0;
}

.p-about-us__list .p-about-us__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  padding: 12px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #B99B93;
}

@media screen and (max-width: 559px) {
  .p-about-us__list .p-about-us__list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-about-us__list .p-about-us__list__item dt {
  width: 25%;
}

.p-about-us__list .p-about-us__list__item dt h3 {
  font-size: 14px;
  font-weight: bold;
  color: #58423B;
  line-height: 1.5;
}

@media screen and (max-width: 559px) {
  .p-about-us__list .p-about-us__list__item dt h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 559px) {
  .p-about-us__list .p-about-us__list__item dt {
    width: 100%;
    margin-bottom: 8px;
  }
  .p-about-us__list .p-about-us__list__item dt br {
    display: none;
  }
}

.p-about-us__list .p-about-us__list__item dd {
  width: 75%;
  font-size: 14px;
  color: #58423B;
  line-height: 1.5;
}

.p-about-us__list .p-about-us__list__item dd h4 {
  font-size: 14px;
  font-weight: bold;
  color: #58423B;
  line-height: 1.5;
}

.p-about-us__list .p-about-us__list__item dd a {
  word-wrap: break-word;
}

@media screen and (max-width: 559px) {
  .p-about-us__list .p-about-us__list__item dd {
    width: 100%;
  }
  .p-about-us__list .p-about-us__list__item dd img {
    width: 100%;
    height: auto;
  }
}

.p-about-us__list .p-about-us__list__item:last-child {
  border-bottom: none;
}

.p-about-us__list .p-about-us__list__text {
  padding: 16px 16px 20px;
  font-size: 14px;
  color: #58423B;
  line-height: 1.5;
}

.p-about-us__list .p-about-us__list__text section {
  margin: 0 0 16px;
}

.p-about-us__list .p-about-us__list__text h3 {
  font-size: 14px;
  font-weight: bold;
  color: #58423B;
}

.p-about-us__list .p-about-us__list__text a {
  color: #1F3616;
}

.p-about-us__list .p-about-us__list__text a[target="_blank"] {
  vertical-align: middle;
}

.p-about-us__list .p-about-us__list__text a[target="_blank"]:before {
  content: '';
  display: inline-block;
  background-image: url("../img/svg/link_blank.svg");
  background-repeat: no-repeat;
  background-size: 10px;
  width: 10px;
  height: 10px;
  padding-right: 4px;
}

.p-about-us__list .p-about-us__list__text img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 12px auto;
}

@media screen and (max-width: 559px) {
  .p-about-us__list .p-about-us__list__text img {
    width: 100%;
  }
}

.p-about-us__list .p-about-us__list__text ul {
  list-style-type: none;
}

.p-about-us__list .p-about-us__list__text ul li {
  margin-left: 8px;
}

/* military watch
-------------------------------------------------------------------------- */
.p-military-watch__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.p-military-watch__menu-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 559px) {
  .p-military-watch__menu-l {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.p-military-watch__menu-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 559px) {
  .p-military-watch__menu-r {
    display: none;
  }
}

.p-military-watch__menu__num {
  margin-right: 4px;
  padding: 4px 6px;
  font-size: 14px;
  font-weight: medium;
  color: #5D733C;
  border: 1px solid #5D733C;
}

.p-military-watch__menu__paginate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin-right: 10px;
}

.p-military-watch__menu__paginate li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #C5D3B0;
  color: #5D733C;
  font-size: 14px;
  font-weight: medium;
  padding: 5px 8px;
  margin-left: 5px;
}

.p-military-watch__menu__paginate li.is-active {
  background-color: #5D733C;
  color: #fff;
}

.p-military-watch__list {
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(100px, 1fr));
  gap: 2px;
  padding: 0;
}

.p-military-watch__list:hover > .p-military-watch__list__item {
  opacity: .8;
}

.p-military-watch__list > .p-military-watch__list__item:hover {
  opacity: 1;
}

.p-military-watch__list .p-military-watch__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-military-watch__list .p-military-watch__list__item img {
  width: auto;
  height: 135px;
}

@media screen and (max-width: 765px) {
  .p-military-watch__list {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
    gap: 2px;
  }
  .p-military-watch__list .p-military-watch__list__item {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-military-watch__list .p-military-watch__list__item p {
    width: auto;
    height: 135px;
  }
  .p-military-watch__list .p-military-watch__list__item p img {
    width: auto;
    height: 135px;
    min-width: auto;
    min-height: auto;
    margin: 0;
    padding: 0;
    z-index: 10;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
}

.p-military-watch__list__item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #EDD6D0;
  width: calc(100% - 337px);
  height: 135px;
  -webkit-box-flex: 5;
  -ms-flex-positive: 5;
  flex-grow: 5;
}

.p-military-watch__list__item__text .p-military-watch__list__item__text__ttl {
  width: 100%;
  padding: 6px 10px;
  background-color: #D19685;
  font-size: 14px;
  font-weight: bold;
  color: #4B281D;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-military-watch__list__item__text .p-military-watch__list__item__text__ttl span {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.p-military-watch__list__item__text .p-military-watch__list__item__text__spec {
  display: grid;
  grid-template-columns: repeat(1, minmax(100px, 1fr));
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 4px;
  background-color: #EDD6D0;
}

.p-military-watch__list__item__text .p-military-watch__list__item__text__spec dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2px 4px 2px 10px;
}

.p-military-watch__list__item__text .p-military-watch__list__item__text__spec dl dt {
  width: 60px;
  font-size: 10px;
}

.p-military-watch__list__item__text .p-military-watch__list__item__text__spec dl dd {
  width: 120px;
  font-size: 11px;
}

.p-military-watch__list__item__img {
  width: auto;
  height: 135px;
}

.p-military-watch__list__item__img p {
  width: auto;
  height: 135px;
}

@media screen and (max-width: 765px) {
  .p-military-watch__list__item__img {
    width: auto;
    height: 135px;
  }
  .p-military-watch__list__item__img p {
    width: auto;
    height: 135px;
  }
}

/* footer
-------------------------------------------------------------------------- */
.p-footer {
  width: 300px;
  margin: 0 auto;
  background-color: #FFFCDD;
}

.p-footer__sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 200px;
  margin: 0 auto;
  list-style-type: none;
}

.p-footer__sns__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #182612;
  line-height: 0.9;
}

.p-footer__sns__list li img {
  width: 18px;
  height: 18px;
}

.p-footer__company {
  /* font-family: Noto Sans CJK JP; */
  font-size: 14px;
  text-align: center;
  color: #182612;
}

.p-footer__address {
  font-size: 12px;
  text-align: center;
  color: #182612;
  line-height: 1.4;
}

/* ==========================================================================
   Utility
========================================================================== */
/* margin__top
-------------------------------------------------------------------------- */
.u-margin__top--small {
  margin-top: 20px;
}

.u-margin__top--large {
  margin-top: 40px;
}

.u-margin__top--exlarge {
  margin-top: 60px;
}

/* margin__bottom
-------------------------------------------------------------------------- */
.u-margin__bottom--small {
  margin-bottom: 20px;
}

.u-margin__bottom--large {
  margin-bottom: 40px;
}

.u-margin__bottom--exlarge {
  margin-bottom: 60px;
}

/* font-color
-------------------------------------------------------------------------- */
.u-font__color--white {
  color: #fff !important;
}


/* google翻訳　切り替えボタンのスタイル調整用
-------------------------------------------------------------------------- */
a.glink img {
  display:none!important;
}
.c-lang__list{
  flex-direction: row-reverse;
}
.glink.nturl.notranslate{
  font-size: 12px;
  font-weight: bold;
  color: #FDEEB7;
  text-decoration: none;
}
.glink.nturl.notranslate span{
  margin:0;
  font-size: 12px;
}
.glink.nturl.notranslate:first-child:before{
  content: '/';
  display: inline-block;
  font-size: 12px;
  color: #FDEEB7;
  margin-right: 14px;
  margin-left: 14px;
}

.p-sp-header__nav .glink.nturl.notranslate span,
.p-sp-header__nav .glink.nturl.notranslate:first-child:before{
  font-size: 18px;
  font-weight: normal;
  vertical-align: bottom;
}
.p-sp-header__nav .c-lang__list{
  margin-top: 20px;
}


/* TOPのslider(WP組み込み部分) スタイル調整
-------------------------------------------------------------------------- */
.wpsisac-slick-slider .slick-dots li button::before{
  background-color: #5D733C;
}


/* ページャーのスタイル調節
-------------------------------------------------------------------------- */
.wp-pagenavi a{
  margin-right: 4px;
  padding: 4px 6px;
  font-size: 14px;
  font-weight: medium;
  color: #5D733C;
  border: 1px solid #5D733C;
}

.wp-pagenavi span.pages {
  margin-right: 4px;
  padding: 4px 6px;
  font-size: 14px;
  font-weight: medium;
  color: #5D733C;
  border: 1px solid #5D733C;
  background-color: transparent!important;
}
.wp-pagenavi span.current {
  padding: 4px 6px;
  font-size: 14px;
  font-weight: medium;
  background-color: #5D733C;
  color: #fff;
  border: 1px solid #5D733C;
}

@media screen and (max-width: 559px){
  .wp-pagenavi a.previouspostslink,
  .wp-pagenavi a.nextpostslink{
    display: none;
  }
}


/* SP PC 切り替えようスタイル追加
-------------------------------------------------------------------------- */
.pc-content{
  display: block;
}
.sp-content{
  display: none;
}
@media screen and (max-width: 559px){
  .sp-content{
    display: block;
  }
  .pc-content{
    display: none;
  }
}


/* 固定ページマージン調節
-------------------------------------------------------------------------- */
.p-about-us__list__item p,
.p-about-us__list .p-about-us__list__text p{
  margin: 10px 0 20px;
}



/* トップのスライダーのページャー設定
-------------------------------------------------------------------------- */
.wpsisac-slick-slider.design-1 .slick-dots {
  bottom: -20px!important;
}
.slick-dotted.slick-slider {
  margin-bottom: 40px!important;
}
.slick-list.draggable .slick-track{
  display: inline-block;
}

@media screen and (max-width: 559px){
  .wpsisac-slick-slider .slick-dots li {
    width: 5px!important;
    height: 5px!important;
  }
}



/* aタグフォント適応
-------------------------------------------------------------------------- */
a{
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}


/* 商品一覧ページャー処理の上書き
-------------------------------------------------------------------------- */
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #C5D3B0!important;
  border: 1px solid #C5D3B0;
}


/* ベルト一覧ページのアイコン表示
-------------------------------------------------------------------------- */
.p-view__menu__controller__item.view-controller-band-1 {
  background-image: url("../img/svg/view_04.svg");
  background-repeat: no-repeat;
  background-size: auto 14px;
  background-position: 50%;
}

.p-view__menu__controller__item.view-controller-band-1.is-active {
  background-image: url("../img/svg/view_04_active.svg");
  background-repeat: no-repeat;
  background-size: auto 14px;
  background-position: 50%;
}

.p-view__menu__controller__item.view-controller-band-2 {
  background-image: url("../img/svg/view_02.svg");
  background-repeat: no-repeat;
  background-size: auto 14px;
  background-position: 50%;
}

.p-view__menu__controller__item.view-controller-band-2.is-active {
  background-image: url("../img/svg/view_02_active.svg");
  background-repeat: no-repeat;
  background-size: auto 14px;
  background-position: 50%;
}


/* タイトル上のマージン調節
-------------------------------------------------------------------------- */
.c-ttl--h1 {
  margin: 20px 0 16px 10px;
}


/* フォームのレイアウト調節
-------------------------------------------------------------------------- */
.p-watch-form ul,
.p-watch-form ol{
  margin: 0 1.5em 1.5em 1.5em;
}
.p-watch-form li{
  margin: 6px 0;
}
.p-watch-form #buy-name{
  display: block;
  margin: 20px 0;
}
.c-formTxt{
  display: block;
  margin: 6px 0;
  line-height: 1.5;
}
.p-watch-form span.wpcf7-list-item {
  display: inline-block;
  margin: 8px 0 8px 1em;
}
.p-watch-form .wpcf7-form-control-wrap{
  display: inline-block;
  margin: 8px 0 8px 1em;
}
.modalContents select{
  margin: 8px 0;
}


/* トップページの調節
-------------------------------------------------------------------------- */
.c-kobutsu__text,
.p-footer__company{
  line-height: 1.5;
}


/* sp order link
-------------------------------------------------------------------------- */
.p-sp-order-link-sample {
  display: grid;
  grid-template-columns: repeat(2, minmax(100px, 1fr));
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 16px 0 0;
}
@media screen and (max-width: 559px) {
  .p-sp-order-link {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
}
.c-sp-order-link-sample a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 90%;
  padding: 8px 12px;
  background-color: #182612;
  color: #FDEEB7;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-sp-order-link-sample a dt {
  color: #FDEEB7;
}
.c-sp-order-link-sample a dd {
  color: #FDEEB7;
}
.c-sp-order-link-sample p{
  display: none;
}
@media screen and (max-width: 559px) {
  .c-sp-order-link-sample a {
    width: 100%;
  }
}


/* お問い合わせフォームスタイル修正
-------------------------------------------------------------------------- */
.p-watch-form__inquiry .wpcf7-list-item{
  display: block!important;
}


/* サイドバーにTOPを追加
-------------------------------------------------------------------------- */
.c-menu__list__item-top{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  background-color: #182612;
}
.c-menu__list__item-top a{
  display: block;
  position: relative;
  width: 100%;
  color: #FDEEB7;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  margin: 0;
  padding: 14px 20px 14px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 71;
}
.p-sp-header__nav__list__item>a {
  display: block;
  text-decoration: none;
  width: 100%;
  background-color: #182612;
  margin: 0;
  padding: 14px 20px;
  font-size: 16px;
  color: #FDEEB7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


/* 共通マージン
-------------------------------------------------------------------------- */
.c-bm8{
  margin-bottom: 8px;
}
.p-watch-spec__comment dd img {
  display: block;
  width: 100%;
  height: auto;
  margin: 20px auto;
  max-width: auto;
}
.p-about-us__list.l-about-us__list:last-child{
  margin-bottom: 0;
}
.l-content.l-sporder{
  width: 100%;
}


/* SPカレンダースタイル修正
-------------------------------------------------------------------------- */
.p-sp-calendar .p-calendar__wrap {
  width: 88%;
  margin: 0 auto;
}
.p-sp-calendar .p-calendar__wrap iframe{
  width: 100%;
  margin: 0!important;
}
.p-sp-calendar .p-sp-calendar__text {
  background-color: #182612;
  padding: 8px;
  margin: 0 auto;
  width: 88%;
  box-sizing: border-box;
}



/* ベルト一覧のサイズ調節
-------------------------------------------------------------------------- */
@media screen and (min-width: 1072px) {
  .p-view-bands__list__item__text.view-2.is-active .p-view-bands__list__item__text__ttl span {
      min-width: 413px;
  }
}
@media screen and (max-width: 1071px) {
  .p-view-bands__list__item__text.view-2.is-active .p-view-bands__list__item__text__ttl span {
      min-width:inherit;
  }
}
@media screen and (min-width: 765px) {
  .p-view-bands__list.view-2 .p-view-bands__list__item img {
      width: auto;
  }
  .view-2 .p-view-bands__list__item__img {
    width: auto;
  }
}
.p-view-bands__list.view-2 .p-view-bands__list__item{
  display: block;
}
.p-view-bands__list.view-2 .p-view-bands__list__item a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: #182612;
}
.p-watch-spec__comment dd a>img.wp-image-13875 {
    width: auto;
}
@media screen and (min-width: 960px) {
  .l-content {
      width: 100%;
  }
}
.p-view__list,
.p-view-bands__list{
    margin-bottom: 20px;
}
