@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/*ゆっくり表示*/

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:2s;
 -ms-animation-duration:2s;
 animation-duration:2s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-50px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-170px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}



    


body {
	max-width: 780px;
    text-align: center;
	margin: auto;
	font-family:"Yu Gothic Medium" ,"游ゴシック Medium", "YuGothic", "游ゴシック体" , 'Noto Sans JP', sans-serif , "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
	font-feature-settings: "palt";
 background-color: #f1f7ff;
    color: #3e3a39;
}


.site_button {
	text-align: center;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	padding: 2% 0;
}



ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a:hover {
	color: #e9dbcb;
}

a {

    color: #e4004d;
    font-weight:bold;
	height: auto;
}
	h5 {
		font-size: 16px;
        font-weight: bold;
        color: #0054a4;
        padding-bottom:10px;
	}


.wrapper p{
    font-size: 17px;
}


    .pink-line {
      width: 100%;
      height: 12px; /* 太さ（高さ）を調整できます */
      background-color: #e5184e; /* ピンク色（画像と同じ） */
     margin-bottom: 20px;
    }


   h1 {
      white-space: nowrap; /* スマホで改行させない */
      font-size: 7rem;
      font-weight: 800; /* 太くする */
      margin: 0;
 font-family: 'M PLUS Rounded 1c', sans-serif;
       letter-spacing: 0.05rem;
}

    .subtitle {
      font-size: 3rem;
      color: #000;
      margin-bottom: -0.5em;
      font-weight: normal;
 font-family: 'M PLUS Rounded 1c', sans-serif;
    }

    h1 span {
      display: inline-block;
    }

    @media (max-width: 768px) {
   h1 {
      white-space: nowrap; /* スマホで改行させない */
      font-size: 4rem;
      font-weight: 800; /* 太くする */
      margin: 0;
 font-family: 'M PLUS Rounded 1c', sans-serif;
       letter-spacing: 0.05rem;
    }
        
            .subtitle {
      font-size: 2.2rem;
      color: #000;
      margin-bottom: -0.5em;
      font-weight: normal;
 font-family: 'M PLUS Rounded 1c', sans-serif;
    }

        
        
}







    /* 文字ごとの色分け */
    .char1 { color: #e71446; } /* 広 */
    .char2 { color: #ff7000; } /* 告 */
    .char3 { color: #66b329; } /* モ */
    .char4 { color: #004eb3; } /* デ */
    .char5 { color: #e71446; } /* ル */
    .char6 { color: #66b329; } /* 大 */
    .char7 { color: #ff7000; } /* 募 */
    .char8 { color: #004eb3; } /* 集 */
    .char9 { color: #e71446; } /* ！ */

.ribbon {
 font-family: 'M PLUS Rounded 1c', sans-serif;
  display: inline-block;
  background-color: #0053b3;
  color: white;
  font-weight: bold;
  font-size: 2.8rem;
  padding: 0.3em 2em;
  white-space: nowrap;
  position: relative;
    margin-bottom:4px;

  /* 左は逆くの字に凹み、右はくの字に凹み */
  clip-path: polygon(
    0% 0%,                  /* 左上端 */
    20px 50%,               /* 左凹み（逆くの字） */
    0% 100%,                /* 左下端 */
    100% 100%,              /* 右下端 */
    calc(100% - 20px) 50%,  /* 右凹み（くの字） */
    100% 0%                 /* 右上端 */
  );
}

.stars {
  margin-left: 0.1em;
  font-size: 1.2em;
  vertical-align: middle;
  color: #FFD700;
}

@media (max-width: 768px) {
  .ribbon {
    font-size: 1.6rem;
    padding: 0.6em 1.2em;

    clip-path: polygon(
      0% 0%,
      15px 50%,
      0% 100%,
      100% 100%,
      calc(100% - 15px) 50%,
      100% 0%
    );
  }
}	
	h2 {
		font-size: 40px;
  letter-spacing: 0.02em;
        color: #e4004d;
font-family: zeitung, sans-serif;
font-style: normal;

}
	
	h3 {
		font-size: 12px;
        font-weight: bold;
        color: #0054a4;
        padding-bottom:10px;
	}

/*エントリーボタンの上のテキスト*/
    .normal {
        color: #000;
      font-weight: bold;
      font-size: 18px;
/*      letter-spacing: 0.05em;*/
      display: inline-block;
      animation: floatUpDown 2s ease-in-out infinite;
}
    @keyframes floatUpDown {
      0%, 100% {
        transform: translateY(0);
      }
      50% {
        transform: translateY(-10px); /* 上に10px動く */
      }
    }


/*slider*/
.slider_img {
    padding:20px 0;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.slides {
  display: flex;
  transition: transform 0.5s ease;
}
.slide {
  flex: 0 0 50%;
  padding: 0 5px;
}
.slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

/* Arrows */
.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.6); /* 半透明の白 */
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #444;
  font-size: 1.2em;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.prev:hover, .next:hover {
  background: rgba(255, 255, 255, 0.9); /* ホバーで明るめに */
  color: #000;
  border-color: rgba(0, 0, 0, 0.3);
}

.prev {
  left: 10px;
}
.next {
  right: 10px;
}



/* Dots */
.dots {
  text-align: center;
  margin-top: 10px;
}
.dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background-color: #f1f7ff;
  border-radius: 50%;
  cursor: pointer;
}
.dots .dot.active {
  background-color: rgb(0 78 181);
}


/*画像2枚並べる*/
    .photo-row {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: flex-start;
      gap: 15px;
      padding: 30px;
    margin-bottom: 10px;
    }

    .photo-item {
      flex: 0 0 50%;
      max-width: 50%;
    }

    .photo-item img {
      width: 100%;
      height: auto;
      border-radius: 12px; /* ← 角丸の指定 */
      display: block;
    }



.shop {
    padding-top:10px;
    padding-bottom: 10px;
    width: 100%;
    margin: auto;
    font-size: 10px;
	height: auto;
}


.box1{
    margin: 2em 0 0;
    padding: 2em 1em 4em;
 background-image: url(../img/back.png);   
}

.inner{
    margin: 2em 0 0;
    padding: 2em 1em 2em;
background:#fff;
    border-radius: 8px;
}


.footer p{
    font-size: 10px;
    line-height: 140%;
}




.box2/*ホワイト背景*/ {
    padding: 2em 1em;
}


.box3 {
    margin:0;
    padding: 2em 1em 1em;
background: #fff;
}



.about_title span {
    font-size: 22px;
    color: #e4004d;
    line-height: 140%;
    font-weight: bold;
letter-spacing: 0.04em;
}

.merit_title p {
    font-size: 20px;
    color: #e4004d;
    line-height: 140%;
    font-weight: bold;
letter-spacing: 0.01em;
}


.goods_title_n {
    font-size: 22px;
        color: #e4004d;
    font-weight: bold;
letter-spacing: 0.05em;
font-family: zeitung, sans-serif;
}

.goods_title span {
    font-size: 20px;
        color: #e4004d;
    line-height: 120%;
    font-weight: bold;
letter-spacing: 0.05em;
}




.step {
    position: relative;
    margin: 4em 1em 0.6em;
    padding: 3em 1em;
    border: solid 2px #fede65;
    border-radius: 8px;
    background-color: #fff;
}
.step .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 25px;
    background: #FFF;
    color: #0054a4;
    font-weight: bold;
font-family: zeitung, sans-serif;

}






.step img {
    margin:auto;
    padding-top:1em; 
}

.step .tokuten p {
    font-size:2.5em;
    color: #C58A12;
    font-weight: bold;
}



.step h4 span {
    font-size: 20px;
    padding-bottom: 0.3em;
    font-weight: bold;
        color: #e4004d;

}

.step p {
    padding-top: 0.4em;
}


/*STEPの下矢印*/
.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #fede65;
  line-height: 1;
  width: 2em;
  height: 2em;
  border: 0.3em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}



.main_img{
    padding:2em 1em;
}


.box1 p span {
 
    background:linear-gradient(transparent 60%, #f8fcae 30%);
    font-weight: bold;
    font-size: 14px;
  letter-spacing: 0.05em;
}

.box3 p span {
 
    background:linear-gradient(transparent 60%, #fffabc 30%);
    font-weight: bold;
  letter-spacing: 0.05em;
    
}

.tokuten {
    padding: 1em 0 0;

}


.tokuten p {
    font-size: 25px;

}


.tokuten_title span {
    font-size: 23px;
    color: #e4004d;
    line-height: 130%;
    font-weight: bold;
letter-spacing: 0.04em;
}


.movie {
height: 80%;
  margin: 0 auto;
  overflow: visible;
  padding-bottom: 0;
  width: 90%;   /* ビデオ横幅 */}


.movie iframe {
position: relative;
  aspect-ratio:9 /16; /* ビデオの横/縦比 */}

.text{
	width: 90%;
	display: inline-block;
	text-align: left;
	font-size: 18px;
	color: #000;
	letter-spacing: 170%;
    padding-top:40px;
    padding-bottom:20px;
}

/*インタビューポップアップ*/
  .gallery {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 30px 20px;
      max-width: 600px;
      margin: auto;
    }

    .gallery img {
      width: 100%;
      cursor: pointer;
      transition: transform 0.3s;
    }

    .gallery img:hover {
      transform: scale(1.03);
    }

    .popup {
      display: none;
      position: fixed;
      z-index: 1000;
      padding-top: 80px;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0,0,0,0.6);
    }

    .popup-content {
      background-color: #fff;
      margin: auto;
      padding: 20px;
      border-radius: 8px;
      width: 90%;
      max-width: 700px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.3);
      position: relative;
    }

    .close {
      position: absolute;
      top: 10px;
      right: 15px;
      color: #aaa;
      font-size: 24px;
      font-weight: bold;
      cursor: pointer;
    }

    .popup-content img {
      max-width: 100%;
      margin: 15px 0;
      border-radius: 5px;
    }

    .popup-content p {
    text-align:left;
    line-height: 160%;

}

/*インタビューポップアップ終わり*/






.flex_test-box {
    display: flex;              /* フレックスボックスにする */
} 
.flex_test-item {
    padding: 5px;
    color:  #fff;               /* 文字色 */
    margin:  10px;              /* 外側の余白 */
}
 






/*エントリーボタン固定*/

.fixed-entry-block {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  padding: 10px 0px 3px;
  text-align: center;
  z-index: 1000;
  width: 100%;
  max-width: 780px;
  box-sizing: border-box;
}

/*   エントリーボタン固定   */






/*応募ボタン*/


.entry_title p {
    font-size: 12px;
    padding-top: 0.2em;
}


*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}
.btn,
a.btn,
button.btn {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 2rem 12rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.03em; 
  color: #212529;
  border-radius: 0.5rem;
}


a.btn {
	color: #fff;
	background-color: #eb6100;
	border-bottom: 5px solid #b84c00;
	text-shadow: 0px 0px;
}
a.btn:hover {
  margin-top: 3px;
  color: #fff;
  background: #f56500;
  border-bottom: 2px solid #b84c00;
}


.btn-wrap-pc-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  /*テスト表示用*/
  max-width: 535px;
  margin: 0 auto 20px;
    padding:0 10px;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;
}


a.btn-pc-sp {
  line-height: 1.4;

/*  width: 49.5%;
  padding: 1.25rem 0;*/

  width: 60%;
  padding: 20px 0;
  margin: 0 auto;

  color: #ffff;
    font-size: 18px;
}

a.btn-pc-sp--contact {
  color: #fff;
}

a.btn-pc-sp--tel {
  color: #fff;
}



.sp {
    display: none;
}


.wrapper {
	background-color: #ffffff;
}



table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 18px;
}
table th {
  width: 22%;
 color: #fff;
  background: #e4004d;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
}
table td {
  background: #fff;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: top;
  text-align: left;
}
    
    
table th, table td {
  display: block;
  width: 100%;
  border-bottom: none;
}
table tr:last-child td:last-child {
}


/* エリア分け部分 */
.area {
	border: 1px #464646 solid;
	padding: 2% 3%;
}

.targets {
	width: 100%;
}

[value="ALL"]:checked ~ .targets [class],
[value="ALL"]:checked ~ .targets_area [class]{
	display: block;
}

[value="北海道"]:checked ~ .targets .target:not([class~="北海道"]), 
[value="東北"]:checked ~ .targets .target:not([class~="東北"]), 
[value="関東"]:checked ~ .targets .target:not([class~="関東"]), 
[value="中部"]:checked ~ .targets .target:not([class~="中部"]), 
[value="関西"]:checked ~ .targets .target:not([class~="関西"]), 
[value="中国・四国"]:checked ~ .targets .target:not([class~="中国・四国"]), 
[value="九州・沖縄"]:checked ~ .targets .target:not([class~="九州・沖縄"]),
[value="北海道"]:checked ~ .targets .target_area:not([class~="北海道"]), 
[value="東北"]:checked ~ .targets .target_area:not([class~="東北"]), 
[value="関東"]:checked ~ .targets .target_area:not([class~="関東"]), 
[value="中部"]:checked ~ .targets .target_area:not([class~="中部"]), 
[value="関西"]:checked ~ .targets .target_area:not([class~="関西"]), 
[value="中国・四国"]:checked ~ .targets .target_area:not([class~="中国・四国"]), 
[value="九州・沖縄"]:checked ~ .targets .target_area:not([class~="九州・沖縄"]) {
	display: none;
}

/* ラジオボタンを非表示に */
input[type="radio"] {
	position: absolute;
	left: -9999px
}

/* 以下はラベルのスタイル */
.filters_area {
	width: 100%;
	margin-bottom: 3%;
}

.filters_area * {
	display: inline-block;
}

.filters_area label {
	text-align: center;
	padding: 0.25rem 1.4rem;
	margin: 0 0.1rem 0.25rem;
	min-width: 60px;
	min-height: 40px;
	line-height: 200%;
	vertical-align: bottom;
	cursor: pointer;
	transition: all 0.2s;
}

li.target_area {
	margin: 5% 0 1%;
}

li.target {
	margin: 1% 0 3%;
}



/* PC */
@media screen and (min-width: 768px) {
    
	.br-sp {
		display: none;
	}

	.movie {
		height: 80%;
		margin: 0 auto;
		overflow: visible;
		padding-bottom: 0;
		width: 70%;   /* ビデオ横幅 */
	}

	.movie iframe {
		position: relative;
		aspect-ratio:9 /16; /* ビデオの横/縦比 */
	}

	.title_logo{
		width: 20%;
		margin: auto;
		padding:0em 0em 0.5em;
	}
	
	.filters_area label:hover {
		background: #e4004d;
		color: #FFF;
	}
	
	label.area:hover {
		background: #e4004d;
		color: #FFF;
		border: 1px #e4004d solid;
	}

	[value="ALL_area"]:checked ~ .filters_area [for="ALL_area"], 
	[value="北海道"]:checked ~ .filters_area [for="北海道"], 
	[value="東北"]:checked ~ .filters_area [for="東北"], 
	[value="関東"]:checked ~ .filters_area [for="関東"], 
	[value="中部"]:checked ~ .filters_area [for="中部"], 
	[value="関西"]:checked ~ .filters_area [for="関西"], 
	[value="中国・四国"]:checked ~ .filters_area [for="中国・四国"] , 
	[value="九州・沖縄"]:checked ~ .filters_area [for="九州・沖縄"] {
		background-color: #e4004d;
		color: #fff;
		border: 1px #e4004d solid;
	}
}
    

    
/* スマホ */
@media screen and (max-width: 767px) {

	.br-pc {
    	display: none;
    }
  .text-left-sp {
    text-align: left;
  }

	.title_logo{
		width: 40%;
		margin: auto;
		padding:0em 0em 0.5em;
	}
	
	.qa-list dl {
		position: relative;
		padding: 15px 40px 15px 10px;
	}
	
	.qa-list dl::before {
		top: 20px;
		right: 20px;
		width: 7px;
		height: 7px;
	}
	
	.qa-list dl dt {
		padding: 0 0 0 30px;
		font-size: 4.5vmin;
	}
	
	.qa-list dl dt::before {
		font-size: 14px;
		top: 3px;
		left: 5px;
		content: 'Q.';
	}
	
	.qa-list dl dd::before {
		font-size: 14px;
		top: 5px;
		left: 5px;
		content: 'A.';
	}
	
	.qa-list dl dd {
		margin: 10px 0 0;
		padding: 0 0 0 30px;
		font-size: 14px;
	}
	
	.qa-list dl dd p {
		margin: 30px 0 0;
	}
	
	.qa-list dl dd p:first-child{
		margin-top: 0;
	}

	table {
	  width: 100%;
	  border-collapse: collapse;
	  border-spacing: 0;
	  font-size: 16px;
	}

	.wrapper p{
		font-size: 15px;
	}


	.box1 p span {
		font-weight: bold;
		letter-spacing: 0.05em;
	}

	.box3 p span {
		font-weight: bold;
		font-size: 22px;
		letter-spacing: 0.05em;
	}
	
	.merit_title p {
		font-size: 20px;
		color: #e4004d;
		line-height: 140%;
		font-weight: bold;
		letter-spacing: 0.01em;
	}
	
	.step .tokuten p {
		font-size:20px;
		color: #e4004d;
		font-weight: bold;
	}
	
	.entry_title p {
		font-size: 12px;
		padding-top: 0.2em;
	}
	
	.tokuten p {
		font-size: 20px;
		line-height: 140%;
	}
	    
	
	.button02 a {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto;
		padding: 1em 2em;
		width: 70%;
		color: #fff;
		font-size: 18px;
		font-weight: 700;
		background-color: #76c8e5;
		border-radius: 50vh;
	}  
	
	table th, table td {
		display: block;
		width: 100%;
		border-bottom: none;
	}
	
	table tr:last-child td:last-child {
	}
	
	.shop p {
		font-size: 11px;
		height: auto;
	}
	
	.filters_area label:hover {
		background-color: #e4004d;
		color: #fff;
		border: 1px #e4004d solid;		
	}

	[value="ALL_area"]:checked ~ .filters_area [for="ALL_area"], 
	[value="北海道"]:checked ~ .filters_area [for="北海道"], 
	[value="東北"]:checked ~ .filters_area [for="東北"], 
	[value="関東"]:checked ~ .filters_area [for="関東"], 
	[value="中部"]:checked ~ .filters_area [for="中部"], 
	[value="関西"]:checked ~ .filters_area [for="関西"], 
	[value="中国・四国"]:checked ~ .filters_area [for="中国・四国"] , 
	[value="九州・沖縄"]:checked ~ .filters_area [for="九州・沖縄"]  {
		background-color: #e4004d;
		color: #fff;
		border: 1px #e4004d solid;	
	}
}     
    


