
@charset "UTF-8";
*,
:after,
:before {
  margin: 0;
  padding: 0;
  list-style: none;
  background-repeat: no-repeat;
  box-sizing: inherit;
  vertical-align: inherit;
}
body,
html {
  height: 100%;
}
html {
  font-size: 13px;
}
@media all and (max-width: 768px) {
  html {
    font-size: 13px;
  }
}
@media all and (max-width: 450px) {
  html {
    font-size: 12px;
  }
}
body {
  text-align: left;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: 0.025em;
  -webkit-text-size-adjust: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 13px;
}
@media all and (max-width: 768px) {
  body {
    font-size: 13px;
  }
}
@media all and (max-width: 450px) {
  body {
    font-size: 12px;
  }
}
a,
a img,
button {
  outline: 0;
  border: none;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
}
a:hover,
button:hover {
  outline: 0;
}
a:disabled,
button:disabled,
input:disabled {
  pointer-events: none;
}
em,
i {
  font-style: normal;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
input[type="number"] {
  -webkit-appearance: none;
  border-radius: 0;
  -moz-appearance: textfield;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]:focus {
  outline-offset: -2px;
}
input[type="search"]::-webkit-search-decoration {
  display: none;
}
button,
input,
textarea {
  font-family: inherit;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
  background: 0 0;
  font-family: inherit;
  font-weight: inherit;
}
::-moz-selection {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
::selection {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
img::-moz-selection {
  background: grey;
}
img::selection {
  background: grey;
}
.gc--header {
  padding: 5px 15px;
  height: 50px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
}
@media all and (max-width: 450px) {
  .gc--header {
    height: 40px;
  }
}
.gc--header .logo {
  height: 20px;
  width: auto;
  font-size: 0;
}
@media all and (max-width: 450px) {
  .gc--header .logo {
    height: 15px;
  }
}
.gc--header .logo img {
  height: 100%;
  width: auto;
}
.gc--header .sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}



[data-animate*=fade] {
	opacity: 0;
}

#yokai {
  background-color: #e9e9e9;
}

.contents_wrapper {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-color: #000;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media all and (max-width: 768px) {
  .contents_wrapper {
    width: 90vw;
  }
}
@media all and (max-width: 450px) {
  .contents_wrapper {
  margin: 0 auto;
  }
}


#main-visual {
  background-color: #fff100;
  width: 100%;
}

.main_wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
}



.main_wrapper .accordion-003 {
	width: 700px;
	margin: 0 auto;
	border: 6px solid #797d6b;
	cursor: pointer;
    background-color: #d6394c;
}

.main_wrapper .accordion-003 div {
	text-align: center;
	padding-top: 10px;
}

.main_wrapper .accordion-003 summary div img {
	width: 280px;
}

.main_wrapper .accordion-003 summary::after {
	display: block;
    transform: translateY(-25%) rotate(45deg);
    width: 15px;
    height: 15px;
    margin-left: 50%;
    border-bottom: 4px solid #f6eef2;
    border-right: 4px solid #f6eef2;
    content: '';
    transition: transform .3s;
	margin-bottom: 10px;
}

.accordion-003[open] summary::after {
    border-bottom: 4px solid #f6eef2;
    border-right: 4px solid #f6eef2;
    transform: rotate(225deg);
}

.main_wrapper .accordion-003 .detail {
	border-top: 6px solid #797d6b;
	background: url("../img/bg_47yokai_detail.png") repeat top left;
	background-size: contain;
    margin: 0;
    padding: 10px;
    color: #333333;
    transition: transform .5s, opacity .5s;
}


.main_wrapper .accordion-003 .detail dt {
	margin-bottom: 20px;
}

.main_wrapper .accordion-003 .detail dt img {
	width: 620px;
}

.main_wrapper .accordion-003 .detail dd {
	margin-bottom: 20px;
}

.main_wrapper .accordion-003 .detail dd img {
	width: 380px;
}

#t-shirt {
  background-color: #fff799;
  width: 100%;
}

.t-shirt_wrapper {
	width: 1000px;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 60px 80px 0;
}

.t-shirt_wrapper .heading {
	position: relative;
}

.t-shirt_wrapper .heading h2 {
	text-align: center;
	margin-bottom: 40px;
}

.t-shirt_wrapper .heading h2 img {
	width: 800px;
}


.t-shirt_wrapper .visual {
	position: relative;
}

.t-shirt_wrapper .visual h3 {
	margin-bottom: 60px;
}

.t-shirt_wrapper .visual .betobetosan {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 10%;
}

.t-shirt_wrapper .visual .tengu {
	position: absolute;
	top: 445px;
    right: 100px;
    width: 12%;
}

.t-shirt_wrapper .visual .niryu-no-matsu {
	position: absolute;
    top: 512px;
    left: 242px;
    width: 18%;
}



.t-shirt_wrapper .items_wrapper {
	display: flex;
	flex-wrap: wrap;
}

.t-shirt_wrapper .item {
	position: relative;
	width: 420px;
	margin-bottom: 80px;
}

.t-shirt_wrapper .item .seto-taishou-isshiki-kazari {
	position: absolute;
    bottom: 10px;
    right: 0;
    width: 20%;
}

.t-shirt_wrapper .item .aka-shaguma {
	position: absolute;
    bottom: -40px;
    left: 0;
    width: 20%;
}

.t-shirt_wrapper .item dt {
	text-align: center;
	margin-bottom: 10px;
}

.t-shirt_wrapper .item ul {
	width: 180px;
	margin: 0 auto;
}

.t-shirt_wrapper .item li {
	margin-bottom: 10px;
}

#goods {
  background-color: #fffcd1;
  width: 100%;
}

.goods_wrapper {
	width: 1000px;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 60px 80px;
}

.goods_wrapper .heading {
	position: relative;
}

.goods_wrapper .heading h2 {
	text-align: center;
	margin-bottom: 40px;
}

.goods_wrapper .heading h2 img {
	width: 600px;
}

.goods_wrapper .heading .shizukamochi {
	position: absolute;
	top: 10px;
    right: 0;
    width: 15%;
}

.goods_wrapper .visual {
	position: relative;
}

.goods_wrapper .visual h3 {
	margin-bottom: 60px;
}

.goods_wrapper .visual .choutaro-kappa {
	position: absolute;
    top: 296px;
    right: 286px;
    width: 14%;
}

.goods_wrapper .visual .tantankororin {
	position: absolute;
    top: 632px;
    right: 90px;
    width: 10%;
}

.goods_wrapper .visual .yamawaro {
    position: absolute;
    bottom: -40px;
    left: -36px;
    width: 15%;
}

.goods_wrapper .visual .toufu-kozou {
    position: absolute;
    bottom: -40px;
    right: -42px;
    width: 12%;
}


.goods_wrapper .items_wrapper {
	display: flex;
	flex-wrap: wrap;
}

.goods_wrapper .item {
	position: relative;
	width: 420px;
	margin-bottom: 80px;
}

.goods_wrapper .item .kotofurunushi {
	position: absolute;
    bottom: 0;
    left: -110px;
    width: 35%;
}

.goods_wrapper .item .ijuu {
	position: absolute;
    bottom: 0;
    right: -110px;
    width: 26%;
}

.goods_wrapper .item .aka-shaguma {
	position: absolute;
    bottom: -40px;
    left: 0;
    width: 20%;
}

.goods_wrapper .item dt {
	text-align: center;
	margin-bottom: 10px;
}

.goods_wrapper .item ul {
	width: 180px;
	margin: 0 auto;
}

.goods_wrapper .item li {
	margin-bottom: 10px;
}

#link {
  background-color: #fff100;
  width: 100%;
}

.link_wrapper {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 20px 80px;
}

.link_wrapper dl {
	width: 520px;
	margin: 0 auto 60px;
}

.link_wrapper dl dt {
	margin-bottom: 10px;
}

.link_wrapper .fukuma-kabuse {
	position: absolute;
    bottom: 20px;
    right: 70px;
    width: 13%;
}

.link_wrapper .hiyoribou {
    position: absolute;
    bottom: 20px;
    left: 70px;
    width: 12%;
}



#profile {
 	background: url("../img/bg_profile.jpg") no-repeat left top;
	background-size: cover;
 	width: 100%;
	border: 10px solid #797d6b;
}

.profile_wrapper {
	position: relative;
	width: 660px;;
	margin: 0 auto;
	padding: 40px 80px;
}

.profile_wrapper .profile_detail {
	display: flex;
	margin: 0 auto 20px;
}

.profile_wrapper .profile_detail .profile_image {
	width: 200px;
}

.profile_wrapper .profile_detail .profile_image img {
	width: 180px;
}

.profile_wrapper .profile_detail .profile_info {
	font-size: 14px;
	text-align: center;
}

.profile_wrapper .profile_detail .profile_info h3 {
	width: 200px;
	margin: 0 auto 10px;
}

.profile_wrapper .sns {
	width: 220px;
	margin: 0 auto;
	display: flex;
}

.profile_wrapper .sns li {
	width: 60px;
}

.profile_wrapper .sns li {
	margin-right: 20px;
}

.profile_wrapper .sns li:last-child {
	margin-right: 0;
}




#copyright {
 	background-color: #fff100;
	background-size: cover;
 	width: 100%;
}

.copyright_wrapper {
	position: relative;
	text-align: center;
	margin: 0 auto;
	padding: 20px;
}

.copyright_wrapper img {
	width: 120px;
}




#yokai .sp {
	display: none !important;
}

@media(max-width:768px) {

	#yokai .sp {
		display: block !important;
	}

	#yokai .pc {
		display: none !important;
	}
	
	.contents_wrapper {
		width: 100%;
	}
	
	.main_wrapper {
		width: 100%;
	}
	

	.main_wrapper .accordion-003 {
		width: auto;
		margin: 3vw;
	}

	.main_wrapper .accordion-003 summary div img {
		width: 50%;
	}

	.main_wrapper .accordion-003 .detail {
		background: url("../img/bg_47yokai_detail_sp.png") repeat top left;
		background-size: contain;
		margin: 0;
		padding: 3vw;
	}


	.main_wrapper .accordion-003 .detail dt {
		margin-bottom: 20px;
	}

	.main_wrapper .accordion-003 .detail dt img {
		width: 100%;
	}

	.main_wrapper .accordion-003 .detail dd {
		margin-bottom: 20px;
	}

	.main_wrapper .accordion-003 .detail dd img {
		width: 80%;
	}
	
	
	.t-shirt_wrapper {
		width: 90%;
		padding: 3vw
	}

	.t-shirt_wrapper .heading {
		position: relative;
	}

	.t-shirt_wrapper .heading h2 {
		margin-bottom: 3vw;
	}

	.t-shirt_wrapper .heading h2 img {
		width: 100%;
	}
	
	.t-shirt_wrapper .heading .tengu {
		position: absolute;
		top: 0;
		right: 0;
		width: 20%;
	}

	.t-shirt_wrapper .visual h3 {
		margin-bottom: 3vw;
	}

	.t-shirt_wrapper .visual .betobetosan {
		position: absolute;
		top: 1%;
		left: 5%;
		width: 18%;
	}

	.t-shirt_wrapper .visual .niryu-no-matsu {
		position: absolute;
        top: 37%;
        left: 60%;
        width: 38%;
	}

	.t-shirt_wrapper .visual .seto-taishou-isshiki-kazari {
		position: absolute;
		bottom: -1%;
        right: 40%;
        width: 20%;
        z-index: 100;
	}
	
	

	.t-shirt_wrapper .item {
		width: 50%;
		margin-bottom: 5vw;
	}

	.t-shirt_wrapper .item .aka-shaguma {
		position: absolute;
        bottom: 402%;
        left: 73%;
        width: 24%;
	}

	.t-shirt_wrapper .item dt {
		text-align: center;
		margin-bottom: 2vw;
	}

	.t-shirt_wrapper .item ul {
		width: 80%;
		margin: 0 auto;
	}

	.t-shirt_wrapper .item li {
		margin-bottom: 2vw;
	}

	
	

	


	.goods_wrapper {
		width: 90%;
		padding: 3vw;
	}

	.goods_wrapper .heading h2 {
		margin-bottom: 3vw;
	}

	.goods_wrapper .heading h2 img {
		width: 100%;
	}

	.goods_wrapper .heading .shizukamochi {
        position: absolute;
        top: -10%;
        left: 0;
        width: 23%;
	}

	.goods_wrapper .visual {
		position: relative;
	}

	.goods_wrapper .visual h3 {
		margin-bottom: 60px;
	}

	.goods_wrapper .visual .choutaro-kappa {
		position: absolute;
        top: 44%;
        right: -7%;
        width: 18%;
	}

	.goods_wrapper .visual .tantankororin {
		position: absolute;
		top: 18%;
        right: 24%;
        width: 16%;
	}

	.goods_wrapper .visual .yamawaro {
		position: absolute;
        bottom: 22%;
        left: -6%;
        width: 22%;
	}

	.goods_wrapper .visual .toufu-kozou {
		position: absolute;
        bottom: 2%;
        right: -7%;
        width: 16%;
	}


	.goods_wrapper .items_wrapper {
		display: flex;
		flex-wrap: wrap;
	}

	.goods_wrapper .item {
		width: 50%;
		margin-bottom: 5vw;
	}

	.goods_wrapper .item .kotofurunushi {
		position: absolute;
		bottom: 0;
		left: -110px;
		width: 35%;
	}

	.goods_wrapper .item .ijuu {
		position: absolute;
		bottom: 0;
		right: -110px;
		width: 26%;
	}

	.goods_wrapper .item .aka-shaguma {
		position: absolute;
		bottom: -40px;
		left: 0;
		width: 20%;
	}

	.goods_wrapper .item dt {
		text-align: center;
		margin-bottom: 2vw;
	}

	.goods_wrapper .item ul {
		width: 80%;
		margin: 0 auto;
	}

	.goods_wrapper .item li {
		margin-bottom: 2vw;
	}
	
	
	
	

	
	#link {
	  background-color: #fffcd1;
	  width: 100%;
	}

	.link_wrapper {
		width: 90%;
		padding: 3vw;
	}

	.link_wrapper dl {
		width: 100%;
        margin: 26vw auto 9vw;
	}

	.link_wrapper dl dt {
		margin-bottom: 1vw;
	}
	
	.link_wrapper .kotofurunushi {
        position: absolute;
        top: 0%;
        left: 6%;
        width: 22%;
	}

	.link_wrapper .fukuma-kabuse {
        position: absolute;
        top: 2%;
        left: 52%;
        width: 20%;
	}

	.link_wrapper .hiyoribou {
		position: absolute;
        top: 8%;
        left: 32%;
        width: 18%;
	}

	.link_wrapper .ijuu {
		position: absolute;
        top: 2%;
        right: 8%;
        width: 16%;
	}

	#profile {
		  background-image: url("../img/bg_profile_sp.png"), url("../img/bg_profile_sp.png");
		  background-repeat: no-repeat, no-repeat;
		  background-position: top right,bottom left;
		background-size: 40%,40%;
		background-color: #fff5eb;
		width: 100%;
		border: 10px solid #797d6b;
	}

	.profile_wrapper {
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 10vw 2vw;
	}


	.profile_wrapper .profile_detail .profile_image img {
		width: 180px;
	}

	.profile_wrapper .profile_detail .profile_info {
		font-size: 14px;
		text-align: center;
		margin: 0 auto;
	}

	.profile_wrapper .profile_detail .profile_info h3 {
		width: 40vw;
		margin: 0 auto 3vw;
	}

	.profile_wrapper .sns {
		width: 220px;
		margin: 0 auto;
		display: flex;
	}

	.profile_wrapper .sns li {
		width: 60px;
	}

	.profile_wrapper .sns li {
		margin-right: 20px;
	}

	.profile_wrapper .sns li:last-child {
		margin-right: 0;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.period_wrapper {
		width: 100%;
		margin: 0 auto;
		padding: 1% 0 4% 0;
		background-image: none;
	}
	
	.period_wrapper h2 {
		text-align: center;
		padding: 4% 4% 0;
	}
	
	
	.faq {
		width: 72%;
	}
	
	
	.entry {
		width: 100%;
		margin: 0 auto;
	}

	.entry h3 {
		margin-bottom: 1%;
	}


	.entry .btn {
		width: 100%;
		margin: 0 auto;
		display: block;
	}

	.entry .btn li:first-child {
		display: none;
	}

	.entry .btn li:nth-child(2) {
		width: 72%;
		margin: 2% auto 8%;
	}

	.entry .btn li:last-child {
		display: none;
	}
	
	
	
	.prize_wrapper h2 {
		padding: 4% 0 0;
		width: 58%;
		margin: 0 auto;
	}

	.prize_wrapper .prize ul {
		width: 96%;
		margin: 0 auto 2%;
		display: block;
		flex-wrap: wrap;
	}

	.prize_wrapper .prize ul li {
		margin-bottom: 5%;
	}

	.prize_wrapper .prize ul li:nth-child(4) {
		width: 100%;
		margin-right: ;
	}

	.prize_wrapper .prize ul li:nth-child(5) {
		width: 100%;
	}
	
	
	
	.entry_wrapper {
		margin: 0 auto;
		padding: 1% 0 2% 0;
		background-color: #e5d1b8;
		background-image: url("../img/bg_left-top.png"),url("../img/bg_right-bottom.png");
		background-repeat: no-repeat,no-repeat;
		background-position: left top,right bottom;
		background-size: contain,contain;
	}

	.entry_wrapper h2 {
		padding: 4% 0 0;
		width: 58%;
		margin: 0 auto;
	}

	.entry_wrapper .entry_flow p {
		width: 94%;
		margin: 0 auto 2%;
	}



	.attention_wrapper {
		margin: 0 auto;
		padding: 1% 0 2% 0;
		background-image: none;
	}

	.attention_wrapper h2 {
		text-align: center;
		padding: 4% 6% 2%;
	}

	.attention_wrapper .attention p {
		width: 94%;
		margin: 0 auto 2%;
	}
	
	
	
	
	.contract_wrapper {
		margin: 0 auto;
		padding: 1% 0 8% 0;
		background-color: #e5d1b8;
		background-image: url("../img/bg_left-top.png"),url("../img/bg_right-bottom.png");
		background-repeat: no-repeat,no-repeat;
		background-position: left top,right bottom;
		background-size: contain,contain;
	}

	.contract_wrapper h2 {
		text-align: center;
		padding: 2% 26%;
	}

	.contract_wrapper .contract .inlineframe {
		width: 94%;
		margin: 0 auto 5%;
		background-color: #FFFFFF;
		height: 46vh;
		overflow: auto;
		overflow-y: scroll;
		overflow-x: hidden;
		padding: 2%;
	}

	.contract_wrapper .contract .inlineframe h3 {
		margin-bottom: 2%;
	}

	.contract_wrapper .contract .inlineframe p {
		margin-bottom: 2%;
	}

	.contract_wrapper .contract .inlineframe ul {
		margin-bottom: 2%;
	}

	.contract_wrapper .contract .inlineframe p.note {
		margin-top: -2%;
		text-indent: -1em;
		padding-left: 1em;
	}

	.contract_wrapper .contract .inlineframe .note li {
		text-indent: -1em;
		padding-left: 1em;
	}

	.contract_wrapper .contract .inlineframe .note_number li {
		text-indent: -1.5em;
		padding-left: 1.5em;
	}

	.contract_wrapper .contract a:link {
		text-decoration: underline;
		color: #0000cc;
	}

	.contract_wrapper .contract a:hover {
		text-decoration: none;
		color: #0066ff;
	}
	
}







.fade-in-element {
    opacity: 0;
    transform: translateY(30px); /* 下から浮き上がる演出 */
    transition: opacity 0.8s ease-out, transform 0.8s ease-out; /* アニメーションの速度と種類 */
}
.fade-in-element.is-visible { /* JavaScriptで追加するクラス */
    opacity: 1;
    transform: translateY(0);
}

