@charset "UTF-8";
/*
================================================================
 基本スタイル設定
================================================================
*/
html {
  background: #fff;
  color: #333333;
  font-family: "Noto Serif JP", "游明朝体 Medium", "Yu Mincho Medium", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
  text-align: justify;
}

a.href-box {
  display: block;
}

.set-call-link a {
  color: inherit;
  text-decoration: inherit;
}

a, [type=button], [type=submit] {
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
a:hover, [type=button]:hover, [type=submit]:hover {
  opacity: 0.7;
}

ruby rt {
  -moz-transform: translateY(0.5em);
  -ms-transform: translateY(0.5em);
  -webkit-transform: translateY(0.5em);
  transform: translateY(0.5em);
}

.twitter-tweet {
  margin-left: auto;
  margin-right: auto;
}

.line-break-span span {
  display: inline-block;
}

.text--left {
  text-align: left;
}

.text--right {
  text-align: right;
}

.text--center {
  text-align: center;
}

.text--justify {
  text-align: justify;
}

/*
================================================================
 グローバルヘッダーとスクロール領域
================================================================
*/
/* ヘッダー */
.global-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9900;
  display: block;
  width: 100%;
  height: 60px;
}
.global-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/fabric-stripe.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media print {
  .global-header {
    display: none;
  }
}

.global-header__site-title {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}

.global-header__site-title-layout::after {
  /* clearfix */
  content: "";
  clear: both;
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.global-header__site-title-layout .this__title {
  padding-top: 10px;
  float: left;
}
.global-header__site-title-layout .this__title-box {
  position: relative;
  z-index: 11;
  padding-left: 50px;
  height: 40px;
  color: #fff;
  text-decoration: none;
}
.global-header__site-title-layout .this__title-box .this__icon {
  position: absolute;
  top: 50%;
  left: 25px;
  display: block;
  height: 40px;
  width: auto;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.global-header__site-title-layout .this__title-box .this__sub-title {
  display: block;
  font-size: 0.8rem;
  line-height: 1;
  padding-top: 5px;
}
.global-header__site-title-layout .this__title-box .this__main-title {
  display: block;
  font-size: 1.06667rem;
  font-style: normal;
  line-height: 1;
  padding-top: 5px;
}

.global-header__order {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}

.global-header__order-layout::after {
  /* clearfix */
  content: "";
  clear: both;
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.global-header__order-flow {
  clear: both;
  float: right;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-top: 10px;
}

.global-header__order-flow-item {
  position: relative;
  z-index: 12;
  background: #fff;
  border: 2px solid #fff;
  padding: 2px 10px 3px;
  margin-left: 20px;
  font-size: 0.93333rem;
  line-height: 1;
}
.global-header__order-flow-item:not(:first-child)::before {
  content: ">";
  position: absolute;
  left: -16px;
  top: 1px;
  display: inline-block;
  color: #fff;
  -moz-transform: scale(1.2, 2);
  -ms-transform: scale(1.2, 2);
  -webkit-transform: scale(1.2, 2);
  transform: scale(1.2, 2);
}

.global-header__order-status {
  position: relative;
  z-index: 12;
  clear: both;
  float: right;
  padding-top: 5px;
  color: #fff;
  font-size: 0.93333rem;
  line-height: 1.4;
}

@media all and (max-width: 960px) {
  .global-header__site-title-layout .this__title-box .this__sub-title {
    display: block;
    font-size: 0.73333rem;
    line-height: 1;
    padding-top: 6px;
  }
  .global-header__site-title-layout .this__title-box .this__main-title {
    display: block;
    font-size: 0.93333rem;
    font-style: normal;
    line-height: 1;
    padding-top: 5px;
  }

  .global-header__order-flow-item {
    padding: 2px 10px 3px;
    margin-left: 20px;
    font-size: 0.8rem;
    line-height: 1;
  }
  .global-header__order-flow-item:not(:first-child)::before {
    left: -16px;
    top: 1px;
    -moz-transform: scale(1.2, 2);
    -ms-transform: scale(1.2, 2);
    -webkit-transform: scale(1.2, 2);
    transform: scale(1.2, 2);
  }

  .global-header__order-status {
    padding-top: 5px;
    font-size: 0.93333rem;
    line-height: 1.4;
  }
}
@media all and (max-width: 767px) {
  .global-header {
    height: 50px;
  }

  .global-header__site-title-layout .this__title {
    padding-top: 5px;
  }

  .global-header__order {
    display: none;
  }
}
/* スクロール領域 */
.scroll-content {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  background: transparent;
}

.global-header-height {
  width: 100%;
  height: 60px;
}

.global-header-padding {
  width: 100%;
  padding-top: 60px;
}

@media all and (max-width: 767px) {
  .global-header-height {
    height: 50px;
  }

  .global-header-padding {
    padding-top: 50px;
  }
}
main {
  padding: 0;
}

main.page-article-main {
  background-image: url(../img/common/bg-pattern-op30.jpg);
  background-repeat: repeat;
  background-size: auto;
}

/* トップページの場合 */
/*
================================================================
 コンテンツ共通
================================================================
*/
/* ボタン設定 */
.btn_wrap {
  text-align: center;
}
.btn_wrap.btn_wrap--simple {
  margin-top: 70px;
}
.btn_wrap.btn_wrap--vertical .btn {
  display: block;
  margin: 0 0 20px;
}
.btn_wrap.btn_wrap--form {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.btn_wrap.btn_wrap--grow {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.btn_wrap.btn_wrap--grow .btn {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.btn {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  color: #333333;
  background: #fff;
  border: 1px solid #333333;
  padding: 10px 10px;
  margin: 10px 10px;
  width: 240px;
  text-align: center;
  text-decoration: none;
  max-width: calc(100% - 20px);
  font-size: 1.06667rem;
  line-height: 1.4;
  font-weight: 400;
}
.btn.btn--fit {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 10px 0;
}
.btn.btn--primary, .btn.btn--submit {
  color: #fff;
  background: #460f26;
  border-color: #460f26;
}
.btn.btn--primary::after, .btn.btn--submit::after {
  border-color: #fff;
}
.btn.btn--compact {
  width: auto;
}
.btn.btn--ex-large {
  font-size: 1.6rem;
  width: 420px;
  padding: 5px 20px 10px;
}
.btn.jctl__block-flow:not(.is--selectable) {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  pointer-events: none;
}
.btn:disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  pointer-events: none;
}

@media all and (max-width: 480px) {
  .btn_wrap.btn_wrap--grow .btn {
    margin: 10px 5px;
  }

  .btn {
    padding: 10px 10px;
    margin: 10px 0;
    width: 100%;
    max-width: 100%;
  }
  .btn.btn--ex-large {
    width: 100%;
  }
}
/*
================================================================
 トップページ設定
================================================================
*/
.index-screen {
  position: relative;
  background-image: url(../img/index/top-image.jpg);
  background-position: right;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.index-screen__content {
  position: relative;
  z-index: 11;
  padding: 70px 0;
  width: 100%;
  overflow: hidden;
  border-top: 30px solid #460f26;
}

.index-screen__content-layout {
  position: relative;
  z-index: 11;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index-screen__heading {
  padding: 0 30px;
}
.index-screen__heading .this__sub-title {
  display: block;
  font-size: 1.73333rem;
  font-weight: 700;
  text-align: left;
}
.index-screen__heading .this__main-title {
  display: block;
  font-size: 2.13333rem;
  font-weight: 700;
  text-align: left;
}

.index-screen__content-catch {
  text-align: left;
  margin-top: 70px;
  margin-bottom: 30px;
  padding-left: 70px;
}
.index-screen__content-catch p {
  font-size: 1.86667rem;
}
.index-screen__content-catch img {
  max-width: 100%;
  height: auto;
}

.index-screen__content-comment {
  padding-left: 70px;
}

.index-screen__content-badge {
  position: relative;
  width: 100%;
  height: 0;
}
.index-screen__content-badge img {
  position: absolute;
  right: 0;
  bottom: 0;
  -moz-transform: translate(25%, 25%);
  -ms-transform: translate(25%, 25%);
  -webkit-transform: translate(25%, 25%);
  transform: translate(25%, 25%);
}

.index-screen__border {
  width: 100%;
  height: 120px;
}

@media all and (max-width: 1600px) {
  .index-screen__content {
    background: rgba(255, 255, 255, 0.7);
  }
}
@media all and (max-width: 960px) {
  .index-screen__content-layout {
    display: block;
  }

  .index-screen__logomark {
    text-align: center;
  }

  .index-screen__heading {
    padding: 0 0;
  }
  .index-screen__heading .this__sub-title {
    font-size: 1.73333rem;
    text-align: center;
  }
  .index-screen__heading .this__main-title {
    font-size: 2.13333rem;
    text-align: center;
  }

  .index-screen__content-catch {
    padding-left: 0;
  }
  .index-screen__content-catch p {
    font-size: 1.86667rem;
  }

  .index-screen__content-comment {
    padding-left: 0;
  }
}
@media all and (max-width: 767px) {
  .index-screen__content {
    padding: 50px 0;
  }

  .index-screen__heading .this__sub-title {
    font-size: 1.6rem;
  }
  .index-screen__heading .this__main-title {
    font-size: 1.73333rem;
  }

  .index-screen__content-catch p {
    font-size: 1.2rem;
  }

  .index-screen__content-badge {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
  }
  .index-screen__content-badge img {
    -moz-transform: translate(0%, 110%);
    -ms-transform: translate(0%, 110%);
    -webkit-transform: translate(0%, 110%);
    transform: translate(0%, 110%);
  }
}
@media all and (max-width: 480px) {
  .index-screen__heading .this__sub-title {
    font-size: 1.06667rem;
  }
  .index-screen__heading .this__main-title {
    font-size: 1.33333rem;
  }

  .index-screen__content-catch {
    margin-top: 30px;
  }
  .index-screen__content-catch p {
    font-size: 1.06667rem;
  }

  .index-screen__content-badge img {
    -moz-transform: translate(20%, 100%) scale(0.5);
    -ms-transform: translate(20%, 100%) scale(0.5);
    -webkit-transform: translate(20%, 100%) scale(0.5);
    transform: translate(20%, 100%) scale(0.5);
  }
}
.index-introduction__area01 {
  padding: 70px 0;
  text-align: center;
}
.index-introduction__area01 img {
  max-width: 100%;
  height: auto;
}

.index-introduction__slide {
  padding: 10px 0;
}

.index-introduction__slide-item {
  padding: 0 5px;
}

.index-introduction__slide-item-screen::before {
  /* auto height */
  content: "";
  display: block;
  box-sizing: content-box;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 75% 0 0;
}

.index-introduction__area02 {
  padding: 70px 0;
  text-align: center;
}
.index-introduction__area02 img {
  max-width: 100%;
  height: auto;
}

.index-flow {
  padding: 70px 0 0;
}

.index-flow__heading-icon {
  text-align: center;
}

.index-flow__heading {
  position: relative;
  z-index: 2;
  color: #460f26;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 50px;
}

.index-flow__flow-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #460f26;
  margin-bottom: 70px;
}

.index-flow__flow-item {
  position: relative;
  width: 25%;
  text-align: center;
}
.index-flow__flow-item:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  box-sizing: content-box;
  width: 0;
  height: 0;
  border-left: #b29ba5 solid 16px;
  border-top: transparent solid 16px;
  border-bottom: transparent solid 16px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.index-flow__flow-item-layout .this__image img {
  max-width: 100%;
  height: auto;
}
.index-flow__flow-item-layout .this__text {
  font-size: 0.86667rem;
}

.index-flow__border {
  height: 180px;
}

@media all and (min-width: 481px) and (max-width: 960px) {
  .index-flow__flow-list {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-left: 20%;
  }

  .index-flow__flow-item {
    width: 50%;
    margin-bottom: 50px;
  }
  .index-flow__flow-item:first-child {
    margin-left: -25%;
  }
}
@media all and (max-width: 480px) {
  .index-flow__flow-list {
    display: block;
    padding-left: 0;
  }

  .index-flow__flow-item {
    width: 100%;
    margin-bottom: 100px;
  }
  .index-flow__flow-item:first-child {
    margin-left: 0;
  }
  .index-flow__flow-item:not(:first-child)::before {
    left: 50%;
    top: -50px;
    border-top: #b29ba5 solid 16px;
    border-left: transparent solid 16px;
    border-right: transparent solid 16px;
    border-bottom: 0px none;
  }
}
.index-order {
  padding: 120px 0;
}

.index-order__item-select {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 60px);
  margin-right: -60px;
  margin-bottom: -60px;
}

.index-order__item {
  box-sizing: border-box;
  margin-right: 60px;
  margin-bottom: 60px;
  width: calc(50% - 60px);
  border: 1px solid #333333;
  padding: 20px 40px 30px;
  -moz-transition: box-shadow 0.3s ease-out;
  -o-transition: box-shadow 0.3s ease-out;
  -webkit-transition: box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out;
}

.label-checkbox_input:checked + .index-order__item {
  border-color: #460f26;
  -moz-box-shadow: 0 0 5px 3px rgba(70, 15, 38, 0.5);
  -webkit-box-shadow: 0 0 5px 3px rgba(70, 15, 38, 0.5);
  box-shadow: 0 0 5px 3px rgba(70, 15, 38, 0.5);
}

.index-order__item-heading {
  border-bottom: 1px solid #333333;
  margin-bottom: 10px;
}
.index-order__item-heading .index-order__item-label {
  box-sizing: border-box;
  margin: 0;
  width: 100%;
  font-size: 2.13333rem;
}
.index-order__item-heading .index-order__item-label .label-checkbox__text {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
}

.index-order__item-outline {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.index-order__item-outline .this__image img {
  max-width: 100%;
}
.index-order__item-outline .this__detail .this__size {
  font-size: 1.26667rem;
  margin-bottom: 1em;
}
.index-order__item-outline .this__detail .this__option {
  font-size: 1.06667rem;
}

.index-order__submit {
  margin-top: 70px;
}

@media all and (min-width: 961px) and (max-width: 1200px) {
  .index-order__item {
    padding: 10px 20px 20px;
  }

  .index-order__item-outline .this__image {
    max-width: 40%;
  }
  .index-order__item-outline .this__detail .this__size {
    font-size: 1.06667rem;
    margin-bottom: 1em;
  }
  .index-order__item-outline .this__detail .this__option {
    font-size: 0.86667rem;
  }
}
@media all and (min-width: 768px) and (max-width: 960px) {
  .index-order__item-heading .index-order__item-label {
    font-size: 1.6rem;
  }
  .index-order__item-heading .index-order__item-label .label-checkbox__text {
    font-size: 1.2rem;
  }

  .index-order__item-outline {
    text-align: center;
  }
  .index-order__item-outline .this__image {
    width: 100%;
  }
  .index-order__item-outline .this__detail {
    width: 100%;
  }
  .index-order__item-outline .this__detail .this__size {
    font-size: 1.06667rem;
    margin-bottom: 1em;
  }
  .index-order__item-outline .this__detail .this__option {
    font-size: 0.86667rem;
  }
}
@media all and (max-width: 767px) {
  .index-order__item-select {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: -40px;
  }

  .index-order__item {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    width: 100%;
    max-width: 520px;
    padding: 10px 30px 20px;
  }

  .index-order__item-outline .this__detail .this__size {
    font-size: 1.06667rem;
    margin-bottom: 1em;
  }
  .index-order__item-outline .this__detail .this__option {
    font-size: 0.86667rem;
  }
}
@media all and (max-width: 480px) {
  .index-order__item-heading .index-order__item-label {
    font-size: 1.6rem;
  }
  .index-order__item-heading .index-order__item-label .label-checkbox__text {
    font-size: 1.2rem;
  }

  .index-order__item-outline {
    text-align: center;
  }
  .index-order__item-outline .this__image {
    width: 100%;
  }
  .index-order__item-outline .this__detail {
    width: 100%;
  }
  .index-order__item-outline .this__detail .this__size {
    font-size: 1.06667rem;
    margin-bottom: 1em;
  }
  .index-order__item-outline .this__detail .this__option {
    font-size: 0.86667rem;
  }
}
.index-fixed-order_wrap {
  padding-top: 120px;
}

.index-fixed-order_position {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9100;
  display: block;
  width: 100%;
  height: 0;
}
.disp-global-footer--on-display .index-fixed-order_position {
  position: relative;
}

.index-fixed-order {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  overflow: hidden;
}

.index-fixed-order__title {
  background: #460f26;
  color: #fff;
  text-align: center;
}

.index-fixed-order__item-list {
  position: relative;
  margin: 0 10%;
  width: 80%;
  /* Arrows */
}
.index-fixed-order__item-list .slick-list {
  position: relative;
  z-index: 1;
}
.index-fixed-order__item-list .slick-prev,
.index-fixed-order__item-list .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.index-fixed-order__item-list .slick-prev:hover,
.index-fixed-order__item-list .slick-prev:focus,
.index-fixed-order__item-list .slick-next:hover,
.index-fixed-order__item-list .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.index-fixed-order__item-list .slick-prev:hover:before,
.index-fixed-order__item-list .slick-prev:focus:before,
.index-fixed-order__item-list .slick-next:hover:before,
.index-fixed-order__item-list .slick-next:focus:before {
  opacity: 1;
}
.index-fixed-order__item-list .slick-prev.slick-disabled:before,
.index-fixed-order__item-list .slick-next.slick-disabled:before {
  opacity: .25;
}
.index-fixed-order__item-list .slick-prev:before,
.index-fixed-order__item-list .slick-next:before {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  opacity: .75;
  color: #460f26;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  -moz-transform: scale(1, 2);
  -ms-transform: scale(1, 2);
  -webkit-transform: scale(1, 2);
  transform: scale(1, 2);
}
.index-fixed-order__item-list .slick-prev {
  left: -10%;
}
.index-fixed-order__item-list [dir='rtl'] .slick-prev {
  right: -10%;
  left: auto;
}
.index-fixed-order__item-list .slick-prev:before {
  content: '<';
}
.index-fixed-order__item-list [dir='rtl'] .slick-prev:before {
  content: '>';
}
.index-fixed-order__item-list .slick-next {
  right: -10%;
}
.index-fixed-order__item-list [dir='rtl'] .slick-next {
  right: auto;
  left: -10%;
}
.index-fixed-order__item-list .slick-next:before {
  content: '>';
}
.index-fixed-order__item-list [dir='rtl'] .slick-next:before {
  content: '<';
}

.index-fixed-order__item {
  padding: 10px 10px;
}
.index-fixed-order__item .this__image {
  width: 40%;
  max-width: 60px;
  margin: 0 auto;
}
.index-fixed-order__item .this__image img {
  max-width: 100%;
  height: auto;
}
.index-fixed-order__item .this__title {
  font-size: 0.8rem;
  text-align: center;
}
.index-fixed-order__item .index-fixed-order__modal-content {
  display: none;
}

@media all and (min-width: 481px) {
  .index-fixed-order_wrap {
    display: none;
  }
}
.index-order-lineup {
  padding: 120px 0 0;
  position: relative;
}

.index-order-lineup__promo {
  margin-bottom: 50px;
}
.index-order-lineup__promo .this__movie {
  position: relative;
  margin: 0 auto;
  width: 1000px;
  max-width: 100%;
}
.index-order-lineup__promo .this__movie::before {
  /* auto height */
  content: "";
  display: block;
  box-sizing: content-box;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 56.25% 0 0;
}
.index-order-lineup__promo .this__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.index-order-lineup__bnr {
  text-align: center;
  margin-bottom: 50px;
}
.index-order-lineup__bnr img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
}

.index-order-lineup__lineup-item {
  margin-bottom: 50px;
}

.index-order-lineup__lineup-item-elm {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  background: #fff;
  border: 1px solid #333333;
  color: #333333;
  text-decoration: none;
}

.index-order-lineup__lineup-item-layout {
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  width: 100%;
  height: 150px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.index-order-lineup__lineup-item-layout .this__img {
  position: absolute;
  z-index: 1;
  right: 0;
  top: -50%;
  width: 100%;
  height: 200%;
}
.index-order-lineup__lineup-item-layout .this__icon {
  position: relative;
  z-index: 2;
  width: 150px;
  text-align: center;
}
.index-order-lineup__lineup-item-layout .this__icon img {
  height: auto;
  max-width: 80%;
}
.index-order-lineup__lineup-item-layout .this__title {
  position: relative;
  z-index: 2;
  font-size: 1.86667rem;
  text-align: left;
}

.index-order-lineup__bottom-bg {
  position: relative;
}
.index-order-lineup__bottom-bg::before {
  /* auto height */
  content: "";
  display: block;
  box-sizing: content-box;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 43.75% 0 0;
}
.index-order-lineup__bottom-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5));
}

@media all and (max-width: 960px) {
  .index-order-lineup__lineup-item-layout {
    height: 150px;
  }
  .index-order-lineup__lineup-item-layout .this__img {
    opacity: 0.3;
  }
  .index-order-lineup__lineup-item-layout .this__icon {
    width: 150px;
  }
  .index-order-lineup__lineup-item-layout .this__title {
    font-size: 1.86667rem;
  }
}
@media all and (max-width: 480px) {
  .index-order-lineup__lineup-item-layout {
    height: 100px;
  }
  .index-order-lineup__lineup-item-layout .this__icon {
    width: 100px;
  }
  .index-order-lineup__lineup-item-layout .this__title {
    font-size: 1.26667rem;
  }
}
.index-order-item {
  padding: 120px 0;
}
.index-order-item.index-order-item--footer-select {
  padding-top: 0;
}

.index-order-item__catch {
  text-align: center;
  font-size: 2.13333rem;
  font-weight: 500;
  margin-bottom: 50px;
}

.index-order-item__list-comment {
  text-align: center;
  font-size: 1.06667rem;
  margin-bottom: 30px;
}

.index-order-item__item {
  display: block;
  color: #333333;
  text-decoration: none;
  position: relative;
  border: 1px solid #333333;
  padding: 20px 40% 20px 30px;
  background: #fff;
}
.index-order-item__item:not(:first-child) {
  margin-top: 30px;
}
.index-order-item__item[data-display-modal] {
  cursor: pointer;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.index-order-item__item[data-display-modal]:hover {
  opacity: 0.7;
}

.index-order-item__item-heading {
  font-size: 2.13333rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.index-order-item__item-image {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: block;
  box-sizing: border-box;
  width: 40%;
  height: 100%;
}

.index-order-item__item-image-layout {
  position: absolute;
  top: 0;
  right: 0;
  width: 90%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
}

.index-order-item__item-image-elm {
  padding: 10px;
  text-align: center;
}
.index-order-item__item-image-elm .this__image {
  margin-bottom: 10px;
}
.index-order-item__item-image-elm .this__image img {
  max-width: 100%;
  height: auto;
}
.index-order-item__item-image-elm .this__title {
  background: #fff;
  padding: 1px 10px 3px;
}

.index-order-item__item-lineup {
  margin-top: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index-order-item__lineup-elm {
  text-align: center;
}
.index-order-item__lineup-elm:not(:first-child) {
  margin-left: 20px;
}
.index-order-item__lineup-elm .this__title {
  padding: 1px 20px 3px;
  background: #333333;
  color: #fff;
}
.index-order-item__lineup-elm .this__price {
  font-size: 1.86667rem;
}
.index-order-item__lineup-elm .this__price em {
  font-size: 2.13333rem;
}

.index-order-item__item-price .this__price {
  font-size: 1.86667rem;
}
.index-order-item__item-price .this__price em {
  font-size: 2.13333rem;
}

.index-order-item__item-detail {
  margin-top: 10px;
}
.index-order-item__item-detail .this__elm {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
}
.index-order-item__item-detail em.this__elm {
  font-size: 1.2rem;
  font-weight: 700;
}
.index-order-item__item-detail span.this__elm {
  font-size: 0.93333rem;
  border: 1px solid #333333;
  padding: 1px 10px 3px;
}
.index-order-item__item-detail small {
  font-size: 11px;
  font-weight: 400;
}

.index-order-item__item-content {
  margin-top: 10px;
}
.index-order-item__item-content .this__catch {
  font-size: 1.46667rem;
}

.index-order-item__item-simple .this__catch {
  font-size: 1.86667rem;
}

.index-order-item__help {
  margin-top: 50px;
  font-size: 0.86667rem;
}

@media all and (min-width: 961px) and (max-width: 1200px) {
  .index-order-item__item {
    padding: 0;
  }

  .index-order-item__item-outline {
    position: relative;
    padding: 20px 55% 20px 30px;
  }

  .index-order-item__item-image {
    width: 55%;
  }

  .index-order-item__item-content {
    padding: 0 30px 20px 30px;
  }

  .index-order-item__item-simple {
    padding: 15px 30px 20px 30px;
  }
}
@media all and (max-width: 960px) {
  .index-order-item__item {
    padding: 10px 30px 20px;
  }

  .index-order-item__item-image {
    position: static;
    width: 100%;
    height: auto;
    background-position: right center !important;
    background-size: 120% auto;
  }

  .index-order-item__item-image-layout {
    position: static;
    width: 100%;
    height: auto;
    margin-left: auto;
  }

  .index-order-item__item-simple {
    padding: 5px 0 0;
  }
}
@media all and (max-width: 767px) {
  .index-order-item {
    padding: 70px 0;
  }

  .index-order-item__catch {
    font-size: 1.2rem;
  }

  .index-order-item__item-image-elm .this__image {
    margin-bottom: 5px;
  }
  .index-order-item__item-image-elm .this__image img {
    max-width: 100%;
    height: auto;
  }
  .index-order-item__item-image-elm .this__title {
    font-size: 11px;
    padding: 1px 5px 2px;
  }

  .index-order-item__item-lineup {
    -webkit-justify-content: center;
    justify-content: center;
  }

  .index-order-item__lineup-elm {
    text-align: center;
  }
  .index-order-item__lineup-elm:not(:first-child) {
    margin-left: 10px;
  }
  .index-order-item__lineup-elm .this__title {
    padding: 1px 10px 3px;
    background: #333333;
    color: #fff;
    font-size: 0.86667rem;
    box-sizing: border-box;
    min-width: 150px;
  }
  .index-order-item__lineup-elm .this__price {
    font-size: 1.33333rem;
  }
  .index-order-item__lineup-elm .this__price em {
    font-size: 1.6rem;
  }

  .index-order-item__item-price {
    text-align: center;
  }
}
@media all and (max-width: 480px) {
  .index-order-item__item {
    padding: 10px 10px 20px;
  }

  .index-order-item__item-heading {
    font-size: 1.6rem;
    text-align: center;
  }

  .index-order-item__lineup-elm {
    text-align: center;
    width: 49%;
  }
  .index-order-item__lineup-elm:not(:first-child) {
    margin-left: 2%;
  }
  .index-order-item__lineup-elm:nth-child(2n+1) {
    margin-left: 0 !important;
  }

  .index-order-item__item-simple .this__catch {
    font-size: 1.6rem;
  }
}
.index-info__maintenance {
  margin-top: 50px;
  border: 1px solid #460f26;
  text-align: center;
  padding: 20px 30px;
  font-size: 1.2rem;
  color: #460f26;
}

@media all and (max-width: 480px) {
  .index-info__maintenance {
    padding: 20px 10px;
    font-size: 1.06667rem;
  }
}
/*
================================================================
 注文フロー
================================================================
*/
.order-flow {
  padding: 30px 0 30px;
}

.order-flow__list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.order-flow__list-item {
  position: relative;
  display: block;
  box-sizing: border-box;
  border: 2px solid #fff;
  background: #fff;
  font-size: 1.06667rem;
  line-height: 1.33333rem;
  padding: 8px 20px 8px;
  text-align: center;
}
.order-flow__list-item span {
  display: inline-block;
}
.order-flow__list-item:not(:first-child) {
  margin-left: 30px;
}
.order-flow__list-item:not(:first-child)::before {
  content: ">";
  position: absolute;
  top: 50%;
  left: -32px;
  display: block;
  width: 30px;
  height: 1.33333rem;
  margin-top: -0.66667rem;
  line-height: 1.33333rem;
  font-size: 1.06667rem;
  color: #333333;
  background: transparent;
  text-align: center;
  -moz-transform: scale(1, 1.5);
  -ms-transform: scale(1, 1.5);
  -webkit-transform: scale(1, 1.5);
  transform: scale(1, 1.5);
}
.order-flow__list-item.is--active {
  border-color: #460f26;
  background-color: #460f26;
  color: #fff;
}
.order-flow__list-item.is--ok {
  border-color: #808080;
  background-color: #808080;
  color: #fff;
}

@media all and (max-width: 767px) {
  .order-flow__list-item {
    font-size: 0.8rem;
    line-height: 1.06667rem;
    padding: 6px 10px 6px;
  }
  .order-flow__list-item:not(:first-child) {
    margin-left: 20px;
  }
  .order-flow__list-item:not(:first-child)::before {
    left: -22px;
    width: 20px;
    height: 1.33333rem;
    margin-top: -0.66667rem;
    line-height: 1.33333rem;
    font-size: 1.06667rem;
  }
}
/*
================================================================
 デザインの作成
================================================================
*/
.jctl__mask-svg {
  position: fixed;
  z-index: -9999;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

.edit-window {
  padding: 70px 0 20px;
}

.edit-window__heading {
  padding: 0 0 10px;
}
.edit-window__heading .this__heading {
  display: block;
  padding: 10px 20px 10px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  color: #460f26;
  border-top: 1px solid #460f26;
  border-bottom: 3px solid #460f26;
}
.edit-window__heading .this__type-name-sub {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  padding: 5px 10px;
  background: #460f26;
  color: #fff;
  font-size: 0.6em;
}

.edit-window__comment {
  text-align: center;
  padding: 20px 0 40px;
}

.edit-window__layout {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0;
}

.edit-window__design-preview {
  box-sizing: border-box;
  width: 55%;
  padding: 10px 20px;
  background: #fff;
}

.design-preview {
  width: 70%;
  margin: 0 auto 10px 0;
  padding: 5px;
}
.design-preview:nth-child(2n) {
  margin: 0 0 10px auto;
}

.edit-window__control {
  box-sizing: border-box;
  width: 43%;
}

.edit-window__preview-data {
  box-sizing: border-box;
  border: 1px solid #460f26;
  padding: 10px;
  background: #fff;
  min-height: 100%;
}

.edit-window__preview-outline-title {
  padding: 10px 10px 10px;
}
.edit-window__preview-outline-title .this__main-title {
  display: block;
  font-weight: bold;
  border-bottom: 1px solid #460f26;
  font-size: 1.06667rem;
  color: #460f26;
}

.edit-window__preview-outline-data {
  padding: 0 10px 20px;
}
.edit-window__preview-outline-data::after {
  /* clearfix */
  content: "";
  clear: both;
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.edit-window__preview-outline-data .this__type-name {
  display: block;
  float: left;
  font-size: 1.33333rem;
  font-weight: bold;
}
.edit-window__preview-outline-data .this__type-name .this__type-name-sub {
  position: relative;
  top: -0.2em;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
  padding: 2px 8px 3px;
  background: #333333;
  color: #fff;
  font-size: 0.6em;
}
.edit-window__preview-outline-data .this__type-price {
  display: block;
  float: right;
  font-weight: bold;
}
.edit-window__preview-outline-data .this__type-price .this__type-price-num {
  display: inline-block;
  margin-left: 1em;
  font-size: 1.33333rem;
}

.edit-window__preview-extoption-items {
  display: block;
  margin: 0;
  padding: 0 10px;
  list-style-type: none;
}

.edit-window__preview-extoption-item {
  display: block;
  margin: 0;
  padding: 10px;
  list-style-type: none;
  border: 1px solid #460f26;
}
.edit-window__preview-extoption-item:not(:first-child) {
  margin-top: 10px;
}
.edit-window__preview-extoption-item .preview-extoption__layout {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.edit-window__preview-extoption-item .preview-extoption__layout .preview-extoption__outline {
  box-sizing: border-box;
  width: 65%;
  padding-right: 1em;
}
.edit-window__preview-extoption-item .preview-extoption__layout .preview-extoption__image {
  width: 35%;
}
.edit-window__preview-extoption-item .preview-extoption__layout .preview-extoption__image img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .edit-window__preview-outline-data .this__type-name {
    float: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .edit-window__preview-outline-data .this__type-name {
    font-size: 1.06667rem;
  }
  .edit-window__preview-outline-data .this__type-price {
    font-size: 0.86667rem;
  }
  .edit-window__preview-outline-data .this__type-price .this__type-price-num {
    font-size: 1.06667rem;
  }

  .design-preview {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .edit-window__design-preview {
    width: 100%;
    margin-bottom: 30px;
  }

  .edit-window__control {
    width: 100%;
  }

  .edit-window__preview-outline-data .this__type-name {
    font-size: 1.06667rem;
  }
  .edit-window__preview-outline-data .this__type-price {
    font-size: 0.86667rem;
  }
  .edit-window__preview-outline-data .this__type-price .this__type-price-num {
    font-size: 1.06667rem;
  }
}
@media screen and (max-width: 480px) {
  .edit-window__layout {
    padding: 20px 0;
  }

  .design-preview {
    width: 70%;
  }

  .edit-window__preview-outline-data .this__type-name {
    float: none;
  }

  .edit-window__preview-extoption-item .preview-extoption__layout .preview-extoption__outline {
    width: 100%;
    padding: 0 0 1em;
  }
  .edit-window__preview-extoption-item .preview-extoption__layout .preview-extoption__image {
    width: 80%;
  }
}
.design-preview__img {
  position: relative;
}

.design-preview__img::before {
  content: "";
  display: block;
  box-sizing: content-box;
  width: 100%;
  height: 0;
  padding: 100% 0 0;
}

.design-preview__img > svg {
  position: absolute;
  top: 1%;
  left: 1%;
  width: 98%;
  height: 98%;
  overflow: hidden;
}

.design-preview__title {
  text-align: center;
  font-weight: bold;
}

.design-control {
  position: relative;
  height: 100%;
}

.design-control__tags {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
}

.design-control__tag-btn {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: block;
  box-sizing: border-box;
  border-top: 1px solid #808080;
  border-left: 1px solid #808080;
  border-right: 1px solid #808080;
  border-bottom: 0px none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  outline: 0px none;
  background: #808080;
  padding: 5px 1px 5px;
  font-size: 1.06667rem;
  line-height: 24px;
  color: #fff;
}
.design-control__tag-btn:not(:first-child) {
  margin-left: 1px;
}
.design-control__tag-btn.is--active {
  background: #fff;
  color: #333333;
}

.design-control__menues {
  position: absolute;
  left: 0;
  top: 35px;
  box-sizing: border-box;
  border-bottom: 1px solid #808080;
  border-left: 1px solid #808080;
  border-right: 1px solid #808080;
  border-top: 0px none;
  background: #fff;
  width: 100%;
  height: calc(100% - 35px);
}

.design-control__menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.design-control__menu.is--active {
  display: block;
}
.design-control__menu::-webkit-scrollbar {
  width: 5px;
}
.design-control__menu::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 5px;
  box-shadow: inset 0 0 2px #777;
}
.design-control__menu::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 5px;
  box-shadow: none;
}

.design-control__menu-group-title {
  padding: 10px 10px 10px;
}
.design-control__menu-group-title .this__main-title {
  display: block;
  font-weight: bold;
  border-bottom: 1px solid #460f26;
  font-size: 1.06667rem;
  color: #460f26;
}

.design-control__menu-group {
  padding: 0 10px 20px;
}

.design-control__menu-group-comment {
  padding: 0 0 0 10px;
}

.design-control__menu-items {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.design-control__menu-item {
  box-sizing: border-box;
  width: 33.3333%;
  padding: 5px 10px 10px;
}

.design-control__select {
  position: relative;
  z-index: 1;
}

.design-control__select-rank {
  position: absolute;
  left: -3px;
  top: -3px;
  z-index: 2;
  display: block;
  box-sizing: content-box;
  width: 1.06667rem;
  height: 1.06667rem;
  padding: 5px;
  margin: 0;
  background: #460f26;
  color: #fff;
  font-size: 1.06667rem;
  line-height: 1;
  text-align: center;
}

.design-control__select-icons {
  position: absolute;
  right: -2px;
  top: -2px;
  z-index: 2;
  display: block;
}
.design-control__select-icons .this__icon {
  display: block;
  box-sizing: content-box;
  width: 6em;
  padding: 2px;
  margin-bottom: 3px;
  border: 1px solid #460f26;
  background: #460f26;
  border-radius: 8px;
  color: #fff;
  font-size: 0.73333rem;
  line-height: 1;
  text-align: center;
}
.design-control__select-icons .this__icon.this__icon--stock {
  color: #460f26;
  background: #fff;
}
.design-control__select-icons .this__icon.this__icon--disabled {
  color: #460f26;
  background: #ccc;
}

.design-control__select-heading {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 0.8rem;
  color: #460f26;
}

.design-control__select-prev {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.design-control__select-prev::before {
  /* auto height */
  content: "";
  display: block;
  box-sizing: content-box;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 50% 0 0;
}
.design-control__select-prev img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: auto;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.design-control__select--disabled .design-control__select-prev {
  background: #ccc;
}
.design-control__select--disabled .design-control__select-prev img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.design-control__select-prev.design-control__select-prev--rotate img {
  width: 200%;
  height: auto;
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.design-control__select[data-item-select-vertical="90"] .design-control__select-prev img {
  width: 200%;
  height: auto;
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.design-control__select[data-item-select-vertical="270"] .design-control__select-prev img {
  width: 200%;
  height: auto;
  -moz-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}
.design-control__select.is--selected .design-control__select-prev {
  outline: 3px solid #f90;
}

.design-control__select-title {
  font-size: 0.8rem;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .design-control__menu-item {
    width: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .design-control__tag-btn {
    font-size: 0.86667rem;
  }
}
@media screen and (max-width: 480px) {
  .design-control__menu-item {
    width: 50%;
  }
}
.order-window {
  padding: 0 0 120px;
  background: #fff;
}
.order-window.order-window--edit, .order-window.order-window--complete {
  background: transparent;
}

.order-window__options {
  max-width: 480px;
  margin-left: auto;
}

.order-window__submit {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.order-window__count-input {
  margin: 20px 0 20px;
}
.order-window__count-input::after {
  /* clearfix */
  content: "";
  clear: both;
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.order-window__count-input-box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  float: right;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 20px;
  border-bottom: 1px solid #460f26;
  color: #460f26;
}

.order-window__count-input-title {
  display: block;
  font-size: 1.2rem;
}

.order-window__count-input-form {
  display: block;
  width: 120px;
  padding: 0 10px;
}

.order-window__count-input-unit {
  display: block;
  font-size: 1.06667rem;
}

.order-window__select {
  padding-top: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.order-extoption-select__item {
  box-sizing: border-box;
  width: 48%;
  margin-left: 4%;
  margin-bottom: 4%;
  border: 1px solid #460f26;
  border-radius: 10px;
  padding: 5px 30px 10px;
  background: #fff;
}
.order-extoption-select__item:nth-child(4n+2) {
  margin-left: 0;
}
.label-checkbox_input:checked + .order-extoption-select__item {
  background: #d4c8cd;
}
.order-extoption-select--preview .order-extoption-select__item {
  background: #d4c8cd;
  margin-left: 4%;
}
.order-extoption-select--preview .order-extoption-select__item:nth-child(2n+1) {
  margin-left: 0;
}

.order-extoption-select__heading {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 1.2rem;
  color: #460f26;
  border-bottom: 1px solid #460f26;
  margin-bottom: 10px;
}
.order-extoption-select__heading .label-checkbox {
  font-size: 1.4em;
}
.order-extoption-select__heading .this__title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  line-height: 2.24;
  padding: 8px 0 10px;
}

.order-extoption-select__price {
  color: #460f26;
  margin-bottom: 10px;
}
.order-extoption-select__price .this__price {
  font-weight: bold;
  font-size: 1.06667rem;
}
.order-extoption-select__price .this__price em {
  font-size: 1.33333rem;
}

.order-extoption-select__layout {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.order-extoption-select__content {
  box-sizing: border-box;
  width: 65%;
  padding-right: 1em;
}

.order-extoption-select__image {
  width: 35%;
}
.order-extoption-select__image img {
  width: 100%;
  height: auto;
}

@media all and (max-width: 960px) {
  .order-window__select {
    display: block;
  }

  .order-extoption-select__item {
    width: 100%;
    margin-left: 0%;
  }
}
@media all and (max-width: 480px) {
  .order-window__select {
    margin-left: 0;
  }

  .order-extoption-select__item {
    padding: 5px 20px 10px;
  }

  .order-extoption-select__content {
    width: 100%;
    padding: 0 0 1em;
  }

  .order-extoption-select__image {
    width: 80%;
  }
}
.order-window__select-heading {
  color: #460f26;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 10px;
}

.edit-window__price {
  color: #460f26;
  margin-bottom: 10px;
  font-size: 1.33333rem;
  text-align: right;
}
.edit-window__price .this__price {
  font-weight: bold;
  font-size: 1.33333rem;
}
.edit-window__price .this__price em {
  font-size: 1.6rem;
}

#order-bag-edit-modal-display {
  height: 60vh;
}
#order-bag-edit-modal-display .design-control__menues {
  position: static;
  top: 0;
  height: 100%;
  border-top: 1px solid #808080;
}

@media screen and (max-width: 767px) {
  #order-bag-edit-control .design-control {
    display: none;
  }
}
#order-bag-edit-control .design-control__open-edit-modal .design-control__tag-btn {
  border-top: 1px solid #460f26;
  border-radius: 0;
  background: #460f26;
  color: #fff;
}
#order-bag-edit-control .design-control__open-edit-modal .design-control__tag-btn.is--active {
  background: #460f26;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #order-bag-edit-control .design-control__open-edit-modal {
    display: none;
  }
}
@media print {
  #order-bag-edit-control .design-control__open-edit-modal {
    display: none;
  }
}

@media print {
  .design-preview {
    width: 100%;
  }

  .edit-window__design-preview {
    width: 40%;
  }

  .edit-window__control {
    width: 60%;
  }
}
/*
================================================================
 商品選択
================================================================
*/
.product-select__product-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 70px 0 30px;
}

.product-select__product-item {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
  cursor: pointer;
  padding: 20px 20px 40px;
  border: 1px solid #808080;
  background: #fff;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.product-select__product-item.is--ordered {
  border-color: #460f26;
}
.product-select__product-item:hover {
  opacity: 0.7;
}

.product-select__product-icons {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  display: block;
}
.product-select__product-icons .this__icon {
  display: block;
  box-sizing: content-box;
  width: 10em;
  padding: 2px;
  margin-bottom: 3px;
  border: 1px solid #460f26;
  background: #460f26;
  border-radius: 11px;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.4;
  text-align: center;
}
.product-select__product-icons .this__icon.this__icon--discount, .product-select__product-icons .this__icon.this__icon--stock {
  color: #460f26;
  background: #fff;
}
.product-select__product-icons .this__icon.this__icon--disabled {
  color: #460f26;
  background: #ccc;
}

.product-select__product-img {
  margin-bottom: 10px;
}
.product-select__product-img::before {
  /* auto height */
  content: "";
  display: block;
  box-sizing: content-box;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 75% 0 0;
}

.product-select__product-outline .this__title {
  font-size: 1.2rem;
  font-weight: bold;
}
.product-select__product-outline .this__comment {
  display: none;
}
.product-select__product-outline .this__price {
  margin-top: 10px;
  text-align: right;
  border-top: 1px solid #808080;
  font-size: 1.06667rem;
  font-weight: bold;
}
.product-select__product-outline .this__price em {
  font-size: 1.2em;
}
.product-select__product-outline .this__price .this__base-price {
  font-size: 0.8em;
  display: inline-block;
  margin-left: 0.2em;
}
.product-select__product-outline .this__count {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #460f26;
  color: #fff;
  display: none;
  padding: 5px 20px;
  font-size: 0.8rem;
  line-height: 1;
}
.product-select__product-outline .this__count em {
  display: inline-block;
  margin-right: 0.2em;
  font-size: 1.06667rem;
}
.is--ordered .product-select__product-outline .this__count {
  display: block;
}

.product-select__modal-media {
  display: none;
}

.product-select__modal-content {
  display: none;
}

@media all and (min-width: 961px) {
  .product-select__product-item {
    width: 32%;
    margin-left: 2%;
    margin-bottom: 2%;
  }
  .product-select__product-item:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media all and (min-width: 481px) and (max-width: 960px) {
  .product-select__product-item {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 4%;
  }
  .product-select__product-item:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media all and (max-width: 767px) {
  .product-select__product-outline .this__category {
    font-size: 0.8rem;
  }
}
/*
================================================================
 注文者情報入力
================================================================
*/
.form-message {
  padding: 50px 0;
}

.form-message__box {
  padding: 10px 20px;
  border: 1px solid #460f26;
  background: #fff;
}

.form-message__heading .this__heading {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  color: #460f26;
  padding: 15px 0 15px;
  border-bottom: 1px solid #460f26;
}

.form-message__content {
  text-align: center;
  padding: 20px 0 20px;
}

.form-window {
  padding: 50px 0;
}
.form-window.form-window--customer {
  background-color: #fff;
}
.form-window.form-window--delivery {
  background-color: #d4c8cd;
}
.form-window.form-window--payment {
  background-color: #fff;
}

.form-window__heading {
  padding: 45px 0 5px;
  background-image: url(../img/common/matsu.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto;
}
.form-window__heading .this__heading {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #460f26;
}
.form-window__heading .this__heading span {
  display: inline-block;
}

.form-window__table-group {
  padding: 20px;
}

.form-window__table-heading {
  margin-bottom: 10px;
}

.form-window__table-heading-main {
  font-size: 1.33333rem;
  color: #460f26;
  padding-left: 0.7em;
  border-left: 0.3em solid #460f26;
}

.form-window__table-heading-comment {
  margin-top: 5px;
}

.form-window__comment {
  text-align: center;
  padding: 20px 0;
}

.form-window__table > dl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-window__table > dl > dt {
  padding-top: 10px;
  width: 310px;
}
.form-window__table > dl > dt .this__title {
  display: inline-block;
  padding-top: 9px;
  padding-bottom: 9px;
  line-height: 1.6;
  min-height: 1.6em;
  vertical-align: middle;
  text-align: left;
  color: #460f26;
}
.form-window__table > dl > dd {
  width: calc(100% - 320px);
  padding-bottom: 2em;
}
.form-window__table.form-window__table--block {
  border: 1px solid #460f26;
  background: #fff;
  border-radius: 10px;
  padding: 20px 30px 10px;
}
.form-window__table.form-window__table--block > dl > dt {
  width: 280px;
}
.form-window__table.form-window__table--block > dl > dd {
  width: calc(100% - 290px);
}

.form-window__select {
  padding-top: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-payment-select__item {
  box-sizing: border-box;
  width: 48%;
  margin-left: 4%;
  margin-bottom: 4%;
  border: 1px solid #460f26;
  border-radius: 10px;
  padding: 5px 30px 10px;
  background: #fff;
}
.form-payment-select__item:nth-child(4n+2) {
  margin-left: 0;
}
.label-checkbox_input:checked + .form-payment-select__item {
  background: #d4c8cd;
}
.form-payment-select--preview .form-payment-select__item {
  background: #d4c8cd;
  margin-left: 4%;
}
.form-payment-select--preview .form-payment-select__item:nth-child(2n+1) {
  margin-left: 0;
}

.form-payment-select__heading {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 1.2rem;
  color: #460f26;
  border-bottom: 1px solid #460f26;
  margin-bottom: 10px;
}
.form-payment-select__heading .label-checkbox {
  font-size: 1.4em;
}
.form-payment-select__heading .this__title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  line-height: 2.24;
  padding: 8px 0 10px;
}

.form-payment-select__content .tool__payjp-checkout-box_wrap {
  text-align: center;
  padding: 30px 0;
}
.form-payment-select__content #payjp_checkout_box input[type=button] {
  font-size: 16px;
  border-radius: 0.3em;
  color: #fff;
  border: 1px solid #460f26;
  background-color: #460f26;
  background-image: none;
}
.form-payment-select__content #payjp_checkout_box input[type=button].has-token {
  border: 1px solid #469C46;
  background-color: #469C46;
  background-image: none;
}

@media all and (max-width: 960px) {
  .form-window__table > dl {
    display: block;
  }
  .form-window__table > dl > dt {
    width: 100%;
  }
  .form-window__table > dl > dd {
    width: 100%;
  }
  .form-window__table.form-window__table--block > dl > dt {
    width: 100%;
  }
  .form-window__table.form-window__table--block > dl > dd {
    width: 100%;
  }

  .form-window__select {
    display: block;
  }

  .form-payment-select__item {
    width: 100%;
    margin-left: 0%;
  }
}
@media all and (max-width: 480px) {
  .form-window__heading .this__heading {
    font-size: 1.33333rem;
  }

  .form-window__table-group {
    padding: 20px 0;
  }

  .form-window__table {
    margin-left: 0;
  }
  .form-window__table.form-window__table--block {
    padding: 5px 20px 5px;
  }

  .form-window__select {
    margin-left: 0;
  }

  .form-payment-select__item {
    padding: 5px 20px 10px;
  }
}
.jctl__form-delivery-input:not(.is--active) {
  display: none;
}

.payment-card-prev {
  display: block;
  margin: 20px 0;
  box-sizing: border-box;
  border: 1px solid #460f26;
  padding: 2px 10px 2px;
  font-size: 1.06667rem;
  text-align: left;
  border-radius: 5px;
  background: #fff;
  color: #333333;
  width: 100%;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 1.06667rem;
  line-height: 2rem;
  pointer-events: none;
}
.payment-card-prev .this__brand {
  display: inline-block;
  padding: 9px 0 7px;
  margin-right: 0.5em;
  overflow: hidden;
  height: 2rem;
  vertical-align: middle;
}
.payment-card-prev .this__brand[data-brand="Visa"] {
  text-indent: -100em;
  width: 2em;
  background-image: url(../img/card_brand/visa.gif);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
}
.payment-card-prev .this__brand[data-brand="MasterCard"] {
  text-indent: -100em;
  width: 2em;
  background-image: url(../img/card_brand/mastercard.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
}
.payment-card-prev .this__brand[data-brand="JCB"] {
  text-indent: -100em;
  width: 2em;
  background-image: url(../img/card_brand/jcb.gif);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
}
.payment-card-prev .this__brand[data-brand="American Express"] {
  text-indent: -100em;
  width: 2em;
  background-image: url(../img/card_brand/amex.gif);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
}
.payment-card-prev .this__brand[data-brand="Diners Club"] {
  text-indent: -100em;
  width: 2em;
  background-image: url(../img/card_brand/diners.gif);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
}
.payment-card-prev .this__brand[data-brand="Discover"] {
  text-indent: -100em;
  width: 2em;
  background-image: url(../img/card_brand/discover.gif);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
}
.payment-card-prev .this__last4 {
  display: inline-block;
  padding: 9px 0 7px;
  vertical-align: middle;
}
.payment-card-prev .this__last4::before {
  content: "**** **** **** ";
}

/*
================================================================
 個人情報保護方針
================================================================
*/
.privacy-policy {
  padding: 30px 0;
}

.privacy-policy__heading {
  margin-top: 2em;
  margin-bottom: 0.5em;
  font-size: 1.2rem;
  font-weight: bold;
}

.privacy-policy__credit {
  margin-top: 4em;
}
.privacy-policy__credit em {
  font-size: 1.2rem;
  font-weight: bold;
}

/*
================================================================
 特定商取引に関する法律に基づく表示
================================================================
*/
.legal-notations {
  padding: 30px 0;
}

.legal-notations__list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.legal-notations__list-title {
  font-weight: bold;
  width: 12em;
  margin-bottom: 2em;
}

.legal-notations__list-data {
  width: calc(100% - 12em);
  margin-bottom: 2em;
}

@media all and (max-width: 767px) {
  .legal-notations__list-title {
    margin-bottom: 0.5em;
    width: 100%;
  }

  .legal-notations__list-data {
    width: 100%;
  }
}
/*
================================================================
 当サイトのご利用方法
================================================================
*/
.howtouse-makuake__msg {
  text-align: center;
  font-size: 1.2rem;
  margin: 20px 0 0;
  padding: 30px 20px;
  background: #fff;
  color: #460f26;
}

.howtouse-makuake__msg-title {
  font-size: 1.6rem;
  display: block;
  position: relative;
  padding: 10px 0;
}

.howtouse-makuake__anchor-list {
  margin: 50px 0;
}

.form-window__anchor-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-window__anchor-list a {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  color: #460f26;
  background: #fff;
  border: 1px solid #460f26;
  padding: 10px 30px 10px 50px;
  margin: 10px 10px;
  text-align: center;
  text-decoration: none;
  min-width: 30%;
  max-width: calc(100% - 20px);
  font-size: 1.33333rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-window__anchor-list a::before {
  content: ">>";
  display: block;
  line-height: 1;
  position: absolute;
  left: 10px;
  top: 50%;
  -moz-transform: translateY(-57%) scaleY(2);
  -ms-transform: translateY(-57%) scaleY(2);
  -webkit-transform: translateY(-57%) scaleY(2);
  transform: translateY(-57%) scaleY(2);
}

.howtouse-makuake__section {
  padding: 70px 0;
  margin: 0 auto;
  width: 940px;
  max-width: 100%;
}

.howtouse-makuake__section-heading {
  text-align: center;
  margin-bottom: 40px;
}
.howtouse-makuake__section-heading .this__heading {
  display: inline-block;
  padding: 0 0 5px;
  border-bottom: 2px solid #460f26;
  color: #460f26;
  font-size: 1.33333rem;
  font-weight: 700;
}

.howtouse-makuake__section-content {
  font-size: 1.06667rem;
}
.howtouse-makuake__section-content > p {
  text-indent: 1em;
  line-height: 2;
}
.howtouse-makuake__section-content > p + p {
  margin-top: 1em;
}

.howtouse-makuake__content-youtube {
  position: relative;
  margin: 50px auto;
  width: 720px;
  max-width: 90%;
  height: auto;
}
.howtouse-makuake__content-youtube::before {
  /* auto height */
  content: "";
  display: block;
  box-sizing: content-box;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 56.25% 0 0;
}
.howtouse-makuake__content-youtube > iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.howtouse-makuake__content-download {
  position: relative;
  margin: 30px auto;
  text-align: center;
}
.howtouse-makuake__content-download a.this__pdf {
  display: inline-block;
  color: #460f26;
  text-decoration: none;
}

.howtouse-makuake__content-credit {
  margin: 30px 0 0;
  text-align: right;
}

@media all and (max-width: 767px) {
  .howtouse-makuake__msg {
    font-size: 0.93333rem;
    margin: 20px 0 0;
    padding: 20px 10px;
  }

  .howtouse-makuake__msg-title {
    font-size: 1.06667rem;
    padding: 10px 0;
  }

  .howtouse-makuake__anchor-list {
    margin: 50px 0;
  }

  .form-window__anchor-list a {
    padding: 10px 10px 10px 20px;
    margin: 10px 0;
    width: 100%;
    max-width: 100%;
    font-size: 1.06667rem;
  }

  .howtouse-makuake__section {
    padding: 50px 0;
  }

  .howtouse-makuake__section-heading {
    margin-bottom: 30px;
  }
  .howtouse-makuake__section-heading .this__heading {
    padding: 0 0 5px;
    border-bottom: 2px solid #460f26;
    font-size: 1.2rem;
    font-weight: 700;
  }

  .howtouse-makuake__section-content {
    font-size: 0.93333rem;
  }

  .howtouse-makuake__content-youtube {
    margin: 40px auto;
    width: 720px;
    max-width: 90%;
  }

  .howtouse-makuake__content-download {
    margin: 20px auto;
  }

  .howtouse-makuake__content-credit {
    margin: 30px 0 0;
  }
}
.howtouse-makuake-bnr {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
}

.howtouse-makuake-bnr__canvas {
  position: fixed;
  z-index: 9100;
  bottom: 45vh;
  right: 0;
  display: block;
  width: 180px;
  height: auto;
}
.disp-global-footer--on-display .howtouse-makuake-bnr__canvas {
  position: absolute;
}

.howtouse-makuake-bnr__makuake-btn {
  display: block;
  position: relative;
  box-sizing: border-box;
  color: #460f26;
  background: #fff;
  border-left: 1px solid #460f26;
  border-top: 1px solid #460f26;
  border-bottom: 1px solid #460f26;
  padding: 10px;
  margin: 0;
  text-align: center;
  text-decoration: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.howtouse-makuake-bnr__makuake-btn img {
  display: block;
  margin: 0 auto;
}

.howtouse-makuake-bnr__public-btn {
  display: block;
  position: relative;
  box-sizing: border-box;
  color: #fff;
  background: #460f26;
  border-left: 1px solid #460f26;
  border-top: 1px solid #460f26;
  border-bottom: 1px solid #460f26;
  padding: 10px;
  margin: 0;
  text-align: center;
  text-decoration: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.howtouse-makuake-bnr__public-btn img {
  display: block;
  margin: 0 auto;
}

@media all and (max-width: 767px) {
  .howtouse-makuake-bnr {
    width: 100%;
    height: 60px;
  }

  .howtouse-makuake-bnr__canvas {
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 60px;
  }

  .howtouse-makuake-bnr__makuake-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 100%;
    border-left: 0px none;
    border-bottom: 0px none;
    padding: 0;
    margin: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .howtouse-makuake-bnr__makuake-btn img {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .howtouse-makuake-bnr__public-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
    height: 100%;
    border-left: 0px none;
    border-bottom: 0px none;
    padding: 0;
    margin: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .howtouse-makuake-bnr__public-btn img {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
/*
================================================================
 モーダル設定
================================================================
*/
.jctl__loader,
.jctl__action-form,
.jctl__system-item {
  display: none !important;
}

.modal-display {
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: filter 0.5s, opacity 0.5s, visibility 0.5s;
  -o-transition: filter 0.5s, opacity 0.5s, visibility 0.5s;
  -webkit-transition: filter 0.5s, opacity 0.5s, visibility 0.5s;
  transition: filter 0.5s, opacity 0.5s, visibility 0.5s;
}

.modal-display.is--active {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.modal-display {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  z-index: 9901;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  padding: 20px 10px 0;
  background: rgba(0, 0, 0, 0.6);
  overflow: auto;
}

.modal-display__background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.modal-display__frame {
  position: relative;
  z-index: 2;
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 10vh;
  max-width: 750px;
  text-align: right;
}

.modal-display__panel {
  display: block;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  padding: 0 0 30px;
  text-align: center;
  -moz-box-shadow: 0 0 30px #000;
  -webkit-box-shadow: 0 0 30px #000;
  box-shadow: 0 0 30px #000;
}

.modal-display__panel-header {
  padding: 15px 10px 15px;
  background: #460f26;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}

.modal-display__panel-body {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 50px 50px 10px;
  text-align: left;
  overflow: hidden;
}
.modal-display__panel-header + .modal-display__panel-body {
  padding-top: 10px;
}

.modal-display__active-media,
.modal-display__active-content {
  position: relative;
}

.modal-display__interface {
  margin-top: 30px;
}
.modal-display__interface .btn_wrap {
  margin-top: 0;
}
.modal-display__interface .interface-button {
  display: none;
}
.modal-display__interface .interface-button.is--active {
  display: block;
}

.modal-display__close {
  background: transparent;
  border: 0px none;
  outline: 0px none;
}

.modal-display__close.modal-display__close--window {
  color: #fff;
  font-size: 1.2rem;
}

.modal-display__close.modal-display__close--panel {
  color: #333333;
  font-size: 1.06667rem;
}

.modal-display__interface {
  position: relative;
}

.modal-display__interface.hide {
  display: none;
}

.modal-display__interface form {
  position: relative;
  z-index: 1;
  display: block;
  padding: 0 0 10px;
}

.modal-display__interface.is--disabled::after,
.modal-display__interface.disabled::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}

@media all and (min-width: 1201px) {
  .modal-display__frame {
    max-width: 1400px;
  }
}
@media all and (max-width: 767px) {
  .modal-display__panel {
    padding: 0 0 10px;
  }

  .modal-display__panel-body {
    padding: 20px 10px 10px;
  }
  .modal-display__panel-header + .modal-display__panel-body {
    padding-top: 10px;
  }

  .modal-display__interface {
    margin-top: 40px;
  }
}
.index-order-modal__item-outline {
  text-align: center;
}
.index-order-modal__item-outline .this__title {
  font-size: 1.46667rem;
  padding: 10px 0;
  border-bottom: 1px solid #333333;
  margin-bottom: 10px;
}
.index-order-modal__item-outline .this__image img {
  max-width: 100%;
}
.index-order-modal__item-outline .this__detail .this__size {
  font-size: 1.26667rem;
  margin-bottom: 1em;
}
.index-order-modal__item-outline .this__detail .this__option {
  font-size: 1.06667rem;
}

.modal-display--order-bag .modal-display__frame {
  max-width: 400px;
}
.modal-display--order-bag .modal-display__panel-body {
  padding: 10px 10px 30px;
}

.order-bag-modal__lineup-message {
  text-align: center;
}

.order-bag-modal__lineup-layout {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0 0;
}

.order-bag-modal__lineup-elm {
  display: block;
  box-sizing: border-box;
  width: 50%;
  padding: 10px;
  text-align: center;
  color: #460f26;
  text-decoration: none;
}
.order-bag-modal__lineup-elm .this__image {
  width: 100%;
}
.order-bag-modal__lineup-elm .this__image img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
}
.order-bag-modal__lineup-elm .this__title {
  margin-top: 10px;
  padding: 5px 5px;
  background: #460f26;
  color: #fff;
  font-weight: bold;
}
.order-bag-modal__lineup-elm .this__price {
  margin-top: 5px;
  font-weight: bold;
  font-size: 1.06667rem;
}
.order-bag-modal__lineup-elm .this__price em {
  font-size: 1.33333rem;
}

.order-bag-modal__lineup-price {
  text-align: center;
  color: #460f26;
}
.order-bag-modal__lineup-price .this__price {
  margin-top: 5px;
  font-weight: bold;
  font-size: 1.33333rem;
}
.order-bag-modal__lineup-price .this__price em {
  font-size: 1.6rem;
}

.modal-content__imgs .this__main-img::before {
  /* auto height */
  content: "";
  display: block;
  box-sizing: content-box;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 75% 0 0;
}
.modal-content__imgs .this__sub-img {
  cursor: pointer;
}
.modal-content__imgs .this__sub-img::before {
  /* auto height */
  content: "";
  display: block;
  box-sizing: content-box;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 75% 0 0;
}

.modal-content__heading {
  margin-bottom: 20px;
}
.modal-content__heading .this__main-title {
  font-size: 2.13333rem;
  font-weight: bold;
}
.modal-content__heading .this__price {
  margin-top: 10px;
  text-align: right;
  border-top: 1px solid #808080;
  font-size: 1.06667rem;
  font-weight: bold;
}
.modal-content__heading .this__price em {
  font-size: 1.2em;
}
.modal-content__heading .this__price .this__base-price {
  font-size: 0.8em;
  display: inline-block;
  margin-left: 0.5em;
}

@media all and (max-width: 767px) {
  .modal-content__heading {
    margin-bottom: 20px;
  }
  .modal-content__heading .this__main-title {
    font-size: 1.73333rem;
  }
  .modal-content__heading .this__price {
    font-size: 1.06667rem;
  }
}
/*
================================================================
 JCTL
================================================================
*/
.order-window__submit.is--submit {
  position: relative;
  pointer-events: none;
}
.order-window__submit.is--submit ::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

/*
================================================================
 固定ボタン
================================================================
*/
.fixed-buttons {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9100;
  display: block;
  width: 100%;
  height: 0;
}
.disp-global-footer--on-display .fixed-buttons {
  position: relative;
}

.fixed-buttons__scroll {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  box-sizing: border-box;
  padding: 20px 0;
  width: 40px;
  height: 40px;
  background-color: #460f26;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  overflow: hidden;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: filter 0.5s ease-in-out, opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  -o-transition: filter 0.5s ease-in-out, opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  -webkit-transition: filter 0.5s ease-in-out, opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  transition: filter 0.5s ease-in-out, opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}
.fixed-buttons__scroll::before, .fixed-buttons__scroll::after {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 50%;
  display: block;
  width: 12px;
  height: 0;
  border-bottom: 2px solid #fff;
}
.fixed-buttons__scroll::before {
  margin-left: -12px;
  -moz-transform: matrix(1, -1, 0, 1, 0, 0);
  -ms-transform: matrix(1, -1, 0, 1, 0, 0);
  -webkit-transform: matrix(1, -1, 0, 1, 0, 0);
  transform: matrix(1, -1, 0, 1, 0, 0);
}
.fixed-buttons__scroll::after {
  -moz-transform: matrix(1, 1, 0, 1, 0, 0);
  -ms-transform: matrix(1, 1, 0, 1, 0, 0);
  -webkit-transform: matrix(1, 1, 0, 1, 0, 0);
  transform: matrix(1, 1, 0, 1, 0, 0);
}
.fixed-buttons__scroll.scrolled {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/*
================================================================
 グローバルフッター
================================================================
*/
.global-footer {
  position: relative;
  z-index: 9000;
  padding: 30px 0;
  text-align: left;
  border-top: 30px solid #460f26;
}

.global-footer__content-layout {
  position: relative;
  min-height: 120px;
}

.global-footer__menu-content {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.93333rem;
}

.global-footer__menu-item {
  display: inline-block;
}
.global-footer__menu-item:not(:first-child)::before {
  content: "　｜　";
}

.global-footer__menu-item-elm {
  color: inherit;
  text-decoration: inherit;
}

.global-footer__credit .this__site-name {
  font-size: 1.6rem;
}
.global-footer__credit .this__corp-name {
  font-size: 1.33333rem;
}
.global-footer__credit address {
  font-size: 0.93333rem;
}
.global-footer__credit a {
  color: inherit;
  text-decoration: inherit;
}

.global-footer__links {
  position: absolute;
  top: 40px;
  right: 0;
}

.global-footer__link-item {
  display: inline-block;
}
.global-footer__link-item:not(:first-child) {
  margin-left: 10px;
}

.global-footer__link-item-elm img {
  display: inline-block;
  width: 40px;
  height: 40px;
}

.global-footer__copyright {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0.8rem;
}

@media all and (max-width: 960px) {
  .global-footer__menu-content {
    position: static;
    margin-bottom: 2em;
  }

  .global-footer__links {
    position: static;
    margin-top: 2em;
    text-align: center;
  }

  .global-footer__copyright {
    position: static;
    margin-top: 2em;
    text-align: center;
  }
}
@media all and (max-width: 480px) {
  .global-footer__menu-item {
    display: block;
    margin-bottom: 0.5em;
  }
  .global-footer__menu-item:not(:first-child)::before {
    content: "";
  }

  .global-footer__menu-item-elm {
    display: inline-block;
    padding-left: 10px;
    border-left: 5px solid #333333;
    color: inherit;
    text-decoration: inherit;
  }

  .global-footer__credit .this__site-name {
    font-size: 1.33333rem;
  }
  .global-footer__credit .this__corp-name {
    font-size: 1.06667rem;
  }
  .global-footer__credit address {
    font-size: 0.86667rem;
  }
}
.is--selectable {
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.is--selectable:hover {
  opacity: 0.7;
}

/* Scss Document */
