body {
	background-color: #f9f5e8;
}
.pc_only{display: inline-block;}
.sp_only{display: none;}
.inner_class {
	position: relative;
	color: #333;
}
.inner_class p{
	font-size: 16px;
	font-weight: 400;
    text-align: left;
    line-height: 1.8em;
}
.inner_class h2{
	font-size: 20px;
    font-weight: bold;
    padding: 0;
}
.inner_class h3{
	font-size: 25px;
    font-weight: 900;
    line-height: 1.5em;
}
.inner_class a{
	font-size: 16px;
}
.inner_class dl,
.inner_class dl p{
	font-size: 15px;
	font-weight: 400;
	text-align: left;
	line-height: 1.5em;
}

.main_wrap {
	position: relative;
	width: 600px;
    margin: 0 auto;
    padding: 80px 0 40px;
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
    z-index: 2;
}
.title_con img{
	width: 100%;
}
.title_con_img{
	margin-top: -10px;
    padding: 0 65px;
}
.title_con_img p{
	font-size: 14px;
    line-height: 1.5em;
    margin: 15px 0 10px;
    padding: 0 10px;
}
.title_con_txt{
	padding: 30px 70px 50px;
}
.title_con_txt h3{
	margin-bottom: 10px;
    letter-spacing: -0.02em;
}
.title_con_txt p{
	margin-bottom: 30px;
}
.title_con_txt p.link_btn{
	display: flex;
    justify-content: center;
    align-items: center;
    background-color: #433733;
    color: #fff;
    width: 100%;
    height: 70px;
    margin: 0 auto;
    border-radius: 35px;
    cursor : pointer;
    transition: 0.2s;
    position: relative;
}
.title_con_txt p.link_btn:after{
	content: '';/*何も入れない*/
	display: inline-block;
	width: 16px;
    height: 16px;
	background-image: url(./img/modal_ico.webp);
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}
.title_con_txt p.link_btn:hover{
	opacity: 0.8;
}

/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 2000; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}
.modalWrapper {
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 700px;
    width: 90%;
    padding: 4% 5%;
    background-color: #fff;
    color: #333;
}
.closeModal1 {
  position: absolute;
    top: -1px;
    right: 5px;
    cursor: pointer;
    font-size: 30px;
}
.closeModal2{
	display: inline-block;
    border: solid 1px;
    max-width: 200px;
    width: 80%;
    padding: 15px 0;
    margin-top: 20px;
    border-radius: 35px;
    cursor: pointer;
}
.gelato_popularity{
	display: flex;
    flex-flow: wrap;
    justify-content: space-around;
}
.gelato_con{
	width: calc(100% / 5 - 10px);
    margin: 5px;
    text-align: left;
}
.gelato_con img{
	width: 100%;
}
.gelato_con p{
	font-size: 10px;
    line-height: 1.3em;
    margin-top: 1px;
}
/* モーダルCSS ここまで */


.overview {
    padding: 30px 60px 50px;
}
.overview h2{
	color: #b82f1e;
	margin-bottom: 20px;
}
.overview dt{
	background-color: #b82f1e;
    color: #fff;
    padding: 10px 15px;
    margin-bottom: 10px;
}
.overview dd{
	margin-bottom: 20px;
}
.naiyou p:first-of-type,
.naiyou p:nth-of-type(3){
	font-size: 1.1em;
	font-weight: bold;
	text-indent: -1em;
    padding-left: 1em;
}
.naiyou p:nth-of-type(2),
.naiyou p:nth-of-type(4){
	padding-left: 1em;
	margin-bottom: 8px;
}
.note span{
	font-size: 0.9em;
}
.tyuui p{
	text-indent: -1em;
    padding-left: 1em;
}

.main_wrap .entry_btn {
	display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #fff;
    background-color: #b82f1e;
    width: 100%;
    height: 70px;
    border-radius: 35pc;
    position: relative;
    margin-top: 30px;
}
.main_wrap .entry_btn:hover{
	opacity: 0.8;
	transition: 0.3s;
}
.main_wrap .entry_btn.no_entry{
	background-color: #b3b3b3;
	margin-bottom: 40px;
	pointer-events: none;
}
.main_wrap .entry_btn::before {
	content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    box-sizing: border-box;
    border: 8px solid transparent;
    border-left: 13px solid #fff;
}
.main_wrap .entry_btn.no_entry::after {
	content: '※2026年2月2日（月）から受け付け予定。\Aぜひお気に入りに登録してください！';
	white-space: pre;
	display: block;
	position: absolute;
	bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: #333;
    width: 100%;
    font-size:14px;
}

.faq {
	padding: 30px 60px 50px;
}
.faq h2 {
    margin-bottom: 20px;
}
.faq dl dt {
    position: relative;
    margin-bottom: 10px;
    padding: 18px 40px 18px 45px;
    color: #fff;
    background: #433733;
    cursor: pointer;
    text-align: left;
    transition: 0.3s;
}
.faq dl dt::before {
    content: "Q";
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    left: 17px;
    top: 47%;
    transform: translateY(-47%);
    -webkit-transform: translateY(-47%);
    -ms-transform: translateY(-47%);
}
.faq dl dt::after {
    content: "";
    position: absolute;
    right: 25px;
    top: 38%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 10px;
    height: 10px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    font-size: 16px;
}
.faq dl dt:hover{
	opacity: 0.8;
}
.faq dl dd {
    display: none;
    padding: 0 15px 20px 15px;
    line-height: 1.7em;
}
.faq dl .open::after {
    transform: rotate(-45deg);
    top: 45%;
}
.faq a.entry_btn{
	margin-top: 60px;
}

.back_wrap{
	position: fixed;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
    z-index: 1;
    opacity: 0.15;
}
.back_wrap img{
	width: 100%;
}
.back_wrap .splide{
	margin-bottom: 20px;
}

.sns_shere_wrap {
    display: flex;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    margin-top: 50px;
    margin-bottom: 60px;
}
.sns_shere_wrap .shere_btn {
    max-width: 42px;
}
.sns_shere_wrap .shere_btn:nth-child(-n+2) {
    margin-right: 22px;
}
.sns_shere_wrap .shere_btn img {
	width: 100%;
}

footer{
	position: relative;
    z-index: 10;
}

@media screen and (max-width: 1024px) {
.main_wrap {
	padding-top: 65px;
}
}

@media screen and (max-width: 768px) {
.main_wrap{
	width: 100%;
	box-shadow: none;
}
.title_con_img{
	padding: 0 75px;
}
.title_con_txt,
.overview,
.faq{
	padding: 30px 75px 50px;
}
.back_wrap{
	display: none;
}
}

@media screen and (max-width: 550px){
.pc_only{display: none;}
.sp_only{display: inline-block;}
.inner_class h3{
	font-size: 22px;
}
.inner_class p{
	font-size: 14px;
}
.inner_class dl,
.inner_class dl p{
	font-size: 14px;
	line-height: 1.6em;
}
.title_con_img{
	padding: 0 25px;
}
.title_con_txt,
.overview,
.faq{
	padding: 30px 25px 50px;
}
.modalWrapper{
	padding: 6% 5%;
}
.gelato_con{
	width: calc(100% / 4 - 10px);
	margin: 3px;
}
.closeModal2{
	max-width: 180px;
    width: 60%;
    padding: 12px 0;
    margin-top: 10px;
}
}
