@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v5.0.13/css/all.css");
@import url("https://fonts.googleapis.com/css?family=Cinzel:400,700");
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

html {
  font-size: 62.5%;
  overflow-y: visible;
}

body {
  background: #fff;
  overflow-x: hidden;
  color: #000;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic", YuGothic, "游ゴシック体", Meiryo, メイリオ, Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: .1em;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

a {
  color: #000;
  text-decoration: none;
}

::selection {
  background: #000;
  color: #fff;
}

a:active, a:hover {
  color: #000 !important;
  text-decoration: none !important;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
textarea {
  border-radius: 0;
}

input,
textarea,
select,
option,
button {
  font-size: 1.6rem;
}

a[href],
label[for],
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"],
select,
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: #a7a7a7;
  font-size: 1.6rem;
  opacity: 1;
}

::-moz-placeholder {
  color: #a7a7a7;
  font-size: 1.6rem;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #a7a7a7;
  font-size: 1.6rem;
  opacity: 1;
}

.l-container {
  margin: 0 10px;
}

.l-column.-main, .l-column.-side {
  margin-top: 25px;
}

.l-column.-side {
  padding: 10px 10px 0;
}

main{
  margin-bottom: 100px;
}
.home main{
  margin-bottom: 0;
}

/*
 * Component
 */
.c-pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 98;
  display: block;
  width: 32px;
  height: 32px;
  background: #bababa;
  border: 1px solid #bababa;
  border-radius: 4px;
  font-size: 0;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.c-pagetop.is-show {
  opacity: 1;
  visibility: visible;
}

.c-pagetop::before {
  content: '';
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 8px);
  width: 15px;
  height: 9px;
  background: url(../images/common/icon_pagetop.png) 50% 50% no-repeat;
  background-size: 15px 9px;
}

.c-breadcrumbs {
  padding-top: 20px;
}

.c-breadcrumbs span {
  font-size: 1.1rem;
  color: #6f6f6f;
}

.c-breadcrumbs > span:not(:first-child) {
  position: relative;
  margin-left: 18px;
}

.c-breadcrumbs > span:not(:first-child)::before {
  content: '>';
  position: absolute;
  top: -1px;
  left: -15px;
  font-size: 1.0rem;
  font-weight: 700;
}

.c-breadcrumbs a:hover {
  text-decoration: underline;
}

.c-pager {
  margin-top: 40px;
  text-align: center;
}

.c-pager .wp-pagenavi {
  list-style: none;
  font-size: 0;
  letter-spacing: 0;
}

.c-pager .wp-pagenavi a,
.c-pager .wp-pagenavi span {
  display: inline-block;
  min-width: 36px;
  margin: 0 4px;
  padding: 4px 0;
  border: 1px solid #c0bfbf;
  font-size: 1.2rem;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.c-pager .wp-pagenavi .pages {
  display: none;
}

.c-pager .wp-pagenavi .current {
  background: #c0bfbf;
}

.c-pager .wp-pagenavi .previouspostslink::before {
  content: '<';
  position: relative;
  right: 7px;
}

.c-pager .wp-pagenavi .nextpostslink::before {
  content: '>';
  position: relative;
  left: 7px;
}

.c-product-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -5px;
}

.c-product-item {
  width: calc(50% - 10px);
  margin: 10px 5px 0;
  text-align: center;
}

.c-product-item:hover,
.c-product-item-en:hover{
  text-decoration: none;
  color: inherit;
}

.c-product-item-link {
  display: block;
}

.c-product-item-image .more {
  display: none;
}

.c-product-item-en {
  margin-top: 15px;
  font-size: 1.3rem;
  font-family: "Cinzel", serif;
  line-height: 1.2;
}

.c-product-item-ja {
  margin-top: 3px;
  font-size: 1.1rem;
  color: #a7a7a7;
}

.c-product-item-price {
  margin-top: 8px;
  font-size: 1.2rem;
}

.c-product-item-price .price-text {
  display: none;
}

.c-news-list {
  list-style: none;
}

.c-news-item {
  border-bottom: 1px solid #ededed;
}

.c-news-item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 5px 10px;
}

.c-news-item-image {
  margin-top: 5px;
  width: 36%;
  max-width: 190px;
}

.c-news-item-image-inner {
  background: no-repeat 50% 50%;
  background-size: cover;
}

.c-news-item-image-inner::after {
  content: '';
  display: block;
  padding-bottom: 92.105%;
}

.c-news-item-image img {
  display: none;
}

.c-news-item-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 6px;
}

.c-news-item-date {
  margin-top: 5px;
  font-size: 1.1rem;
  color: #868686;
}

.c-news-item-date-new {
  margin-right: 5px;
  padding: 2px 5px 2px 6px;
  border-radius: 10px;
  background: #7e1083;
  font-size: 0.9rem;
  color: #fff;
}

.c-news-item-title {
  margin-top: 5px;
  font-size: 1.3rem;
}

.c-news-item-excerpt {
  margin-top: 5px;
  font-size: 1.1rem;
  color: #868686;
}

.c-news-item-more {
  margin: 10px 5px 0 0;
  font-size: 1.0rem;
  text-align: right;
}

.c-news-item-more span {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid #7e7977;
  background: #fff;
  color: #868686;
}

.c-page-header {
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Times New Roman", serif;
  font-size: 0;
}

.c-page-title {
  display: inline;
  font-size: 1.6rem;
  font-weight: 300;
}

.c-page-title.-en {
  font-size: 1.8rem;
  font-family: "Cinzel", serif;
}

.c-page-subtitle {
  display: block;
  margin-top: 5px;
  font-size: 1.1rem;
  font-weight: 300;
  color: #a7a7a7;
}

.section-title {
  position: relative;
  padding-left: 10px;
  font-size: 1.5rem;
}

.section-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: url(../images/guide/icon_title_01.gif) 0 0 repeat-y;
  background-size: 3px 3px;
}

.c-sns {
  list-style: none;
  font-size: 0;
}

.c-sns li {
  display: inline-block;
  font-size: 1.1rem;
}

.c-sns li:nth-child(1) a::before {
  background-image: url(../images/common/icon_instagram_01.png);
}

.c-sns li:nth-child(2) {
  margin-left: 30px;
}

.c-sns li:nth-child(2) a::before {
  left: 3px;
  width: 6px;
  background-image: url(../images/common/icon_facebook_01.png);
}

.c-sns a {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  text-decoration: none;
}

.c-sns a::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 12px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
 * Header
 */
#l-header{
  letter-spacing: normal;
}

/*
 * Footer
 */
footer.fs-l-footer{
  letter-spacing: normal;
  font-size: 1.6rem;
}


/*
 * Nav
 */
body.is-globalNav-open {
  position: fixed;
  width: 100vw;
}

body.is-globalNav-open .globalNav {
  right: 0;
}

body.is-globalNav-open .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}

.globalNav {
  position: fixed;
  top: 0;
  right: -255px;
  width: 245px;
  height: 100vh;
  padding: 20px 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.22);
          box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.22);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 10000;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.globalNav-trigger-01 {
  position: absolute;
  right: 12px;
  top: 6px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #6f6f6f;
  z-index: 1;
}

.globalNav-trigger-01 span {
  position: absolute;
  left: calc(50% - 7px);
  top: 17px;
  width: 14px;
  height: 2px;
  background-color: #fff;
}

.globalNav-trigger-01 span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.globalNav-trigger-01 span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.globalNav-login {
  position: relative;
  padding-left: 24px;
  font-size: 1.1rem;
}

.globalNav-login::before {
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  width: 18px;
  height: 18px;
  background: url(../images/common/icon_login.png) no-repeat;
  background-size: cover;
}

.globalNav-cart {
  margin-top: 32px;
  text-align: center;
}

.globalNav-cart a {
  position: relative;
  display: inline-block;
  padding: 10px 38px 10px 45px;
  border-radius: 50px;
  background-color: #6f6f6f;
  font-size: 1.2rem;
  color: #fff;
}

.globalNav-cart a::before {
  content: '';
  position: absolute;
  left: 16px;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  background: url(../images/common/icon_cart_white.png) no-repeat;
  background-size: cover;
}

.globalNav-list {
  list-style: none;
  margin: 20px -10px 0;
  border-bottom: 1px solid #ededed;
  background-color: #fafafa;
}

.globalNav-item {
  position: relative;
  border-top: 1px solid #ededed;
}

.globalNav-item-link {
  display: block;
  padding: 15px 10px;
}

.globalNav-item-link span {
  letter-spacing: .1em;
}

.globalNav-item-link span:nth-child(1) {
  display: block;
  margin-bottom: 2px;
  font-family: "Cinzel", serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #7e1083;
}

.globalNav-item-link span:nth-child(2) {
  display: inline-block;
  font-size: 1.2rem;
  color: #6f6f6f;
}

.globalNav-item-trigger {
  position: absolute;
  right: 0;
  top: 15px;
  width: 42px;
  height: 42px;
}

.globalNav-item-trigger span {
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 1px);
  display: inline-block;
  width: 14px;
  height: 2px;
  background-color: #6f6f6f;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.globalNav-item-trigger span:nth-child(2) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.globalNav-item.is-accordion-open .globalNav-item-trigger span:nth-child(2) {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.globalNav-item ul {
  list-style: none;
  display: none;
  padding: 0 10px;
  border-top: 1px solid #ededed;
  background-color: #fff;
}

.globalNav-item ul li:not(:first-child) {
  border-top: 1px solid #ededed;
}

.globalNav-item ul li a {
  position: relative;
  display: block;
  padding: 15px 0;
  font-size: 1.3rem;
}

.globalNav-item ul li a::before {
  content: '';
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  width: 6px;
  height: 10px;
  background: url(../images/common/icon_arrow-right_01_blue.png) no-repeat;
  background-size: cover;
}

.globalNav-close {
  margin-top: 32px;
  text-align: center;
}

.globalNav-trigger-02 {
  position: relative;
  padding: 10px 68px 10px 58px;
  border: 1px solid #b5b5b5;
  border-radius: 50px;
  letter-spacing: .1em;
  font-weight: 700;
  font-family: "Cinzel", serif;
  font-size: 1.5rem;
}

.globalNav-trigger-02 span {
  position: absolute;
  right: 15px;
  top: calc(50% - 9px);
  width: 16px;
  height: 16px;
}

.globalNav-trigger-02 span::before, .globalNav-trigger-02 span::after {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 16px;
  height: 2px;
  background-color: #241916;
}

.globalNav-trigger-02 span::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.globalNav-trigger-02 span::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.globalNav-sns {
  margin-top: 20px;
  text-align: center;
}

.globalNav-sns .c-sns li:nth-child(2) {
  margin-left: 22px;
}


.side-block:not(:first-child) {
  margin-top: 35px;
}

.side-block-title {
  padding: 5px 0 15px;
  font-size: 1.5rem;
  font-family: "Cinzel", serif;
}

.side-block-list {
  border-top: 1px solid #ededed;
  list-style: none;
}

.side-block-list li {
  position: relative;
  border-bottom: 1px solid #ededed;
  font-weight: 700;
}

.side-block-list li::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 2px;
  width: 6px;
  height: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_arrow-right_01_gray.png) 0 0 no-repeat;
  background-size: 6px 8px;
}

.side-block-list li a {
  display: block;
  padding: 15px 0;
}

/*
 * home
 */
.home-hero {
  position: relative;
  margin: 12px -10px 0;
  text-align: center;
}

.home-hero-inner {
  margin: 0;
}

.home-hero-slide-item a {
  display: block;
}

.home-hero .slick-arrow {
  position: absolute;
  top: calc(50% - 15px);
  z-index: 2;
  width: 20px;
  height: 30px;
  background-image: url(../images/home/icon_arrow_01.png);
  background-size: 20px 30px;
  font-size: 0;
  cursor: pointer;
}

.home-hero .slick-prev {
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.home-hero .slick-next {
  right: 0;
}

.home-hero .slick-dots {
  position: absolute;
  bottom: -20px;
  width: 100%;
  text-align: center;
  font-size: 0;
}

.home-hero .slick-dots li {
  display: inline-block;
  margin: 0 4px;
  vertical-align: top;
}

.home-hero .slick-dots li button {
  display: inline-block;
  width: 7px;
  height: 7px;
  border: none;
  border-radius: 50%;
  background: #d0d0d0;
  font-size: 0;
  vertical-align: top;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.home-hero .slick-dots li.slick-active button {
  background: #000;
}

.home-section-title {
  text-align: center;
  font-size: 0;
}

.home-section-title-main {
  font-size: 1.8rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
}

.home-section-title-sub {
  display: block;
  margin-top: 5px;
  font-size: 1.1rem;
  font-weight: 300;
  color: #a7a7a7;
  font-family: 'Noto Serif JP', serif;
}

.home-lineup {
  margin-top: 40px;
}

.home-news {
  margin-top: 40px;
}

.home-news .c-news-list {
  margin-top: 20px;
  border-top: 1px solid #ededed;
}

.home-news .c-news-item-link {
  height: 100%;
}

.home-instagram {
  margin-top: 40px;
}

.home-instagram-title {
  display: block;
  margin: 0;
  font-size: 1.7rem;
}

.home-instagram-follow {
  margin-top: 5px;
  text-align: center;
}

.home-instagram-follow a {
  position: relative;
  display: inline-block;
  padding: 7px 10px 6px 25px;
  border: 1px solid #7e1083;
  border-radius: 20px;
  font-size: 1.0rem;
  text-align: center;
  color: #7e1083;
}

.home-instagram-follow a::before, .home-instagram-follow a::after {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 10px;
  height: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: 0 0 no-repeat;
  background-size: cover;
}

.home-instagram-follow a::before {
  background-image: url(../images/common/icon_instagram_02.png);
}

.home-instagram-follow a::after {
  background-image: url(../images/common/icon_instagram_03.png);
  opacity: 0;
}

.home-instagram-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 10px -5px 0;
  text-align: center;
  list-style: none;
}

.home-instagram-item {
  width: calc(33.3333% - 10px);
  margin: 10px 5px 0;
}

.home-instagram-item a {
  display: block;
  padding-top: 100%;
  background-size: cover;
}

.home-instagram-item img {
  display: none;
}

.home-quality {
  margin-top: 40px;
  background: url(../images/home/bg_quality_small.jpg) 0 0 no-repeat;
  background-size: cover;
}

.home-quality .l-container {
  padding: 15px;
}

.home-quality-contents {
  max-width: 310px;
  margin: 0 auto;
  padding: 20px 15px 15px;
  background: rgba(255, 255, 255, 0.7);
}

.home-quality-title-main {
  display: block;
  margin: 0;
  font-size: 1.7rem;
}

.home-quality-title-sub {
  display: block;
  font-size: 1.2rem;
  color: #000;
}

.home-quality-text {
  margin-top: 10px;
}

.home-quality-more {
  margin-top: 10px;
  text-align: center;
}

.home-quality-more a {
  display: inline-block;
  padding: 10px 60px;
  background: #fff;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

/*
 * lineup
 */
.lineup-section {
  margin-top: 35px;
}

.lineup-section-title {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}

.lineup-section-title.js-accordion-trigger {
  cursor: pointer;
}

.lineup-section-title.js-accordion-trigger::after {
  content: '';
  position: absolute;
  top: calc(50% - 10px);
  right: 5px;
  width: 16px;
  height: 10px;
  background: url(../images/lineup/icon_arrow-bottom_01_gray.png) 0 0 no-repeat;
  background-size: cover;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.lineup-section.is-accordion-open .lineup-section-title.js-accordion-trigger::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.lineup-breadcrumbs,
.lineup-header {
  display: none;
}

.lineup-outline {
  position: relative;
  margin-bottom: 6rem;
}

.lineup-image-arrow {
  position: absolute;
  top: calc(50% - 15px);
  width: 16px;
  height: 29px;
  background: url(../images/lineup/icon_arrow-right_01_gray.png) no-repeat;
  background-size: cover;
  cursor: pointer;
  z-index: 2;
}

.lineup-image-arrow.-prev {
  left: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.lineup-image-arrow.-next {
  right: 0;
}

.lineup-image-item {
  outline: none;
}

.lineup-image-item-title {
  display: none;
}

.lineup-image-item-image {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 100%;
}

.lineup-image-item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lineup-image-item-image svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lineup-image-item-image path {
  fill: transparent;
  opacity: .75;
  cursor: pointer;
}

.lineup-image-item-image path.lining {
  fill: transparent;
  opacity: .47;
  cursor: pointer;
}

.lineup-image-item-image path.is-current-select {
  -webkit-animation: select-parts .6s ease-in-out;
          animation: select-parts .6s ease-in-out;
}

@-webkit-keyframes select-parts {
  0% {
    opacity: .75;
  }
  50% {
    opacity: .3;
  }
  100% {
    opacity: .75;
  }
}

@keyframes select-parts {
  0% {
    opacity: .75;
  }
  50% {
    opacity: .3;
  }
  100% {
    opacity: .75;
  }
}

.lineup-sample-trigger {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f1f0f0;
  font-size: 1.0rem;
  z-index: 1;
}

.lineup-sample-trigger span {
  position: relative;
  display: block;
  padding: 40px 6px 4px;
}

.lineup-sample-trigger span::before {
  content: '';
  position: absolute;
  left: calc(50% - 13px);
  top: 7px;
  width: 26px;
  height: 26px;
  background: url(../images/lineup/icon_sample.png) no-repeat;
  background-size: cover;
}

.lineup-sample {
  position: fixed;
  top: 50%;
  left: 50%;
  display: none;
  width: 90%;
  height: auto;
  padding: 12px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  text-align: center;
  z-index: 10000;
}

.lineup-sample-title {
  font-size: 1.5rem;
}

.lineup-sample p {
  font-size: 1.2rem;
  color: #bc022e;
}

.lineup-sample-list {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 20px -3px 0;
}

.lineup-sample-item {
  width: 25%;
  padding: 0 3px;
  font-size: 0;
}

.lineup-sample-item:nth-child(n + 5) {
  margin-top: 6px;
}

.lineup-sample-item a {
  display: block;
  border: 1px solid #eee;
}

.lineup-sample-item a img {
  width: 100%;
}

.lineup-sample-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
}

.lineup-customize-title {
  display: none;
}

.lineup-customize-title + p {
  display: none;
}

.lineup-customize-arrow {
  position: absolute;
  top: 0;
  width: 16px;
  height: 100%;
  border-radius: 8px;
  background: #ccc url(../images/common/icon_arrow-right_01_white.png) 50% 50% no-repeat;
  background-size: 7px 12px;
  cursor: pointer;
  z-index: 1;
}

.lineup-customize-arrow.-prev {
  left: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.lineup-customize-arrow.-next {
  right: 0;
}

.lineup-customize-list {
  padding: 0 25px;
}

.lineup-customize-item {
  outline: none;
}

.lineup-customize-item-header-inner {
  padding: 8px 0 10px;
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
}

.lineup-customize-item-count {
  display: inline-block;
}

.lineup-customize-item-count span:nth-child(2) {
  font-size: 1.4rem;
  font-weight: 300;
}

.lineup-customize-item-title {
  display: inline-block;
}

.lineup-customize-item-color-current {
  height: 16px;
  margin-top: 10px;
}

.lineup-customize-item-color-current-inner {
  display: none;
}

.lineup-customize-item-color-current-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lineup-customize-item-color-current span {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.lineup-customize-item-color-current p {
  margin: 0 8px 0 12px;
}

.lineup-customize-item-color-clear {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #e7e7e7;
}

.lineup-customize-item-color-clear::before, .lineup-customize-item-color-clear::after {
  content: '';
  position: absolute;
  left: calc(50% - 6px);
  top: calc(50% - 0.5px);
  width: 12px;
  height: 1px;
  background: #000;
}

.lineup-customize-item-color-clear::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.lineup-customize-item-color-clear::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.lineup-customize-item-color-contents {
  margin-top: 18px;
}

.lineup-customize-item-color-list {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 1px;
}

.lineup-customize-item-color-item {
  width: calc(20% - 14px);
  margin: 0 7px;
}

.lineup-customize-item-color-item:nth-child(n + 6) {
  margin-top: 14px;
}

.lineup-customize-item-color-item-button {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
}

.lineup-customize-item-color-item-button::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.lineup-customize-item-color-item-button.is-current::after {
  border: 2px solid #e6e5e5;
}

.lineup-customize-item.is-selected .lineup-customize-item-title {
  position: relative;
}

.lineup-customize-item.is-selected .lineup-customize-item-title::after {
  content: '✔';
  position: absolute;
  left: calc(100% + .5em);
}

.lineup-customize-clear {
  margin-top: 36px;
  text-align: center;
}

.lineup-customize-clear-button {
  position: relative;
  display: inline-block;
  padding: 0 12px 0 35px;
  height: 36px;
  border-radius: 18px;
  border: 1px solid #b3b2b2;
  font-size: 1.2rem;
}

.lineup-customize-clear-button::before {
  content: '';
  position: absolute;
  top: calc(50% - 7px);
  left: 14px;
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/lineup/icon_clear.png) no-repeat;
  background-size: cover;
}

.lineup-cart {
  margin: 15px -10px 0;
  padding: 20px 10px;
  background: #efefef;
}

.lineup-cart-title {
  text-align: center;
  font-size: 1.5rem;
}

.lineup-cart-deliveryComment {
  text-align: center;
  color: #bc022e;
}

.lineup-cart-deliveryComment.-laptop {
  display: none;
}

.lineup-cart-deliveryComment.-mobile {
  margin-top: 5px;
  font-size: 1.1rem;
}

.lineup-cart-contents {
  display: table;
  width: 100%;
  margin-top: 10px;
}

.lineup-cart-contents-column {
  display: table-cell;
  text-align: center;
  vertical-align: top;
}

.lineup-cart-contents-column-inner {
  display: inline-block;
  text-align: left;
}

.lineup-cart-price {
  font-size: 1.1rem;
}

.lineup-cart-price-name {
  display: none;
}

.lineup-cart-price-value {
  font-size: 1.8rem;
  font-weight: 700;
}

.lineup-cart-itemCode {
  margin-top: 5px;
  font-size: 1.0rem;
}

.lineup-cart-in {
  margin: 0 10px;
  text-align: center;
}

.lineup-cart-in-button {
  position: relative;
  display: inline-block;
  padding: 0 12px 0 34px;
  height: 32px;
  border-radius: 16px;
  border: 1px solid #cac8c8;
  background-color: #fff;
  font-size: 1.2rem;
  color: #000;
}

.lineup-cart-in-button::before, .lineup-cart-in-button::after {
  content: '';
  position: absolute;
  top: calc(50% - 7px);
  left: 10px;
  display: block;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: cover;
}

.lineup-cart-in-button::before {
  background-image: url(../images/common/icon_cart_gray.png);
}

.lineup-cart-in-button::after {
  background-image: url(../images/common/icon_cart_white.png);
  opacity: 0;
}

.lineup-cart-in-button[disabled] {
  border-color: #cac8c8;
  background-color: #cac8c8;
  color: #fff;
}

.lineup-cart-in-button[disabled]::before {
  opacity: 0;
}

.lineup-cart-in-button[disabled]::after {
  opacity: 1;
}

p.wrapping{
	font-size: 1.2rem;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	font-weight: bold;
}

p.wrapping + select{
	font-size: 1.2rem;
}

div.instagrampost{
	margin: 24px 0;
	font-size: 1.2rem;
}

div.instagrampost p{
	margin-bottom: 0.5em;
	font-weight: bold;
}
div.instagrampost input{
	vertical-align: middle;
}

.lineup-nameOnServiceForm {
  margin-top: 30px;
  padding: 20px 15px;
  border: 3px solid #eee;
}

.lineup-nameOnServiceForm-title {
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.5rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
}

.lineup-nameOnServiceForm-title span:nth-child(2) {
  display: none;
}

.lineup-nameOnServiceForm-more {
  display: none;
}

.lineup-nameOnServiceForm p {
  font-size: 1.2rem;
}

.lineup-nameOnServiceForm-alert {
  color: #bc022e;
}

.lineup-nameOnServiceForm-alert::before {
  content: '※';
}

.lineup-nameOnServiceForm-input {
  margin: 12px 55px 0;
}

.lineup-nameOnServiceForm-input input {
  width: 100%;
  padding: 6px;
  border: 1px solid #eee;
  font-size: 1.6rem;
}

.lineup-nameOnService-title {
  margin-bottom: 20px;
}

.lineup-nameOnService p {
  font-size: 1.5rem;
}

.lineup-nameOnService-image {
  margin-top: 10px;
  text-align: center;
}

.lineup-detail-column {
  border: 1px solid #ededed;
}

.lineup-detail-column:not(first-child) {
  margin-top: 10px;
}

.lineup-detail-title {
  padding: 10px;
  background: #f6f5f5;
  text-align: center;
  font-weight: 700;
}

.lineup-detail-table {
  width: 100%;
}

.lineup-detail-table dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #ededed;
}

.lineup-detail-table dl dt {
  width: 30%;
  padding: 10px 0 10px 10px;
}

.lineup-detail-table dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
}

.lineup-relation-list {
  margin-top: 15px;
}

.lineup-relation-item {
  margin-top: 10px;
}

.lineup-relation-item a {
  display: block;
}

.lineup-relation-item img {
  width: 100%;
}

.lineup-free-lh-01 {
  text-align: center;
}

.lineup-free-lh-01 .text h3 {
  margin-top: 25px;
  font-size: 1.8rem;
  color: #926a0b;
}

.lineup-free-lh-01 .text p {
  margin-top: 10px;
  font-size: 1.2rem;
}

.lineup-free-lh-02 {
  margin-top: 30px;
  text-align: center;
}

.lineup-free-lh-02 p {
  margin-top: 35px;
  font-size: 1.2rem;
}

.lineup-free-lh-03 {
  margin: 0 auto 100px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .lineup-free-lh-03 {
    margin: 0 0 50px;
  }
}
.lineup-free-lh-03 .text h3 {
  font-size: 1.6rem;
}

.lineup-free-lh-03 .text p {
  margin-top: 10px;
  font-size: 1.2rem;
}

.lineup-free-lh-03 .image {
  margin-top: 25px;
}

.lineup-free-lh-04 {
  margin-top: 25px;
  text-align: center;
}

.lineup-free-lh-04 p {
  margin-top: 15px;
  font-size: 1.5rem;
}

/*
 * news
 */
.news-article-image {
  margin-top: 20px;
}

.news-article-body {
  margin-top: 20px;
}

/*
 * law
 */
.law-container {
  margin-top: 25px;
  padding: 0 10px;
  line-height: 1.5;
}

.law-container dl {
  padding: 13px 0 15px;
  border-bottom: 1px solid #e4e4e4;
}

.law-container dl a {
  text-decoration: underline;
}

.law-container dt {
  font-size: 1.3rem;
  font-weight: 700;
}

.law-container dd {
  margin-top: 5px;
  font-size: 1.2rem;
}

.law-container p:not(:first-child) {
  margin-top: 15px;
}

.law-container p span {
  font-weight: 700;
}

.law-container .web,
.law-container .tel,
.law-container .email {
  text-decoration: none;
}

/*
 * guide
 */
.guide-section-nav {
  padding-top: 15px;
  font-size: 0;
}

.guide-section-nav a {
  position: relative;
  display: inline-block;
  margin: 10px 5px 0;
  padding: 8px 18px;
  border: 1px solid #6f6f6f;
  border-radius: 20px;
  text-align: center;
  font-size: 1.2rem;
}

.guide-section-nav a::before, .guide-section-nav a::after {
  content: '';
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 3px;
  background-repeat: no-repeat;
  background-size: 5px 3px;
}

.guide-section-nav a::before {
  background-image: url(../images/guide/icon_arrow-bottom_02_black.png);
  opacity: 1;
  visibility: visible;
}

.guide-section-nav a::after {
  background-image: url(../images/guide/icon_arrow-bottom_02_white.png);
  opacity: 0;
  visibility: hidden;
}

.guide-section {
  margin-top: 30px;
  line-height: 1.5;
}

.guide-section p {
  margin-top: 10px;
}

.guide-section ul {
  margin-top: 10px;
  list-style: none;
}

.guide-section .guide-section-subtitle {
  font-size: 1.3rem;
}

.guide-section .guide-section-subtitle:first-of-type {
  margin-top: 7px;
}

.guide-section .guide-section-caution {
  font-weight: 700;
  color: #d51111;
}

.guide-section .red {
  color: #d51111;
}

.guide-section .circle01 {
  position: relative;
  display: block;
  padding-left: 15px;
}

.guide-section .circle01::before {
  content: '●';
  position: absolute;
  top: 0;
  left: 0;
}

.guide-section .note {
  position: relative;
  display: inline-block;
  padding-left: 15px;
}

.guide-section .note::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

.guide-section a {
  text-decoration: underline;
}

.guide-section .tel {
  text-decoration: none;
}

.guide-section-box01 {
  padding: 10px 10px 20px;
  border: 1px solid #bababa;
}

.guide-section-box01 h4 {
  font-size: 1.3rem;
  text-align: center;
}

.guide-section .guide-section-box02 {
  margin-top: 25px;
  padding: 10px 15px 8px;
  border: 1px solid #dfdede;
}

.guide-section .guide-section-box02 ul {
  margin-top: 0;
}

.guide-section .guide-section-box03 {
  margin-top: 10px;
  padding: 8px 20px 20px 8px;
  border: 1px solid #dfdede;
}

.guide-section .guide-section-box03-account-info {
  margin-top: 10px;
}

.guide-section .guide-section-box03-account-info dl {
  display: table;
  width: 100%;
}

.guide-section .guide-section-box03-account-info dl dt {
  display: table-cell;
  width: 25%;
}

.guide-section .guide-section-box03-account-info dl dd {
  display: table-cell;
}

.guide-section .guide-section-box03 ul {
  margin-top: 20px;
}

.guide-section .guide-section-box04 {
  margin-top: 10px;
  padding: 15px;
  border: 1px solid #e1e0e0;
}

.guide-section .guide-section-box04 p {
  margin-top: 0;
}

.guide-section .guide-section-box04 p span {
  font-weight: 700;
}

.guide-section .guide-section-box04 .address {
  margin-top: 10px;
}

.guide-section01 {
  margin-top: 40px;
}

.guide-section01 ol {
  list-style: none;
}

.guide-section01 li {
  position: relative;
  margin-top: 10px;
  padding-left: 20px;
  counter-increment: number;
}

.guide-section01 li::before {
  content: counter(number);
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  padding: 2px 3px 1px 4px;
  font-size: 1.1rem;
  color: #fff;
}

.guide-section01 .guide-section-box01 {
  margin-top: 20px;
}

.guide-section01 .guide-section-box01 p:first-child {
  margin-top: 0;
}

.guide-section01 .guide-section-box01 .red {
  font-weight: 700;
}

.guide-section02 p {
  margin-top: 10px;
}

.guide-section02 .guide-section-box01 {
  margin-top: 20px;
}

.guide-section02 .guide-section-box01 p:last-child {
  margin: 0;
}

.guide-section03 .guide-section-subtitle {
  margin-top: 25px;
}

.guide-section03 .guide-section-subtitle + p {
  margin-top: 7px;
}

.guide-section03 .guide-section-caution {
  margin-top: 25px;
}

.guide-section03 .guide-section-caution + p {
  margin-top: 0;
}

.guide-section03 .guide-section-box02 li {
  padding-left: 1em;
  text-indent: 1em;
}

.guide-section03 .guide-section-box02 span {
  font-weight: 700;
}

.guide-section03 .guide-section-box02-image {
  margin-top: 10px;
  text-align: center;
}

.guide-section03 .guide-section-box03 + .guide-section-caution {
  margin-top: 10px;
}

.guide-section04 .guide-section-subtitle {
  margin-top: 15px;
}

.guide-section04 .guide-section-subtitle + p {
  margin-top: 8px;
}

.guide-section04 .guide-section-caution {
  margin-top: 15px;
}

.guide-section04 .guide-section-caution + p {
  margin-top: 0;
}

.guide-section04 .circle02:first-of-type::before {
  top: 4px;
}

.guide-section04 .circle02 strong {
  font-size: 1.6rem;
}

.guide-section04 .receipt-list {
  margin-left: 10px;
  list-style: none;
}

.guide-section04 .receipt-list li {
  margin-top: 10px;
}

.guide-section04 .receipt-list li .receipt-item-title {
  font-weight: 700;
}

.guide-section04 .receipt-list li .receipt-item-text {
  display: inline-block;
  padding-left: 10px;
}

.guide-section04 .receipt-list li p {
  margin-top: 0;
}

.guide-section04 .guide-section-text p {
  margin-top: 10px;
}

.guide-section05 .guide-section-subtitle {
  margin-top: 15px;
}

.guide-section05 .guide-section-subtitle + p {
  margin-top: 5px;
}

.guide-section05 .guide-section-subheading,
.guide-section05 .guide-section-caution {
  margin-top: 10px;
}

.guide-section05 .guide-section-subheading + p,
.guide-section05 .guide-section-caution + p {
  margin-top: 0;
}

.guide-section05 .guide-section-subheading {
  font-weight: 700;
}

.guide-section05 .guide-section-text {
  margin-top: 5px;
}

/*
 * quality
 */
.quality-page-header {
  margin: 15px -10px 0;
}

.quality-section:first-child {
  margin-top: 40px;
}

.quality-section:not(:first-child) {
  margin-top: 50px;
}

.quality-section-title {
  padding-bottom: 5px;
  border-bottom: 1px solid #e7e7e7;
  font-size: 1.6rem;
  font-weight: 300;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Times New Roman", serif;
}

.quality-section-image {
  margin-top: 15px;
  text-align: center;
}

.quality-section-text {
  max-width: 700px;
  margin: 30px auto 0;
  line-height: 1.6;
}

.quality-section-text p:not(first-child) {
  margin-top: 15px;
}

/*
 * privacy
 */
.privacy-container {
  padding: 0 10px;
}

.privacy-container p {
  margin-top: 25px;
  font-size: 1.3rem;
}

.privacy-container ul {
  margin-top: 20px;
}

.privacy-container ul li {
  position: relative;
  margin-top: 15px;
  padding-left: 1.2em;
  line-height: 1.6;
  list-style: none;
}

.privacy-container ul li::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  border-radius: 50%;
  height: 6px;
  width: 6px;
  background: #6f6f6f;
}

.privacy-container ul li ul {
  margin-top: 15px;
}

.privacy-container ul li ul li {
  margin-top: 10px;
  padding: 0;
  word-wrap: break-word;
}

.privacy-container ul li ul li::before {
  content: none;
}

.privacy-container ul li:first-child {
  margin-top: 0;
}

/*
 * contact
 */
.contact-prologue {
  margin-top: 15px;
  line-height: 1.6;
}

.contact-prologue p br {
  display: none;
}

.contact-section {
  margin-top: 35px;
}

.contact-section .require {
  padding: 1px 3px;
  background: #b32222;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
}

.contact-section .section-title + p {
  margin-top: 20px;
}

.contact-section .contact-form {
  margin-top: 25px;
}

.contact-section .contact-form .require {
  margin-left: 8px;
}

.contact-section .contact-form-input {
  margin-top: 5px;
}

.contact-section .contact-form-input p {
  margin-top: 5px;
  font-size: 1.1rem;
}

.contact-section .contact-form .checkbox-input {
  display: none;
}

.contact-section .contact-form .mwform-checkbox-field-text {
  position: relative;
  margin-right: 20px;
  padding-left: 18px;
}

.contact-section .contact-form .mwform-checkbox-field-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #dfdfde;
  background: #ededed;
}

.contact-section .contact-form .checkbox-input:checked + .mwform-checkbox-field-text::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 10px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}

.contact-section .contact-form-row {
  padding-top: 20px;
}

.contact-section .contact-form-row:first-child {
  padding-top: 0;
}

.contact-section .contact-form-row .contact-form-label {
  font-weight: 700;
}

.contact-section .contact-form-row input[type="text"],
.contact-section .contact-form-row input[type="email"],
.contact-section .contact-form-row textarea {
  width: 100%;
  padding: 5px;
  border: 1px solid #dfdfde;
  background: #f5f5f4;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.contact-section .contact-form-row .error {
  display: block;
  margin-top: 5px;
  color: #b32222;
}

.contact-section .contact-form .contact-note {
  margin-top: 20px;
}

.contact-section .contact-button {
  margin-top: 40px;
  text-align: center;
}

.contact-section .contact-button button {
  padding: 10px 20px;
  border: 2px solid #0f0f0f;
  font-size: 1.2rem;
}

.contact-section .contact-button button span {
  position: relative;
  padding-left: 15px;
}

.contact-section .contact-button button span::before, .contact-section .contact-button button span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  height: 9px;
}

.contact-section .contact-button button span::before {
  background: url(../images/contact/icon_button_01.png) 0 0 no-repeat;
  opacity: 1;
  visibility: visible;
  background-size: 9px 9px;
}

.contact-section .contact-button button span::after {
  background: url(../images/contact/icon_button_02.png) 0 0 no-repeat;
  opacity: 0;
  visibility: hidden;
  background-size: 9px 9px;
}

.contact-section .contact-button .send,
.contact-section .contact-button .back {
  margin: 0 10px;
  padding: 10px 30px 10px 20px;
}

.contact-section .contact-button .send span,
.contact-section .contact-button .back span {
  padding-left: 20px;
}

.contact-section .contact-button .back span::before {
  background: url(../images/contact/icon_button_03.png) 0 0 no-repeat;
  opacity: 1;
  visibility: visible;
  background-size: 9px 9px;
}

.contact-section .contact-button .back span::after {
  background: url(../images/contact/icon_button_04.png) 0 0 no-repeat;
  opacity: 0;
  visibility: hidden;
  background-size: 9px 9px;
}

.contact-section .contact-button .send span::before {
  background: url(../images/contact/icon_button_05.png) 0 0 no-repeat;
  opacity: 1;
  visibility: visible;
  background-size: 9px 9px;
}

.contact-section .contact-button .send span::after {
  background: url(../images/contact/icon_button_06.png) 0 0 no-repeat;
  opacity: 0;
  visibility: hidden;
  background-size: 9px 9px;
}

.contact-section02 .contact-tel {
  margin-top: 15px;
  padding: 15px 0;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  text-align: center;
}

.contact-section02 .contact-tel a {
  position: relative;
  padding-left: 25px;
  font-size: 2.2rem;
  font-weight: 700;
}

.contact-section02 .contact-tel a::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 21px;
  background: url(../images/common/icon_tel_01.png) 0 0 no-repeat;
  background-size: 20px 21px;
}

.contact-section02 .contact-tel p {
  margin-top: 10px;
}

.mw_wp_form_confirm .contact-prologue {
  display: none;
}

.mw_wp_form_confirm .contact-section .section-title,
.mw_wp_form_confirm .contact-section .section-title + p {
  display: none;
}

.mw_wp_form_confirm .contact-section .contact-form-input .note {
  display: none;
}

.mw_wp_form_confirm .contact-section02 {
  display: none;
}

.u-inline {
  display: inline;
}

.u-inline.-laptop {
  display: none;
}

.u-m0 {
  margin: 0 !important;
}

.u-p0 {
  padding: 0 !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-pt0 {
  padding-top: 0 !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

.u-pr0 {
  padding-right: 0 !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-pb0 {
  padding-bottom: 0 !important;
}

.u-ml0 {
  margin-left: 0 !important;
}

.u-pl0 {
  padding-left: 0 !important;
}

.u-m10 {
  margin: 5px !important;
}

.u-p10 {
  padding: 5px !important;
}

.u-mt10 {
  margin-top: 5px !important;
}

.u-pt10 {
  padding-top: 5px !important;
}

.u-mr10 {
  margin-right: 5px !important;
}

.u-pr10 {
  padding-right: 5px !important;
}

.u-mb10 {
  margin-bottom: 5px !important;
}

.u-pb10 {
  padding-bottom: 5px !important;
}

.u-ml10 {
  margin-left: 5px !important;
}

.u-pl10 {
  padding-left: 5px !important;
}

.u-m20 {
  margin: 10px !important;
}

.u-p20 {
  padding: 10px !important;
}

.u-mt20 {
  margin-top: 10px !important;
}

.u-pt20 {
  padding-top: 10px !important;
}

.u-mr20 {
  margin-right: 10px !important;
}

.u-pr20 {
  padding-right: 10px !important;
}

.u-mb20 {
  margin-bottom: 10px !important;
}

.u-pb20 {
  padding-bottom: 10px !important;
}

.u-ml20 {
  margin-left: 10px !important;
}

.u-pl20 {
  padding-left: 10px !important;
}

.u-m30 {
  margin: 15px !important;
}

.u-p30 {
  padding: 15px !important;
}

.u-mt30 {
  margin-top: 15px !important;
}

.u-pt30 {
  padding-top: 15px !important;
}

.u-mr30 {
  margin-right: 15px !important;
}

.u-pr30 {
  padding-right: 15px !important;
}

.u-mb30 {
  margin-bottom: 15px !important;
}

.u-pb30 {
  padding-bottom: 15px !important;
}

.u-ml30 {
  margin-left: 15px !important;
}

.u-pl30 {
  padding-left: 15px !important;
}

.u-m40 {
  margin: 20px !important;
}

.u-p40 {
  padding: 20px !important;
}

.u-mt40 {
  margin-top: 20px !important;
}

.u-pt40 {
  padding-top: 20px !important;
}

.u-mr40 {
  margin-right: 20px !important;
}

.u-pr40 {
  padding-right: 20px !important;
}

.u-mb40 {
  margin-bottom: 20px !important;
}

.u-pb40 {
  padding-bottom: 20px !important;
}

.u-ml40 {
  margin-left: 20px !important;
}

.u-pl40 {
  padding-left: 20px !important;
}

.u-m50 {
  margin: 25px !important;
}

.u-p50 {
  padding: 25px !important;
}

.u-mt50 {
  margin-top: 25px !important;
}

.u-pt50 {
  padding-top: 25px !important;
}

.u-mr50 {
  margin-right: 25px !important;
}

.u-pr50 {
  padding-right: 25px !important;
}

.u-mb50 {
  margin-bottom: 25px !important;
}

.u-pb50 {
  padding-bottom: 25px !important;
}

.u-ml50 {
  margin-left: 25px !important;
}

.u-pl50 {
  padding-left: 25px !important;
}

.u-m60 {
  margin: 30px !important;
}

.u-p60 {
  padding: 30px !important;
}

.u-mt60 {
  margin-top: 30px !important;
}

.u-pt60 {
  padding-top: 30px !important;
}

.u-mr60 {
  margin-right: 30px !important;
}

.u-pr60 {
  padding-right: 30px !important;
}

.u-mb60 {
  margin-bottom: 30px !important;
}

.u-pb60 {
  padding-bottom: 30px !important;
}

.u-ml60 {
  margin-left: 30px !important;
}

.u-pl60 {
  padding-left: 30px !important;
}

.u-m70 {
  margin: 35px !important;
}

.u-p70 {
  padding: 35px !important;
}

.u-mt70 {
  margin-top: 35px !important;
}

.u-pt70 {
  padding-top: 35px !important;
}

.u-mr70 {
  margin-right: 35px !important;
}

.u-pr70 {
  padding-right: 35px !important;
}

.u-mb70 {
  margin-bottom: 35px !important;
}

.u-pb70 {
  padding-bottom: 35px !important;
}

.u-ml70 {
  margin-left: 35px !important;
}

.u-pl70 {
  padding-left: 35px !important;
}

.u-m80 {
  margin: 40px !important;
}

.u-p80 {
  padding: 40px !important;
}

.u-mt80 {
  margin-top: 40px !important;
}

.u-pt80 {
  padding-top: 40px !important;
}

.u-mr80 {
  margin-right: 40px !important;
}

.u-pr80 {
  padding-right: 40px !important;
}

.u-mb80 {
  margin-bottom: 40px !important;
}

.u-pb80 {
  padding-bottom: 40px !important;
}

.u-ml80 {
  margin-left: 40px !important;
}

.u-pl80 {
  padding-left: 40px !important;
}

.u-m90 {
  margin: 45px !important;
}

.u-p90 {
  padding: 45px !important;
}

.u-mt90 {
  margin-top: 45px !important;
}

.u-pt90 {
  padding-top: 45px !important;
}

.u-mr90 {
  margin-right: 45px !important;
}

.u-pr90 {
  padding-right: 45px !important;
}

.u-mb90 {
  margin-bottom: 45px !important;
}

.u-pb90 {
  padding-bottom: 45px !important;
}

.u-ml90 {
  margin-left: 45px !important;
}

.u-pl90 {
  padding-left: 45px !important;
}

.u-m100 {
  margin: 50px !important;
}

.u-p100 {
  padding: 50px !important;
}

.u-mt100 {
  margin-top: 50px !important;
}

.u-pt100 {
  padding-top: 50px !important;
}

.u-mr100 {
  margin-right: 50px !important;
}

.u-pr100 {
  padding-right: 50px !important;
}

.u-mb100 {
  margin-bottom: 50px !important;
}

.u-pb100 {
  padding-bottom: 50px !important;
}

.u-ml100 {
  margin-left: 50px !important;
}

.u-pl100 {
  padding-left: 50px !important;
}

@media screen and (min-width: 375px), print {
  .lineup-cart-deliveryComment.-mobile {
    font-size: 1.2rem;
  }
  .lineup-cart-price {
    font-size: 1.4rem;
  }
  .lineup-cart-price-value {
    font-size: 2.0rem;
  }
  .lineup-cart-itemCode {
    font-size: 1.2rem;
  }
  .lineup-cart-in {
    margin: 0 10px;
  }
  .lineup-cart-in-button {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px), print {
  a {
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
  }
  a:hover {
    opacity: .7;
  }
  .l-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .l-column.-main, .l-column.-side {
    margin-top: 50px;
  }
  .l-column.-side {
    padding: 0;
  }
  .c-pagetop {
    right: 20px;
    bottom: 20px;
    border-radius: 8px;
    width: 56px;
    height: 56px;
  }
  .c-pagetop::before {
    top: 14px;
  }
  .c-pagetop::after {
    content: attr(data-label);
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 100%;
    text-align: center;
    font-size: 1.1rem;
    color: #fff;
  }
  .c-pagetop:hover {
    border-color: #000;
    background: #000;
    text-decoration: none;
  }
  .c-breadcrumbs {
    padding-top: 40px;
  }
  .c-breadcrumbs > span:not(:first-child) {
    margin-left: 32px;
  }
  .c-breadcrumbs > span:not(:first-child)::before {
    top: 2px;
    left: -22px;
    font-size: 1.1rem;
  }
  .c-pager {
    margin-top: 80px;
  }
  .c-pager .wp-pagenavi a,
  .c-pager .wp-pagenavi span {
    min-width: 42px;
    padding: 6px 0;
  }
  .c-pager .wp-pagenavi a:hover {
    background: #c0bfbf;
    opacity: 1;
  }
  .c-product-list {
    margin: 0 -10px;
  }
  .c-product-item {
    position: relative;
    width: calc(33.3333% - 20px);
    margin: 30px 10px 0;
  }
  .c-product-item-link:hover {
    opacity: 1;
  }
  .c-product-item-image {
    position: relative;
  }
  .c-product-item-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
  .c-product-item-image .more {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 3;
    padding: 5px 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 1.1rem;
    color: #fff;
    opacity: 0;
    visibility: hidden;
  }
  .c-product-item-link:hover .c-product-item-image::after {
    opacity: 1;
    visibility: visible;
  }
  .c-product-item-link:hover .c-product-item-image .more {
    opacity: 1;
    visibility: visible;
  }
  .c-product-item-en {
    font-size: 1.6rem;
  }
  .c-product-item-ja {
    margin: 3px 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
    font-size: 1.2rem;
  }
  .c-product-item-price {
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .c-product-item-price .price-text {
    display: inline-block;
    margin-right: 10px;
    font-size: 1.1rem;
    font-weight: 300;
    color: #a7a7a7;
  }
  .c-news-item-link {
    position: relative;
    padding: 10px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  .c-news-item-link:hover {
    background: #f7f8f8;
    opacity: 1;
  }
  .c-news-item-image {
    margin-top: 0;
  }
  .c-news-item-text {
    margin-left: 15px;
  }
  .c-news-item-date {
    margin-top: 10px;
  }
  .c-news-item-date-new {
    margin-right: 8px;
    padding: 3px 10px 3px 10px;
  }
  .c-news-item-title {
    margin-top: 15px;
  }
  .c-news-item-excerpt {
    margin-top: 15px;
  }
  .c-news-item-more {
    margin: 20px 20px 0 0;
  }
  .c-news-item-more span {
    padding: 8px 20px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  .c-news-item-link:hover .c-news-item-more span {
    border-color: #7e1083;
    background: #7e1083;
    color: #fff;
  }
  .c-page-header {
    margin-top: 30px;
    padding-bottom: 25px;
  }
  .c-page-title {
    font-size: 2.2rem;
  }
  .c-page-title.-en {
    font-size: 2.2rem;
  }
  .c-page-subtitle {
    display: inline-block;
    margin-left: 10px;
    font-size: 1.3rem;
  }
  .section-title {
    padding-left: 20px;
    font-size: 1.8rem;
  }
  .section-title::before {
    width: 6px;
    background-size: 6px 6px;
  }
  .c-sns li {
    font-size: 1.2rem;
  }
  .c-sns li:nth-child(2) {
    margin: 0 0 0 20px;
  }
  .c-sns li:nth-child(2) a::before {
    left: 5px;
    width: 9px;
  }
  .c-sns a {
    padding-left: 26px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  .c-sns a::before {
    top: 0;
    width: 18px;
    height: 18px;
    background-size: auto 18px;
  }
  .c-sns a:hover {
    opacity: .6;
  }
  .globalHeader {
    position: relative;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }
  .globalHeader .logo {
    width: 180px;
  }
  .globalHeader .logo-image.-mobile {
    display: none;
  }
  .globalHeader .logo-image.-laptop {
    display: inline;
  }
  .globalHeader-nav-trigger {
    display: none;
  }
  .globalHeader-nav {
    display: block;
  }
  .globalHeader-subNav {
    list-style: none;
    position: absolute;
    right: 0;
    top: -19px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .globalHeader-subNav li {
    margin-left: 16px;
    font-size: 1.1rem;
  }
  .globalHeader-subNav-guide a {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 50px;
    background-color: #6f6f6f;
    color: #fff;
  }
  .globalHeader-subNav-cart a {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #6f6f6f;
  }
  .globalHeader-subNav-cart a img {
    position: absolute;
    left: calc(50% - 8px);
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
  }
  .globalHeader-mainNav {
    display: block;
    list-style: none;
    text-align: center;
    margin-top: 10px;
    font-size: 0;
  }
  .globalHeader-mainNav li {
    display: inline-block;
    margin: 0 30px;
    text-align: center;
  }
  .globalHeader-mainNav li a {
    display: inline-block;
    padding: 10px 0 0;
  }
  .globalHeader-mainNav li a span {
    letter-spacing: .1em;
  }
  .globalHeader-mainNav li a span:nth-child(1) {
    display: block;
    margin-bottom: 2px;
    font-family: "Cinzel", serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #000;
  }
  .globalHeader-mainNav li a span:nth-child(2) {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    font-size: 1.1rem;
    color: #6f6f6f;
  }
  .globalHeader-mainNav li a span:nth-child(2)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #7e1083;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .globalHeader-mainNav li a:hover {
    text-decoration: none;
  }
  .globalHeader-mainNav li a:hover span:nth-child(2)::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .globalNav {
    display: none;
  }
  .side-block-list li a:hover {
    background: #f7f8f8;
    opacity: 1;
  }
  .home-hero {
    margin: 30px 0 0;
  }
  .home-hero-inner {
    margin: 0 auto;
  }
  .home-hero .slick-arrow {
    top: calc(50% - 30px);
    width: 40px;
    height: 60px;
    background-size: 40px 60px;
  }
  .home-hero .slick-dots {
    bottom: -36px;
  }
  .home-hero .slick-dots li {
    margin: 0 5px;
  }
  .home-hero .slick-dots li button {
    width: 8px;
    height: 8px;
  }
  .home-section-title-main {
    margin-right: 10px;
    font-size: 2.0rem;
  }
  .home-section-title-sub {
    display: inline-block;
    font-size: 1.2rem;
  }
  .home-lineup {
    margin-top: 80px;
  }
  .home-news {
    margin-top: 80px;
  }
  .home-news .c-news-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 20px;
  }
  .home-news .c-news-item {
    width: 50%;
  }
  .home-news .c-news-item-text {
    margin-left: 10px;
  }
  .home-news .c-news-item-date {
    margin-top: 5px;
  }
  .home-news .c-news-item-title {
    margin-top: 10px;
  }
  .home-news .c-news-item-excerpt {
    margin-top: 5px;
  }
  .home-news .c-news-item-more span {
    padding: 5px 15px;
  }
  .home-instagram {
    margin-top: 80px;
  }
  .home-instagram-title {
    font-size: 2.0rem;
  }
  .home-instagram-follow {
    margin-top: 10px;
  }
  .home-instagram-follow a {
    padding: 10px 22px 7px 52px;
    font-size: 1.2rem;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  .home-instagram-follow a::before, .home-instagram-follow a::after {
    left: 22px;
    width: 20px;
    height: 20px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  .home-instagram-follow a:hover {
    background-color: #7e1083;
    color: #fff;
    opacity: 1;
  }
  .home-instagram-follow a:hover::before {
    opacity: 0;
  }
  .home-instagram-follow a:hover::after {
    opacity: 1;
  }
  .home-instagram-list {
    margin: 25px -10px;
  }
  .home-instagram-item {
    width: calc(16.6666% - 10px);
    margin: 0 5px;
  }
  .home-quality {
    margin-top: 80px;
  }
  .home-quality .l-container {
    padding: 60px;
  }
  .home-quality-contents {
    margin-right: 0;
    padding: 40px 30px 50px;
  }
  .home-quality-title-main {
    font-size: 2.4rem;
  }
  .home-quality-title-sub {
    font-size: 1.4rem;
  }
  .home-quality-text {
    margin-top: 30px;
  }
  .home-quality-more {
    margin-top: 20px;
  }
  .home-quality-more a:hover {
    background: #7e1083;
    color: #fff;
    opacity: 1;
  }
  .lineup-section {
    margin-top: 70px;
    padding: 0 15px;
  }

  .lineup-section-title {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 1.5rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
  }
  .lineup-breadcrumbs,
  .lineup-header {
    display: block;
  }
  .lineup-outline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 30px;
  }
  .lineup-outline-column.-left {
    width: calc(620 / 1200 * 100%);
  }
  .lineup-outline-column.-right {
    width: calc(500 / 1200 * 100%);
  }
  .lineup-image-arrow {
    top: calc(50% - 29px);
    width: 32px;
    height: 58px;
  }
  .lineup-image-item-title {
    display: block;
    text-align: center;
    letter-spacing: .1em;
    font-size: 1.8rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
  }
  .lineup-sample-trigger {
    display: none;
  }
  .lineup-sample {
    position: static;
    top: 0;
    left: 0;
    display: block !important;
    width: auto;
    margin-top: 25px;
    padding: 0;
    -webkit-transform: none;
            transform: none;
  }
  .lineup-sample-title {
    font-size: 1.6rem;
  }
  .lineup-sample p {
    margin-top: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
  }
  .lineup-sample-list {
    margin: 20px -10px 0;
  }
  .lineup-sample-item {
    padding: 0 10px;
  }
  .lineup-sample-item:nth-child(n + 5) {
    margin-top: 20px;
  }
  .lineup-sample-overlay {
    display: none;
  }
  .lineup-customize-title {
    display: block;
    text-align: center;
    font-size: 1.9rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
  }
  .lineup-customize-title + p {
    position: relative;
    display: block;
    margin-bottom: 6px;
    padding: 10px 0 25px;
    text-align: center;
    font-size: 1.4rem;
  }
  .lineup-customize-title + p::before, .lineup-customize-title + p::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #f4f4f4;
  }
  .lineup-customize-title + p::before {
    bottom: 3px;
  }
  .lineup-customize-title + p::after {
    bottom: 0;
  }
  .lineup-customize-arrow {
    display: none;
  }
  .lineup-customize-list {
    padding: 0;
  }
  .lineup-customize-item:last-child {
    border-bottom: 1px solid #f4f4f4;
  }
  .lineup-customize-item-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 12px 22px;
  }
  .lineup-customize-item:nth-child(even) .lineup-customize-item-header {
    background-color: #f9fafb;
  }
  .lineup-customize-item-header-inner {
    padding: 2px 0 0;
    border-bottom-width: 0;
    text-align: left;
    font-size: 1.5rem;
    font-weight: 300;
    cursor: pointer;
  }
  .lineup-customize-item-count {
    display: inline-block;
  }
  .lineup-customize-item-count span:nth-child(1) {
    position: relative;
    top: 1px;
    font-family: "Cinzel", serif;
    font-size: 1.8rem;
  }
  .lineup-customize-item-count span:nth-child(1)::after {
    content: '.';
    margin-right: .3em;
  }
  .lineup-customize-item-count span:nth-child(n + 2) {
    display: none;
  }
  .lineup-customize-item-title {
    font-size: 1.5rem;
  }
  .lineup-customize-item-color-current {
    height: 20px;
    margin-top: 0;
  }
  .lineup-customize-item-color-current p {
    margin: 0 8px 0 12px;
    font-size: 1.4rem;
  }
  .lineup-customize-item-color-clear {
    width: 20px;
    height: 20px;
  }
  .lineup-customize-item-color-contents {
    display: none;
    margin-top: 0;
    padding: 7px 0 26px;
  }
  .lineup-customize-item-color-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 calc(22px - 12px);
  }
  .lineup-customize-item-color-item {
    width: calc(20% - 24px);
    margin: 0 12px;
  }
  .lineup-customize-item-color-item-button {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 50%;
  }
  .lineup-customize-item-color-item-button::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .lineup-customize-item-color-item-button.is-current::after {
    border: 2px solid #e6e5e5;
  }
  .lineup-customize-item.is-open .lineup-customize-item-header-inner {
    color: #801384;
    cursor: default;
  }
  .lineup-customize-clear {
    margin-top: 24px;
  }
  .lineup-customize-clear-button {
    padding: 0 18px 0 42px;
    height: 44px;
    border-radius: 22px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .lineup-customize-clear-button:hover {
    background-color: #eee;
  }
  .lineup-customize-clear-button::before {
    top: calc(50% - 8px);
    left: 18px;
    width: 16px;
    height: 16px;
  }
  .lineup-cart {
    position: relative;
  }
  .lineup-cart::before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 10px;
    width: calc(100% - 20px);
    height: 6px;
    background-color: #c4c3c3;
  }
  .lineup-nameOnServiceForm {
    position: relative;
    margin-top: 45px;
    padding: 30px 20px;
    border: 3px solid #eee;
  }
  .lineup-nameOnServiceForm-title {
    margin-bottom: 5px;
    font-size: 1.6rem;
  }
  .lineup-nameOnServiceForm-title span:nth-child(1) {
    display: none;
  }
  .lineup-nameOnServiceForm-title span:nth-child(2) {
    display: block;
  }
  .lineup-nameOnServiceForm-title + p {
    text-align: center;
  }
  .lineup-nameOnServiceForm-more + p {
    position: relative;
    margin-top: 30px;
    padding-top: 33px;
    text-align: center;
  }
  .lineup-nameOnServiceForm-more + p::before, .lineup-nameOnServiceForm-more + p::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #eee;
  }
  .lineup-nameOnServiceForm-more + p::before {
    top: 0;
  }
  .lineup-nameOnServiceForm-more + p::after {
    top: 3px;
  }
  .lineup-nameOnServiceForm-alert {
    margin-top: 5px;
    text-align: center;
  }
  .lineup-nameOnServiceForm-input {
    margin: 20px 40px 0;
  }
  .lineup-nameOnServiceForm-input input {
    padding: 10px;
    border: 3px solid #cac8c8;
    font-size: 1.4rem;
  }
  .lineup-nameOnService-title {
    margin-bottom: 40px;
  }
  .lineup-nameOnService p {
    text-align: center;
    font-size: 1.9rem;
  }
  .lineup-nameOnService-image {
    margin-top: 20px;
  }
  .lineup-detail-contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .lineup-detail-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-top: 0;
  }
  .lineup-detail-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 20%;
    padding: 0;
  }
  .lineup-detail-table dl:first-child {
    border-top-width: 0;
  }
  .lineup-detail-table dl dt {
    padding: 15px 0 15px 15px;
  }
  .lineup-detail-table dl dd {
    padding: 15px;
  }
  .lineup-relation-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -5px;
  }
  .lineup-relation-item {
    width: calc(50% - 10px);
    margin: 0 5px;
  }
  .lineup-relation-item a:hover {
    margin: -3px;
    border: 3px solid #e9e9e9;
  }
  .lineup-free-lh-01 {
    position: relative;
    text-align: left;
  }
  .lineup-free-lh-01 .text {
    position: absolute;
    top: 25%;
    right: 40px;
  }
  .lineup-free-lh-01 .text h3,
  .lineup-free-lh-01 .text p {
    text-shadow: 0 0 5px #ffffbe;
  }
  .lineup-free-lh-01 .text h3 {
    font-size: 2.4rem;
  }
  .lineup-free-lh-01 .text p {
    font-size: 1.4rem;
  }
  .lineup-free-lh-02 {
    position: relative;
    margin-top: 10px;
    text-align: left;
  }
  .lineup-free-lh-02 p {
    position: absolute;
    top: 13%;
    left: 20px;
    font-size: 1.3rem;
  }
  .lineup-free-lh-03 {
    position: relative;
    margin-top: 30px;
    text-align: left;
  }
  
  .lineup-free-lh-03 .text {
    position: absolute;
    top: 30%;
    left: 20px;
  }
  .lineup-free-lh-03 .text h3 {
    font-family: "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Times New Roman", serif;
    font-size: 2.4rem;
  }
  .lineup-free-lh-03 .text p {
    margin-top: 15px;
    font-size: 1.4rem;
  }
  .lineup-free-lh-03 .image {
    margin-top: 0;
    text-align: right;
  }
  .lineup-free-lh-04 {
    margin-top: 70px;
  }
  .lineup-free-lh-04 p {
    margin-top: 45px;
    font-size: 2.0rem;
  }
  .lineup-free-lh-04 p {
    margin-top: 70px;
    font-size: 2.4rem;
  }
  .news-article-image {
    margin-top: 40px;
  }
  .news-article-body {
    margin-top: 40px;
    font-size: 1.4rem;
  }
  .law-container {
    max-width: 800px;
    margin: 45px auto 0;
  }
  .law-container dl {
    display: table;
    width: 100%;
    padding: 15px 0 16px;
  }
  .law-container dt,
  .law-container dd {
    display: table-cell;
  }
  .law-container dt {
    width: 33%;
    font-size: 1.4rem;
  }
  .law-container dd {
    font-size: 1.3rem;
  }
  .law-container p:nth-child(n) {
    margin-top: 20px;
  }
  .law-container p:first-child {
    margin-top: 10px;
  }
  .law-container p:last-child {
    margin-bottom: 10px;
  }
  .law-container .tel {
    pointer-events: none;
  }
  .guide-section-nav {
    max-width: 1040px;
    padding: 10px 20px 0;
    margin: 0 auto;
    text-align: center;
  }
  .guide-section-nav a {
    margin: 15px 5px 0;
    padding: 14px 43px 12px 40px;
    border-width: 2px;
    border-radius: 30px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    font-size: 1.3rem;
  }
  .guide-section-nav a::before, .guide-section-nav a::after {
    right: 12px;
    width: 10px;
    height: 6px;
    background-size: 10px 6px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  .guide-section-nav a:hover {
    background: #6f6f6f;
    color: #fff;
  }
  .guide-section-nav a:hover::before {
    opacity: 0;
    visibility: hidden;
  }
  .guide-section-nav a:hover::after {
    opacity: 1;
    visibility: visible;
  }
  .guide-section {
    max-width: 800px;
    margin: 60px auto 0;
  }
  .guide-section p {
    margin-top: 20px;
    font-size: 1.3rem;
  }
  .guide-section ul {
    margin-top: 12px;
  }
  .guide-section .guide-section-subtitle {
    font-size: 1.4rem;
  }
  .guide-section .guide-section-subtitle:first-of-type {
    margin-top: 12px;
  }
  .guide-section .guide-section-box01 {
    padding: 25px 25px 30px 30px;
    border-width: 2px;
  }
  .guide-section .guide-section-box01 h4 {
    font-size: 1.4rem;
  }
  .guide-section .guide-section-box02 {
    margin-top: 45px;
    padding: 20px 35px 16px;
  }
  .guide-section .guide-section-box03 {
    margin-top: 20px;
    padding: 20px 40px 40px 20px;
    font-size: 1.3rem;
  }
  .guide-section .guide-section-box03-account {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .guide-section .guide-section-box03-account-image {
    margin-right: 30px;
  }
  .guide-section .guide-section-box03-account-info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 5px;
    font-size: 1.3rem;
  }
  .guide-section .guide-section-box03-account-info dl dt {
    width: 100px;
  }
  .guide-section .guide-section-box03 ul {
    margin-top: 30px;
  }
  .guide-section .guide-section-box04 {
    margin-top: 20px;
    padding: 30px;
  }
  .guide-section .guide-section-box04 .address {
    margin-top: 20px;
  }
  .guide-section .circle01 {
    padding-left: 20px;
  }
  .guide-section .tel {
    pointer-events: none;
  }
  .guide-section01 {
    margin-top: 60px;
  }
  .guide-section01 p:first-child {
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .guide-section01 .guide-section-subtitle:first-of-type {
    margin-top: 18px;
  }
  .guide-section01 li {
    margin-top: 20px;
    padding-left: 30px;
    font-size: 1.3rem;
  }
  .guide-section01 li::before {
    padding: 2px 5px 1px 6px;
    font-size: 1.2rem;
  }
  .guide-section01 .guide-section-box01 {
    margin-top: 40px;
  }
  .guide-section02 p {
    margin-top: 20px;
  }
  .guide-section02 .guide-section-box01 {
    margin-top: 40px;
  }
  .guide-section03 .guide-section-subtitle {
    margin-top: 50px;
  }
  .guide-section03 .guide-section-subtitle + p {
    margin-top: 14px;
  }
  .guide-section03 .guide-section-caution {
    margin-top: 50px;
  }
  .guide-section03 .guide-section-caution-text {
    margin-top: 20px;
  }
  .guide-section03 .guide-section-box03 + .guide-section-caution {
    margin-top: 20px;
  }
  .guide-section04 .guide-section-subtitle {
    margin-top: 30px;
  }
  .guide-section04 .guide-section-subtitle + p {
    margin-top: 12px;
  }
  .guide-section04 .guide-section-caution {
    margin-top: 30px;
  }
  .guide-section04 .circle02:first-of-type::before {
    top: 5px;
  }
  .guide-section04 .circle02 strong {
    font-size: 1.8rem;
  }
  .guide-section04 .receipt-list {
    margin-left: 15px;
  }
  .guide-section04 .receipt-list li {
    margin-top: 15px;
  }
  .guide-section04 .guide-section-text p {
    margin-top: 20px;
  }
  .guide-section05 .guide-section-subtitle {
    margin-top: 30px;
  }
  .guide-section05 .guide-section-subtitle + p {
    margin-top: 8px;
  }
  .guide-section05 .guide-section-subheading,
  .guide-section05 .guide-section-caution {
    margin-top: 20px;
  }
  .guide-section05 .guide-section-text {
    margin-top: 10px;
  }
  .quality-page-header {
    margin: 30px 0 0;
  }
  .quality-section:first-child {
    margin-top: 80px;
  }
  .quality-section:not(:first-child) {
    margin-top: 120px;
  }
  .quality-section-title {
    padding-bottom: 18px;
    font-size: 2.2rem;
    text-align: center;
  }
  .quality-section-image {
    margin-top: 25px;
  }
  .quality-section-text {
    margin: 60px auto 0;
  }
  .quality-section-text p:not(first-child) {
    margin-top: 20px;
  }
  .privacy-container {
    max-width: 820px;
  }
  .privacy-container p {
    margin-top: 40px;
  }
  .privacy-container ul {
    margin-top: 35px;
  }
  .privacy-container ul li {
    margin-top: 25px;
    padding-left: 2.0em;
  }
  .privacy-container ul li a:hover {
    opacity: 0.7;
  }
  .privacy-container ul li ul {
    margin-top: 20px;
  }
  .privacy-container ul li ul li {
    margin-top: 20px;
  }
  .contact-prologue {
    max-width: 700px;
    margin: 25px auto 0;
    text-align: center;
  }
  .contact-prologue p br {
    display: inline;
  }
  .contact-section {
    margin-top: 70px;
  }
  .contact-section-inner {
    max-width: 780px;
    margin: 0 auto;
  }
  .contact-section .section-title + p {
    margin-top: 45px;
    font-size: 1.3rem;
  }
  .contact-section .section-title + p .require {
    margin-right: 5px;
  }
  .contact-section .contact-form {
    margin-top: 40px;
  }
  .contact-section .contact-form .require {
    margin-left: 15px;
  }
  .contact-section .contact-form-input {
    margin-top: 5px;
  }
  .contact-section .contact-form-input p {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .contact-section .contact-form .mwform-checkbox-field-text {
    margin-right: 35px;
    padding-left: 20px;
    font-size: 1.3rem;
  }
  .contact-section .contact-form .mwform-checkbox-field-text::before {
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
  }
  .contact-section .contact-form .checkbox-input:checked + .mwform-checkbox-field-text::after {
    top: 0;
    left: 5px;
    width: 5px;
    height: 12px;
  }
  .contact-section .contact-form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 0 25px;
    border-bottom: 1px solid #e4e4e4;
  }
  .contact-section .contact-form-row .contact-form-label {
    width: 230px;
    font-size: 1.3rem;
  }
  .contact-section .contact-form-row .contact-form-input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .contact-section .contact-form-row .contact-form-input .company-name,
  .contact-section .contact-form-row .contact-form-input .name,
  .contact-section .contact-form-row .contact-form-input .tel {
    max-width: 420px;
  }
  .contact-section .contact-form-row input[type="text"],
  .contact-section .contact-form-row input[type="email"],
  .contact-section .contact-form-row textarea {
    padding: 10px 5px;
  }
  .contact-section .contact-form .contact-note {
    margin-top: 35px;
    font-size: 1.3rem;
    text-align: center;
  }
  .contact-section .contact-button {
    margin-top: 80px;
  }
  .contact-section .contact-button button {
    width: 290px;
    padding: 19px 0 18px;
    font-size: 1.4rem;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  .contact-section .contact-button button span {
    padding-left: 30px;
  }
  .contact-section .contact-button button span::before, .contact-section .contact-button button span::after {
    width: 18px;
    height: 18px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  .contact-section .contact-button button span::before {
    background: url(../images/contact/icon_button_01.png) 0 0 no-repeat;
    opacity: 1;
    visibility: visible;
    background-size: 18px 18px;
  }
  .contact-section .contact-button button span::after {
    background: url(../images/contact/icon_button_02.png) 0 0 no-repeat;
    opacity: 0;
    visibility: hidden;
    background-size: 18px 18px;
  }
  .contact-section .contact-button button:hover {
    background: #6f6f6f;
    border-color: #6f6f6f;
    color: #fff;
  }
  .contact-section .contact-button button:hover span::before {
    opacity: 0;
    visibility: hidden;
  }
  .contact-section .contact-button button:hover span::after {
    opacity: 1;
    visibility: visible;
  }
  .contact-section .contact-button .send,
  .contact-section .contact-button .back {
    width: 180px;
    padding: 19px 0 18px;
  }
  .contact-section .contact-button .send span,
  .contact-section .contact-button .back span {
    padding-left: 30px;
  }
  .contact-section .contact-button .back span::before {
    background: url(../images/contact/icon_button_03.png) 0 0 no-repeat;
    opacity: 1;
    visibility: visible;
    background-size: 18px 18px;
  }
  .contact-section .contact-button .back span::after {
    background: url(../images/contact/icon_button_04.png) 0 0 no-repeat;
    opacity: 0;
    visibility: hidden;
    background-size: 18px 18px;
  }
  .contact-section .contact-button .send span::before {
    background: url(../images/contact/icon_button_05.png) 0 0 no-repeat;
    opacity: 1;
    visibility: visible;
    background-size: 20px 20px;
  }
  .contact-section .contact-button .send span::after {
    background: url(../images/contact/icon_button_06.png) 0 0 no-repeat;
    opacity: 0;
    visibility: hidden;
    background-size: 20px 20px;
  }
  .contact-section02 .contact-tel {
    margin-top: 25px;
    padding: 25px 0;
  }
  .contact-section02 .contact-tel a {
    padding-left: 50px;
    font-size: 3.0rem;
    pointer-events: none;
  }
  .contact-section02 .contact-tel a::before {
    top: 1px;
    width: 28px;
    height: 30px;
    background-size: 28px 30px;
  }
  .contact-section02 .contact-tel p {
    font-size: 1.3rem;
  }
  .u-inline.-mobile {
    display: none;
  }
  .u-inline.-laptop {
    display: inline;
  }
  .u-m0 {
    margin: 0 !important;
  }
  .u-p0 {
    padding: 0 !important;
  }
  .u-mt0 {
    margin-top: 0 !important;
  }
  .u-pt0 {
    padding-top: 0 !important;
  }
  .u-mr0 {
    margin-right: 0 !important;
  }
  .u-pr0 {
    padding-right: 0 !important;
  }
  .u-mb0 {
    margin-bottom: 0 !important;
  }
  .u-pb0 {
    padding-bottom: 0 !important;
  }
  .u-ml0 {
    margin-left: 0 !important;
  }
  .u-pl0 {
    padding-left: 0 !important;
  }
  .u-m10 {
    margin: 10px !important;
  }
  .u-p10 {
    padding: 10px !important;
  }
  .u-mt10 {
    margin-top: 10px !important;
  }
  .u-pt10 {
    padding-top: 10px !important;
  }
  .u-mr10 {
    margin-right: 10px !important;
  }
  .u-pr10 {
    padding-right: 10px !important;
  }
  .u-mb10 {
    margin-bottom: 10px !important;
  }
  .u-pb10 {
    padding-bottom: 10px !important;
  }
  .u-ml10 {
    margin-left: 10px !important;
  }
  .u-pl10 {
    padding-left: 10px !important;
  }
  .u-m20 {
    margin: 20px !important;
  }
  .u-p20 {
    padding: 20px !important;
  }
  .u-mt20 {
    margin-top: 20px !important;
  }
  .u-pt20 {
    padding-top: 20px !important;
  }
  .u-mr20 {
    margin-right: 20px !important;
  }
  .u-pr20 {
    padding-right: 20px !important;
  }
  .u-mb20 {
    margin-bottom: 20px !important;
  }
  .u-pb20 {
    padding-bottom: 20px !important;
  }
  .u-ml20 {
    margin-left: 20px !important;
  }
  .u-pl20 {
    padding-left: 20px !important;
  }
  .u-m30 {
    margin: 30px !important;
  }
  .u-p30 {
    padding: 30px !important;
  }
  .u-mt30 {
    margin-top: 30px !important;
  }
  .u-pt30 {
    padding-top: 30px !important;
  }
  .u-mr30 {
    margin-right: 30px !important;
  }
  .u-pr30 {
    padding-right: 30px !important;
  }
  .u-mb30 {
    margin-bottom: 30px !important;
  }
  .u-pb30 {
    padding-bottom: 30px !important;
  }
  .u-ml30 {
    margin-left: 30px !important;
  }
  .u-pl30 {
    padding-left: 30px !important;
  }
  .u-m40 {
    margin: 40px !important;
  }
  .u-p40 {
    padding: 40px !important;
  }
  .u-mt40 {
    margin-top: 40px !important;
  }
  .u-pt40 {
    padding-top: 40px !important;
  }
  .u-mr40 {
    margin-right: 40px !important;
  }
  .u-pr40 {
    padding-right: 40px !important;
  }
  .u-mb40 {
    margin-bottom: 40px !important;
  }
  .u-pb40 {
    padding-bottom: 40px !important;
  }
  .u-ml40 {
    margin-left: 40px !important;
  }
  .u-pl40 {
    padding-left: 40px !important;
  }
  .u-m50 {
    margin: 50px !important;
  }
  .u-p50 {
    padding: 50px !important;
  }
  .u-mt50 {
    margin-top: 50px !important;
  }
  .u-pt50 {
    padding-top: 50px !important;
  }
  .u-mr50 {
    margin-right: 50px !important;
  }
  .u-pr50 {
    padding-right: 50px !important;
  }
  .u-mb50 {
    margin-bottom: 50px !important;
  }
  .u-pb50 {
    padding-bottom: 50px !important;
  }
  .u-ml50 {
    margin-left: 50px !important;
  }
  .u-pl50 {
    padding-left: 50px !important;
  }
  .u-m60 {
    margin: 60px !important;
  }
  .u-p60 {
    padding: 60px !important;
  }
  .u-mt60 {
    margin-top: 60px !important;
  }
  .u-pt60 {
    padding-top: 60px !important;
  }
  .u-mr60 {
    margin-right: 60px !important;
  }
  .u-pr60 {
    padding-right: 60px !important;
  }
  .u-mb60 {
    margin-bottom: 60px !important;
  }
  .u-pb60 {
    padding-bottom: 60px !important;
  }
  .u-ml60 {
    margin-left: 60px !important;
  }
  .u-pl60 {
    padding-left: 60px !important;
  }
  .u-m70 {
    margin: 70px !important;
  }
  .u-p70 {
    padding: 70px !important;
  }
  .u-mt70 {
    margin-top: 70px !important;
  }
  .u-pt70 {
    padding-top: 70px !important;
  }
  .u-mr70 {
    margin-right: 70px !important;
  }
  .u-pr70 {
    padding-right: 70px !important;
  }
  .u-mb70 {
    margin-bottom: 70px !important;
  }
  .u-pb70 {
    padding-bottom: 70px !important;
  }
  .u-ml70 {
    margin-left: 70px !important;
  }
  .u-pl70 {
    padding-left: 70px !important;
  }
  .u-m80 {
    margin: 80px !important;
  }
  .u-p80 {
    padding: 80px !important;
  }
  .u-mt80 {
    margin-top: 80px !important;
  }
  .u-pt80 {
    padding-top: 80px !important;
  }
  .u-mr80 {
    margin-right: 80px !important;
  }
  .u-pr80 {
    padding-right: 80px !important;
  }
  .u-mb80 {
    margin-bottom: 80px !important;
  }
  .u-pb80 {
    padding-bottom: 80px !important;
  }
  .u-ml80 {
    margin-left: 80px !important;
  }
  .u-pl80 {
    padding-left: 80px !important;
  }
  .u-m90 {
    margin: 90px !important;
  }
  .u-p90 {
    padding: 90px !important;
  }
  .u-mt90 {
    margin-top: 90px !important;
  }
  .u-pt90 {
    padding-top: 90px !important;
  }
  .u-mr90 {
    margin-right: 90px !important;
  }
  .u-pr90 {
    padding-right: 90px !important;
  }
  .u-mb90 {
    margin-bottom: 90px !important;
  }
  .u-pb90 {
    padding-bottom: 90px !important;
  }
  .u-ml90 {
    margin-left: 90px !important;
  }
  .u-pl90 {
    padding-left: 90px !important;
  }
  .u-m100 {
    margin: 100px !important;
  }
  .u-p100 {
    padding: 100px !important;
  }
  .u-mt100 {
    margin-top: 100px !important;
  }
  .u-pt100 {
    padding-top: 100px !important;
  }
  .u-mr100 {
    margin-right: 100px !important;
  }
  .u-pr100 {
    padding-right: 100px !important;
  }
  .u-mb100 {
    margin-bottom: 100px !important;
  }
  .u-pb100 {
    padding-bottom: 100px !important;
  }
  .u-ml100 {
    margin-left: 100px !important;
  }
  .u-pl100 {
    padding-left: 100px !important;
  }
}

@media screen and (min-width: 1024px), print {
  .l-container.-two-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .l-container.-two-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .l-column.-main, .l-column.-side {
    margin-top: 70px;
  }
  .l-column.-main {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .l-column.-side {
    width: 280px;
    padding-left: 40px;
  }
  .c-product-list {
    margin: 0 -10px;
  }
  .c-product-item:nth-child(-n + 3) {
    margin-top: 20px;
  }
  .section-title {
    margin-left: -25px;
  }
  .globalHeader .logo {
    width: 204px;
  }
  .globalHeader-subNav {
    top: -27px;
  }
  .globalHeader-mainNav li {
    margin: 0 55px;
  }
  .home-section-title-sub {
    font-size: 1.3rem;
  }
  .home-section-title-sub.-en {
    font-size: 1.2rem;
  }
  .home-news {
    margin-top: 110px;
  }
  .home-news .c-news-item-text {
    margin-left: 15px;
  }
  .home-news .c-news-item-date {
    margin-top: 10px;
  }
  .home-news .c-news-item-title {
    margin-top: 20px;
  }
  .home-news .c-news-item-excerpt {
    margin-top: 10px;
  }
  .home-news .c-news-item-more {
    margin-top: 28px;
  }
  .home-news .c-news-item-more span {
    padding: 7px 20px 6px;
  }
  .home-instagram {
    margin-top: 120px;
  }
  .home-quality {
    margin-top: 120px;
    background-image: url(../images/home/bg_quality_large.jpg);
  }
  .home-quality-contents {
    max-width: 440px;
  }
  .home-quality-title-sub {
    margin-top: 10px;
  }
  .home-quality-more {
    margin-top: 40px;
    padding: 0 45px;
  }
  .home-quality-more a {
    padding: 15px 55px;
  }
  .lineup-sample-list {
    margin: 25px -15px 0;
  }
  .lineup-sample-item {
    padding: 0 15px;
  }
  .lineup-sample-item:nth-child(n + 5) {
    margin-top: 30px;
  }
  .lineup-cart {
    margin: 20px 0 0;
    padding: 18px 25px 18px 35px;
    background: #f7f7f7;
  }
  .lineup-cart-title {
    display: none;
  }
  .lineup-cart-deliveryComment {
    text-align: center;
    color: #bc022e;
  }
  .lineup-cart-deliveryComment.-laptop {
    display: block;
    font-size: 1.3rem;
  }
  .lineup-cart-deliveryComment.-mobile {
    display: none;
  }
  .lineup-cart-contents {
    margin-top: 15px;
  }
  .lineup-cart-price {
    font-size: 1.3rem;
  }
  .lineup-cart-price-name {
    display: inline-block;
  }
  .lineup-cart-price-value {
    font-size: 2.2rem;
  }
  .lineup-cart-itemCode {
    font-size: 1.2rem;
  }
  .lineup-cart-in {
    margin: 0;
  }
  .lineup-cart-in-button {
    padding: 0 20px 0 55px;
    height: 48px;
    border-radius: 24px;
    -webkit-box-shadow: 0 4px 0 0 #e4e4e4;
            box-shadow: 0 4px 0 0 #e4e4e4;
    font-size: 1.7rem;
  }
  .lineup-cart-in-button::before, .lineup-cart-in-button::after {
    top: calc(50% - 11px);
    left: 20px;
    width: 22px;
    height: 22px;
  }
  .lineup-relation-list {
    margin: 0 -10px;
  }
  .lineup-relation-item {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
  .lineup-free-lh-01 .text h3 {
    font-size: 3.6rem;
  }
  .lineup-free-lh-01 .text p {
    font-size: 2.0rem;
  }
  .lineup-free-lh-02 p {
    font-size: 1.4rem;
  }
  .lineup-free-lh-03 .text h3 {
    font-size: 3.0rem;
  }
  .lineup-free-lh-03 .text p {
    margin-top: 25px;
    font-size: 1.8rem;
  }
  .guide-section01 {
    margin-top: 75px;
  }
}

@media screen and (min-width: 1140px), print {
  .c-product-list {
    margin: 0 -35px;
  }
  .c-product-item {
    width: calc(33.3333% - 70px);
    margin: 40px 35px 0;
  }
  .c-product-item:nth-child(-n + 3) {
    margin-top: 30px;
  }
  .c-product-item-en {
    margin-top: 20px;
  }
  .c-product-item-ja {
    margin: 3px 25px 0;
    padding-bottom: 12px;
  }
  .c-product-item-price {
    margin-top: 13px;
  }
  .c-product-item-price .price-text {
    display: inline-block;
    margin-right: 10px;
    font-size: 1.1rem;
    font-weight: 300;
    color: #a7a7a7;
  }
  .home-hero {
    margin-top: 40px;
  }
  .home-lineup {
    margin-top: 110px;
  }
  .lineup-nameOnServiceForm-title {
    text-align: left;
  }
  .lineup-nameOnServiceForm-title + p {
    text-align: left;
  }
  .lineup-nameOnServiceForm-more {
    position: absolute;
    right: 28px;
    top: 25px;
    display: block;
  }
  .lineup-nameOnServiceForm-more a {
    position: relative;
    display: inline-block;
    padding: 10px 30px 10px 48px;
    border: 1px solid #eee;
    border-radius: 50px;
  }
  .lineup-nameOnServiceForm-more a::before {
    content: '';
    position: absolute;
    left: 12px;
    top: calc(50% - 6px);
    width: 12px;
    height: 12px;
    background: url(../images/lineup/icon_name-on-service.png) no-repeat;
    background-size: cover;
  }
  .lineup-nameOnServiceForm-more a span {
    display: block;
  }
  .lineup-nameOnServiceForm-more a span:nth-child(1) {
    font-size: 1.3rem;
  }
  .lineup-nameOnServiceForm-more a span:nth-child(2) {
    font-size: 1.0rem;
  }
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

@media screen and (max-width: 767px), print {
  .lineup-customize-item-color-contents {
    display: block !important;
  }
}
/* 商品詳細ページ　素材についてCSS追加
************************************/
.material_img {
  margin-bottom: 4rem;
}
@media screen and (max-width: 599px){
  .material_img {
    margin-bottom: 2rem;
  }
}
.lineup-free-lh-03 > div {
  width: 90%;
  margin: 0 auto 8rem;
}
@media screen and (max-width: 599px){
  .lineup-free-lh-03 > div {
    width: 94%;
    margin: 0 auto 6rem;
  }  
}
.lineup-free-lh-03 div h3 {
  font-size: 2.4rem;
  letter-spacing: 0.6rem;
  line-height: 1.6;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  padding-bottom: 2.0rem;
  border-bottom: solid 2px #999;
  margin-bottom: 1.8rem;
}
.lineup-free-lh-03 div p {
  font-size: 1.6rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  line-height: 3.4rem;
  margin-bottom: 2.0rem;
}
@media screen and (max-width: 599px){
  .lineup-free-lh-03 div h3 {
    font-size: 2.0rem;
    letter-spacing: 0.3rem;
  }
  .lineup-free-lh-03 div p {
    text-align: left;
  }
}
.lineup-free-lh-03 div p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1180px){
  .lineup-free-lh-03 div p br {
    display: none;
  }
}
.special_note {
  width: 90%;
  font-size: 1.4rem!important;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  Meiryo, メイリオ, Helvetica, Arial, sans-serif!important;
  background-color: #fafafa;
  letter-spacing: 0!important;
  margin-left: 5%;
  padding: 3rem;
}
.special_note a {
  text-decoration: underline!important;
}
.special_note a:hover {
  text-decoration: none!important;
}
.special_note span {
  display: block;
  font-weight: 700;
}
@media screen and (max-width: 599px){
  .special_note {
    width: 100%;
    margin: 0 auto;
    padding: 2rem;
  }
  .special_note br {
    display: block!important;
  }
}
.anti_virus_list,
.anti_virus_list li {
  list-style-type: none;
  font-size: 1.4rem!important;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  Meiryo, メイリオ, Helvetica, Arial, sans-serif!important;
  letter-spacing: 0!important;
}
.anti_virus_list {
  width: 90%;
  margin-left: 5%;
  padding: 3rem;
}
.anti_virus_list li {
  text-align: left!important;
  margin-bottom: 1rem;
  text-indent: -3.2rem;
  padding-left: 3.2rem;
}
@media screen and (max-width: 599px){
  .anti_virus_list {
    width: 100%;
    margin: 0 auto;
    padding: 2rem;
  } 
  .anti_virus_list li {
    line-height: 1.8;
  }
}
/* 商品詳細ページ　SIAA
************************************/
.siaa_wrap {
  width: 90%;
  margin: 0 auto 3rem;
  display: flex;
  justify-content: space-between;
}
.siaa_wrap > div {
  width: 46%;
}
.siaa_logo {
  display: block;
  width: 50%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px){
  .siaa_wrap {
    width: 100%;
    margin: 0 auto 3rem;
    flex-direction: column;
    justify-content: flex-start;
  }
  .siaa_wrap > div {
    width: 100%;
  }
  .siaa_wrap > div:first-child {
    margin-bottom: 3rem;
  }
  .siaa_logo {
    display: block;
    width: 50%;
    margin: 0 auto 2rem;
  }
}
.siaa_wrap table {
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0;
  border: solid 1px #241916;
  margin-bottom: 2rem;
}
.siaa_wrap table tr,
.siaa_wrap table th,
.siaa_wrap table td {
  font-weight: normal;
  padding: 0.5rem 1rem;
}
.siaa_wrap table tr{
  border-bottom: solid 1px #241916;
}
.siaa_wrap table th{
  text-align: left;
}
.siaa_wrap table td{
  width: 50%;
  border-left: solid 1px #241916;
  text-align: center;
}
@media screen and (max-width: 599px){
  .siaa_wrap table td{
    width: 40%;
    white-space: nowrap;
  }
}
.siaa_wrap table tr:nth-child(2) td {
  text-align: left;
}
.siaa_anti_virus table tr:first-of-type th {
  background-color: #dd5742;
  color: #FFF;
}
.siaa_anti_bacterial table tr:first-of-type th {
  background-color: #63b357;
  color: #FFF;
}
.siaa_wrap table+p {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.6;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  Meiryo, メイリオ, Helvetica, Arial, sans-serif!important;
}
#js-lineup-sample-trigger {
  display: none!important;
}
/* 商品詳細ページ　名入れ情報
************************************/
.custom_naire_info {
  font-size: 15px!important;
  line-height: 1.8;
  letter-spacing: 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 599px){
  .custom_naire_info {
    width: 90%;
    margin: 0 auto 80px;
    font-size: 14px!important;
    line-height: 2.2;
  }
}
.custom_naire_info > img {
  border: solid 1px #d0d0d0;
  padding-top: 3rem;
}
.custom_naire_info p {
  margin-bottom: 3rem;
}
@media screen and (max-width: 599px){
  .custom_naire_info p {
    margin-bottom: 2rem;
  }
}
.custom_naire_btn {
  color: #FFF;
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  text-align: center;
  background-color: #171717;
  border-radius: 50px;
  white-space: nowrap;
  display: block;
  width: fit-content;
  margin:  20px auto 30px;
  padding: 2rem 4rem;
  cursor: pointer;
  transition: .3s;
}
@media screen and (max-width: 599px){
  .custom_naire_btn {
    font-size: 16px;
    white-space: normal;
    padding: 1.8rem 2.8rem;
  }
}
@media screen and (max-width: 322px){
  .custom_naire_btn {
    padding: 1.8rem 2rem;
  }
}
.custom_naire_btn:hover {
  background-color: #6f6f6f;
}
.custom_naire_btn:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #FFF;
  padding-left: 1rem;
}
.custom_naire_btn.open:after {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #FFF;
  padding-left: 1rem;
}
.custom_naire_btn + div {
  display: none;
}
.naire_mojisu {
  font-size: 20px;
  font-weight: bold;
  color: #FF0004;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px){
  .naire_mojisu {
    font-size: 17px;
    line-height: 1.6;
  }
}
/*ご注文から発送までの納期テーブル
******************************************/
#custom_order_about_haisou {
  max-width: 800px;
  margin: 40px auto 0;
  padding: 2%;
}
#custom_order_about_haisou h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 800px){
  #custom_order_about_haisou {
    width: 100%;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 599px){
  #custom_order_about_haisou h3 {
    font-size: 1.8rem;
  }
}
#custom_order_about_haisou table{
  width: 100%;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  Meiryo, メイリオ, Helvetica, Arial, sans-serif!important;
  border-collapse: collapse;
  margin-bottom: 2rem;
}
#custom_order_about_haisou table * {
  font-size: 1.4rem;
  letter-spacing: 0;
}
#custom_order_about_haisou table tr{
  border-bottom: solid 2px white;
}
#custom_order_about_haisou table tr:last-child{
  border-bottom: none;
}
#custom_order_about_haisou table th{
  font-weight: normal;
  position: relative;
  text-align: left;
  width: 50%;
  background-color: #254280;
  color: white;
  text-align: center;
  padding: 10px;
}
#custom_order_about_haisou table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #254280;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
#custom_order_about_haisou table td{
  text-align: left;
  width: 50%;
  text-align: center;
  background-color: #FFF;
  border-bottom: solid 2px #eee;
  padding: 10px;
}
#custom_order_about_haisou table th.footer_haisou_title:after {
  border: none;
}
#custom_order_about_haisou  table + p {
  font-size: 1.3rem;
}
.custom_order_haisou_juyo {
  position: relative;
  border: 3px double #da4033;
  border-radius: 5px;
  margin: 3rem 0 0;
  padding: 3rem;
}
.custom_order_haisou_juyo:before {
  content: "重要！";
  position: absolute;
  background-color: #FFF;
  color: #da4033;
  font-weight: bold;
  left: 2rem;
  top: -2rem;
  padding: 1rem;
}
.custom_order_haisou_juyo p {
  font-size: 1.4rem;
}
.custom_order_haisou_juyo span {
  display: block;
  font-weight: bold;
}
/*ハッシュタグキャンペーン
******************************************/
.order_campaign_txt {
  display: block;
  width: 94%;
  margin: 1.5rem auto 1rem;
  font-size: 1.4rem;
  line-height: 2.2;
}
