@charset "UTF-8";
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  html {
    font-size: 0.7142857143vw;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
@font-face {
  font-family: "Butler";
  src: url("../Fonts/Butler_Regular.otf") format("opentype");
}
@font-face {
  font-family: "Crimson Text";
  src: url("../Fonts/CrimsonText-Regular.ttf") format("truetype");
}
body {
  width: 100vw;
}

.cm-f-butler {
  font-family: "Butler";
}

.cm-f-crimson {
  font-family: "Crimson Text";
}

.cm-f-garamond {
  font-family: "adobe-garamond-pro";
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
}

.is-pc {
  display: block;
}
@media (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

.is-sp {
  display: none;
}
@media (max-width: 767px) {
  .is-sp {
    display: block !important;
  }
}

.js-fade {
  opacity: 0;
  transition-duration: 1.2s;
  transform: translateY(50px);
}
.js-fade.is-active {
  opacity: 1;
  transform: translateY(0);
}

.ttl-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 4.5rem;
}
@media (max-width: 767px) {
  .ttl-area {
    margin-top: calc(116 * 0.1333333333vw);
  }
}

.sec-ttl {
  font-family: "Butler";
  font-size: 4rem;
  letter-spacing: 0.075em;
  line-height: 8.66rem;
  font-weight: 500;
  text-align: center;
  margin-top: -1.1rem;
  position: relative;
}
@media (max-width: 767px) {
  .sec-ttl {
    font-size: calc(65 * 0.1333333333vw);
    line-height: 1;
    margin-top: calc(22 * 0.1333333333vw);
  }
}
.sec-ttl::before, .sec-ttl::after {
  content: "";
  width: 1.7rem;
  height: 4.9rem;
  background-image: url(../img/ttl-obj01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -0.4rem;
}
@media (max-width: 767px) {
  .sec-ttl::before, .sec-ttl::after {
    top: calc(-46.8 * 0.1333333333vw);
    width: calc(30 * 0.1333333333vw);
    height: calc(84 * 0.1333333333vw);
  }
}
.sec-ttl::before {
  left: -7.7rem;
}
@media (max-width: 767px) {
  .sec-ttl::before {
    left: calc(-89 * 0.1333333333vw);
  }
}
.sec-ttl::after {
  transform: scale(-1, 1);
  right: -7.7rem;
}
@media (max-width: 767px) {
  .sec-ttl::after {
    right: calc(-89 * 0.1333333333vw);
  }
}

.line-area {
  display: flex;
  align-items: center;
  justify-content: center;
}
.line-area.is-active .line::before {
  height: 100%;
}
.line-area .line {
  display: inline-block;
  width: 0.1rem;
  height: 12rem;
}
.line-area .line::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background-color: #000000;
  transition-duration: 0.8s;
}
@media (max-width: 767px) {
  .line-area .line {
    height: calc(200 * 0.1333333333vw);
    width: calc(2 * 0.1333333333vw);
  }
}

.js-ttl-fade {
  opacity: 0;
  transition-duration: 1.2s;
  transition-delay: 0.8s;
}

.line-area.is-active + .js-ttl-fade {
  opacity: 1;
  transform: translateY(0);
}

.sec-subttl {
  font-family: "Butler";
  font-size: 2.4rem;
  letter-spacing: 0.075em;
  line-height: 3.81rem;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .sec-subttl {
    font-size: calc(40 * 0.1333333333vw);
    letter-spacing: 0.075em;
    line-height: 1;
    margin-top: -1.1rem;
  }
}

.cont-inner {
  width: 78rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cont-inner {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .mediaSlider .swiper-slide {
    width: auto;
  }
}
@media (max-width: 767px) {
  .mediaSlider.--small {
    padding: 0 calc(50 * 0.1333333333vw);
  }
  .mediaSlider .swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 0 calc(20 * 0.1333333333vw);
    position: static;
    margin-top: calc(30 * 0.1333333333vw);
  }
  .mediaSlider .swiper-pagination-bullet {
    width: calc(70 * 0.1333333333vw);
    height: calc(4 * 0.1333333333vw);
    background: #b2b2b2;
    border-radius: 0;
  }
  .mediaSlider .swiper-pagination-bullet-active {
    background: #000000;
  }
}

.cm-img-area {
  margin-top: 7rem;
}
@media (min-width: 768px) {
  .cm-img-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
}
@media (max-width: 767px) {
  .cm-img-area {
    margin-top: calc(93 * 0.1333333333vw);
  }
}
.cm-img-area .img {
  width: 38rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cm-img-area .img {
    width: 100%;
  }
}
.cm-img-area .img img {
  width: 100%;
}

.cm-bottom-txt {
  letter-spacing: 0.025em;
  line-height: 2.86rem;
  width: 50rem;
  margin: 2.4rem auto 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .cm-bottom-txt {
    width: calc(651 * 0.1333333333vw);
    margin: calc(67 * 0.1333333333vw) auto 0;
    line-height: 2.1666666667;
    letter-spacing: 0.05em;
  }
}

.tag {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem auto 0;
}
@media (max-width: 767px) {
  .tag {
    margin-top: calc(31 * 0.1333333333vw);
  }
}
.tag .txt {
  letter-spacing: 0.025em;
  line-height: 2.2rem;
  white-space: nowrap;
}
.tag .icon {
  width: 3rem;
}
@media (max-width: 767px) {
  .tag .icon {
    width: calc(54 * 0.1333333333vw);
  }
}

.credit {
  text-align: center;
  margin: 3.1rem auto 0;
  display: flex;
  justify-content: center;
  gap: 0 1.5rem;
}
@media (max-width: 767px) {
  .credit {
    gap: 0 calc(25 * 0.1333333333vw);
    margin-top: calc(39 * 0.1333333333vw);
  }
}
.credit a {
  white-space: nowrap;
  position: relative;
  color: #000000;
  letter-spacing: 0.025em;
  line-height: 1.2;
}
.credit a::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  background-color: #b2b2b2;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .credit a::before {
    bottom: calc(0 * 0.1333333333vw);
    height: calc(2 * 0.1333333333vw);
  }
}
.credit.__02 {
  width: 32.7rem;
}
@media (max-width: 767px) {
  .credit.__02 {
    width: auto;
  }
}
.credit.__03 {
  width: 30.7rem;
}
.column1-img-area {
  margin-top: 11.4rem;
}
@media (min-width: 768px) {
  .column1-img-area {
    display: block;
  }
}
@media (max-width: 767px) {
  .column1-img-area {
    margin-top: calc(179 * 0.1333333333vw);
  }
}
.column1-img-area .cm-1column-img {
  display: block;
  width: 42rem;
  margin: 0 auto 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .column1-img-area .cm-1column-img {
    width: calc(650 * 0.1333333333vw);
  }
}
.column1-img-area .cm-1column-img .img {
  width: 100%;
}
.column1-img-area .cm-1column-img .img img {
  width: 100%;
}
.column1-img-area .cm-1column-img:not(:first-child) {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .column1-img-area .cm-1column-img:not(:first-child) {
    margin-top: 0;
  }
}

.txt-area {
  position: relative;
  z-index: 2;
}

.cm-column1-txt {
  letter-spacing: 0.025em;
  line-height: 2.86rem;
  width: 42.1rem;
  margin: 2.5rem auto 0;
}
@media (max-width: 767px) {
  .cm-column1-txt {
    width: calc(650 * 0.1333333333vw);
    margin-top: calc(67 * 0.1333333333vw);
    letter-spacing: 0.05em;
    line-height: 2.2;
  }
}

.recommend {
  border-top: solid 0.1rem #000000;
  border-bottom: solid 0.1rem #000000;
  margin-top: 11.4rem;
  padding-bottom: 2.3rem;
  position: relative;
  /* 次への矢印カスタマイズ */
  /* 画像サイズ調整 */
}
@media (max-width: 767px) {
  .recommend {
    margin-top: calc(165 * 0.1333333333vw);
    padding-bottom: calc(38 * 0.1333333333vw);
  }
}
.recommend .ttl {
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  line-height: 4rem;
  text-align: center;
  margin: -1.9rem auto 0;
  width: 34rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .recommend .ttl {
    font-size: calc(56 * 0.1333333333vw);
    line-height: 1;
    margin-top: calc(-28 * 0.1333333333vw);
    width: calc(500 * 0.1333333333vw);
    line-height: 1.0714285714;
  }
}
.recommend .slide {
  width: 66rem;
  margin: 4.3rem auto 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .recommend .slide {
    width: 100%;
    width: calc(590 * 0.1333333333vw);
    margin: calc(55 * 0.1333333333vw) auto 0;
    padding-bottom: calc(20 * 0.1333333333vw);
  }
}
.recommend .slide__list__item {
  width: 14.4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .recommend .slide__list__item {
    width: 100%;
  }
}
.recommend .slide__list__item a {
  display: inline-block;
  text-align: center;
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  .recommend .slide__list__item a {
    width: 100%;
  }
}
.recommend .slide__list__item a .img {
  width: 100%;
}
.recommend .slide__list__item a .img img {
  width: 100%;
}
.recommend .slide__list__item .yen {
  margin-top: 2.5rem;
  position: relative;
  color: #000000;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .recommend .slide__list__item .yen {
    margin-top: calc(39 * 0.1333333333vw);
    width: auto;
    line-height: 1.2;
  }
}
.recommend .slide__list__item .yen::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #b2b2b2;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media (max-width: 767px) {
  .recommend .slide__list__item .yen::before {
    bottom: calc(0 * 0.1333333333vw);
    height: calc(2 * 0.1333333333vw);
  }
}
.recommend .swiper-button-prev,
.recommend .swiper-button-next {
  width: 1.4rem;
  height: 3.2rem;
  background: transparent;
}
@media (max-width: 767px) {
  .recommend .swiper-button-prev,
  .recommend .swiper-button-next {
    width: calc(24 * 0.1333333333vw);
    height: calc(51 * 0.1333333333vw);
  }
}
.recommend .swiper-button-prev::after,
.recommend .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 1.4rem;
  height: 3.2rem;
  margin: auto;
  position: static;
  background-color: transparent;
}
@media (max-width: 767px) {
  .recommend .swiper-button-prev::after,
  .recommend .swiper-button-next::after {
    width: calc(24 * 0.1333333333vw);
    height: calc(51 * 0.1333333333vw);
  }
}
.recommend .swiper-button-prev::after {
  background-image: url(../img/slide-arrow.svg);
  transform: scale(-1, 1);
}
.recommend .swiper-button-next::after {
  transform: unset;
  background-image: url(../img/slide-arrow.svg);
}
.recommend .swiper-slide img {
  height: auto;
  width: 100%;
}
.recommend .swiper-button-prev {
  top: 49%;
  left: 31.3rem;
}
@media (max-width: 767px) {
  .recommend .swiper-button-prev {
    top: 48.5%;
    left: 3.25%;
  }
}
.recommend .swiper-button-prev::before,
.recommend .swiper-button-next::before {
  display: none;
}
.recommend .swiper-button-next {
  top: 49%;
  right: 31.3rem;
}
@media (max-width: 767px) {
  .recommend .swiper-button-next {
    top: 48.5%;
    right: 3.25%;
  }
}

.CE240422code {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 2.93rem;
  font-feature-settings: "palt" 1;
  color: #000000;
  overflow: hidden;
}
@media (max-width: 767px) {
  .CE240422code {
    font-size: calc(24 * 0.1333333333vw);
  }
}
.CE240422code .firstviewArea .mv {
  display: block;
  width: 120.3rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .CE240422code .firstviewArea .mv {
    width: 100%;
  }
}
.CE240422code .firstviewArea .mv img {
  width: 100%;
}
.CE240422code .firstviewArea .txt {
  text-align: center;
  margin-top: 11rem;
}
@media (max-width: 767px) {
  .CE240422code .firstviewArea .txt {
    margin-top: calc(124 * 0.1333333333vw);
    line-height: 2.2;
  }
}
.CE240422code .cont01 {
  overflow: hidden;
}
.CE240422code .cont01 .line-area {
  margin-top: 4.3rem;
}
@media (max-width: 767px) {
  .CE240422code .cont01 .line-area {
    margin-top: calc(86 * 0.1333333333vw);
  }
}
.CE240422code .cont01 .cm-img-area::before {
  content: "";
  width: 13rem;
  height: 20rem;
  background-color: #f3e1de;
  position: absolute;
  top: -7.7rem;
  left: -2.5rem;
  z-index: 0;
}
@media (max-width: 767px) {
  .CE240422code .cont01 .cm-img-area::before {
    width: calc(160 * 0.1333333333vw);
    height: calc(1475 * 0.1333333333vw);
    top: calc(-63 * 0.1333333333vw);
    left: 0;
  }
}
.CE240422code .cont01 .tag {
  width: 7.4rem;
}
@media (max-width: 767px) {
  .CE240422code .cont01 .tag {
    width: calc(133 * 0.1333333333vw);
  }
}
.CE240422code .cont01 .column1-img-area {
  position: relative;
}
.CE240422code .cont01 .column1-img-area::after {
  content: "";
  width: 11.7rem;
  height: 31.5rem;
  background-color: #f1f0f4;
  position: absolute;
  bottom: -9.6rem;
  right: 11rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .CE240422code .cont01 .column1-img-area::after {
    width: calc(170 * 0.1333333333vw);
    height: calc(743 * 0.1333333333vw);
    bottom: calc(292 * 0.1333333333vw);
    right: calc(-50 * 0.1333333333vw);
  }
}
.CE240422code .cont01 .column1-img-area .cm-1column-img.wide {
  width: 69rem;
}
@media (max-width: 767px) {
  .CE240422code .cont01 .column1-img-area .cm-1column-img.wide {
    width: calc(650 * 0.1333333333vw);
  }
}
.CE240422code .cont01 .tag.__02 {
  width: 24.9rem;
  margin: 2.3rem auto 0;
}
@media (max-width: 767px) {
  .CE240422code .cont01 .tag.__02 {
    width: auto;
    justify-content: space-between;
    width: calc(428 * 0.1333333333vw);
    margin-top: calc(26 * 0.1333333333vw);
  }
}
.CE240422code .cont01 .tag.__02 .tag__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.CE240422code .cont01 .tag.__02 .tag__item .txt {
  margin-right: 1.1rem;
}
@media (max-width: 767px) {
  .CE240422code .cont01 .tag.__02 .tag__item .txt {
    margin-right: calc(15 * 0.1333333333vw);
  }
}
.CE240422code .cont01 .tag.__02 .tag__item .icon {
  margin-right: 0.6rem;
}
@media (max-width: 767px) {
  .CE240422code .cont01 .tag.__02 .tag__item .icon {
    margin-right: calc(10 * 0.1333333333vw);
  }
}
.CE240422code .cont01 .tag.__02 .tag__item:nth-of-type(2) {
  margin-left: 1.5rem;
}
@media (max-width: 767px) {
  .CE240422code .cont01 .tag.__02 .tag__item:nth-of-type(2) {
    margin-left: calc(20 * 0.1333333333vw);
  }
}
.CE240422code .cont01 .cm-img-area.__02 {
  margin-top: 11.5rem;
}
@media (max-width: 767px) {
  .CE240422code .cont01 .cm-img-area.__02 {
    margin-top: calc(179 * 0.1333333333vw);
  }
}
.CE240422code .cont01 .cm-img-area.__02::before {
  background-color: #fbedf0;
  width: 8rem;
  height: 20rem;
  top: -6rem;
  left: unset;
  right: -2.7rem;
}
@media (max-width: 767px) {
  .CE240422code .cont01 .cm-img-area.__02::before {
    width: calc(166 * 0.1333333333vw);
    height: calc(358 * 0.1333333333vw);
    bottom: calc(-290 * 0.1333333333vw);
    top: auto;
    right: 0;
  }
}
.CE240422code .cont01 .tag.__03 {
  width: 9.3rem;
}
@media (max-width: 767px) {
  .CE240422code .cont01 .tag.__03 {
    width: calc(170 * 0.1333333333vw);
  }
}
.CE240422code .cont02 {
  padding-top: 9.9rem;
}
@media (max-width: 767px) {
  .CE240422code .cont02 {
    padding-top: calc(99 * 0.1333333333vw);
  }
}
.CE240422code .cont02 .cm-img-area::before {
  content: "";
  width: 14rem;
  height: 21rem;
  background-color: #dbede8;
  position: absolute;
  bottom: -3.6rem;
  left: -5.8rem;
}
@media (max-width: 767px) {
  .CE240422code .cont02 .cm-img-area::before {
    width: calc(214 * 0.1333333333vw);
    height: calc(420 * 0.1333333333vw);
    left: 0;
    bottom: calc(-236 * 0.1333333333vw);
  }
}
.CE240422code .cont02 .cm-img-area.__02 {
  margin-top: 11.5rem;
}
@media (max-width: 767px) {
  .CE240422code .cont02 .cm-img-area.__02 {
    margin-top: calc(177 * 0.1333333333vw);
  }
}
.CE240422code .cont02 .cm-img-area.__02::before {
  content: unset;
}
.CE240422code .cont02 .cm-img-area.__02::after {
  content: "";
  width: 10rem;
  height: 18rem;
  background-color: #f7f1ec;
  position: absolute;
  top: -4rem;
  right: -3.3rem;
}
@media (max-width: 767px) {
  .CE240422code .cont02 .cm-img-area.__02::after {
    width: calc(227 * 0.1333333333vw);
    height: calc(1215 * 0.1333333333vw);
    top: calc(-59 * 0.1333333333vw);
    right: auto;
    left: calc(-50 * 0.1333333333vw);
    z-index: -1;
  }
}
.CE240422code .cont02 .tag {
  width: 24.4rem;
}
@media (max-width: 767px) {
  .CE240422code .cont02 .tag {
    width: calc(442 * 0.1333333333vw);
    justify-content: space-between;
    margin-top: calc(31 * 0.1333333333vw);
  }
}
.CE240422code .cont02 .tag.__02 {
  width: 14.4rem;
}
@media (max-width: 767px) {
  .CE240422code .cont02 .tag.__02 {
    width: calc(263 * 0.1333333333vw);
  }
}
.CE240422code .cont02 .tag.__03 {
  width: 13.3rem;
}
@media (max-width: 767px) {
  .CE240422code .cont02 .tag.__03 {
    width: calc(213 * 0.1333333333vw);
  }
}
.CE240422code .cont02 .tag__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.CE240422code .cont02 .tag__item .txt {
  margin-right: 1.2rem;
}
@media (max-width: 767px) {
  .CE240422code .cont02 .tag__item .txt {
    margin-right: calc(22 * 0.1333333333vw);
  }
}
.CE240422code .cont02 .tag__item .icon {
  margin-right: 0.4rem;
}
@media (max-width: 767px) {
  .CE240422code .cont02 .tag__item .icon {
    margin-right: calc(11 * 0.1333333333vw);
  }
}
.CE240422code .cont02 .tag__item:nth-of-type(2) {
  margin-left: 1.7rem;
}
@media (max-width: 767px) {
  .CE240422code .cont02 .tag__item:nth-of-type(2) {
    margin-left: calc(17 * 0.1333333333vw);
  }
}
.CE240422code .cont02 .credit.__03 {
  width: 19.5rem;
}
.CE240422code .cont02 .column1-img-area {
  position: relative;
}
.CE240422code .cont02 .column1-img-area::after {
  content: "";
  width: 14.3rem;
  height: 31.5rem;
  background-color: #eeeeef;
  position: absolute;
  bottom: -8.3rem;
  right: 11.9rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .CE240422code .cont02 .column1-img-area::after {
    width: calc(250 * 0.1333333333vw);
    height: calc(687 * 0.1333333333vw);
    right: calc(-50 * 0.1333333333vw);
    top: calc(-57 * 0.1333333333vw);
    bottom: auto;
  }
}
.CE240422code .cont02 .column1-img-area .cm-1column-img {
  width: 38rem;
}
.CE240422code .cont02 .cm-column1-txt {
  width: 37.8rem;
}
@media (max-width: 767px) {
  .CE240422code .cont02 .cm-column1-txt {
    width: calc(651 * 0.1333333333vw);
  }
}
.CE240422code .cont03 {
  padding-top: 10.4rem;
}
@media (max-width: 767px) {
  .CE240422code .cont03 {
    padding-top: calc(99 * 0.1333333333vw);
  }
}
.CE240422code .cont03 .cm-img-area {
  position: relative;
}
.CE240422code .cont03 .cm-img-area::after {
  content: "";
  width: 10rem;
  height: 32rem;
  background-color: #cbcbcb;
  position: absolute;
  top: -4.1rem;
  right: -3.3rem;
}
@media (max-width: 767px) {
  .CE240422code .cont03 .cm-img-area::after {
    width: calc(130 * 0.1333333333vw);
    height: calc(480 * 0.1333333333vw);
    top: calc(-60 * 0.1333333333vw);
    right: calc(-50 * 0.1333333333vw);
    z-index: -1;
  }
}
.CE240422code .cont03 .cm-img-area.__02 {
  margin-top: 11.4rem;
}
@media (max-width: 767px) {
  .CE240422code .cont03 .cm-img-area.__02 {
    margin-top: calc(179 * 0.1333333333vw);
  }
}
.CE240422code .cont03 .cm-img-area.__02::before {
  content: "";
  width: 20rem;
  height: 22rem;
  background-color: #f9f5ea;
  position: absolute;
  top: -5rem;
  left: -5rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .CE240422code .cont03 .cm-img-area.__02::before {
    width: calc(257 * 0.1333333333vw);
    height: calc(1475 * 0.1333333333vw);
    left: 0;
    top: calc(-80 * 0.1333333333vw);
  }
}
.CE240422code .cont03 .cm-img-area.__02::after {
  content: unset;
}
.CE240422code .cont03 .tag {
  width: 21.3rem;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .CE240422code .cont03 .tag {
    width: calc(382 * 0.1333333333vw);
    justify-content: space-between;
    margin-top: calc(29 * 0.1333333333vw);
  }
}
.CE240422code .cont03 .tag__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.CE240422code .cont03 .tag__item .txt {
  margin-right: 1.2rem;
}
@media (max-width: 767px) {
  .CE240422code .cont03 .tag__item .txt {
    margin-right: calc(20 * 0.1333333333vw);
  }
}
.CE240422code .cont03 .tag__item .icon {
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .CE240422code .cont03 .tag__item .icon {
    margin-right: calc(20 * 0.1333333333vw);
  }
}
.CE240422code .cont03 .tag__item:nth-of-type(2) {
  margin-left: 0.1rem;
}
@media (max-width: 767px) {
  .CE240422code .cont03 .tag__item:nth-of-type(2) {
    margin-left: calc(10 * 0.1333333333vw);
  }
}
.CE240422code .cont03 .tag__item:nth-of-type(2) .txt {
  margin-right: 1.2rem;
}
@media (max-width: 767px) {
  .CE240422code .cont03 .tag__item:nth-of-type(2) .txt {
    margin-right: calc(20 * 0.1333333333vw);
  }
}
.CE240422code .cont03 .tag__item:nth-of-type(2) .icon {
  margin-right: 0;
}
.CE240422code .cont03 .tag__item:nth-of-type(2) .icon:nth-of-type(2) {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .CE240422code .cont03 .tag__item:nth-of-type(2) .icon:nth-of-type(2) {
    margin: calc(5 * 0.1333333333vw);
  }
}
@media (max-width: 768px) {
  .CE240422code .cont03 .credit {
    margin-top: calc(30 * 0.1333333333vw);
  }
}
.CE240422code .cont03 .credit.__02 {
  width: 19.8rem;
  margin-top: 1.3rem;
}
@media (max-width: 767px) {
  .CE240422code .cont03 .credit.__02 {
    margin-top: calc(31 * 0.1333333333vw);
  }
}
.CE240422code .cont04 {
  padding-top: 11.6rem;
}
@media (max-width: 767px) {
  .CE240422code .cont04 {
    padding-top: calc(202 * 0.1333333333vw);
    padding-bottom: calc(40 * 0.1333333333vw);
  }
}
.CE240422code .cont04 .ttl {
  font-size: 1.8rem;
  letter-spacing: 0.025em;
  text-align: center;
}
@media (max-width: 767px) {
  .CE240422code .cont04 .ttl {
    font-size: calc(32 * 0.1333333333vw);
  }
}
.CE240422code .cont04 .tag {
  width: 26.1rem;
  margin: 1.8rem auto 0;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .CE240422code .cont04 .tag {
    width: calc(490 * 0.1333333333vw);
    margin-top: calc(44 * 0.1333333333vw);
    justify-content: space-between;
  }
}
.CE240422code .cont04 .tag__item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2.4rem;
}
@media (max-width: 767px) {
  .CE240422code .cont04 .tag__item {
    margin-right: 0;
  }
}
.CE240422code .cont04 .tag__item:nth-of-type(1) .icon {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .CE240422code .cont04 .tag__item:nth-of-type(1) .icon {
    margin-right: calc(20 * 0.1333333333vw);
  }
}
.CE240422code .cont04 .tag__item:nth-of-type(2) .icon {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .CE240422code .cont04 .tag__item:nth-of-type(2) .icon {
    margin-right: calc(20 * 0.1333333333vw);
  }
}
.CE240422code .cont04 .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 101.5rem;
  height: 6.2rem;
  margin: 6.1rem auto 0;
  border: solid 0.1rem #000000;
}
@media (max-width: 767px) {
  .CE240422code .cont04 .btn {
    width: calc(660 * 0.1333333333vw);
    height: calc(124 * 0.1333333333vw);
    margin-top: calc(124 * 0.1333333333vw);
    border: solid 0.2rem #000000;
  }
}
.CE240422code .cont04 .btn .txt {
  font-size: 1.1rem;
  letter-spacing: 0em;
  line-height: 1.5;
  text-align: center;
  color: #000000;
}
@media (max-width: 767px) {
  .CE240422code .cont04 .btn .txt {
    font-size: calc(22 * 0.1333333333vw);
    line-height: 1.75;
  }
}/*# sourceMappingURL=style.css.map */