@charset "UTF-8";
@import url("https://unpkg.com/swiper@8/swiper-bundle.min.css");
.sizeGuide .icon {
  margin-right: 5px;
  width: 15px;
  height: 15px;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14"><g id="help" transform="translate(-2.25 -2.25)"><path id="パス_42" data-name="パス 42" d="M9.25,2.25a7,7,0,1,0,7,7A7,7,0,0,0,9.25,2.25Zm0,13a6,6,0,1,1,6-6A6,6,0,0,1,9.25,15.25Z"/><path id="パス_43" data-name="パス 43" d="M17.813,25.523a.75.75,0,1,1-.75-.732.75.75,0,0,1,.75.732Z" transform="translate(-7.813 -12.523)"/><path id="パス_44" data-name="パス 44" d="M15.374,9h-.75a2.245,2.245,0,0,0-2.25,2.25v.25h1v-.25A1.25,1.25,0,0,1,14.624,10h.75a1.25,1.25,0,1,1,0,2.5h-1v2.25h1V13.5a2.25,2.25,0,1,0,0-4.5Z" transform="translate(-5.624 -3.75)"/></g></svg>');
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14"><g id="help" transform="translate(-2.25 -2.25)"><path id="パス_42" data-name="パス 42" d="M9.25,2.25a7,7,0,1,0,7,7A7,7,0,0,0,9.25,2.25Zm0,13a6,6,0,1,1,6-6A6,6,0,0,1,9.25,15.25Z"/><path id="パス_43" data-name="パス 43" d="M17.813,25.523a.75.75,0,1,1-.75-.732.75.75,0,0,1,.75.732Z" transform="translate(-7.813 -12.523)"/><path id="パス_44" data-name="パス 44" d="M15.374,9h-.75a2.245,2.245,0,0,0-2.25,2.25v.25h1v-.25A1.25,1.25,0,0,1,14.624,10h.75a1.25,1.25,0,1,1,0,2.5h-1v2.25h1V13.5a2.25,2.25,0,1,0,0-4.5Z" transform="translate(-5.624 -3.75)"/></g></svg>');
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  background-color: #000;
}

.bg {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}

#productInfo > .inner {
  padding-top: 20px;
  padding-bottom: 100px;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  #productInfo > .inner {
    padding-bottom: 12.82051vw;
    display: block;
  }
}

.main {
  width: 55.5%;
}

@media only screen and (max-width: 767px) {
  .main {
    width: 100%;
  }
}

.main .productImageWrap .thumbNailWrap {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .main .productImageWrap .thumbNailWrap {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.main .productImageWrap .thumbNailWrap .thumbNail {
  width: 100%;
}

.main .productImageWrap .thumbNailWrap .thumbNail img {
  width: 100%;
}

.main .productImageWrap .thumbNailNavWrap {
  margin-top: 10px;
  display: flex;
  /* justify-content: center; */
  flex-wrap: wrap;
  row-gap: 15px;
  column-gap: 15px;
}

@media only screen and (max-width: 767px) {
  .main .productImageWrap .thumbNailNavWrap {
    justify-content: flex-start;
    margin-top: 5.12821vw;
    padding-bottom: 2.5641vw;
    width: 95vw;
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
}

.main .productImageWrap .thumbNailNavWrap .nav {
  flex: none;
  /* margin-right: 10px; */
  width: 60px;
  height: 70px;
  overflow: hidden;
  opacity: 0.5;
  cursor:pointer;
}

@media only screen and (max-width: 767px) {
  .main .productImageWrap .thumbNailNavWrap .nav {
    margin-right: 3.07692vw;
    width: 20vw;
    height: 24.87179vw;
  }
}

.main .productImageWrap .thumbNailNavWrap .nav:last-of-type {
  margin-right: 0;
}

.main .productImageWrap .thumbNailNavWrap .nav.active {
  opacity: 1;
}

.main .productImageWrap .thumbNailNavWrap .nav img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.thumbnailModal {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.thumbnailModal .bigimg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  transform: translate(-50%, -50%);
}

.thumbnailModal .bigimg img {
  width: auto;
  max-width: 90vw;
  max-height: 90vh;
}

.thumbnailModal .close-btn {
  position: absolute;
  top: 55px;
  right: 35px;
}

@media only screen and (max-width: 767px) {
  .thumbnailModal .close-btn {
    top: 14.10256vw;
    right: 5vw;
  }
}

.thumbnailModal .close-btn a {
  position: relative;
  display: block;
  width: 25px;
  height: 12px;
}

.thumbnailModal .close-btn a::before, .thumbnailModal .close-btn a::after {
  content: "";
  position: absolute;
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.thumbnailModal .close-btn a::before {
  top: 50%;
  transform: rotate(45deg);
}

.thumbnailModal .close-btn a:after {
  top: 50%;
  transform: rotate(-45deg);
}

.side {
  width: 37%;
}

@media only screen and (max-width: 767px) {
  .side {
    margin-top: 2.5641vw;
    width: 100%;
  }
}

.side .tagWrap {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .side .tagWrap {
    margin-bottom: 5.12821vw;
  }
}

.side .tagWrap .tag {
  margin: 0.5px 6px 0.5px 0;
  padding: 7px 10px 5px;
  font-size: 13px;
  font-family: "Marcellus", serif;
  background-color: #fff;
  border: 1px solid #000;
}

@media only screen and (max-width: 767px) {
  .side .tagWrap .tag {
    margin: 0.38462vw 1.53846vw 0.38462vw 0;
    padding: 1.28205vw 2.05128vw 0.76923vw;
    font-size: 3.33333vw;
  }
}

.side .tagWrap .tag:last-of-type {
  margin-right: 0;
}

.side .productName {
  position: relative;
}

.side .productName h1 {
  font-size: 16px;
  font-family: "Marcellus", serif;
}

@media only screen and (max-width: 767px) {
  .side .productName h1 {
    font-size: 5.12821vw;
  }
}

.side .productName .colorName {
  margin-top: 15px;
  font-size: 18px;
  font-family: "Marcellus", serif;
}

@media only screen and (max-width: 767px) {
  .side .productName .colorName {
    margin-top: 3.84615vw;
    font-size: 4.10256vw;
  }
}

.side .productName .actionWrap {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
}

.side .productName .actionWrap .wishIcon {
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .side .productName .actionWrap .wishIcon {
    margin-left: 5.12821vw;
  }
}

.side .priceWrap {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .side .priceWrap {
    margin-top: 5.12821vw;
  }
}



@media only screen and (max-width: 767px) {
  .side .priceWrap .price {
    font-size: 4.10256vw;
  }
}

/* .side .priceWrap .price span {
  margin-left: 0.5em;
  font-size: 11px;
} */
.side .priceWrap .price small {
  margin-left: 0.5em;
  font-size: 11px;
}
.side .priceWrap .price.price--normal .naname{
  font-size: 18px;
  text-decoration: line-through;
}
.side .priceWrap .price.price--normal{
 margin-bottom: 10px;
}
.side .priceWrap .price.price--normal .price-tag{
  font-size: 14px;
}
.side .priceWrap .price.price--sale{
  color: #b71540;
  font-size: 16px;
}
.side .priceWrap .price.price--sale .naname{
  font-size: 22px;
}
.side .priceWrap .price.price--sale .price-tag{
  font-size: 16px; 
  margin-right: 0.5em;
}
.side .priceWrap .price{
  font-size: 22px;
}

.side .priceWrap .price
@media only screen and (max-width: 767px) {
  .side .priceWrap .price span {
    font-size: 2.82051vw;
  }
}

.side form {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .side form {
    margin-top: 8.97436vw;
  }
}

.side form .selectorWrap {
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .side form .selectorWrap {
    margin-top: 10.25641vw;
  }
}

.side form .selectorWrap:first-of-type {
  margin-top: 0;
  width: 87.5%;
  max-width: 350px;
}

@media only screen and (max-width: 767px) {
  .side form .selectorWrap:first-of-type {
    width: 100%;
    max-width: none;
  }
}

.side form .selectorWrap .titleWrap {
  display: flex;
}

.side form .selectorWrap .titleWrap > * {
  font-size: 12px;
  color: #808080;
}

@media only screen and (max-width: 767px) {
  .side form .selectorWrap .titleWrap > * {
    font-size: 3.07692vw;
  }
}

.side form .selectorWrap .titleWrap .title {
  font-weight: bold;
  color: #000;
}

.side form .selectorWrap .titleWrap .title + .select {
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .side form .selectorWrap .titleWrap .title + .select {
    margin-left: 2.5641vw;
  }
}

.side form .selectorWrap .titleWrap .productNum,
.side form .selectorWrap .titleWrap .sizeGuide {
  margin-left: auto;
}

@media only screen and (min-width: 1080px) {
  .side form .selectorWrap .titleWrap .sizeGuide:hover .text {
    text-decoration: none;
  }
}

.side form .selectorWrap .titleWrap .sizeGuide a {
  display: flex;
  align-items: center;
}

.side form .selectorWrap .titleWrap .sizeGuide .text {
  text-decoration: underline;
}

.side form .selectorWrap .contentWrap {
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .side form .selectorWrap .contentWrap {
    margin-top: 3.84615vw;
  }
}

.side form .selectorWrap .contentWrap h3 {
  font-size: 12px;
  color: #000;
  margin-bottom: 5px;
}

.side form .selectorWrap .contentWrap h3 span {
  font-size: 10px;
  color: #808080;
}

.side form .selectorWrap .colorSelector {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px 5px;
}

@media only screen and (max-width: 767px) {
  .side form .selectorWrap .colorSelector {
    grid-gap: 2.5641vw 1.28205vw;
  }
}

.side form .selectorWrap .colorSelector + h3 {
  margin-top: 10px;
}

.side form .selectorWrap .colorSelector .color {
  height: 4.75842vw;
  max-height: 65px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .side form .selectorWrap .colorSelector .color {
    height: 16.66667vw;
    max-height: none;
  }
}

.side form .selectorWrap .colorSelector .color img {
  aspect-ratio: 1 / 1;
  width: 100%;
  object-fit: cover;
}

.side form .selectorWrap .colorSelector span {
  border: 1px solid #252525;
}

.side form .selectorWrap .colorSelector span:first-of-type {
  margin-top: 0;
}

.side form .selectorWrap .colorSelector a:nth-of-type(-n + 4) {
  margin-top: 0;
}

.side form .selectorWrap .colorSelector a:nth-of-type(5n - 1) {
  margin-right: 0;
}

.side form .selectorWrap .sizeSelector {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 10px;
}

@media only screen and (max-width: 1079px) {
  .side form .selectorWrap .sizeSelector {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .side form .selectorWrap .sizeSelector {
    grid-gap: 0.64103vw;
  }
}

@media only screen and (max-width: 767px) {
  .side form .selectorWrap .sizeSelector {
    grid-gap: 2.5641vw;
  }
}

.side form .selectorWrap .sizeSelector .js-sizeSelector {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 45px;
  font-size: 14px;
  border: 1px solid #ddd;
  cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .side form .selectorWrap .sizeSelector .js-sizeSelector {
    height: 5.12821vw;
    font-size: 1.79487vw;
  }
}

@media only screen and (max-width: 767px) {
  .side form .selectorWrap .sizeSelector .js-sizeSelector {
    height: 11.53846vw;
    font-size: 3.58974vw;
  }
}

.side form .selectorWrap .sizeSelector .js-sizeSelector .jaSize {
  margin-top: 5px;
  font-size: 11px;
  color: #808080;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .side form .selectorWrap .sizeSelector .js-sizeSelector .jaSize {
    font-size: 1.41026vw;
  }
}

@media only screen and (max-width: 767px) {
  .side form .selectorWrap .sizeSelector .js-sizeSelector .jaSize {
    font-size: 2.82051vw;
  }
}

.side form .selectorWrap .sizeSelector .js-sizeSelector.stockOut::before, .side form .selectorWrap .sizeSelector .js-sizeSelector.stockOut::after {
  content: "";
  position: absolute;
  top: -34%;
  width: 1px;
  height: 168%;
  background-color: #bfbfbf;
}

@media only screen and (max-width: 767px) {
  .side form .selectorWrap .sizeSelector .js-sizeSelector.stockOut::before, .side form .selectorWrap .sizeSelector .js-sizeSelector.stockOut::after {
    top: -36%;
    height: 173%;
  }
}

.side form .selectorWrap .sizeSelector .js-sizeSelector.stockOut::before {
  left: 48%;
  transform: rotate(-54deg);
}

.side form .selectorWrap .sizeSelector .js-sizeSelector.stockOut::after {
  right: 48%;
  transform: rotate(54deg);
}

.side form .selectorWrap .sizeSelector .js-sizeSelector.active {
  color: #fff;
  background-color: #000;
}

.side form .selectorWrap .sizeSelector .js-sizeSelector.active::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 1px solid #000;
  background-color: transparent;
  transform: rotate(0);
}

@media only screen and (max-width: 767px) {
  .side form .selectorWrap .sizeSelector .js-sizeSelector.active::before {
    top: -1.28205vw;
    left: -1.28205vw;
    width: calc(100% + 2.56vw);
    height: calc(100% + 2.56vw);
  }
}

.side form .selectorWrap .sizeSelector .js-sizeSelector.active::after {
  display: none;
}

.side form .selectorWrap .sizeSelector .js-sizeSelector.active .jaSize {
  color: #fff;
}

.side form .other_material {
  margin-top: 15px;
}

.side form .other_material .other_open_btn {
  width: 100%;
  border: 1px solid #ddd;
  display: grid;
  height: 30px;
  font-size: 12px;
  place-content: center;
  position: relative;
  cursor: pointer;
}

.side form .other_material .other_open_btn::before {
  /*タイトル横の矢印*/
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #777;
  border-right: 1px solid #777;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transform: rotate(135deg);
}

.side form .other_material .other_open_btn.active::before {
  transform: rotate(-45deg) !important;
}

.side form .other_material .selectorWrap {
  margin-top: 15px;
}

.side form .other_material .selectorWrap:first-of-type {
  margin-top: 0px;
}

.side form .other_material .other_open_content {
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.side form .other_material .other_open_content.active {
  margin-top: 10px;
  opacity: 1;
  height: auto;
}

.side form .quantity {
  position: relative;
  margin-top: 35px;
  width: 50px;
  border-bottom: 1px solid #707070;
}

@media only screen and (max-width: 767px) {
  .side form .quantity {
    margin-top: 6.41026vw;
    width: 17.94872vw;
  }
}

.side form .quantity::before {
  content: "";
  position: absolute;
  top: 25%;
  right: 10px;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #5f5f5f transparent transparent transparent;
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .side form .quantity::before {
    right: 2.5641vw;
    border-width: 1.53846vw 1.02564vw 0 1.02564vw;
  }
}

.side form .quantity select {
  padding-bottom: 20px;
  padding-left: 10px;
  border: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  color: #000;
  box-sizing: border-box;
  background-color: transparent;
}

@media only screen and (max-width: 767px) {
  .side form .quantity select {
    padding-bottom: 5.12821vw;
    padding-left: 2.5641vw;
  }
}

.side form .quantity select::-ms-expand {
  display: none;
}

.side form .quantity select option {
  font-size: 15px;
  appearance: none;
  -webkit-appearance: none;
}

@media only screen and (max-width: 767px) {
  .side form .quantity select option {
    font-size: 3.84615vw;
  }
}

.side form .stockDisplay {
  margin-top: 40px;
  padding: 20px;
  width: 100%;
  text-align: center;
  background-color: #eaeaea;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .side form .stockDisplay {
    margin-top: 10.25641vw;
    padding: 3.84615vw;
  }
}

.side form .stockDisplay p {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .side form .stockDisplay p {
    font-size: 4.10256vw;
  }
}

.side form .stockDisplay #stockDisplayP {
  margin-top: 10px;
  font-size: 13px;
}

@media only screen and (max-width: 767px) {
  .side form .stockDisplay #stockDisplayP {
    margin-top: 2.5641vw;
    font-size: 3.33333vw;
  }
}

.side .bag_in_btn {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .side .bag_in_btn {
    margin-top: 3.84615vw;
  }
}

.side .bag_in_btn .btn {
  padding: 20px;
}

@media only screen and (max-width: 767px) {
  .side .bag_in_btn .btn {
    padding: 3.84615vw;
  }
}

.side .bag_in_btn .btn .icon {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

.side .bag_in_btn .btn .text {
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .side .bag_in_btn .btn .text {
    font-size: 3.84615vw;
  }
}

.side .bag_in_btn .js-trg-submit {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #000;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .side .bag_in_btn .js-trg-submit {
    padding: 3.84615vw;
  }
}

@media only screen and (min-width: 1080px) {
  .side .bag_in_btn .js-trg-submit.btn-black:hover .icon {
    background-color: #000;
  }
}

.side .bag_in_btn .js-trg-submit .icon {
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 21"><defs></defs><g id="レイヤー_2" data-name="レイヤー 2"><g id="レイヤー_1-2" data-name="レイヤー 1"><path class="cls-1" d="M10,1a6,6,0,0,1,6,6h2V0H2V7H4A6,6,0,0,1,10,1Z" style="fill:none" /><polygon class="cls-1" points="18 8 2 8 2 8.04 1 20 19 20 18 8.04 18 8" style="fill:none" /><path class="cls-2" d="M19,8a1,1,0,0,0-1-1H2A1,1,0,0,0,1,8L0,20a1,1,0,0,0,1,1H19a1,1,0,0,0,1-1ZM1,20,2,8V8H18V8l1,12Z" style="fill:fff"/><path class="cls-1" d="M10,2A5,5,0,0,0,5,7H15A5,5,0,0,0,10,2Z" style="fill:none"/><path class="cls-2" d="M10,1A6,6,0,0,0,4,7H5A5,5,0,0,1,15,7h1A6,6,0,0,0,10,1Z" style="fill:fff" /></g></g></svg>');
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 21"><defs></defs><g id="レイヤー_2" data-name="レイヤー 2"><g id="レイヤー_1-2" data-name="レイヤー 1"><path class="cls-1" d="M10,1a6,6,0,0,1,6,6h2V0H2V7H4A6,6,0,0,1,10,1Z" style="fill:none" /><polygon class="cls-1" points="18 8 2 8 2 8.04 1 20 19 20 18 8.04 18 8" style="fill:none" /><path class="cls-2" d="M19,8a1,1,0,0,0-1-1H2A1,1,0,0,0,1,8L0,20a1,1,0,0,0,1,1H19a1,1,0,0,0,1-1ZM1,20,2,8V8H18V8l1,12Z" style="fill:fff"/><path class="cls-1" d="M10,2A5,5,0,0,0,5,7H15A5,5,0,0,0,10,2Z" style="fill:none"/><path class="cls-2" d="M10,1A6,6,0,0,0,4,7H5A5,5,0,0,1,15,7h1A6,6,0,0,0,10,1Z" style="fill:fff" /></g></g></svg>');
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  background-color: #fff;
}

@media only screen and (min-width: 1080px) {
  .side .bag_in_btn .mailBtn.btn-white:hover .icon {
    background-color: #fff;
  }
}

.side .bag_in_btn .mailBtn .icon {
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21 16.38"><g id="レイヤー_2" data-name="レイヤー 2"><g id="レイヤー_1-2" data-name="レイヤー 1"><g id="mail-outline"><path d="M18.58,16.38H2.42A2.42,2.42,0,0,1,0,14V2.42A2.43,2.43,0,0,1,2.42,0H18.58A2.43,2.43,0,0,1,21,2.42V14A2.42,2.42,0,0,1,18.58,16.38ZM2.42,1A1.43,1.43,0,0,0,1,2.42V14a1.42,1.42,0,0,0,1.42,1.42H18.58A1.42,1.42,0,0,0,20,14V2.42A1.43,1.43,0,0,0,18.58,1Z"/><path d="M10.5,9.46a.5.5,0,0,1-.31-.1L3.27,4a.5.5,0,0,1,.61-.79L10.5,8.33l6.62-5.15a.5.5,0,1,1,.61.79L10.81,9.36A.5.5,0,0,1,10.5,9.46Z"/></g></g></g></svg>');
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21 16.38"><g id="レイヤー_2" data-name="レイヤー 2"><g id="レイヤー_1-2" data-name="レイヤー 1"><g id="mail-outline"><path d="M18.58,16.38H2.42A2.42,2.42,0,0,1,0,14V2.42A2.43,2.43,0,0,1,2.42,0H18.58A2.43,2.43,0,0,1,21,2.42V14A2.42,2.42,0,0,1,18.58,16.38ZM2.42,1A1.43,1.43,0,0,0,1,2.42V14a1.42,1.42,0,0,0,1.42,1.42H18.58A1.42,1.42,0,0,0,20,14V2.42A1.43,1.43,0,0,0,18.58,1Z"/><path d="M10.5,9.46a.5.5,0,0,1-.31-.1L3.27,4a.5.5,0,0,1,.61-.79L10.5,8.33l6.62-5.15a.5.5,0,1,1,.61.79L10.81,9.36A.5.5,0,0,1,10.5,9.46Z"/></g></g></g></svg>');
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  background-color: #000;
}

.side .linkWrap {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 15px;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .side .linkWrap {
    margin-top: 6.41026vw;
  }
}

.side .linkWrap .link {
  position: relative;
  margin-top: 10px;
  padding-right: 1.5em;
  display: inline-block;
  font-size: 15px;
  line-height: 1.4;
}

/* @media only screen and (max-width: 767px) {
  .side .linkWrap .link {
    font-size: 3.07692vw;
  }
} */

.side .linkWrap .text {
  margin-top: 10px;
}

.side .linkWrap .link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.6em;
  height: 0.6em;
  transform: rotate(45deg) translateY(-50%);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
/* .side .linkWrap .link.text::before {
  content: none;
} */

.side .captionTextWrap {
  margin-top: 50px;
  padding: 20px;
  border: 1px solid #ddd;
}

@media only screen and (max-width: 767px) {
  .side .captionTextWrap {
    margin-top: 7.69231vw;
    padding: 5.12821vw 5%;
  }
}

.side .captionTextWrap .captionTabWrap .tab {
  display: flex;
  justify-content: space-between;
}

.side .captionTextWrap .captionTabWrap .tab li {
  padding: 0 10px 10px;
  width: 100%;
  font-size: 15px;
  font-family: "Marcellus", serif;
  text-align: center;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #ddd;
}

@media only screen and (max-width: 767px) {
  .side .captionTextWrap .captionTabWrap .tab li {
    padding: 0 2.5641vw 2.5641vw;
  }
}

.side .captionTextWrap .captionTabWrap .tab li:last-of-type {
  margin-right: 0;
}

.side .captionTextWrap .captionTabWrap .tab li.active {
  border-color: #000;
}

.side .captionTextWrap .tabContentWrap {
  margin-top: 20px;
  display: none;
}

@media only screen and (max-width: 767px) {
  .side .captionTextWrap .tabContentWrap {
    margin-top: 5.12821vw;
  }
}

.side .captionTextWrap .tabContentWrap.is-active {
  display: block;
}

.side .captionTextWrap .tabContentWrap * {
  font-size: 12px;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .side .captionTextWrap .tabContentWrap * {
    font-size: 3.07692vw;
  }
}

.side .captionTextWrap .tabContentWrap dl {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .side .captionTextWrap .tabContentWrap dl {
    margin-top: 6.41026vw;
  }
}

.side .captionTextWrap .tabContentWrap dl:first-of-type {
  margin-top: 0;
}

#sizeModal {
  display: none;
  z-index: 20003;
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 40px 30px;
  max-width: 90vw;
  background-color: #fff;
  transform: translateX(-50%) translateY(-50%);
}

@media only screen and (max-width: 767px) {
  #sizeModal {
    padding: 12.82051vw 3.84615vw 7.69231vw;
  }
}

@media only screen and (max-width: 767px) {
  #sizeModal .sizeTable {
    overflow-x: scroll;
  }
}

#sizeModal table tr {
  border-bottom: 1px solid #ddd;
}

#sizeModal table tr:last-of-type {
  border-bottom: none;
}

#sizeModal table tr td {
  padding: 20px 30px;
  font-size: 14px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #sizeModal table tr td {
    padding: 3.84615vw 5.12821vw;
    font-size: 4.10256vw;
  }
}

#sizeModal table tr td:first-of-type {
  position: sticky;
  left: 0;
  border-right: 1px solid #ddd;
  background-color: #fff;
}

#sizeModal .closeBtn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
}

#sizeModal .closeBtn::before, #sizeModal .closeBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #000;
}

#sizeModal .closeBtn::before {
  left: 0;
  transform: translateY(-50%) rotate(45deg);
}

#sizeModal .closeBtn::after {
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
}

#sizeModal + .bg {
  z-index: 20002;
}

.descriptionWrap {
  margin-top: 60px;
}

.descriptionWrap .mce-menubar.mce-toolbar.mce-first {
  display: none !important;
}

.wp-admin .descriptionWrap .wp-block[data-align="left"], .wp-admin .descriptionWrap .wp-block[data-align="right"] {
  height: auto;
}

.descriptionWrap h1 + *,
.descriptionWrap h2 + *,
.descriptionWrap h3 + *,
.descriptionWrap h4 + * {
  margin-top: 25px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap h1 + *,
  .descriptionWrap h2 + *,
  .descriptionWrap h3 + *,
  .descriptionWrap h4 + * {
    margin-top: 3.20513vw !important;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap h1 + *,
  .descriptionWrap h2 + *,
  .descriptionWrap h3 + *,
  .descriptionWrap h4 + * {
    margin-top: 6.41026vw !important;
  }
}

.descriptionWrap h5 + *,
.descriptionWrap h6 + * {
  margin-top: 15px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap h5 + *,
  .descriptionWrap h6 + * {
    margin-top: 1.92308vw !important;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap h5 + *,
  .descriptionWrap h6 + * {
    margin-top: 3.84615vw !important;
  }
}

.descriptionWrap h1 {
  line-height: 1.6;
  font-size: 28px;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap h1 {
    font-size: 3.58974vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap h1 {
    font-size: 7.17949vw;
  }
}

.descriptionWrap h2 {
  line-height: 1.6;
  padding: 0.5em 0 0.5em 0.8em;
  font-size: 24px;
  border-left: 2px solid #000;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap h2 {
    font-size: 3.07692vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap h2 {
    font-size: 6.15385vw;
  }
}

.descriptionWrap h3 {
  line-height: 1.6;
  padding: 0 0.4em 0.5em;
  border-bottom: 2px solid #ddd;
  font-size: 20px;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap h3 {
    font-size: 2.5641vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap h3 {
    font-size: 5.12821vw;
  }
}

.descriptionWrap h4 {
  padding: 0.8em 1em;
  line-height: 1.6;
  font-size: 20px;
  box-sizing: border-box;
  background-color: #f5f5f5;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap h4 {
    font-size: 2.5641vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap h4 {
    font-size: 5.12821vw;
  }
}

.descriptionWrap h5 {
  position: relative;
  padding-left: 3.8em;
  line-height: 1.6;
  font-size: 18px;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .descriptionWrap h5 {
    padding-left: 2em;
  }
}

.descriptionWrap h5::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 2.7em;
  height: 1px;
  background-color: #000;
}

@media only screen and (max-width: 767px) {
  .descriptionWrap h5::before {
    width: 1.5em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap h5 {
    line-height: 1.6;
    font-size: 2.30769vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap h5 {
    line-height: 1.6;
    font-size: 4.61538vw;
  }
}

.descriptionWrap h6 {
  line-height: 1.6;
  font-size: 18px;
  font-weight: bold;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap h6 {
    font-size: 2.30769vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap h6 {
    font-size: 4.61538vw;
  }
}

.descriptionWrap p {
  line-height: 2;
  font-size: 14px;
  letter-spacing: 0.02em;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap p {
    font-size: 1.79487vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap p {
    font-size: 3.58974vw;
  }
}

.descriptionWrap a {
  line-height: 2;
  letter-spacing: 0.02em;
  text-decoration: underline;
  font-size: 14px;
  color: #000;
}

@media only screen and (min-width: 1080px) {
  .descriptionWrap a:hover {
    text-decoration: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap a {
    font-size: 1.79487vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap a {
    font-size: 3.58974vw;
  }
}

.descriptionWrap a[target="_blank"]:after {
  width: 0.7em;
  height: 0.7em;
  content: "";
  margin-left: 0.2em;
  display: inline-block;
  vertical-align: super;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="178" height="178" viewBox="0 0 178 178"><image width="178" height="178" xlink:href="data:image/png;base64,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"/></svg>');
  -webkit-mask-size: contain;
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="178" height="178" viewBox="0 0 178 178"><image width="178" height="178" xlink:href="data:image/png;base64,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"/></svg>');
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
}

.descriptionWrap b,
.descriptionWrap strong {
  font-weight: bold;
}

.descriptionWrap em {
  font-style: italic;
}

.descriptionWrap sup,
.descriptionWrap sub {
  font-size: 80%;
}

.descriptionWrap sup {
  vertical-align: super;
}

.descriptionWrap sub {
  vertical-align: sub;
}

.descriptionWrap blockquote {
  width: 100%;
  line-height: 2;
  padding: 40px;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #6a6a6a;
  background-color: #eee;
  display: block;
  position: relative;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap blockquote {
    padding: 5.12821vw;
    font-size: 1.79487vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap blockquote {
    padding: 10.25641vw;
    font-size: 3.58974vw;
  }
}

.descriptionWrap blockquote * {
  color: inherit;
}

.descriptionWrap blockquote:before, .descriptionWrap blockquote:after {
  width: 21px;
  height: 16px;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap blockquote:before, .descriptionWrap blockquote:after {
    width: 2.69231vw;
    height: 2.05128vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap blockquote:before, .descriptionWrap blockquote:after {
    width: 5.38462vw;
    height: 4.10256vw;
  }
}

.descriptionWrap blockquote:before {
  background-image: url("../images/icon/editor/quate_top_2x.png");
  top: 13px;
  left: 13px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap blockquote:before {
    top: 1.66667vw;
    left: 1.66667vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap blockquote:before {
    top: 3.33333vw;
    left: 3.33333vw;
  }
}

.descriptionWrap blockquote:after {
  background-image: url("../images/icon/editor/quate_bottom_2x.png");
  right: 20px;
  bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap blockquote:after {
    right: 2.5641vw;
    bottom: 2.5641vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap blockquote:after {
    right: 5.12821vw;
    bottom: 5.12821vw;
  }
}

.descriptionWrap blockquote > * {
  margin-top: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap blockquote > * {
    margin-top: 2.05128vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap blockquote > * {
    margin-top: 4.10256vw;
  }
}

.descriptionWrap blockquote > *:first-child {
  margin-top: 0;
}

.descriptionWrap blockquote p {
  line-height: 2;
  position: relative;
  z-index: 2;
}

.descriptionWrap blockquote cite,
.descriptionWrap blockquote .wp-block-quote__citation {
  width: 100%;
  line-height: 2;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-align: right;
  display: block;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap blockquote cite,
  .descriptionWrap blockquote .wp-block-quote__citation {
    line-height: 1.8;
    font-size: 1.53846vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap blockquote cite,
  .descriptionWrap blockquote .wp-block-quote__citation {
    line-height: 1.8;
    font-size: 3.07692vw;
  }
}

.descriptionWrap ul {
  line-height: 2;
  padding-left: 1.2em;
  list-style: disc;
  font-size: 14px;
  letter-spacing: 0.02em;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap ul {
    font-size: 1.79487vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap ul {
    font-size: 3.58974vw;
  }
}

.descriptionWrap ul li {
  list-style: disc;
}

.descriptionWrap ol {
  line-height: 2;
  padding-left: 1.2em;
  list-style: decimal;
  font-size: 14px;
  letter-spacing: 0.02em;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap ol {
    font-size: 1.79487vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap ol {
    font-size: 3.58974vw;
  }
}

.descriptionWrap ol li {
  list-style: decimal;
}

.descriptionWrap li {
  line-height: 2;
  margin-top: 0.5em;
  font-size: inherit;
  letter-spacing: 0.02em;
}

.descriptionWrap li:first-child {
  margin-top: 0;
}

.descriptionWrap li li {
  margin-top: 0;
}

.descriptionWrap pre.wp-block-code {
  width: 100%;
  padding: 30px;
  border: 1px solid #ddd;
  background-color: #f8f8f8;
  border-radius: 6px;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap pre.wp-block-code {
    padding: 3.84615vw;
    border-radius: 0.76923vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap pre.wp-block-code {
    padding: 7.69231vw;
    border-radius: 1.53846vw;
  }
}

.descriptionWrap pre.wp-block-code code {
  line-height: 2;
  font-size: 14px;
  color: #333;
  letter-spacing: 0.02em;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap pre.wp-block-code code {
    font-size: 1.79487vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap pre.wp-block-code code {
    font-size: 3.58974vw;
  }
}

.wp-admin .descriptionWrap .wp-block[data-align="left"] .wp-block-table {
  width: auto;
  margin-right: auto;
  margin-left: 0;
  float: none;
}

.wp-admin .descriptionWrap .wp-block[data-align="left"] table {
  margin-right: auto;
  margin-left: 0;
}

.wp-admin .descriptionWrap .wp-block[data-align="center"] .wp-block-table {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.wp-admin .descriptionWrap .wp-block[data-align="center"] table {
  margin-right: auto;
  margin-left: auto;
}

.wp-admin .descriptionWrap .wp-block[data-align="right"] .wp-block-table {
  width: auto;
  margin-right: 0;
  margin-left: auto;
  float: none;
}

.wp-admin .descriptionWrap .wp-block[data-align="right"] table {
  margin-right: 0;
  margin-left: auto;
}

.descriptionWrap .wp-block-table {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-bottom: none;
  display: block;
  overflow: auto;
  clear: both;
  box-sizing: border-box;
}

.descriptionWrap .wp-block-table .alignleft {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  float: none;
}

.descriptionWrap .wp-block-table .aligncenter {
  margin: 0 auto;
  float: none;
}

.descriptionWrap .wp-block-table .alignright {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  float: none;
}

.descriptionWrap .wp-block-table > * {
  margin-top: 6px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .wp-block-table > * {
    margin-top: 0.76923vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .wp-block-table > * {
    margin-top: 1.53846vw;
  }
}

.descriptionWrap .wp-block-table > *:first-child {
  margin-top: 0;
}

.descriptionWrap .wp-block-table table {
  font-size: 14px;
  letter-spacing: 0.02em;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ccc;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .wp-block-table table {
    font-size: 1.79487vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .wp-block-table table {
    font-size: 3.58974vw;
  }
}

.descriptionWrap .wp-block-table table th {
  line-height: 1.8;
  padding: 1em;
  font-size: inherit;
  letter-spacing: 0.02em;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.descriptionWrap .wp-block-table table td {
  line-height: 1.8;
  padding: 1em;
  font-size: inherit;
  letter-spacing: 0.02em;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.descriptionWrap .wp-block-table thead th,
.descriptionWrap .wp-block-table thead td {
  background-color: #eee;
}

.descriptionWrap .wp-block-table tfoot th,
.descriptionWrap .wp-block-table tfoot td {
  background-color: #eee;
}

.descriptionWrap .wp-block-table figcaption {
  width: 100%;
  line-height: 1.8;
  font-size: 12px;
  text-align: right;
  color: #666;
  letter-spacing: 0.02em;
  display: block;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .wp-block-table figcaption {
    font-size: 1.53846vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .wp-block-table figcaption {
    font-size: 3.07692vw;
  }
}

.wp-admin .descriptionWrap .wp-block[data-align="left"] .wp-block-image {
  width: auto;
  margin-right: auto;
  margin-left: 0;
  float: none;
}

.wp-admin .descriptionWrap .wp-block[data-align="center"] .wp-block-image {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.wp-admin .descriptionWrap .wp-block[data-align="right"] .wp-block-image {
  width: auto;
  margin-right: 0;
  margin-left: auto;
  float: none;
}

.descriptionWrap .wp-block-image {
  width: 100%;
  padding: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  clear: both;
  box-sizing: border-box;
}

.descriptionWrap .wp-block-image.is-style-rounded img {
  border-radius: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .wp-block-image.is-style-rounded img {
    border-radius: 1.28205vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .wp-block-image.is-style-rounded img {
    border-radius: 2.5641vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .wp-block-image .alignleft {
    margin: 0 auto;
    float: none;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .wp-block-image .aligncenter {
    margin: 0 auto;
    float: none;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .wp-block-image .alignright {
    margin: 0 auto;
    float: none;
  }
}

.descriptionWrap .wp-block-image.alignleft {
  float: left;
}

.descriptionWrap .wp-block-image.alignright {
  float: right;
}

.descriptionWrap .wp-block-image > img {
  max-width: 100%;
}

.descriptionWrap .wp-block-image figcaption {
  width: 100%;
  line-height: 1.8;
  padding: 0;
  margin: 0;
  margin-top: 6px;
  text-align: center;
  font-size: 12px;
  color: #666;
  letter-spacing: 0.02em;
  display: block;
  box-sizing: border-box;
}

.descriptionWrap .wp-block-image figcaption:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .wp-block-image figcaption {
    margin-top: 0.76923vw;
    font-size: 1.53846vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .wp-block-image figcaption {
    margin-top: 1.53846vw;
    font-size: 3.07692vw;
  }
}

.descriptionWrap iframe,
.descriptionWrap video {
  max-width: 100% !important;
}

@media only screen and (max-width: 767px) {
  .descriptionWrap iframe,
  .descriptionWrap video {
    width: 100% !important;
    height: 56.25vw !important;
  }
}

.descriptionWrap .wp-block-video figcaption {
  width: 100%;
  line-height: 1.8;
  padding: 0;
  margin: 0;
  margin-top: 6px;
  text-align: center;
  font-size: 12px;
  color: #666;
  letter-spacing: 0.02em;
  display: block;
  box-sizing: border-box;
}

.descriptionWrap .wp-block-video figcaption:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .wp-block-video figcaption {
    margin-top: 0.76923vw;
    font-size: 1.53846vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .wp-block-video figcaption {
    margin-top: 1.53846vw;
    font-size: 3.07692vw;
  }
}

.descriptionWrap hr.wp-block-separator {
  width: 100%;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  border: 0;
  display: block;
  box-sizing: border-box;
}

.descriptionWrap hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}

.descriptionWrap hr.wp-block-separator.is-style-dots {
  width: 100%;
  max-width: none;
  height: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap hr.wp-block-separator.is-style-dots {
    height: 5.12821vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap hr.wp-block-separator.is-style-dots {
    height: 10.25641vw;
  }
}

.descriptionWrap hr.wp-block-separator.is-style-dots:before {
  content: "···";
  font-size: 40px;
  letter-spacing: 1em;
  padding-left: 1em;
  font-family: serif;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap hr.wp-block-separator.is-style-dots:before {
    font-size: 5.12821vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap hr.wp-block-separator.is-style-dots:before {
    font-size: 10.25641vw;
  }
}

.descriptionWrap hr.wp-block-separator:not(.has-background) {
  background-color: #ccc;
}

.descriptionWrap hr.wp-block-separator:not(.has-background).is-style-dots:before {
  color: #ccc;
}

.descriptionWrap .textArea .text {
  line-height: 2;
  font-size: 14px;
  letter-spacing: 0.02em;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .textArea .text {
    font-size: 1.79487vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .textArea .text {
    font-size: 3.58974vw;
  }
}

.descriptionWrap .blockIntroTextArea {
  width: 100%;
  box-sizing: border-box;
}

.descriptionWrap .blockIntroTextArea + .blockIntroTextArea {
  margin-top: 16px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockIntroTextArea + .blockIntroTextArea {
    margin-top: 2.05128vw !important;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockIntroTextArea + .blockIntroTextArea {
    margin-top: 4.10256vw !important;
  }
}

.descriptionWrap .blockIntroTextArea .blockIntroText > * {
  margin-top: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockIntroTextArea .blockIntroText > * {
    margin-top: 2.05128vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockIntroTextArea .blockIntroText > * {
    margin-top: 4.10256vw;
  }
}

.descriptionWrap .blockIntroTextArea .blockIntroText > *:first-child {
  margin-top: 0;
}

.descriptionWrap .blockIntroTextArea .blockIntroText p {
  line-height: 2;
  font-size: 16px;
  letter-spacing: 0.02em;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockIntroTextArea .blockIntroText p {
    font-size: 2.05128vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockIntroTextArea .blockIntroText p {
    font-size: 4.10256vw;
  }
}

.descriptionWrap .blockProfileArea {
  width: 100%;
  box-sizing: border-box;
}

.descriptionWrap .blockProfileArea + .blockProfileArea {
  margin-top: 16px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockProfileArea + .blockProfileArea {
    margin-top: 2.05128vw !important;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockProfileArea + .blockProfileArea {
    margin-top: 4.10256vw !important;
  }
}

.descriptionWrap .blockProfileArea .blockProfileList > * {
  margin-top: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockProfileArea .blockProfileList > * {
    margin-top: sizetab(16);
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockProfileArea .blockProfileList > * {
    margin-top: 4.10256vw;
  }
}

.descriptionWrap .blockProfileArea .blockProfileList > *:first-child {
  margin-top: 0;
}

.descriptionWrap .blockProfileArea .blockProfile {
  width: 100%;
  padding: 30px;
  background-color: #eee;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockProfileArea .blockProfile {
    padding: 3.84615vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockProfileArea .blockProfile {
    width: 100vw;
    padding: 7.69231vw 5.12821vw;
    margin-left: -5vw;
  }
}

.descriptionWrap .blockProfileArea .blockProfile .blockProfileInner {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  box-sizing: border-box;
}

.descriptionWrap .blockProfileArea .blockProfile .photo {
  width: 180px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockProfileArea .blockProfile .photo {
    width: 15.38462vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockProfileArea .blockProfile .photo {
    width: 25.64103vw;
  }
}

.descriptionWrap .blockProfileArea .blockProfile .photo > .img {
  width: 100%;
  box-sizing: border-box;
}

.descriptionWrap .blockProfileArea .blockProfile .photo > .img > img {
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.descriptionWrap .blockProfileArea .blockProfile .detail {
  width: calc(100% - (180px + 20px));
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockProfileArea .blockProfile .detail {
    width: calc(100% - (17.94872vw));
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockProfileArea .blockProfile .detail {
    width: calc(100% - (30.76923vw));
  }
}

.descriptionWrap .blockProfileArea .blockProfile .detail > * {
  margin-top: 12px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockProfileArea .blockProfile .detail > * {
    margin-top: 1.53846vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockProfileArea .blockProfile .detail > * {
    margin-top: 3.07692vw;
  }
}

.descriptionWrap .blockProfileArea .blockProfile .detail > *:first-child {
  margin-top: 0;
}

.descriptionWrap .blockProfileArea .blockProfile .detail .titleArea .profileTitle {
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockProfileArea .blockProfile .detail .titleArea .profileTitle {
    font-size: 1.79487vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockProfileArea .blockProfile .detail .titleArea .profileTitle {
    font-size: 3.58974vw;
  }
}

.descriptionWrap .blockProfileArea .blockProfile .detail .nameArea > p {
  line-height: 1.4;
  font-size: 12px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockProfileArea .blockProfile .detail .nameArea > p {
    font-size: 1.53846vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockProfileArea .blockProfile .detail .nameArea > p {
    line-height: 1.8;
    font-size: 3.07692vw;
    flex-wrap: wrap;
  }
}

.descriptionWrap .blockProfileArea .blockProfile .detail .nameArea > p .name {
  font-weight: bold;
  white-space: nowrap;
}

.descriptionWrap .blockProfileArea .blockProfile .detail .nameArea > p .katagaki {
  margin-left: 0.5em;
}

.descriptionWrap .blockProfileArea .blockProfile .detail .nameArea > p .katagaki:before {
  content: "/";
  margin-right: 0.5em;
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockProfileArea .blockProfile .textArea {
    margin-top: 4.10256vw;
  }
}

.descriptionWrap .blockProfileArea .blockProfile .textArea .profileText {
  line-height: 1.6;
  font-size: 12px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockProfileArea .blockProfile .textArea .profileText {
    font-size: 1.53846vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockProfileArea .blockProfile .textArea .profileText {
    line-height: 1.8;
    font-size: 3.07692vw;
  }
}

.descriptionWrap .blockProfileArea .blockProfile .textArea .profileText * {
  line-height: inherit;
  font-size: inherit;
}

.descriptionWrap .blockIndexArea {
  width: 100%;
  box-sizing: border-box;
}

.descriptionWrap .blockIndexArea + .blockIndexArea {
  margin-top: 16px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockIndexArea + .blockIndexArea {
    margin-top: 2.05128vw !important;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockIndexArea + .blockIndexArea {
    margin-top: 4.10256vw !important;
  }
}

.descriptionWrap .blockIndexArea .blockIndexWrap {
  width: 100%;
  padding: 30px;
  background-color: #eee;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockIndexArea .blockIndexWrap {
    padding: 2.5641vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockIndexArea .blockIndexWrap {
    width: 100vw;
    padding: 5.12821vw;
    margin-left: -5vw;
  }
}

.descriptionWrap .blockIndexArea .blockIndexWrap > dl {
  width: 100%;
  box-sizing: border-box;
}

.descriptionWrap .blockIndexArea .blockIndexWrap > dl > dt {
  width: 100%;
  box-sizing: border-box;
}

.descriptionWrap .blockIndexArea .blockIndexWrap > dl > dt > .blockIndexAcrBtn {
  width: 100%;
  display: block;
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
  color: #000;
}

.descriptionWrap .blockIndexArea .blockIndexWrap > dl > dt > .blockIndexAcrBtn:visited, .descriptionWrap .blockIndexArea .blockIndexWrap > dl > dt > .blockIndexAcrBtn:focus, .descriptionWrap .blockIndexArea .blockIndexWrap > dl > dt > .blockIndexAcrBtn:active {
  color: #000;
}

.descriptionWrap .blockIndexArea .blockIndexWrap > dl > dt > .blockIndexAcrBtn.active:after {
  transform: translateY(-50%) rotate(180deg);
}

.descriptionWrap .blockIndexArea .blockIndexWrap > dl > dt > .blockIndexAcrBtn:after {
  width: 18px;
  height: 9px;
  content: "";
  display: block;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="6.444" viewBox="0 0 12 6.444"><path d="M.281,6.625A.388.388,0,0,1,.4,6.341a.388.388,0,0,1,.284-.119.388.388,0,0,1,.284.119l5.354,5.354,5.271-5.271a.4.4,0,1,1,.569.569L6.606,12.547a.4.4,0,0,1-.569,0L.4,6.921a.277.277,0,0,1-.041-.053.406.406,0,0,1-.03-.059L.3,6.749.287,6.69Z" transform="translate(-0.281 -6.222)" /></svg>');
  -webkit-mask-size: contain;
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="6.444" viewBox="0 0 12 6.444"><path d="M.281,6.625A.388.388,0,0,1,.4,6.341a.388.388,0,0,1,.284-.119.388.388,0,0,1,.284.119l5.354,5.354,5.271-5.271a.4.4,0,1,1,.569.569L6.606,12.547a.4.4,0,0,1-.569,0L.4,6.921a.277.277,0,0,1-.041-.053.406.406,0,0,1-.03-.059L.3,6.749.287,6.69Z" transform="translate(-0.281 -6.222)" /></svg>');
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transform: translateY(-50%) rotate(0deg);
  position: absolute;
  top: 50%;
  right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockIndexArea .blockIndexWrap > dl > dt > .blockIndexAcrBtn:after {
    width: 2.30769vw;
    height: 1.15385vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockIndexArea .blockIndexWrap > dl > dt > .blockIndexAcrBtn:after {
    width: 4.61538vw;
    height: 2.30769vw;
  }
}

.descriptionWrap .blockIndexArea .blockIndexWrap > dl > dt > .blockIndexAcrBtn > span {
  line-height: 1;
  margin-left: 1em;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

.descriptionWrap .blockIndexArea .blockIndexWrap > dl > dt > .blockIndexAcrBtn > span:first-child {
  margin-left: 0;
}

.descriptionWrap .blockIndexArea .blockIndexWrap > dl > dt > .blockIndexAcrBtn .en {
  font-size: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockIndexArea .blockIndexWrap > dl > dt > .blockIndexAcrBtn .en {
    font-size: 3.84615vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockIndexArea .blockIndexWrap > dl > dt > .blockIndexAcrBtn .en {
    font-size: 7.69231vw;
  }
}

.descriptionWrap .blockIndexArea .blockIndexWrap > dl > dt > .blockIndexAcrBtn .jp {
  margin-top: 0.5em;
  font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockIndexArea .blockIndexWrap > dl > dt > .blockIndexAcrBtn .jp {
    font-size: 1.79487vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockIndexArea .blockIndexWrap > dl > dt > .blockIndexAcrBtn .jp {
    font-size: 3.58974vw;
  }
}

.descriptionWrap .blockIndexArea .blockIndexWrap > dl > dd {
  width: 100%;
  margin-top: 35px;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockIndexArea .blockIndexWrap > dl > dd {
    margin-top: 4.48718vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockIndexArea .blockIndexWrap > dl > dd {
    margin-top: 8.97436vw;
  }
}

.wp-admin .descriptionWrap .blockIndexArea .blockIndexWrap > dl > dd {
  display: block;
}

.descriptionWrap .blockIndexArea .blockIndexWrap > dl > dd .blockIndexList {
  width: 100%;
  box-sizing: border-box;
}

.descriptionWrap .blockIndexArea .blockIndexWrap > dl > dd .blockIndexList > * {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockIndexArea .blockIndexWrap > dl > dd .blockIndexList > * {
    margin-top: 3.84615vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockIndexArea .blockIndexWrap > dl > dd .blockIndexList > * {
    margin-top: 7.69231vw;
  }
}

.descriptionWrap .blockIndexArea .blockIndexWrap > dl > dd .blockIndexList > *:first-child {
  margin-top: 0;
}

.descriptionWrap .blockIndexArea .blockIndexWrap > dl > dd .blockIndex {
  width: 100%;
  box-sizing: border-box;
}

.descriptionWrap .blockIndexArea .blockIndexWrap > dl > dd .blockIndex > * {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockIndexArea .blockIndexWrap > dl > dd .blockIndex > * {
    margin-top: 2.5641vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockIndexArea .blockIndexWrap > dl > dd .blockIndex > * {
    margin-top: 5.12821vw;
  }
}

.descriptionWrap .blockIndexArea .blockIndexWrap > dl > dd .blockIndex > *:first-child {
  margin-top: 0;
}

.descriptionWrap .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .titleArea .blockIndexTitle {
  width: 100%;
  line-height: 1.6;
  font-size: 18px;
  font-weight: bold;
  display: block;
  text-decoration: none;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .titleArea .blockIndexTitle {
    font-size: 2.30769vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .titleArea .blockIndexTitle {
    font-size: 4.61538vw;
  }
}

.descriptionWrap .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .titleArea a.blockIndexTitle {
  text-decoration: underline;
  color: #000;
}

.descriptionWrap .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .titleArea a.blockIndexTitle:visited, .descriptionWrap .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .titleArea a.blockIndexTitle:focus, .descriptionWrap .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .titleArea a.blockIndexTitle:active {
  color: #000;
}

@media only screen and (min-width: 1080px) {
  .descriptionWrap .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .titleArea a.blockIndexTitle:hover {
    text-decoration: none;
  }
}

.descriptionWrap .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .indexLinkList {
  width: 100%;
  box-sizing: border-box;
}

.descriptionWrap .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .indexLinkList.noIndent > ul > li {
  padding-left: 0;
}

.descriptionWrap .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .indexLinkList > ul {
  width: 100%;
  padding-left: 0;
  list-style: none;
  box-sizing: border-box;
}

.descriptionWrap .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .indexLinkList > ul > li {
  line-height: 1.6;
  padding-left: 1em;
  margin-top: 20px;
  list-style: none;
  font-size: 18px;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .indexLinkList > ul > li {
    margin-top: 2.5641vw;
    font-size: 2.30769vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .indexLinkList > ul > li {
    margin-top: 5.12821vw;
    font-size: 4.61538vw;
  }
}

.descriptionWrap .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .indexLinkList > ul > li:first-child {
  margin-top: 0;
}

.descriptionWrap .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .indexLinkList > ul > li > a,
.descriptionWrap .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .indexLinkList > ul > li > span {
  line-height: inherit;
  font-size: inherit;
  color: #000;
}

.descriptionWrap .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .indexLinkList > ul > li > a:visited, .descriptionWrap .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .indexLinkList > ul > li > a:focus, .descriptionWrap .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .indexLinkList > ul > li > a:active,
.descriptionWrap .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .indexLinkList > ul > li > span:visited,
.descriptionWrap .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .indexLinkList > ul > li > span:focus,
.descriptionWrap .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .indexLinkList > ul > li > span:active {
  color: #000;
}

.descriptionWrap .blockRelatedArea {
  width: 100%;
  box-sizing: border-box;
}

.descriptionWrap .blockRelatedArea + .blockRelatedArea {
  margin-top: 16px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockRelatedArea + .blockRelatedArea {
    margin-top: 2.05128vw !important;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockRelatedArea + .blockRelatedArea {
    margin-top: 4.10256vw !important;
  }
}

.descriptionWrap .blockRelatedArea > * {
  margin-top: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockRelatedArea > * {
    margin-top: 2.05128vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockRelatedArea > * {
    margin-top: 4.10256vw;
  }
}

.descriptionWrap .blockRelatedArea > *:first-child {
  margin-top: 0;
}

.descriptionWrap .blockRelatedArea .blockRelatedList {
  width: 100%;
  box-sizing: border-box;
  width: 100%;
  padding-left: 0;
  list-style: none;
  box-sizing: border-box;
}

.descriptionWrap .blockRelatedArea .blockRelatedList > li {
  line-height: 1.6;
  margin-top: 30px;
  list-style: none;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockRelatedArea .blockRelatedList > li {
    margin-top: 3.84615vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockRelatedArea .blockRelatedList > li {
    margin-top: 7.69231vw;
  }
}

.descriptionWrap .blockRelatedArea .blockRelatedList > li:first-child {
  margin-top: 0;
}

.descriptionWrap .blockRelatedArea .blockRelatedList > li > a,
.descriptionWrap .blockRelatedArea .blockRelatedList > li > span {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockRelatedArea .blockRelatedList > li > a,
  .descriptionWrap .blockRelatedArea .blockRelatedList > li > span {
    align-items: flex-start;
  }
}

.descriptionWrap .blockRelatedArea .blockRelatedList > li > a {
  text-decoration: none;
  color: #000;
}

.descriptionWrap .blockRelatedArea .blockRelatedList > li > a::after {
  display: none;
}

.descriptionWrap .blockRelatedArea .blockRelatedList > li .imageWrap {
  width: 28%;
}

.descriptionWrap .blockRelatedArea .blockRelatedList > li .contentWrap {
  padding-left: 4%;
  width: 72%;
  box-sizing: border-box;
}

.descriptionWrap .blockRelatedArea .blockRelatedList > li .contentWrap .title {
  padding: 0;
  font-size: 14px;
  line-height: 1.7;
  text-decoration: none;
  border-bottom: none;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockRelatedArea .blockRelatedList > li .contentWrap .title {
    font-size: 1.79487vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockRelatedArea .blockRelatedList > li .contentWrap .title {
    font-size: 3.58974vw;
  }
}

.descriptionWrap .blockRelatedArea .blockRelatedList > li .contentWrap .text {
  position: relative;
  display: inline-block;
  margin-top: 10px !important;
  padding-right: 15px;
  font-size: 12px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockRelatedArea .blockRelatedList > li .contentWrap .text {
    font-size: 1.53846vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockRelatedArea .blockRelatedList > li .contentWrap .text {
    margin-top: 2.5641vw !important;
    font-size: 3.07692vw;
  }
}

.descriptionWrap .blockRelatedArea .blockRelatedList > li .contentWrap .text::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.6em;
  height: 0.6em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateY(-50%) rotate(45deg);
}

.descriptionWrap .blockInfoArea {
  width: 100%;
  box-sizing: border-box;
}

.descriptionWrap .blockInfoArea + .blockInfoArea {
  margin-top: 16px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockInfoArea + .blockInfoArea {
    margin-top: 2.05128vw !important;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockInfoArea + .blockInfoArea {
    margin-top: 4.10256vw !important;
  }
}

.descriptionWrap .blockInfoArea > * {
  margin-top: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockInfoArea > * {
    margin-top: 2.05128vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockInfoArea > * {
    margin-top: 4.10256vw;
  }
}

.descriptionWrap .blockInfoArea > *:first-child {
  margin-top: 0;
}

.descriptionWrap .blockInfoArea .blockInfoList {
  width: 100%;
  box-sizing: border-box;
}

.descriptionWrap .blockInfoArea .blockInfoList > * {
  margin-top: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockInfoArea .blockInfoList > * {
    margin-top: 2.05128vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockInfoArea .blockInfoList > * {
    margin-top: 4.10256vw;
  }
}

.descriptionWrap .blockInfoArea .blockInfoList > *:first-child {
  margin-top: 0;
}

.descriptionWrap .blockInfoArea .blockInfoList .blockInfo {
  width: 100%;
  padding: 40px;
  background-color: #eee;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockInfoArea .blockInfoList .blockInfo {
    padding: 3.84615vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockInfoArea .blockInfoList .blockInfo {
    width: 100vw;
    padding: 7.69231vw 5.12821vw;
    margin-left: -5vw;
  }
}

.descriptionWrap .blockInfoArea .blockInfoList .blockInfo > dl {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockInfoArea .blockInfoList .blockInfo > dl {
    flex-wrap: wrap;
  }
}

.descriptionWrap .blockInfoArea .blockInfoList .blockInfo .photo {
  width: 31.25%;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockInfoArea .blockInfoList .blockInfo .photo {
    width: 100%;
  }
}

.descriptionWrap .blockInfoArea .blockInfoList .blockInfo .photo .img {
  width: 100%;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockInfoArea .blockInfoList .blockInfo .photo .img {
    width: 50%;
  }
}

.descriptionWrap .blockInfoArea .blockInfoList .blockInfo .photo .img > img {
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.descriptionWrap .blockInfoArea .blockInfoList .blockInfo .detail {
  width: 64%;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockInfoArea .blockInfoList .blockInfo .detail {
    width: 100%;
    margin-top: 7.69231vw;
  }
}

.descriptionWrap .blockInfoArea .blockInfoList .blockInfo .detail > * {
  margin-top: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockInfoArea .blockInfoList .blockInfo .detail > * {
    margin-top: 0.51282vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockInfoArea .blockInfoList .blockInfo .detail > * {
    margin-top: 1.02564vw;
  }
}

.descriptionWrap .blockInfoArea .blockInfoList .blockInfo .detail > *:first-child {
  margin-top: 0;
}

.descriptionWrap .blockInfoArea .blockInfoList .blockInfo .detail .titleArea > * {
  margin-top: 12px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockInfoArea .blockInfoList .blockInfo .detail .titleArea > * {
    margin-top: 1.53846vw !important;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockInfoArea .blockInfoList .blockInfo .detail .titleArea > * {
    margin-top: 3.07692vw !important;
  }
}

.descriptionWrap .blockInfoArea .blockInfoList .blockInfo .detail .titleArea > *:first-child {
  margin-top: 0 !important;
}

.descriptionWrap .blockInfoArea .blockInfoList .blockInfo .detail .titleArea .infoTitle {
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockInfoArea .blockInfoList .blockInfo .detail .titleArea .infoTitle {
    font-size: 1.79487vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockInfoArea .blockInfoList .blockInfo .detail .titleArea .infoTitle {
    font-size: 3.58974vw;
  }
}

.descriptionWrap .blockInfoArea .blockInfoList .blockInfo .detail .titleArea .name {
  line-height: 1.8;
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockInfoArea .blockInfoList .blockInfo .detail .titleArea .name {
    font-size: 2.05128vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockInfoArea .blockInfoList .blockInfo .detail .titleArea .name {
    font-size: 4.10256vw;
  }
}

.descriptionWrap .blockInfoArea .blockInfoList .blockInfo .detail .information > * {
  margin-top: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockInfoArea .blockInfoList .blockInfo .detail .information > * {
    margin-top: 2.05128vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockInfoArea .blockInfoList .blockInfo .detail .information > * {
    margin-top: 4.10256vw;
  }
}

.descriptionWrap .blockInfoArea .blockInfoList .blockInfo .detail .information > *:first-child {
  margin-top: 0;
}

.descriptionWrap .blockInfoArea .blockInfoList .blockInfo .detail .information .infoList {
  width: 100%;
  box-sizing: border-box;
}

.descriptionWrap .blockInfoArea .blockInfoList .blockInfo .detail .information .infoList > dl {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  box-sizing: border-box;
}

.descriptionWrap .blockInfoArea .blockInfoList .blockInfo .detail .information .infoList > dl > dt {
  line-height: 1.8;
  font-size: 12px;
  white-space: nowrap;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockInfoArea .blockInfoList .blockInfo .detail .information .infoList > dl > dt {
    font-size: 1.53846vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockInfoArea .blockInfoList .blockInfo .detail .information .infoList > dl > dt {
    font-size: 3.07692vw;
  }
}

.descriptionWrap .blockInfoArea .blockInfoList .blockInfo .detail .information .infoList > dl > dd {
  line-height: 1.8;
  font-size: 12px;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockInfoArea .blockInfoList .blockInfo .detail .information .infoList > dl > dd {
    font-size: 1.53846vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockInfoArea .blockInfoList .blockInfo .detail .information .infoList > dl > dd {
    font-size: 3.07692vw;
  }
}

.descriptionWrap .blockInfoArea .blockInfoList .blockInfo .detail .information .notes {
  width: 100%;
  box-sizing: border-box;
}

.descriptionWrap .blockInfoArea .blockInfoList .blockInfo .detail .information .notes .text {
  line-height: 1.8;
  font-size: 12px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockInfoArea .blockInfoList .blockInfo .detail .information .notes .text {
    font-size: 1.53846vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockInfoArea .blockInfoList .blockInfo .detail .information .notes .text {
    font-size: 3.07692vw;
  }
}

.descriptionWrap .blockInfoArea .blockInfoList .blockInfo .detail .information .btnArea {
  width: 100%;
  box-sizing: border-box;
}

.descriptionWrap .blockInfoArea .blockInfoList .blockInfo .detail .information .btnArea > a {
  line-height: 1;
  padding: 0.8em 1em 0.6em 1em;
  border: 2px solid #000;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  box-sizing: border-box;
  color: #000;
}

.descriptionWrap .blockInfoArea .blockInfoList .blockInfo .detail .information .btnArea > a:visited, .descriptionWrap .blockInfoArea .blockInfoList .blockInfo .detail .information .btnArea > a:focus, .descriptionWrap .blockInfoArea .blockInfoList .blockInfo .detail .information .btnArea > a:active {
  color: #000;
}

@media only screen and (min-width: 1080px) {
  .descriptionWrap .blockInfoArea .blockInfoList .blockInfo .detail .information .btnArea > a {
    transition-property: background-color,color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
  }
  .descriptionWrap .blockInfoArea .blockInfoList .blockInfo .detail .information .btnArea > a:hover {
    background-color: #000;
    color: #fff;
  }
  .descriptionWrap .blockInfoArea .blockInfoList .blockInfo .detail .information .btnArea > a:hover:visited, .descriptionWrap .blockInfoArea .blockInfoList .blockInfo .detail .information .btnArea > a:hover:focus, .descriptionWrap .blockInfoArea .blockInfoList .blockInfo .detail .information .btnArea > a:hover:active {
    color: #fff;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockInfoArea .blockInfoList .blockInfo .detail .information .btnArea > a {
    font-size: 1.53846vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockInfoArea .blockInfoList .blockInfo .detail .information .btnArea > a {
    font-size: 3.07692vw;
  }
}

.descriptionWrap .blockQuateArea {
  width: 100%;
  box-sizing: border-box;
}

.descriptionWrap .blockQuateArea + .blockQuateArea {
  margin-top: 16px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockQuateArea + .blockQuateArea {
    margin-top: 2.05128vw !important;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockQuateArea + .blockQuateArea {
    margin-top: 4.10256vw !important;
  }
}

.descriptionWrap .blockQuateArea .blockQuate {
  width: 100%;
  box-sizing: border-box;
}

.descriptionWrap .blockQuateArea .blockQuate > * {
  margin-top: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockQuateArea .blockQuate > * {
    margin-top: 0.51282vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockQuateArea .blockQuate > * {
    margin-top: 1.02564vw;
  }
}

.descriptionWrap .blockQuateArea .blockQuate > *:first-child {
  margin-top: 0;
}

.descriptionWrap .blockQuateArea .blockQuate .quateCopy .quateCopyInner {
  line-height: 1.6;
  font-size: 12px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockQuateArea .blockQuate .quateCopy .quateCopyInner {
    font-size: 1.53846vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockQuateArea .blockQuate .quateCopy .quateCopyInner {
    font-size: 3.07692vw;
  }
}

.descriptionWrap .blockQuateArea .blockQuate .quateCopy .quateCopyInner * {
  font-size: inherit;
}

.descriptionWrap .blockInterviewArea {
  width: 100%;
  box-sizing: border-box;
}

.descriptionWrap .blockInterviewArea > * {
  margin-top: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockInterviewArea > * {
    margin-top: 2.05128vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockInterviewArea > * {
    margin-top: 4.10256vw;
  }
}

.descriptionWrap .blockInterviewArea > *:first-child {
  margin-top: 0;
}

.descriptionWrap .blockInterviewArea .blockInterviewList {
  width: 100%;
  box-sizing: border-box;
}

.descriptionWrap .blockInterviewArea .blockInterviewList > * {
  margin-top: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockInterviewArea .blockInterviewList > * {
    margin-top: 2.05128vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockInterviewArea .blockInterviewList > * {
    margin-top: 4.10256vw;
  }
}

.descriptionWrap .blockInterviewArea .blockInterviewList > *:first-child {
  margin-top: 0;
}

.descriptionWrap .blockInterviewArea .blockInterview {
  width: 100%;
  box-sizing: border-box;
}

.descriptionWrap .blockInterviewArea .blockInterview > dl {
  width: 100%;
  box-sizing: border-box;
}

.descriptionWrap .blockInterviewArea .blockInterview > dl > * {
  margin-top: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockInterviewArea .blockInterview > dl > * {
    margin-top: 1.02564vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockInterviewArea .blockInterview > dl > * {
    margin-top: 2.05128vw;
  }
}

.descriptionWrap .blockInterviewArea .blockInterview > dl > *:first-child {
  margin-top: 0;
}

.descriptionWrap .blockInterviewArea .blockInterview > dl > dt > * {
  margin-top: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockInterviewArea .blockInterview > dl > dt > * {
    margin-top: 1.02564vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockInterviewArea .blockInterview > dl > dt > * {
    margin-top: 2.05128vw;
  }
}

.descriptionWrap .blockInterviewArea .blockInterview > dl > dt > *:first-child {
  margin-top: 0;
}

.descriptionWrap .blockInterviewArea .blockInterview > dl > dt .questionText {
  padding-left: 1.5em;
  box-sizing: border-box;
  position: relative;
}

.descriptionWrap .blockInterviewArea .blockInterview > dl > dt .questionText:before {
  width: 0.8em;
  height: 2px;
  content: "";
  background-color: #000;
  display: block;
  transform: translateY(-50%);
  position: absolute;
  top: 1em;
  left: 0;
}

.descriptionWrap .blockInterviewArea .blockInterview > dl > dd > * {
  margin-top: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockInterviewArea .blockInterview > dl > dd > * {
    margin-top: 1.02564vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockInterviewArea .blockInterview > dl > dd > * {
    margin-top: 2.05128vw;
  }
}

.descriptionWrap .blockInterviewArea .blockInterview > dl > dd > *:first-child {
  margin-top: 0;
}

.descriptionWrap .blockInterviewArea .blockInterview > dl > dd .answerText {
  line-height: 1.8;
  font-size: 12px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockInterviewArea .blockInterview > dl > dd .answerText {
    font-size: 1.53846vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockInterviewArea .blockInterview > dl > dd .answerText {
    font-size: 3.07692vw;
  }
}

.descriptionWrap .blockInterviewArea .blockInterview > dl > dd .answerText * {
  line-height: inherit;
  font-size: inherit;
}

.descriptionWrap .blockInterviewArea .blockInterview > dl > dd .name {
  white-space: nowrap;
  font-weight: bold;
}

.descriptionWrap .blockInterviewArea .blockInterview > dl > dd .answerTextInner {
  width: 100%;
  box-sizing: border-box;
}

.descriptionWrap .blockInterviewArea .blockInterview .questionText {
  line-height: 2;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.02em;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockInterviewArea .blockInterview .questionText {
    font-size: 1.79487vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockInterviewArea .blockInterview .questionText {
    font-size: 3.58974vw;
  }
}

.descriptionWrap .blockBtnArea {
  width: 100%;
  box-sizing: border-box;
}

.descriptionWrap .blockBtnArea + .blockBtnArea {
  margin-top: 16px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockBtnArea + .blockBtnArea {
    margin-top: 2.05128vw !important;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockBtnArea + .blockBtnArea {
    margin-top: 4.10256vw !important;
  }
}

.descriptionWrap .blockBtnArea .btnListBox {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.descriptionWrap .blockBtnArea .btnListBox.alignL {
  justify-content: flex-start;
}

.descriptionWrap .blockBtnArea .btnListBox.alignC {
  justify-content: center;
}

.descriptionWrap .blockBtnArea .btnListBox.alignR {
  justify-content: flex-end;
}

.descriptionWrap .blockBtnArea .btnListBox.btnCol1 > a {
  width: 100%;
  margin-top: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockBtnArea .btnListBox.btnCol1 > a {
    margin-top: 2.05128vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockBtnArea .btnListBox.btnCol1 > a {
    margin-top: 4.10256vw;
  }
}

.descriptionWrap .blockBtnArea .btnListBox.btnCol1 > a:first-child {
  margin-top: 0;
}

.descriptionWrap .blockBtnArea .btnListBox.btnCol2 > a {
  width: 49%;
  margin-top: 16px;
  margin-left: 2%;
}

.descriptionWrap .blockBtnArea .btnListBox.btnCol2 > a:nth-child(-n + 2) {
  margin-top: 0;
}

.descriptionWrap .blockBtnArea .btnListBox.btnCol2 > a:nth-child(2n + 1) {
  margin-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockBtnArea .btnListBox.btnCol2 > a {
    margin-top: 2.05128vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockBtnArea .btnListBox.btnCol2 > a {
    margin-top: 4.10256vw;
  }
}

.descriptionWrap .blockBtnArea .btnListBox.btnCol2_sp1 > a {
  width: 49%;
  margin-top: 16px;
  margin-left: 2%;
}

.descriptionWrap .blockBtnArea .btnListBox.btnCol2_sp1 > a:nth-child(-n + 2) {
  margin-top: 0;
}

.descriptionWrap .blockBtnArea .btnListBox.btnCol2_sp1 > a:nth-child(2n + 1) {
  margin-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockBtnArea .btnListBox.btnCol2_sp1 > a {
    margin-top: 2.05128vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockBtnArea .btnListBox.btnCol2_sp1 > a {
    width: 100%;
    margin-top: 4.10256vw;
    margin-left: 0;
  }
  .descriptionWrap .blockBtnArea .btnListBox.btnCol2_sp1 > a:nth-child(-n + 2) {
    margin-top: 4.10256vw;
  }
  .descriptionWrap .blockBtnArea .btnListBox.btnCol2_sp1 > a:first-child {
    margin-top: 0;
  }
}

.descriptionWrap .blockBtnArea .btnListBox.btnCol3 > a {
  width: 32%;
  margin-top: 16px;
  margin-left: 2%;
}

.descriptionWrap .blockBtnArea .btnListBox.btnCol3 > a:nth-child(-n + 3) {
  margin-top: 0;
}

.descriptionWrap .blockBtnArea .btnListBox.btnCol3 > a:nth-child(3n + 1) {
  margin-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockBtnArea .btnListBox.btnCol3 > a {
    margin-top: 2.05128vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockBtnArea .btnListBox.btnCol3 > a {
    margin-top: 4.10256vw;
  }
}

.descriptionWrap .blockBtnArea .btnListBox.btnCol3_sp2 > a {
  width: 32%;
  margin-top: 16px;
  margin-left: 2%;
}

.descriptionWrap .blockBtnArea .btnListBox.btnCol3_sp2 > a:nth-child(-n + 3) {
  margin-top: 0;
}

.descriptionWrap .blockBtnArea .btnListBox.btnCol3_sp2 > a:nth-child(3n + 1) {
  margin-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockBtnArea .btnListBox.btnCol3_sp2 > a {
    margin-top: 2.05128vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockBtnArea .btnListBox.btnCol3_sp2 > a {
    width: 49%;
    margin-top: 4.10256vw;
    margin-left: 2%;
  }
  .descriptionWrap .blockBtnArea .btnListBox.btnCol3_sp2 > a:nth-child(-n + 3) {
    margin-top: 4.10256vw;
  }
  .descriptionWrap .blockBtnArea .btnListBox.btnCol3_sp2 > a:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .descriptionWrap .blockBtnArea .btnListBox.btnCol3_sp2 > a:nth-child(-n + 2) {
    margin-top: 0;
  }
  .descriptionWrap .blockBtnArea .btnListBox.btnCol3_sp2 > a:nth-child(2n + 1) {
    margin-left: 0;
  }
}

.descriptionWrap .blockBtnArea .btnListBox.btnCol3_sp1 > a {
  width: 32%;
  margin-top: 16px;
  margin-left: 2%;
}

.descriptionWrap .blockBtnArea .btnListBox.btnCol3_sp1 > a:nth-child(-n + 3) {
  margin-top: 0;
}

.descriptionWrap .blockBtnArea .btnListBox.btnCol3_sp1 > a:nth-child(3n + 1) {
  margin-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockBtnArea .btnListBox.btnCol3_sp1 > a {
    margin-top: 2.05128vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockBtnArea .btnListBox.btnCol3_sp1 > a {
    width: 100%;
    margin-top: 4.10256vw;
    margin-left: 0;
  }
  .descriptionWrap .blockBtnArea .btnListBox.btnCol3_sp1 > a:nth-child(-n + 3) {
    margin-top: 4.10256vw;
  }
  .descriptionWrap .blockBtnArea .btnListBox.btnCol3_sp1 > a:first-child {
    margin-top: 0;
  }
}

.descriptionWrap .blockBtnArea .btnListBox > a {
  padding: 1em;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #1a73e8;
  color: #fff;
  box-sizing: border-box;
}

.descriptionWrap .blockBtnArea .btnListBox > a:visited, .descriptionWrap .blockBtnArea .btnListBox > a:focus, .descriptionWrap .blockBtnArea .btnListBox > a:active {
  color: #fff;
}

@media only screen and (min-width: 1080px) {
  .descriptionWrap .blockBtnArea .btnListBox > a {
    transition-property: background-color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
  }
  .descriptionWrap .blockBtnArea .btnListBox > a:hover {
    background-color: #8ebaf4;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockBtnArea .btnListBox > a {
    font-size: 1.79487vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockBtnArea .btnListBox > a {
    font-size: 3.58974vw;
  }
}

.descriptionWrap .blockBtnArea .btnListBox > a.alignL {
  justify-content: flex-start;
}

.descriptionWrap .blockBtnArea .btnListBox > a.alignC {
  justify-content: center;
}

.descriptionWrap .blockBtnArea .btnListBox > a.alignR {
  justify-content: flex-end;
}

.descriptionWrap .blockBtnArea .btnListBox > a * {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.descriptionWrap .blockBtnArea .btnListBox > a .jp {
  line-height: 1;
}

.descriptionWrap .blockBtnArea .btnListBox > a .en {
  line-height: 1;
}

.descriptionWrap .blockBtnArea .btnListBox > a.enJpBtn .en, .descriptionWrap .blockBtnArea .btnListBox > a.enBtn .en {
  line-height: 1.4;
  font-size: 130%;
  font-weight: 600;
  order: 1;
}

.descriptionWrap .blockBtnArea .btnListBox > a.enJpBtn .jp, .descriptionWrap .blockBtnArea .btnListBox > a.enBtn .jp {
  line-height: 1.4;
  margin-left: 0.5em;
  font-size: 80%;
  order: 2;
}

.descriptionWrap .blockBtnArea .btnListBox > a.jpEnBtn .jp, .descriptionWrap .blockBtnArea .btnListBox > a.jpBtn .jp {
  line-height: 1.4;
  font-size: 130%;
  font-weight: bold;
  order: 1;
}

.descriptionWrap .blockBtnArea .btnListBox > a.jpEnBtn .en, .descriptionWrap .blockBtnArea .btnListBox > a.jpBtn .en {
  line-height: 1.4;
  margin-left: 0.5em;
  font-size: 80%;
  order: 2;
}

.descriptionWrap .blockBtnArea .btnListBox > a[target="_blank"]:after {
  order: 3;
}

.descriptionWrap .blockSliderImgArea {
  width: 100%;
  box-sizing: border-box;
}

.descriptionWrap .blockSliderImgArea + .blockSliderImgArea {
  margin-top: 16px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockSliderImgArea + .blockSliderImgArea {
    margin-top: 2.05128vw !important;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockSliderImgArea + .blockSliderImgArea {
    margin-top: 4.10256vw !important;
  }
}

.descriptionWrap .blockSliderImgArea .blockSliderImg {
  padding-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockSliderImgArea .blockSliderImg {
    padding-bottom: 3.84615vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockSliderImgArea .blockSliderImg {
    padding-bottom: 7.69231vw;
  }
}

.descriptionWrap .blockSliderImgArea .slide {
  display: block;
}

.descriptionWrap .blockSliderImgArea .slide > * {
  margin-top: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockSliderImgArea .slide > * {
    margin-top: 1.02564vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockSliderImgArea .slide > * {
    margin-top: 2.05128vw;
  }
}

.descriptionWrap .blockSliderImgArea .slide > *:first-child {
  margin-top: 0;
}

.descriptionWrap .blockSliderImgArea .slide .photo {
  width: 100%;
  box-sizing: border-box;
}

.descriptionWrap .blockSliderImgArea .slide .photo .img {
  width: 100%;
  box-sizing: border-box;
}

.descriptionWrap .blockSliderImgArea .slide .photo .img > img {
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.descriptionWrap .blockSliderImgArea .slide .detail {
  line-height: 1.8;
  font-size: 12px;
  letter-spacing: 0.02em;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockSliderImgArea .slide .detail {
    font-size: 1.53846vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockSliderImgArea .slide .detail {
    font-size: 3.07692vw;
  }
}

.descriptionWrap .blockSliderImgArea .slide .detail p {
  line-height: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  box-sizing: border-box;
}

.descriptionWrap .blockSliderImgArea .sliderNext,
.descriptionWrap .blockSliderImgArea .sliderPrev {
  width: 40px;
  height: 120px;
  margin-top: 0;
  display: block;
  background-color: #fff;
  color: #1a73e8;
  transform: translateY(-50%);
}

.descriptionWrap .blockSliderImgArea .sliderNext:visited, .descriptionWrap .blockSliderImgArea .sliderNext:focus, .descriptionWrap .blockSliderImgArea .sliderNext:active,
.descriptionWrap .blockSliderImgArea .sliderPrev:visited,
.descriptionWrap .blockSliderImgArea .sliderPrev:focus,
.descriptionWrap .blockSliderImgArea .sliderPrev:active {
  color: #1a73e8;
}

@media only screen and (min-width: 1080px) {
  .descriptionWrap .blockSliderImgArea .sliderNext,
  .descriptionWrap .blockSliderImgArea .sliderPrev {
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
  }
  .descriptionWrap .blockSliderImgArea .sliderNext:hover,
  .descriptionWrap .blockSliderImgArea .sliderPrev:hover {
    opacity: 0.8;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockSliderImgArea .sliderNext,
  .descriptionWrap .blockSliderImgArea .sliderPrev {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockSliderImgArea .sliderNext,
  .descriptionWrap .blockSliderImgArea .sliderPrev {
    display: none;
  }
}

.descriptionWrap .blockSliderImgArea .sliderNext:after,
.descriptionWrap .blockSliderImgArea .sliderPrev:after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-color: currentColor;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 30% auto;
  box-sizing: border-box;
}

.descriptionWrap .blockSliderImgArea .sliderNext {
  right: 0;
}

.descriptionWrap .blockSliderImgArea .sliderNext:after {
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="6.444" height="12" viewBox="0 0 6.444 12"><path d="M.281,6.625A.388.388,0,0,1,.4,6.341a.388.388,0,0,1,.284-.119.388.388,0,0,1,.284.119l5.354,5.354,5.271-5.271a.4.4,0,1,1,.569.569L6.606,12.547a.4.4,0,0,1-.569,0L.4,6.921a.277.277,0,0,1-.041-.053.406.406,0,0,1-.03-.059L.3,6.749.287,6.69Z" transform="translate(-6.222 12.281) rotate(-90)" /></svg>');
}

.descriptionWrap .blockSliderImgArea .sliderPrev {
  left: 0;
}

.descriptionWrap .blockSliderImgArea .sliderPrev:after {
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="6.444" height="12" viewBox="0 0 6.444 12"><path d="M.281,6.625A.388.388,0,0,1,.4,6.341a.388.388,0,0,1,.284-.119.388.388,0,0,1,.284.119l5.354,5.354,5.271-5.271a.4.4,0,1,1,.569.569L6.606,12.547a.4.4,0,0,1-.569,0L.4,6.921a.277.277,0,0,1-.041-.053.406.406,0,0,1-.03-.059L.3,6.749.287,6.69Z" transform="translate(12.666 -0.281) rotate(90)" /></svg>');
}

.descriptionWrap .blockSliderImgArea .sliderPager {
  width: 100%;
  box-sizing: border-box;
  bottom: 0;
}

.descriptionWrap .blockSliderImgArea .sliderPager .swiper-pagination-bullet-active {
  background-color: #1a73e8;
}

.descriptionWrap .blockIframeBoxArea {
  width: 100%;
  box-sizing: border-box;
}

.descriptionWrap .blockIframeBoxArea + .blockIframeBoxArea {
  margin-top: 16px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockIframeBoxArea + .blockIframeBoxArea {
    margin-top: 2.05128vw !important;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockIframeBoxArea + .blockIframeBoxArea {
    margin-top: 4.10256vw !important;
  }
}

.descriptionWrap .blockIframeBoxArea .blockIframeBox {
  width: 100%;
  box-sizing: border-box;
}

.descriptionWrap .blockIframeBoxArea .blockIframeBox > * {
  margin-top: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockIframeBoxArea .blockIframeBox > * {
    margin-top: 1.02564vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockIframeBoxArea .blockIframeBox > * {
    margin-top: 2.05128vw;
  }
}

.descriptionWrap .blockIframeBoxArea .blockIframeBox > *:first-child {
  margin-top: 0;
}

.descriptionWrap .blockIframeBoxArea .blockIframeBox .iframeBox {
  width: 100%;
  box-sizing: border-box;
}

.descriptionWrap .blockIframeBoxArea .blockIframeBox .iframeBox .code {
  box-sizing: border-box;
}

.descriptionWrap .blockIframeBoxArea .blockIframeBox .iframeBox .code > iframe,
.descriptionWrap .blockIframeBoxArea .blockIframeBox .iframeBox .code > video {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
}

.descriptionWrap .blockIframeBoxArea .blockIframeBox .iframeBox.iframe_left .code {
  margin-right: auto;
  margin-left: 0;
  text-align: left;
}

.descriptionWrap .blockIframeBoxArea .blockIframeBox .iframeBox.iframe_center .code {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.descriptionWrap .blockIframeBoxArea .blockIframeBox .iframeBox.iframe_right .code {
  margin-right: 0;
  margin-left: auto;
  text-align: right;
}

.descriptionWrap .blockIframeBoxArea .blockIframeBox .iframeBox.iframe_full .code {
  width: 100%;
  max-width: none;
  padding-top: 56.25%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.descriptionWrap .blockIframeBoxArea .blockIframeBox .iframeBox.iframe_full .code > iframe,
.descriptionWrap .blockIframeBoxArea .blockIframeBox .iframeBox.iframe_full .code > video {
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.descriptionWrap .blockIframeBoxArea .blockIframeBox .detail {
  width: 100%;
  box-sizing: border-box;
}

.descriptionWrap .blockIframeBoxArea .blockIframeBox .detail .caption {
  width: 100%;
  line-height: 1.8;
  font-size: 12px;
  letter-spacing: 0.02em;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockIframeBoxArea .blockIframeBox .detail .caption {
    font-size: 1.53846vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockIframeBoxArea .blockIframeBox .detail .caption {
    font-size: 3.07692vw;
  }
}

.descriptionWrap .blockflexArea .flexWrap {
  margin-top: 40px;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockflexArea .flexWrap {
    margin-top: 10.25641vw;
  }
}

.descriptionWrap .blockflexArea .flexWrap:first-of-type {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockflexArea .flexWrap.spBlock {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockflexArea .flexWrap.spBlock .leftContentWrap,
  .descriptionWrap .blockflexArea .flexWrap.spBlock .rightContentWrap {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockflexArea .flexWrap.spBlock .leftContentWrap *:first-of-type,
  .descriptionWrap .blockflexArea .flexWrap.spBlock .rightContentWrap *:first-of-type {
    margin-bottom: 3.84615vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockflexArea .flexWrap.spBlock .leftContentWrap {
    margin: 6% 0 0;
  }
}

.descriptionWrap .blockflexArea .leftContentWrap,
.descriptionWrap .blockflexArea .rightContentWrap {
  width: 46.6%;
}

.descriptionWrap .blockflexArea .leftContentWrap *,
.descriptionWrap .blockflexArea .rightContentWrap * {
  margin-top: 10px !important;
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockflexArea .leftContentWrap *,
  .descriptionWrap .blockflexArea .rightContentWrap * {
    margin-top: 2.5641vw !important;
  }
}

.descriptionWrap .blockflexArea .leftContentWrap *:first-child,
.descriptionWrap .blockflexArea .rightContentWrap *:first-child {
  margin-top: 0 !important;
}

.descriptionWrap .blockflexArea .leftContentWrap {
  margin-right: 6.8%;
}

.descriptionWrap .blockflexArea h3 {
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  border-bottom: none;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap .blockflexArea h3 {
    font-size: 2.05128vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap .blockflexArea h3 {
    font-size: 4.10256vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap {
    margin-top: 7.69231vw;
    padding-top: 7.69231vw;
    border-top: 1px solid #ddd;
  }
}

.descriptionWrap > * {
  margin-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap > * {
    margin-top: 6.41026vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap > * {
    margin-top: 10.25641vw;
  }
}

.descriptionWrap > *:first-child {
  margin-top: 0;
}

.descriptionWrap h2 {
  padding-left: 0;
  border-left: 0;
  font-size: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap h2 {
    font-size: 2.30769vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap h2 {
    font-size: 4.61538vw;
  }
}

.descriptionWrap p,
.descriptionWrap a {
  font-size: 12px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .descriptionWrap p,
  .descriptionWrap a {
    font-size: 1.53846vw;
  }
}

@media only screen and (max-width: 767px) {
  .descriptionWrap p,
  .descriptionWrap a {
    font-size: 3.07692vw;
  }
}

#alsoLike,
#viewed {
  overflow: hidden;
}

#alsoLike .sectionInner,
#viewed .sectionInner {
  padding-top: 80px;
  border-top: 1px solid #ebebeb;
}

@media only screen and (max-width: 767px) {
  #alsoLike .sectionInner,
  #viewed .sectionInner {
    padding-top: 12.82051vw;
  }
}

#alsoLike .sectionTitleWrap .sectionTitle,
#viewed .sectionTitleWrap .sectionTitle {
  font-size: 28px;
}

@media only screen and (max-width: 767px) {
  #alsoLike .sectionTitleWrap .sectionTitle,
  #viewed .sectionTitleWrap .sectionTitle {
    font-size: 6.15385vw;
  }
}

#alsoLike .sectionContentWrap,
#viewed .sectionContentWrap {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  #alsoLike .sectionContentWrap,
  #viewed .sectionContentWrap {
    margin-top: 10.25641vw;
  }
}

@media only screen and (max-width: 767px) {
  #alsoLike .productsListSliderWrap .productsListSlider,
  #viewed .productsListSliderWrap .productsListSlider {
    width: 95vw;
  }
}

#alsoLike .productsListSliderWrap .productsListSlider .slick-arrow,
#viewed .productsListSliderWrap .productsListSlider .slick-arrow {
  z-index: 20;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  #alsoLike .productsListSliderWrap .productsListSlider .slick-arrow,
  #viewed .productsListSliderWrap .productsListSlider .slick-arrow {
    display: none;
  }
}

#alsoLike .productsListSliderWrap .productsListSlider .slick-arrow.sliderInner,
#viewed .productsListSliderWrap .productsListSlider .slick-arrow.sliderInner {
  position: absolute;
  top: 28%;
  left: 0;
  width: 100%;
}

#alsoLike .productsListSliderWrap .productsListSlider .slick-arrow.prev,
#viewed .productsListSliderWrap .productsListSlider .slick-arrow.prev {
  left: -27.5px;
}

@media only screen and (max-width: 767px) {
  #alsoLike .productsListSliderWrap .productsListSlider .slick-arrow.prev,
  #viewed .productsListSliderWrap .productsListSlider .slick-arrow.prev {
    left: 0;
  }
}

#alsoLike .productsListSliderWrap .productsListSlider .slick-arrow.next,
#viewed .productsListSliderWrap .productsListSlider .slick-arrow.next {
  right: -27.5px;
}

@media only screen and (max-width: 767px) {
  #alsoLike .productsListSliderWrap .productsListSlider .slick-arrow.next,
  #viewed .productsListSliderWrap .productsListSlider .slick-arrow.next {
    right: 0;
  }
}

#alsoLike .productsListSliderWrap .productsListSlider .slick-dots,
#viewed .productsListSliderWrap .productsListSlider .slick-dots {
  margin-top: 50px;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  #alsoLike .productsListSliderWrap .productsListSlider .slick-dots,
  #viewed .productsListSliderWrap .productsListSlider .slick-dots {
    margin-top: 7.69231vw;
  }
}

#alsoLike .productsListSliderWrap .productsListSlider .slick-dots li button,
#viewed .productsListSliderWrap .productsListSlider .slick-dots li button {
  background-color: #d6d6d6;
}

#alsoLike .productsListSliderWrap .productsListSlider .product .tagWrap,
#viewed .productsListSliderWrap .productsListSlider .product .tagWrap {
  display: flex;
  flex-wrap: wrap;
}

#alsoLike .productsListSliderWrap .productsListSlider .product .tagWrap .tag,
#viewed .productsListSliderWrap .productsListSlider .product .tagWrap .tag {
  margin: 0.5px 1px 0.5px 0;
  padding: 7px 10px 5px;
  font-size: 13px;
  font-family: "Marcellus", serif;
  background-color: #fff;
  border: 1px solid #000;
}

@media only screen and (max-width: 767px) {
  #alsoLike .productsListSliderWrap .productsListSlider .product .tagWrap .tag,
  #viewed .productsListSliderWrap .productsListSlider .product .tagWrap .tag {
    margin: 0.38462vw 0.76923vw 0.38462vw 0;
    padding: 1.28205vw 2.05128vw 0.76923vw;
    font-size: 2.82051vw;
  }
}

#alsoLike .productsListSliderWrap .productsListSlider .product .tagWrap .tag:last-of-type,
#viewed .productsListSliderWrap .productsListSlider .product .tagWrap .tag:last-of-type {
  margin-right: 0;
}

#alsoLike .productsListSliderWrap .productsListSlider .product .imageWrap,
#viewed .productsListSliderWrap .productsListSlider .product .imageWrap {
  position: relative;
}

#alsoLike .productsListSliderWrap .productsListSlider .product .imageWrap .image,
#viewed .productsListSliderWrap .productsListSlider .product .imageWrap .image {
  position: relative;
  width: 100%;
  height: 38vw;
  max-height: 520px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  #alsoLike .productsListSliderWrap .productsListSlider .product .imageWrap .image,
  #viewed .productsListSliderWrap .productsListSlider .product .imageWrap .image {
    height: 52.5641vw;
    max-height: none;
  }
}

#alsoLike .productsListSliderWrap .productsListSlider .product .imageWrap .image img,
#viewed .productsListSliderWrap .productsListSlider .product .imageWrap .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#alsoLike .productsListSliderWrap .productsListSlider .product .imageWrap .image img.thumbnail,
#viewed .productsListSliderWrap .productsListSlider .product .imageWrap .image img.thumbnail {
  display: block;
}

#alsoLike .productsListSliderWrap .productsListSlider .product .imageWrap .image img.product,
#viewed .productsListSliderWrap .productsListSlider .product .imageWrap .image img.product {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

#alsoLike .productsListSliderWrap .productsListSlider .product .imageWrap .tagWrap,
#viewed .productsListSliderWrap .productsListSlider .product .imageWrap .tagWrap {
  z-index: 2;
  position: absolute;
  top: 15px;
  left: 15px;
}

@media only screen and (max-width: 767px) {
  #alsoLike .productsListSliderWrap .productsListSlider .product .imageWrap .tagWrap,
  #viewed .productsListSliderWrap .productsListSlider .product .imageWrap .tagWrap {
    top: 2.5641vw;
    left: 2.5641vw;
  }
}

#alsoLike .productsListSliderWrap .productsListSlider .product .imageWrap .wishIcon,
#viewed .productsListSliderWrap .productsListSlider .product .imageWrap .wishIcon {
  z-index: 2;
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  #alsoLike .productsListSliderWrap .productsListSlider .product .imageWrap .wishIcon,
  #viewed .productsListSliderWrap .productsListSlider .product .imageWrap .wishIcon {
    top: 2.5641vw;
    right: 1.28205vw;
  }
}

#alsoLike .productsListSliderWrap .productsListSlider .product .imageWrap .wishIcon .icon,
#viewed .productsListSliderWrap .productsListSlider .product .imageWrap .wishIcon .icon {
  width: 30px;
}

@media only screen and (max-width: 767px) {
  #alsoLike .productsListSliderWrap .productsListSlider .product .imageWrap .wishIcon .icon,
  #viewed .productsListSliderWrap .productsListSlider .product .imageWrap .wishIcon .icon {
    width: 10.25641vw;
  }
}

#alsoLike .productsListSliderWrap .productsListSlider .product .imageWrap .wishIcon .icon svg,
#viewed .productsListSliderWrap .productsListSlider .product .imageWrap .wishIcon .icon svg {
  width: 100%;
}

#alsoLike .productsListSliderWrap .productsListSlider .product .imageWrap .wishIcon.active .icon svg *,
#viewed .productsListSliderWrap .productsListSlider .product .imageWrap .wishIcon.active .icon svg * {
  fill: #808080;
}

#alsoLike .productsListSliderWrap .productsListSlider .product .infoWrap,
#viewed .productsListSliderWrap .productsListSlider .product .infoWrap {
  margin-top: 20px;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #alsoLike .productsListSliderWrap .productsListSlider .product .infoWrap,
  #viewed .productsListSliderWrap .productsListSlider .product .infoWrap {
    margin-top: 1.92308vw;
  }
}

@media only screen and (max-width: 767px) {
  #alsoLike .productsListSliderWrap .productsListSlider .product .infoWrap,
  #viewed .productsListSliderWrap .productsListSlider .product .infoWrap {
    margin-top: 2.5641vw;
  }
}

#alsoLike .productsListSliderWrap .productsListSlider .product .infoWrap .infoInner,
#viewed .productsListSliderWrap .productsListSlider .product .infoWrap .infoInner {
  display: block;
}

#alsoLike .productsListSliderWrap .productsListSlider .product .infoWrap .infoInner *,
#viewed .productsListSliderWrap .productsListSlider .product .infoWrap .infoInner * {
  font-family: "Marcellus", serif;
  letter-spacing: 0.08em;
}

#alsoLike .productsListSliderWrap .productsListSlider .product .infoWrap .tagWrap,
#viewed .productsListSliderWrap .productsListSlider .product .infoWrap .tagWrap {
  margin-bottom: 2.5641vw;
}

#alsoLike .productsListSliderWrap .productsListSlider .product .infoWrap .productInfoWrap,
#viewed .productsListSliderWrap .productsListSlider .product .infoWrap .productInfoWrap {
  display: block;
  width: 100%;
}

#alsoLike .productsListSliderWrap .productsListSlider .product .infoWrap .productInfoWrap .productName,
#alsoLike .productsListSliderWrap .productsListSlider .product .infoWrap .productInfoWrap .productColor,
#viewed .productsListSliderWrap .productsListSlider .product .infoWrap .productInfoWrap .productName,
#viewed .productsListSliderWrap .productsListSlider .product .infoWrap .productInfoWrap .productColor {
  display: block;
  color: #383838;
}

@media only screen and (max-width: 767px) {
  #alsoLike .productsListSliderWrap .productsListSlider .product .infoWrap .productInfoWrap .productName,
  #alsoLike .productsListSliderWrap .productsListSlider .product .infoWrap .productInfoWrap .productColor,
  #viewed .productsListSliderWrap .productsListSlider .product .infoWrap .productInfoWrap .productName,
  #viewed .productsListSliderWrap .productsListSlider .product .infoWrap .productInfoWrap .productColor {
    display: block;
    color: #000;
  }
}

#alsoLike .productsListSliderWrap .productsListSlider .product .infoWrap .productInfoWrap .productName,
#viewed .productsListSliderWrap .productsListSlider .product .infoWrap .productInfoWrap .productName {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  #alsoLike .productsListSliderWrap .productsListSlider .product .infoWrap .productInfoWrap .productName,
  #viewed .productsListSliderWrap .productsListSlider .product .infoWrap .productInfoWrap .productName {
    font-size: 3.84615vw;
  }
}

#alsoLike .productsListSliderWrap .productsListSlider .product .infoWrap .productInfoWrap .productColor,
#viewed .productsListSliderWrap .productsListSlider .product .infoWrap .productInfoWrap .productColor {
  margin-top: 10px;
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  #alsoLike .productsListSliderWrap .productsListSlider .product .infoWrap .productInfoWrap .productColor,
  #viewed .productsListSliderWrap .productsListSlider .product .infoWrap .productInfoWrap .productColor {
    margin-top: 2.5641vw;
    font-size: 2.82051vw;
  }
}

#alsoLike .productsListSliderWrap .productsListSlider .product .infoWrap .productInfoWrap .productPrice,
#viewed .productsListSliderWrap .productsListSlider .product .infoWrap .productInfoWrap .productPrice {
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  #alsoLike .productsListSliderWrap .productsListSlider .product .infoWrap .productInfoWrap .productPrice,
  #viewed .productsListSliderWrap .productsListSlider .product .infoWrap .productInfoWrap .productPrice {
    margin-top: 3.84615vw;
    font-size: 2.82051vw;
    color: #808080;
  }
}

#alsoLike .sectionInner {
  padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  #alsoLike .sectionInner {
    padding-bottom: 12.82051vw;
  }
}

#alsoLike .productsListSliderWrap .productsListSlider .product {
  margin-right: min(40px, 2.9vw);
  width: 17.56955vw;
  max-width: 240px;
}

@media only screen and (max-width: 767px) {
  #alsoLike .productsListSliderWrap .productsListSlider .product {
    margin-right: 5.12821vw;
    width: 35.89744vw;
    max-width: none;
  }
}

#alsoLike .productsListSliderWrap .productsListSlider .product .imageWrap .image {
  height: 21.96193vw;
  max-height: 300px;
}

@media only screen and (max-width: 767px) {
  #alsoLike .productsListSliderWrap .productsListSlider .product .imageWrap .image {
    height: 44.87179vw;
    max-height: none;
  }
}

#viewed .productsListSliderWrap .productsListSlider .product {
  margin-right: min(20px, 1.45vw);
  width: 14.64129vw;
  max-width: 200px;
}

@media only screen and (max-width: 767px) {
  #viewed .productsListSliderWrap .productsListSlider .product {
    margin-right: 5.12821vw;
    width: 35.89744vw;
    max-width: none;
  }
}

#viewed .productsListSliderWrap .productsListSlider .product .imageWrap .image {
  height: 18.30161vw;
  max-height: 250px;
}

@media only screen and (max-width: 767px) {
  #viewed .productsListSliderWrap .productsListSlider .product .imageWrap .image {
    height: 44.87179vw;
    max-height: none;
  }
}

#spFloatingMenu {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

#spFloatingMenu .btnWrap {
  display: flex;
}

#spFloatingMenu .btnWrap .btn {
  padding: 0;
  margin: 0;
  font-family: inherit;
  border: none;
  outline: none;
  background-color: transparent;
  appearance: none;
  padding: 2.5641vw 5.12821vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 15.38462vw;
  font-size: 3.07692vw;
  line-height: 1.4;
  box-sizing: border-box;
}

#spFloatingMenu .btnWrap .sizeSelectBtn {
  position: relative;
  width: 45%;
  background-color: #fff;
}

#spFloatingMenu .btnWrap .sizeSelectBtn::before {
  content: "";
  position: absolute;
  top: 48%;
  right: 5.12821vw;
  width: 1.53846vw;
  height: 1.53846vw;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg) translateY(-50%);
}

#spFloatingMenu .btnWrap .js-trg-noSelect,
#spFloatingMenu .btnWrap .js-sp-submit,
#spFloatingMenu .btnWrap .js-sp-reserve,
#spFloatingMenu .btnWrap .mailBtn {
  align-items: center;
  width: 55%;
  text-align: center;
}

#spFloatingMenu .btnWrap .js-trg-noSelect,
#spFloatingMenu .btnWrap .js-sp-reserve,
#spFloatingMenu .btnWrap .mailBtn {
  color: #000;
  background-color: #eaeaea;
}

#spFloatingMenu .btnWrap .js-trg-noSelect .statusWrap .status,
#spFloatingMenu .btnWrap .js-sp-reserve .statusWrap .status,
#spFloatingMenu .btnWrap .mailBtn .statusWrap .status {
  font-size: 3.58974vw;
}

#spFloatingMenu .btnWrap .js-trg-noSelect .statusWrap .text,
#spFloatingMenu .btnWrap .js-sp-reserve .statusWrap .text,
#spFloatingMenu .btnWrap .mailBtn .statusWrap .text {
  font-size: 2.82051vw;
}

#spFloatingMenu .btnWrap .js-sp-submit {
  color: #fff;
  background-color: #000;
}

#spSizeSelectMenu {
  z-index: 11001;
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  padding: 5.12821vw 5%;
  width: 100vw;
  background-color: #fff;
  box-sizing: border-box;
}

#spSizeSelectMenu .titleWrap {
  padding-bottom: 5.12821vw;
  border-bottom: 1px solid #ddd;
}

#spSizeSelectMenu .titleWrap .title {
  font-size: 3.58974vw;
}

#spSizeSelectMenu .sizeSelector {
  margin-top: 6.41026vw;
}

#spSizeSelectMenu .sizeSelector .js-sizeSelector {
  margin-top: 7.69231vw;
  font-size: 3.58974vw;
  display: flex;
  justify-content: space-between;
}

#spSizeSelectMenu .sizeSelector .js-sizeSelector > span:nth-of-type(2) {
  color: #666;
  font-size: 3.07692vw;
}

#spSizeSelectMenu .sizeSelector .js-sizeSelector:first-of-type {
  margin-top: 0;
}

#spSizeSelectMenu .sizeSelector .js-sizeSelector.stockOut > span:first-of-type {
  text-decoration: line-through;
}

#spSizeSelectMenu .btnWrap {
  margin-top: 7.69231vw;
}

#spSizeSelectMenu .btnWrap .btn {
  padding: 3.84615vw;
}

#spSizeSelectMenu .cancelWrap {
  margin-top: 5.12821vw;
  text-align: center;
}

#spSizeSelectMenu .cancelWrap .cancel {
  font-size: 3.84615vw;
  font-family: "Marcellus", serif;
  color: #70a0b9;
}
.price-sale-red{
  color: #b71540;
}
.bnr_product{
    width: 100%;
  }
  .bnr_product img{
    width: 100%;
  }
  .bnr_product a:hover img{
    opacity: 0.8;
  }
  .descriptionWrap.single-product-txt p,
  .descriptionWrap.single-product-txt a{
font-size: 16px;
font-weight: 400;
  }
  .descriptionWrap.descriptionWrap h3{
font-size: 22px;
font-weight: 500;
  }
  .descriptionWrap.descriptionWrap strong{
    font-weight: 700;
    font-size: 18px;
  }
 
  .side .captionTextWrap.single-product-txt .tabContentWrap .text{
    font-size: 14px;
  }
  .side form .selectorWrap .titleWrap .product-title{
font-size: 14px;
  }
  .side form .selectorWrap .titleWrap .color-name{
    font-size: 14px;
  }
  .side .priceWrap .price {
    font-size: 22px;
}
.side .priceWrap .price {
  font-size: 24px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
.descriptionWrap.single-product-txt p, .descriptionWrap.single-product-txt a { 
      font-size: 15px;
  
}