@charset "UTF-8";
/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
/*=============================================

	ボタンパーツ

==============================================*/
/*=============================================

	作り方スライダー

==============================================*/
#canvaPet {
  color: #333333;
}

.c-home-instagram__buttons {
  display: none !important;
}

.common_header {
  text-align: center;
}
.common_label {
  display: inline-block;
  padding: 0 8px;
  line-height: 23px;
  background-color: #00A273;
  color: #fff;
  font-size: 15px;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
}
.common_title {
  color: #00A273;
  font-size: 31px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 20px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .common_title {
    font-size: 25px;
  }
}
#template .common_title, #howto .common_title {
  margin-bottom: 0;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  #howto .common_title {
    margin-bottom: 0;
  }
}

.common_step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  color: #00A273;
  font-size: 16px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .common_step {
    gap: 20px;
  }
  .itemProcess_modal .common_step {
    gap: 24px;
  }
}

.common_stepNumber {
  position: relative;
  font-size: 16px;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .common_stepNumber:after {
    content: "";
    position: absolute;
    right: -12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 19px;
    border-right: 2px dotted #00A273;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .common_stepNumber:after {
    content: "";
    position: absolute;
    right: -12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 19px;
    background-image: -webkit-radial-gradient(circle, #00A273 1px, rgba(233, 233, 220, 0) 1.2px);
    background-image: radial-gradient(circle, #00A273 1px, rgba(233, 233, 220, 0) 1.2px);
    background-repeat: repeat-y;
    background-size: 2px 4px;
    background-position: center top;
  }
}

.common_stepText {
  line-height: 1;
}
.fvSection {
  position: relative;
  z-index: 0;
}

.fv {
  position: relative;
}
.fv img {
  width: 100%;
  height: auto;
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .readSection {
    width: 784px;
    margin: 80px auto 0;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .readSection {
    margin-top: 33px;
    padding: 0 20px;
  }
}

.readSection_text {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 2.25;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .readSection_text {
    text-align: left;
    font-size: 16px;
  }
}

.galleryImg_listWrap {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 85px 125px 42px 0;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .galleryImg_listWrap {
    margin-top: 35px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .galleryImg_listWrap {
    padding: 83px 100px 38px 0;
  }
}

.galleryImg_track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .galleryImg_track {
    -webkit-animation: galleryImgTicker 40s linear infinite;
    animation: galleryImgTicker 40s linear infinite;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .galleryImg_track {
    -webkit-animation: galleryImgTicker 40s linear infinite;
    animation: galleryImgTicker 40s linear infinite;
  }
}

.galleryImg_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.galleryImg_listNode {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 32px;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .galleryImg_listNode {
    width: 390px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .galleryImg_listNode {
    width: 270px;
  }
}
.galleryImg_listNode img {
  width: 100%;
}
.galleryImg_listNode:nth-child(2):after {
  content: "";
  display: inline-block;
  width: 86px;
  height: 102px;
  left: -10px;
  position: absolute;
  bottom: -15px;
  background-image: url(../images/deco1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 10;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .galleryImg_listNode:nth-child(2):after {
    width: 56px;
    height: 82px;
    bottom: -30px;
  }
}
.galleryImg_listNode:nth-child(2):before {
  content: "";
  display: inline-block;
  width: 59px;
  height: 88px;
  right: -20px;
  position: absolute;
  top: -30px;
  background-image: url(../images/deco2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 10;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .galleryImg_listNode:nth-child(3), .galleryImg_listNode:last-child {
    width: 217px;
    height: 325px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .galleryImg_listNode:nth-child(3), .galleryImg_listNode:last-child {
    width: 152px;
    height: 228px;
  }
}
.galleryImg_listNode:nth-child(4) {
  position: relative;
}
.galleryImg_listNode:nth-child(4):before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 74px;
  height: 109px;
  right: 0;
  top: -64px;
  background-image: url(../images/deco3.png);
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.galleryImg_listNode:nth-child(5) {
  position: relative;
}
.galleryImg_listNode:nth-child(5):after {
  content: "";
  display: inline-block;
  width: 156px;
  height: 70px;
  position: absolute;
  bottom: -35px;
  right: -70px;
  background-image: url(../images/deco4.png);
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 10;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .galleryImg_listNode:nth-child(5):after {
    bottom: -17.5px;
    right: -65px;
  }
}

@-webkit-keyframes galleryImgTicker {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes galleryImgTicker {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.canvaSection {
  position: relative;
  margin-top: 64px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .canvaSection {
    margin-top: 62px;
    padding: 0 20px;
  }
}

.canvaSection_container {
  position: relative;
  background-color: #E9E9DF;
  border-radius: 6px;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .canvaSection_container {
    cursor: pointer;
    width: 784px;
    margin: 0 auto;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .canvaSection_container:hover {
    background-color: #F4F4EF;
  }
  .canvaSection_container:hover .canvaSection_externalIcon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.canvaSection_content {
  position: relative;
  padding: 30.5px 0 30.5px 32px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .canvaSection_content {
    padding: 14px 24px;
  }
}

.canvaSection_headingText {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 18px;
  font-weight: 600;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .canvaSection_headingText {
    font-size: 14px;
  }
}

.canvaSection_externalIcon {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .canvaSection_externalIcon {
    margin-top: -8px;
    right: 40px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .canvaSection_externalIcon {
    width: 13px;
    height: 13px;
    right: 24px;
    margin-top: -6.5px;
  }
}
.canvaSection_externalIcon:after, .canvaSection_externalIcon:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 2px;
  margin: auto;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  background-color: #333333;
}
.canvaSection_externalIcon:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.designDetailPage .aboutTemplatesSection {
  padding: 160px 0 164px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .designDetailPage .aboutTemplatesSection {
    padding: 80px 20px 0 37px;
  }
}
.designDetailPage .howToMakeSection {
  padding: 160px 0 240px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .designDetailPage .howToMakeSection {
    padding: 144px 20px;
  }
}

.aboutTemplatesSection {
  position: relative;
  padding: 144px 0 0;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .aboutTemplatesSection {
    padding: 80px 20px 0 37px;
  }
}

.aboutTemplatesSection_steps {
  position: relative;
  width: 1000px;
  margin: 72px auto 0;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .aboutTemplatesSection_steps:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-image: url(../svg/step_line.svg);
    position: absolute;
    top: 17px;
    left: 20px;
    z-index: -1;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .aboutTemplatesSection_steps {
    width: 100%;
    margin-top: 40px;
  }
}

.aboutTemplatesSection_step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 45px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .aboutTemplatesSection_step {
    position: relative;
    gap: 30px;
  }
  .aboutTemplatesSection_step:before {
    content: "";
    display: block;
    width: 1px;
    height: 98%;
    background-image: url(../svg/step_line.svg);
    position: absolute;
    top: 17px;
    left: 20px;
    z-index: -1;
  }
}
.aboutTemplatesSection_step + .aboutTemplatesSection_step {
  margin-top: 48px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .aboutTemplatesSection_step + .aboutTemplatesSection_step {
    margin-top: 50px;
  }
}

.aboutTemplatesSection_stepContent {
  background: #fff;
  z-index: -1;
  padding: 0px 0 8px;
}
.aboutTemplatesSection_stepContent_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.aboutTemplatesSection_stepNumber {
  position: relative;
}
.aboutTemplatesSection_stepNumberCircle {
  position: relative;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .aboutTemplatesSection_stepNumberCircle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4px;
    margin-top: 15px;
  }
}
.aboutTemplatesSection_stepNumberCircle:before {
  position: absolute;
  content: "";
  width: 94px;
  height: 44px;
  background-image: url(../svg/step_icon.svg);
  top: -10px;
  left: -25px;
  z-index: -1;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .aboutTemplatesSection_stepNumberCircle:before {
    top: -11px;
  }
}

.aboutTemplatesSection_numberCircle {
  font-family: "Work Sans", sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .aboutTemplatesSection_numberCircle {
    font-size: 13px;
    font-weight: 400;
  }
}

.aboutTemplatesSection_stepLabel {
  font-family: "Work Sans", sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .aboutTemplatesSection_stepLabel {
    font-size: 11px;
  }
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .aboutTemplatesSection_stepText {
    width: 376px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .aboutTemplatesSection_stepText {
    margin-top: 60px;
  }
}

.aboutTemplatesSection_stepTitle {
  text-align: left;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .aboutTemplatesSection_stepTitle {
    font-size: 16px;
  }
}

.aboutTemplatesSection_stepDescription {
  margin-top: 32px;
  text-align: left;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .aboutTemplatesSection_stepDescription {
    width: 376px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .aboutTemplatesSection_stepDescription {
    margin-top: 24px;
    font-size: 13px;
    line-height: 1.8;
  }
}

.aboutTemplatesSection_cutoutInfo {
  margin-top: 24px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .aboutTemplatesSection_cutoutInfo {
    margin-top: 20px;
  }
}

.aboutTemplatesSection_cutoutTitle {
  text-align: left;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .aboutTemplatesSection_cutoutTitle {
    font-size: 15px;
  }
}

.aboutTemplatesSection_cutoutDesc {
  text-align: left;
  margin-top: 10px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 15px;
  line-height: 1.7;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .aboutTemplatesSection_cutoutDesc {
    font-size: 13px;
  }
}

.aboutTemplatesSection_cutoutNote {
  display: block;
  font-size: 13px;
  line-height: 1.7;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .aboutTemplatesSection_cutoutNote {
    font-size: 11px;
  }
}
.aboutTemplatesSection_cutoutList .aboutTemplatesSection_cutoutNote {
  margin-left: 1em;
  margin-top: 3px;
}

.aboutTemplatesSection_cutoutAccordion {
  margin-top: 12px;
  border-top: 1px solid #E9E9DF;
  border-bottom: 1px solid #E9E9DF;
}

.aboutTemplatesSection_cutoutAccordionHead {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  padding: 12px 36px 12px 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .aboutTemplatesSection_cutoutAccordionHead:hover {
    opacity: 0.7;
  }
}

.aboutTemplatesSection_cutoutAccordionTitle {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .aboutTemplatesSection_cutoutAccordionTitle {
    font-size: 13px;
  }
}

.aboutTemplatesSection_cutoutAccordionIcon {
  position: absolute;
  top: 50%;
  right: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.aboutTemplatesSection_cutoutAccordionIcon span {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #00A273;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.aboutTemplatesSection_cutoutAccordionIcon span:nth-child(1) {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.is-open .aboutTemplatesSection_cutoutAccordionIcon span:nth-child(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.aboutTemplatesSection_cutoutList {
  padding: 0 0 14px;
  text-align: left;
}
.aboutTemplatesSection_cutoutList li {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  text-indent: -1em;
  padding-left: 1em;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .aboutTemplatesSection_cutoutList li {
    font-size: 13px;
  }
}
.aboutTemplatesSection_cutoutList li + li {
  margin-top: 8px;
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .aboutTemplatesSection_stepImage {
    width: 484px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .aboutTemplatesSection_stepImage {
    margin-top: 24px;
    padding: 0 30px;
    border-radius: 10px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  .aboutTemplatesSection_stepImage {
    padding: 0 !important;
    border-radius: 10px;
    width: auto;
    height: 700px;
    margin: 24px auto 0;
  }
  .aboutTemplatesSection_stepImage img {
    width: auto !important;
    height: 100%;
  }
}
.aboutTemplatesSection_stepImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.aboutTemplatesSection_stepBtnLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}
.aboutTemplatesSection_stepBtnLink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 12px;
  gap: 9px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  background: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .aboutTemplatesSection_stepBtnLink:hover .aboutTemplatesSection_canvaIcon {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .aboutTemplatesSection_stepBtnLink {
    margin-top: 17px;
    gap: 6px;
  }
}
.aboutTemplatesSection_stepBtnLinkText {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  -webkit-transition: border-bottom 0.3s;
  transition: border-bottom 0.3s;
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .aboutTemplatesSection_stepBtnLinkText {
    font-size: 13px;
  }
}

.stepLink {
  cursor: pointer;
  color: #8DC683;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .stepLink:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
.stepText_link {
  display: block;
  margin-top: 10px;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #8DC683;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .stepText_link:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

.aboutTemplatesSection_notice {
  background: #f4f4f4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .aboutTemplatesSection_notice {
    width: sizePc(904);
    width: 1280px;
    margin: 0 auto;
    padding: 30px 50px 30px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .aboutTemplatesSection_notice {
    padding: 15px 20px 15px;
  }
}

.aboutTemplatesSection_noticeInner {
  padding-top: 40px;
  margin-top: 24px;
  border-top: 1px solid #DBDBDB;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .aboutTemplatesSection_noticeInner {
    padding-top: 24px;
    margin-top: 15px;
  }
}

.aboutTemplatesSection_noticeHeader {
  position: relative;
  cursor: pointer;
}
.aboutTemplatesSection_noticeTitle {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .aboutTemplatesSection_noticeTitle {
    font-size: 13px;
  }
}

.aboutTemplatesSection_noticeToggle {
  position: absolute;
  top: 0;
  right: 10px;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .aboutTemplatesSection_noticeToggle {
    width: 19px;
    height: 19px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .aboutTemplatesSection_noticeToggle {
    width: 12px;
    height: 12px;
  }
}
.aboutTemplatesSection_noticeToggle span {
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1D1D1D;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.aboutTemplatesSection_noticeToggle span:nth-child(1) {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.is-open .aboutTemplatesSection_noticeToggle span:nth-child(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.aboutTemplatesSection_noticeIntro {
  margin-bottom: 40px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .aboutTemplatesSection_noticeIntro {
    margin-bottom: 32px;
  }
}

.aboutTemplatesSection_introText {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin: 0;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .aboutTemplatesSection_introText {
    font-size: 11px;
    line-height: 1.8;
  }
}

.aboutTemplatesSection_noticeList {
  margin-bottom: 40px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .aboutTemplatesSection_noticeList {
    margin-bottom: 32px;
  }
}

.aboutTemplatesSection_noticeItem {
  margin-bottom: 40px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .aboutTemplatesSection_noticeItem {
    margin-bottom: 32px;
  }
}
.aboutTemplatesSection_noticeItem:last-child {
  margin-bottom: 0;
}

.aboutTemplatesSection_noticeItemHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .aboutTemplatesSection_noticeItemHeader {
    margin-bottom: 12px;
  }
}

.aboutTemplatesSection_noticeDot {
  position: relative;
  width: 4px;
  height: 6px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.aboutTemplatesSection_noticeDot::after {
  content: "";
  display: inline-block;
  vertical-align: super;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.aboutTemplatesSection_noticeItemTitle {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0;
}
.aboutTemplatesSection_noticeItemContent {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin: 0;
}
.aboutTemplatesSection_canvaGuide {
  text-align: center;
  display: block;
}
.aboutTemplatesSection_canvaBtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .aboutTemplatesSection_canvaBtn:hover .aboutTemplatesSection_canvaIcon {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
  }
}
.aboutTemplatesSection_canvaBtnText {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-transition: border-bottom 0.3s;
  transition: border-bottom 0.3s;
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
}
.aboutTemplatesSection_canvaIcon {
  width: 16px;
  height: 16px;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .aboutTemplatesSection_canvaIcon {
    margin-bottom: 3px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .aboutTemplatesSection_canvaIcon {
    margin-bottom: 7px;
    width: 12px;
    height: 12px;
  }
}

/*=============================================

	かんたん作成

==============================================*/
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .c-step {
    padding: 46px 92px 81px;
  }
}
.c-step_indicators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .c-step_indicators {
    margin-bottom: 40px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .c-step_indicators {
    margin-bottom: 20px;
  }
}

.c-step_indicators_innerWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .c-step_indicators_innerWrap {
    width: 612px;
    margin: 0 auto;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .c-step_indicators_innerWrap {
    gap: 19px;
  }
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .c-step_indicators_columnsScroll {
    width: 612px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .c-step_indicators_columnsScroll {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    -ms-touch-action: pan-x;
    touch-action: pan-x;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
  }
}

.c-step_indicators_columnsRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 52px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .c-step_indicators_columnsRow {
    width: 612px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .c-step_indicators_columnsRow {
    gap: 40px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.c-step_indicatorTitleShell {
  position: relative;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .c-step_indicatorTitleShell {
    margin-top: 40px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .c-step_indicatorTitleShell {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.c-step_indicators_lineWrap {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 3px;
  z-index: 0;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-step_indicators_lineBg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #ffffff;
  border-radius: 1px;
}

.c-step_indicators_lineFill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background-color: #7bc89c;
  border-radius: 1px;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}

.c-step_indicatorDot {
  display: block;
  width: 11px;
  height: 11px;
  margin: 0 auto 8px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.25s ease, border-color 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .c-step_indicatorDot {
    width: 12px;
    height: 12px;
    margin-bottom: 6px;
  }
}

.c-step_indicators_inner.is-passed .c-step_indicatorDot {
  background-color: #8DC683;
  border-color: #8DC683;
}

.c-step_indicators_inner.is-active .c-step_indicatorDot {
  background-color: #8DC683;
  border-color: #8DC683;
}

.c-step_indicators_inner.is-passed .c-step_indicatorNumberText,
.c-step_indicators_inner.is-active .c-step_indicatorNumberText {
  color: #1d1d1d;
}

.c-stepSlider {
  position: relative;
}
.c-stepSlider .slick-prev,
.c-stepSlider .slick-next {
  display: none !important;
}

.c-stepSlider_img {
  position: relative;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .js-stepSliderSp .c-stepSlider_img {
    margin: 0 auto;
    width: 300px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .c-stepSlider_img {
    padding: 0 50px;
  }
}
.c-stepSlider_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  [data-type=pc] .c-stepSlider_img {
    padding: 0 20px;
  }
}

.c-stepSlider_arrowPrev,
.c-stepSlider_arrowNext {
  position: absolute;
  width: 28px;
  height: 28px;
  background: transparent center/contain no-repeat;
  border: none;
  cursor: pointer;
  pointer-events: auto;
  z-index: 100;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .c-stepSlider_arrowPrev,
  .c-stepSlider_arrowNext {
    width: 17px;
    height: 17px;
  }
}

.c-stepSlider_arrowPrev {
  left: -20px;
  background-image: url("../svg/slider_prev.svg");
}

.c-stepSlider_arrowNext {
  right: -20px;
  background-image: url("../svg/slider_next.svg");
}

.c-stepSlider_arrowPrev {
  left: -45px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .c-stepSlider_arrowPrev {
    left: 5px;
  }
}

.c-stepSlider_arrowNext {
  right: -45px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .c-stepSlider_arrowNext {
    right: 5px;
  }
}

.c-step_indicatorNumber {
  position: relative;
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.05em;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .c-step_indicatorNumber {
    font-size: 10px;
  }
}

.c-step_indicatorNumberText {
  color: #b5ae94;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .c-step_indicatorNumberText {
    white-space: nowrap;
  }
}

.c-step_indicatorTitle {
  display: none;
  color: #00A273;
  text-align: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 600;
  font-size: 18px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .c-step_indicatorTitle {
    font-size: 14px;
    line-height: 1.5;
  }
}
.c-step_indicatorTitle.is-active {
  display: block;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .c-step_indicatorTitle.js-howtoStep {
    cursor: pointer;
  }
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .c-step_indicators_inner.js-howtoStep {
    cursor: pointer;
  }
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .c-stepSlider_desc {
    width: 750px;
    margin: 32px auto 0;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .c-stepSlider_desc {
    margin-top: 24px;
    padding: 0 15px;
  }
}

.color-red {
  color: #FF0000;
}

.howtoCaution_color {
  color: #FF0000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 600;
}

.howtoCaution {
  position: relative;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 12px;
  margin-top: 24px;
  letter-spacing: 0.05em;
}
.howtoCaution + .howtoCaution {
  margin-top: 8px;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .howtoCaution {
    padding-left: 18px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .howtoCaution {
    padding-left: 16px;
    line-height: 1.6;
  }
}
.howtoCaution a {
  color: #00A273;
  text-decoration: underline;
  -webkit-transition: text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .howtoCaution a:hover {
    text-decoration: none;
  }
}
.howtoCaution:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  position: absolute;
  top: 50%;
  background-image: url("../svg/check-icon_brown.svg");
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .howtoCaution:after {
    top: 4px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.c-stepSlider_controlArrow {
  position: absolute;
  width: 100%;
  z-index: 100;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .c-stepSlider_controlArrow {
    top: 250px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .c-stepSlider_controlArrow {
    top: 29%;
  }
}

.c-step_indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-step_indicators_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 42px;
  white-space: nowrap;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .c-step_indicators_inner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 32px;
  }
}
.c-step_indicators_inner:last-child .c-step_indicatorNumber:after {
  display: none;
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .c-stepSlider_desc {
    width: 720px;
    margin: 32px auto 0;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .c-stepSlider_desc {
    margin-top: 24px;
  }
}

.c-stepSlider_descText {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .c-stepSlider_descText {
    font-size: 14px;
    line-height: 1.7;
  }
}

.stepList.step3 {
  margin-top: 24px;
  display: -ms-grid;
  display: grid;
  gap: 12px 16px;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .stepList.step3 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .stepList.step3 {
    gap: 10px;
  }
}

.stepList_item {
  font-size: 13px;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .stepList_item {
    line-height: 1.5;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.stepList_item + .stepList_item {
  margin-top: 10px;
}
.step3 .stepList_item + .stepList_item {
  margin-top: 0;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .stepList_item + .stepList_item {
    margin-top: 8px;
  }
}
.step3 .stepList_item {
  background-color: #f2f0e9;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
}

.nav {
  width: 784px;
  margin: 120px auto 0;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .nav {
    margin-top: 64px;
    width: 100%;
    padding: 0 37px;
  }
}

.nav_listTitle {
  text-align: center;
  font-family: "Work Sans", sans-serif;
  color: #00A273;
  font-size: 20px;
  letter-spacing: 0.12em;
  font-weight: 500;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .nav_listTitle {
    font-size: 18px;
  }
}

.nav_list {
  margin-top: 24px;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .nav_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 17px 16px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.nav_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  background-color: #00A273;
  border-radius: 33px;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .nav_item:hover:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  .nav_item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #333333;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    opacity: 0;
    -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.35s ease, transform 0.35s ease;
    transition: opacity 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
    border-radius: 33px;
  }
}
.nav_itemInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .nav_itemInner {
    position: relative;
    z-index: 1;
  }
}
.nav_title {
  color: #fff;
  font-size: 16px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.nav_icon {
  width: 12px;
  height: 6px;
}
.nav_icon img {
  display: block;
  width: 100%;
  height: auto;
}

.itemProcess {
  padding-top: 80px;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .itemProcess {
    width: 1180px;
    margin: 120px auto 0;
    border: 4px dotted #E9E9DC;
    border-radius: 20px;
    padding: 80px 0;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .itemProcess {
    position: relative;
    margin: 64px 20px 0;
    padding-top: 64px;
  }
  .itemProcess:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-image: -webkit-radial-gradient(circle, #E9E9DC 2px, rgba(233, 233, 220, 0) 2.2px);
    background-image: radial-gradient(circle, #E9E9DC 2px, rgba(233, 233, 220, 0) 2.2px);
    background-repeat: repeat-x;
    background-size: 8px 4px;
    background-position: 0 0;
  }
}

.itemProcess_items {
  margin: 120px auto 0;
  display: -ms-grid;
  display: grid;
  gap: 120px 96px;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .itemProcess_items {
    width: 984px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .itemProcess_items {
    margin-top: 40px;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 64px;
  }
}

.itemProcess_itemCard {
  position: relative;
  width: 100%;
}
.itemProcess_itemCard:nth-child(3) .itemProcess_itemNameJa {
  margin-left: -8px;
}

.itemProcess_itemCard_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 8px;
}
.itemProcess_itemNameJa {
  color: #333;
  font-size: 30px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 4px;
  margin-left: -4px;
}
.itemProcess_itemNameEn {
  color: #333;
  font-size: 14px;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .itemProcess_itemNameEn {
    line-height: 1;
  }
}

.itemProcess_itemText {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  margin-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.6;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .itemProcess_itemText {
    font-size: 16px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .itemProcess_itemText {
    font-size: 15px;
  }
}

.itemProcess_itemSizeList_node {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
}
.itemProcess_itemSizeList_node + .itemProcess_itemSizeList_node {
  margin-top: 8px;
}

.itemProcess_itemSizeChip {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-size: 13px;
  margin-right: 12px;
}

.itemProcess_itemPrice {
  font-size: 15px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  gap: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 16px;
}
.itemProcess_itemPriceLabel {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  margin-right: 3px;
}
.itemProcess_itemPriceTax {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 13px;
}
.itemProcess_itemImage {
  margin-top: 24px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.itemProcess_itemImage img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}
.itemProcess_slider {
  position: relative;
  z-index: 1;
  width: 100%;
  isolation: isolate;
}
.itemProcess_slider .slick-list {
  overflow: hidden;
}
.itemProcess_slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.itemProcess_slider .slick-slide {
  height: auto;
}
.itemProcess_slider .slick-arrow {
  display: none;
}
.itemProcess_slide {
  width: 100%;
}
.itemProcess_slide img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}
.itemProcess_itemOptions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  padding: 12px 25px;
  background-color: #fff;
  border-radius: 25px 0 0 0;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .itemProcess_itemOptions {
    gap: 12px;
    padding: 10px 10px 9px 20px;
  }
}

.itemProcess_itemOptions_withColorSlider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.itemProcess_itemOptions_size {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
}
.itemProcess_sizeList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  position: relative;
}
.itemProcess_sizeChip {
  width: 20px;
  height: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  color: #333;
  font-size: 12px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}
.itemProcess_sizeChip.is-active {
  font-size: 0;
}
.itemProcess_sizeIconOverlay {
  position: absolute;
  width: 12px;
  z-index: 2;
  pointer-events: none;
}
.itemProcess_colorLabel,
.itemProcess_sizeLabel {
  color: #333;
  font-size: 12px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .itemProcess_colorLabel,
  .itemProcess_sizeLabel {
    font-size: 10px;
  }
}

.itemProcess_colorList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  position: relative;
}
.itemProcess_colorChip {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  cursor: pointer;
  position: relative;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .itemProcess_colorChip {
    width: 15px;
    height: 15px;
  }
}

.itemProcess_colorIcon {
  position: absolute;
  width: 12px;
  z-index: 2;
  pointer-events: none;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .itemProcess_colorIcon {
    width: 8px;
  }
}

.itemProcess_sizeIcon {
  width: 12px;
  margin-left: auto;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .itemProcess_sizeIcon {
    width: 8px;
  }
}

.itemProcess_colorIcon img,
.itemProcess_sizeIcon img {
  display: block;
  width: 100%;
  height: auto;
}
.itemProcess_itemButton {
  text-align: center;
  margin-top: 32px;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .itemProcess_itemButton:hover .itemProcess_button {
    background-color: #000;
    z-index: 1;
    position: relative;
  }
  .itemProcess_itemButton:hover .itemProcess_button:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    border-radius: 33px;
    opacity: 1;
  }
  .itemProcess_itemButton:hover .itemProcess_buttonText {
    color: #fff !important;
  }
  .itemProcess_itemButton:hover .itemProcess_buttonIcon {
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
}
.itemProcess_button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  width: 284px;
  height: 66px;
  background-color: #00A273;
  border-radius: 33px;
  color: #fff;
  font-size: 18px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.itemProcess_button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #333333;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  opacity: 0;
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
  border-radius: 33px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .itemProcess_button {
    width: 280px;
    height: 60px;
  }
}

.itemProcess_buttonIcon {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 22px;
  height: 20px;
  background-color: #fff;
  -webkit-mask: url("../svg/cart-icon.svg") no-repeat center/contain;
  mask: url("../svg/cart-icon.svg") no-repeat center/contain;
}
.itemProcess_buttonText {
  position: relative;
  z-index: 1;
  line-height: 1;
}
.itemProcess_flow {
  padding: 0 0 64px;
  background-color: #e9e9df;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .itemProcess_flow {
    margin-top: 148px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .itemProcess_flow {
    margin-top: 135px;
  }
}

.itemProcess_flowHeader {
  position: relative;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .itemProcess_flowHeader {
    padding-bottom: 112px;
  }
}
.itemProcess_flowHeader:before {
  content: "";
  position: absolute;
  top: -68px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 384px;
  height: 385px;
  background-color: #e9e9df;
  border-radius: 50%;
  z-index: 0;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .itemProcess_flowHeader:before {
    width: auto;
    aspect-ratio: 1/1;
  }
}

.itemProcess_flowTitleWrap {
  position: relative;
  z-index: 1;
  text-align: center;
}
.itemProcess_flowTitle_inner {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -35px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .itemProcess_flowTitle_inner {
    top: -50px;
  }
}

.itemProcess_flowIcon img {
  display: block;
  width: auto;
  height: 40px;
  margin: 0 auto;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .itemProcess_flowTitle_icon {
    margin-top: -5px;
  }
}
.itemProcess_flowTitle_icon img {
  display: block;
  width: 16px;
  margin: 0 auto;
}
.itemProcess_flowTitle {
  margin-top: 19px;
  color: #00A273;
  font-size: 24px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 600;
  line-height: 1.5;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .itemProcess_flowTitle {
    font-size: 25px;
    margin-top: 15px;
  }
}

.itemProcess_flowSteps {
  position: relative;
  width: 882px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .itemProcess_flowSteps {
    padding-top: 135px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .itemProcess_flowSteps {
    padding: 0 20px;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 49px 27px;
    position: relative;
    z-index: 1;
  }
  .itemProcess_flowSteps:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 176px;
    height: 100%;
    background-image: url("../images/process_line.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1;
    margin-top: -15px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  .itemProcess_flowSteps {
    width: 500px;
    padding: 0;
  }
}

.itemProcess_flowStep {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  text-align: center;
}
.itemProcess_flowStepImage {
  border-radius: 10px;
  overflow: hidden;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .itemProcess_flowStepImage {
    width: 180px;
    height: 180px;
    margin: 0 auto 24px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .itemProcess_flowStepImage {
    margin-bottom: 16px;
  }
}
.itemProcess_flowStepImage img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.itemProcess_flowStepTitle {
  color: #333;
  font-size: 14px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 600;
  line-height: 1.6;
  white-space: pre-line;
  margin: 0;
}
.itemProcess_flowArrow {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 54px;
  flex: 0 0 54px;
  position: relative;
  height: 2px;
  margin: 0 0 60px;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .itemProcess_flowArrow:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    border-bottom: 2px dotted #00A26F;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .itemProcess_flowArrow {
    display: none;
  }
}
.itemProcess_flowArrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 14px;
  height: 17px;
  background-image: url("../svg/arrow_green.svg");
  background-repeat: no-repeat;
}
.gallery {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.gallery_scrollContainer {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.gallery_scrollContainer::-webkit-scrollbar {
  display: none;
}

.gallery_imageList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: 0;
}

.gallery_imageItem {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 390px;
  height: 260px;
}

.gallery_imageItem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.gallery_deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.gallery_decoIcon {
  position: absolute;
}

.gallery_decoIcon img {
  display: block;
  width: 100%;
  height: auto;
}

.gallery_decoIcon-rotate15 {
  top: 59.7px;
  left: 760.5px;
  width: 39.15px;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}

.gallery_decoIcon-rotate30 {
  top: 107.28px;
  left: 777.18px;
  width: 42.47px;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.gallery_decoImg {
  position: absolute;
}

.gallery_decoImg img {
  display: block;
  width: 100%;
  height: auto;
}

.gallery_decoImg-left {
  top: 255.44px;
  left: 317px;
  width: 62.35px;
}

.gallery_decoImg-right {
  top: 0;
  left: 1330px;
  width: 134px;
}

.gallery_decoText {
  position: absolute;
  top: 240.68px;
  left: 1492px;
  width: 155.65px;
}

.gallery_decoText img {
  display: block;
  width: 100%;
  height: auto;
}

.howToMakeSection {
  position: relative;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .howToMakeSection {
    padding-top: 240px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .howToMakeSection {
    padding: 144px 20px 0;
  }
}

.howToMakeSection_container {
  width: 1088px;
  margin: 72px auto 0;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .howToMakeSection_container {
    margin-top: 32px;
    width: 100%;
  }
}

.howToMake_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 16px;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .howToMake_tabs {
    margin-top: 72px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .howToMake_tabs {
    gap: 6px;
    margin-top: 40px;
  }
}

.howToMake_tabItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  width: 128px;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .howToMake_tabItem {
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .howToMake_tabItem:hover .howToMake_tabImage {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .howToMake_tabItem:hover .howToMake_tabName {
    background-color: #00A273;
    color: #fff;
  }
  .howToMake_tabItem:not(:first-child) .howToMake_tabImage {
    height: 110px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .howToMake_tabItem {
    width: 80px;
    gap: 4px;
  }
}
.howToMake_tabItem.is-active .howToMake_tabName {
  background-color: #00A273;
  color: #fff;
}
.howToMake_tabImage {
  width: 90px;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .howToMake_tabImage {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .howToMake_tabImage {
    width: 80px;
    height: 80px;
  }
}
.howToMake_tabImage img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.howToMake_tabName {
  color: #00A273;
  font-size: 14px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 7px 12px;
  border-radius: 15px;
  background-color: transparent;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .howToMake_tabName {
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .howToMake_tabName {
    font-size: 11px;
    padding: 7px 8px 5px;
    white-space: nowrap;
  }
}

.howToMakeSection_tabs {
  width: 1088px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 4px;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .howToMakeSection_tabs {
    parring-right: 40px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .howToMakeSection_tabs {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 55px;
  }
}

.howToMakeSection_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 3px;
  background: #FBFAF8;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 10px 10px 0 0;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .howToMakeSection_tab {
    padding: 9px 32px 6px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .howToMakeSection_tab {
    padding: 9px 0 6px;
    gap: 4px;
    width: 100%;
  }
}
.howToMakeSection_tab:hover {
  opacity: 0.7;
}

.howToMakeSection_tab-active {
  background: #E9E9DF;
}
.howToMakeSection_tabIcon {
  width: 22px;
  height: 22px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .howToMakeSection_tabIcon {
    width: 18px;
    height: 18px;
  }
}
.howToMakeSection_tabIcon img {
  width: 100%;
}

.howToMakeSection_tabText {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .howToMakeSection_tabText {
    font-size: 14px;
  }
}

.howToMakeSection_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .howToMakeSection_content {
    gap: 32px;
  }
}

.howToMakeSection_contentArea {
  display: none;
  width: 100%;
  background: #E9E9DF;
  border-radius: 4px;
  width: 1088px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .howToMakeSection_contentArea {
    width: 100%;
    padding: 40px 0;
  }
}
.howToMakeSection_contentArea.is-active {
  display: block;
}

.howToMake_stepTitle {
  color: #00A273;
  font-size: 18px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin: 0 0 40px;
}
.howToMake_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 32px;
  margin-bottom: 32px;
}
.howToMake_sliderNav {
  width: 28px;
  height: 28px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .howToMake_sliderNav:hover {
    opacity: 0.7;
  }
}
.howToMake_sliderNav img {
  display: block;
  width: 100%;
  height: auto;
}

.howToMake_sliderMain {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 904px;
  flex: 0 0 904px;
}
.howToMake_sliderMain img {
  display: block;
  width: 100%;
  height: auto;
}

.howToMake_description {
  width: 750px;
  margin: 0 auto 24px;
  text-align: center;
}
.howToMake_descriptionText {
  color: #333;
  font-size: 16px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 4px;
}
.howToMake_descriptionText:last-child {
  margin-bottom: 0;
}

.howToMake_notes {
  width: 750px;
  margin: 0 auto 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.howToMake_note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
}
.howToMake_noteIcon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12px;
  flex: 0 0 12px;
  width: 12px;
  margin-top: 2px;
}
.howToMake_noteIcon img {
  display: block;
  width: 100%;
  height: auto;
}

.howToMake_noteText {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #333;
  font-size: 12px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0;
}
.howToMake_cta {
  text-align: center;
  margin-top: 72px;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .howToMake_cta:hover .howToMake_button {
    background-color: #000;
    z-index: 1;
    position: relative;
  }
  .howToMake_cta:hover .howToMake_button:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  .howToMake_cta:hover .howToMake_buttonText {
    color: #fff !important;
  }
  .howToMake_cta:hover .howToMake_buttonIcon {
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .howToMake_cta {
    margin-top: 40px;
  }
}

.howToMake_button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  width: 584px;
  height: 80px;
  background-color: #00A273;
  border-radius: 47px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.howToMake_button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #333333;
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  opacity: 0;
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .howToMake_button {
    width: 280px;
    height: 60px;
    border-radius: 33px;
  }
}

.howToMake_buttonText {
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .howToMake_buttonText {
    font-size: 16px;
  }
}

.howToMake_buttonIcon {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 18px;
}
.howToMake_buttonIcon img {
  display: block;
  width: 100%;
  height: auto;
}

.howToMake_deco {
  position: absolute;
  bottom: -82px;
  left: 0;
  width: 100%;
  height: 164px;
  overflow: hidden;
}
.howToMake_deco:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -82px;
  width: 1444px;
  height: 164px;
  background-image: -webkit-radial-gradient(circle, #fff 82px, transparent 82px);
  background-image: radial-gradient(circle, #fff 82px, transparent 82px);
  background-size: 158px 164px;
  background-position: 0 0;
  background-repeat: repeat-x;
}
.instagram {
  width: 100%;
  padding-top: 230px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .instagram {
    padding-top: 144px;
  }
}

.instagram_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 19px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .instagram_header {
    gap: 16px;
  }
}

.instagram_title {
  line-height: 1;
  color: #8DC683;
  font-size: 25px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 600;
}
.ecbn-selection-widget {
  width: 1184px !important;
  max-width: 1184px !important;
  margin: 72px auto 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .ecbn-selection-widget {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 40px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 16px !important;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    -ms-touch-action: pan-x;
    touch-action: pan-x;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.ecbn-selection-title.vsm-selection-title,
.ecbn-selection-description.vsm-selection-description,
.ecbn-selection-footer2,
.ecbn-selection-to-nextpage.vsm-selection-to-nextpage {
  display: none !important;
}

.ecbn-selection-detail.ecbn-selection-detail--user {
  height: auto !important;
  padding: 0 !important;
  width: inherit !important;
}

.vsm-slider .ecbn-selection-item .ecbn-selection-user {
  padding-left: 15px !important;
  margin-top: 8px !important;
  line-height: 1 !important;
  max-height: initial !important;
}

.vsm-slider .ecbn-selection-wrapper li.ecbn-selection-item {
  margin-right: 16px !important;
}

.ecbn-selection-wrapper .ecbn-selection-slide-wrapper .ecbn-selection-slider-view {
  padding: 0 !important;
}

.ecbn-selection-user {
  display: block !important;
  margin-top: 0 !important;
  color: #333 !important;
  font-size: 12px !important;
  font-family: "Work Sans", sans-serif !important;
  font-weight: 400 !important;
  text-align: left !important;
}
.ecbn-selection-user:before {
  content: "@" !important;
  background-image: none !important;
  height: initial !important;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: initial !important;
}

.instagram_visumo {
  display: block;
  width: 100%;
  max-width: 1184px;
  margin: 72px auto 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .instagram_visumo {
    margin-top: 48px;
    padding: 0 16px;
  }
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .instagram_post {
    width: 224px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 224px;
    flex: 0 0 224px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .instagram_post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 200px;
  }
}

.ecbn-selection-image {
  width: 224px;
  aspect-ratio: 1/1;
  margin-bottom: 8px;
  overflow: hidden;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .ecbn-selection-image {
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .ecbn-selection-image:hover {
    opacity: 0.7;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .ecbn-selection-image {
    overflow: hidden;
    width: 200px;
    margin-bottom: 12px;
  }
}
.ecbn-selection-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a {
  border: none !important;
}

.instagram_share {
  position: relative;
  width: 306px;
  margin: 48px auto 0;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .instagram_share {
    margin-top: 40px;
  }
}
.instagram_share img {
  width: 100%;
}

/* ▼ VISUMO style上書き */
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .ecbn-selection-widget {
    max-width: 1026px;
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .vsm-slider .ecbn-selection-wrapper .ecbn-selection-title {
    font-size: 15px;
    margin: 25px 0 20px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .vsm-slider .ecbn-selection-wrapper .ecbn-selection-title {
    font-size: 19px;
    margin: 38px 0 30px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .vsm-slider .ecbn-selection-wrapper .ecbn-selection-title img {
    width: 27px;
    height: 27px;
    margin-right: 9px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .vsm-slider .ecbn-selection-wrapper .ecbn-selection-title img {
    width: 20px;
    height: 20px;
    margin-right: 9px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .vsm-slider .ecbn-selection-wrapper li.ecbn-selection-item {
    width: calc((100vw - 20px - 16px) / 3);
    margin: 0 5px;
    padding: 0;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .vsm-slider .ecbn-selection-wrapper li.ecbn-selection-item {
    margin-right: 30px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .vsm-slider .ecbn-selection-wrapper li.ecbn-selection-item > div > a {
    width: calc((100vw - 20px - 16px) / 3);
    height: calc((100vw - 20px - 16px) / 3);
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .vsm-slider .ecbn-selection-widget-new div.ecbn-selection-wrapper {
    margin: 0 8px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .vsm-slider .ecbn-selection-widget-new div.ecbn-selection-wrapper {
    margin: 0;
  }
}

.ecbn-selection-wrapper .ecbn-selection-slide-wrapper {
  width: 100%;
}
.ecbn-selection-wrapper .ecbn-selection-slide-wrapper .ecbn-selection-snap {
  overflow: auto;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .ecbn-selection-wrapper .ecbn-selection-slide-wrapper .ecbn-selection-slider-view {
    padding: 0 20px;
  }
}
.ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a {
  border: 1px solid #000;
  border-radius: 50%;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a {
    width: 30px;
    height: 30px;
    top: calc(50% - 14px);
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a {
    width: 40px;
    height: 40px;
    top: calc(50% - 30px);
  }
}
.ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a:before {
  content: "";
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background-image: url("../svg/arrow_next-black.svg?$staticlink$");
  background-position: center;
  background-size: 14px 10px;
  background-repeat: no-repeat;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-prev {
    left: 5px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-prev {
    left: 0px;
  }
}
.ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-next {
    right: 5px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-next {
    right: 0px;
  }
}
.ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-next:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.faqSection {
  position: relative;
  padding: 140px 0 120px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .faqSection {
    padding: 100px 0 80px;
  }
}

.faqSection_container {
  position: relative;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .faqSection_container {
    width: 784px;
    margin: 72px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 100px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .faqSection_container {
    margin-top: 40px;
    padding: 0 20px;
  }
}

.faqSection_titleSubtext {
  white-space: nowrap;
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .faqSection_listArea {
    width: 784px;
  }
}
.faqSection_list {
  margin-bottom: 64px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .faqSection_list {
    margin-bottom: 40px;
  }
}

.faqSection_item {
  border-bottom: 1px solid #E9E9DF;
}
.faqSection_item:first-child {
  border-top: 1px solid #E9E9DF;
}

.faqSection_question {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .faqSection_question {
    padding: 30px 0 32px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .faqSection_question {
    padding: 8.5px 0;
  }
}
.faqSection_question:hover {
  opacity: 0.7;
}

.faqSection_questionContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .faqSection_questionContent {
    gap: 12px;
  }
}

.faqSection_questionMark {
  font-family: "Work Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #00A273;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.faqSection_questionText {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.6;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .faqSection_questionText {
    padding-right: 50px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .faqSection_questionText {
    font-size: 14px;
    padding-right: 50px;
  }
}

.faqSection_questionIcon {
  position: absolute;
  top: 50%;
  right: 32px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .faqSection_questionIcon {
    right: 20px;
  }
}
.faqSection_questionIcon span {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #00A273;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.faqSection_questionIcon span:nth-child(1) {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.is-open .faqSection_questionIcon span:nth-child(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.faqSection_answerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 17px;
  padding: 0 0 32px 0;
  margin-bottom: -1px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .faqSection_answerInner {
    gap: 15px;
  }
}

.faqSection_answerMark {
  font-family: "Work Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #8DC683;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1;
}
.faqSection_answerText {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.faqLinks {
  cursor: pointer;
  color: #8DC683;
  padding-bottom: 2px;
  border-bottom: 1px solid #8DC683;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .faqLinks {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .faqLinks:hover {
    text-decoration: none;
  }
}
.detailContent {
  position: relative;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .detailContent {
    overflow-x: hidden;
  }
}

.detailContent_inner {
  margin: 0 auto;
  position: relative;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .detailContent_inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 484px;
    grid-template-columns: 1fr 484px;
    gap: 116px;
    width: 984px;
    padding: 40px 0 120px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .detailContent_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    padding: 0 20px;
  }
}

.c-page-sub__nav-breadcrumb {
  position: relative;
  z-index: 10;
}
.detailContent_heroDecoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 608px;
}
.detailContent_heroDecorationDots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 608px;
  -webkit-mask-image: url(../images/detail/hero-shape.svg);
  mask-image: url(../images/detail/hero-shape.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  background-image: url(../images/detail/dot.png);
  background-position: center;
  background-repeat: repeat;
}
.detailContent_mainColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .detailContent_mainColumn {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .detailContent_mainColumn .detailContent_ctaArea {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .detailContent_mainColumn .detailContent_subtitle {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .detailContent_mainColumn .detailContent_title {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .detailContent_mainColumn .detailContent_designer {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .detailContent_mainColumn .detailContent_description {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .detailContent_mainColumn .detailContent_specs {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}

.detailContent_step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
.detailContent_stepLabel {
  color: #00A273;
  font-size: 16px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
}
.detailContent_stepDivider {
  position: relative;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .detailContent_stepDivider {
    width: 1px;
    height: 19px;
    border-left: 2px dotted #00A273;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .detailContent_stepDivider:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 19px;
    background-image: -webkit-radial-gradient(circle, #00A273 1px, rgba(233, 233, 220, 0) 1.2px);
    background-image: radial-gradient(circle, #00A273 1px, rgba(233, 233, 220, 0) 1.2px);
    background-repeat: repeat-y;
    background-size: 2px 4px;
    background-position: center top;
  }
}

.detailContent_stepText {
  color: #00A273;
  font-size: 16px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
}
.detailContent_title {
  margin-top: 16px;
  font-size: 16px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
}
.detailContent_subtitle {
  margin-top: 32px;
  font-size: 30px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .detailContent_subtitle {
    margin-top: 64px;
    font-size: 26px;
  }
}

.detailContent_designer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 16px;
  border-left: 2px solid #8DC683;
  height: 84px;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .detailContent_designer {
    padding: 0 0 10px 18px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .detailContent_designer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 14px;
  }
}

.detailContent_designerInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 9px;
}
.detailContent_designerLabel {
  font-size: 12px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
}
.detailContent_designerName {
  font-size: 16px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
}
.detailContent_designerPhoto {
  width: 84px;
  height: 84px;
  border-radius: 7px;
  -o-object-fit: cover;
  object-fit: cover;
}
.detailContent_description {
  margin-top: 32px;
  color: #333;
  font-size: 14px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  line-height: 1.7;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .detailContent_description {
    margin-top: 48px;
  }
}

.detailContent_specs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
  padding-top: 32px;
  border-top: 3px dotted #e6e6e6;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .detailContent_specs {
    gap: 8px;
  }
}

.detailContent_specsItem {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 1fr;
  grid-template-columns: 100px 1fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.detailContent_specsLabel {
  color: #3b3737;
  font-size: 13px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
}
.detailContent_specsValue {
  color: #3b3737;
  font-size: 13px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}
.detailContent_sideColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .detailContent_sideColumn {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .detailContent_sideColumn {
    gap: 24px;
  }
}

/* ▼ detailContent_templatePreview */
.detailContent_templatePreview {
  position: relative;
  width: 484px;
  aspect-ratio: 1/1;
  border-radius: 10px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .detailContent_templatePreview {
    width: 100%;
  }
}

.detailContent_templatePreview_node {
  position: relative;
  width: 484px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .detailContent_templatePreview_node {
    width: 100%;
  }
}
.detailContent_templatePreview_node img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.detailContent_templatePreviewLabel {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 3px 12px;
  background-color: #fff;
  border-radius: 15px;
  color: #333;
  font-size: 13px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .detailContent_templatePreviewLabel {
    top: 12px;
    left: 12px;
    font-size: 12px;
  }
}

/* ▼ detailContent_templateThumbnail */
.detailContent_templateThumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .detailContent_templateThumbnail {
    overflow: visible !important;
  }
}

.detailContent_templateThumbnailList_node {
  position: relative;
  width: 80px !important;
  height: 80px;
  overflow: hidden;
  cursor: pointer;
}
.detailContent_templateThumbnailList_node:last-child {
  margin-right: 0 !important;
}
.detailContent_templateThumbnailList_node.swiper-slide-thumb-active {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.detailContent_templateThumbnailList_node.swiper-slide-thumb-active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 162, 115, 0.3);
  opacity: 1;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .detailContent_templateThumbnailList_node {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .detailContent_templateThumbnailList_node:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 162, 115, 0.3);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
  }
  .detailContent_templateThumbnailList_node:hover {
    opacity: 0.7;
  }
  .detailContent_templateThumbnailList_node:hover:before {
    opacity: 1;
  }
}
.detailContent_templateThumbnailList_node img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.detailContent_ctaArea {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 72px;
  gap: 32px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .detailContent_ctaArea {
    margin-top: 0;
  }
}

.detailContent_ctaButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  height: 80px;
  background-color: #00A273;
  border-radius: 47px;
  color: #fff;
  font-size: 18px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
}
.detailContent_ctaButton span,
.detailContent_ctaButton .detailContent_ctaButtonIcon {
  position: relative;
  z-index: 1;
}
.detailContent_ctaButton + .detailContent_ctaButton {
  margin-top: 16px;
  color: #00A273 !important;
  background-color: #fff;
  border: 2px solid #00A273;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .detailContent_ctaButton + .detailContent_ctaButton:hover {
    color: #fff !important;
  }
  .detailContent_ctaButton + .detailContent_ctaButton:after {
    background-color: #00A273;
  }
}
.detailContent_ctaButton:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #333333;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  opacity: 0;
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
  border-radius: 47px;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .detailContent_ctaButton:hover:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  .detailContent_ctaButton:hover .detailContent_ctaButtonIcon {
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .detailContent_ctaButton {
    height: 60px;
    gap: 11px;
  }
}

.detailContent_ctaButtonIcon {
  width: 18px;
  height: 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.detailContent_howToUse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  margin-top: 72px;
}
.detailContent_howToUseTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
  color: #333;
  font-size: 14px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  line-height: 1;
}
.detailContent_howToUseTitle + .detailContent_howToUseTitle {
  margin-top: 12px;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .detailContent_howToUseTitle {
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .detailContent_howToUseTitle:hover {
    opacity: 0.7;
  }
}
.detailContent_howToUseIcon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.detailContent_howToUseIcon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.designDetailPage .swiper.swiper-horizontal {
  margin: initial !important;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .swiper.swiper-horizontal.detailContent_templateThumbnail {
    margin: 0 0 0 -20px !important;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  .swiper.swiper-horizontal.detailContent_templateThumbnail {
    margin: 0 !important;
  }
}

.swiper-button-next, .swiper-button-prev {
  width: 40px !important;
  height: 40px !important;
  background-color: #fff;
  border-radius: 50% !important;
  color: #00A273 !important;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .swiper-button-next, .swiper-button-prev {
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .swiper-button-next:hover, .swiper-button-prev:hover {
    opacity: 0.7;
  }
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 10px !important;
}

/*--------------------------------
 ▼ 同じデザインでつくれるグッズ
--------------------------------*/
.related {
  background-color: #E9E9DF;
  padding: 64px 0 120px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .related {
    margin-top: 80px;
    padding: 48px 0;
  }
}

.related_inner {
  width: 1280px;
  margin: 0 auto;
  padding: 0 148px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .related_inner {
    width: 100%;
    padding: 0 22px;
  }
}

.related_titleArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 19px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .related_titleArea {
    gap: 16px;
  }
}

.related_titleIcon {
  width: 16px;
  height: 16px;
}
.related_titleIcon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.related_title {
  color: #00A273;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .related_title {
    font-size: 25px;
    line-height: 1.6;
  }
}

.related_itemList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (284px)[3];
  grid-template-columns: repeat(3, 284px);
  gap: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 64px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .related_itemList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 22px 10px;
    margin-top: 48px;
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .related_item {
    width: calc(50% - 10px);
  }
}

.related_itemLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .related_itemLink {
    gap: 16px;
  }
}

.related_itemImg {
  overflow: hidden;
  border-radius: 50%;
}
.related_itemImg img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.related_itemTitle {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .related_itemTitle {
    font-size: 16px;
  }
}

.itemProcess_modal {
  display: none;
  position: fixed;
  z-index: 10050;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.45);
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .itemProcess_modal {
    padding: 32px 20px;
  }
}
.itemProcess_modal.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.itemProcess_modalDialog {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 1184px;
  max-height: 90vh;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 20px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .itemProcess_modalDialog {
    width: 100%;
    max-height: calc(100svh - 64px);
  }
}

.itemProcess_modalScroll {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  min-height: 0;
}

.itemProcess_modalScroll_inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  min-height: 0;
  padding: 0 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: #00A273 transparent;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .itemProcess_modalScroll_inner {
    padding: 0 24px;
  }
}
.itemProcess_modalScroll_inner::-webkit-scrollbar {
  width: 4px;
}
.itemProcess_modalScroll_inner::-webkit-scrollbar-track {
  background: transparent;
}
.itemProcess_modalScroll_inner::-webkit-scrollbar-thumb {
  background: #00A273;
  border-radius: 2px;
}

.itemProcess_modalScroll_content {
  padding: 72px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .itemProcess_modalScroll_content {
    padding: 64px 0;
  }
}

.itemProcess_modalClose {
  position: absolute;
  top: 48px;
  right: 48px;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .itemProcess_modalClose {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .itemProcess_modalClose:hover {
    opacity: 0.7;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .itemProcess_modalClose {
    top: 20px;
    right: 20px;
  }
}

.itemProcess_modalLabel {
  display: inline-block;
  margin: 0 0 8px;
  padding: 2px 8px;
  background-color: #00A273;
  color: #fff;
  font-size: 13px;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
}
.itemProcess_modalTitle {
  margin: 0 0 8px;
  color: #00A273;
  font-size: 22px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
}
.itemProcess_modalList {
  margin-top: 63px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(222px, 1fr));
  gap: 48px 32px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .itemProcess_modalList {
    margin-top: 48px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 17px;
  }
}

.itemProcess_modalItemCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .itemProcess_modalItemCard:hover .itemProcess_modalItemCardImg img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.itemProcess_modalItemCardImg {
  border-radius: 10px;
  overflow: hidden;
}
.itemProcess_modalItemCardImg img {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.itemProcess_modalItemCardLabel {
  font-size: 18px;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  text-align: center;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .itemProcess_modalItemCardLabel {
    font-size: 16px;
  }
}

.canvaGuide_modalBg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .canvaGuide_modalBg {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.canvaGuideSection_wrap {
  background-color: #fff;
  position: absolute;
  left: 50%;
  overflow: auto;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .canvaGuideSection_wrap {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    height: 90%;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .canvaGuideSection_wrap {
    width: 90%;
    top: 40px;
    bottom: 40px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.canvaGuide_modalClose {
  z-index: 1001;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: fixed;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .canvaGuide_modalClose:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .canvaGuide_modalClose {
    top: 15px;
    right: 15px;
  }
}
.canvaGuide_modalClose:after, .canvaGuide_modalClose:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #00A273;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.canvaGuide_modalClose:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.canvaGuide_modalClose:after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.canvaGuideSection_inner {
  position: relative;
  overflow: scroll;
  height: 100%;
  width: sizePc(928);
  padding: 80px 100px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .canvaGuideSection_inner {
    height: 100svh;
    width: 100%;
    padding: 40px 30px;
  }
}

.canvaGuideSection_title {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .canvaGuideSection_title {
    line-height: 1.6;
  }
}

.canvaGuideSection_caution {
  margin-top: 48px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .canvaGuideSection_caution {
    margin-top: 32px;
  }
}

.canvaGuideSection_cautionText {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .canvaGuideSection_cautionText {
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.5;
  }
}
.canvaGuideSection_cautionText:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 6px;
  background-color: #1D1D1D;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50%;
  margin-right: 8px;
}
.canvaGuideSection_cautionText + .canvaGuideSection_cautionText {
  margin-top: 12px;
}

.canvaGuideSection_introText {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  margin-top: 48px;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .canvaGuideSection_introText {
    margin-top: 32px;
    font-size: 13px;
    line-height: 1.5;
  }
}

.canvaGuideSection_list {
  margin-top: 40px;
}
.canvaGuideSection_listNode {
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
.canvaGuideSection_listNode + .canvaGuideSection_listNode {
  margin-top: 40px;
}
.canvaGuideSection_listNode:nth-child(3) .canvaGuideSection_listText + .canvaGuideSection_listText {
  margin-top: 5px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .canvaGuideSection_listNode:nth-child(3) .canvaGuideSection_listText + .canvaGuideSection_listText {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}

.canvaGuideSection_listTitle {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-weight: 600;
}
.canvaGuideSection_listTitle + .canvaGuideSection_caption {
  margin-top: 24px;
}
.canvaGuideSection_listText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
}
.canvaGuideSection_listText + .canvaGuideSection_listText {
  margin-top: 24px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .canvaGuideSection_listText + .canvaGuideSection_listText {
    margin-top: 15px;
  }
}

.canvaGuideSection_list_SubTitle_num {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-weight: 500;
}
.canvaGuideSection_list_SubTitle {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.canvaGuideSection_caption {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .canvaGuideSection_caption {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.5;
    margin-left: 25px;
  }
}

.canvaGuideSection_captionLink {
  color: #00A273 !important;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .canvaGuideSection_captionLink:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}