@charset "utf-8";
/* CSS Document */

/* 変数　*/
:root {
	--base-font: 'Noto Sans JP', sans-serif;
	--mincho-font: "游明朝体", "Yu Mincho", YuMincho, serif;
	--base-color1:#f94290;
	--base-color2:#f35496;
	--base-color3:#1db5af;
	--base-color4:#fefff9;
}

.kw_wrap{max-width: 100%;}
.Gnavi_wrap{overflow: hidden;}


.red{color: #f94290 !important;}
.size_middle{font-size: 22px;}
.big{font-size: 25px !important;}
.bold{font-weight: bold;}
.center{text-align: center;}
.btn-wrap{
    position: absolute;
    bottom: 22px;	
}

.cont_wrap {background: #fffaf2;padding-bottom: 50px;}

.top_campbtn,.banner_container{display: none;}

img[alt="応募の流れ"]{
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;	
}
img[alt="セクション1"]{
    margin: 30px auto 50px;
    display: block;	
}

.appeal-wrap{
    background: url(https://kizuna3.com/camp/img/CaseStudy2026_frame_t.jpg),url(https://kizuna3.com/camp/img/CaseStudy2026_frame_b.jpg),url(https://kizuna3.com/camp/img/CaseStudy2026_frame_m.jpg)#fff;
    background-repeat: no-repeat,no-repeat,repeat-y;
    background-size: 100%;
    background-position: top,bottom;
    width: 900px;
    margin: 50px auto;
    padding: 50px 0 70px;
}
.diviner{
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 30px;
}

.diviner table{
    width: calc(100% - 150px);
    border: 1px solid #d3d3d3;
    background: #fff;
}
.diviner table tr{border-bottom: 1px solid #d3d3d3;}
.diviner table tr:nth-last-child(1){border-bottom: none;}
.diviner table td{
    font-size: 16px;
    padding: 8px;	
}
.diviner table td a{
    color: #5d5d5d;
    font-weight: bold;
    text-decoration: underline;
}
.diviner table td:nth-child(1){
    width: 30%;
    border-right: 1px solid #d3d3d3;
    background: #f7f7f7;	
}
.diviner table td ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;	
}
.diviner table td li{
    list-style-type: none;
    background: #f7f7f7;
    margin: 0 5px 5px 0;
    padding: 3px 10px;
    border-radius: 100px;
    border: 1px solid #d3d3d3;
}
.diviner table td li a{
    color: #333333;
    text-decoration: none;
    font-weight: normal;	
}
a.diviner_link{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    overflow: hidden;
    display: block;
    margin: auto;
    border: 1px solid #d3d3d3;
}
img.diviner_img {
    width: 100%;
    height: auto;
}

.MainImg-wrap{
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    background: #fff;
    position: relative;
    margin: 0 0 30px;
}

.appeal-wrap p,.txt-wrap p,.appeal-wrap li{
    width: 90%;
    font-size: 18px;
    line-height: 1.7;
    text-align: left;
    margin: 0 auto 20px;	
}

/* ====================================
.cp_section
==================================== */	

.arrow:before{
    content: "";
    display: block;
    width: 150px;
    border-top: 70px solid #ff96b1;
    border-right: 150px solid transparent;
    border-left: 150px solid transparent;
    margin: 0 auto 30px;
}


.appeal-wrap p.appeal-wrap-title{
	font-family:var(--mincho-font);
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    color: #766714;
}

.cp_section{
    width: 992px;
    margin: auto;
}
.cp_section h2{
    width: 900px;
    aspect-ratio: 983 / 119;
    background: url(https://kizuna3.com/camp/img/CaseStudy2026_ribon01.png);
    background-size: 100%;
    margin: 100px auto 70px;
}
.cp_section h2 span{
    font-size: 30px;
    color: #fff;
    width: max-content;
    display: block;
    margin: auto;
    transform: translateY(26px);	
}
.cp_section p{
    width: 880px;
    max-width: 95%;
    font-size: 18px;
    margin: 0 auto 20px;
    line-height: 1.5;
}
.explanation{
    width: 100%;
    margin: 30px auto 50px;
    display: flex;
    justify-content: center;
}
.explanation img{
    width: 817px;
    height: auto;
}

/*バックナンバーリンク*/

.back_number{
    width: 70%;
	max-width: 630px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: block;
    color: #fff;
    background: #ff96b1;
    box-shadow: 0 5px 0 #d16e87;
    padding: 25px 10px;
    border-radius: 100px;
    margin: auto;
    position: relative;
}
.back_number:hover{
    color: #fff;
    text-decoration: none;	
}

.back_number:after{
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 30px;
    display: block;
    content: '';
    width: 18px;
    height: 18px;
    border-top: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);	
}

/*続きを見る*/

.toggle-text-btn {
    color: #333;
    text-align: center;
    cursor: pointer;
    display: block;
    margin: 30px auto 0;
    font-size: 17px;
    font-weight: normal;
    transition: color 0.2s;
    text-decoration: none;
    background: #f7f7f7;
    width: 350px;
    border-radius: 100px;
    padding: 15px 10px;
    border: 1px solid #d3d3d3;
    box-shadow: 0 3px 0 #dbdbdb;
}

/* テキストコンテナの基本設定 */
.review-p-wrapper {
  display: grid;
  grid-template-rows: 0fr; /* 初期状態は高さ0 */
  transition: grid-template-rows 0.4s ease-out; /* 0.4秒で開閉 */
}

/* 開いた時の状態 */
.review-p-wrapper.is-open {
  grid-template-rows: 1fr; /* 中身の高さに合わせる */
}

.review-p-inner {
  overflow: hidden; /* はみ出しを隠す */
}



.toggle-text-btn:hover {
    color: #bf627a;
    text-decoration: underline;
}


/*リスト*/

ul.custom{
    width: 95%;
    /* background: #efefef; */
    margin: 0 auto 20px;
    padding: 15px 5px;
}
ul.custom li{font-weight: bold;margin-bottom: 10px;}
ul.custom li:nth-last-child(1){margin-bottom: 0;}

/*募集要項*/

.Requirements{
    width: 900px;
    margin: 50px auto;
    padding: 0 0 30px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #dbdbdb;
}
.Requirements h3{
    font-size: 25px;
    text-align: center;
    color: #fff;
    background: #ff96b1;
    padding: 15px 0;
    margin: 0 0 50px;
}
.Requirements .title_wrap{
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin: auto;
	line-height: 1.3;
}
.Requirements .title_wrap span{
    width: calc(100% - 100px);
    text-align: left;
}
.Requirements .title_wrap.reviewer:before{
    content: "";
    background: url(https://kizuna3.com/camp/img/CaseStudy2026_user01.png);
    background-size: 100%;
    width: 70px;
    height: 70px;
    display: block;
    border-radius: 100px;
    margin-right: 15px;	
}
.Requirements .title_wrap.reviewer.type1:before{background: url(https://kizuna3.com/camp/img/CaseStudy2026_user01.png);background-size: 100%;}
.Requirements .title_wrap.reviewer.type2:before{background: url(https://kizuna3.com/camp/img/CaseStudy2026_user02.png);background-size: 100%;}
.Requirements .title_wrap.reviewer.type3:before{background: url(https://kizuna3.com/camp/img/CaseStudy2026_user03.png);background-size: 100%;}
.Requirements .title_wrap.reviewer.type4:before{background: url(https://kizuna3.com/camp/img/CaseStudy2026_user04.png);background-size: 100%;}
.Requirements .title_wrap.reviewer.type5:before{background: url(https://kizuna3.com/camp/img/CaseStudy2026_user05.png);background-size: 100%;}
.Requirements .title_wrap.reviewer.type6:before{background: url(https://kizuna3.com/camp/img/CaseStudy2026_user06.png);background-size: 100%;}

.Requirements p{
	width: 95%;
}
.Requirements picture{
    width: 100%;
    margin: 50px auto 0;
    display: flex;
    justify-content: center;
}
picture.List_of_Awards{
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 50px 0 50px;	
}
picture.List_of_Awards img{}


.GuidelineList{
    width: 95%;
    counter-reset: number 0;
    margin: 0 auto;
    padding: 0;
}
.GuidelineList li{
    font-size: 18px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
    margin-bottom: 20px;
}
.GuidelineList li:nth-last-of-type(1){ margin-bottom:0;}
.GuidelineList li:before

{
    counter-increment: number 1;
    content: counter(number) " ";
    font-family: var(--mincho-font);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 7px;
}
.GuidelineList li:after{
    content: "";
    width: 25px;
    height: 25px;
    border: 1px solid #333;
    border-radius: 100px;
    position: absolute;
    left: 0;
}

.GuidelineList span{width: calc(100% - 40px);}

/*ご投稿にあたって*/

.PrecautionsList{
    width: 95%;
    padding: 0;
    margin: auto;	
}
.PrecautionsList li{
    font-size: 17px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 20px;
    padding-left: 15px;	
}
.PrecautionsList li:before{
    content: "";
    width: 5px;
    height: 5px;
    background: #6b6b6b;
    border-radius: 100px;
    position: absolute;
    left: 0;
    top: 8px;	
}
.PrecautionsList li .Precautions_point{
    color: #dd4b70;
    font-size: 16px;
    margin-top: 5px;
}

/*テーブル1*/

.table_type01{
    width: 90%;
    font-size: 20px;
    border: 1px solid #e0e0e0;
    margin: 0 auto 30px;	
}
.table_type01 tr{border-bottom: 1px solid #e0e0e0;}
.table_type01 tr:nth-last-child(1){border: none;}
.table_type01 th{
    color: #fff;
    background: #ff96b1;
    border-right: 1px solid #e0e0e0;
    padding: 10px;
}
.table_type01 th:nth-last-child(1){border: none;}
.table_type01 td{
    padding: 10px;
    border-right: 1px solid #e0e0e0;
    background: #fff;	
}


/*2つ並びボタン*/

.button-container{
    width: 790px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.button-container a{
    width: 48%;
    font-size: 23px;
    line-height: 1.3;
    font-weight: bold;
    color: #fff;
    background: #a3a3a3;
    box-shadow: 0 7px 0 #dbdbdb;
    text-align: center;
    padding: 10px 0;
    border-radius: 100px;
	position: relative;
}
.button-container a:hover{text-decoration:none;}
.button-container a.button-left{
    background: #ff9beb;
    box-shadow: 0 7px 0 #d576d1;
    text-shadow: 0px 1px 3px #d564bf;	
}
.button-container a.button-right{
    background: #c59ffa;
    box-shadow: 0 7px 0 #a177c3;
    text-shadow: 0px 1px 3px #7e5dab;	
}

.button-container a:after{
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 30px;
    display: block;
    content: '';
    width: 18px;
    height: 18px;
    border-top: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);	
}

@media screen and (max-width:767px) {
	
img[alt="キャンペーンへの応募から感謝ポイント獲得までの流れ"]{width: 95%;}
img[alt="例えば、こんなストーリーがあるかも…？"]{width: 92%;}
	
.big {font-size: 4vw !important;}
	
.MainImg-wrap{margin:0 auto 3vw;}

picture.List_of_Awards{
    width: 97%;
    margin: 5vw auto;
}
	
.cp_section p{
    font-size: 3.7vw;
    margin: 0 auto 3vw;	
}
	
img[alt="セクション1"] {
    width: 95%;
    margin: 0 auto 5vw;
}
.cp_section {width: 100%;}
.cp_section h2 {
    width: 96%;
    aspect-ratio: 726 / 106;
    background: url(https://kizuna3.com/camp/img/CaseStudy2026_ribon01_sp.png);
    background-size: 100%;
    margin: 5vw auto;
}
.cp_section h2 span {
    font-size: 4vw;
    transform: translateY(3vw);
}
.Requirements h3 {
    font-size: 3.7vw;
    padding: 3vw 0;
    margin: 0 0 5vw;
}
.explanation img {
    width: 100%;
    height: auto;
}
.Requirements {
	width: 96%;
    margin: 5vw auto;
    padding: 0 0 5vw;
}
.Requirements picture {margin: 5vw auto 0;}	
	
.appeal-wrap {
    background: url(https://kizuna3.com/camp/img/CaseStudy2026_frame_t_sp.jpg), url(https://kizuna3.com/camp/img/CaseStudy2026_frame_b_sp.jpg), url(https://kizuna3.com/camp/img/CaseStudy2026_frame_m_sp.jpg);
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-size: 100%;
    background-position: top, bottom;
    overflow: hidden;
    font-size: 3.8vw;
    width: 96%;
    margin: 0 auto 5vw;
    padding: 5vw 0 7vw;
}	
.appeal-wrap p,.txt-wrap p,.appeal-wrap li {
    width: 90%;
    font-size: 3.7vw;
    line-height: 1.5;
    text-align: left;
    margin: 0 auto 3vw;
}	
.explanation{
    width: 92%;
    margin: 0 auto 5vw;	
}	

.back_number{
    width: 90%;
    max-width: 90%;
    font-size: 4vw;
    padding: 3vw 4vw;
}
.back_number:after{
    right: 4vw;
    width: 4vw;
    height: 4vw;
    border-top: 1.2vw solid #ffffff;
    border-right: 1.2vw solid #ffffff;
}
.line＿break_sp{display: block;}

.GuidelineList{margin: 0 auto 7vw;}
.GuidelineList li {
    font-size: 3.7vw;
    margin-bottom: 3vw;
}
.GuidelineList li:before{
    font-size: 4vw;
    top: 1.9vw;
    left: 2.4vw;
}	
.GuidelineList li:after{
	width: 7vw;
	height: 7vw;
}
.GuidelineList span {
    width: calc(100% - 8vw);
}	

.Requirements .title_wrap {
    width: fit-content;
    max-width: 93%;
    text-align: left;
}
.Requirements .title_wrap.reviewer:before {
    width: 10vw;
    height: 10vw;
    margin-right: 2vw;
}
.Requirements .title_wrap span {
    width: calc(100% - 12vw);
    text-align: left;
    line-height: 1.3;
}
.diviner {
    width: 97%;
    margin: 0 auto 5vw;
}
.diviner table {
    width: calc(100% - 17vw);
}	
.diviner table td {
    font-size: 3.2vw;
    padding: 1.5vw;
}	
.diviner table td:nth-child(1) {width: 35%;}
a.diviner_link {
    width: 15vw;
    height: 15vw;
    margin: 0vw auto;
}

.table_type01 {
    width: 95%;
    font-size: 3.5vw;
    border: 1px solid #e0e0e0;
    margin: 0 auto 5vw;
}
.table_type01 th {
    padding: 2vw;
}	
.table_type01 th:nth-child(1){width: 23%;}
.table_type01 th:nth-child(2){}	
.table_type01 th:nth-child(3){}
.table_type01 td {padding: 2VW;}
.table_type01 td:nth-child(1){width: 30%;}
.arrow:before {
    content: "";
    display: block;
    width: 20vw;
    border-top: 10vw solid #ff96b1;
    border-right: 20vw solid transparent;
    border-left: 20vw solid transparent;
    margin: 0 auto 5vw;
}	

.diviner table td li {
    margin: 01vw 1vw;
    padding: 0.5vw 1.2vw 0.3vw;
}
.diviner table td li a {font-size: 3vw;}	

.PrecautionsList li {
    font-size: 3.5vw;
    margin-bottom: 1.5vw;
    padding-left: 3vw;
}	
.PrecautionsList li:before {
    width: 1vw;
    height: 1vw;
    top: 2vw;
}	
.PrecautionsList li .Precautions_point {
    font-size: 3.3vw;
    margin-top: 2vw;
}

.button-container {
    width: 97%;
    margin: 0 auto 5vw;
}	
.button-container a {
    width: 48.5%;
    font-size: 4vw;
    padding: 1.5vw 0;
}
.button-container a:after {
    content: "";
    right: 3vw;
    width: 2.5vw;
    height: 2.5vw;
    border-top: 0.6vw solid #ffffff;
    border-right: 0.6vw solid #ffffff;
}	
.button-container a.button-left {box-shadow: 0 1vw 0 #d576d1;}	
.button-container a.button-right {box-shadow: 0 1vw 0 #a177c3;}
	
}

@media screen and (min-width: 768px) {
.line＿break_pc{display: block;}
	
}

/* ====================================
投稿フォーム
==================================== */	

.campaign-form-wrap {
    width: 900px;
    --bg: #fffaf2;
    --panel: #ffffff;
    --panel-sub: #fff6e8;
    --line: #eadbc2;
    --line-strong: #d8c29d;
    --text: #4a3b2a;
    --text-sub: #7a6852;
    --accent: #c79b47;
    --accent-dark: #9f7530;
    --accent-soft: #f6ead2;
    --danger: #d85b4f;
    --success-bg: #f4fbf4;
    --success-line: #b9d8b8;
    --success-text: #3e6a41;
    /* --shadow: 0 10px 30px rgba(132, 103, 55, 0.10); */
    /* --shadow-focus: 0 0 0 4px rgba(199, 155, 71, 0.18); */
    /* max-width: 720px; */
    margin: 0 auto;
    padding: 0 0 50px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    box-shadow: var(--shadow);
    font-family: "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Yu Gothic",
    "Meiryo",
    sans-serif;
    color: var(--text);
    overflow: hidden;
}

.campaign-form-wrap *,
.campaign-form-wrap *::before,
.campaign-form-wrap *::after {
  box-sizing: border-box;
}

.campaign-form-wrap h2 {
    position: relative;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.04em;
    font-size: 25px;
    text-align: center;
    color: #fff;
    background: #ff96b1;
    padding: 15px 0;
    margin: 0 0 50px;
}

.campaign-form-wrap .member-info {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    align-items: center;
    margin-bottom: 28px;
    padding: 18px 20px;
    background: linear-gradient(180deg, #fffaf1 0%, #fff5e6 100%);
    border: 1px solid var(--line);
    border-radius: 16px;
    font-size: 14px;
    line-height: 1.7;
    color: var(--text-sub);
    display: none;
}

.campaign-form-wrap .member-info span {
  display: inline-block;
  margin-left: 4px;
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
}

.campaign-form-wrap .form-group {
    width: 95%;
    margin: 0 auto 30px;
    padding: 24px 24px 22px;
    background: #fbfbfb;
    /* border: 1px solid #f0e4d1; */
    border-radius: 18px;
    /* box-shadow: 0 6px 18px rgba(132, 103, 55, 0.05); */
}

.campaign-form-wrap .form-group > label,
.campaign-form-wrap .form-group > .label-like {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 700;
  color: var(--text);
}

.campaign-form-wrap .required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, #eb6d61 0%, #d85b4f 100%);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.06em;
  vertical-align: middle;
}

.campaign-form-wrap input[type="text"],
.campaign-form-wrap select,
.campaign-form-wrap textarea {
    width: 100%;
    border: 1px solid #dbdbdb;
    border-radius: 14px;
    background: #ffffff;
    color: var(--text);
    font-family: inherit;
    transition: border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
    appearance: none;
}

.campaign-form-wrap input[type="text"],
.campaign-form-wrap select {
  min-height: 56px;
  padding: 0 18px;
  font-size: 16px;
  line-height: 1.5;
}

.campaign-form-wrap textarea {
  min-height: 240px;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 1.9;
  resize: vertical;
}

.campaign-form-wrap input[type="text"]::placeholder,
.campaign-form-wrap textarea::placeholder {
  color: #b19b7b;
}

.campaign-form-wrap select {
  padding-right: 52px;
  background-image:
    linear-gradient(45deg, transparent 50%, #9d804f 50%),
    linear-gradient(135deg, #9d804f 50%, transparent 50%);
  background-position:
    calc(100% - 26px) calc(50% - 2px),
    calc(100% - 19px) calc(50% - 2px);
  background-size: 7px 7px, 7px 7px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.campaign-form-wrap input[type="text"]:focus,
.campaign-form-wrap select:focus,
.campaign-form-wrap textarea:focus {
  outline: none;
  border-color: var(--accent);
  background: #ffffff;
  box-shadow: var(--shadow-focus);
}

.campaign-form-wrap .checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.campaign-form-wrap .checkbox-item {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 16px 0 42px;
    border: 1px solid #dbdbdb;
    border-radius: 999px;
    background: #ffffff;
    font-size: 14px;
    line-height: 1.4;
    color: var(--text);
    cursor: pointer;
    transition: border-color 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.campaign-form-wrap .checkbox-item:hover {
  border-color: var(--line-strong);
  background: #fff9f0;
}

.campaign-form-wrap .checkbox-item input[type="checkbox"] {
  position: absolute;
  left: 16px;
  top: 50%;
  width: 18px;
  height: 18px;
  margin: 0;
  transform: translateY(-50%);
  accent-color: var(--accent-dark);
  cursor: pointer;
}

.campaign-form-wrap .checkbox-item:has(input[type="checkbox"]:checked) {
  border-color: var(--accent);
  background: var(--accent-soft);
  box-shadow: 0 4px 12px rgba(199, 155, 71, 0.14);
}

.campaign-form-wrap .other-input-wrap {
  margin-top: 14px;
}

.campaign-form-wrap .char-count {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.5;
  text-align: right;
  color: var(--text-sub);
}

.campaign-form-wrap .char-count.warn {
  color: #c86b16;
  font-weight: 700;
}

.campaign-form-wrap .fetch-error {
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #fff4f2;
  color: #c84e42;
  font-size: 13px;
  line-height: 1.6;
}

.campaign-form-wrap .btn-primary,
.campaign-form-wrap .btn-secondary {
  display: block;
  width: 100%;
  min-height: 60px;
  border-radius: 999px;
  font-family: inherit;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.campaign-form-wrap .btn-primary {
    border: none;
    width: 70%;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: block;
    color: #fff;
    background: #ff96b1;
    box-shadow: 0 5px 0 #d16e87;
    padding: 25px 10px;
    border-radius: 100px;
    margin: 0 auto 20px;
    position: relative;
}

.campaign-form-wrap .btn-primary:disabled {
    background: #cdcdcd;
    box-shadow: 0 5px 0 #afafaf;
    cursor: not-allowed;
    color: rgba(255, 255, 255, 0.84);
}

.campaign-form-wrap .btn-secondary {
    border: none;
    width: 70%;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: block;
    color: #fff;
    background: #7abed9;
    box-shadow: 0 5px 0 #5b97af;
    padding: 25px 10px;
    border-radius: 100px;
    margin: auto;
    position: relative;
}



.campaign-form-wrap .error-msg {
  margin-top: 16px;
  padding: 14px 16px;
  border: 1px solid #efc2bc;
  border-radius: 12px;
  background: #fff3f1;
  color: #be4a3d;
  font-size: 14px;
  line-height: 1.7;
}

.confirm-heading {
    margin: 0 0 16px;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
    color: var(--text);
    text-align: center;
}

.confirm-table {
    width: 95%;
    border-collapse: collapse;
    overflow: hidden;
    margin: 0 auto 30px;
    border: 1px solid #eadbc2;
}

.confirm-table th,
.confirm-table td {
  padding: 16px 18px;
  border-bottom: 1px solid #efe3d0;
  vertical-align: top;
}

.confirm-table tr:last-child th,
.confirm-table tr:last-child td {
  border-bottom: none;
}

.confirm-table th {
  width: 34%;
  background: #fff7ea;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
  color: var(--text-sub);
  text-align: left;
}

.confirm-table td {
  background: #ffffff;
  font-size: 15px;
  line-height: 1.9;
  color: var(--text);
  word-break: break-word;
  white-space: pre-wrap;
}

.campaign-form-wrap .success-msg {
    width: 95%;
    padding: 40px 28px;
    border: 1px solid var(--success-line);
    border-radius: 20px;
    background: linear-gradient(180deg, #fcfffb 0%, #f3fbf2 100%);
    color: var(--success-text);
    text-align: center;
    font-size: 17px;
    line-height: 1.9;
    margin: auto;
}

.campaign-form-wrap .success-msg strong {
  display: block;
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
}

.form-message{
    font-size: 16px;
    background: #ffffff;
    margin: 0 0 10px;
    padding: 10px;
}	
.form-message ul{
    margin: 10px 0;
    padding: 0 0 0 20px;
}
.form-message ul li{font-weight: bold;}



@media screen and (max-width: 767px) {
	
  .campaign-form-wrap {
    width: 97%;
    max-width: none;
    padding: 0 0 5vw;
  }

  .campaign-form-wrap h2 {
    margin: 0 0 5vw;
    padding: 2vw 0;
    font-size: 4vw;
  }

  .campaign-form-wrap h2::after {
    width: 12vw;
    height: 0.533vw;
    margin: 2.666vw auto 0;
  }

  .campaign-form-wrap .member-info {
    gap: 1.866vw 3.2vw;
    margin-bottom: 5.333vw;
    padding: 3.733vw 4vw;
    border-radius: 4vw;
    font-size: 3.466vw;
  }

  .campaign-form-wrap .member-info span {
    margin-left: 0.8vw;
    font-size: 3.866vw;
  }

  .campaign-form-wrap .form-group {
    width: 95%;
    margin: 0 auto 3vw;
    padding: 2vw;
  }

  .campaign-form-wrap .form-group > label,
  .campaign-form-wrap .form-group > .label-like {
    width: 90%;
    gap: 1.5vw;
    margin-bottom: 3vw;
    font-size: 4vw;
  }

  .campaign-form-wrap .required {
    min-width: 10.4vw;
    height: 5.866vw;
    padding: 0 1.866vw;
    border-radius: 133.2vw;
    font-size: 2.933vw;
  }

  .campaign-form-wrap input[type="text"],
  .campaign-form-wrap select {
    min-height: 12.8vw;
    padding: 0 4vw;
    font-size: 4vw;
  }

.campaign-form-wrap textarea {
	width: 100%;
    min-height: 42vw;
    padding: 3vw;
    font-size: 4vw;
    line-height: 1.8;
    margin: auto;
  }

  .campaign-form-wrap select {
    padding-right: 10.666vw;
    background-position: calc(100% - 28px) calc(50% - 2px),    calc(100% - 19px) calc(50% - 2px);
    background-size: 10px 10px, 10px 10px;
  }

  .campaign-form-wrap .checkbox-group {
    width: 97%;
    gap: 2vw;
  }

  .campaign-form-wrap .checkbox-item {
    min-height: 10.666vw;
    padding: 0 3.466vw 0 9.866vw;
    border-radius: 133.2vw;
    font-size: 3.466vw;
  }

  .campaign-form-wrap .checkbox-item input[type="checkbox"] {
    left: 3.733vw;
    width: 4.533vw;
    height: 4.533vw;
  }

  .campaign-form-wrap .other-input-wrap {
    margin-top: 2.666vw;
  }

  .campaign-form-wrap .char-count {
    margin-top: 1.866vw;
    font-size: 3.2vw;
  }

  .campaign-form-wrap .fetch-error {
    margin-top: 1.866vw;
    padding: 2.4vw 2.933vw;
    border-radius: 2.666vw;
    font-size: 3.2vw;
  }

  .campaign-form-wrap .btn-primary,
  .campaign-form-wrap .btn-secondary {
    min-height: 13.866vw;
    border-radius: 133.2vw;
    font-size: 4vw;
  }

  .campaign-form-wrap .btn-primary {
    margin-top: 5.333vw;
  }

  .campaign-form-wrap .btn-secondary {
    margin-top: 2.4vw;
    border-width: 0.266vw;
  }

  .campaign-form-wrap .error-msg {
    margin-top: 3.2vw;
    padding: 3.2vw 3.466vw;
    border-radius: 3.2vw;
    font-size: 3.466vw;
    line-height: 1.7;
  }

  .confirm-heading {
    margin: 0 0 3.2vw;
    padding: 0 0 2.666vw;
    border-bottom-width: 0.533vw;
    font-size: 5.333vw;
  }

  .confirm-table {
    width: 95% !important;
    margin-bottom: 3.2vw;
    border-radius: 4vw;
  }

  .confirm-table,
  .confirm-table tbody,
  .confirm-table tr,
  .confirm-table th,
  .confirm-table td {
    display: block;
    width: 100%;
  }

  .confirm-table tr {
    border-bottom: 0.266vw solid #efe3d0;
  }

  .confirm-table tr:last-child {
    border-bottom: none;
  }

  .confirm-table th,
  .confirm-table td {
    padding: 3.2vw 3.733vw;
    border: none;
  }

  .confirm-table th {
    font-size: 3.2vw;
    line-height: 1.6;
    margin-bottom: 3vw;
  }

  .confirm-table td {
    padding-top: 0;
    font-size: 3.733vw;
    line-height: 1.85;
  }

  .campaign-form-wrap .success-msg {
    padding: 8vw 4.533vw;
    border-radius: 4.8vw;
    font-size: 4vw;
    line-height: 1.85;
  }

  .campaign-form-wrap .success-msg strong {
    margin-bottom: 2.4vw;
    font-size: 6.133vw;
  }
	.form-message {
		font-size: 3.5vw;
		margin: 0 0 2vw;
		padding: 1.5vw;
	}
	
	
	
	
}





























mark{
	background: -webkit-linear-gradient(left, rgb(255 246 0 / 50%) 50%, transparent 50%);
    background: -moz-linear-gradient(left, rgb(255 246 0 / 50%) 50%, transparent 50%);
    background: linear-gradient(left, rgb(255 246 0 / 50%) 50%, transparent 50%);
    background-repeat: no-repeat;
    background-size: 200% 9px;
    background-position: 0% 21px;
}

.txt-wrap p{width: 95%;}

.table01{
    font-size: 18px;
    width: 100%;
    border: 1px solid var(--base-color);
    font-family: var(--base-font);
    margin: 0 0 50px;
}
.table01 tr{

}
.table01 th{
    width: 30%;
    color: #000;
    font-weight: normal;
    background: #ffe7e8;
    padding: 10px;
    border-bottom: 1px solid var(--base-color);
    border-right: 1px solid var(--base-color);
}
.table01 tr:nth-last-child(1) th{border-bottom: none;}
.table01 td{border-bottom: 1px solid var(--base-color);padding: 0 0 0 5px;}
.table01 tr:nth-last-child(1) td{border: none;}

.ul01{font-family: var(--base-font);}
.ul01 li{
	font-size: 18px;
    margin: 0 0 20px;
    line-height: 1.5;
}


.cont_margin{padding: 0;}

.container-fluid{ padding:0;}
.MainImgWrap2{
	width: 100%;
    height: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	position: relative;
}
.MainImgWrap2 .item01{
	width: auto;
    height: 93%;
    position: absolute;
    top: 20px;
}

/*ストーリー*/
.CaseStudy_container{
    width: 90%;
    margin: 0 auto 30px;
    padding: 0;
    border: 1px solid #d3d3d3;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 5px;
    background: #ffffff;
}
.CaseStudy_container h3{
    color: #fff;
    font-size: 23px;
    width: 100%;
    padding: 15px 20px;
    background: #ff7f98;	
}

.CaseStudy{
    width: 95%;
    margin: 50px auto 0;
    padding: 0 0 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}



.flexible_item {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.collapsed {
  -webkit-line-clamp: 6;
}

.expanded {
  -webkit-line-clamp: none;
}
button {
  background: none; /* 背景色をリセット */
  color: inherit; /* 親要素から色を継承 */
  border: none; /* ボーダーをリセット */
  padding: 0; /* パディングをリセット */
  margin: 0; /* マージンをリセット */
  font: inherit; /* 親要素からフォントスタイルを継承 */
  cursor: pointer; /* カーソルをポインタに設定 */
  outline: inherit; /* アウトラインを親要素から継承、または特定のスタイルを設定 */
}

.flexible_item.expanded + .toggleButton:before{
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
	top: 0;
}


/*ポップアップ*/

.txt-wrap{
    width: 95%;
    background: #fff;
    margin: auto;
    padding: 15px 0 0;
    border: 2px solid #8dc0d5;
    border-radius: 5px;
}
[id^="pop-"] {
  overflow-y: auto;
}
.lity-data-wrap{
    width: 992px;
    margin: auto;
    /* background: url(https://kizuna3.com/img/bg-shine.png),url(https://kizuna3.com/img/bg-sky.jpg); */
    /* background-position: top,center; */
    /* background-size: 65%,100%; */
    padding: 50px 0 80px;
    background: url(https://kizuna3.com/img_top/cont_back_green.png);
}
.lity-data-wrap pre{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 95%;
    margin: 0 auto 50px;
    padding: 25px;
    font-size: 17px;
    line-height: 1.5;
    border-radius: 10px;
}


img[alt="会員さまアイコン"]{
    width: 170px;
    height: auto;
    display: block;
    margin: 0 auto 30px;
    border-radius: 100px;
    border: 2px solid #8dc0d5;
}


.balloon{
    position: relative;
    padding: 20px;
    background-color: #ffffff;
    border: 2px solid #8dc0d5;
}

/* beforeで枠線の三角を表現 */
.balloon::before{
    content: '';
    position: absolute;
    margin: auto;
    display: block;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    top: -15px;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #8dc0d5;
    border-left: 15px solid transparent;
}

/* beforeで本体の三角を表現 */
.balloon::after{
    content: '';
    position: absolute;
    margin: auto;
    display: block;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    top: -12px;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid transparent;
}



/*スクロールバー*/

::-webkit-scrollbar{
   width: 10px;
}
::-webkit-scrollbar-track{
   background-color: #ccc;
}
::-webkit-scrollbar-thumb{
   background-color: #ff7f98;
}

@media (max-width: 767px) {

a.cv-btn {
    width: 93%;
    padding: 4vw 0;
    margin: 0 auto 15vw;
    font-size: 3.8vw;
}
	
	
h1{font-size: 4vw !important;}
.pc{display: none !important;}
	
video{width: 100%;}

#FixRegi{display: none;}



.br{display: block}
.big{font-size: 5vw;}

}

.appeal-wrap h2{
    width: 90%;
    margin: 80px auto 50px;
    padding: 20px 0 20px;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: #ff6c8a;
    background: #fff3f5;
    border-left: solid 10px #ff7e98;
}




.comment_wrap{
	background:#ffeaf0;
    -webkit-box-flex:1; 
	-webkit-flex: 1; 
	flex: 1;
	margin-left:15px;
	}
.comment_wrap p{
	font-size: 8px;
    font-size: 0.8rem;
	}




@media (max-width: 768px) {


.appeal-wrap h2.type07:before {
    width: 10%;
    margin-right: 3vw;
}
.appeal-wrap h2.type10:before {
	width: 8%;
    margin-right: 3vw;
}	
	

	
img[alt="ご応募ありがとうございました"] {
    margin: 0 auto 5vw;
}	
a.btn-c.type2:before {
    content: "";
    width: 7vw;
    margin-right: 3vw;
}
	

.comment_wrap{
	margin-left:0;
	margin-top:15px;
	}

.button_little{
	margin-right:15px;
	}

.thanksgiving_icon{
	margin-right:3px;
	margin-bottom:7px;
	}


.cont_title_thanks{
	color:#FFF;
	font-weight:bold;
	text-align:left;
	padding:15px 0;
	line-height:0;
	text-align:center;
	}
.cont_title_thanks h2{
	font-size: 14px;
    font-size: 1.4rem;
	font-weight:bold;
	margin:0;	
	}

@media (max-width: 768px) {

.MainImgWrap{ 
	/*background:url(../img/MainImg.png);*/
	/*background-size: 100%;*/
	position: relative;
	width:100%;
	height:554px;

}
.MainImgWrap::before{
	content: "";
/*    background: url(https://kizuna3.com/style_a/camp/img2/Woman.png);*/ 
    background-repeat: no-repeat;
    display: block;
    width: 244px;
    height: 351px;
    position: absolute;
    margin: auto;
    left: 900px;
    right: 0;
    bottom: 0;
}



.MainImgWrap > img{
}
.MainImgWrap .inner h3{ width:788px; margin: 30px auto 0;}
.Content{
	position: relative;
    width: 100%;
    position: relative;
    margin: auto;
	padding: 0;
}
.Content > img{
	display: block;
    margin: auto;
}


.ContWrap{
	padding-top: 500px;
}
.Content p{
	font-size: 18px !important;
    width: 95%;
    padding: 0;
    margin: 0 auto 20px;
}
.cont02{
    /*background: url(../img/FixBg01.png);
    background-attachment: fixed;
    background-size: 100%;*/
    width: 100%;
    padding: 30px 0 30px;
}
.cont03{
	background: #40455d;
	background: #fffeef;
    padding: 30px 0 30px;
	/*color:#fff;*/
}



.frame_01{
	width: 1000px;
    margin: auto;
    background: rgba(255, 255, 255, 1);
	border: 5px solid #f166a0;
	border-top: none;
	padding: 0 0 20px;
}
.frame_01 h2{
	background: #f166a0;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 10px 0;
	margin-bottom: 20px;
}

.MainCatchWrap{
	position: absolute;
    margin: auto;
	top: 30px;
    left: 0;
    right: 0;
    z-index: 1;
}
.MainCatchWrap > img{
	display:block;
	margin:auto;
}




.sp{ display:none !important;}


@media (max-width: 820px) {



.Content p{
	width: 95%;
    font-size: 3.5vw;
    margin: 0 auto 3vw;
    text-align: left;
    padding: 0;
}
.MainImgWrap::before{ display:none;}
.frame_01{
	width: 95%;
    border: 0.5vw solid #f166a0;
    padding: 0 0 3vw;
}

.frame_02{
	width: 95%;
    background-size: contain;
    padding: 4vw 0 4vw;
}
.cont01{padding: 37vw 0 3vw;}
.cont01::after{display:none;}
.MainImgWrap::after{ display:none;}
.MainImgWrap{
    background: url(https://kizuna3.com/style_a/camp/img2/MainImg_sp2.png);
    background-size: contain;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: calc(100%*551/750);
}
.cont_title_thanks{padding: 2vw 0;}

.MainCatchWrap{top: 3vw;}

.cont_title_thanks h2{font-size: 4vw;}
.MainCatchWrap .sp:nth-of-type(2){width: 98%;}

.frame_01 h2{
	font-size: 4vw;
    padding: 2vw 0;
}


.frame_02 h3{
	font-size: 4vw;
    margin: 0 auto 3vw;
    width: 75%;
    padding: 1vw 0;
}

span.sp_br{ display:block;}



}

@media (max-width: 767px) {
.Content p{font-size: 3.5vw !important;}
.sp{ display:block !important;}
	
}
.frame_01{border: 2px solid #e92989;}
.frame_01 h2{background: #e92989;margin-bottom: 50px;padding: 20px 0;}

mark{
    background: linear-gradient(transparent 50%,#fff7c0 50%);
    font-weight: bold;
	}


}

@media screen and (min-width:2561px) {
	
.Cont-wrap{width: 100%;max-width: unset;}
.MainImg-wrap + p, p.prologue{max-width: unset;}
picture{width: 100%;}
	
}	
	
@media screen and (max-width:767px) {

.MainImg-wrap img {
    width: 100%;
    height: auto;
}	

.appeal-wrap h2{
    width: 95%;
    margin: 8vw auto 5vw;
    padding: 2vw 0;
    text-align: center;
    font-size: 5vw;
}	
	
.frame_01 h2 {
    margin-bottom: 5vw;
    padding: 3vw 0;
}

#FixRegi{display: block;}	

.appeal-wrap p.appeal-wrap-title{
    font-size: 5vw;
    margin:0 0 3vw;	
}	

	
}
	
	