@charset "UTF-8";

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: none;
  max-height: 999999px;
}
body {line-height: 1;}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-size: 100%;
  font-weight: normal;
  overflow: hidden;
  line-height: 140%;
}
ol, ul {list-style: none;}

blockquote {quotes: none;}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th{font-weight: normal;}

a img {border: none;}

a {
  color: #000;
  text-decoration: none;
  outline: none;
}

.clearfix {width:100%; margin: 0;}
.clearfix:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  }
     
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  }

  .orange{
    color: #fe4700;
  }


/*------------------------------------
	Value
------------------------------------*/
.mtop0 { margin-top: 0!important; }
.mtop5 { margin-top: 5px; }
.mtop10 { margin-top: 10px; }
.mtop15 { margin-top: 15px; }
.mtop20 { margin-top: 20px; }
.mtop25 { margin-top: 25px; }
.mtop30 { margin-top: 30px; }
.mtop35 { margin-top: 35px; }
.mtop40 { margin-top: 40px; }
.mtop50 { margin-top: 50px; }
.mtop60 { margin-top: 60px; }
.mtop70 { margin-top: 70px; }
.mtop100 { margin-top: 100px; }


.mbtm0 { margin-bottom: 0; }
.mbtm5 { margin-bottom: 5px; }
.mbtm10 { margin-bottom: 10px; }
.mbtm15 { margin-bottom: 15px; }
.mbtm20 { margin-bottom: 20px; }
.mbtm25 { margin-bottom: 25px; }
.mbtm30 { margin-bottom: 30px; }
.mbtm35 { margin-bottom: 35px; }
.mbtm40 { margin-bottom: 40px; }
.mbtm50 { margin-bottom: 50px; }
.mbtm60 { margin-bottom: 60px; }
.mbtm70 { margin-bottom: 70px; }
.mbtm100 { margin-bottom: 100px; }

.mleft5 { margin-left: 5px; }
.mleft10 { margin-left: 10px; }
.mleft15 { margin-left: 15px; }
.mleft20 { margin-left: 20px; }

.mright5 { margin-right: 5px; }
.mright10 { margin-right: 10px; }
.mright15 { margin-right: 15px; }
.mright20 { margin-right: 20px; }

.mauto {margin: auto;}

.p10 { padding: 10px; }
.p20 { padding: 20px; }
.p30 { padding: 30px; }
.p40 { padding: 40px; }

.ptop10 { padding-top: 10px; }
.ptop15 { padding-top: 15px; }
.ptop30 { padding-top: 30px; }

.ptop50 { padding-top: 50px; }

.ptop100 { padding-top: 100px; }

.pbtm10 { padding-bottom: 10px; }
.pbtm30 { padding-bottom: 30px; }


.pleft5 { padding-left: 5px; }
.pleft10 { padding-left: 10px; }
.pleft15 { padding-left: 15px; }
.pleft20 { padding-left: 20px; }



.pright5 { padding-right: 5px; }
.pright10 { padding-right: 10px; }
.pright15 { padding-right: 15px; }
.pright20 { padding-right: 20px; }



@media screen and (max-width: 1000px) {
  .mtop20 { margin-top: 2%; }
  .mtop25 { margin-top: 2.5%; }
  .mtop30 { margin-top: 3%; }
  .mtop40 { margin-top: 4%; }
  .mtop50 { margin-top: 5%; }
  .mtop60 { margin-top: 6%; }
  .mtop70 { margin-top: 7%; }  
  .mtop100 { margin-top: 10%; }

  .mbtm20 { margin-bottom: 2%; }
  .mbtm25 { margin-bottom: 2.5%; }
  .mbtm30 { margin-bottom: 3%; }
  .mbtm40 { margin-bottom: 4%; }
  .mbtm50 { margin-bottom: 5%; }
  .mbtm60 { margin-bottom: 6%; }
  .mbtm70 { margin-bottom: 7%; }
  .mbtm100 { margin-bottom: 10%; }
  
  .ptop50 { padding-top: 5%; }
  .ptop100 { padding-top: 10%; }
  
  .p40 { padding: 4%; }  
}

@media screen and (max-width: 750px) {
  .mtop20 { margin-top: 2.6%; }
  .mtop25 { margin-top: 3.3%; }
  .mtop30 { margin-top: 4%; }
  .mtop40 { margin-top: 5.3%; }
  .mtop50 { margin-top: 6.6%; }  

  .mbtm20 { margin-bottom: 2.6%; }
  .mbtm25 { margin-bottom: 3.3%; }
  .mbtm30 { margin-bottom: 4%; }
  .mbtm40 { margin-bottom: 5.3%; }
  .mbtm50 { margin-bottom: 6.6%; }
  
  .ptop50 { padding-top: 6.6%; }
  
  .p40 { padding: 5.3%; }    
}


@media screen and (max-width: 480px) {
  .mtop20 { margin-top: 2.6%; }
  .mtop25 { margin-top: 3.3%; }
  .mtop30 { margin-top: 4%; }
  .mtop40 { margin-top: 5.3%; }
  .mtop50 { margin-top: 30px; }  

  .mbtm20 { margin-bottom: 2.6%; }
  .mbtm25 { margin-bottom: 3.3%; }
  .mbtm30 { margin-bottom: 4%; }
  .mbtm40 { margin-bottom: 5.3%; }
  .mbtm50 { margin-bottom: 30px; }
  
  .ptop50 { padding-top: 30px; }
  
  .p40 { padding: 5.3%; }  
}

/*----------------------------------------
	basis
----------------------------------------*/
html {
  font-size: 62.5%; 
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

@media screen and (max-width: 1080px) {
  html {
    font-size: 56.25%;/*9/16*/
  }
}

@media screen and (max-width: 750px) {
  html {
    font-size: 50%;/*8/16*/
  }
}

@media screen and (max-width: 480px) {
  html {
    font-size: 43.75%;/*7/16*/
  }
}


p {
  line-height: 170%;
}

a {
  transition : all 0.5s ease;
}


/* p a , table a , li a , 
.txt-link {
  text-decoration: underline;
} */

p a:hover , table a:hover , li a:hover ,
.txt-link:hover {
  text-decoration: none;
  opacity: 1;
}

.ofh { overflow: hidden; }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.bold { font-weight: bold; }
.normal { font-weight: normal; }
.relative { position: relative; }

.w100per { max-width: 100%; }

.blue {color: #0085cc;}
.yellow{color: #fac218;}
.pink{ color: #e4006e;}
.green{ color:#44af35;}
.purple{color: #a96fab;}
.gray{color: #5c5c5c;}


.bg-white {background-color: #fff}
.bg-gray {background: #f7f7f7; }


.opacity:hover { opacity: 0.7; }


.block { display: block;}
.inline-block { display: inline-block;}
.inline { display: inline;}


.bold{
  font-weight: 800;
}

/*----------------------------------------
SP/PCの表示・非表示切り替え
----------------------------------------*/

.SPbr{
  display: none;
}

.PCbr{
  display: inline;
}

.TABbr{
  display: none;
}

.SP375br{
  display: none;
}

.SP480br{
  display: none;
}

@media screen and (max-width: 768px) {
  .PCbr{
    display: none;
  }

  .TABbr{
    display: inline;
  }  
}

@media screen and (max-width: 480px) {

  .PCbr{
    display: none;
  }

  .SPbr{
    display: inline;
  }

  .TABbr{
    display: none;
  }

  .SP480br{
    display: inline;
  }
}

@media screen and (max-width: 375px) {
  .SP375br{
    display: inline;
  }
  .PCbr{
    display: none;
  }

  .SPbr{
    display: none;
  }

  .TABbr{
    display: none;
  }

}

/*----------------------------------------
	インデント
----------------------------------------*/
.indent {
  padding-left :1em;
  text-indent: -1em;
}


.list-indent li {
  padding-left: 1em;
  text-indent: -1em;
}
/*----------------------------------------
	basis_2
----------------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif, "Helvetica", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  font-size: 1.6rem;
  font-size: clamp(1.4rem, 1vw + 1rem, 1.6rem); 
  line-height: 180%;
  width: 100%;
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  body {
    line-height: 160%;
  }
}

@media screen and (max-width: 480px) {
  body {
    line-height: 150%;
  }
}

/*----------------------------------------
	メインビジュアル
----------------------------------------*/

.SP_KV_box {
  display: none;
}

.kv-wrap {
  background-image: url("image/KV_bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 600px;
  width: 100%;
}

.site-header{
  max-width: 1600px;
  display: flex;
  justify-content: flex-end;
  margin-right: 30px;
}

.logo img {
  margin-top: 30px;
  width: min(180px, 45vw);
  height: auto;
}

.KV_box{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2%;
}

.KV_ttl_img,
.KV_pic_img {
  height: min(400px, 35vw);
  width: auto;
  max-width: 100%;
  object-fit: contain;
  margin-bottom: 50px;
}

.main-visual_under{
  height: 150px;
  background-color:#4e148c;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2%;
}

.main-visual_under img {
  width: 60px;
  height: auto;
  object-fit: contain; 
}

.main-visual_under p {
 font-size: 2rem;
 color: #ffffff;
 text-align: center;
 font-weight: 600;
}

/* レスポンシブ */
@media screen and (max-width: 768px) {

  .site-header{
    max-width: 700px;
  }

  .KV_box{
    margin-top: 20px;
    gap: 2%;
  }

  .logo img{
    width: 140px;
  }

  .main-visual_under{
    height: 120px;
    background-color:#4e148c;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2%;
    padding: 50px;
  }

  .main-visual_under img {
    width: 40px;
  }
}

@media screen and (max-width: 480px) {

  .main-visual{
    display: flex;
    justify-content: center;
  }

  .SP_KV_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
  }


  .SP_KV_pic_img{
    width: 95%;
  }

  .SP_ttl_pic_img{
    margin-top: -100px;
    width: 95%;
  }

  
  .KV_box {
    display: none;
  }

  .kv-wrap {
    background-image: url("image/SP_KV_bg.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 1000px;
    width: 100%;
  }

  .main-visual_under{
    height: 100px;
    background-color:#4e148c;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    padding: 20px;
  }
  
  .main-visual_under p {
   font-size: 2rem;
   color: #ffffff;
   text-align:left;
   font-weight: 600;
  }

  .main-visual_under img{
    display: none;
  }

  .logo img {
    width: 100px;
  }

}

/*----------------------------------------
	デザインのことでお悩みの方へ…
----------------------------------------*/

.about_head{
  text-align: center;
  justify-content: center;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  overflow: visible;
}

.about_head span {
  position: relative;
  display: inline-block;
  color: #a384e3;
  overflow: visible;  
}

.about_head span::before {
  content: "●●●";
  position: absolute;
  left: 60%;
  transform: translateX(-50%);
  top: -3.8em;
  font-size: 0.2em;
  letter-spacing: 3.7em;
  color: #a384e3;
}

/* 真ん中の3つ画像（本体） */
.worries_box{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
  padding: 0 80px; 
}

/* 3つの画像 */
.worries_box img {
  width: 30%;
  height: auto;
}

/* 左の女性キャラ */
.worries_box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 64%;
  left: 24%;
  transform: translate(-50%, -50%);
  width: 250px;   /* 調整してね */
  height: auto;
  aspect-ratio: 1/2; 
  background: url("image/woman.png") no-repeat center / contain;
}

/* 右の男性キャラ */
.worries_box::after {
  content: "";
  position: absolute;
  right: 0;
  top: 64%;
  right: 25%;
  transform: translate(50%, -50%);
  width: 200px;
  height: auto;
  aspect-ratio: 1/2;
  background: url("image/man.png") no-repeat center / contain;
}


.intro-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0.05em;
}

.intro-box__small-text{
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 300%;
}

.intro-box__big-text{
  font-size: 2.4rem;
  font-weight: 500;
  color: #fe4700;
  margin-bottom: 15px;
}

@media (min-width: 1440px){
  .intro-box__big-text{
    margin-bottom: 80px;
  }
}


.intro-box__big-text span {
  color: #4e148c;
  font-weight: 600;
}

.featured-box{
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;

  background-image: url("image/yellow_bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 10px 0 50px; 
}

/* メイン画像 */
.featured-box img {
  position: relative;
  margin-top: 30px;
  width: 22%;
}

/* 小さいテキスト */
.featured-box__small-text{
  color: #fe4700;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-top: 16px;
}

/* 大きいテキスト */
.featured-box__big-text{
  color: #fe4700;
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-top: 8px;
}


/* 画像の装飾用コンテナ */
.featured-deco {
  position: relative;
  width: 100%;
}

/* ========= 左カード ========= */
.featured-deco__card-left {
  position: absolute;
  bottom: 130px;
  left: 20%;
  width: 200px;
  transform: rotate(-15deg);
  z-index: 2;
}

/* ========= 右カード ========= */
.featured-deco__card-right {
  position: absolute;
  bottom: 150px;
  right: 20%;
  width: 200px;
  transform: rotate(15deg);
  z-index: 2;
}

/* ========= 左キラキラ ========= */
.featured-deco__kira-left {
  position: absolute;
  bottom:85px;
  left: 16%;
  width: 70px;
  z-index: 3;
}

/* ========= 右キラキラ ========= */
.featured-deco__kira-right {
  position: absolute;
  bottom:70px;
  right: 16%;
  width: 70px;
  z-index: 3;
}


/* PC (デフォルト) */
.featured-deco__card-left {
  width: 140px;
}



/* レスポンシブ */
@media screen and (max-width: 1380px) {

  .about_head{
    font-size: 3rem;
  }

  .worries_box{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: relative;
    padding: 0 80px; 
  }

  /* 3つの画像 */
  .worries_box img {
    width: 50%;
    height: auto;
  }

    /* 右の男性キャラ */
    .worries_box::after {
      content: "";
      position: absolute;
      right: 0;
      top: 74%;
      right: 15%;
      transform: translate(50%, -50%);
      width: 180px;
    }

  /* 左の女性キャラ */
  .worries_box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 74%;
    left: 14%;
    transform: translate(-50%, -50%);
    width: 220px;
  }

  .featured-box{
    position: relative;
    background-size: 100% auto;
    padding: 0 0 20px; 
  }

  /* ========= 左カード ========= */
  .featured-deco__card-left {
    position: absolute;
    bottom: 80px;
    left: 10%;
    width: 130px;
  }

  /* ========= 右カード ========= */
  .featured-deco__card-right {
    position: absolute;
    bottom: 80px;
    right: 10%;
    width: 200px;
  }

  /* ========= 左キラキラ ========= */
  .featured-deco__kira-left {
    position: absolute;
    bottom:30px;
    left: 6%;
    width: 70px;
  }

  /* ========= 右キラキラ ========= */
  .featured-deco__kira-right {
    position: absolute;
    bottom:30px;
    right: 6%;
    width: 70px;
    z-index: 3;
  }

  .featured-box__big-text{
    margin-top: -10px;
    font-size: 4rem;
  }

}

@media screen and (max-width: 1380px) {

  .intro-box__big-text{
    margin-bottom: 30px;
  }


}


@media screen and (max-width: 1100px) {

  .featured-deco__kira-right,
  .featured-deco__kira-left,
  .featured-deco__card-right,
  .featured-deco__card-left {
    display: none;
  }

    /* メイン画像 */
  .featured-box img {
    position: relative;
    width: 25%;
    margin-top: 30px;
  }

  /* 小さいテキスト */
  .featured-box__small-text{
    color: #fe4700;
    font-size: 2.5rem;
    margin-top: 16px;
  }

  /* 大きいテキスト */
  .featured-box__big-text{
    color: #fe4700;
    font-size: 4rem;
    margin-top: -5px;
  }

  .intro-box__big-text{
    margin-bottom: 0px;
  }

}

@media screen and (max-width: 768px) {

  .about_head{
    font-size: 3rem;
  }

  .worries_box{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: relative;
    padding: 0 80px; 
  }

  /* 3つの画像 */
  .worries_box img {
    width: 80%;
    height: auto;
  }

  /* 左の女性キャラ */
  .worries_box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 94%;
    left: 14%;
    transform: translate(-50%, -50%);
    width: 180px;
  }

  /* 右の男性キャラ */
  .worries_box::after {
    content: "";
    position: absolute;
    right: 0;
    top: 94%;
    right: 15%;
    transform: translate(50%, -50%);
    width: 150px;
  }



  .intro-box__small-text{
    margin-top: 20px;
    font-size: 2rem;
  }

  .featured-box{
    position: relative;
    background-image: url("image/yellow_bg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 130% auto;
    padding: 40px 0 20px; 
  }

   /* メイン画像 */
  .featured-box img {
    position: relative;
    width: 55%;
    margin-top: 0px;
  }

  /* 小さいテキスト */
  .featured-box__small-text{
    color: #fe4700;
    font-size: 2.5rem;
    margin-top: 16px;
  }

  /* 大きいテキスト */
  .featured-box__big-text{
    color: #fe4700;
    font-size: 4rem;
    margin-top: -5px;
  }
}

@media screen and (max-width: 480px) {

  .about_head{
    margin: 40px 0 20px;
    font-size: 3.5rem;
  }

  .worries_box{
    padding: 0;
  }

  /* 左の女性キャラ */
  .worries_box::before {
    display: none;
  }
  /* 右の男性キャラ */
  .worries_box::after {
    display: none;
  }

  .worries_box img{
    width: 90%;
  }

  .intro-box{
    padding:0 20px;
  }

  .intro-box__small-text {
    margin-top: 0px;
    font-size: 2.4rem;
  }

  .intro-box__big-text{
    text-align: center;
    font-size: 3rem;
    margin-bottom: 0px;
  }

  .intro-box__big-text span{
    font-size: 3.5rem;
  }

  .featured-box{
    background-image: none;
    background-size: 150% auto;
    padding: 0px 0 5px;
  }

  .SP_textbg{
    margin: 10px 0 20px;
    background-color:#fff300;
    padding:5px 30px 15px;
  }

  .featured-box img {
    width: 70%;
    margin-top: 10px;
  }

  .featured-box__big-text{
    font-size: 3rem;
  }

}


/*----------------------------------------
	デザイン無料作成キャンペーン
----------------------------------------*/


.CampaignDetails {
  background-image: url("image/CampaignDetails_bg.png");
  background-position: center top;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
}

.campaign-hero{
  display: flex;
  margin-top: 80px;
  flex-direction: column;
  align-items: center;
}

.campaign-hero__label {
  display: inline-block;
  background-color: #4a1f8f;
  color: #fff300;
  padding: 6px 24px;
  border-radius: 40px;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-bottom: 10px;
}

.campaign-hero__title {
  font-size: 4rem;
  font-weight: 700;
  color: #4a1f8f; 
  letter-spacing: 0.08em;
  margin-bottom: 13px;
}

.campaign-hero__desc {
  font-size: 1.6rem;
  color: #333;
  letter-spacing: 0.02em;
  font-weight: 500;
}

.write-box{
  max-width: 1200px;
  width: 100%;
  padding: 50px;
  background-color: #ffffff;
  border-radius: 10px;
  margin: 0 auto;
  box-sizing: border-box;
}

.write-box_section{
  width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.write-box__ttl{
  background-color: #4e148c;
  color: #fff;
  font-size: 2.4rem;
  padding: 10px 0 12px;
  text-align: center;
  margin-bottom: 20px;
}

.write-box__catch{
  font-size: 2.2rem;
  color: #fe4700;
  font-weight: bold;
}

.item-list{
  display: flex;
  gap: 10px;
}

.item-list__item{
  padding: 20px;
  background-color: #ede7f3;
  border-radius: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.item-list__item img{
  width: 100%;
  height: auto;
  display: block;
}

.item-list__item h5 {
  color: #4e148c;
  font-size: 2rem;
  font-weight: 600;
  margin-top: 5px;
}

.item-list__item p {
  color: #4e148c;
}

.item-list__item ul li {
  display: inline-block;
  background-color: #4e148c;
  color: #fff;
  padding: 2px 10px;
  border-radius: 5px;
  margin-top: 5px;
}

.write-box_bgcolor{
  padding: 50px 0;
  background-color: #ede7f3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.write-box_text-box{
  display: flex;
  flex-direction: column;
}

.write-box_text-box div{
  display: flex;
  gap: 10px;
  align-items: center;
}

.write-box_text-box img{
  width: 100%;
  border-radius: 3px;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

.write-box_text-caption{
  width: 150px;
  background-color: #4a1f8f;
  color: #fff;
  padding: 2px 20px;
  border-radius: 50px;
  text-align: center;
}

.subscription_box1 h5 {
  font-size: 2.2rem;
  color: #000;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #C0C0C0;
}

.subscription_box2 h5 {
  font-size: 2.2rem;
  color: #000;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #C0C0C0;
}

.subscription_box3{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.subscription_box1_img{
  width: 100%;
}

.c-btn-large {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 32px;
  background-color: #FF4F24; /* 好きな鮮やかオレンジに調整 */
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
  text-decoration: none;
  transition: opacity .3s ease;
}

.c-btn-large:hover {
  opacity: 0.85;
}

.c-btn-large__icon {
  display: flex;
  align-items: center;
}

.c-btn-large__icon svg {
  width: 20px;
  height: 20px;
}



/* レスポンシブ */

@media (max-width: 1200px){

  .write-box{
    width: 90%;
  }

  .item-list {
    flex-wrap: wrap;
  }

  .item-list__item{
    width: calc(50% - 5px); 
  }

}

@media screen and (max-width: 768px) {

  .write-box{
    padding: 30px;
    background-color: #ffffff;
    border-radius: 10px;
  }
  .write-box_bgcolor{
    padding: 30px 0;
  }

  .write-box_text-box{
    margin:10px 20px;
  }

  .write-box_text-box img {
    box-shadow:none;
  } 

  .write-box_text-caption {
    padding: 2px 0;
    width: 110px;
  }

}

@media screen and (max-width: 480px) {

  .item-list__item{
    width: 100%;
  }

  .campaign-hero{
    margin-top: 30px;
  }

  .write-box{
    padding: 15px;
    border-radius:5px;
  }

  .campaign-hero__title{
    font-size: 3rem;
    letter-spacing: 0;
    margin-bottom: 5px;
  }
  
  .campaign-hero__desc{
    font-size: 1.4rem;
  }
  
  .write-box__ttl{
    font-size: 2rem;
    padding: 7px 0 8px;
    margin-bottom: 10px;
  }

  .write-box__catch{
    font-size: 1.8rem;
  }

  .item-list__item {
    padding: 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .item-list__item h5 {
    font-size: 1.8rem;
  }

  .write-box_bgcolor{
    padding: 10px 0;
  }

  .write-box_text-box div {
    display: flex;
    gap: 2px;
    align-items: flex-start;
    flex-direction: column;
  }

  .under_allow {
    width: 20%;
  }

  .write-box_text-box {
    margin: 10px 10px;
  }

  .write-box_text-caption {
    width: 90px;
  }

  .subscription_box1 h5{
    padding-bottom: 5px;
  }

  .subscription_box2 h5{
    padding-bottom: 5px;
  }

  .c-btn-large {
    gap: 2px;
    padding: 15px 12px;
    font-size: 1.8rem;
    font-weight: 700;
    border-radius:8px;
    align-items: normal;
  }

}

  


/*----------------------------------------
	フッター
----------------------------------------*/


.site-footer{
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 20px;
  font-size: 1.4rem;
}

/* レスポンシブ */
@media screen and (max-width: 768px) {


}

@media screen and (max-width: 480px) {

}

/*----------------------------------------
	id
----------------------------------------*/
#about,
#write-box {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

#about.is-show,
#write-box.is-show {
  opacity: 1;
  transform: translateY(0);
}

.KV_ttl_img,
.KV_pic_img,
.SP_KV_pic_img,
.SP_ttl_pic_img,
.about_head {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.KV_ttl_img.is-show,
.KV_pic_img.is-show,
.SP_KV_pic_img.is-show,
.SP_ttl_pic_img.is-show,
.about_head.is-show {
  opacity: 1;
  transform: translateY(0);
}

.SP_ttl_pic_img.is-show {
  transition-delay: 0.4s;
}

.about_head {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.2s ease, transform 1.2s ease; /* ← ゆっくり */
}

.about_head.is-show {
  opacity: 1;
  transform: translateY(0);
}