@charset "UTF-8";
.intro-section{
  background: url(https://farbe.itembox.design/item/images/category/invitation/webinvitation/intro-bg.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding: 40px 0;
}
.invitation-page{
  font-family: '游ゴシック体','Yu Gothic','YuGothic','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ','Meiryo',sans-serif;
  overflow-x: hidden;
}
.intro-section h2 {
  font-size: 32px;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-align: center;
}
.intro-section h2 span{
  max-width: 300px;
  display: block;
  margin: 0 auto;
}
.intro-box{
  display: flex;
  max-width: 780px;
  margin: 10px auto 0;
  align-items: center;
  width: 94%;
}
.intro-text{
  font-size: 18px;
  line-height: 1.9;
}
.price-section .intro-price{
  margin-bottom: 60px;
}

.intro-price{
  max-width: 360px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .intro-img{
    margin-left: 20px;
  }
  .intro-text{
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .intro-section{
    background-image: url(https://farbe.itembox.design/item/images/category/invitation/webinvitation/intro-bg-sp.jpg);
    padding-bottom: 260px;
  }
  .intro-box{
    position: relative;
    justify-content: center;
  }
  .intro-img{
    position: absolute;
    top: calc(100% + 20px);
    left: 50%;
    transform: translateX(-50%);
    max-width: 240px;
    width: 100%;
  }
  .intro-section h2 span{
    max-width: 190px;
  }
  .intro-section h2{
    font-size: 19px;
  }
  .intro-price{
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .intro-text{
    font-size: 14px;
    text-align: center;
  }
}
.design-top{
  background: url(https://farbe.itembox.design/item/images/category/invitation/webinvitation/design-bg.jpg) no-repeat center top / cover;
  padding: 40px 0;
}
.section-title .en{
  display: block;
  max-width: 260px;
  margin: 0 auto 10px;
}
.section-title .jp{
  font-size: 21px;
  letter-spacing: 0.05em;
  font-weight: 600;
  display: block;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.section-title .jp::before{
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(https://farbe.itembox.design/item/images/category/invitation/webinvitation/title-deco.svg) no-repeat;
  background-size: contain;
}
.section-title .jp::after{
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(https://farbe.itembox.design/item/images/category/invitation/webinvitation/title-deco.svg) no-repeat;
  background-size: contain;
}
.design-catch{
  text-align: center;
  font-size: 27px;
  line-height: 1.9;
  margin-top: 30px;
  line-height: 1.4;
}
.design-catch .web{
  background-color: #D7B0A9;
  color: #E1EDE9;
  display: inline-block;
  padding: 2px 5px;
  font-size: 30px;
  margin: 0 2px;
}
.design-catch .paper{
  background-color: #C4A24D;
  color: #E1EDE9;
  display: inline-block;
  padding: 2px 5px;
  font-size: 30px;
  margin: 0 2px;
}
.design-web{
  background-color: #D7B0A9;
  padding: 60px 0;
}
.design-section h3{
  position: relative;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-size: 25px;
  line-height: 1.5;
}
.design-section h3 .sm{
  font-size: 17px;
}
.design-section h3 .bd{
  background: linear-gradient(transparent 70%, #BA8F87 70%);
}
.design-section h3 .en{
  display: block;
  position: absolute;
  width: 220px;
  top: -30px;
  right: -140px;
}
.slide{
	opacity: 0;
	transition: opacity .3s linear;
}
.slide.slick-initialized{
	opacity: 1;
}
.design-slider{
  margin: 40px 0;
}
.design-slider li{
  padding: 0 15px;
}
@media screen and (min-width: 1201px) {
.design-slider img {
  border-radius: 18px;
}
}
@media screen and (max-width: 1200px) {
.design-slider img {
  border-radius: 15px;
}
}
.design-btn a{
  display: block;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(90deg, #37C2CC, #37cc93);
  background-color: #37C2CC;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 20px;
  padding: 7px 0;
  border: 1px solid #37C2CC;
}
.design-paper{
  background-color: #C4A24D;
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .design-btn a:hover{
    background: #fff;
    color: #37C2CC;
  }
}
@media screen and (max-width: 767px) {
  .design-top{
    padding-top: 120px;
  }
  .section-title .en{
    max-width: 170px;
  }
  .section-title .jp{
    font-size: 14px;
  }
  .design-catch{
    font-size: 18px;
  }
  .design-catch .web,
  .design-catch .paper{
    font-size: 20px;
  }
  .design-section h3 .en{
    width: 160px;
    right: -30px;
  }
  .design-section h3{
    font-size: 22px;
  }
  .design-section h3 .sm{
    font-size: 16px;
  }
  .design-web{
    padding: 40px 0;
  }
  .design-slider{
    margin: 20px 0;
  }
  .design-paper{
    padding: 40px 0;
  }
}
.design-problem{
  background: url(https://farbe.itembox.design/item/images/category/invitation/webinvitation/design-bg.jpg) no-repeat center top;
  padding-top: 60px;
}
.design-problem h2 .en{
  max-width: 260px;
  display: block;
  margin: 0 auto;
}
.design-problem h2{
  font-size: 27px;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}
.design-problem h2 .sm{
  font-size: 20px;
}
.problem-box{
  position: relative;
  max-width: 800px;
  margin: 40px auto 0;
  width: 94%;
}
.problem-box p{
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  background-color: #fff;
  padding: 15px 20px;
  line-height: 1.5;
  box-shadow: -4px 4px 10px rgba(0,0,0,0.2);
  border-radius: 10px;
}
.problem-box p span{
  color: #AA761E;
  display: contents;
}
@media screen and (min-width: 768px) {
  .problem-img{
    max-width: 220px;
    margin: 0 auto;
  }
  .problem-text01{
    top: 0;
    left: 16%;
  }
  .problem-text02{
    top: 105px;
    left: 0;
  }
  .problem-text03{
    top: 210px;
    left: 5%;
  }
  .problem-text04{
    top: 70px;
    right: 10%;
  }
  .problem-text05{
    top: 180px;
    right: 0;
  }
  .problem-text06{
    top: 265px;
    right: 4%;
  }
  .problem-box{
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .design-problem h2 .en{
    max-width: 190px;
  }
  .design-problem h2{
    font-size: 24px;
  }
  .design-problem h2 .sm{
    font-size: 18px;
  }
  .problem-img{
    max-width: 200px;
  }
  .problem-box p{
    font-size: 14px;
    padding: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 50px;
  }
  .problem-box{
    max-width: 400px;
    padding-top: 80px;
    margin-top: 20px;
  }
  .problem-text01{
    top: 0;
    right: 10%;
  }
  .problem-text02{
    top: 140px;
    right: 0;
  }
  .problem-text03{
    top: 210px;
    right: 0;
  }
  .problem-text04{
    top: 70px;
    right: 2%;
  }
  .problem-text05{
    top: 280px;
    right: 0;
  }
  .problem-text06{
    top: 340px;
    right: 14%;
  }
}
.design-letters{
  background: url(https://farbe.itembox.design/item/images/category/invitation/webinvitation/letters-bg.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 60px 0;
}
.letters-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 2%;
  row-gap: 20px;
  max-width: 800px;
  margin: 40px auto;
  width: 94%;
}
.letters-list li{
  width: 32%;
}
.letters-list li .circle{
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  background: url(https://farbe.itembox.design/item/images/category/invitation/webinvitation/letters-circle.png) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.letters-list li .circle p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
.letters-list li .circle p span{
  font-size: 25px;
  color: #37C2CC;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}
.letters-list li .circle p span.small-text{
  color:#1A1A1A;
  font-size: 18px;
  border:none;
  display: block;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .design-letters{
    background-image: url(https://farbe.itembox.design/item/images/category/invitation/webinvitation/intro-bg-sp.jpg);
  }
  .letters-list{
    column-gap: 4%;
    max-width: 400px;
  }
  .letters-list li{
    width: 48%;
  }
  .letters-list li .circle p{
    font-size: 14px;
  }
  .letters-list li .circle p span{
    font-size: 16px;
  }
  .letters-list li .circle p span.small-text{
    font-size: 14px;
  }
}
.design-feature{
  padding: 60px 0;
  background-color: #F8EBE9;
}
.feature-catch{
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.05em;
}
.feature-title{
  max-width: 400px;
  margin: 0 auto;
  width: 90%;
}
.feature-text{
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}
.feature-list{
  max-width: 1000px;
  margin: 40px auto 0;
  position: relative;
  width: 94%;
}
.feature-list ul{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 30px;
}
.feature-list li{
  background-color: #fff;
}
.design-feature.paper{
  background-color: #F7EAC8;
}
.feature-list{
  margin-top: 30px;
  position: relative;
  max-height: 600px;
  overflow: hidden;
}
.feature-list::before {
  content: ""; 
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(transparent 85%, rgba(247, 234, 232, 0.3) 85%, #F8EBE9 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.feature-list.active{
  max-height: 99999px;
}
.feature-list.active::before{
  display: none;
}
.feature-list-btn{
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  background: transparent;
  color: #38C1CC;
  border: 1px solid #38C1CC;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
  padding: 5px;
  position: relative;
  margin-top: -20px;
}
.feature-list-btn::before,
.feature-list-btn::after{
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(https://farbe.itembox.design/item/images/category/invitation/webinvitation/arrow-green.svg) no-repeat center;
  background-size: contain;
  margin: 0 5px;
}
.feature-list-btn.active{
  margin-top: 40px;
}
.feature-list-btn.active::before,
.feature-list-btn.active::after{
  transform: rotate(180deg);
}
.feature-list-btn span{
  display: flex;
  align-items: center;
  position: absolute;
  bottom: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
}
.feature-list-btn span::before{
  content: '';
  display: inline-block;
  width: 1px;
  height: 15px;
  background-color: #38C1CC;
  transform: rotate(-30deg);
  margin-right: 5px;
}
.feature-list-btn span::after{
  content: '';
  display: inline-block;
  width: 1px;
  height: 15px;
  background-color: #38C1CC;
  transform: rotate(30deg);
  margin-left: 5px;
}
.feature-list h3{
  background-color: #E09292;
  color: #fff;
  display: flex;
  padding: 15px 10px;
  gap: 10px;
  font-size: 16px;
  line-height: 1.5;
  align-items: center;
}
.feature-list h3 .num{
  font-size: 30px;
  font-family: 'Noto Serif JP', serif;
  position: relative;
  flex-shrink: 0;
}
.feature-list h3 .num::before{
  content: '#';
  display: inline-block;
  font-size: 12px;
  vertical-align: text-top;
}
.feature-list-img{
  width: 100%;
}
.feature-list-text{
  font-size: 16px;
  padding: 20px 10px 40px;
  line-height: 1.5;
}
@media screen and (max-width: 1080px) {
  .feature-list{
    max-width: 720px;
  }
  .feature-list ul{
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .design-feature{
    padding: 40px 0;
  }
  .feature-catch{
    font-size: 24px;
  }
  .feature-text{
    font-size: 14px;
  }
  .feature-list{
    max-width: 400px;
  }
  .feature-list ul{
    grid-template-columns: repeat(1, 1fr);
  }
  .feature-list-text{
    font-size: 14px;
  }
  .feature-list{
    max-height: 1600px;
  }
}
.paper-feature{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1000px;
  width: 94%;
  margin: 60px auto 0;
  column-gap: 20px;
  row-gap: 50px;
}
.paper-feature li{
  background-color: #fff;
  padding-bottom: 20px;
}
.paper-feature-num{
  font-size: 30px;
  font-family: 'Noto Serif JP', serif;
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #AA761E;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  transform: translateY(-50%);
}
.paper-feature-num span::before{
  content: '#';
  display: inline-block;
  font-size: 12px;
  vertical-align: text-top;
}
.paper-feature-text{
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
  color: #AA761E;
  margin-top: -25px;
  margin-bottom: 20px;
}
.paper-feature-text span{
  font-size: 11px;
}
.paper-feature-img{
  margin: 0 auto;
}
.paper-feature-img01{
  width: 80px;
}
.paper-feature-img02{
  width: 170px;
}
.paper-feature-img03{
  width: 250px;
}
.paper-feature-img04{
  width: 160px;
}
.paper-feature-img05{
  width: 120px;
}
.paper-feature-img06{
  width: 110px;
}
.paper-feature-op{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid #AA761E;
  background-color: #FFF9E8;
  max-width: 720px;
  padding: 20px 3%;
  margin: 40px auto 0;
  width: 94%;
}
.paper-feature-op h3{
  font-size: 15px;
}
.paper-feature-op ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-size: 14px;
}
.paper-feature-op li{
  display: flex;
  align-items: center;
}
.paper-feature-op li::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(https://farbe.itembox.design/item/images/category/invitation/webinvitation/title-deco.svg) no-repeat;
  background-size: contain;
  margin-right: 4px;
}
@media screen and (max-width: 1080px) {
  .paper-feature{
    grid-template-columns: repeat(2, 1fr);
    max-width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .paper-feature{
    grid-template-columns: repeat(1, 1fr);
    max-width: 400px;
  }
  .paper-feature-op{
    grid-template-columns: repeat(1, 1fr);
  }
  .paper-feature-op h3{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
  .paper-feature-op h3::before,
  .paper-feature-op h3::after{
    content: '';
    width: 25px;
    height: 1px;
    background-color: #AA761E;
    display: inline-block;
  }
}
.flow-section{
  background: url(https://farbe.itembox.design/item/images/category/invitation/webinvitation/design-bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 80px 0;
}
.flow-list{
  max-width: 800px;
  width: 94%;
  margin: 40px auto 0;
}
.flow-list > li{
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  column-gap: 20px;
  padding: 30px 5%;
}
.flow-list > li:nth-child(n+2){
  margin-top: 20px;
}
.flow-num{
  font-size: 30px;
  font-family: 'Noto Serif JP', serif;
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #37C2CC;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow-num::after{
  content: '…';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  color: #37C2CC;
  font-size: 18px;
}
.flow-icon.cart{
  width: 38px;
}
.flow-icon.mail{
  width: 42px;
}
.flow-icon.contact{
  width: 55px;
}
.flow-text{
  flex: 1;
  color: #37C2CC;
  font-size: 18px;
  line-height: 1.5;
}
.flow-text .sm{
  font-size: 14px;
  color: #000;
}
.flow-text .bold{
  font-weight: bold;
}
.flow-contact{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
  margin-top: 40px;
}
.flow-contact h3{
  font-size: 18px;
  text-align: center;
  padding: 10px 0;
  background-color: #E09292;
  color: #fff;
}
.flow-contact .paper h3{
  background-color: #AA761E;
}
.flow-contact h4{
  font-size: 17px;
  font-weight: 600;
  margin: 20px 0;
  text-align: center;
}
.flow-contact h4::before{
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(https://farbe.itembox.design/item/images/category/invitation/webinvitation/check-web.svg) no-repeat center;
  background-size: contain;
  margin-right: 5px;
}
.flow-contact .paper h4::before{
  background: url(https://farbe.itembox.design/item/images/category/invitation/webinvitation/check-paper.svg) no-repeat center;
  background-size: contain;
}
.flow-contact p{
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
}
.paper-flow{
  margin-top: 20px;
}
.paper-flow li{
  background-color: #F7EAC8;
  text-align: center;
  padding: 3px 0;
  font-size: 17px;
  font-weight: 600;
}
.paper-flow li:nth-child(n+2){
  margin-top: 20px;
  position: relative;
}
.paper-flow li:nth-child(n+2)::after{
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(https://farbe.itembox.design/item/images/category/invitation/webinvitation/arrow-paper.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: calc(100% + 2px);
  left: 50%;
  transform: translateX(-50%);
}
.flow-contact a{
  color: #37C2CC;
  border-bottom: 1px solid #37C2CC;
}
.after-flow{
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  color: #AA7720;
}
.staff-sport{
  font-size: 23px;
  text-align: center;
  text-decoration: underline #37C2CC 1px;
  text-underline-offset: 5px;
  width: fit-content;
  margin: 0 auto;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.staff-sport span{
  color: #37C2CC;
}
.flow-innner {
  margin: 70px auto 20px;
  width: 80%;
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .flow-list > li{
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .flow-section{
    padding: 40px 0;
  }
  .section-title .en{
    max-width: 125px;
  }
  .flow-list > li{
    column-gap: 10px;
  }
  .flow-text{
    font-size: 16px;
  }
  .flow-num{
    width: 42px;
    height: 42px;
    font-size: 20px;
  }
  .flow-contact{
    grid-template-columns: repeat(1, 1fr);
    row-gap: 40px;
  }
}
.faq-section{
  padding: 80px 0;
}
.section-title .en.faq{
  max-width: 180px;
}
.faq-list{
  max-width: 800px;
  margin: 40px auto 80px;
  width: 94%;
}
.faq-list li {
  border-bottom: 1px solid #ddd;
}
.faq-list li span {
  font-size: 12px;
}
.faq-list h3 {
  font-size: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 10px 0;
  position: relative;
  font-weight: bold;
  padding-right: 20px;
}
.faq-list h3::before{
  content: '';
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url(https://farbe.itembox.design/item/images/category/invitation/webinvitation/faq-mark.png) no-repeat center;
  background-size: contain;
  margin-right: 10px;
}
.faq-list h3::after{
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(https://farbe.itembox.design/item/images/category/invitation/webinvitation/faq-arrow.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: transform .3s linear;
}
.faq-list h3.active::after{
  transform: translateY(-50%) rotate(0deg);
}
.faq-list p {
  display: none;
  padding: 10px 0 10px 46px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .faq-section{
    padding: 40px 0;
  }
  .section-title .en.faq{
    max-width: 115px;
  }
  .faq-list p{
    font-size: 13px;
  }

}
.design-btn-note{
  text-align: center;
  font-size: 13px;
  margin-top: 5px;
}
section.faq-section .design-btn-note{
  margin-bottom: 40px;
}
.price-section{
  background: url(https://farbe.itembox.design/item/images/category/invitation/webinvitation/letters-bg.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 60px 0;
}
.price-section h2 {
  font-size: 32px;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.price-section h2 span{
  max-width: 300px;
  display: block;
  margin: 0 auto;
}
.price-section .intro-price{
  margin-left: auto;
  margin-right: auto;
}
.set-price{
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  position: relative;
}
.set-price-btn a{
  display: block;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  background-color: #F76D5A;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 20px;
  padding: 7px 0;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #F76D5A;
}
@media screen and (min-width: 768px) {
  .set-price-btn a:hover{
    background: #fff;
    color: #F76D5A;
  }
}
@media screen and (max-width: 767px) {
  .price-section{
    background-image: url(https://farbe.itembox.design/item/images/category/invitation/webinvitation/intro-bg-sp.jpg);
  }
  .price-section h2 span{
    max-width: 170px;
  }
  .price-section h2{
    font-size: 19px;
  }
  .set-price{
    max-width: 400px;
  }
  .set-price-btn a{
    width: 200px;
    font-size: 14px;
  }
  .set-price-img{
    width: 90%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* 固定ボタン */
.design-link-list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 800px;
  margin: 0 auto;
  gap: 20px;
  width: 94%;
}
.design-link-list a{
  display: block;
  font-size: 24px;
  text-align: center;
  padding: 10px 0;
  background: linear-gradient(90deg, #37C2CC, #37cc93);
  color: #fff;
  border-radius: 50px;
  font-weight: 600;
  border: 1px solid #37C2CC;
}
.fixed-parts{
	display: none;
	position: fixed;
  bottom: 82px;
  left: 0;
  width: 100%;
  padding: 12px 5% 10px;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 5px #eee;
}
@media screen and (min-width: 768px) {
  .design-link-list a:hover{
    background: #fff;
    color: #37C2CC;
  }
	.fixed-parts{
	  bottom: 0;
	  padding: 30px 5%;
	}
}
@media screen and (max-width: 767px) {
  .design-link-list a{
    font-size: 16px;
  }
	.fixed-parts{
	  bottom: 0;
	  padding: 12px 5% 10px;
	}
}

/* フェードイン */
.fade-in{
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: 1s ease-in-out;
}
.slide-right{
  opacity: 0;
  visibility: hidden;
  transform: translateX(60px);
  transition: 1s ease-in-out;
}
.slide-left{
  opacity: 0;
  visibility: hidden;
  transform: translateX(-60px);
  transition: 1s ease-in-out;
}
.fade-in.active,
.slide-right.active,
.slide-left.active {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}


/* 20240801追記 */
.support-problem{
  padding: 60px 0;
  background-color:#E5F7F7 ;
}
.support-title {
  max-width: 400px;
  margin: 0 auto;
  width: 90%;
}
.spt-feature-text{
  width: 75%;
  margin: 0 auto;
  padding: 20px 0 0;
  font-size: 14px;
}
.paper-feature-text__spt{
  color: #32A8AD;
  font-size: 18px;
}
.paper-feature-num__spt{
  background-color: #32A8AD;
}
.paper-feature-img__spt{
  width: 65%;
}
.ttl-slash {
  text-align: center;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ttl-slash::before,.ttl-slash::after {
  content: '';
  width: 2px;
  height: 30px;
  background-color: #000;
}
.ttl-slash::before {
  margin-right: 15px;
  transform: rotate(-25deg);
}
.ttl-slash::after {
  margin-left: 15px;
  transform: rotate(25deg);
}
.support-problem .support-problem{
  position: relative;
}
.support-problem .paper-feature li{
  box-shadow: 5px 5px 0 #D2E8E8 ;
}
.paper-feature-img__spt1,
.paper-feature-img__spt2{
  width: 75%;
}
@media screen and (max-width: 767px){
  .paper-feature-img__spt{
    width: 50%;
    max-width: 200px;
  }
  .ttl-slash::before,.ttl-slash::after {
    width: 1px;
    height: 60px;
  }
  .paper-feature-img__spt1,
.paper-feature-img__spt2{
  width: 60%;
  max-width: 240px;
}
}

.anchor-btn img {
  width: 20px;
  margin: 10px auto 0;
}
.letters-list a:hover{
  color: #1a1a1a;
}
.letters-list a:hover .circle{
  opacity: .6;
}