@charset "UTF-8";
/*** The new CSS reset - version 1.5.1 (last updated 1.3.2022) ***/
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@600&family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;600&family=Open+Sans:wght@700&family=Roboto:wght@400;500;700&family=Inter:wght@300;400;500;600;700;800;900&display=swap");
body {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
a{
	color: #000;
}
a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

body {
  margin: 0;
  padding: 0;
}

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

a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

/*------------------------------

  開発環境の初期化

------------------------------*/
.l-inner {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1200px;
  }
}
@media (max-width: 1280px) {
  .l-inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0;
    max-width: 86.6666666667vw;
  }
}
sup {
  font-size: 0.75em !important;
}

#main {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.15rem;
  color: #111111;
}

@media only screen and (min-width: 768px) {
  .display-sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .display-pc {
    display: none !important;
  }
}
#main * {
  box-sizing: border-box;
}

#main .img img {
  display: block;
  width: 100%;
}

/*-------------------------
 product-price
--------------------------*/
.product-price {
  width: 100%;
}
.product-price .product-inner {
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 767px) {
  .product-price .product-inner {
    max-width: 1400px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-price .product-inner {
    max-width: 72.9166666667vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-price .product-inner {
    max-width: 72.9166666667vw;
  }
}
@media screen and (max-width: 766px) {
  .product-price .product-inner {
    max-width: 84vw;
  }
}
@media screen and (min-width: 767px) {
  .product-price .product-inner .c-ttl {
    top: 0;
    right: -170px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-price .product-inner .c-ttl {
    right: -8.8541666667vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-price .product-inner .c-ttl {
    right: -8.8541666667vw;
  }
}
.product-price .product-box-list {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  border: 2px solid #dddddd;
}
@media screen and (min-width: 767px) {
  .product-price .product-box-list {
    width: 1240px;
    align-items: center;
    height: 123px;
    column-gap: 123px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-price .product-box-list {
    width: 64.5833333333vw;
    height: 6.40625vw;
    column-gap: 6.40625vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-price .product-box-list {
    width: 64.5833333333vw;
    height: 6.40625vw;
    column-gap: 6.40625vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 766px) {
  .product-price .product-box-list {
    flex-direction: column;
    width: 84vw;
    height: 40vw;
    row-gap: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
    padding-left: 17.3333333333vw;
  }
}
.product-price .product-box-list li {
  position: relative;
}

.product-price .product-box-list li {
  position: relative;
}
@media screen and (min-width: 767px) {
  .product-price .product-box-list li {
    font-size: 24px;
    line-height: 1.8333333333;
    letter-spacing: 0.02em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-price .product-box-list li {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-price .product-box-list li {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 766px) {
  .product-price .product-box-list li {
    font-size: calc((30 / 750) * 100vw);
    line-height: 1.4666666667;
    letter-spacing: 0.12em;
    font-weight: 600;
  }
}
.product-price .product-box-list li::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/ic-check.png);
  top: 50%;
  transform: translate(-100%, -50%);
}
@media screen and (min-width: 767px) {
  .product-price .product-box-list li::before {
    width: 40px;
    height: 40px;
    left: -20px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-price .product-box-list li::before {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    left: -1.0416666667vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-price .product-box-list li::before {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    left: -1.0416666667vw;
  }
}
@media screen and (max-width: 766px) {
  .product-price .product-box-list li::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    left: -3.4666666667vw;
  }
}

@media screen and (min-width: 767px) {
  .product-price-top {
    text-align: center;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-price-top {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-price-top {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 766px) {
  .product-price-top {
    margin-bottom: 13.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .product-price-top .txt {
    font-size: 20px;
    line-height: 1.55;
    letter-spacing: 0.06em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-price-top .txt {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-price-top .txt {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 766px) {
  .product-price-top .txt {
    font-size: calc((22 / 750) * 100vw);
    line-height: 1.6363636364;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 766px) {
  .product-price-top .txt {
    display: inline;
    margin-bottom: 1.3333333333vw;
  }
}
.product-price-top a {
  text-decoration: underline;
}
@media screen and (min-width: 767px) {
  .product-price-top a {
    font-size: 20px;
    line-height: 1.55;
    letter-spacing: 0.06em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-price-top a {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-price-top a {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 766px) {
  .product-price-top a {
    font-size: calc((22 / 750) * 100vw);
    line-height: 1.6363636364;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}

@media screen and (min-width: 767px) {
  .product-price .product-price-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1240px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-price .product-price-box {
    max-width: 64.5833333333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-price .product-price-box {
    max-width: 64.5833333333vw;
  }
}
@media screen and (min-width: 767px) {
  .product-price .product-price-box .img_area {
    width: 374px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-price .product-price-box .img_area {
    width: 19.4791666667vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-price .product-price-box .img_area {
    width: 19.4791666667vw;
  }
}
@media screen and (max-width: 766px) {
  .product-price .product-price-box .img_area {
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .product-price .product-price-box .img_area img {
    width: 328px !important;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-price .product-price-box .img_area img {
    width: 17.0833333333vw !important;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-price .product-price-box .img_area img {
    width: 17.0833333333vw !important;
  }
}
@media screen and (max-width: 766px) {
  .product-price .product-price-box .img_area img {
    margin: 0 auto;
    width: 60% !important;
    padding-right: 20%;
  }
}
.product-price .product-price-box .img_area_logo {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .product-price .product-price-box .img_area_logo {
    margin-top: 64px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-price .product-price-box .img_area_logo {
    margin-top: 3.3333333333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-price .product-price-box .img_area_logo {
    margin-top: 3.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .product-price .product-price-box .img_area_logo img {
    width: 367px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-price .product-price-box .img_area_logo img {
    width: 19.1145833333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-price .product-price-box .img_area_logo img {
    width: 19.1145833333vw;
  }
}
.product-price .product-price-box .txt_area {
  position: relative;
  vertical-align: bottom;
}
@media screen and (min-width: 767px) {
  .product-price .product-price-box .txt_area {
    width: 720px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-price .product-price-box .txt_area {
    width: 37.5vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-price .product-price-box .txt_area {
    width: 37.5vw;
  }
}
@media screen and (max-width: 766px) {
  .product-price .product-price-box .txt_area {
    width: 100%;
    margin: 10.6666666667vw auto 0;
    text-align: center;
  }
}
@media screen and (min-width: 767px) {
  .product-price .product-price-box .txt_area .ttl {
    font-size: 38px;
    line-height: 1.3421052632;
    letter-spacing: 0.08em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-price .product-price-box .txt_area .ttl {
    font-size: 1.9791666667vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-price .product-price-box .txt_area .ttl {
    font-size: 1.9791666667vw;
  }
}
@media screen and (max-width: 766px) {
  .product-price .product-price-box .txt_area .ttl {
    /* font-size: calc((50 / 750) * 100vw); */
    font-size: calc((32 / 750) * 100vw);
    line-height: 1.02;
    letter-spacing: 0.12em;
    font-weight: 600;
  }
}
@media screen and (min-width: 767px) {
  .product-price .product-price-box .txt_area .ttl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-price .product-price-box .txt_area .ttl {
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-price .product-price-box .txt_area .ttl {
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 766px) {
  .product-price .product-price-box .txt_area .ttl {
    text-align: center;
    margin-bottom: 1.8666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .product-price .product-price-box .txt_area .val {
    font-size: 20px;
    line-height: 1.55;
    letter-spacing: 0.06em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-price .product-price-box .txt_area .val {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-price .product-price-box .txt_area .val {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 766px) {
  .product-price .product-price-box .txt_area .val {
    font-size: calc((28 / 750) * 100vw);
    line-height: 1.3571428571;
    letter-spacing: 0.06em;
    font-weight: 500;
  }
}
@media screen and (min-width: 767px) {
  .product-price .product-price-box .txt_area .val {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-price .product-price-box .txt_area .val {
    margin-bottom: 1.3020833333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-price .product-price-box .txt_area .val {
    margin-bottom: 1.3020833333vw;
  }
}
@media screen and (max-width: 766px) {
  .product-price .product-price-box .txt_area .val {
    margin-bottom: 5.3333333333vw;
    text-align: center;
  }
}
.product-price .product-price-box .txt_area .price {
  color: #ed6c00;
}
@media screen and (min-width: 767px) {
  .product-price .product-price-box .txt_area .price {
    font-size: 20px;
    line-height: 2.55;
    letter-spacing: 0.12em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-price .product-price-box .txt_area .price {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-price .product-price-box .txt_area .price {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 766px) {
  .product-price .product-price-box .txt_area .price {
    font-size: calc((28 / 750) * 100vw);
    line-height: 1.5;
    letter-spacing: 0.12em;
    font-weight: 600;
  }
}
@media screen and (min-width: 767px) {
  .product-price .product-price-box .txt_area .price {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-price .product-price-box .txt_area .price {
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-price .product-price-box .txt_area .price {
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width: 766px) {
  .product-price .product-price-box .txt_area .price {
    text-align: center;
    margin-bottom: 8vw;
    margin-top: 2.6666666667vw;
  }
}
.product-price .product-price-box .txt_area .price strong {
  font-family: "Helvetica Neue", "Roboto", Helvetica, Arial, Verdana, sans-serif;
}
@media screen and (min-width: 767px) {
  .product-price .product-price-box .txt_area .price strong {
    font-size: 46px;
    line-height: 1.1086956522;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-price .product-price-box .txt_area .price strong {
    font-size: 2.3958333333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-price .product-price-box .txt_area .price strong {
    font-size: 2.3958333333vw;
  }
}
@media screen and (max-width: 766px) {
  .product-price .product-price-box .txt_area .price strong {
    font-size: calc((64 / 750) * 100vw);
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .product-price .product-price-box .txt_area .price strong {
    padding-left: 16px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-price .product-price-box .txt_area .price strong {
    padding-left: 0.8333333333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-price .product-price-box .txt_area .price strong {
    padding-left: 0.8333333333vw;
  }
}
@media screen and (max-width: 766px) {
  .product-price .product-price-box .txt_area .price strong {
    padding-left: 3.2vw;
  }
}
.product-price .product-price-box .product-price-list_img {
  position: relative;
}
.product-price .product-price-box .product-price-list_img li {
  display: none;
}
.product-price .product-price-box .product-price-list_img li.active {
  display: block;
}

.product-price .product-price-list_color {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 767px) {
  .product-price .product-price-list_color {
    margin-bottom: 30px;
	  padding: 0;
  }
}
@media screen and (max-width: 766px) {
  .product-price .product-price-list_color {
    margin-bottom: 4.6666666667vw;
  }
}

.product-price .product-price-list_color li {
  width: 47.5% !important;
  padding: 5% 13%;
  border: 1px solid #d4d1d1;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
}

.product-price .product-price-list_color li.active::after,
.product-price .product-price-list_color .slick-current::after {
  box-sizing: content-box;
  border-radius: 5px;
  content: "";
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  border: 2px solid #ababab;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-price .product-price-list_color .slick-track {
  transform: unset !important;
}

.product-price .product-price-list_img li.outofstock {
  display: block;
}

.product-price .product-price-list_color li.outofstock::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  cursor: auto;
}

.product-price .btn-cart a {
  width: 100%;
  color: #fff;
  line-height: 1;
  background-color: #ed6c00;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .product-price .btn-cart a {
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.14em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-price .btn-cart a {
    font-size: 1.1458333333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-price .btn-cart a {
    font-size: 1.1458333333vw;
  }
}
@media screen and (max-width: 766px) {
  .product-price .btn-cart a {
    font-size: calc((28 / 750) * 100vw);
    line-height: 1;
    letter-spacing: 0.14em;
    font-weight: 600;
  }
}
@media screen and (min-width: 767px) {
  .product-price .btn-cart a {
    height: 90px;
    border-radius: 6px;
  }
  .product-price .btn-cart a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-price .btn-cart a {
    height: 4.6875vw;
    border-radius: 0.3125vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-price .btn-cart a {
    height: 4.6875vw;
    border-radius: 0.3125vw;
  }
}
@media screen and (max-width: 766px) {
  .product-price .btn-cart a {
    border-radius: 0.8vw;
    height: 16vw;
  }
}

.product-price .btn-cart svg {
  fill: #fff;
  padding-bottom: 0.1em;
}
@media screen and (min-width: 767px) {
  .product-price .btn-cart svg {
    margin-right: 36px;
    width: 26px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-price .btn-cart svg {
    margin-right: 1.875vw;
    width: 1.3541666667vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-price .btn-cart svg {
    margin-right: 1.875vw;
    width: 1.3541666667vw;
  }
}
@media screen and (max-width: 766px) {
  .product-price .btn-cart svg {
    width: 5.7333333333vw;
    margin-right: 1.6vw;
  }
}

/* -----------------------------
product-spec
----------------------------------*/
.product-spec {
  padding: 0;
  background-color: #fff;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .product-spec {
    margin-top: 160px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-spec {
    margin-top: 8.3333333333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-spec {
    margin-top: 8.3333333333vw;
  }
}
@media screen and (max-width: 766px) {
  .product-spec {
    margin-top: 20vw;
  }
}
.product-spec .product-inner {
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .product-spec .product-inner {
    max-width: 1400px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-spec .product-inner {
    max-width: 72.9166666667vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-spec .product-inner {
    max-width: 72.9166666667vw;
  }
}
@media screen and (max-width: 766px) {
  .product-spec .product-inner {
    max-width: 84vw;
  }
}
.product-spec .ttl_main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 767px) {
  .product-spec .ttl_main {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-spec .ttl_main {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-spec .ttl_main {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 766px) {
  .product-spec .ttl_main {
    margin-bottom: 4vw;
  }
}
.product-spec .ttl_main .main {
  font-family: "Helvetica Neue", "Roboto", Helvetica, Arial, Verdana, sans-serif;
}
@media screen and (min-width: 767px) {
  .product-spec .ttl_main .main {
    font-size: 46px;
    line-height: 1.1086956522;
    letter-spacing: 0.08em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-spec .ttl_main .main {
    font-size: 2.3958333333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-spec .ttl_main .main {
    font-size: 2.3958333333vw;
  }
}
@media screen and (max-width: 766px) {
  .product-spec .ttl_main .main {
    font-size: calc((46 / 750) * 100vw);
    line-height: 1.0869565217;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
}
.product-spec .ttl_main .sub {
  color: #999999;
}
@media screen and (min-width: 767px) {
  .product-spec .ttl_main .sub {
    font-size: 24px;
    line-height: 2.125;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-spec .ttl_main .sub {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-spec .ttl_main .sub {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 766px) {
  .product-spec .ttl_main .sub {
    font-size: calc((24 / 750) * 100vw);
    line-height: 2.0833333333;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}
.product-spec .product-box-list {
  display: flex;
  border-top: 1px solid #DDDDDD;
}
@media screen and (min-width: 767px) {
  .product-spec .product-box-list {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-spec .product-box-list {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-spec .product-box-list {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 766px) {
  .product-spec .product-box-list {
    flex-direction: column;
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .product-spec .product-box-list dt {
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-spec .product-box-list dt {
    font-size: 1.3541666667vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-spec .product-box-list dt {
    font-size: 1.3541666667vw;
  }
}
@media screen and (max-width: 766px) {
  .product-spec .product-box-list dt {
    font-size: calc((30 / 750) * 100vw);
    line-height: 1.2666666667;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}
@media screen and (min-width: 767px) {
  .product-spec .product-box-list dt {
    border-bottom: 1px solid #DDDDDD;
    display: flex;
    align-items: center;
    width: 35%;
  }
}
@media screen and (max-width: 766px) {
  .product-spec .product-box-list dt {
    width: 100%;
    padding: 5.3333333333vw 0 2.6666666667vw;
  }
}
.product-spec .product-box-list dd {
  border-bottom: 1px solid #DDDDDD;
}
@media screen and (min-width: 767px) {
  .product-spec .product-box-list dd {
    font-size: 24px;
    line-height: 1.7083333333;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-spec .product-box-list dd {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-spec .product-box-list dd {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 766px) {
  .product-spec .product-box-list dd {
    font-size: calc((28 / 750) * 100vw);
    line-height: 1.8214285714;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}
@media screen and (min-width: 767px) {
  .product-spec .product-box-list dd {
    width: 65%;
    padding: 50px 0;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-spec .product-box-list dd {
    padding: 2.6041666667vw 0;
	  margin: 0;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-spec .product-box-list dd {
    padding: 2.6041666667vw 0;
  }
}
@media screen and (max-width: 766px) {
  .product-spec .product-box-list dd {
    width: 100%;
    padding: 0 0 5.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .product-spec .caution {
    font-size: 20px;
    line-height: 1.55;
    letter-spacing: 0.06em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-spec .caution {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-spec .caution {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 766px) {
  .product-spec .caution {
    font-size: calc((22 / 750) * 100vw);
    line-height: 1.6363636364;
    letter-spacing: 0.06em;
    font-weight: 500;
  }
}
.product-spec .caution a {
  display: block;
}
@media screen and (max-width: 766px) {
  .product-spec .caution a {
    font-size: calc((24 / 750) * 100vw);
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 500;
  }
}

/* animation */
.js-fade {
  transform: translateY(40px);
  opacity: 0;
  transition: all 0.8s;
}

.js-fade.show {
  transform: translateY(0);
  opacity: 1;
}

/*--2023/02/22 LINE--*/
.line_id_txt {
  font-size: 20px;
  text-align: center;
  margin: 0 auto 4px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .line_id_txt {
    font-size: 4vw;
    margin: 0 auto 8px;
  }
}
#wrapper .point10Label.it-header {
  margin-top: 15px;
  /*background: #ff8705;*/
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #wrapper .point10Label.it-header {
    margin-top: 0;
  }
}
#wrapper .point10Label.it-header a:link, #wrapper .point10Label.it-header a:visited, #wrapper .point10Label.it-header a:hover {
  color: #fff !important;
  text-decoration: none;
  display: block;
  padding: 9px 0 !important;
  line-height: 1.75;
  font-size: 18px;
  font-weight: 300 !important;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #wrapper .point10Label.it-header a:link, #wrapper .point10Label.it-header a:visited, #wrapper .point10Label.it-header a:hover {
    padding: 2vw 0 !important;
    font-size: 15px;
  }
}
.product-price .product-price-box .txt_area .line_cart_link {
  text-align: center;
  margin: 30px auto 4px;
  text-decoration: none;
  font-size: 20px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .product-price .product-price-box .txt_area .line_cart_link {
    font-size: 4vw;
    margin: 30px auto 8px;
  }
}
.product-price .product-price-box .txt_area .line_cart_link a {
  text-decoration: none !important;
}

/*在庫表記*/
.product-detail__attention {
  padding: 20px 30px;
  margin-top: 20px;
  box-sizing: border-box;
}

@media all and (max-width: 767px) {
  .product-detail__attention {
    width: inherit;
    margin: 15px 35px 20px;
  }
}
.product-price-attention .product-detail__attention {
  padding: 20px 30px;
  margin-top: 60px;
}

@media all and (max-width: 767px) {
  .product-price-attention .product-detail__attention {
    padding: 20px 30px;
    margin-top: 30px;
  }
}
/*----------------------------
kv
------------------------------*/
@media screen and (min-width: 767px) {
  .kv {
    margin-bottom: 130px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .kv {
    margin-bottom: 6.7708333333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .kv {
    margin-bottom: 6.7708333333vw;
  }
}
@media screen and (max-width: 766px) {
  .kv {
    margin-bottom: 12vw;
  }
}
@media screen and (max-width: 766px) {
  .kv h1 {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (max-width: 766px) {
  .kv h1 span {
    font-size: calc((56 / 750) * 100vw);
    line-height: 1.4107142857;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
@media screen and (max-width: 766px) {
  .kv h1 span {
    display: block;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8vw;
  }
}

.kv__img {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 767px) {
  .kv__img {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .kv__img {
    margin-bottom: 5.2083333333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .kv__img {
    margin-bottom: 5.2083333333vw;
  }
}

.kv__btn__text {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .kv__btn__text {
    font-size: 22px;
    line-height: 1.1818181818;
    letter-spacing: 0.08em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .kv__btn__text {
    font-size: 1.1458333333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .kv__btn__text {
    font-size: 1.1458333333vw;
  }
}
@media screen and (max-width: 766px) {
  .kv__btn__text {
    font-size: calc((26 / 750) * 100vw);
    line-height: 1.1923076923;
    letter-spacing: 0.08em;
    font-weight: 600;
  }
}
@media screen and (min-width: 767px) {
  .kv__btn__text {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .kv__btn__text {
    margin-bottom: 0.625vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .kv__btn__text {
    margin-bottom: 0.625vw;
  }
}
@media screen and (max-width: 766px) {
  .kv__btn__text {
    margin-bottom: 2vw;
  }
}
.kv__btn__text span {
  position: relative;
}
.kv__btn__text span::before, .kv__btn__text span::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/im-slash.png);
}
@media screen and (min-width: 767px) {
  .kv__btn__text span::before, .kv__btn__text span::after {
    width: 30px;
    height: 24px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .kv__btn__text span::before, .kv__btn__text span::after {
    width: 1.5625vw;
    height: 1.25vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .kv__btn__text span::before, .kv__btn__text span::after {
    width: 1.5625vw;
    height: 1.25vw;
  }
}
@media screen and (max-width: 766px) {
  .kv__btn__text span::before, .kv__btn__text span::after {
    width: 3.8666666667vw;
    height: 3.0666666667vw;
  }
}
.kv__btn__text span::before {
  transform: translateX(-100%);
}
@media screen and (min-width: 767px) {
  .kv__btn__text span::before {
    left: -30px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .kv__btn__text span::before {
    left: -1.5625vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .kv__btn__text span::before {
    left: -1.5625vw;
  }
}
@media screen and (max-width: 766px) {
  .kv__btn__text span::before {
    left: -2.6666666667vw;
  }
}
.kv__btn__text span::after {
  transform: translateX(100%) scale(-1, 1);
}
@media screen and (min-width: 767px) {
  .kv__btn__text span::after {
    right: -30px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .kv__btn__text span::after {
    right: -1.5625vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .kv__btn__text span::after {
    right: -1.5625vw;
  }
}
@media screen and (max-width: 766px) {
  .kv__btn__text span::after {
    right: -2.6666666667vw;
  }
}

.c-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ed6c00;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .c-btn {
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.14em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .c-btn {
    font-size: 1.1458333333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .c-btn {
    font-size: 1.1458333333vw;
  }
}
@media screen and (max-width: 766px) {
  .c-btn {
    font-size: calc((26 / 750) * 100vw);
    line-height: 1;
    letter-spacing: 0.14em;
    font-weight: 600;
  }
}
@media screen and (min-width: 767px) {
  .c-btn {
    border-radius: 6px;
    width: 770px;
    height: 130px;
  }
  .c-btn:hover {
    opacity: 0.7 !important;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .c-btn {
    border-radius: 0.3125vw;
    width: 40.1041666667vw;
    height: 6.7708333333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .c-btn {
    border-radius: 0.3125vw;
    width: 40.1041666667vw;
    height: 6.7708333333vw;
  }
}
@media screen and (max-width: 766px) {
  .c-btn {
    border-radius: 0.8vw;
    width: 76vw;
    height: 17.3333333333vw;
  }
}
.c-btn::before, .c-btn::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}
.c-btn::before {
  background-image: url(../img/ic-cart.png);
}
@media screen and (min-width: 767px) {
  .c-btn::before {
    width: 26px;
    height: 26px;
    left: 260px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .c-btn::before {
    width: 1.3541666667vw;
    height: 1.3541666667vw;
    left: 13.5416666667vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .c-btn::before {
    width: 1.3541666667vw;
    height: 1.3541666667vw;
    left: 13.5416666667vw;
  }
}
@media screen and (max-width: 766px) {
  .c-btn::before {
    width: 4.8vw;
    height: 4.8vw;
    left: 17.3333333333vw;
  }
}
.c-btn::after {
  background-image: url(../img/ic-arrow.png);
}
@media screen and (min-width: 767px) {
  .c-btn::after {
    width: 20px;
    height: 11px;
    right: 51px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .c-btn::after {
    width: 1.0416666667vw;
    height: 0.5729166667vw;
    right: 2.65625vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .c-btn::after {
    width: 1.0416666667vw;
    height: 0.5729166667vw;
    right: 2.65625vw;
  }
}
@media screen and (max-width: 766px) {
  .c-btn::after {
    width: 2.6666666667vw;
    height: 1.4666666667vw;
    right: 6.8vw;
  }
}

@media screen and (min-width: 767px) {
  .c-ttl {
    z-index: 10;
    position: absolute;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: sideways;
    text-orientation: sideways;
  }
}
@media screen and (max-width: 766px) {
  .c-ttl {
    margin-bottom: 2.6666666667vw;
  }
}
.c-ttl .main {
  font-family: "Helvetica Neue", "Roboto", Helvetica, Arial, Verdana, sans-serif;
  display: inline-block;
}
@media screen and (min-width: 767px) {
  .c-ttl .main {
    font-size: 46px;
    line-height: 1.1086956522;
    letter-spacing: 0.08em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .c-ttl .main {
    font-size: 2.3958333333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .c-ttl .main {
    font-size: 2.3958333333vw;
  }
}
@media screen and (max-width: 766px) {
  .c-ttl .main {
    font-size: calc((46 / 750) * 100vw);
    line-height: 1.1086956522;
    letter-spacing: 0.08em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .c-ttl .main {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .c-ttl .main {
    padding-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .c-ttl .main {
    padding-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 766px) {
  .c-ttl .main {
    padding-right: 3.6vw;
  }
}
.c-ttl .sub {
  color: #999999;
}
@media screen and (min-width: 767px) {
  .c-ttl .sub {
    font-size: 24px;
    line-height: 2.125;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .c-ttl .sub {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .c-ttl .sub {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 766px) {
  .c-ttl .sub {
    font-size: calc((24 / 750) * 100vw);
    line-height: 2.125;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}

/*----------------------------
about
------------------------------*/
@media screen and (min-width: 767px) {
  .about {
    margin-bottom: 210px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .about {
    margin-bottom: 10.9375vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .about {
    margin-bottom: 10.9375vw;
  }
}
@media screen and (max-width: 766px) {
  .about {
    margin-bottom: 16vw;
  }
}

.about__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 767px) {
  .about__inner {
    max-width: 1860px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .about__inner {
    max-width: 96.875vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .about__inner {
    max-width: 96.875vw;
  }
}
@media screen and (min-width: 767px) {
  .about__inner .c-ttl {
    right: 0;
    top: 160px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .about__inner .c-ttl {
    top: 8.3333333333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .about__inner .c-ttl {
    top: 8.3333333333vw;
  }
}
@media screen and (max-width: 766px) {
  .about__inner .c-ttl {
    margin-left: 9.6vw;
  }
}

@media screen and (min-width: 767px) {
  .about__ttl {
    font-size: 58px;
    line-height: 1.3275862069;
    letter-spacing: 0.04em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .about__ttl {
    font-size: 3.0208333333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .about__ttl {
    font-size: 3.0208333333vw;
  }
}
@media screen and (max-width: 766px) {
  .about__ttl {
    font-size: calc((50 / 750) * 100vw);
    line-height: 1.38;
    letter-spacing: 0.02em;
    font-weight: 600;
  }
}
@media screen and (min-width: 767px) {
  .about__ttl {
    text-align: center;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .about__ttl {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .about__ttl {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 766px) {
  .about__ttl {
    margin-bottom: 4.6666666667vw;
  }
}

.about__wrap {
  display: flex;
}
@media screen and (min-width: 767px) {
  .about__wrap {
    align-items: center;
    column-gap: 119px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .about__wrap {
    column-gap: 6.1979166667vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .about__wrap {
    column-gap: 6.1979166667vw;
  }
}
@media screen and (max-width: 766px) {
  .about__wrap {
    flex-direction: column;
    row-gap: 8vw;
  }
}

@media screen and (min-width: 767px) {
  .about__img {
    width: 860px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .about__img {
    width: 44.7916666667vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .about__img {
    width: 44.7916666667vw;
  }
}

@media screen and (max-width: 766px) {
  .about__text {
    max-width: 84vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 767px) {
  .about__text p {
    font-size: 24px;
    line-height: 2.7083333333;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .about__text p {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .about__text p {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 766px) {
  .about__text p {
    font-size: calc((28 / 750) * 100vw);
    line-height: 1.9642857143;
    letter-spacing: 0.04em;
    font-weight: 600;
  }
}
@media screen and (max-width: 766px) {
  .about__text p {
    text-align: justify;
  }
}

.about__text__img {
  display: flex;
}
@media screen and (min-width: 767px) {
  .about__text__img {
    margin-top: 80px;
    padding-left: 90px;
    column-gap: 90px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .about__text__img {
    margin-top: 4.1666666667vw;
    padding-left: 5.2083333333vw;
    column-gap: 4.6875vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .about__text__img {
    margin-top: 4.1666666667vw;
    padding-left: 5.2083333333vw;
    column-gap: 4.6875vw;
  }
}
@media screen and (max-width: 766px) {
  .about__text__img {
    justify-content: center;
    margin-top: 6.6666666667vw;
    column-gap: 7.8666666667vw;
  }
}
.about__text__img img {
  height: auto;
}
@media screen and (min-width: 767px) {
  .about__text__img img {
    width: 200px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .about__text__img img {
    width: 10.4166666667vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .about__text__img img {
    width: 10.4166666667vw;
  }
}
@media screen and (max-width: 766px) {
  .about__text__img img {
    width: 27.8666666667vw;
  }
}

/*----------------------------
features
------------------------------*/
@media screen and (min-width: 767px) {
  .features {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .features {
    margin-bottom: 5.2083333333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .features {
    margin-bottom: 5.2083333333vw;
  }
}
@media screen and (max-width: 766px) {
  .features {
    margin-bottom: 10.6666666667vw;
  }
}

.features__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 767px) {
  .features__inner {
    max-width: 1860px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .features__inner {
    max-width: 96.875vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .features__inner {
    max-width: 96.875vw;
  }
}
@media screen and (max-width: 766px) {
  .features__inner {
    max-width: 92vw;
  }
}
@media screen and (min-width: 767px) {
  .features__inner .c-ttl {
    left: 30px;
    top: -45px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .features__inner .c-ttl {
    left: 1.5625vw;
    top: -2.34375vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .features__inner .c-ttl {
    left: 1.5625vw;
    top: -2.34375vw;
  }
}
@media screen and (max-width: 766px) {
  .features__inner .c-ttl {
    padding-left: 2.6666666667vw;
  }
}

.features__item {
  position: relative;
}
@media screen and (min-width: 767px) {
  .features__item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .features__item:not(:last-of-type) {
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .features__item:not(:last-of-type) {
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 766px) {
  .features__item:not(:last-of-type) {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .features__item.item01 .features__item__text {
    right: 224px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .features__item.item01 .features__item__text {
    right: 11.6666666667vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .features__item.item01 .features__item__text {
    right: 11.6666666667vw;
  }
}
@media screen and (max-width: 766px) {
  .features__item.item01 .features__item__text {
    right: 2.6666666667vw;
    top: 14.6666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .features__item.item02 .features__item__text {
    left: 193px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .features__item.item02 .features__item__text {
    left: 10.0520833333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .features__item.item02 .features__item__text {
    left: 10.0520833333vw;
  }
}
@media screen and (max-width: 766px) {
  .features__item.item02 .features__item__text {
    left: 5.6vw;
    top: 9.3333333333vw;
  }
}

.features__item__img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.features__item__text {
  position: absolute;
  width: max-content;
}
@media screen and (min-width: 767px) {
  .features__item__text {
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
  }
}
.features__item__text .ja {
  display: block;
}
@media screen and (min-width: 767px) {
  .features__item__text .ja {
    font-size: 40px;
    line-height: 1.4;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .features__item__text .ja {
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .features__item__text .ja {
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 766px) {
  .features__item__text .ja {
    font-size: calc((38 / 750) * 100vw);
    line-height: 1.4473684211;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
@media screen and (min-width: 767px) {
  .features__item__text .ja {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .features__item__text .ja {
    margin-bottom: 0.5208333333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .features__item__text .ja {
    margin-bottom: 0.5208333333vw;
  }
}
.features__item__text .en {
  color: #999999;
  font-family: "Helvetica Neue", "Roboto", Helvetica, Arial, Verdana, sans-serif;
}
@media screen and (min-width: 767px) {
  .features__item__text .en {
    font-size: 22px;
    line-height: 2.3181818182;
    letter-spacing: 0.08em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .features__item__text .en {
    font-size: 1.1458333333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .features__item__text .en {
    font-size: 1.1458333333vw;
  }
}
@media screen and (max-width: 766px) {
  .features__item__text .en {
    display: none;
  }
}

/*----------------------------
approach
------------------------------*/
@media screen and (min-width: 767px) {
  .approach {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .approach {
    margin-bottom: 8.3333333333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .approach {
    margin-bottom: 8.3333333333vw;
  }
}
@media screen and (max-width: 766px) {
  .approach {
    margin-bottom: 10.6666666667vw;
  }
}

.approach__inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 767px) {
  .approach__inner {
    max-width: 1600px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .approach__inner {
    max-width: 83.3333333333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .approach__inner {
    max-width: 83.3333333333vw;
  }
}
@media screen and (max-width: 766px) {
  .approach__inner {
    max-width: 84vw;
  }
}

@media screen and (min-width: 767px) {
  .approach__ttl {
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .approach__ttl {
    margin-bottom: 3.3854166667vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .approach__ttl {
    margin-bottom: 3.3854166667vw;
  }
}
@media screen and (max-width: 766px) {
  .approach__ttl {
    margin-bottom: 4vw;
  }
}

.approach__ttl__text {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .approach__ttl__text {
    font-size: 40px;
    line-height: 1.4;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .approach__ttl__text {
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .approach__ttl__text {
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 766px) {
  .approach__ttl__text {
    font-size: calc((40 / 750) * 100vw);
    line-height: 1.725;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}
.approach__ttl__text span {
  font-family: "Helvetica Neue", "Roboto", Helvetica, Arial, Verdana, sans-serif;
}
@media screen and (min-width: 767px) {
  .approach__ttl__text span {
    font-size: 88px;
    line-height: 0.6363636364;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .approach__ttl__text span {
    font-size: 4.5833333333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .approach__ttl__text span {
    font-size: 4.5833333333vw;
  }
}
@media screen and (max-width: 766px) {
  .approach__ttl__text span {
    font-size: calc((88 / 750) * 100vw);
    line-height: 0.6363636364;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
}

.approach__wrap {
  display: flex;
}
@media screen and (min-width: 767px) {
  .approach__wrap {
    justify-content: space-between;
  }
}
@media screen and (max-width: 766px) {
  .approach__wrap {
    flex-direction: column;
    row-gap: 2.6666666667vw;
  }
}

@media screen and (min-width: 767px) {
  .approach__img {
    width: 860px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .approach__img {
    width: 44.7916666667vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .approach__img {
    width: 44.7916666667vw;
  }
}
@media screen and (max-width: 766px) {
  .approach__img {
    width: 100%;
  }
}

@media screen and (min-width: 767px) {
  .approach__text {
    width: 663px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .approach__text {
    width: 34.53125vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .approach__text {
    width: 34.53125vw;
  }
}
@media screen and (max-width: 766px) {
  .approach__text {
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .approach__text .text {
    font-size: 24px;
    line-height: 2.125;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .approach__text .text {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .approach__text .text {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 766px) {
  .approach__text .text {
    font-size: calc((28 / 750) * 100vw);
    line-height: 1.9642857143;
    letter-spacing: 0.04em;
    font-weight: 600;
  }
}
@media screen and (min-width: 767px) {
  .approach__text .text {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .approach__text .text {
    margin-bottom: 2.6041666667vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .approach__text .text {
    margin-bottom: 2.6041666667vw;
  }
}
@media screen and (max-width: 766px) {
  .approach__text .text {
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .approach__text .ttl {
    font-size: 30px;
    line-height: 1.7;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .approach__text .ttl {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .approach__text .ttl {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 766px) {
  .approach__text .ttl {
    font-size: calc((36 / 750) * 100vw);
    line-height: 1.4166666667;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}
@media screen and (min-width: 767px) {
  .approach__text .ttl {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .approach__text .ttl {
    margin-bottom: 0.5208333333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .approach__text .ttl {
    margin-bottom: 0.5208333333vw;
  }
}
@media screen and (max-width: 766px) {
  .approach__text .ttl {
    margin-bottom: 3.3333333333vw;
  }
}
.approach__text table {
  width: 100%;
  max-width: 100%;
  border: 2px solid #DDDDDD;
}
.approach__text table tr {
  border-bottom: 1px solid #DDDDDD;
}
.approach__text table th {
  background-color: #F6F6F6;
  border-right: 1px solid #DDDDDD;
}
@media screen and (min-width: 767px) {
  .approach__text table th {
    font-size: 24px;
    line-height: 2.5;
    letter-spacing: 0.06em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .approach__text table th {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .approach__text table th {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 766px) {
  .approach__text table th {
    font-size: calc((24 / 750) * 100vw);
    line-height: 2.5;
    letter-spacing: 0.06em;
    font-weight: 500;
  }
}
.approach__text table td {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .approach__text table td {
    font-size: 24px;
    line-height: 2.5;
    letter-spacing: 0.06em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .approach__text table td {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .approach__text table td {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 766px) {
  .approach__text table td {
    font-size: calc((24 / 750) * 100vw);
    line-height: 2.5;
    letter-spacing: 0.06em;
    font-weight: 500;
  }
}
@media screen and (min-width: 767px) {
  .approach__text .caution {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .approach__text .caution {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .approach__text .caution {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 766px) {
  .approach__text .caution {
    font-size: calc((22 / 750) * 100vw);
    line-height: 1.6363636364;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 767px) {
  .approach__text .caution {
    margin-top: 8px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .approach__text .caution {
    margin-top: 0.4166666667vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .approach__text .caution {
    margin-top: 0.4166666667vw;
  }
}
@media screen and (max-width: 766px) {
  .approach__text .caution {
    margin-top: 1.6vw;
  }
}

/*----------------------------
attachment
------------------------------*/
@media screen and (min-width: 767px) {
  .attachment {
    margin-bottom: 170px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .attachment {
    margin-bottom: 8.8541666667vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .attachment {
    margin-bottom: 8.8541666667vw;
  }
}
@media screen and (max-width: 766px) {
  .attachment {
    margin-bottom: 18.6666666667vw;
  }
}

.attachment__bg {
  background-color: #F0F0F0;
}
@media screen and (min-width: 767px) {
  .attachment__bg {
    padding: 120px 0 216px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .attachment__bg {
    padding: 6.25vw 0 11.25vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .attachment__bg {
    padding: 6.25vw 0 11.25vw;
  }
}
@media screen and (max-width: 766px) {
  .attachment__bg {
    padding: 12vw 0 23.4666666667vw;
  }
}

.attachment__ttl {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .attachment__ttl {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .attachment__ttl {
    margin-bottom: 2.6041666667vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .attachment__ttl {
    margin-bottom: 2.6041666667vw;
  }
}
@media screen and (max-width: 766px) {
  .attachment__ttl {
    margin-bottom: 12vw;
  }
}

@media screen and (min-width: 767px) {
  .attachment__ttl__text {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .attachment__ttl__text {
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .attachment__ttl__text {
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 766px) {
  .attachment__ttl__text {
    font-size: calc((40 / 750) * 100vw);
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}
@media screen and (min-width: 767px) {
  .attachment__ttl__text {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .attachment__ttl__text {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .attachment__ttl__text {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 766px) {
  .attachment__ttl__text {
    margin-bottom: 12vw;
  }
}
@media screen and (min-width: 767px) {
  .attachment__ttl__text span {
    font-size: 46px;
    line-height: 1.3043478261;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .attachment__ttl__text span {
    font-size: 2.3958333333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .attachment__ttl__text span {
    font-size: 2.3958333333vw;
  }
}
@media screen and (max-width: 766px) {
  .attachment__ttl__text span {
    font-size: calc((46 / 750) * 100vw);
    line-height: 1.3043478261;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}
@media screen and (min-width: 767px) {
  .attachment__ttl__text span {
    padding-right: 5px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .attachment__ttl__text span {
    padding-right: 0.2604166667vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .attachment__ttl__text span {
    padding-right: 0.2604166667vw;
  }
}
@media screen and (max-width: 766px) {
  .attachment__ttl__text span {
    padding-right: 0.6666666667vw;
  }
}

.attachment__ttl__img {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (min-width: 767px) {
  .attachment__ttl__img {
    column-gap: 45px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .attachment__ttl__img {
    column-gap: 2.34375vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .attachment__ttl__img {
    column-gap: 2.34375vw;
  }
}
@media screen and (max-width: 766px) {
  .attachment__ttl__img {
    column-gap: 8vw;
  }
}

.attachment__ttl__img__item {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .attachment__ttl__img__item p {
    font-size: 20px;
    line-height: 1.55;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .attachment__ttl__img__item p {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .attachment__ttl__img__item p {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 766px) {
  .attachment__ttl__img__item p {
    font-size: calc((20 / 750) * 100vw);
    line-height: 1.55;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}
@media screen and (min-width: 767px) {
  .attachment__ttl__img__item p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .attachment__ttl__img__item p {
    margin-top: 0.5208333333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .attachment__ttl__img__item p {
    margin-top: 0.5208333333vw;
  }
}
@media screen and (max-width: 766px) {
  .attachment__ttl__img__item p {
    margin-top: 1.6vw;
  }
}
.attachment__ttl__img__item img {
  height: auto;
}
@media screen and (min-width: 767px) {
  .attachment__ttl__img__item.item01 img {
    width: 70px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .attachment__ttl__img__item.item01 img {
    width: 3.6458333333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .attachment__ttl__img__item.item01 img {
    width: 3.6458333333vw;
  }
}
@media screen and (max-width: 766px) {
  .attachment__ttl__img__item.item01 img {
    width: 9.4666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .attachment__ttl__img__item.item02 img {
    width: 80px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .attachment__ttl__img__item.item02 img {
    width: 4.1666666667vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .attachment__ttl__img__item.item02 img {
    width: 4.1666666667vw;
  }
}
@media screen and (max-width: 766px) {
  .attachment__ttl__img__item.item02 img {
    width: 10.6666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .attachment__ttl__img__item.item03 img {
    width: 95px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .attachment__ttl__img__item.item03 img {
    width: 4.9479166667vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .attachment__ttl__img__item.item03 img {
    width: 4.9479166667vw;
  }
}
@media screen and (max-width: 766px) {
  .attachment__ttl__img__item.item03 img {
    width: 12.6666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .attachment__ttl__img__item.item04 img {
    width: 45px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .attachment__ttl__img__item.item04 img {
    width: 2.34375vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .attachment__ttl__img__item.item04 img {
    width: 2.34375vw;
  }
}
@media screen and (max-width: 766px) {
  .attachment__ttl__img__item.item04 img {
    width: 6vw;
  }
}

@media screen and (min-width: 767px) {
  .slick-slide {
    max-width: 1320px;
    margin-right: 60px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .slick-slide {
    max-width: 68.75vw;
    margin-right: 3.125vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .slick-slide {
    max-width: 68.75vw;
    margin-right: 3.125vw;
  }
}
@media screen and (max-width: 766px) {
  .slick-slide {
    max-width: 84vw;
    margin-right: 4vw;
  }
}

.attachment__slider__item {
  background-color: #fff;
  display: flex !important;
}
@media screen and (min-width: 767px) {
  .attachment__slider__item {
    border-radius: 10px;
    height: 480px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .attachment__slider__item {
    border-radius: 0.5208333333vw;
    height: 25vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .attachment__slider__item {
    border-radius: 0.5208333333vw;
    height: 25vw;
  }
}
@media screen and (max-width: 766px) {
  .attachment__slider__item {
    border-radius: 1.3333333333vw;
    height: 129.3333333333vw;
    padding: 6.6666666667vw 8vw 0;
    flex-direction: column;
  }
}
@media screen and (min-width: 767px) {
  .attachment__slider__item.item01 .attachment__slider__item__text img {
    width: 150px;
    top: 125px;
    right: 78px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .attachment__slider__item.item01 .attachment__slider__item__text img {
    width: 7.8125vw;
    top: 6.5104166667vw;
    right: 4.0625vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .attachment__slider__item.item01 .attachment__slider__item__text img {
    width: 7.8125vw;
    top: 6.5104166667vw;
    right: 4.0625vw;
  }
}
@media screen and (max-width: 766px) {
  .attachment__slider__item.item01 .attachment__slider__item__text img {
    width: 20vw;
  }
}
@media screen and (min-width: 767px) {
  .attachment__slider__item.item02 .attachment__slider__item__text img {
    width: 150px;
    top: 169px;
    right: 67px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .attachment__slider__item.item02 .attachment__slider__item__text img {
    width: 7.8125vw;
    top: 8.8020833333vw;
    right: 3.4895833333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .attachment__slider__item.item02 .attachment__slider__item__text img {
    width: 7.8125vw;
    top: 8.8020833333vw;
    right: 3.4895833333vw;
  }
}
@media screen and (max-width: 766px) {
  .attachment__slider__item.item02 .attachment__slider__item__text img {
    width: 20vw;
  }
}
@media screen and (min-width: 767px) {
  .attachment__slider__item.item03 .attachment__slider__item__text img {
    width: 190px;
    top: 128px;
    right: 54px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .attachment__slider__item.item03 .attachment__slider__item__text img {
    width: 9.8958333333vw;
    top: 6.6666666667vw;
    right: 2.8125vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .attachment__slider__item.item03 .attachment__slider__item__text img {
    width: 9.8958333333vw;
    top: 6.6666666667vw;
    right: 2.8125vw;
  }
}
@media screen and (max-width: 766px) {
  .attachment__slider__item.item03 .attachment__slider__item__text img {
    width: 25.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .attachment__slider__item.item04 .attachment__slider__item__text img {
    width: 90px;
    top: 127px;
    right: 87px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .attachment__slider__item.item04 .attachment__slider__item__text img {
    width: 4.6875vw;
    top: 6.6145833333vw;
    right: 4.53125vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .attachment__slider__item.item04 .attachment__slider__item__text img {
    width: 4.6875vw;
    top: 6.6145833333vw;
    right: 4.53125vw;
  }
}
@media screen and (max-width: 766px) {
  .attachment__slider__item.item04 .attachment__slider__item__text img {
    width: 12vw;
  }
}

.attachment__slider__item__text {
  position: relative;
}
@media screen and (min-width: 767px) {
  .attachment__slider__item__text {
    padding: 60px 70px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .attachment__slider__item__text {
    padding: 3.125vw 3.6458333333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .attachment__slider__item__text {
    padding: 3.125vw 3.6458333333vw;
  }
}
@media screen and (max-width: 766px) {
  .attachment__slider__item__text {
    order: 2;
    flex: 1;
  }
}
@media screen and (min-width: 767px) {
  .attachment__slider__item__text .text {
    font-size: 24px;
    line-height: 2.125;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .attachment__slider__item__text .text {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .attachment__slider__item__text .text {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 766px) {
  .attachment__slider__item__text .text {
    font-size: calc((28 / 750) * 100vw);
    line-height: 1.9642857143;
    letter-spacing: 0.04em;
    font-weight: 600;
  }
}
@media screen and (min-width: 767px) {
  .attachment__slider__item__text .text {
    width: 58%;
  }
}
.attachment__slider__item__text img {
  position: absolute;
  height: auto;
}
@media screen and (max-width: 766px) {
  .attachment__slider__item__text img {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.2666666667vw;
  }
}

@media screen and (min-width: 767px) {
  .attachment__slider__item__ttl {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .attachment__slider__item__ttl {
    margin-bottom: 1.3020833333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .attachment__slider__item__ttl {
    margin-bottom: 1.3020833333vw;
  }
}
@media screen and (max-width: 766px) {
  .attachment__slider__item__ttl {
    margin-bottom: 2.6666666667vw;
    order: 0;
  }
}
.attachment__slider__item__ttl .en {
  font-family: "Helvetica Neue", "Roboto", Helvetica, Arial, Verdana, sans-serif;
}
@media screen and (min-width: 767px) {
  .attachment__slider__item__ttl .en {
    font-size: 40px;
    line-height: 1.275;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .attachment__slider__item__ttl .en {
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .attachment__slider__item__ttl .en {
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 766px) {
  .attachment__slider__item__ttl .en {
    font-size: calc((46 / 750) * 100vw);
    line-height: 1.1086956522;
    letter-spacing: 0.04em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .attachment__slider__item__ttl .ja {
    font-size: 21px;
    line-height: 2.4285714286;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .attachment__slider__item__ttl .ja {
    font-size: 1.09375vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .attachment__slider__item__ttl .ja {
    font-size: 1.09375vw;
  }
}
@media screen and (max-width: 766px) {
  .attachment__slider__item__ttl .ja {
    font-size: calc((26 / 750) * 100vw);
    line-height: 1.9615384615;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}

@media screen and (min-width: 767px) {
  .attachment__slider__item__img {
    flex-shrink: 0;
    width: 660px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .attachment__slider__item__img {
    width: 34.375vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .attachment__slider__item__img {
    width: 34.375vw;
  }
}
@media screen and (max-width: 766px) {
  .attachment__slider__item__img {
    margin-bottom: 3.3333333333vw;
    order: 1;
  }
}

.slick-prev,
.slick-next {
  position: absolute;
  border: none;
  font-size: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../../images/powergun_active/ico-arrow.webp");
  cursor: pointer;
  z-index: 50;
}
@media screen and (min-width: 767px) {
  .slick-prev,
  .slick-next {
    width: 90px;
    height: 90px;
    top: 195px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .slick-prev,
  .slick-next {
    width: 4.6875vw;
    height: 4.6875vw;
    top: 10.15625vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .slick-prev,
  .slick-next {
    width: 4.6875vw;
    height: 4.6875vw;
    top: 10.15625vw;
  }
}
@media screen and (max-width: 766px) {
  .slick-prev,
  .slick-next {
    display: none;
  }
}

.slick-prev {
  transform: scale(-1, 1);
}
@media screen and (min-width: 767px) {
  .slick-prev {
    left: 11%;
  }
}

@media screen and (min-width: 767px) {
  .slick-next {
    right: 11%;
  }
}

.slick-dots {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 767px) {
  .slick-dots {
    bottom: -50px;
    column-gap: 32px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .slick-dots {
    bottom: -4.6041666667vw;
    column-gap: 1.6666666667vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .slick-dots {
    bottom: -2.6041666667vw;
    column-gap: 1.6666666667vw;
  }
}
@media screen and (max-width: 766px) {
  .slick-dots {
    bottom: -6.6666666667vw;
    column-gap: 4.2666666667vw;
  }
}
.slick-dots button {
  font-size: 0;
  background-color: #999999;
  border-radius: 50%;
  padding: 0;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 767px) {
  .slick-dots button {
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .slick-dots button {
    width: 0.7291666667vw;
    height: 0.7291666667vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .slick-dots button {
    width: 0.7291666667vw;
    height: 0.7291666667vw;
  }
}
@media screen and (max-width: 766px) {
  .slick-dots button {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
  }
}
.slick-dots li.slick-active button {
  background-color: transparent;
  border: 3px solid #D16C19;
}
@media screen and (min-width: 767px) {
  .slick-dots li.slick-active button {
    width: 26px;
    height: 26px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .slick-dots li.slick-active button {
    width: 1.3541666667vw;
    height: 1.3541666667vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .slick-dots li.slick-active button {
    width: 1.3541666667vw;
    height: 1.3541666667vw;
  }
}
@media screen and (max-width: 766px) {
  .slick-dots li.slick-active button {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}

/*----------------------------
point
------------------------------*/
@media screen and (min-width: 767px) {
  .point {
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .point {
    margin-bottom: 10.4166666667vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .point {
    margin-bottom: 10.4166666667vw;
  }
}
@media screen and (max-width: 766px) {
  .point {
    margin-bottom: 13.3333333333vw;
  }
}

@media screen and (min-width: 767px) {
  .point__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .point__inner {
    max-width: 83.3333333333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .point__inner {
    max-width: 83.3333333333vw;
  }
}

.point__item {
  display: flex;
}
@media screen and (min-width: 767px) {
  .point__item {
    align-items: center;
  }
}
@media screen and (max-width: 766px) {
  .point__item {
    position: relative;
    flex-direction: column;
    row-gap: 6.6666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .point__item:nth-of-type(odd) .point__item__text {
    flex: 1;
    margin-left: 150px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .point__item:nth-of-type(odd) .point__item__text {
    margin-left: 7.8125vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .point__item:nth-of-type(odd) .point__item__text {
    margin-left: 7.8125vw;
  }
}
@media screen and (max-width: 766px) {
  .point__item:nth-of-type(odd) .point__item__text {
    margin-left: 7.6vw;
  }
}
@media screen and (min-width: 767px) {
  .point__item:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 767px) {
  .point__item:nth-of-type(even) .point__item__text {
    width: 635px;
    margin-right: 115px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .point__item:nth-of-type(even) .point__item__text {
    width: 33.0729166667vw;
    margin-right: 5.9895833333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .point__item:nth-of-type(even) .point__item__text {
    width: 33.0729166667vw;
    margin-right: 5.9895833333vw;
  }
}
@media screen and (max-width: 766px) {
  .point__item:nth-of-type(even) .point__item__text {
    margin-left: 7.6vw;
  }
}
@media screen and (max-width: 766px) {
  .point__item:first-of-type .number {
    right: 8vw;
  }
}
@media screen and (min-width: 767px) {
  .point__item:nth-of-type(2) {
    margin-right: 100px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .point__item:nth-of-type(2) {
    margin-right: 5.2083333333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .point__item:nth-of-type(2) {
    margin-right: 5.2083333333vw;
  }
}
@media screen and (max-width: 766px) {
  .point__item:nth-of-type(2) {
    max-width: 68vw;
    margin-left: auto;
    margin-right: 11.7333333333vw;
  }
}
@media screen and (max-width: 766px) {
  .point__item:nth-of-type(2) .point__item__text {
    margin-left: 0;
  }
}
@media screen and (max-width: 766px) {
  .point__item:nth-of-type(2) .point__item__text .number {
    right: -5.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .point__item:nth-of-type(2) .point__item__img {
    width: 630px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .point__item:nth-of-type(2) .point__item__img {
    width: 32.8125vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .point__item:nth-of-type(2) .point__item__img {
    width: 32.8125vw;
  }
}
@media screen and (max-width: 766px) {
  .point__item:nth-of-type(2) .point__item__img {
    width: 68vw;
  }
}
@media screen and (max-width: 766px) {
  .point__item:nth-of-type(3) .point__item__text {
    margin-right: 4vw;
  }
}
@media screen and (max-width: 766px) {
  .point__item:nth-of-type(3) .point__item__text .number {
    left: 5.3333333333vw;
  }
}
@media screen and (max-width: 766px) {
  .point__item:nth-of-type(3) .point__item__img {
    margin-left: 12vw;
  }
}
@media screen and (max-width: 766px) {
  .point__item:last-of-type .point__item__text {
    margin-right: 4vw;
  }
}
@media screen and (max-width: 766px) {
  .point__item:last-of-type .point__item__text .number {
    right: 8vw;
  }
}
@media screen and (min-width: 767px) {
  .point__item:not(:last-of-type) {
    margin-bottom: 130px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .point__item:not(:last-of-type) {
    margin-bottom: 6.7708333333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .point__item:not(:last-of-type) {
    margin-bottom: 6.7708333333vw;
  }
}
@media screen and (max-width: 766px) {
  .point__item:not(:last-of-type) {
    margin-bottom: 13.3333333333vw;
  }
}

@media screen and (min-width: 767px) {
  .point__item__img {
    width: 720px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .point__item__img {
    width: 37.5vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .point__item__img {
    width: 37.5vw;
  }
}
@media screen and (max-width: 766px) {
  .point__item__img {
    width: 84vw;
  }
}
.point__item__img img {
  height: auto;
}

.point__item__text .number {
  font-family: "Helvetica Neue", "Roboto", Helvetica, Arial, Verdana, sans-serif;
}
@media screen and (min-width: 767px) {
  .point__item__text .number {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .point__item__text .number {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .point__item__text .number {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 766px) {
  .point__item__text .number {
    font-size: calc((26 / 750) * 100vw);
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
}
@media screen and (max-width: 766px) {
  .point__item__text .number {
    position: absolute;
    top: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media screen and (min-width: 767px) {
  .point__item__text .ttl {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .point__item__text .ttl {
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .point__item__text .ttl {
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 766px) {
  .point__item__text .ttl {
    font-size: calc((46 / 750) * 100vw);
    line-height: 1.5;
    letter-spacing: 0.12em;
    font-weight: 600;
  }
}
@media screen and (min-width: 767px) {
  .point__item__text .ttl {
    margin: 10px 0 30px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .point__item__text .ttl {
    margin: 0.5208333333vw 0 1.5625vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .point__item__text .ttl {
    margin: 0.5208333333vw 0 1.5625vw;
  }
}
@media screen and (max-width: 766px) {
  .point__item__text .ttl {
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 767px) {
  .point__item__text .text {
    font-size: 24px;
    line-height: 2.125;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .point__item__text .text {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .point__item__text .text {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 766px) {
  .point__item__text .text {
    font-size: calc((28 / 750) * 100vw);
    line-height: 1.9642857143;
    letter-spacing: 0.1em;
    font-weight: 600;
  }
}
@media screen and (min-width: 767px) {
  .point__item__text .notes {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .point__item__text .notes {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .point__item__text .notes {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 766px) {
  .point__item__text .notes {
    font-size: calc((22 / 750) * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 767px) {
  .point__item__text .notes {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .point__item__text .notes {
    margin-top: 1.0416666667vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .point__item__text .notes {
    margin-top: 1.0416666667vw;
  }
}
@media screen and (max-width: 766px) {
  .point__item__text .notes {
    margin-top: 2.1333333333vw;
  }
}

/*----------------------------
osusume
------------------------------*/
@media screen and (min-width: 767px) {
  .osusume {
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .osusume {
    margin-bottom: 7.2916666667vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .osusume {
    margin-bottom: 7.2916666667vw;
  }
}
@media screen and (max-width: 766px) {
  .osusume {
    margin-bottom: 14.6666666667vw;
  }
}

.osusume__bg {
  background-color: #F0F0F0;
}
@media screen and (min-width: 767px) {
  .osusume__bg {
    padding: 140px 0 216px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .osusume__bg {
    padding: 7.2916666667vw 0 11.25vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .osusume__bg {
    padding: 7.2916666667vw 0 11.25vw;
  }
}
@media screen and (max-width: 766px) {
  .osusume__bg {
    padding: 14.6666666667vw 0 23.4666666667vw;
  }
}

.osusume__ttl {
  text-align: center;
}
.osusume__ttl .bnr {
  display: inline-block;
  border: 1px solid #111111;
}
@media screen and (min-width: 767px) {
  .osusume__ttl .bnr {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .osusume__ttl .bnr {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .osusume__ttl .bnr {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 766px) {
  .osusume__ttl .bnr {
    font-size: calc((28 / 750) * 100vw);
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 600;
  }
}
@media screen and (min-width: 767px) {
  .osusume__ttl .bnr {
    padding: 10px 40px;
    border-radius: 27px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .osusume__ttl .bnr {
    padding: 0.5208333333vw 2.0833333333vw;
    border-radius: 1.40625vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .osusume__ttl .bnr {
    padding: 0.5208333333vw 2.0833333333vw;
    border-radius: 1.40625vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 766px) {
  .osusume__ttl .bnr {
    padding: 2vw 5.3333333333vw;
    border-radius: 4.2666666667vw;
    margin-bottom: 4vw;
  }
}

@media screen and (min-width: 767px) {
  .osusume__slider .slick-slide {
    max-width: 920px;
    margin-right: 120px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .osusume__slider .slick-slide {
    max-width: 47.9166666667vw;
    margin-right: 6.25vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .osusume__slider .slick-slide {
    max-width: 47.9166666667vw;
    margin-right: 6.25vw;
  }
}
@media screen and (max-width: 766px) {
  .osusume__slider .slick-slide {
    max-width: 72vw;
    margin-right: 9.8666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .osusume__slider .slick-prev {
    left: 22%;
    top: 255px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .osusume__slider .slick-prev {
    top: 13.28125vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .osusume__slider .slick-prev {
    top: 13.28125vw;
  }
}
@media screen and (min-width: 767px) {
  .osusume__slider .slick-next {
    right: 22%;
    top: 255px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .osusume__slider .slick-next {
    top: 13.28125vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .osusume__slider .slick-next {
    top: 13.28125vw;
  }
}

.osusume__slider__item {
  position: relative;
}
.osusume__slider__item .text {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .osusume__slider__item .text {
    font-size: 40px;
    line-height: 1.3;
    letter-spacing: 0.04em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .osusume__slider__item .text {
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .osusume__slider__item .text {
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 766px) {
  .osusume__slider__item .text {
    font-size: calc((46 / 750) * 100vw);
    line-height: 1.4347826087;
    letter-spacing: 0.08em;
    font-weight: 600;
  }
}
@media screen and (min-width: 767px) {
  .osusume__slider__item .text {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .osusume__slider__item .text {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .osusume__slider__item .text {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 766px) {
  .osusume__slider__item .text {
    margin-bottom: 4vw;
  }
}
.osusume__slider__item .ttl {
  font-family: "Helvetica Neue", "Roboto", Helvetica, Arial, Verdana, sans-serif;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  transform: translateX(100%);
}
@media screen and (min-width: 767px) {
  .osusume__slider__item .ttl {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .osusume__slider__item .ttl {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .osusume__slider__item .ttl {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 766px) {
  .osusume__slider__item .ttl {
    font-size: calc((26 / 750) * 100vw);
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .osusume__slider__item .ttl {
    top: 85px;
    right: -18px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .osusume__slider__item .ttl {
    top: 4.4270833333vw;
    right: -0.9375vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .osusume__slider__item .ttl {
    top: 4.4270833333vw;
    right: -0.9375vw;
  }
}
@media screen and (max-width: 766px) {
  .osusume__slider__item .ttl {
    top: 22vw;
    right: -2.4vw;
  }
}

/*----------------------------
bnr
------------------------------*/
@media screen and (min-width: 767px) {
  .bnr {
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .bnr {
    margin-bottom: 7.2916666667vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .bnr {
    margin-bottom: 7.2916666667vw;
  }
}
@media screen and (max-width: 766px) {
  .bnr {
    margin-bottom: 12.5333333333vw;
  }
}

.bnr__inner {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1vw;

}
@media screen and (min-width: 767px) {
  .bnr__inner {
    max-width: 1240px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .bnr__inner {
    max-width: 64.5833333333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .bnr__inner {
    max-width: 64.5833333333vw;
  }
}
@media screen and (max-width: 766px) {
  .bnr__inner {
    max-width: 84vw;
  }
}

/*----------------------------
product-attention
------------------------------*/
.product-attention {
  background-color: transparent;
}
@media screen and (min-width: 767px) {
  .product-attention {
    padding-top: 120px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-attention {
    padding-top: 6.25vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-attention {
    padding-top: 6.25vw;
  }
}
@media screen and (max-width: 766px) {
  .product-attention {
    padding: 6.6666666667vw 0 0;
    margin: 0 auto;
  }
}
.product-attention .product-inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 767px) {
  .product-attention .product-inner {
    max-width: 1400px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-attention .product-inner {
    max-width: 72.9166666667vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-attention .product-inner {
    max-width: 72.9166666667vw;
  }
}
@media screen and (max-width: 766px) {
  .product-attention .product-inner {
    padding: 0;
    max-width: 84vw;
  }
}

.product-attention__content .ttl {
  position: relative;
  text-align: center;
  cursor: pointer;
  background-color: #F0F0F0;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 767px) {
  .product-attention__content .ttl {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0.14em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-attention__content .ttl {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-attention__content .ttl {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 767px) {
  .product-attention__content .ttl {
    padding: 30px 0;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-attention__content .ttl {
    padding: 1.5625vw 0;
    margin-bottom: 3.6458333333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-attention__content .ttl {
    padding: 1.5625vw 0;
    margin-bottom: 3.6458333333vw;
  }
}
@media screen and (max-width: 766px) {
  .product-attention__content .ttl {
    font-size: 4vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 600;
    padding: 4vw 0;
    margin-bottom: 5.3333333333vw;
  }
}
.product-attention__content .ttl::before {
  position: absolute;
  content: "―";
  font-size: inherit;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  transition: all 0.3s;
}
@media screen and (min-width: 767px) {
  .product-attention__content .ttl::before {
    right: 50px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-attention__content .ttl::before {
    right: 2.6041666667vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-attention__content .ttl::before {
    right: 2.6041666667vw;
  }
}
@media screen and (max-width: 766px) {
  .product-attention__content .ttl::before {
    right: 8vw;
  }
}
.product-attention__content .ttl.is-active::before {
  content: "＋";
}
.product-attention__content ul {
  padding-left: 1.5em;
}
.product-attention__content li {
  list-style-type: disc;
}
.product-attention__content li,
.product-attention__content p {
  text-align: left;
}
@media screen and (min-width: 767px) {
  .product-attention__content li,
  .product-attention__content p {
    font-size: 24px;
    line-height: 1.7083333333;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-attention__content li,
  .product-attention__content p {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-attention__content li,
  .product-attention__content p {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 766px) {
  .product-attention__content li,
  .product-attention__content p {
    font-size: 3.7333333333vw;
    line-height: 1.82;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
.product-attention__content .title {
  flex-shrink: 0;
}
@media screen and (min-width: 767px) {
  .product-attention__content .title {
    font-size: 26px;
    line-height: 1.5769230769;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-attention__content .title {
    font-size: 1.3541666667vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-attention__content .title {
    font-size: 1.3541666667vw;
  }
}
@media screen and (max-width: 766px) {
  .product-attention__content .title {
    font-size: calc((30 / 750) * 100vw);
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}
@media screen and (min-width: 767px) {
  .product-attention__content .title {
    padding-left: 90px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-attention__content .title {
    padding-left: 4.6875vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-attention__content .title {
    padding-left: 4.6875vw;
  }
}
@media screen and (max-width: 766px) {
  .product-attention__content .title {
    text-align: left;
  }
}

.product-attention__content__flex {
  display: flex;
}
@media screen and (min-width: 767px) {
  .product-attention__content__flex {
    align-items: flex-start;
    column-gap: 145px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-attention__content__flex {
    column-gap: 7.5520833333vw;
    margin-bottom: 3.6458333333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-attention__content__flex {
    column-gap: 7.5520833333vw;
    margin-bottom: 3.6458333333vw;
  }
}
@media screen and (max-width: 766px) {
  .product-attention__content__flex {
    flex-direction: column;
    row-gap: 2.1333333333vw;
    margin-bottom: 9.3333333333vw;
  }
}

@media screen and (min-width: 767px) {
  .safetyattention__grayhead__btn {
    margin-top: 220px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .safetyattention__grayhead__btn {
    margin-top: 11.4583333333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .safetyattention__grayhead__btn {
    margin-top: 11.4583333333vw;
  }
}
@media screen and (max-width: 766px) {
  .safetyattention__grayhead__btn {
    margin-top: 16vw;
  }
}

.safetyattention__grayhead__btn__logo {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .safetyattention__grayhead__btn__logo {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .safetyattention__grayhead__btn__logo {
    margin-bottom: 3.6458333333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .safetyattention__grayhead__btn__logo {
    margin-bottom: 3.6458333333vw;
  }
}
@media screen and (max-width: 766px) {
  .safetyattention__grayhead__btn__logo {
    margin-bottom: 8vw;
  }
}
.safetyattention__grayhead__btn__logo img {
  height: auto;
}
@media screen and (min-width: 767px) {
  .safetyattention__grayhead__btn__logo img {
    width: 436px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .safetyattention__grayhead__btn__logo img {
    width: 22.7083333333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .safetyattention__grayhead__btn__logo img {
    width: 22.7083333333vw;
  }
}
@media screen and (max-width: 766px) {
  .safetyattention__grayhead__btn__logo img {
    width: 58.1333333333vw;
  }
}

/* --------------------------
product-price-btm
--------------------------- */
.p-series__ttl {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .p-series__ttl {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 766px) {
  .p-series__ttl {
    margin-bottom: 6.6666666667vw;
  }
}
.p-series__ttl > span {
  display: block;
}
.p-series__ttl .en {
  font-family: "Inter", sans-serif;
}
@media screen and (min-width: 767px) {
  .p-series__ttl .en {
    font-size: 58px;
    line-height: 1.2931034483;
    letter-spacing: 0.04em;
    font-weight: 300;
  }
}
@media screen and (max-width: 766px) {
  .p-series__ttl .en {
    font-size: calc(70 / 750 * 100vw);
    line-height: 1.6285714286;
    letter-spacing: 0.1em;
    font-weight: 300;
  }
}
.p-series__ttl .ja {
  color: #c96715;
}
@media screen and (min-width: 767px) {
  .p-series__ttl .ja {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (max-width: 766px) {
  .p-series__ttl .ja {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation-iteration-count: infinite;
}
.p-series .scroll-hint-icon:after {
  margin-left: 0;
  transform: translateX(-50%);
  transition-delay: 0s;
}
@media screen and (max-width: 766px) {
  .p-series .scroll-hint-icon {
    top: 20vw;
  }
}
.product-price .product-price-btm {
  padding-top: 20px;
}
@media screen and (min-width: 767px) {
  .p-series {
    margin-top: 200px;
  }
  .product-price-btm {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .p-series {
    margin-top: 10.4166666667vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .p-series {
    margin-top: 10.4166666667vw;
  }
}
@media screen and (max-width: 766px) {
  .p-series {
    margin-top: 15.3333333333vw;
  }
  .product-price-btm {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
  }
}

.product-price-btm__ttl {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .product-price-btm__ttl {
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-price-btm__ttl {
    margin-bottom: 7.2916666667vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-price-btm__ttl {
    margin-bottom: 7.2916666667vw;
  }
}
@media screen and (max-width: 766px) {
  .product-price-btm__ttl {
    margin-bottom: 10.6666666667vw;
  }
}
.product-price-btm__ttl .main {
  display: block;
}
@media screen and (min-width: 767px) {
  .product-price-btm__ttl .main {
    font-size: 52px;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-price-btm__ttl .main {
    font-size: 2.7083333333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-price-btm__ttl .main {
    font-size: 2.7083333333vw;
  }
}
@media screen and (max-width: 766px) {
  .product-price-btm__ttl .main {
    font-size: calc((56 / 750) * 100vw);
    line-height: 1.2321428571;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}
@media screen and (min-width: 767px) {
  .product-price-btm__ttl .main {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-price-btm__ttl .main {
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-price-btm__ttl .main {
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 766px) {
  .product-price-btm__ttl .main {
    margin-bottom: 4vw;
  }
}
.product-price-btm__ttl .sub {
  font-family: "Helvetica Neue", "Roboto", Helvetica, Arial, Verdana, sans-serif;
}
@media screen and (min-width: 767px) {
  .product-price-btm__ttl .sub {
    font-size: 38px;
    line-height: 1.3421052632;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-price-btm__ttl .sub {
    font-size: 1.9791666667vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-price-btm__ttl .sub {
    font-size: 1.9791666667vw;
  }
}
@media screen and (max-width: 766px) {
  .product-price-btm__ttl .sub {
    font-size: calc((34 / 750) * 100vw);
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
}
.product-price-btm__ttl .sub span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 767px) {
  .product-price-btm__ttl .sub span {
    font-size: 32px;
    line-height: 1.59375;
    letter-spacing: 0.02em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-price-btm__ttl .sub span {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-price-btm__ttl .sub span {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 766px) {
  .product-price-btm__ttl .sub span {
    font-size: calc((28 / 750) * 100vw);
    line-height: 1.8214285714;
    letter-spacing: 0.02em;
    font-weight: 600;
  }
}

/* @media screen and (max-width: 766px) {
  .product-price-btn-list__wrap {
    overflow-x: scroll;
    margin-left: 8vw;
    padding-bottom: 8vw;
  }
}
.product-price-btn-list__wrap::-webkit-scrollbar {
  height: 2.1333333333vw;
}
.product-price-btn-list__wrap::-webkit-scrollbar-track {
  background-color: #F0F0F0;
}
.product-price-btn-list__wrap::-webkit-scrollbar-thumb {
  background-color: #ed6c00;
}

.product-price-list_type {
  width: 100%;
  border-bottom: 1px solid #DDDDDD;
}
@media screen and (max-width: 766px) {
  .product-price-list_type {
    white-space: nowrap;
  }
}
.product-price-list_type thead th {
  text-align: center;
  vertical-align: top;
}
@media screen and (min-width: 767px) {
  .product-price-list_type thead th {
    font-size: 24px;
    line-height: 1.875;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-price-list_type thead th {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-price-list_type thead th {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 766px) {
  .product-price-list_type thead th {
    font-size: calc((28 / 750) * 100vw);
    line-height: 1.8214285714;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}
@media screen and (min-width: 767px) {
  .product-price-list_type thead th {
    width: 33.33333333%;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-price-list_type thead th {
    padding-bottom: 3.125vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-price-list_type thead th {
    padding-bottom: 3.125vw;
  }
}
@media screen and (max-width: 766px) {
  .product-price-list_type thead th {
    padding: 0 9.3333333333vw 8vw;
  }
}
@media screen and (max-width: 766px) {
  .product-price-list_type thead th:first-of-type img.products {
    margin-left: 5.3333333333vw;
  }
}
.product-price-list_type thead th img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 767px) {
  .product-price-list_type thead th img.products {
    height: 190px;
    margin-right: 40%;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-price-list_type thead th img.products {
    height: 9.8958333333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-price-list_type thead th img.products {
    height: 9.8958333333vw;
  }
}
@media screen and (max-width: 766px) {
  .product-price-list_type thead th img.products {
    height: 28.2666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .product-price-list_type thead th img.color {
    height: 24px;
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-price-list_type thead th img.color {
    height: 1.25vw;
    margin-top: 3.6458333333vw;
    margin-bottom: 3.6458333333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-price-list_type thead th img.color {
    height: 1.25vw;
    margin-top: 3.6458333333vw;
    margin-bottom: 3.6458333333vw;
  }
}
@media screen and (max-width: 766px) {
  .product-price-list_type thead th img.color {
    height: 3.2vw;
    margin-top: 7.6vw;
    margin-bottom: 9.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .product-price-list_type thead th img.logo {
    height: 76px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-price-list_type thead th img.logo {
    height: 3.9583333333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-price-list_type thead th img.logo {
    height: 3.9583333333vw;
  }
}
@media screen and (max-width: 766px) {
  .product-price-list_type thead th img.logo {
    height: 10.1333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .product-price-list_type thead th .ttl__wrap {
    margin: 50px 0 30px;
    min-height: 120px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-price-list_type thead th .ttl__wrap {
    margin: 2.6041666667vw 0 1.5625vw;
    min-height: 6.25vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-price-list_type thead th .ttl__wrap {
    margin: 2.6041666667vw 0 1.5625vw;
    min-height: 6.25vw;
  }
}
@media screen and (max-width: 766px) {
  .product-price-list_type thead th .ttl__wrap {
    min-height: 18vw;
    margin: 8vw 0 4vw;
  }
}
@media screen and (min-width: 767px) {
  .product-price-list_type thead th .ttl__wrap .notes {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-price-list_type thead th .ttl__wrap .notes {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-price-list_type thead th .ttl__wrap .notes {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 766px) {
  .product-price-list_type thead th .ttl__wrap .notes {
    font-size: calc((22 / 750) * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
@media screen and (min-width: 767px) {
  .product-price-list_type thead th .price {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-price-list_type thead th .price {
    margin-bottom: 0.8333333333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-price-list_type thead th .price {
    margin-bottom: 0.8333333333vw;
  }
}
@media screen and (max-width: 766px) {
  .product-price-list_type thead th .price {
    margin-bottom: 2.6666666667vw;
  }
}
.product-price-list_type thead th .link {
  display: inline-block;
  color: #ed6c00;
  position: relative;
}
@media screen and (min-width: 767px) {
  .product-price-list_type thead th .link:hover {
    opacity: 0.7;
  }
}
.product-price-list_type thead th .link::after {
  position: absolute;
  content: "";
  display: block;
  border-bottom: 1px solid #ed6c00;
  border-right: 1px solid #ed6c00;
  right: -16px;
  transform: rotate(-45deg);
  top: 35%;
}
@media screen and (min-width: 767px) {
  .product-price-list_type thead th .link::after {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-price-list_type thead th .link::after {
    width: 0.625vw;
    height: 0.625vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-price-list_type thead th .link::after {
    width: 0.625vw;
    height: 0.625vw;
  }
}
@media screen and (max-width: 766px) {
  .product-price-list_type thead th .link::after {
    width: 1.6vw;
    height: 1.6vw;
  }
}
@media screen and (min-width: 767px) {
  .product-price-list_type tbody {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-price-list_type tbody {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-price-list_type tbody {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 766px) {
  .product-price-list_type tbody {
    font-size: calc((28 / 750) * 100vw);
    line-height: 1.2857142857;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}
.product-price-list_type tbody th {
  background-color: #F0F0F0;
}
@media screen and (min-width: 767px) {
  .product-price-list_type tbody th {
    padding: 10px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-price-list_type tbody th {
    padding: 0.5208333333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-price-list_type tbody th {
    padding: 0.5208333333vw;
  }
}
@media screen and (max-width: 766px) {
  .product-price-list_type tbody th {
    padding: 1.3333333333vw;
  }
}
.product-price-list_type tbody td {
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 767px) {
  .product-price-list_type tbody td {
    padding: 35px 0;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .product-price-list_type tbody td {
    padding: 1.8229166667vw 0;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .product-price-list_type tbody td {
    padding: 1.8229166667vw 0;
  }
}
@media screen and (max-width: 766px) {
  .product-price-list_type tbody td {
    padding: 4vw 0;
  }
} */

.bottoom-slider {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 767px) {
  .bottoom-slider {
    margin-top: 100px;
    margin-bottom: 150px;
    row-gap: 20px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .bottoom-slider {
    row-gap: 1.0416666667vw;
    margin-top: 5.2083333333vw;
    margin-bottom: 7.8125vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .bottoom-slider {
    row-gap: 1.0416666667vw;
    margin-top: 5.2083333333vw;
    margin-bottom: 7.8125vw;
  }
}
@media screen and (max-width: 766px) {
  .bottoom-slider {
    margin-top: 13.3333333333vw;
    row-gap: 4vw;
    margin-bottom: 20vw;
  }
}

.bottom-slider-item__wrap01,
.bottom-slider-item__wrap02 {
  transition: transform 0.5s ease;
}

.bottom-slider-item__wrap01,
.bottom-slider-item__wrap02,
.bottom-slider-item01,
.bottom-slider-item02 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.bottom-slider-item__wrap01 img,
.bottom-slider-item__wrap02 img,
.bottom-slider-item01 img,
.bottom-slider-item02 img {
  width: auto !important;
}
@media screen and (min-width: 767px) {
  .bottom-slider-item__wrap01 img,
  .bottom-slider-item__wrap02 img,
  .bottom-slider-item01 img,
  .bottom-slider-item02 img {
    height: 300px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 961px) {
  .bottom-slider-item__wrap01 img,
  .bottom-slider-item__wrap02 img,
  .bottom-slider-item01 img,
  .bottom-slider-item02 img {
    height: 15.625vw;
    margin: 0 0.5208333333vw;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .bottom-slider-item__wrap01 img,
  .bottom-slider-item__wrap02 img,
  .bottom-slider-item01 img,
  .bottom-slider-item02 img {
    height: 15.625vw;
    margin: 0 0.5208333333vw;
  }
}
@media screen and (max-width: 766px) {
  .bottom-slider-item__wrap01 img,
  .bottom-slider-item__wrap02 img,
  .bottom-slider-item01 img,
  .bottom-slider-item02 img {
    height: 40vw;
    margin: 0 1.3333333333vw;
  }
}

.bottom-slider-item__wrap02 {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
/* animation */
.js-fade {
  transform: translateY(40px);
  opacity: 0;
  transition: all 0.8s;
}

.js-fade.show {
  transform: translateY(0);
  opacity: 1;
}/*# sourceMappingURL=style.css.map */

/* 20231227追加 */

.product-price-list_type {
  border-top: 2px solid #e2e2dd;
  border-bottom: 2px solid #e2e2dd;
}
@media screen and (min-width: 768px) {
  .product-price-list_type {
    width: 100%;
  }
}
.product-price-list_type thead th {
  vertical-align: top;
  border-top: 2px solid #e2e2dd;
}
@media screen and (min-width: 768px) {
  .product-price-list_type thead th {
    padding: 0 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .product-price-list_type thead th {
    padding: 0 0 8vw;
  }
}
.product-price-list_type thead th:first-of-type {
  background-color: rgba(201, 103, 21, 0.1);
}
.product-price-list_type td,
.product-price-list_type th {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .product-price-list_type tbody tr.sp-left td {
    text-align: left;
  }
}
.product-price-list_type tbody th {
  background-color: #e9e9e9;
  color: #747373;
}
@media screen and (min-width: 768px) {
  .product-price-list_type tbody th {
    font-size: 16px;
    font-weight: 700;
    padding: 12px 0;
  }
}
@media screen and (max-width: 767px) {
  .product-price-list_type tbody th {
    font-size: calc((24 / 750) * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .product-price-list_type tbody th {
    min-width: 40vw;
    padding: 3.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .product-price-list_type tbody td {
    font-size: 15px;
    line-height: 1.375;
    padding: 30px 0;
    width: 25%;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .product-price-list_type tbody td {
    font-size: calc((24 / 750) * 100vw);
    line-height: 1.3846153846;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .product-price-list_type tbody td {
    min-width: 45.333333vw;
    padding: 6.4vw;
    white-space: nowrap;
  }
}
.product-price-list_type tbody td span {
  display: block;
}
@media screen and (min-width: 768px) {
  .product-price-list_type tbody td span {
    font-size: 12px;
    line-height: 1.33333333;
    letter-spacing: -0.06em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .product-price-list_type tbody td span {
    font-size: calc((18 / 750) * 100vw);
    line-height: 1.33333333;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.product-price-list_type tbody td:first-of-type {
  background-color: rgba(201, 103, 21, 0.1);
}
.product-price-list_type tbody td:nth-of-type(2),
.product-price-list_type tbody td:nth-of-type(3) {
  border-right: 1px dashed #e9e9e9;
}

.product-price-osusume {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #fff;
  padding: 0 10px;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .product-price-osusume {
    font-size: 15px;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .product-price-osusume {
    font-size: calc((22 / 750) * 100vw);
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .product-price-list_type thead tr.osusume td {
    padding: 24px 10px 28px;
  }
  .product-price-list_type thead .osusume-item {
    position: relative;
    background-color: #e9e9e9;
    border-radius: 8px;
    padding: 16px 0;
  }
  .product-price-list_type thead .osusume-item p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
  }
}
.product-price-list_type thead .osusume-item::after {
  position: absolute;
  content: '';
  right: 0;
  bottom: -8px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #e9e9e9 transparent transparent transparent;
  border-width: 8px 8px 0 8px;
}
@media screen and (max-width: 767px) {
  .product-price-list_type thead tr.osusume td {
    padding: 4.6666667vw 2.733333vw 6vw;
  }
  .product-price-list_type thead .osusume-item {
    position: relative;
    background-color: #e9e9e9;
    border-radius: 1.06666667vw;
    padding: 2.4vw 0;
  }
  .product-price-list_type thead .osusume-item p {
    font-size: calc((19.75   / 750) * 100vw);
    font-weight: 500;
    line-height: 1.5;
  }
}
.product-price-list_type {
  position: relative;
}
.product-price-list_type::before,
.product-price-list_type::after {
  position: absolute;
  content: '';
  display: block;
  width: 10px;
  height: 92.27%;
  background-color: #e5b48c;
  z-index: 0;
  bottom: 0;
}
.product-price-list_type::before {
  left: 0;
}
.product-price-list_type::after {
  left: 24%;
}
@media screen and (max-width: 767px) {
  .product-price-list_type::before,
  .product-price-list_type::after {
    height: 93.6%;
  }
  .product-price-list_type::after {
    left: 23.6%;
  }
}
.product-price-list_type tbody tr:last-of-type td:first-of-type {
  border-bottom: 10px solid #e5b48c;
}
.product-price-list_type thead th .link {
  color: #c96715;
  display: inline-block;
}
.product-price-list_type thead th:first-of-type .logo__wrap {
  background-color: #e5b48c;
}
.product-price-list_type thead th .product img {
  height: auto;
}
.product-price-list_type thead th .ttl {
  position: relative;
  z-index: 3;
}
.product-price-list_type thead th .ttl sup {
  font-size: 75% !important;
}
@media screen and (min-width: 768px) {
  .product-price-list_type thead th .logo__wrap {
    padding: 25px 0 9px;
  }
  .product-price-list_type thead th .logo {
    height: 50px;
    width: auto;
  }
  .product-price-list_type thead th .ttl__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
  }
  .product-price-list_type thead th .product {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 280px;
  }
  .product-price-list_type thead th.slim .product img {
    width: 161px;
  }
  .product-price-list_type thead th.active .product img {
    width: 158px;
  }
  .product-price-list_type thead th.pocket .product img {
    width: 139px;
  }
  .product-price-list_type thead th.plus .product img {
    width: 125px;
  }
  .product-price-list_type thead th .ttl {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 700;
  }
  .product-price-list_type thead th .ttl span {
    display: block;
    font-size: 12px;
  }
  .product-price-list_type thead th .price {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 700;
  }
  .product-price-list_type thead th .price span {
    display: block;
    font-size: 12px;
  }
  .product-price-list_type thead th .link {
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
    color: #c96715;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .product-price-list_type thead th .logo__wrap {
    padding: 4.9vw 0 1.2vw;
  }
  .product-price-list_type thead th .logo {
    height: 9.3333333vw;
    width: auto;
  }
  .product-price-list_type thead th .ttl__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 14.4vw;
  }
  .product-price-list_type thead th .product {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38vw;
  }
  .product-price-list_type thead th.slim .product img {
    width: 30.266667vw;
  }
  .product-price-list_type thead th.active .product img {
    width: 31.2vw;
  }
  .product-price-list_type thead th.pocket .product img {
    width: 26vw;
  }
  .product-price-list_type thead th.plus .product img {
    width: 21.2666667vw;
  }
  .product-price-list_type thead th .ttl {
    font-size: calc((24   / 750) * 100vw);
    line-height: 1.5;
    font-weight: 700;
  }
  .product-price-list_type thead th .ttl span {
    display: block;
    font-size: calc((20   / 750) * 100vw);
  }
  .product-price-list_type thead th .price {
    margin-top: 7.2vw;
    font-size: calc((30 / 750) * 100vw);
    font-weight: 700;
  }
  .product-price-list_type thead th .price span {
    font-size:calc((18 / 750) * 100vw);
  }
  .product-price-list_type thead th .link {
    font-size: calc((20 / 750) * 100vw);
    font-weight: 700;
    margin-top: 2.4vw;
    color: #c96715;
    display: inline-block;
  }
}
/* ここまで */

/* 20240125追加 */
@media screen and (max-width: 767px) {
  .txt_area_logo {
    width: 55%;
    margin: 2vw 0 8vw;
  }
}

/* 長友夫妻コンテンツ */
.nagatomo-special {
	padding: 10rem 0 14rem 0;
	margin:0 auto;
}
@media screen and (max-width: 767px) {
	.nagatomo-special {
		padding: 5rem 0 9rem 0;
		text-align: center;
	}
}
@media all and (min-width: 768px) {
	.nagatomo-special .display-sp {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.nagatomo-special .display-pc {
		display: none;
	}
}
.nagatomo-special__inner {
	margin-left: auto;
	margin-right: auto;
	max-width:1200px;

}
@media screen and (max-width: 767px) {
	.nagatomo-special__inner {
		padding: 0 2rem;
	}
}
@media all and (min-width: 768px) {
	.nagatomo-special__columns {
		display: flex;
		flex-wrap: nowrap;
        justify-content: space-between;
		max-width:1030px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media all and (min-width: 768px) {
	.nagatomo-special__columns__column:nth-child(1) {
		width: 47rem;
		
	}
}
.nagatomo-special__columns__column:nth-child(2) {
	width: 39rem;
	text-align: right;
}
@media all and (max-width: 767px) {
	.nagatomo-special__columns__column:nth-child(2) {
		margin-top: 3.0rem;
		margin-left: auto;
		width:52vw;
	}
}
.nagatomo-special__h2 {
	font-size:34px;
	line-height: 1.5;
}
@media screen and (min-width: 768px) {
	.nagatomo-special__h2 {
		margin-top: 4rem;
	}
}
@media screen and (max-width: 767px) {
	.nagatomo-special__h2 {
		font-size:calc((40 / 750) * 100vw);
		
	}
}
.nagatomo-special__lead {
	/*margin-top: 3rem;*/
	margin-top: 2.4rem;
	font-size:20px;
	line-height: 2;
}
@media screen and (max-width: 767px) {
	.nagatomo-special__lead {
		font-size:calc((28 / 750) * 100vw);
	}
}
@media screen and (min-width: 768px) {
    .nagatomo-special__button {
        line-height: 1;
        margin-top: 5rem;
    }
}
@media screen and (max-width: 767px) {
    .nagatomo-special__button {
		text-align: center;
        margin-top: 1.8rem;
    }
}
.nagatomo-special__button__anchor {
    display: inline-block;
    position: relative;
    background-image: url(/wellness/sixpad/series/powergun/assets/img/home/ic-nagatomo-arrow.png);
    background-repeat: no-repeat;
    background-position: top right;
    line-height: 1 !important;
	color: #333333;
	text-decoration: none;
    /*transition: ease 0.5s;*/
}
@media screen and (min-width: 768px) {
    .nagatomo-special__button__anchor {
		font-size: 16px;
        padding-right: 2.8rem;
        padding-bottom: 0.8rem;
        background-size: 1.4rem;
    }
}
@media screen and (max-width: 767px) {
    .nagatomo-special__button__anchor {
		font-size: 3.2vw;
        padding-right: 1.8rem;
        padding-bottom: 0.7rem;
		background-size: 1.25rem;
    }
}
.nagatomo-special__button__anchor:hover {
    opacity: 0.7;
}
.nagatomo-special__button__anchor:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #ff872b;
}
.nagatomo-special__figure-columns {
	margin-top: 8rem;
}
@media screen and (max-width: 767px) {
	.nagatomo-special__figure-columns {
		/*margin-top: 5rem;*/
		margin-top: 2.5rem;
	}
}
@media all and (min-width: 768px) {
	.nagatomo-special__figure-columns__img:nth-child(1) {
		width: 1100px;
	}
}
@media screen and (max-width: 767px) {
	.nagatomo-special__figure-columns__img:nth-child(1) {
		width: 66vw;
	}
}
.nagatomo-special__figure-columns__img:nth-child(2) {
	margin-left: auto;
}
@media all and (min-width: 768px) {
	.nagatomo-special__figure-columns__img:nth-child(2) {
		/*margin-top: -31rem;*/
		margin-top: -23rem;
		width:490px;
		text-align: right;
	}
}
@media screen and (max-width: 767px) {
	.nagatomo-special__figure-columns__img:nth-child(2) {
		margin-top: -23vw;
		width: 31vw;
	}
}
