/*
 * _setting.scss
 */
/*
 * _mixin.scss
 */
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Noto Sans CJK JP Thin"), url("/assets/fonts/NotoSansCJKjp-Thin.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Thin.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Noto Sans CJK JP Light"), url("/assets/fonts/NotoSansCJKjp-Light.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Light.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 350;
  font-display: swap;
  src: local("Noto Sans CJK JP DemiLight"), url("/assets/fonts/NotoSansCJKjp-DemiLight.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-DemiLight.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local("Noto Sans CJK JP Regular"), url("/assets/fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Noto Sans CJK JP Medium"), url("/assets/fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Noto Sans CJK JP Bold"), url("/assets/fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Noto Sans CJK JP Black"), url("/assets/fonts/NotoSansCJKjp-Black.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Black.woff") format("woff");
}
@media screen and (max-width: 768px) {
  .l-sec_in {
    width: 90%;
  }
}

.p-commonTitle1 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-commonTitle1 {
    font-size: 5.8666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}

.p-commonTitle2 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-commonTitle2 {
    font-size: 4.8vw;
    margin-bottom: 8vw;
  }
}
.p-commonTitle2 span {
  display: inline-block;
  padding: 10px 0;
  border-top: 1px solid #59473e;
  border-bottom: 1px solid #59473e;
}
@media screen and (max-width: 768px) {
  .p-commonTitle2 span {
    padding: 2.1333333333vw 0;
    border-top: 0.2666666667vw solid #59473e;
    border-bottom: 0.2666666667vw solid #59473e;
  }
}

.p-buttonStyle1 {
  display: block;
  text-decoration: none;
  transition: 0.3s;
  background: #f4f4f1;
}
.p-buttonStyle1:hover {
  opacity: 0.7;
}
.p-buttonStyle1_header {
  position: relative;
  color: #fff;
  padding: 10px 56px 10px 12px;
}
@media screen and (max-width: 768px) {
  .p-buttonStyle1_header {
    padding: 2.1333333333vw 9.6vw 2.1333333333vw 2.1333333333vw;
  }
}
.p-buttonStyle1_header._bg1 {
  background: #0d8899;
}
.p-buttonStyle1_header._bg1 ._no {
  color: #0d8899;
}
.p-buttonStyle1_header._bg2 {
  background: #ec6c00;
}
.p-buttonStyle1_header._bg2 ._no {
  color: #ec6c00;
}
.p-buttonStyle1 ._txt1 {
  display: flex;
  align-items: center;
  font-weight: bold;
  padding-bottom: 4px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .p-buttonStyle1 ._txt1 {
    font-size: 2.9333333333vw;
    padding-bottom: 1.0666666667vw;
    border-bottom: 0.2666666667vw solid #fff;
  }
}
.p-buttonStyle1 ._txt2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  padding-top: 4px;
}
@media screen and (max-width: 768px) {
  .p-buttonStyle1 ._txt2 {
    font-size: 3.7333333333vw;
    padding-top: 1.0666666667vw;
  }
}
.p-buttonStyle1 ._icon {
  width: 22px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 768px) {
  .p-buttonStyle1 ._icon {
    width: 4.8vw;
    right: 1.6vw;
  }
}

.p-buttonStyle2 {
  position: relative;
  font-weight: bold !important;
  color: #fff !important;
  width: 100%;
  height: 45px;
  padding: 5px;
  line-height: 1.4;
  font-weight: bold;
  text-decoration: none;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #000;
  transition: 0.3s;
}
.p-buttonStyle2:hover {
  opacity: 0.7;
}
.p-buttonStyle2 ._txt1 {
  font-size: 16px;
}
.p-buttonStyle2 ._txt2 {
  font-size: 30px;
  font-weight: bold;
}
.p-buttonStyle2 ._icon {
  line-height: 1;
  width: 22px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 768px) {
  .p-buttonStyle2 ._icon {
    width: 5.8666666667vw;
    right: 3.2vw;
  }
}

.p-secCommon {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-secCommon {
    margin-top: 18.6666666667vw;
  }
}
.p-secCommon .l-sec_in {
  background: #f1f1ee;
}
.p-secCommon_cnt {
  padding: 40px 30px;
}
@media screen and (max-width: 768px) {
  .p-secCommon_cnt {
    padding: 5.3333333333vw 4vw;
  }
}
.p-secCommon_title {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-secCommon_title {
    font-size: 4.8vw;
    padding: 2.1333333333vw;
    height: auto;
  }
}
.p-secCommon_list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .p-secCommon_list {
    flex-direction: column;
    gap: 4vw 0;
  }
}
.p-secCommon_list li {
  width: 434px;
  padding: 22px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-secCommon_list li {
    width: 100%;
    padding: 4vw;
  }
}
.p-secCommon_list li ._header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-secCommon_list li ._header {
    margin-bottom: 2.1333333333vw;
  }
}
.p-secCommon_list li ._header ._no {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #b5d7da;
  font-size: 100px;
  line-height: 1;
  margin-right: 16px;
  letter-spacing: -3px;
}
@media screen and (max-width: 768px) {
  .p-secCommon_list li ._header ._no {
    font-size: 10.6666666667vw;
    margin-right: 2.6666666667vw;
    letter-spacing: -0.5333333333vw;
  }
}
.p-secCommon_list li ._header ._title {
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-secCommon_list li ._header ._title {
    font-size: 4.2666666667vw;
  }
}
.p-secCommon_list li ._body {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-secCommon_list li ._body {
    margin-bottom: 4vw;
  }
}
.p-secCommon_list li ._body ._txt2 {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .p-secCommon_list li ._body ._txt2 {
    font-size: 2.9333333333vw;
  }
}
.p-secCommon_flow {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .p-secCommon_flow {
    margin-top: 16vw;
  }
}
.p-secCommon_acdBtn {
  cursor: pointer;
  font-size: 18px;
  display: flex;
  font-weight: 500;
  align-items: center;
  padding: 13px 15px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-secCommon_acdBtn {
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw 2.6666666667vw;
  }
}
.p-secCommon_acdBtn ._no {
  width: 16px;
  text-align: center;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .p-secCommon_acdBtn ._no {
    width: 3.2vw;
    margin-right: 2.1333333333vw;
  }
}
.p-secCommon_acdBtn ._plus {
  top: 50%;
  right: 15px;
  position: absolute;
  width: 21px;
  height: 21px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-secCommon_acdBtn ._plus {
    right: 2.6666666667vw;
    width: 4vw;
    height: 4vw;
  }
}
.p-secCommon_acdBtn ._plus span {
  position: absolute;
  background: #6e5b50;
}
.p-secCommon_acdBtn ._plus span:nth-child(1) {
  width: 100%;
  height: 1px;
  top: 50%;
}
@media screen and (max-width: 768px) {
  .p-secCommon_acdBtn ._plus span:nth-child(1) {
    height: 0.2666666667vw;
  }
}
.p-secCommon_acdBtn ._plus span:nth-child(2) {
  width: 1px;
  height: 100%;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .p-secCommon_acdBtn ._plus span:nth-child(2) {
    width: 0.2666666667vw;
  }
}
.p-secCommon_acdBtn.is-open ._plus span:nth-child(2) {
  opacity: 0;
}
.p-secCommon_acdCnt {
  display: none;
  padding: 25px 40px;
  background: #e5e5e3;
}
@media screen and (max-width: 768px) {
  .p-secCommon_acdCnt {
    padding: 4vw 4vw;
  }
}
.p-secCommon_acdCnt ._btn {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-secCommon_acdCnt ._btn {
    margin-top: 2.6666666667vw;
  }
}
.p-secCommon_acdCnt ._btn a, .p-secCommon_acdCnt ._btn button {
  width: 230px;
  height: 30px;
  align-items: flex-start;
  padding: 8px;
  background: #e18539;
}
@media screen and (max-width: 768px) {
  .p-secCommon_acdCnt ._btn a, .p-secCommon_acdCnt ._btn button {
    width: 58.6666666667vw;
    height: 8vw;
    padding: 1.8666666667vw;
  }
}
.p-secCommon_acdCnt ._btn a ._icon, .p-secCommon_acdCnt ._btn button ._icon {
  right: 5px;
  width: 14px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-secCommon_acdCnt ._btn a ._icon, .p-secCommon_acdCnt ._btn button ._icon {
    right: 1.3333333333vw;
    width: 3.7333333333vw;
  }
}

.p-secMainv_btn {
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 340px;
}
@media screen and (max-width: 768px) {
  .p-secMainv_btn {
    position: static;
    margin: 5.3333333333vw auto 0;
    width: 80%;
  }
}
.p-secMainv_btn a {
  display: block;
  transition: 0.3s;
}
.p-secMainv_btn a:hover {
  opacity: 0.7;
}
.p-secMainvFooter {
  margin: 20px 0 80px;
}
@media screen and (max-width: 768px) {
  .p-secMainvFooter {
    margin: 5.3333333333vw 0 13.3333333333vw;
  }
}
.p-secMainvFooter_list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-secMainvFooter_list {
    display: block;
  }
}
.p-secMainvFooter_txt {
  font-weight: bold;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .p-secMainvFooter_txt {
    text-align: center;
    margin: 0 0 2.6666666667vw;
  }
}
.p-secMainvFooter_btns {
  display: flex;
  gap: 0 15px;
}
@media screen and (max-width: 768px) {
  .p-secMainvFooter_btns {
    gap: 0 4vw;
  }
}
.p-secMainvFooter_btns li {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .p-secMainvFooter_btns li {
    width: 100%;
  }
}
.p-secMainvFooter_other {
  margin-left: 36px;
}
@media screen and (max-width: 768px) {
  .p-secMainvFooter_other {
    margin: 4vw 0 0;
  }
}
.p-secMainvFooter_other a, .p-secMainvFooter_other button {
  width: 240px;
  position: relative;
  display: flex;
  font-size: 16px;
  align-items: center;
  font-weight: bold;
  text-decoration: none;
  background: #e2e0e0;
  padding: 12px 15px 12px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-secMainvFooter_other a, .p-secMainvFooter_other button {
    width: 100%;
    font-size: 3.7333333333vw;
    padding: 2.6666666667vw 3.2vw 2.6666666667vw;
  }
}
.p-secMainvFooter_other a:hover, .p-secMainvFooter_other button:hover {
  opacity: 0.7;
}
.p-secMainvFooter_other a ._txt svg, .p-secMainvFooter_other button ._txt svg {
  width: 15px;
  position: relative;
  top: -2px;
  margin-left: 3px;
}
@media screen and (max-width: 768px) {
  .p-secMainvFooter_other a ._txt svg, .p-secMainvFooter_other button ._txt svg {
    width: 3.2vw;
    top: -0.5333333333vw;
    margin-left: 0.8vw;
  }
}
.p-secMainvFooter_other a ._icon, .p-secMainvFooter_other button ._icon {
  width: 22px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-secMainvFooter_other a ._icon, .p-secMainvFooter_other button ._icon {
    width: 4.8vw;
    right: 4vw;
  }
}

.p-secSincerely_txt1 {
  text-align: center;
  line-height: 2.2;
}

.p-secMerit {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .p-secMerit {
    margin-top: 16vw;
  }
}
.p-secMerit_txt1 {
  text-align: center;
  line-height: 2.2;
}
.p-secMerit_list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-secMerit_list {
    gap: 2.6666666667vw 0;
    flex-direction: column;
  }
}
.p-secMerit_list li {
  width: 465px;
  background: #f1f1ee;
}
@media screen and (max-width: 768px) {
  .p-secMerit_list li {
    width: 100%;
  }
}
.p-secMerit_list ._box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-secMerit_list ._box {
    display: block;
  }
}
.p-secMerit_list ._boxcnt {
  width: 320px;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .p-secMerit_list ._boxcnt {
    width: 100%;
    padding: 4vw;
  }
}
.p-secMerit_list ._boximg {
  width: 145px;
}
@media screen and (max-width: 768px) {
  .p-secMerit_list ._boximg {
    width: 40%;
    margin: 0 auto 4vw;
  }
}
.p-secMerit_list ._title {
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .p-secMerit_list ._title {
    margin-bottom: 1.6vw;
  }
}

.p-secDifference {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .p-secDifference {
    margin-top: 16vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secDifference_list {
    display: flex;
    flex-direction: column;
    gap: 8vw 0;
  }
}
.p-secDifference_list li + li {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-secDifference_list li + li {
    margin-top: 4vw;
  }
}
.p-secDifference_list ._box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-secDifference_list ._box {
    flex-direction: column;
  }
}
.p-secDifference_list ._boxcnt {
  width: 400px;
}
@media screen and (max-width: 768px) {
  .p-secDifference_list ._boxcnt {
    width: 100%;
  }
}
.p-secDifference_list ._boximg {
  width: 528px;
}
@media screen and (max-width: 768px) {
  .p-secDifference_list ._boximg {
    width: 100%;
    margin-bottom: 4vw;
  }
}
.p-secDifference_list ._title {
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .p-secDifference_list ._title {
    margin-bottom: 2.1333333333vw;
  }
}
.p-secDifference_list ._title._1 img {
  width: 218px;
}
@media screen and (max-width: 768px) {
  .p-secDifference_list ._title._1 img {
    width: 58.1333333333vw;
  }
}
.p-secDifference_list ._title._2 img {
  width: 190px;
}
@media screen and (max-width: 768px) {
  .p-secDifference_list ._title._2 img {
    width: 50.6666666667vw;
  }
}
.p-secDifference_img {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-secDifference_img {
    width: 186.6666666667vw;
    margin-top: 5.3333333333vw;
  }
}
.p-secDifference_btn {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-secDifference_btn {
    margin-top: 8vw;
  }
}
.p-secDifference_btn a {
  width: 420px;
  height: 92px;
  align-items: flex-start;
  padding: 0 15px;
  background: #e18539;
}
@media screen and (max-width: 768px) {
  .p-secDifference_btn a {
    width: 100%;
    height: 21.3333333333vw;
    padding: 0 4vw;
  }
}
.p-secDifference_btn a ._txt1 {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .p-secDifference_btn a ._txt1 {
    font-size: 3.4666666667vw;
  }
}
.p-secDifference_btn a ._txt2 {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-secDifference_btn a ._txt2 {
    font-size: 6.1333333333vw;
  }
}
.p-secDifference_btn a ._icon {
  transform: translateY(-50%);
}

.p-secBrand {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .p-secBrand {
    margin-top: 16vw;
  }
}
.p-secBrand_cnt {
  padding: 40px 60px;
  background: #f1f1ee;
}
@media screen and (max-width: 768px) {
  .p-secBrand_cnt {
    padding: 4vw 5.3333333333vw;
  }
}
.p-secBrand_list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-secBrand_list {
    flex-direction: column;
    gap: 10.6666666667vw 0;
  }
}
.p-secBrand_list ._box._1 ._txt1 span {
  background: #00758a;
}
.p-secBrand_list ._box._1 .p-secBrand_btn a {
  background: #00758a;
}
.p-secBrand_list ._box._2 ._txt1 span {
  background: #e26d55;
}
.p-secBrand_list ._box._2 .p-secBrand_btn a {
  background: #e26d55;
}
.p-secBrand_list > li {
  width: 380px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-secBrand_list > li {
    width: 100%;
  }
}
.p-secBrand_list ._boxcnt ._txt1 {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-secBrand_list ._boxcnt ._txt1 {
    margin-bottom: 2.6666666667vw;
  }
}
.p-secBrand_list ._boxcnt ._txt1 span {
  display: inline-block;
  width: 94px;
  color: #fff;
  line-height: 1;
  padding: 8px 5px;
}
@media screen and (max-width: 768px) {
  .p-secBrand_list ._boxcnt ._txt1 span {
    font-size: 3.4666666667vw;
    width: 23.4666666667vw;
    padding: 1.6vw 1.0666666667vw;
  }
}
.p-secBrand_list ._boxcnt ._title {
  text-align: center;
  padding-bottom: 25px;
  border-bottom: 1px solid;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-secBrand_list ._boxcnt ._title {
    padding-bottom: 5.3333333333vw;
    border-bottom: 0.2666666667vw solid;
    margin-bottom: 4vw;
  }
}
.p-secBrand_list ._boxcnt ._title._1 img {
  width: 218px;
}
@media screen and (max-width: 768px) {
  .p-secBrand_list ._boxcnt ._title._1 img {
    width: 58.1333333333vw;
  }
}
.p-secBrand_list ._boxcnt ._title._2 img {
  width: 190px;
}
@media screen and (max-width: 768px) {
  .p-secBrand_list ._boxcnt ._title._2 img {
    width: 50.6666666667vw;
  }
}
.p-secBrand_list ._boxcnt ._txt2 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-secBrand_list ._boxcnt ._txt2 {
    font-size: 4.8vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p-secBrand_list ._boxcnt ._list {
  padding: 0 35px;
}
@media screen and (max-width: 768px) {
  .p-secBrand_list ._boxcnt ._list {
    padding: 0 2.6666666667vw;
  }
}
.p-secBrand_list ._boxcnt ._list li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 2;
}
.p-secBrand_btn {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-secBrand_btn {
    margin-top: 4vw;
  }
  .p-secBrand_btn a {
    height: 13.8666666667vw;
  }
}

.p-secSumstock .p-secCommon_title {
  background: #0d8596;
}
.p-secSumstock_txt1 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-secSumstock_txt1 {
    margin-bottom: 8vw;
  }
}
.p-secSumstock_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .p-secSumstock_box {
    flex-direction: column;
    margin-bottom: 13.3333333333vw;
  }
}
.p-secSumstock_box ._left {
  width: 490px;
}
@media screen and (max-width: 768px) {
  .p-secSumstock_box ._left {
    width: 100%;
  }
}
.p-secSumstock_box ._left dl + dl {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-secSumstock_box ._left dl + dl {
    margin-top: 5.3333333333vw;
  }
}
.p-secSumstock_box ._left dl dt {
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
  margin-bottom: 10px;
  background: #0d8596;
}
@media screen and (max-width: 768px) {
  .p-secSumstock_box ._left dl dt {
    padding: 1.0666666667vw 2.1333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
.p-secSumstock_box ._right {
  width: 365px;
}
@media screen and (max-width: 768px) {
  .p-secSumstock_box ._right {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
}
.p-secSumstock_box ._right ._youtube {
  position: relative;
}
.p-secSumstock_box ._right ._youtube a {
  display: block;
  transition: 0.3s;
}
.p-secSumstock_box ._right ._youtube a:hover {
  opacity: 0.7;
}
.p-secSumstock_box ._right ._youtube span {
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-secSumstock_box ._right ._youtube span {
    width: 18.6666666667vw;
  }
}
.p-secSumstock_box ._right ._brand a {
  display: block;
  margin-top: 20px;
  padding: 10px 20px;
  background: #fff;
  transition: 0.3s;
}
.p-secSumstock_box ._right ._brand a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-secSumstock_box ._right ._brand a {
    margin-top: 4vw;
    padding: 2.6666666667vw 4.8vw;
  }
}
.p-secSumstock_box2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  padding: 30px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-secSumstock_box2 {
    flex-direction: column;
    margin-top: 5.3333333333vw;
    padding: 5.3333333333vw;
  }
}
.p-secSumstock_box2 ._left {
  width: 490px;
}
@media screen and (max-width: 768px) {
  .p-secSumstock_box2 ._left {
    width: 100%;
    margin-bottom: 2.6666666667vw;
  }
}
.p-secSumstock_box2 ._left ._txt1 {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-secSumstock_box2 ._left ._txt1 {
    margin-bottom: 2.6666666667vw;
  }
}
.p-secSumstock_box2 ._left ._txt1 span {
  display: inline-block;
  width: 94px;
  color: #fff;
  line-height: 1;
  padding: 8px 5px;
  background: #00758a;
}
@media screen and (max-width: 768px) {
  .p-secSumstock_box2 ._left ._txt1 span {
    font-size: 3.4666666667vw;
    width: 23.4666666667vw;
    padding: 1.6vw 1.0666666667vw;
  }
}
.p-secSumstock_box2 ._left ._title {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-secSumstock_box2 ._left ._title {
    margin-bottom: 2.6666666667vw;
  }
}
.p-secSumstock_box2 ._left ._title img {
  width: 218px;
}
@media screen and (max-width: 768px) {
  .p-secSumstock_box2 ._left ._title img {
    width: 58.1333333333vw;
  }
}
.p-secSumstock_box2 ._left ._txt2 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-secSumstock_box2 ._left ._txt2 {
    font-size: 4.2666666667vw;
  }
}
.p-secSumstock_box2 ._right {
  width: 424px;
}
@media screen and (max-width: 768px) {
  .p-secSumstock_box2 ._right {
    width: 100%;
  }
}
.p-secSumstock_box2 ._right ._youtube {
  position: relative;
}
.p-secSumstock_box2 ._right ._youtube a {
  display: block;
  transition: 0.3s;
}
.p-secSumstock_box2 ._right ._youtube a:hover {
  opacity: 0.7;
}
.p-secSumstock_box2 ._right ._youtube span {
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-secSumstock_box2 ._right ._youtube span {
    width: 18.6666666667vw;
  }
}
.p-secSumstock_form {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-secSumstock_form {
    margin-top: 16vw;
  }
}
.p-secSumstock_formTitle {
  padding: 18px 10px;
  background: #00758a;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-secSumstock_formTitle {
    padding: 2.6666666667vw 2.6666666667vw;
    margin-bottom: 1.6vw;
  }
}
.p-secSumstock_formTitle span {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-secSumstock_formTitle span {
    line-height: 1.4;
  }
}
.p-secSumstock_formTitle span._txt1 {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .p-secSumstock_formTitle span._txt1 {
    font-size: 4.8vw;
  }
}
.p-secSumstock_formTitle span._txt2 {
  margin-top: 5px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .p-secSumstock_formTitle span._txt2 {
    font-size: 2.9333333333vw;
  }
}
.p-secSumstock_formList {
  padding: 30px 0;
  background-image: linear-gradient(to right, #b9b9b9 12px, transparent 8px);
  background-size: 20px 1px;
  background-repeat: repeat-x;
  background-position: left top;
}
.p-secSumstock_formList:first-child {
  background: none;
}
@media screen and (max-width: 768px) {
  .p-secSumstock_formList {
    padding: 4.8vw 0;
  }
}
.p-secSumstock_formList dt {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-secSumstock_formList dt {
    margin-bottom: 4vw;
  }
}
.p-secSumstock_formList ._txt1 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-secSumstock_formList ._txt1 {
    font-size: 4.2666666667vw;
  }
}
.p-secSumstock_formList ._txt1 ._require {
  color: #fff;
  font-size: 10px;
  line-height: 1;
  padding: 3px 5px;
  background: #f60000;
  position: relative;
  top: -5px;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .p-secSumstock_formList ._txt1 ._require {
    font-size: 2.4vw;
    padding: 0.8vw 1.0666666667vw;
    top: -0.8vw;
    margin-left: 2.1333333333vw;
  }
}
.p-secSumstock_formList ._txt2 {
  font-size: 12px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .p-secSumstock_formList ._txt2 {
    font-size: 2.6666666667vw;
    margin-top: 1.3333333333vw;
  }
}
.p-secSumstock_formList ._txt3 {
  margin-top: 20px;
}
.p-secSumstock_formList ._inputTxt {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  margin: 0 0 0 8px;
  position: relative;
  bottom: -14px;
}
@media screen and (max-width: 768px) {
  .p-secSumstock_formList ._inputTxt {
    font-size: 4.8vw;
    margin: 0 0 0 1.3333333333vw;
    bottom: -3.7333333333vw;
  }
}
.p-secSumstock_formList #price {
  font-size: 28px;
  text-align: right;
  border: none;
  width: 310px;
  height: 60px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .p-secSumstock_formList #price {
    font-size: 5.3333333333vw;
    width: 53.3333333333vw;
    height: 13.3333333333vw;
  }
}
.p-secSumstock_formList #price::-webkit-inner-spin-button, .p-secSumstock_formList #price::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}
.p-secSumstock_formList .select_wrap {
  display: inline-block;
  width: fit-content;
  position: relative;
}
.p-secSumstock_formList .select_wrap:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
.p-secSumstock_formList #complete_year {
  width: 272px;
  height: 60px;
  border: none;
  background: #fff;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .p-secSumstock_formList #complete_year {
    width: 45.3333333333vw;
    height: 13.3333333333vw;
  }
}
.p-secSumstock_formList ._error {
  margin-top: 10px;
  color: #f00;
}
.p-secSumstock_formBtn {
  width: 366px;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .p-secSumstock_formBtn {
    width: 100%;
    margin: 2.6666666667vw auto 0;
  }
}
.p-secSumstock_formBtn button {
  font-size: 20px;
  height: 56px;
  background: #0d8596;
}
@media screen and (max-width: 768px) {
  .p-secSumstock_formBtn button {
    font-size: 4.8vw;
    height: 12.8vw;
  }
}
.p-secSumstock_formBtn button ._icon {
  transform: translateY(-50%);
}
.p-secSumstock_result {
  width: 740px;
  margin: 60px auto 0;
  padding: 60px 60px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-secSumstock_result {
    width: 100%;
    margin: 10.6666666667vw auto 0;
    padding: 5.3333333333vw 5.3333333333vw;
    background: #fff;
  }
}
.p-secSumstock_resultTitle {
  color: #59473e;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-secSumstock_resultTitle {
    font-size: 5.8666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p-secSumstock_resultPrice {
  font-size: 20px;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #59473e;
}
@media screen and (max-width: 768px) {
  .p-secSumstock_resultPrice {
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    padding-bottom: 5.3333333333vw;
    margin-bottom: 1.3333333333vw;
    border-bottom: 0.2666666667vw solid #59473e;
  }
}
.p-secSumstock_resultPrice ._txt1 span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-secSumstock_resultPrice ._txt1 {
    margin-bottom: 2.6666666667vw;
  }
}
.p-secSumstock_resultPrice ._price {
  color: #0d8596;
  font-size: 40px;
  font-size: 38px;
  font-weight: bold;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-secSumstock_resultPrice ._price {
    font-size: 25px;
  }
}
.p-secSumstock_resultPrice ._txt2 {
  color: #59473e;
  font-size: 20px;
  font-size: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-secSumstock_resultPrice ._txt2 {
    font-size: 14px;
  }
}
.p-secSumstock_result ._txt3 {
  font-size: 12px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-secSumstock_result ._txt3 {
    font-size: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p-secSumstock_result ._btn a, .p-secSumstock_result ._btn button {
  font-size: 18px;
  height: 50px;
  background: #e18539;
}
@media screen and (max-width: 768px) {
  .p-secSumstock_result ._btn a, .p-secSumstock_result ._btn button {
    font-size: 4.2666666667vw;
    text-align: center;
    height: 16vw;
  }
}
.p-secSumstock_result ._btn a ._icon, .p-secSumstock_result ._btn button ._icon {
  transform: translateY(-50%);
}
.p-secSumstock_error {
  width: 740px;
  margin: 60px auto 0;
  padding: 30px 50px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-secSumstock_error {
    width: 100%;
    margin: 10.6666666667vw auto 0;
    padding: 5.3333333333vw 5.3333333333vw;
    background: #fff;
  }
}
.p-secSumstock_errorTitle {
  color: #59473e;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-secSumstock_errorTitle {
    font-size: 5.8666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p-secSumstock_errorTxt {
  text-align: center;
}
.p-secSumstock_btn {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-secSumstock_btn {
    margin-top: 10.6666666667vw;
  }
}
.p-secSumstock_btn a, .p-secSumstock_btn button {
  width: 445px;
  height: 92px;
  align-items: flex-start;
  padding: 0 15px;
  background: #e18539;
}
@media screen and (max-width: 768px) {
  .p-secSumstock_btn a, .p-secSumstock_btn button {
    width: 100%;
    height: 18.6666666667vw;
    padding: 0 1.8666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secSumstock_btn a ._txt1, .p-secSumstock_btn button ._txt1 {
    font-size: 3.2vw;
  }
}
.p-secSumstock_btn a ._txt2, .p-secSumstock_btn button ._txt2 {
  font-size: 23px;
}
@media screen and (max-width: 768px) {
  .p-secSumstock_btn a ._txt2, .p-secSumstock_btn button ._txt2 {
    font-size: 4.2666666667vw;
  }
}
.p-secSumstock_btn a ._icon, .p-secSumstock_btn button ._icon {
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-secSumstock_btn a ._icon, .p-secSumstock_btn button ._icon {
    right: 1.6vw;
    width: 4.8vw;
  }
}
.p-secSumstock_tel {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-secSumstock_tel {
    margin-top: 8vw;
  }
}
.p-secSumstock_telTitle {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-secSumstock_telTitle {
    font-size: 6.6666666667vw;
    margin-bottom: 1.6vw;
  }
}
.p-secSumstock_telBox {
  width: 618px;
  width: 650px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-secSumstock_telBox {
    width: 100%;
  }
}
.p-secSumstock_telBox ._txt1 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .p-secSumstock_telBox ._txt1 {
    font-size: 4vw;
    margin-bottom: 1.3333333333vw;
  }
}
.p-secSumstock_telBox ._tel {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .p-secSumstock_telBox ._tel {
    padding-bottom: 4.2666666667vw;
    position: relative;
  }
}
.p-secSumstock_telBox ._tel a {
  font-size: 46px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-secSumstock_telBox ._tel a {
    font-size: 8.5333333333vw;
  }
}
.p-secSumstock_telBox ._icon {
  width: 48px;
  position: relative;
  top: 0px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .p-secSumstock_telBox ._icon {
    width: 8.5333333333vw;
    top: -4vw;
    margin-right: 2.6666666667vw;
  }
}
.p-secSumstock_telBox ._txt2 {
  font-size: 16px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .p-secSumstock_telBox ._txt2 {
    font-size: 3.7333333333vw;
    position: absolute;
    margin: auto;
    bottom: 0;
    left: 0;
  }
}

.p-secSumcle .p-secCommon_title {
  background: #e26d55;
}
@media screen and (max-width: 768px) {
  .p-secSumcle .p-secCommon_title {
    text-align: center;
  }
}
.p-secSumcle .p-secCommon_list li ._no {
  color: #e2d2d0;
}
.p-secSumcle_txt1 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .p-secSumcle_txt1 {
    font-size: 5.3333333333vw;
    margin-bottom: 8vw;
  }
}
.p-secSumcle_btn {
  margin-top: 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-secSumcle_btn {
    margin-top: 6.6666666667vw;
  }
}
.p-secSumcle_btn a, .p-secSumcle_btn button {
  width: 368px;
  height: 66px;
  background: #59473e;
}
@media screen and (max-width: 768px) {
  .p-secSumcle_btn a, .p-secSumcle_btn button {
    width: 100%;
    height: 16vw;
  }
}
.p-secSumcle_btn a ._txt1, .p-secSumcle_btn button ._txt1 {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .p-secSumcle_btn a ._txt1, .p-secSumcle_btn button ._txt1 {
    font-size: 4.2666666667vw;
  }
}
.p-secSumcle_btn a ._icon, .p-secSumcle_btn button ._icon {
  transform: translateY(-50%);
}
.p-secSumcle_logo a {
  display: block;
  width: 328px;
  text-align: center;
  margin: 40px auto 0;
  padding: 20px 0 16px;
  background: #fff;
  transition: 0.3s;
}
.p-secSumcle_logo a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-secSumcle_logo a {
    width: 100%;
    margin: 5.3333333333vw auto 0;
    padding: 4vw 0 2.6666666667vw;
  }
}
.p-secSumcle_logo a img {
  width: 212px;
}
@media screen and (max-width: 768px) {
  .p-secSumcle_logo a img {
    width: 56.5333333333vw;
  }
}

.p-secMovie {
  padding: 110px 0 50px;
}
@media screen and (max-width: 768px) {
  .p-secMovie {
    padding: 16vw 0 8vw;
  }
}
.p-secMovie_list {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 20px;
}
@media screen and (max-width: 768px) {
  .p-secMovie_list {
    gap: 5.3333333333vw 0;
  }
}
.p-secMovie_list li {
  width: 470px;
}
@media screen and (max-width: 768px) {
  .p-secMovie_list li {
    width: 100%;
  }
}
.p-secMovie_img {
  position: relative;
}
.p-secMovie_img a {
  display: block;
  transition: 0.3s;
}
.p-secMovie_img a:hover {
  opacity: 0.7;
}
.p-secMovie_img span {
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-secMovie_img span {
    width: 18.6666666667vw;
  }
}
.p-secMovie_txt {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-secMovie_txt {
    margin-top: 1.0666666667vw;
    font-size: 3.7333333333vw;
  }
}

.p-modal {
  width: 960px;
  margin: 60px auto;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-modal {
    width: 92%;
    margin: 8vw auto;
  }
}
.p-modal_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  height: 148px;
  background: #59473e;
}
@media screen and (max-width: 768px) {
  .p-modal_title {
    height: auto;
    padding: 2.6666666667vw;
  }
}
.p-modal_title span:nth-child(1) {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .p-modal_title span:nth-child(1) {
    font-size: 3.7333333333vw;
  }
}
.p-modal_title span:nth-child(2) {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .p-modal_title span:nth-child(2) {
    font-size: 5.6vw;
  }
}
.p-modal_cnt {
  padding: 35px 125px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-modal_cnt {
    padding: 5.3333333333vw 4vw;
  }
}
@media screen and (max-width: 768px) {
  .p-modal_cntIn {
    width: 146.6666666667vw;
  }
}
.p-modal_img {
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .p-modal_img {
    margin-bottom: 1.3333333333vw;
  }
}
.p-modal_list {
  display: flex;
  justify-content: space-between;
}
.p-modal_list > li {
  color: #fff;
  width: 340px;
  padding: 20px 28px 25px;
}
@media screen and (max-width: 768px) {
  .p-modal_list > li {
    width: 48%;
    padding: 2.6666666667vw 5.3333333333vw 4vw;
  }
}
.p-modal_list > li:nth-child(1) {
  background: #0d8596;
}
.p-modal_list > li:nth-child(2) {
  background: #e26d55;
}
.p-modal_list > li ._title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid;
  padding-bottom: 3px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .p-modal_list > li ._title {
    font-size: 5.3333333333vw;
    border-bottom: 0.2666666667vw solid;
    padding-bottom: 0.5333333333vw;
    margin-bottom: 1.0666666667vw;
  }
}
.p-modal_list > li ._txt {
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .p-modal_list > li ._txt {
    font-size: 3.4666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p-modal_list > li ._list {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .p-modal_list > li ._list {
    font-size: 3.7333333333vw;
  }
}
.p-modal_close {
  cursor: pointer;
  width: 200px;
  height: 46px;
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222;
  font-size: 16px;
  background: #d5d5d5;
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}/*# sourceMappingURL=style.css.map */