@charset "UTF-8";
/****************************************************
 * Stylesheet
 *
 * 1.リセット
 * 2.共通設定
 * 3.レイアウト設定
 * 4.テンプレートスタイル
 * 5.コンテンツスタイル
 * 6.装飾
 * 7.印刷用調整
 * 
 ****************************************************/
/****************************************************
 * 1.リセット
 ****************************************************/
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  color: #000;
  background: #FFF;
  line-height: 1.5;
}

*, *::before, *::after {
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}

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

fieldset, img, svg {
  border: 0;
}

address, caption, cite, dfn, em, strong, th {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

abbr {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

input[type=submit], input[type=button], input[type=reset] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  resize: vertical;
}

article, aside, footer, header, nav, section {
  display: block;
}

img, svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a, a:focus, a:hover {
  text-decoration: none;
  color: inherit;
  outline: none;
}

/****************************************************
 * 2.共通
 ****************************************************/
html {
  background-color: transparent;
  background-image: none;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
  color: #141414;
  scroll-behavior: smooth;
  scroll-padding-top: 10.4rem;
}
@media only screen and (max-width: 1099px) {
  html {
    font-size: 9px;
  }
}
@media only screen and (max-width: 780px) {
  html {
    height: 100%;
    scroll-padding-top: 7rem;
    font-size: 10px;
  }
}

body {
  font-size: 1.6rem;
  background-color: #FAFAFA;
}
@media only screen and (max-width: 780px) {
  body {
    font-size: 1.5rem;
    -webkit-text-size-adjust: 100%;
  }
}
body.home .container {
  padding-top: 0;
}

a {
  color: #141414;
}
a[href^="tel:"] {
  cursor: default;
}
a[href^="tel:"]:hover {
  text-decoration: none;
}

@media only screen and (max-width: 900px) {
  .pc {
    display: none !important;
  }
}

@media only screen and (max-width: 1279px) {
  .pc2 {
    display: none !important;
  }
}

@media only screen and (max-width: 780px) {
  .pc_tb {
    display: none !important;
  }
}

@media only screen and (min-width: 901px) {
  .tb_sp {
    display: none !important;
  }
}

@media only screen and (min-width: 781px) {
  .sp {
    display: none !important;
  }
}

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

.midashi01 {
  margin-bottom: 1.25em;
  font-family: "Shippori Mincho", serif;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.2;
}
@media only screen and (max-width: 780px) {
  .midashi01 {
    margin-bottom: 0.6em;
    font-size: 2.5rem;
    text-align: center;
  }
}
.midashi01 span {
  margin-top: 1em;
  font-size: 1.8rem;
  color: #C9C9C9;
  display: block;
}
@media only screen and (max-width: 780px) {
  .midashi01 span {
    margin-top: 0.5em;
    font-size: 1.6rem;
  }
}
.midashi01.center {
  text-align: center;
}
.midashi01.center span {
  margin-top: 0.8em;
}
@media only screen and (max-width: 780px) {
  .midashi01.center span {
    margin-top: 0.5em;
  }
}
.midashi01.white {
  color: #ffffff;
}
.midashi01.white span {
  color: #ffffff;
}

.btn01 {
  padding-right: 7.2rem;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .btn01 {
    font-size: 1.6rem;
    padding-right: 6.3rem;
  }
}
.btn01:before {
  width: 4.4rem;
  height: 1px;
  content: "";
  background-color: #DDDDDD;
  position: absolute;
  top: 51%;
  right: 0;
}
@media only screen and (max-width: 780px) {
  .btn01:before {
    width: 3.5rem;
  }
}
.btn01:after {
  width: 0.8rem;
  height: 0.8rem;
  margin-top: -0.4rem;
  content: "";
  background-color: #141414;
  border-radius: 50%;
  position: absolute;
  top: 51%;
  right: 3.6rem;
  transition: right 0.3s;
}
@media only screen and (max-width: 780px) {
  .btn01:after {
    width: 0.7rem;
    height: 0.7rem;
    margin-top: -0.35rem;
    right: 2.8rem;
  }
}
.btn01:hover:after {
  right: 0;
}
.btn02 {
  width: 23.5rem;
  padding: 1.6rem 10rem 1.5rem 2.4rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #ffffff !important;
  border: solid 1px #ffffff;
  border-radius: 0.4rem;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .btn02 {
    width: 34.2rem;
    max-width: 100%;
    padding: 2.4rem 6rem;
    font-size: 1.5rem;
    text-align: center;
  }
}
.btn02:before {
  width: 4.4rem;
  height: 1px;
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  right: 3rem;
}
@media only screen and (max-width: 780px) {
  .btn02:before {
    width: 3.5rem;
    right: 3.2rem;
  }
}
.btn02:after {
  width: 0.8rem;
  height: 0.8rem;
  margin-top: -0.4rem;
  content: "";
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 6.6rem;
  transition: right 0.3s;
}
@media only screen and (max-width: 780px) {
  .btn02:after {
    width: 0.7rem;
    height: 0.7rem;
    margin-top: -0.35rem;
    right: 6rem;
  }
}
.btn02:hover:after {
  right: 3rem;
}
.btn03 {
  width: 23.5rem;
  padding: 1.6rem 10rem 1.5rem 2.4rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #141414 !important;
  background-color: #ffffff;
  border: solid 1px #ffffff;
  border-radius: 0.4rem;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .btn03 {
    width: 34.2rem;
    max-width: 100%;
    padding: 2.4rem 6rem;
    font-size: 1.5rem;
    text-align: center;
  }
}
.btn03:before {
  width: 4.4rem;
  height: 1px;
  content: "";
  background-color: #DDDDDD;
  position: absolute;
  top: 50%;
  right: 3rem;
}
@media only screen and (max-width: 780px) {
  .btn03:before {
    width: 3.5rem;
    right: 3.2rem;
  }
}
.btn03:after {
  width: 0.8rem;
  height: 0.8rem;
  margin-top: -0.4rem;
  content: "";
  background-color: #141414;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 6.6rem;
  transition: right 0.3s;
}
@media only screen and (max-width: 780px) {
  .btn03:after {
    width: 0.7rem;
    height: 0.7rem;
    margin-top: -0.35rem;
    right: 6rem;
  }
}
.btn03:hover:after {
  right: 3rem;
}

.link01 .link_text {
  padding-right: 5rem;
  display: block;
  position: relative;
}
.link01 .link_text:before {
  width: 4.4rem;
  height: 1px;
  content: "";
  background-color: #DDDDDD;
  position: absolute;
  top: 0.75em;
  right: 0;
}
@media only screen and (max-width: 780px) {
  .link01 .link_text:before {
    width: 3.5rem;
  }
}
.link01 .link_text:after {
  width: 0.8rem;
  height: 0.8rem;
  margin-top: -0.4rem;
  content: "";
  background-color: #141414;
  border-radius: 50%;
  position: absolute;
  top: 0.75em;
  right: 3.6rem;
  transition: right 0.3s;
}
@media only screen and (max-width: 780px) {
  .link01 .link_text:after {
    width: 0.7rem;
    height: 0.7rem;
    margin-top: -0.35rem;
    right: 2.8rem;
  }
}
.link01:hover .link_text:after {
  right: 0;
}

.cta_block {
  color: #ffffff;
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width: 781px) {
  .cta_block {
    padding: 8.8rem 0;
    background-image: url("../img/cta_bg.jpg");
  }
}
@media only screen and (max-width: 780px) {
  .cta_block {
    padding: 4.8rem 0;
    background-image: url("../img/cta_bg_sp.jpg");
  }
}
@media only screen and (min-width: 781px) {
  .cta_block .inner {
    max-width: 1080px;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 781px) {
  .cta_block .text_area {
    width: calc(100% - 44rem);
    max-width: 50%;
    padding-top: 2.6rem;
    padding-right: 1em;
  }
}
@media only screen and (max-width: 780px) {
  .cta_block .text_area {
    margin-bottom: 2.5rem;
  }
}
.cta_block .text_area .midashi01 {
  margin-bottom: 1em;
  font-size: 3.4rem;
}
@media only screen and (max-width: 780px) {
  .cta_block .text_area .midashi01 {
    margin-bottom: 0.74em;
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 781px) {
  .cta_block .text_area .midashi01 span {
    margin-top: 1em;
  }
}
.cta_block .text_area p {
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 780px) {
  .cta_block .text_area p {
    text-align: center;
  }
}
@media only screen and (min-width: 781px) {
  .cta_block .btn_area {
    width: 44rem;
  }
}
.cta_block .btn_area .tel_num {
  min-height: 7.3rem;
  margin-bottom: 3.2rem;
  padding-top: 0.5rem;
  padding-left: 10rem;
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  letter-spacing: 0.07em;
  font-weight: 500;
  background-image: url("../img/icon_tel02.png");
  background-size: 7.2rem auto;
  background-repeat: no-repeat;
  background-position: left top;
}
.cta_block .btn_area .tel_num .num {
  letter-spacing: 0.19em;
  font-weight: 400;
}
.cta_block .btn_area .tel_num .num i {
  width: 7.5rem;
  font-style: normal;
  text-align: center;
  display: inline-block;
}
.cta_block .btn_area .tel_num .num span {
  margin-left: 0.5em;
  font-size: 2em;
  letter-spacing: 0.1em;
  display: inline-block;
  vertical-align: -0.2em;
}
@media only screen and (min-width: 781px) {
  .cta_block .btn_area .btn {
    text-align: right;
  }
}
@media only screen and (max-width: 780px) {
  .cta_block .btn_area .btn {
    text-align: center;
  }
  .cta_block .btn_area .btn + .btn {
    margin-top: 1.2rem;
  }
}
@media only screen and (min-width: 781px) {
  .cta_block .btn_area .btn .btn03 {
    width: 100%;
    padding: 3.2rem 14rem 3.2rem 7rem;
    font-size: 1.8rem;
    text-align: center;
  }
  .cta_block .btn_area .btn .btn03:before {
    right: 7rem;
  }
  .cta_block .btn_area .btn .btn03:after {
    right: 11.4rem;
  }
  .cta_block .btn_area .btn .btn03:hover:after {
    right: 7rem;
  }
}

.fix_contact {
  position: fixed;
  bottom: 13rem;
  right: 0;
  z-index: 90;
}
@media only screen and (max-width: 780px) {
  .fix_contact {
    width: 100%;
    bottom: 0;
    display: flex;
  }
}
@media only screen and (max-width: 780px) {
  .fix_contact .tel, .fix_contact .tel2 {
    width: 33.3333%;
    padding: 1.5rem 0;
    font-family: "Shippori Mincho", serif;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    background-color: #D3D3D3;
  }
  .fix_contact .tel:before, .fix_contact .tel2:before {
    width: 2rem;
    height: 2rem;
    content: "";
    background-image: url("../img/icon_tel01.png");
    background-size: cover;
    margin-right: 0.8rem;
    display: inline-block;
    vertical-align: -0.225em;
  }
}
@media only screen and (max-width: 780px) {
  .fix_contact .tel2 {
    background-color: #DDDDDD;
  }
}
.fix_contact .mail {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #ffffff;
  background-color: #141414;
}
@media only screen and (min-width: 781px) {
  .fix_contact .mail {
    width: 9.6rem;
    height: 9.6rem;
    padding-top: 2.3rem;
    font-size: 1.4rem;
    text-align: center;
    display: block;
    transition: background-color 0.3s;
  }
  .fix_contact .mail:hover {
    background-color: #2F2F2F;
  }
}
@media only screen and (max-width: 780px) {
  .fix_contact .mail {
    width: 50%;
    padding: 1.5rem 0;
    font-size: 1.5rem;
    text-align: center;
  }
}
.fix_contact .mail:before {
  content: "";
  background-image: url("../img/icon_mail01.png");
  background-size: cover;
}
@media only screen and (min-width: 781px) {
  .fix_contact .mail:before {
    width: 2.6rem;
    height: 2.6rem;
    margin: 0 auto;
    display: block;
  }
}
@media only screen and (max-width: 780px) {
  .fix_contact .mail:before {
    width: 2rem;
    height: 2rem;
    margin-right: 0.8rem;
    display: inline-block;
    vertical-align: -0.225em;
  }
}

/*フォームベース*/
.wpcf7-text, .input-text {
  width: 100%;
  padding: 0.75em;
  background-color: #ffffff;
  border: solid 1px #DDDDDD;
}
.wpcf7-text::-moz-placeholder, .input-text::-moz-placeholder {
  color: #C9C9C9;
}
.wpcf7-text::placeholder, .input-text::placeholder {
  color: #C9C9C9;
}

.wpcf7-textarea, .input-textarea {
  width: 100%;
  height: 16em;
  padding: 0.75em;
  background-color: #ffffff;
  border: solid 1px #DDDDDD;
}
@media only screen and (max-width: 780px) {
  .wpcf7-textarea, .input-textarea {
    height: 8em;
  }
}
.wpcf7-textarea::-moz-placeholder, .input-textarea::-moz-placeholder {
  color: #C9C9C9;
}
.wpcf7-textarea::placeholder, .input-textarea::placeholder {
  color: #C9C9C9;
}

.wpcf7-select, .input-select {
  width: 100%;
  padding: 0.75em;
  background-color: #ffffff;
  border: solid 1px #DDDDDD;
  background-image: url("../img/form_select_icon.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) center;
  background-size: 2rem auto;
}

.wpcf7-radio, .radio_group {
  margin-bottom: -1em;
  display: block;
  letter-spacing: -0.4em;
}
.wpcf7-radio > *, .radio_group > * {
  display: inline-block;
  letter-spacing: normal;
}
.wpcf7-radio > *, .radio_group > * {
  margin-right: 1em !important;
  margin-bottom: 1em !important;
}
.wpcf7-radio label input, .radio_group label input {
  visibility: hidden;
  position: absolute;
  left: -9999999px;
}
.wpcf7-radio label input:checked + span:after, .radio_group label input:checked + span:after {
  content: "";
}
.wpcf7-radio label input + span, .radio_group label input + span {
  padding-left: 4rem;
  display: inline-block;
  position: relative;
}
.wpcf7-radio label input + span:before, .radio_group label input + span:before {
  width: 2.4rem;
  height: 2.4rem;
  content: "";
  background-color: #ffffff;
  border: solid 1px #575757;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.wpcf7-radio label input + span:after, .radio_group label input + span:after {
  width: 1.4rem;
  height: 1.4rem;
  content: none;
  background-color: #000000;
  border-radius: 50%;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
}

.wpcf7-checkbox, .wpcf7-acceptance, .check_group {
  margin-bottom: -1em;
  display: block;
  letter-spacing: -0.4em;
}
.wpcf7-checkbox > *, .wpcf7-acceptance > *, .check_group > * {
  display: inline-block;
  letter-spacing: normal;
}
.wpcf7-checkbox > *, .wpcf7-acceptance > *, .check_group > * {
  margin-right: 1em !important;
  margin-bottom: 1em !important;
}
.wpcf7-checkbox label input, .wpcf7-acceptance label input, .check_group label input {
  visibility: hidden;
  position: absolute;
  left: -9999999px;
}
.wpcf7-checkbox label input:checked + span:after, .wpcf7-acceptance label input:checked + span:after, .check_group label input:checked + span:after {
  content: "";
}
.wpcf7-checkbox label input + span, .wpcf7-acceptance label input + span, .check_group label input + span {
  padding-left: 4rem;
  display: inline-block;
  position: relative;
}
.wpcf7-checkbox label input + span:before, .wpcf7-acceptance label input + span:before, .check_group label input + span:before {
  width: 2.4rem;
  height: 2.4rem;
  content: "";
  background-color: #ffffff;
  border: solid 1px #575757;
  position: absolute;
  top: 0;
  left: 0;
}
.wpcf7-checkbox label input + span:after, .wpcf7-acceptance label input + span:after, .check_group label input + span:after {
  width: 1.6rem;
  height: 1rem;
  content: none;
  border-left: solid 0.2rem #000000;
  border-bottom: solid 0.2rem #000000;
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  transform: rotate(-45deg);
}

/****************************************************
 * 3.レイアウト設定
 ****************************************************/
.container {
  width: 100%;
  overflow: hidden;
  padding-top: 10.4rem;
}
@media only screen and (max-width: 780px) {
  .container {
    padding-top: 7rem;
  }
}

/****************************************************
 * 4.テンプレートスタイル
 ****************************************************/
/*ヘッダーブロック*/
#header, .top_header {
  width: 100%;
  padding: 0 2.4rem;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 780px) {
  #header, .top_header {
    padding: 0 1.2rem;
  }
}
#header .logo, .top_header .logo {
  width: 17.8rem;
}
@media only screen and (max-width: 780px) {
  #header .logo, .top_header .logo {
    width: 16rem;
  }
}
#header .header_right, .top_header .header_right {
  display: flex;
  align-items: center;
}
#header .header_right .cart, .top_header .header_right .cart {
  margin-right: 4rem;
}
#header .header_right .cart a, .top_header .header_right .cart a {
  width: 5.6rem;
  height: 5.6rem;
  background-size: cover;
  display: block;
  position: relative;
}
#header .header_right .cart a span, .top_header .header_right .cart a span {
  width: 2.5rem;
  height: 2.5rem;
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 2.4rem;
  position: absolute;
  top: 0;
  left: 0;
}
#header .header_right .burger_menu_button, .top_header .header_right .burger_menu_button {
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  background: none;
  border: none;
}
@media only screen and (max-width: 780px) {
  #header .header_right .burger_menu_button, .top_header .header_right .burger_menu_button {
    width: 2.8rem;
    height: 2.8rem;
  }
}
#header .header_right .burger_menu_button span, .top_header .header_right .burger_menu_button span {
  display: block;
  width: 3.2rem;
  height: 0.2rem;
  position: relative;
}
@media only screen and (max-width: 780px) {
  #header .header_right .burger_menu_button span, .top_header .header_right .burger_menu_button span {
    width: 2.8rem;
  }
}
#header .burger_menu, .top_header .burger_menu {
  width: 56rem;
  height: 100vh;
  padding: 18rem 0 0 12rem;
  color: #ffffff;
  background-color: rgba(20, 20, 20, 0.86);
  position: fixed;
  top: 0;
  right: -56rem;
  z-index: 100;
  transition: right 0.5s;
}
@media only screen and (max-width: 780px) {
  #header .burger_menu, .top_header .burger_menu {
    width: 100%;
    right: -100%;
    padding: 12.8rem 2.4rem 2rem 2.4rem;
  }
}
#header .burger_menu .close, .top_header .burger_menu .close {
  width: 2.6rem;
  height: 2.6rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 5rem;
  right: 5rem;
}
@media only screen and (max-width: 780px) {
  #header .burger_menu .close, .top_header .burger_menu .close {
    width: 2.8rem;
    height: 2.8rem;
    top: 3.6rem;
    right: 2.4rem;
  }
}
#header .burger_menu .close span, .top_header .burger_menu .close span {
  width: 2.6rem;
  height: 0.2rem;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0.1rem;
  transition: transform 0.3s;
}
@media only screen and (max-width: 780px) {
  #header .burger_menu .close span, .top_header .burger_menu .close span {
    width: 2.8rem;
  }
}
#header .burger_menu .close span:nth-child(1), .top_header .burger_menu .close span:nth-child(1) {
  transform: rotate(45deg);
}
#header .burger_menu .close span:nth-child(2), .top_header .burger_menu .close span:nth-child(2) {
  transform: rotate(-45deg);
}
#header .burger_menu dl, .top_header .burger_menu dl {
  margin-bottom: 7rem;
}
@media only screen and (max-width: 780px) {
  #header .burger_menu dl, .top_header .burger_menu dl {
    margin-bottom: 5rem;
  }
}
#header .burger_menu dl dt, .top_header .burger_menu dl dt {
  margin-bottom: 1.25em;
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 780px) {
  #header .burger_menu dl dt, .top_header .burger_menu dl dt {
    margin-bottom: 1em;
    padding-bottom: 1.5em;
    border-bottom: solid 1px #575757;
  }
}
#header .burger_menu dl dd, .top_header .burger_menu dl dd {
  margin-bottom: 1.7em;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.21em;
}
@media only screen and (max-width: 780px) {
  #header .burger_menu dl dd, .top_header .burger_menu dl dd {
    margin-bottom: 1.4em;
    font-size: 1.6rem;
  }
}
#header .burger_menu dl dd:last-child, .top_header .burger_menu dl dd:last-child {
  margin-bottom: 0;
}
#header .burger_menu dl dd a, .top_header .burger_menu dl dd a {
  color: #ffffff;
  display: inline-block;
}
@media only screen and (min-width: 781px) {
  #header .burger_menu dl dd a, .top_header .burger_menu dl dd a {
    position: relative;
  }
  #header .burger_menu dl dd a:after, .top_header .burger_menu dl dd a:after {
    width: 100%;
    height: 1px;
    content: "";
    background-color: #ffffff;
    position: absolute;
    top: 100%;
    left: 0;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s;
  }
  #header .burger_menu dl dd a:hover:after, .top_header .burger_menu dl dd a:hover:after {
    transform: scaleX(1);
  }
}
@media only screen and (max-width: 780px) {
  #header .burger_menu .btn a, .top_header .burger_menu .btn a {
    display: block;
  }
}
@media only screen and (max-width: 780px) {
  #header .burger_menu .btn a + a, .top_header .burger_menu .btn a + a {
    margin-top: 1.6rem;
  }
}

#header {
  height: 10.4rem;
  background-color: #ffffff;
  position: fixed;
  z-index: 99;
}
@media only screen and (max-width: 780px) {
  #header {
    height: 7rem;
  }
}
#header .header_right .cart a {
  background-image: url("../img/cart_black.png");
}
#header .header_right .cart a span {
  color: #ffffff;
}
#header .header_right .burger_menu_button span {
  background: #141414;
}

.top_header {
  height: 14.4rem;
  position: absolute;
  z-index: 10;
}
@media only screen and (max-width: 780px) {
  .top_header {
    height: 9rem;
  }
}
.top_header .header_right .cart a {
  background-image: url("../img/cart_white.png");
}
.top_header .header_right .cart a span {
  color: #141414;
}
.top_header .header_right .burger_menu_button span {
  background-color: #ffffff;
}

body.home #header {
  top: -10.4rem;
  transition: top 0.5s;
}
@media only screen and (max-width: 780px) {
  body.home #header {
    top: -7rem;
  }
}
body.home.scroll #header {
  top: 0 !important;
}
body.menu_open {
  overflow: hidden;
}
body.menu_open #header .header_right .burger_menu_button, body.menu_open .top_header .header_right .burger_menu_button {
  visibility: hidden;
  opacity: 0;
}
body.menu_open #header .burger_menu {
  right: 0;
}

/*フッターブロック*/
#footer {
  color: #ffffff;
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width: 901px) {
  #footer {
    padding: 10rem 0 8.8rem 0;
    background-image: url("../img/footer_bg.jpg");
  }
}
@media only screen and (max-width: 900px) {
  #footer {
    padding: 0 0 4.4rem 0;
    background-image: url("../img/footer_bg_sp.jpg");
  }
}
@media only screen and (max-width: 900px) and (max-width: 780px) {
  #footer {
    padding-bottom: 10rem;
  }
}
@media only screen and (max-width: 900px) {
  #footer .pagetop {
    padding: 2.8rem 0 1.6rem 0;
    text-align: center;
  }
  #footer .pagetop a {
    width: 12.6rem;
    display: inline-block;
  }
}
@media only screen and (min-width: 901px) {
  #footer .inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 901px) {
  #footer .footer_navi {
    width: 70%;
    display: flex;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 900px) {
  #footer .footer_navi {
    margin-bottom: 4.4rem;
  }
}
@media only screen and (min-width: 901px) {
  #footer .footer_navi dl {
    margin-right: 9%;
  }
}
@media only screen and (max-width: 900px) {
  #footer .footer_navi dl {
    margin-bottom: 5rem;
  }
}
#footer .footer_navi dl dt {
  margin-bottom: 1.25em;
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 900px) {
  #footer .footer_navi dl dt {
    margin-bottom: 1em;
    padding-bottom: 1.5em;
    color: rgba(255, 255, 255, 0.5);
    border-bottom: solid 1px #2F2F2F;
  }
}
#footer .footer_navi dl dd {
  margin-bottom: 1.7em;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.21em;
}
@media only screen and (max-width: 900px) {
  #footer .footer_navi dl dd {
    margin-bottom: 1.4em;
    font-size: 1.6rem;
  }
}
#footer .footer_navi dl dd:last-child {
  margin-bottom: 0;
}
#footer .footer_navi dl dd a {
  color: #ffffff;
  display: inline-block;
}
@media only screen and (min-width: 901px) {
  #footer .footer_navi dl dd a {
    position: relative;
  }
  #footer .footer_navi dl dd a:after {
    width: 100%;
    height: 1px;
    content: "";
    background-color: #ffffff;
    position: absolute;
    top: 100%;
    left: 0;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s;
  }
  #footer .footer_navi dl dd a:hover:after {
    transform: scaleX(1);
  }
}
#footer .footer_navi .btn {
  text-align: center;
}
@media only screen and (max-width: 900px) {
  #footer .footer_navi .btn .btn02 {
    width: 26.6rem;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    padding-left: 2.8rem;
    text-align: left;
  }
}
#footer .footer_navi .btn .tokusyou {
  margin-top: 2rem;
  font-size: 1.2rem;
  color: #ffffff;
  display: inline-block;
}
@media only screen and (min-width: 901px) {
  #footer .footer_content {
    width: 30%;
  }
}
#footer .footer_content .logo {
  width: 17.8rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 900px) {
  #footer .footer_content .logo {
    width: 19.1rem;
    margin: 0 auto 1.7rem auto;
  }
}
#footer .footer_content .company_name {
  margin-bottom: 0.6rem;
  font-family: "Shippori Mincho", serif;
  font-size: 1.9rem;
  font-weight: 600;
  letter-spacing: 0.129em;
}
@media only screen and (max-width: 900px) {
  #footer .footer_content .company_name {
    font-size: 1.8rem;
    text-align: center;
  }
}
#footer .footer_content address {
  margin-bottom: 0.5em;
  font-size: 1.4rem;
}
@media only screen and (max-width: 900px) {
  #footer .footer_content address {
    font-size: 1.3rem;
    text-align: center;
  }
}
#footer .footer_content .tel, #footer .footer_content .fax {
  padding-left: 8rem;
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
  letter-spacing: 0.19em;
}
@media only screen and (max-width: 900px) {
  #footer .footer_content .tel, #footer .footer_content .fax {
    padding-left: 0;
    font-size: 1.2rem;
    text-align: center;
  }
}
#footer .footer_content .tel i, #footer .footer_content .fax i {
  width: 8rem;
  margin-left: -8rem;
  font-style: normal;
  display: inline-block;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  #footer .footer_content .tel i, #footer .footer_content .fax i {
    width: auto;
    margin-left: 0;
    display: block;
  }
}
#footer .footer_content .tel span, #footer .footer_content .fax span {
  margin-left: 0.25em;
  font-size: 1.2em;
  display: inline-block;
  vertical-align: -0.05em;
}
@media only screen and (min-width: 901px) {
  #footer .footer_content .fax {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 900px) {
  #footer .footer_content .fax + .tel {
    margin-top: 0.5em;
  }
}
#footer .footer_content p {
  margin-top: 3rem;
  font-size: 1rem;
  letter-spacing: 0.07em;
  line-height: 1.6;
}
@media only screen and (max-width: 900px) {
  #footer .footer_content p {
    top: 2.6rem;
    font-size: 1.3rem;
  }
}
#footer .copyright {
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 901px) {
  #footer .copyright {
    font-size: 1.2rem;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media only screen and (max-width: 900px) {
  #footer .copyright {
    margin-top: 2.5rem;
    font-size: 1.3rem;
    text-align: center;
  }
}

/****************************************************
 * 5.コンテンツスタイル
 ****************************************************/
/*TOPページ*/
.p-top__mv {
  width: 100%;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.p-top__mv .inner {
  height: 100vh;
  min-height: 60rem;
  position: relative;
}
.p-top__mv .text {
  width: 100%;
  position: absolute;
  bottom: 9rem;
  left: 0;
}
@media only screen and (max-width: 780px) {
  .p-top__mv .text {
    bottom: 13.5rem;
  }
}
.p-top__mv .text h1 {
  margin-bottom: 3.6rem;
  font-family: "Shippori Mincho", serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (max-width: 780px) {
  .p-top__mv .text h1 {
    font-size: 3.6rem;
  }
}
.p-top__mv .text h1 ruby rt {
  margin-left: 1.5em;
  font-size: 1.2rem;
  letter-spacing: 1em;
}
.p-top__mv .text .btn .btn01 {
  color: #ffffff;
}
.p-top__mv .text .btn .btn01:before, .p-top__mv .text .btn .btn01:after {
  background-color: #ffffff;
}
@media only screen and (min-width: 901px) {
  .p-top__mv .copyright {
    font-family: "Shippori Mincho", serif;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.07em;
    position: absolute;
    top: 45%;
    left: -3rem;
    transform: rotate(90deg);
  }
  .p-top__mv .scroll_object {
    padding-bottom: 15rem;
    position: absolute;
    bottom: 0;
    left: 1.5rem;
    z-index: 10;
  }
  .p-top__mv .scroll_object:before {
    width: 0.8rem;
    height: 0.8rem;
    margin-left: -0.4rem;
    content: "";
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    bottom: 12rem;
    left: 50%;
    z-index: 1;
    animation: scroll_object 1.5s infinite ease-in-out;
  }
  .p-top__mv .scroll_object:after {
    width: 1px;
    height: 12rem;
    margin: 0 auto;
    content: "";
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 50%;
  }
  .p-top__mv .scroll_object span {
    padding-bottom: 0.5em;
    font-family: "Shippori Mincho", serif;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.07em;
    color: #ffffff;
    transform: rotate(90deg);
    display: block;
  }
  @keyframes scroll_object {
    0% {
      bottom: 12rem;
    }
    100% {
      bottom: 0;
    }
  }
}
.p-top__mv .movie {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  overflow: hidden;
}
.p-top__mv .movie > img,
.p-top__mv .movie > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-top__intro {
  margin: 13.5rem 0 8.8rem 0;
}
@media only screen and (max-width: 780px) {
  .p-top__intro {
    margin: 6rem 0;
  }
}
.p-top__intro h2 {
  margin-bottom: 1.35em;
  font-family: "Shippori Mincho", serif;
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-top__intro h2 {
    font-size: 2.4rem;
  }
}
.p-top__intro p {
  text-align: center;
  letter-spacing: 0.07em;
  line-height: 2.125;
}
@media only screen and (max-width: 780px) {
  .p-top__intro p {
    text-align: left;
  }
}
.p-top__staff .bg {
  background-image: url("../img/bg01.jpg");
  background-position: center top;
}
@media only screen and (min-width: 781px) {
  .p-top__staff .bg {
    padding-top: 13.5rem;
    padding-bottom: 9.6rem;
    position: relative;
    z-index: 1;
  }
  .p-top__staff .bg:before {
    width: 100%;
    height: 56.7rem;
    content: "";
    background: linear-gradient(to top, #FAFAFA, transparent);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__staff .bg {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
}
.p-top__staff > .img {
  width: 100%;
}
@media only screen and (min-width: 781px) {
  .p-top__staff > .img:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__staff > .img > div {
    width: 50%;
    float: left;
  }
}
.p-top__staff .inner {
  max-width: 1080px;
  position: relative;
  z-index: 1;
}
.p-top__staff .inner:before {
  width: 42.5rem;
  height: 42.5rem;
  content: "";
  background-image: url("../img/mark_black.png");
  background-size: cover;
  opacity: 0.02;
  position: absolute;
  top: -2.6rem;
  right: -15rem;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .p-top__staff .inner:before {
    width: 27rem;
    height: 27rem;
    margin-left: -13.5rem;
    top: auto;
    bottom: 5rem;
    left: 50%;
  }
}
.p-top__staff h2 {
  margin-bottom: 1.35em;
  font-family: "Shippori Mincho", serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 780px) {
  .p-top__staff h2 {
    font-size: 1.8rem;
  }
}
.p-top__staff h2 big {
  font-size: 1.2em;
  line-height: 1.32;
}
.p-top__staff p {
  letter-spacing: 0.07em;
  line-height: 2;
}
.p-top__staff p big {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1;
}
.p-top__company {
  padding: 10rem 0;
}
@media only screen and (max-width: 780px) {
  .p-top__company {
    padding: 5rem 0;
  }
}
.p-top__company .inner {
  max-width: 1080px;
}
.p-top__company .text h3 {
  margin-bottom: 1.3em;
  font-family: "Shippori Mincho", serif;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.07em;
}
@media only screen and (min-width: 781px) {
  .p-top__company .text h3 {
    text-align: center;
  }
}
.p-top__company .text p {
  margin-bottom: 2em;
  letter-spacing: 0.07em;
  line-height: 1.875;
}
@media only screen and (min-width: 781px) {
  .p-top__company .text p {
    text-align: center;
  }
}
.p-top__company .text .btn {
  text-align: right;
}
@media only screen and (max-width: 780px) {
  .p-top__company .text .btn {
    text-align: center;
  }
}
.p-top__company .text .btn + .btn {
  margin-top: 0.5em;
}

/*下層ページ*/
.pagetitle {
  margin-bottom: 3.7rem;
  color: #ffffff;
  background-image: url("../img/pagetitle_bg.jpg");
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 780px) {
  .pagetitle {
    margin-bottom: 2rem;
  }
}
.pagetitle .inner {
  max-width: 1280px;
  padding: 12rem 0 10rem 0;
}
@media only screen and (max-width: 780px) {
  .pagetitle .inner {
    padding: 6rem 0 5rem 0;
  }
}
.pagetitle h1 {
  font-family: "Shippori Mincho", serif;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 780px) {
  .pagetitle h1 {
    font-size: 2.4rem;
  }
}
.pagetitle h1 span {
  margin-left: 2em;
  font-size: 0.5em;
  letter-spacing: 0.1em;
  display: inline-block;
  vertical-align: 0.25em;
}
@media only screen and (max-width: 780px) {
  .pagetitle h1 span {
    margin-left: 0;
    display: block;
  }
}

.pankuzu {
  margin-bottom: 13.8rem;
}
@media only screen and (max-width: 780px) {
  .pankuzu {
    margin-bottom: 6rem;
  }
}
.pankuzu .inner {
  max-width: 1280px;
  font-size: 1.2rem;
  letter-spacing: 0.07em;
  letter-spacing: -0.4em;
}
.pankuzu .inner > * {
  display: inline-block;
  letter-spacing: normal;
}
.pankuzu .inner a:after {
  margin: 0 1em;
  font-size: 1rem;
  content: "＞";
  display: inline-block;
  vertical-align: 0.1em;
}
.pankuzu .inner span {
  color: #C9C9C9;
}

.p-company__message {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 780px) {
  .p-company__message {
    margin-bottom: 6rem;
  }
}
.p-company__message .inner {
  position: relative;
  z-index: 1;
}
.p-company__message .inner:before {
  width: 54rem;
  height: 54rem;
  content: "";
  background-image: url("../img/mark_black.png");
  background-size: cover;
  opacity: 0.02;
  position: absolute;
  top: 7rem;
  right: -26rem;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .p-company__message .inner:before {
    width: 27rem;
    height: 27rem;
    margin-left: -13.5rem;
    top: auto;
    bottom: 5rem;
    left: 50%;
  }
}
.p-company__message h2 {
  margin-bottom: 12rem;
  font-family: "Shippori Mincho", serif;
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-company__message h2 {
    margin-bottom: 6rem;
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-company__message .content {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 781px) {
  .p-company__message .content .img {
    width: 46.66%;
    margin-left: -3.33%;
  }
}
@media only screen and (max-width: 780px) {
  .p-company__message .content .img {
    width: 80%;
    margin: 0 auto 2rem auto;
  }
}
@media only screen and (min-width: 781px) {
  .p-company__message .content .text {
    width: 50%;
  }
}
@media only screen and (min-width: 781px) {
  .p-company__message .content .text .midashi01 {
    margin-bottom: 1.9em;
  }
}
.p-company__message .content .text p {
  margin-bottom: 3.4em;
  letter-spacing: 0.07em;
  line-height: 1.875;
}
.p-company__message .content .text .name {
  font-weight: 500;
  letter-spacing: 0.07em;
}
.p-company__message .content .text .name span {
  margin-left: 2em;
  font-size: 1.125em;
  display: inline-block;
}
.p-company__philosophy {
  padding: 8rem 0;
  background-color: #F5F5F4;
}
.p-company__philosophy h3 {
  margin-bottom: 1.9em;
  font-family: "Shippori Mincho", serif;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-company__philosophy h3 {
    font-size: 2.4rem;
  }
}
.p-company__philosophy ul {
  width: 100%;
  max-width: 1136px;
  margin: 0 auto;
}
@media only screen and (min-width: 781px) {
  .p-company__philosophy ul {
    display: flex;
    justify-content: space-between;
  }
}
.p-company__philosophy ul li {
  background-color: #ffffff;
}
@media only screen and (min-width: 781px) {
  .p-company__philosophy ul li {
    width: 31%;
    padding: 3rem 2.8rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-company__philosophy ul li {
    padding: 1.5rem 2rem;
  }
  .p-company__philosophy ul li + li {
    margin-top: 3rem;
  }
}
.p-company__philosophy ul li h4 {
  font-family: "Shippori Mincho", serif;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-company__philosophy ul li h4 {
    font-size: 1.8rem;
  }
}
.p-company__philosophy ul li h4 span {
  font-size: 0.8em;
  color: #C9C9C9;
  display: block;
}
.p-company__philosophy ul li .img {
  width: 6.4rem;
  margin: 1.2rem auto 1.7rem auto;
}
@media only screen and (max-width: 780px) {
  .p-company__philosophy ul li .img {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.p-company__philosophy ul li p {
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-company__philosophy ul li p {
    font-size: 1.5rem;
  }
}
.p-company__overview {
  margin-bottom: 16rem;
}
@media only screen and (max-width: 780px) {
  .p-company__overview {
    margin-bottom: 8rem;
  }
}
.p-company__overview .img {
  width: 100%;
  height: 33.7rem;
  margin-bottom: 14.6rem;
  overflow: hidden;
}
.p-company__overview .img > img,
.p-company__overview .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 780px) {
  .p-company__overview .img {
    height: 15rem;
    margin-bottom: 7rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-company__overview .inner {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 781px) {
  .p-company__overview .inner .ttl {
    width: 20rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-company__overview .inner .table {
    width: calc(100% - 25rem);
    max-width: 86.3rem;
  }
}
.p-company__overview .inner .table table {
  width: 100%;
  font-size: 1.5rem;
  border-top: solid 1px #D6D6CD;
}
@media only screen and (max-width: 780px) {
  .p-company__overview .inner .table table {
    font-size: 1.4rem;
  }
}
.p-company__overview .inner .table table tbody tr td {
  padding: 2em 0;
  letter-spacing: 0.07em;
  line-height: 1.66;
  vertical-align: top;
  border-bottom: solid 1px #D6D6CD;
}
.p-company__overview .inner .table table tbody tr td:first-child {
  width: 26.6%;
  padding: 1.8em 0;
  font-family: "Shippori Mincho", serif;
  font-size: 1.06em;
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media only screen and (min-width: 781px) {
  .p-company__overview .inner .table table tbody tr td .tel {
    display: flex;
  }
  .p-company__overview .inner .table table tbody tr td .tel > div + div {
    margin-left: 1em;
    padding-left: 6em;
  }
  .p-company__overview .inner .table table tbody tr td .tel > div + div span {
    width: 6em;
    margin-left: -6em;
    display: inline-block;
  }
}
@media only screen and (max-width: 780px) {
  .p-company__overview .inner .table table tbody tr td .tel > div + div {
    margin-top: 1em;
  }
  .p-company__overview .inner .table table tbody tr td .tel > div + div span {
    display: block;
  }
}

.p-business__service {
  margin-bottom: 10.4rem;
}
@media only screen and (max-width: 780px) {
  .p-business__service {
    margin-bottom: 5rem;
  }
}
.p-business__service > .img {
  width: 100%;
  height: 44rem;
  overflow: hidden;
}
.p-business__service > .img > img,
.p-business__service > .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 780px) {
  .p-business__service > .img {
    height: 22rem;
  }
}
.p-business__service .inner {
  max-width: 1280px;
}
.p-business__service .box {
  margin-top: -12.6rem;
  padding: 8.9rem 7.2rem;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-business__service .box {
    margin-top: -6rem;
    padding: 3rem 2rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-business__service .box .midashi01 {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 781px) {
  .p-business__service .box ul {
    margin-bottom: -6.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 780px) {
  .p-business__service .box ul {
    margin-bottom: -3rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-business__service .box ul li {
    width: 48.2%;
    margin-bottom: 6.5rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-business__service .box ul li {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-business__service .box ul li .img {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-business__service .box ul li .img {
    margin-bottom: 1.5rem;
  }
}
.p-business__service .box ul li .text h3 {
  margin-bottom: 0.66em;
  font-family: "Shippori Mincho", serif;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 780px) {
  .p-business__service .box ul li .text h3 {
    font-size: 1.8rem;
  }
}
.p-business__service .box ul li .text p {
  font-size: 1.5rem;
  letter-spacing: 0.07em;
  line-height: 1.73;
}
@media only screen and (max-width: 780px) {
  .p-business__service .box ul li .text p {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-business__strength {
    margin-bottom: 12.8rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-business__strength {
    margin-bottom: 6rem;
  }
}
.p-business__strength .inner {
  max-width: 1280px;
}
.p-business__strength h3 {
  max-width: 76.8rem;
  margin: 2em auto;
  font-family: "Shippori Mincho", serif;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-align: center;
  overflow: hidden;
}
@media only screen and (max-width: 780px) {
  .p-business__strength h3 {
    max-width: none;
    margin: 2em 0 0 0;
    font-size: 2.2rem;
  }
}
.p-business__strength h3 span {
  padding: 0 1.5em;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-business__strength h3 span {
    padding: 0 1em;
  }
}
.p-business__strength h3 span:before, .p-business__strength h3 span:after {
  width: 9999px;
  height: 1px;
  content: "";
  background-color: #D6D6CD;
  position: absolute;
  top: 50%;
}
.p-business__strength h3 span:before {
  right: 100%;
}
.p-business__strength h3 span:after {
  left: 100%;
}
@media only screen and (min-width: 781px) {
  .p-business__strength ul {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (min-width: 781px) {
  .p-business__strength ul li {
    width: 26.3rem;
    padding: 0 3rem;
    border-left: solid 1px #E0E0E0;
  }
}
@media only screen and (min-width: 781px) and (max-width: 1279px) {
  .p-business__strength ul li {
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-business__strength ul li {
    padding: 3.5rem;
    border-top: solid 1px #E0E0E0;
  }
}
.p-business__strength ul li:first-child {
  border: none;
}
.p-business__strength ul li .fig {
  width: 8.8rem;
  margin: 0 auto;
}
@media only screen and (max-width: 780px) {
  .p-business__strength ul li .fig {
    width: 7.2rem;
  }
}
.p-business__strength ul li h4 {
  margin: 1.7rem 0 1.4rem 0;
  font-family: "Shippori Mincho", serif;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-business__strength ul li h4 {
    margin: 1.25rem 0 1.1rem 0;
    font-size: 2rem;
  }
}
.p-business__strength ul li p {
  font-size: 1.5rem;
  letter-spacing: 0.07em;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-business__strength ul li p {
    font-size: 1.4rem;
  }
}
.p-business__kakou {
  margin: 6.5rem 0 11.25rem 0;
}
@media only screen and (max-width: 780px) {
  .p-business__kakou {
    margin: 3rem 0 6rem 0;
  }
}
.p-business__kakou .inner {
  max-width: 1280px;
}
@media only screen and (min-width: 781px) {
  .p-business__kakou .midashi01 {
    margin-bottom: 2.25em;
  }
}
.p-business__kakou .box {
  padding: 6.5rem 7.2rem;
  background-color: #ffffff;
  border: solid 1px #F4F3F1;
}
@media only screen and (max-width: 780px) {
  .p-business__kakou .box {
    padding: 3rem 2rem;
  }
}
.p-business__kakou .box + .box {
  margin-top: 3.2rem;
}
.p-business__kakou .box h3 {
  margin-bottom: 1.2em;
  font-family: "Shippori Mincho", serif;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-business__kakou .box h3 {
    font-size: 2.2rem;
  }
}
.p-business__kakou .box h3:after {
  width: 2.5em;
  height: 0.2rem;
  margin: 0.78em auto 0 auto;
  content: "";
  background-color: #C9C9C9;
  display: block;
}
.p-business__kakou .box h3 + p {
  margin-bottom: 3.5em;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-business__kakou .box h3 + p {
    text-align: left;
  }
}
.p-business__kakou .box p {
  line-height: 1.875;
  letter-spacing: 0.07em;
}
.p-business__kakou .box p.bottom_text {
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-business__kakou .box p.bottom_text {
    font-size: 1.8rem;
    text-align: left;
  }
}
.p-business__kakou .box p.annotation {
  margin-top: 1em;
  font-size: 1.4rem;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-business__kakou .box p.annotation {
    font-size: 1.2rem;
    text-align: left;
  }
}
@media only screen and (min-width: 781px) {
  .p-business__kakou .box ul {
    margin-bottom: 4rem;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 781px) {
  .p-business__kakou .box ul li {
    width: 31%;
  }
}
@media only screen and (max-width: 780px) {
  .p-business__kakou .box ul li {
    margin-bottom: 3rem;
  }
}
.p-business__kakou .box ul li h4 {
  margin-bottom: 0.7em;
  padding: 0 7rem;
  font-family: "Shippori Mincho", serif;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.2;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  .p-business__kakou .box ul li h4 {
    padding: 0 5rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-business__kakou .box ul li h4 {
    padding: 0 4rem;
    font-size: 1.8rem;
  }
}
.p-business__kakou .box ul li h4:before, .p-business__kakou .box ul li h4:after {
  width: 6.4rem;
  height: 1px;
  content: "";
  background-color: #D6D6CD;
  position: absolute;
  top: 50%;
}
@media only screen and (max-width: 1279px) {
  .p-business__kakou .box ul li h4:before, .p-business__kakou .box ul li h4:after {
    width: 4.5rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-business__kakou .box ul li h4:before, .p-business__kakou .box ul li h4:after {
    width: 3.5rem;
  }
}
.p-business__kakou .box ul li h4:before {
  left: 0;
}
.p-business__kakou .box ul li h4:after {
  right: 0;
}
.p-business__kakou .box ul li p {
  margin-top: 1.1em;
  font-size: 1.5rem;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-business__kakou .box ul li p {
    font-size: 1.4rem;
  }
}
.p-business__kakou .box ul.kakou2 li h4 {
  padding: 0 3.5rem;
}
@media only screen and (max-width: 1279px) {
  .p-business__kakou .box ul.kakou2 li h4 {
    padding: 0 2.5rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-business__kakou .box ul.kakou2 li h4 {
    padding: 0 4rem;
  }
}
.p-business__kakou .box ul.kakou2 li h4:before, .p-business__kakou .box ul.kakou2 li h4:after {
  width: 3.2rem;
}
@media only screen and (max-width: 1279px) {
  .p-business__kakou .box ul.kakou2 li h4:before, .p-business__kakou .box ul.kakou2 li h4:after {
    width: 2.5rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-business__kakou .box ul.kakou2 li h4:before, .p-business__kakou .box ul.kakou2 li h4:after {
    width: 3.5rem;
  }
}
.p-business__kakou .box ul.kakou2 li h4 span span {
  font-size: 0.7em;
}
@media only screen and (max-width: 1279px) {
  .p-business__kakou .box ul.kakou2 li h4 span span {
    font-size: 0.875em;
    display: block;
  }
}
.p-business__product {
  background-color: #F5F5F4;
  padding: 10rem 0 6.5rem 0;
}
@media only screen and (max-width: 780px) {
  .p-business__product {
    padding: 5rem 0;
  }
}
.p-business__product .inner {
  max-width: 1136px;
}
@media only screen and (min-width: 781px) {
  .p-business__product .midashi01 {
    margin-bottom: 1.9em;
  }
}
@media only screen and (min-width: 781px) {
  .p-business__product ul {
    margin-bottom: 4.7rem;
    display: flex;
  }
}
@media only screen and (max-width: 780px) {
  .p-business__product ul {
    width: 82%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 781px) {
  .p-business__product ul li {
    width: 31%;
    margin-right: 3.5%;
  }
  .p-business__product ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-business__product ul li {
    margin-bottom: 3.5rem;
  }
}
.p-business__product ul li a {
  display: block;
}
.p-business__product ul li .img {
  margin-bottom: 1em;
  aspect-ratio: 352/235;
  overflow: hidden;
}
.p-business__product ul li .img > img,
.p-business__product ul li .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-business__product ul li p {
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 780px) {
  .p-business__product ul li p {
    font-size: 1.6rem;
  }
}
.p-business__product .btn {
  text-align: right;
}

.p-contact__form {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 780px) {
  .p-contact__form {
    margin-bottom: 5rem;
  }
}
.p-contact__form .inner {
  max-width: 1080px;
}
.p-contact__form .form_area .input_field_area {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 780px) {
  .p-contact__form .form_area .input_field_area {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-contact__form .form_area .input_field_area.table .input_field {
    width: 100%;
    margin-bottom: 0;
    display: table;
  }
  .p-contact__form .form_area .input_field_area.table .input_field > * {
    display: table-cell;
  }
  .p-contact__form .form_area .input_field_area.table .input_field .input_label {
    width: 30%;
    margin-bottom: 0;
    padding: 1em;
    vertical-align: top;
  }
  .p-contact__form .form_area .input_field_area.table .input_field .input_area {
    padding: 1em;
    vertical-align: top;
  }
}
.p-contact__form .form_area .input_field_area .input_field {
  margin-bottom: 2em;
}
.p-contact__form .form_area .input_field_area .input_field .input_label {
  margin-bottom: 0.75em;
  font-size: 1.125em;
  font-weight: 500;
}
.p-contact__form .form_area .input_field_area .input_field .input_label span {
  margin-left: 1em;
  padding: 0 0.5em;
  font-size: 0.7em;
  font-weight: 400;
  color: #C9C9C9;
  border: solid 1px #C9C9C9;
  border-radius: 0.4rem;
  display: inline-block;
  vertical-align: 0;
}
.p-contact__form .form_area .input_field_area .input_field .input_area.row {
  display: flex;
  justify-content: space-between;
}
.p-contact__form .form_area .input_field_area .input_field .input_area.row .col {
  width: 48%;
  display: flex;
  align-items: center;
}
.p-contact__form .form_area .input_field_area .input_field .input_area.row .col .label {
  margin-right: 0.5em;
}
.p-contact__form .form_area .input_field_area .input_field .input_area .annotation {
  margin-top: 1em;
  font-size: 0.875em;
}
.p-contact__form .form_area .privacy {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 780px) {
  .p-contact__form .form_area .privacy {
    margin-bottom: 2.5rem;
  }
}
.p-contact__form .form_area .privacy p {
  margin-bottom: 2em;
  letter-spacing: 0.07em;
  text-align: center;
}
.p-contact__form .form_area .privacy p a {
  text-decoration: underline;
}
.p-contact__form .form_area .privacy .check {
  text-align: center;
}
.p-contact__form .form_area .submit {
  text-align: center;
}
.p-contact__form .form_area .submit input[type=submit] {
  width: 32rem;
  max-width: 100%;
  padding: 1em 2em;
  color: #ffffff;
  background-color: #141414;
  border: solid 1px #141414;
}
.p-contact__form .form_area .submit input[type=submit]:hover {
  color: #141414;
  background-color: #ffffff;
}
.p-contact__form .form_area .submit input[type=submit]:disabled {
  opacity: 0.3 !important;
}

.p-product_list__content {
  margin-bottom: 16rem;
}
@media only screen and (max-width: 780px) {
  .p-product_list__content {
    margin-bottom: 8rem;
  }
}
.p-product_list__content .cate_list {
  margin-bottom: 6.4rem;
}
@media only screen and (max-width: 780px) {
  .p-product_list__content .cate_list {
    margin-bottom: 2rem;
  }
}
.p-product_list__content .cate_list ul {
  letter-spacing: -0.4em;
}
.p-product_list__content .cate_list ul > * {
  display: inline-block;
  letter-spacing: normal;
}
.p-product_list__content .cate_list ul li {
  width: 20rem;
  margin-right: 0.88em;
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-product_list__content .cate_list ul li {
    width: auto;
    margin: 0 0.8em 0.8em 0;
    font-size: 1.6rem;
  }
  .p-product_list__content .cate_list ul li a {
    padding: 0.1em 1em 1em;
  }
}
.p-product_list__content .cate_list ul li a {
  padding-bottom: 0.75em;
  border-bottom: solid 1px #C7C7C7;
  color: #C7C7C7;
  display: block;
}
.p-product_list__content .cate_list ul li a:hover, .p-product_list__content .cate_list ul li a.current {
  color: #141414;
  border-bottom-color: #141414;
}
.p-product_list__content .item_list .items {
  margin-bottom: 10rem;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 780px) {
  .p-product_list__content .item_list .items {
    margin-bottom: 5rem;
  }
}
@media only screen and (min-width: 901px) {
  .p-product_list__content .item_list .items li {
    width: 30.6%;
    margin: 0 4.1% 11.2rem 0;
  }
  .p-product_list__content .item_list .items li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 900px) {
  .p-product_list__content .item_list .items li {
    width: 48%;
    margin: 0 4% 6rem 0;
  }
  .p-product_list__content .item_list .items li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 900px) and (max-width: 780px) {
  .p-product_list__content .item_list .items li {
    margin-bottom: 4rem;
  }
}
.p-product_list__content .item_list .items li a {
  display: block;
}
.p-product_list__content .item_list .items li .img {
  width: 100%;
  height: auto;
  margin-bottom: 2.5rem;
  aspect-ratio: 368/246;
}
@media only screen and (max-width: 780px) {
  .p-product_list__content .item_list .items li .img {
    margin-bottom: 1.5rem;
  }
}
.p-product_list__content .item_list .items li .text p {
  margin-bottom: 0.35em;
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 780px) {
  .p-product_list__content .item_list .items li .text p {
    font-size: 1.5rem;
  }
}
.p-product_list__content .item_list .items li .text .cate {
  padding: 0.15em 0.66em;
  font-size: 1.2rem;
  font-weight: 500;
  background-color: #F2F2F2;
  display: inline-block;
}
@media only screen and (max-width: 780px) {
  .p-product_list__content .item_list .items li .text .cate {
    font-size: 1rem;
  }
}
.p-product_list__content .item_list .items li .link_text {
  margin-top: 1rem;
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-align: right;
  display: block;
}
@media only screen and (max-width: 780px) {
  .p-product_list__content .item_list .items li .link_text {
    text-align: left;
    font-size: 1.2rem;
  }
}
.p-product_list__content .item_list .woocommerce-pagination .page-numbers {
  letter-spacing: -0.4em;
  text-align: center;
}
.p-product_list__content .item_list .woocommerce-pagination .page-numbers > * {
  display: inline-block;
  letter-spacing: normal;
}
.p-product_list__content .item_list .woocommerce-pagination .page-numbers li {
  width: 4rem;
  margin: 0 0.4rem;
  vertical-align: middle;
}
.p-product_list__content .item_list .woocommerce-pagination .page-numbers li a {
  letter-spacing: normal;
  display: block;
}
.p-product_list__content .item_list .woocommerce-pagination .page-numbers li a.page-numbers {
  width: 4rem;
  height: 4rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 4rem;
  text-align: center;
  color: #C4C4C4;
  background-color: #EFEFEF;
}
.p-product_list__content .item_list .woocommerce-pagination .page-numbers li a.prev, .p-product_list__content .item_list .woocommerce-pagination .page-numbers li a.next {
  width: 2.8rem;
  height: 2.8rem;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background-color: #141414;
  background-image: url("../img/icon_arrow01.png");
  background-size: 0.7rem auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.p-product_list__content .item_list .woocommerce-pagination .page-numbers li a.prev {
  margin: 0 auto 0 0;
  transform: scale(-1, 1);
}
.p-product_list__content .item_list .woocommerce-pagination .page-numbers li a.next {
  margin: 0 0 0 auto;
}
.p-product_list__content .item_list .woocommerce-pagination .page-numbers li span {
  width: 4rem;
  height: 4rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 4rem;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  background-color: #141414;
  display: block;
}

.p-item_detail__content {
  margin-bottom: 16rem;
}
@media only screen and (max-width: 780px) {
  .p-item_detail__content {
    margin-bottom: 8rem;
  }
}
.p-item_detail__content .headding {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 780px) {
  .p-item_detail__content .headding {
    margin-bottom: 3rem;
  }
}
.p-item_detail__content .headding h2 {
  margin-bottom: 0.78em;
  font-size: 3.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .p-item_detail__content .headding h2 {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-item_detail__content .headding .meta {
    display: flex;
    align-items: flex-start;
  }
}
.p-item_detail__content .headding .meta .cate {
  padding: 0.13em 0.53em;
  width: 15rem;
  margin-right: 2.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  background-color: #F2F2F2;
}
@media only screen and (max-width: 780px) {
  .p-item_detail__content .headding .meta .cate {
    margin-bottom: 1.5rem;
    display: block;
  }
}
.p-item_detail__content .headding .meta .description {
  width: calc(100% - 17.5rem);
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.014em;
  line-height: 1.33;
}
@media only screen and (max-width: 780px) {
  .p-item_detail__content .headding .meta .description {
    width: 100%;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-item_detail__content .content:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media only screen and (min-width: 781px) {
  .p-item_detail__content .content .img_area {
    width: 45.8%;
    float: left;
  }
}
.p-item_detail__content .content .img_area .img {
  width: 100%;
  margin-bottom: 2.4rem;
  text-align: center;
}
.p-item_detail__content .content .img_area .thumbnail {
  letter-spacing: -0.4em;
}
.p-item_detail__content .content .img_area .thumbnail > * {
  display: inline-block;
  letter-spacing: normal;
}
.p-item_detail__content .content .img_area .thumbnail li {
  width: 17.1%;
  height: auto;
  margin: 0 3.625% 3.625% 0;
  aspect-ratio: 550/368;
  overflow: hidden;
}
.p-item_detail__content .content .img_area .thumbnail li > img,
.p-item_detail__content .content .img_area .thumbnail li > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-item_detail__content .content .img_area .thumbnail li:nth-child(5n) {
  margin-right: 0;
}
.p-item_detail__content .content .img_area .thumbnail li.current {
  opacity: 0.3;
}
@media only screen and (min-width: 781px) {
  .p-item_detail__content .content .text_area {
    width: 50%;
    float: right;
  }
}
.p-item_detail__content .content .text_area .description {
  font-size: 1.5rem;
  line-height: 2;
}
.p-item_detail__content .content .text_area .stock {
  max-width: 36rem;
  margin: 2.5rem 0;
  padding: 1em 0;
  font-size: 1.4rem;
  border-top: solid 1px #E0E0E0;
  border-bottom: solid 1px #E0E0E0;
}
.p-item_detail__content .content .text_area .stock span {
  margin-right: 2em;
  font-weight: 700;
  display: inline-block;
}
.p-item_detail__content .content .text_area .stock span:before {
  width: 0.57em;
  height: 0.57em;
  margin: 0 0.5em 0 0;
  content: "";
  background-color: #141414;
  display: inline-block;
  vertical-align: 0.1em;
}
.p-item_detail__content .content .text_area .price {
  margin-bottom: 4.8rem;
  font-size: 3.5rem;
  font-weight: 600;
}
.p-item_detail__content .content .text_area .price .tax_text {
  margin-left: 0.5em;
  font-size: 0.36em;
  font-weight: 500;
  display: inline-block;
}
.p-item_detail__content .content .text_area .attribute {
  width: 100%;
  margin-bottom: 6.4rem;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  border-top: solid 1px #E0E0E0;
}
.p-item_detail__content .content .text_area .attribute tbody tr th {
  width: 30%;
  padding: 1.3em;
  font-weight: 700;
  vertical-align: top;
  border-bottom: solid 1px #E0E0E0;
}
.p-item_detail__content .content .text_area .attribute tbody tr td {
  padding: 1.3em 0;
  vertical-align: top;
  border-bottom: solid 1px #E0E0E0;
}
@media only screen and (min-width: 1600px) {
  .p-item_detail__content .content .text_area .btn_area {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 780px) {
  .p-item_detail__content .content .text_area .btn_area form {
    text-align: center;
  }
}
.p-item_detail__content .content .text_area .btn_area form .variations {
  margin-bottom: 3rem;
  font-size: 1.4rem;
  display: block;
}
@media only screen and (max-width: 780px) {
  .p-item_detail__content .content .text_area .btn_area form .variations {
    width: 34.2rem;
    margin: 0 auto 1rem auto;
    font-size: 1.2rem;
    text-align: left;
  }
}
.p-item_detail__content .content .text_area .btn_area form .variations tbody {
  display: block;
  letter-spacing: -0.4em;
}
.p-item_detail__content .content .text_area .btn_area form .variations tbody > * {
  display: inline-block;
  letter-spacing: normal;
}
.p-item_detail__content .content .text_area .btn_area form .variations tbody tr {
  margin-right: 1.5rem;
  margin-bottom: 0.5rem;
  letter-spacing: -0.4em;
}
.p-item_detail__content .content .text_area .btn_area form .variations tbody tr > * {
  display: inline-block;
  letter-spacing: normal;
}
.p-item_detail__content .content .text_area .btn_area form .variations tbody tr .label {
  margin-right: 1rem;
}
.p-item_detail__content .content .text_area .btn_area form .variations tbody tr .value select {
  padding: 0.5em 2em 0.5em 0.75em;
  background-color: #ffffff;
  border: solid 1px #DDDDDD;
  background-image: url("../img/form_select_icon.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) center;
  background-size: 1rem auto;
}
.p-item_detail__content .content .text_area .btn_area form .quantity {
  width: 3.5em;
  margin-bottom: 0.5rem;
  display: inline-block;
}
@media only screen and (max-width: 780px) {
  .p-item_detail__content .content .text_area .btn_area form .quantity {
    width: 34.2rem;
    margin: 0 auto 1rem auto;
    padding: 1rem;
  }
}
.p-item_detail__content .content .text_area .btn_area form .quantity .screen-reader-text {
  display: none;
}
.p-item_detail__content .content .text_area .btn_area form .quantity .qty {
  width: 100%;
  padding: 1.5rem 0.5rem 1.2rem 1rem;
  font-size: 1.4rem;
  text-align: center;
  border: solid 1px #DDDDDD;
}
@media only screen and (max-width: 780px) {
  .p-item_detail__content .content .text_area .btn_area form .quantity .qty {
    width: 34.2rem;
    margin: 0 auto 1rem auto;
    padding: 1rem;
  }
}
.p-item_detail__content .content .text_area .btn_area form .single_add_to_cart_button {
  width: 29rem;
  padding: 1.6rem 8rem 1.5rem 1.5rem;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #ffffff !important;
  border: solid 1px #ffffff;
  background-color: #141414;
  border-radius: 0.4rem;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-item_detail__content .content .text_area .btn_area form .single_add_to_cart_button {
    width: 34.2rem;
    max-width: 100%;
    padding: 2.4rem 6rem;
    font-size: 1.5rem;
    text-align: center;
  }
}
.p-item_detail__content .content .text_area .btn_area form .single_add_to_cart_button:before {
  width: 4.4rem;
  height: 1px;
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  right: 3rem;
}
@media only screen and (max-width: 780px) {
  .p-item_detail__content .content .text_area .btn_area form .single_add_to_cart_button:before {
    width: 3.5rem;
    right: 2.2rem;
  }
}
.p-item_detail__content .content .text_area .btn_area form .single_add_to_cart_button:after {
  width: 0.8rem;
  height: 0.8rem;
  margin-top: -0.4rem;
  content: "";
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 6.6rem;
  transition: right 0.3s;
}
@media only screen and (max-width: 780px) {
  .p-item_detail__content .content .text_area .btn_area form .single_add_to_cart_button:after {
    width: 0.7rem;
    height: 0.7rem;
    margin-top: -0.35rem;
    right: 5rem;
  }
}
.p-item_detail__content .content .text_area .btn_area form .single_add_to_cart_button:hover:after {
  right: 3rem;
}
.p-item_detail__content .content .text_area .btn_area .btn {
  padding-bottom: 1.6rem;
}
@media only screen and (max-width: 1599px) {
  .p-item_detail__content .content .text_area .btn_area .btn {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-item_detail__content .content .text_area .btn_area .btn {
    text-align: center;
  }
}

/****************************************************
 * 6.装飾
 ****************************************************/
.underline {
  text-decoration: underline;
}

.bold {
  font-weight: 700;
}

/****************************************************
 * 7.印刷用調整
 ****************************************************/
@media print {
  @page {
    /* A4縦サイズ */
    size: 210mm 297mm;
  }
  html {
    font-size: 10pt !important;
  }
  body {
    margin: 0 !important;
    padding: 0 !important;
  }
  * {
    -webkit-print-color-adjust: exact;
  }
  .container {
    padding: 0 !important;
  }
  #header {
    position: static !important;
  }
  img {
    display: block !important;
  }
}