@charset "UTF-8";
#wrapper {
  position: relative;
  background-image: url(../img/bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.x_ttl {
  position: relative;
  font-size: 4.0rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .x_ttl {
    font-size: 20px;
    line-height: 1.5;
  }
}

.m_ttl {
  position: relative;
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .m_ttl {
    font-size: 16px;
    line-height: 1.5;
  }
}

.s_ttl {
  position: relative;
  font-size: 2.0rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .s_ttl {
    font-size: 16px;
  }
}

.s_txt {
  position: relative;
  font-size: 1.0rem;
  line-height: 1.8;
  font-weight: 300;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 768px) {
  .s_txt {
    font-size: 8px;
  }
}

.m_txt {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.12em;
}

@media only screen and (max-width: 768px) {
  .m_txt {
    font-size: 10px;
  }
}

.sm_txt {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.8;
  font-weight: 300;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 768px) {
  .sm_txt {
    font-size: 10px;
  }
}

.section_title {
  position: relative;
  z-index: 0;
}

.section_title .m_ttl, .section_title .x_ttl {
  position: relative;
  text-align: center;
  z-index: 1;
}

.section_title .m_txt {
  position: relative;
  text-align: center;
  margin-top: 4.2rem;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .section_title .m_txt {
    margin-top: 30px;
  }
}

.section_title .txt_bg {
  position: absolute;
  top: 48%;
  left: 50%;
  font-size: 20.0rem;
  line-height: 1.0;
  font-weight: 600;
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.1);
  -webkit-transform: translate(-50%, -50%) rotate(-10deg);
          transform: translate(-50%, -50%) rotate(-10deg);
  z-index: 0;
}

@media only screen and (max-width: 768px) {
  .section_title .txt_bg {
    font-size: 50px;
    top: 10px;
  }
}

.custom_selectbox {
  position: relative;
  width: 21.0rem;
  font-family: "Hiragino Mincho ProN";
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.4rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #FFFFFF;
  max-width: 100%;
  z-index: 0;
}

@media only screen and (max-width: 768px) {
  .custom_selectbox {
    width: 120px;
    max-width: 100%;
    font-size: 10px;
    line-height: 16px;
  }
}

.custom_selectbox select {
  display: none;
}

.custom_selectbox .select-selected {
  background-color: #435371;
}

.custom_selectbox .select-selected::after {
  position: absolute;
  content: "";
  top: 45%;
  top: calc(50% - 3px);
  right: 16px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #FFFFFF;
  border-bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .custom_selectbox .select-selected::after {
    top: calc(50% - 2px);
    right: 10px;
    border-left-width: 4px;
    border-right-width: 4px;
    border-top-width: 4px;
  }
}

.custom_selectbox .select-selected.select-arrow-active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.custom_selectbox .select-items div,
.custom_selectbox .select-selected {
  color: #ffffff;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media only screen and (max-width: 768px) {
  .custom_selectbox .select-items div,
  .custom_selectbox .select-selected {
    padding: 10px;
  }
}

.custom_selectbox .select-items {
  position: absolute;
  background-color: #435371;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 9;
}

.custom_selectbox .select-hide {
  display: none;
}

.custom_selectbox .select-items div:hover,
.custom_selectbox .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.add_cart_btn {
  position: relative;
  display: block;
  background-color: #089DA3;
  width: 21.0rem;
  font-family: "Hiragino Mincho ProN";
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.4rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #FFFFFF;
  max-width: 100%;
  padding: 13px 20px;
  border: none;
  outline: none;
  text-decoration: none;
  -webkit-transition: background 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: background 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 0;
}

@media only screen and (max-width: 768px) {
  .add_cart_btn {
    width: 120px;
    max-width: 100%;
    font-size: 10px;
    line-height: 16px;
    padding: 10px 10px;
  }
}

.add_cart_btn span {
  position: relative;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}

.add_cart_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #435371;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  z-index: 1;
}

.add_cart_btn:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.intro_video_div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  z-index: 0;
}

.intro_video_div video {
  position: relative;
  width: 100%;
  z-index: 0;
}

.intro_video_div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  z-index: 1;
}

.intro_video_div .overlay_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16.4rem;
  cursor: pointer;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .intro_video_div .overlay_btn {
    width: 100px;
  }
}

.intro_video_div.active .play.overlay_btn {
  display: none;
}

.intro_video_div .pause.overlay_btn {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.intro_video_div.active::after {
  opacity: 0;
  visibility: hidden;
}

@media print, screen and (min-width: 769px) {
  .intro_video_div.active:hover .pause.overlay_btn {
    opacity: 1;
    visibility: visible;
  }
  .intro_video_div.active:hover::after {
    opacity: 1;
    visibility: visible;
  }
}

.p_mainvisual_section {
  position: relative;
  padding: 10.0rem 4.5rem 3.0rem;
}

@media only screen and (max-width: 768px) {
  .p_mainvisual_section {
    padding: 60px 40px 10px;
  }
}

.p_mainvisual_section .mainvisual_picture {
  position: relative;
  width: 100%;
  max-width: 36.0rem;
  margin-left: auto;
  margin-right: auto;
  z-index: 0;
}

@media only screen and (max-width: 768px) {
  .p_mainvisual_section .mainvisual_picture {
    max-width: 100%;
  }
}

.p_waveform_section {
  position: relative;
  padding: 8.0rem 0;
}

@media only screen and (max-width: 768px) {
  .p_waveform_section {
    padding: 40px 0 50px;
  }
}

.p_waveform_section .m_ttl {
  margin-bottom: 7.0rem;
}

@media only screen and (max-width: 768px) {
  .p_waveform_section .m_ttl {
    margin-bottom: 40px;
  }
}

.p_waveform_section .m_txt {
  text-align: center;
}

.p_waveform_section #wateform {
  position: relative;
  max-width: 100%;
  width: 70.0rem;
  height: 35.0rem;
  margin-top: 8.0rem;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .p_waveform_section #wateform {
    width: 240px;
    height: 120px;
    margin-top: 4.0rem;
  }
}

.p_playvoice_section {
  position: relative;
  padding: 8.0rem 0 10.0rem;
}

@media only screen and (max-width: 768px) {
  .p_playvoice_section {
    padding: 50px 0 70px;
  }
}

.p_playvoice_section .section_title {
  margin-bottom: 12.0rem;
}

@media only screen and (max-width: 768px) {
  .p_playvoice_section .section_title {
    margin-bottom: 60px;
  }
}

.p_playvoice_section .play_inner_row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

@media only screen and (max-width: 768px) {
  .p_playvoice_section .play_inner_row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.p_playvoice_section .play_inner_row .inner_col {
  position: relative;
  padding: 0 3.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 50%;
}

@media only screen and (max-width: 768px) {
  .p_playvoice_section .play_inner_row .inner_col {
    padding: 0 10px;
    width: 100%;
    max-width: 100%;
  }
  .p_playvoice_section .play_inner_row .inner_col:not(:last-child) {
    margin-bottom: 80px;
  }
}

.p_playvoice_section .phone_picture {
  position: relative;
  width: 33.6rem;
  border-radius: 2.0rem;
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  .p_playvoice_section .phone_picture {
    width: 100%;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p_playvoice_section .play_picture {
  position: relative;
  width: 28.4rem;
  max-width: 100%;
  border-radius: 2.0rem;
}

@media only screen and (max-width: 768px) {
  .p_playvoice_section .play_picture {
    width: 100%;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p_sample_section {
  position: relative;
  padding: 10.0rem 0 10.0rem;
}

@media only screen and (max-width: 768px) {
  .p_sample_section {
    padding: 50px 0 70px;
  }
}

.p_sample_section .section_title {
  margin-bottom: 12.0rem;
}

@media only screen and (max-width: 768px) {
  .p_sample_section .section_title {
    margin-bottom: 50px;
  }
}

.p_sample_section .intro_video_wrap {
  position: relative;
  max-width: 44.2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .p_sample_section .intro_video_wrap {
    max-width: 275px;
    margin-top: 50px;
  }
}

.p_sample_section .intro_video_div {
  position: relative;
  overflow: hidden;
  border-radius: 2.0rem;
}

@media only screen and (max-width: 768px) {
  .p_sample_section .intro_video_div {
    border-radius: 20px;
  }
}

.p_sample_section .intro_help {
  position: relative;
  margin-top: 5.0rem;
}

@media only screen and (max-width: 768px) {
  .p_sample_section .intro_help {
    margin-top: 40px;
  }
}

.p_sample_section .intro_help .sm_txt {
  font-weight: 600;
  text-align: center;
}

.p_speciallive_section {
  position: relative;
  padding: 10.0rem 0 8.0rem;
}

@media only screen and (max-width: 768px) {
  .p_speciallive_section {
    padding: 50px 0 50px;
  }
}

.p_speciallive_section .section_title {
  margin-bottom: 10.0rem;
}

@media only screen and (max-width: 768px) {
  .p_speciallive_section .section_title {
    margin-bottom: 80px;
  }
}

.p_speciallive_section .live_info {
  position: relative;
}

.p_speciallive_section .live_info .ttl {
  position: relative;
  font-size: 2.0rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 3.0rem;
}

@media only screen and (max-width: 768px) {
  .p_speciallive_section .live_info .ttl {
    font-size: 16px;
    margin-bottom: 25px;
  }
}

.p_speciallive_section .live_info .m_txt {
  text-align: center;
}

.p_speciallive_section .live_info table.m_txt {
  position: relative;
  border-collapse: collapse;
  border: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}

.p_speciallive_section .live_info table.m_txt th, .p_speciallive_section .live_info table.m_txt td {
  position: relative;
  padding: 0.2rem 0.3rem;
  border: none;
}

@media only screen and (max-width: 768px) {
  .p_speciallive_section .live_info table.m_txt th, .p_speciallive_section .live_info table.m_txt td {
    padding: 2px 3px;
  }
}

.p_speciallive_section .live_map_wrap {
  position: relative;
  max-width: 70.0rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10.0rem;
}

@media only screen and (max-width: 768px) {
  .p_speciallive_section .live_map_wrap {
    max-width: 100%;
    padding: 0 10px;
    margin-top: 60px;
  }
}

.p_speciallive_section .live_map {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border-radius: 2.0rem;
  z-index: 0;
}

@media only screen and (max-width: 768px) {
  .p_speciallive_section .live_map {
    border-radius: 10px;
  }
}

.p_speciallive_section .live_map iframe {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .p_speciallive_section .live_map iframe {
    height: 200px;
  }
}

.p_initial_section {
  position: relative;
  padding: 10.0rem 0 8.0rem;
}

@media only screen and (max-width: 768px) {
  .p_initial_section {
    padding: 50px 0 50px;
  }
}

.p_initial_section .section_title {
  position: relative;
  margin-bottom: 10.0rem;
}

@media only screen and (max-width: 768px) {
  .p_initial_section .section_title {
    margin-bottom: 60px;
  }
}

.p_initial_section .initial_picture_wrap {
  position: relative;
  max-width: 70.0rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .p_initial_section .initial_picture_wrap {
    max-width: 100%;
    padding: 0 10px;
  }
}

.p_initial_section .initial_picture {
  position: relative;
  width: 100%;
  border-radius: 2.0rem;
}

@media only screen and (max-width: 768px) {
  .p_initial_section .initial_picture {
    border-radius: 10px;
  }
}

.p_engraving_section {
  position: relative;
  padding: 8.0rem 0 8.0rem;
}

@media only screen and (max-width: 768px) {
  .p_engraving_section {
    padding: 50px 0 70px;
  }
}

.p_engraving_section .section_title {
  margin-bottom: 3.6rem;
}

@media only screen and (max-width: 768px) {
  .p_engraving_section .section_title {
    margin-bottom: 50px;
  }
}

.p_engraving_section .section_title .m_txt {
  margin-top: 3.5rem;
}

@media only screen and (max-width: 768px) {
  .p_engraving_section .section_title .m_txt {
    margin-top: 20px;
  }
}

.p_engraving_section .engraving_help {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p_engraving_section .engraving_help .inner_wrap {
  position: relative;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p_engraving_section .engraving_help .s_txt {
  position: relative;
  font-weight: 300;
}

.p_engraving_section .engraving_help ul.s_txt {
  list-style: none;
  position: relative;
}

.p_engraving_section .engraving_help ul.s_txt > li {
  position: relative;
  padding-left: 1.4rem;
}

@media only screen and (max-width: 768px) {
  .p_engraving_section .engraving_help ul.s_txt > li {
    padding-left: 10px;
  }
}

.p_engraving_section .engraving_help ul.s_txt > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.p_engraving_section .engraving_message {
  position: relative;
  max-width: 47.2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7.0rem;
}

@media only screen and (max-width: 768px) {
  .p_engraving_section .engraving_message {
    max-width: 100%;
    padding: 0 15px;
    margin-top: 60px;
  }
}

.p_engraving_section .engraving_message .message_picture {
  width: 100%;
  border-radius: 1.0rem;
}

.p_materials_section {
  position: relative;
  padding: 18.0rem 0 8.0rem;
}

@media only screen and (max-width: 768px) {
  .p_materials_section {
    padding: 50px 0 40px;
  }
}

.p_materials_section .section_title {
  position: relative;
  margin-bottom: 15.0rem;
}

@media only screen and (max-width: 768px) {
  .p_materials_section .section_title {
    margin-bottom: 40px;
  }
}

.p_materials_section .section_title .txt_bg {
  -webkit-transform: translate(-50%, -58%);
          transform: translate(-50%, -58%);
}

@media only screen and (max-width: 768px) {
  .p_materials_section .section_title .txt_bg {
    -webkit-transform: translate(-50%, -56%);
            transform: translate(-50%, -56%);
  }
}

.p_material_detail_box {
  position: relative;
  max-width: 80.0rem;
  width: 100%;
  padding: 0;
  border-radius: 2.0rem;
  background: transparent;
  -webkit-backdrop-filter: blur(10.1072px);
          backdrop-filter: blur(10.1072px);
  --webkit-backdrop-filter: blur(10.107199668884277px);
  background-color: rgba(255, 255, 255, 0.09);
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .p_material_detail_box {
    border-radius: 10px;
    max-width: 100%;
  }
}

.p_material_detail_box .p_material_slider {
  position: relative;
  border-radius: 2.0rem 2.0rem 0 0;
  width: 100%;
  overflow: hidden;
  margin: 0 !important;
  z-index: 0;
}

@media only screen and (max-width: 768px) {
  .p_material_detail_box .p_material_slider {
    border-radius: 10px 10px 0 0;
  }
}

.p_material_detail_box .p_material_slider .slide_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p_material_detail_box .p_material_slider .slide_item img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
}

.p_material_detail_box .p_material_slider .slick-list {
  position: relative;
  margin-right: -2px;
}

.p_material_detail_box .p_material_slider .slick-track {
  position: relative;
}

.p_material_detail_box .p_material_slider .slick-slide {
  position: relative;
  margin-right: 2px;
}

.p_material_detail_box .p_material_slider .slick-dots {
  bottom: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 5;
}

@media only screen and (max-width: 768px) {
  .p_material_detail_box .p_material_slider .slick-dots {
    bottom: 15px;
  }
}

.p_material_detail_box .p_material_slider .slick-dots li {
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding: 0 5px;
}

@media only screen and (max-width: 768px) {
  .p_material_detail_box .p_material_slider .slick-dots li {
    padding: 0 2px;
  }
}

.p_material_detail_box .p_material_slider .slick-dots li button {
  width: 7.8rem;
  height: 1.0rem;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .p_material_detail_box .p_material_slider .slick-dots li button {
    width: 30px;
    height: 4px;
  }
}

.p_material_detail_box .p_material_slider .slick-dots li button::before {
  display: none !important;
}

.p_material_detail_box .p_material_slider .slick-dots li.slick-active button {
  background: #FFFFFF;
}

.p_material_detail_box .p_material_detail {
  position: relative;
  padding: 6.0rem 5.0rem 7.0rem;
  z-index: 0;
}

@media only screen and (max-width: 768px) {
  .p_material_detail_box .p_material_detail {
    padding: 30px 20px 30px;
  }
}

.p_material_detail_box .p_material_detail .ttl {
  position: relative;
  font-size: 3.0rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 3.0rem;
}

@media only screen and (max-width: 768px) {
  .p_material_detail_box .p_material_detail .ttl {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

.p_material_detail_box .p_material_detail .desc {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 3.0rem;
}

@media only screen and (max-width: 768px) {
  .p_material_detail_box .p_material_detail .desc {
    font-size: 10px;
    margin-bottom: 26px;
  }
}

.p_material_detail_box .p_material_detail .price {
  position: relative;
  display: block;
  max-width: 24.8rem;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #FFFFFF;
  padding: 1.0rem 1.0rem;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .p_material_detail_box .p_material_detail .price {
    font-size: 10px;
    padding: 10px;
    max-width: 140px;
  }
}

.p_material_detail_box .p_material_detail .btns {
  position: relative;
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -1.8rem;
  margin-right: -1.8rem;
  margin-top: 4.0rem;
}

@media only screen and (max-width: 768px) {
  .p_material_detail_box .p_material_detail .btns {
    margin-left: -8px;
    margin-right: -8px;
    margin-top: 30px;
  }
}

.p_material_detail_box .p_material_detail .btns > li {
  position: relative;
  padding: 0 1.8rem;
}

@media only screen and (max-width: 768px) {
  .p_material_detail_box .p_material_detail .btns > li {
    padding: 0 8px;
  }
}

.p_material_detail_box .p_material_detail .custom_selectbox {
  position: relative;
}

.p_material_detail_box .p_material_detail .add_cart_btn {
  position: relative;
}

.p_material_detail_box.box-1 {
  z-index: 3;
  margin-bottom: 12.0rem;
}

@media only screen and (max-width: 768px) {
  .p_material_detail_box.box-1 {
    margin-bottom: 60px;
  }
}

.p_description_section {
  position: relative;
  padding: 8.0rem 0 12.0rem;
}

@media only screen and (max-width: 768px) {
  .p_description_section {
    padding: 50px 0 70px;
  }
}

.p_description_section .p_desc_list {
  position: relative;
  list-style: none;
  padding: 0;
  max-width: 41.2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .p_description_section .p_desc_list {
    max-width: 335px;
  }
}

.p_description_section .p_desc_list > li {
  position: relative;
  display: block;
}

.p_description_section .p_desc_list > li:not(:last-child) {
  margin-bottom: 12.0rem;
}

@media only screen and (max-width: 768px) {
  .p_description_section .p_desc_list > li:not(:last-child) {
    margin-bottom: 50px;
  }
}

.p_description_section .p_desc_list .s_ttl {
  position: relative;
  margin-bottom: 2.4rem;
}

@media only screen and (max-width: 768px) {
  .p_description_section .p_desc_list .s_ttl {
    margin-bottom: 24px;
  }
}

.p_description_section .p_desc_list .sm_txt {
  position: relative;
}

.p_description_section .p_desc_list ul.sm_txt {
  position: relative;
  list-style: none;
}

.p_description_section .p_desc_list ul.sm_txt > li {
  position: relative;
  padding-left: 1.4rem;
}

@media only screen and (max-width: 768px) {
  .p_description_section .p_desc_list ul.sm_txt > li {
    padding-left: 12px;
  }
}

.p_description_section .p_desc_list ul.sm_txt > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

/*# sourceMappingURL=style.css.map */
