@charset "UTF-8";
@import url(normalize.css);
@import url(reset.css);
@import url(hack.css);

.sp {display:none!important;}
.pc {}

body {
	font-family: 'Noto Sans JP', sans-serif;
}


header {
	width: 100%;
	box-shadow: 0px 6px 6px #0000004D;
	background-color: white;
	padding: 20px 0 10px;
	position: relative;
	z-index: 10;
}

header img {
	width: 95%;
	max-width: 303px;
}

.top_img {
	width: 100%;
	height: 720px;
	background-image: url("../images/top_bg.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}

.posirion_1280 {
	position: relative;
	width: 100%;
	height: 720px;
	max-width: 1100px;
	top: 0;
	margin: 0 auto;
}

.top_img img {
	position: absolute;
	bottom: 0;
	left: 60%;
	transform: translateX(-50%);
}


.top_img p {
	position: absolute;
	width: 242px;
	height: 242px;
	font-weight: 800;
	color: black;
	background-color: #FED831;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	
}

.top_img .left_comment {
	left: 10px;
	top: 50px;
	text-align: center;
	font-size: 20px;
}

.top_img .right_comment {
	right: 10px;
	bottom: 50px;
	text-align: left;
	font-size: 24px;
}

.store_area {
	margin-top: 22px;
}

.store_area span {
	display: inline-block;
}

.store_title {
	color: #1A9FE8;
	font-size: 24px;
	font-weight: 800;
	width: 90%;
	text-align: center;
	margin: 0 auto;
}

.store_link {
	display: flex;
	width: 450px;
	margin: 17px auto 36px;
	justify-content: space-between;
}

.store_comment {
	width: 90%;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 700;
}


.use_area {
	margin-top: 44px;
}


.s_04 .accordion_one {
  max-width: 100%;
  margin: 0 auto;
}
.s_04 .accordion_one .accordion_header {
  background-color: #61D3A1;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 20px 11%;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.s_04 .accordion_one:nth-of-type(2) .accordion_header {
    background-color: #F6CA61;
}
.s_04 .accordion_one:nth-of-type(3) .accordion_header {
    background-color: #5BA7EA;
}
.s_04 .accordion_one:nth-of-type(4) .accordion_header {
    background-color: #EA5877;
}
.s_04 .accordion_one .accordion_header:hover {
  opacity: .8;
}
.s_04 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.s_04 .accordion_one .accordion_header.stay .i_box {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.s_04 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_04 .accordion_one .accordion_header.stay .i_box .one_i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.s_04 .accordion_one .accordion_header.stay.open .i_box .one_i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.s_04 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.s_04 .accordion_one .accordion_header.stay.open .i_box {
  -webkit-transform: rotate(315eg);
  transform: rotate(315deg);
}
.s_04 .accordion_one .accordion_header .i_box .one_i:before, .s_04 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_04 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.s_04 .accordion_one .accordion_header.stay .i_box .one_i:before {
  content: none;
}
.s_04 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_04 .accordion_one .accordion_header.stay.open .i_box .one_i:before {
  content: "";
}
.s_04 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_04 .accordion_one .accordion_header.stay.open .i_box .one_i:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.s_04 .accordion_one .accordion_inner {
  display: none;
  padding: 50px 30px 30px;
  box-sizing: border-box;
  background-color: #F7F7F7;
}
.s_04 .accordion_one .accordion_inner.open {
  display: block;
}

.s_04 .accordion_one .accordion_inner .box_one {
  height: auto;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.s_04 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .s_04 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}



.img_position {
	position: relative;
	height: 400px;
	width: 400px;
}

.img_position img {
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%)
}

.img_position img:first-child {
	z-index: 10;
}

.use_comment {
	width: 512px;
	text-align: left;
	position: relative;
	z-index: 10;
}

.use_comment .know_color {
	background-color: #61D3A1;
	color: white;
	font-weight: 700;
	padding: 3px 13px;
}

.use_comment .watch_color {
	background-color: #F6CA61;
	color: white;
	font-weight: 700;
	padding: 3px 13px;
}

.use_comment .send_color {
	background-color: #5BA7EA;
	color: white;
	font-weight: 700;
	padding: 3px 13px;
}

.use_comment .enjoy_color {
	background-color: #EA5877;
	color: white;
	font-weight: 700;
	padding: 3px 13px;
}

.use_comment p {
	font-size: 15px;
	font-weight: 600;
	margin: 13px 0 28px;
}

.use_comment span {
	display: inline-block;
}



.news_title {
	font-size: 24px;
	font-weight: 700;
	background-color: #4572BE;
	width: 100%;
	max-width: 1024px;
	color: white;
	margin: 60px auto 0;
	height: 66px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.news_list {
	width: 98%;
	max-width: 1024px;
	margin: 0 auto 80px;
}

.news_list li{
	display: flex;
	border-bottom: 1px solid #4572BE;
	padding-bottom: 20px;
	margin-top: 20px;
	gap:20px;
	align-items: center;
	flex-wrap: nowrap;
}

.news_list .day {
	background-color: #4572BE;
	border-radius: 20px;
	color: white;
	width: 136px;
	font-weight: 700;
}

.news_list .text {
	font-weight: 700;
	text-align: left;
	width: 85%;
}


footer {
	background-color: #707070;
	color: white;
	padding: 20px 0;
}

footer .footer_flex {
	display: flex;
	justify-content: center;
	gap:10px;
}

footer a {
	color: white;
}

.footer_flex .contact_title {
	font-size: 18px;
}

.footer_flex p {
	font-size: 16px;
}

.contact_flex {
	display: flex;
	gap:20px;
	flex-wrap: wrap;
}

@media screen and (max-width:700px){
.contact_flex {
	width: 45%;
	gap:0;
}
.contact_flex p {
	width: 100%;
	text-align: left;
}
}

.movie_area {
  width: 90%;
  aspect-ratio: 16 / 9;
  max-width: 600px;
  margin: 44px auto 0;
}
.movie_area iframe {
  width: 100%;
  height: 100%;
}

.point_img {
	width: 90%;
	max-width: 700px;
	margin: 60px auto 0;
}