@charset "UTF-8";
.p-header {
  padding-top: 8.5333333333vw;
  padding-bottom: 10.1333333333vw;
  background-color: #f5f4f5;
  text-align: center;
}
@media not all and (max-width:768px) {
  .p-header {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
.p-header__eng {
  font-family: var(--font-serif);
  font-size: 7.2vw;
}
@media not all and (max-width:768px) {
  .p-header__eng {
    font-size: 52px;
  }
}
.p-header-jpn {
  font-size: 3.7333333333vw;
}
@media not all and (max-width:768px) {
  .p-header-jpn {
    font-size: 21px;
  }
}

@media only screen and (max-width:768px) {
  .p-products__inner {
    margin-right: 3.4666666667vw;
    margin-left: 3.4666666667vw;
  }
}
.p-products__header {
  margin-bottom: 28px;
  text-align: center;
}
.p-products__header::after {
  content: "";
  display: inline-block;
  width: 38px;
  border-bottom: 2px solid var(--color-base);
}
.p-products__header-eng {
  font-size: 8.5333333333vw;
  font-family: var(--font-serif);
  text-transform: capitalize;
}
@media not all and (max-width:768px) {
  .p-products__header-eng {
    font-size: 44px;
  }
}
.p-products__header-jpn {
  margin-bottom: 3.7333333333vw;
  font-size: 3.4666666667vw;
}
@media not all and (max-width:768px) {
  .p-products__header-jpn {
    margin-bottom: 28px;
    font-size: 16px;
  }
}



.p-special__wrapper {
/*
  background-color: #faf9f9;
*/
}
@media not all and (max-width:768px) {
  .p-special__wrapper {
    padding: 58px 0 73px;
  }
}
.p-special__wrapper__inner {
  flex-wrap: wrap;
  display: flex;
  margin-right: 6.6vw;
  margin-left: 6.6vw;
  padding-top: 10.6666666667vw;
}
@media not all and (max-width:768px) {
  .p-special__wrapper__inner {
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
    overflow: hidden;
  }
}
.p-special__layout {
  border-bottom: dotted 2px #dfdddd;
  margin-bottom: 9.3333333333vw;
  padding-bottom: 9.3333333333vw;
  overflow: hidden;
  width: 100%;
}
@media not all and (max-width:768px) {
  .p-special__layout {
    width: 50%;
    padding: 0;
    margin-top: 64px;
    margin-bottom: -64px;
  }
}
.p-special__layout:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
@media not all and (max-width:768px) {
  .p-special__layout:nth-of-type(odd) {
    /*奇数*/
    border-right: dotted 2px #dfdddd;
  }
  .p-special__layout:nth-of-type(even) {
    /*偶数*/
  }
  .p-special__layout:nth-of-type(even) a {
    justify-content: flex-end;
  }
  .p-special__layout:nth-of-type(-n + 2) a {
    padding-top: 0;
  }
  .p-special__layout:last-child {
    margin-top: 64px;
  }
}
.p-special__layout a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media not all and (max-width:768px) {
  .p-special__layout a {
    justify-content: flex-start;
    padding: 62px 0;
  }
}
.p-special__image-wrap {
  width: 45%;
  overflow: hidden;
}
.p-special__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-special__body {
  width: 47.4%;
  text-align: center;
  margin-right: 0;
  margin-left: 0;
}
@media not all and (max-width:768px) {
  .p-special__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 0% 0 0 7%;
    text-align: left;
  }
}
.p-special__body-title {
  position: relative;
  text-align: left;
  font-family: var(--font-gothic);
  font-size: 16px;
  line-height: 1.69;
  text-decoration: underline;
}
@media not all and (max-width:768px) {
  .p-special__body-title {
    font-size: 18px;
  }
}

/* 追加@20220818 */
.p-special__body-title span > span {
  display: none;
}
/* end@20220818 */

.p-special__body-number {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.p-special__text {
  font-size: 16px;
  line-height: 2.06;
  font-style: normal;
}
@media not all and (max-width:768px) {
  .p-special__text {
    font-size: 18px;
  }
}
.p-special .c-button-link {
  margin-top: 2em;
}
@media not all and (max-width:768px) {
  .p-special .c-button-link {
    margin-top: auto;
    height: 45px;
    font-size: 15.5px;
  }
}



h3.p-special__body-title span {
    display: block;
}
@media only screen and (max-width:768px) {
  .p-special__image-wrap {
    width: 43%;
  }
  .p-special__body {
    width: 52%;
  }
.p-special__wrapper__inner {
    margin-right: 3vw;
    margin-left: 6vw;
    font-size: 3.7333333333vw;
  }
  .p-special__body-title {
    font-size: 3.7333333333vw;
  }
}


/* 2022.10.07 ページ下部のロゴ調整 */
@media only screen and (max-width:320px) {
  .l-gfooter__bottom-list{
    margin-bottom: 30px;
  }
  .l-gfooter__bottom-list-child{
    display: block;
    position: static;
  }
  .l-gfooter__bottom-list-child .co-logo{
    width: 68.5483vw;
    margin: 20px auto;
  }
  .l-gfooter__bottom-list-child .co-ir a{
    width: 56vw;
    margin: auto;
  }
  .l-gfooter__bottom-list-child .co-ir a span{
    font-size: 11px;
  }
  .l-gfooter__bottom-list-child .co-ir a svg{
    width: 13vw;
  }
}



/* 画面幅による表示・非表示 */
.sp_only {
  display: none !important;
}
.pc_only {
  display: block !important;
}
@media only screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
}


