@charset "UTF-8";
header {
	position: relative;
	height: 50px;
  width: 100%;
	background-color: #fff;
}

.header_logo {
	width: 110px;
	height: auto;
	padding-top: 15px;
	padding-left: 40px;
}

body {
	color: #000;
	background-color: #fff;
	background: url("../img/bg.png") repeat;
	background-size: 305px 279px;
  font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

html.u-noScroll {
  overflow-y: hidden;
}

body.u-noScroll {
  overflow-y: hidden;
}

a {
	text-decoration: none;
  display: block;
	transition: all .5s ease;
}

a:hover {
	opacity: .6;
}

img{
  -webkit-backface-visibility: hidden;
  width: 100%;
}

.is-pc {
  display: block!important;
}
.is-sp {
  display: none!important;
}
br.is-pc {
  display: inline-block!important;
}
br.is-sp {
  display: none!important;
}

#wrapper {
  width: 100%;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.mv {
  width: 100%;
  height: auto;
  position: relative;
  img {
    width: 100%;
    height: auto;
  }
}

.about {
	padding: 110px 0 86px;
}

.about_headings {
	width: 406px;
	margin: 0 auto 50px;
}

.about_headings:nth-of-type(3) {
	margin: 0 auto 80px;
}

.about_lead {
	font-size: 50px;
	font-weight: 700;
	line-height: 1.16;
	text-align: center;
	margin-bottom: 150px;
}

.about_lead .small {
	font-size: 24px;
}

.about_lead .medium {
	font-size: 40px;
	line-height: 1.75;
}

.about_lead .emred {
	color: #FFF;
	background: #F00014;
	font-size: 50px;
	font-weight: 700;
	padding-bottom: 5px;
	display: inline-block;
}

.entry_list {
	max-width: 1200px;
	margin: 0 auto;
}

.entry_list-item {
	margin: 0 auto 150px;
	position: relative;
}

.entry_list-item:nth-child(3) {
	margin: 0 auto;
}

.entry_list-item:last-child {
	margin: 0 auto 30px;
}

.entry_list-item:last-child .icon_more {
	display: block;
	width: 218px;
	margin: -40px auto 0;
}

.entry_list-inner {
	overflow: hidden;
	border-radius: 40px;
	border: 8px solid #F00014;
	background: #fff;
}

.entry_list-wrap {
	background: #fff;
	padding: 40px 0;
	position: relative;
	z-index: 1;
}

.entry_list-title {
	display: block;
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
}

.entry_list-item:nth-child(1) .entry_list-title {
	width: 100px;
}

.entry_list-item:nth-child(2) .entry_list-title {
	width: 116px;
}

.entry_list-item:nth-child(3) .entry_list-title {
	width: 117px;

}

.entry_list-headings {
	background: #F00014;
	padding: 90px 0;
	position: relative;
}

.entry_list-item:nth-child(3) .entry_list-headings {
	padding: 90px 0 50px;
}

.entry_list-lead {
	color: #fff;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.66;
}

.entry_list-item:nth-child(3) .entry_list-lead {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
}

.entry_list-item:nth-child(3) .entry_list-lead .emred {
	background: #F00014;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.66;
}

.entry_list-caption {
	color: #323232;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
}

.entry_list-lead .emwhite {
	color: #F00014;
	background: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.66;
}

.entry_list-flex {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFF;
	padding: 40px 0;
}

.entry_list-item:nth-child(3) .entry_list-flex {
	align-items: flex-end;
	margin: 40px;
	padding: 40px 50px;
	border-radius: 20px;
	background: #F0F0F0;
}

.entry_list-item:nth-child(3) .entry_list-flex.no_flex {
	flex-direction: column;
	align-items: unset;
}

.entry_list-item:nth-child(1) .entry_list-left {
	width: 263px;
	z-index: 2;
}
.entry_list-item:nth-child(3) .entry_list-left {
	width: 443px;
}

.entry_list-item:nth-child(1) .entry_list-right {
	position: relative;
	z-index: 1;
}

.entry_list-item:nth-child(3) .entry_list-right {
	width: 520px;
	background: #F0F0F0;
	border: 20px;
	margin-left: 45px;
}

.entry_list-item:nth-child(1) .entry_list-right::after {
	content: '';
	border-radius: 20px;
	background: #1E9AF0;
	background-size: cover;
	width: 570px;
	height: 446px;
	position: absolute;
	top: 50%;
	left: -130px;
	transform: translateY(-50%);
	z-index: -1;
}

.entry_list-item:nth-child(1) .entry_list-right-inner {
	width: 400px;
	margin: 0 auto;
}

.entry_list-text {
	color: #FFF;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.6666;
}

.icon_qr {
	width: 162px;
	margin: 15px auto;
  display: block;
}

.entry_list-account,
.entry_list-account a {
	width: 238px;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	font-weight: 900;
	line-height: 2.222;
	color: #fff;
	background: #000;
	border-radius: 20px;
}

.entry_list-link {
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	line-height: 2;
}

.entry_list-caution {
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 40px;
}

.entry_list-item:nth-child(3) .entry_list-caution {
	max-width: 934px;
	color: #323232;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	margin: 40px auto 0;
	text-align: left;
}

.entry_list-item:nth-child(2) .entry_list-ph {
	max-width: 1050px;
	margin: 0 auto;
}

.entry_list-catch {
	width: 720px;
	margin: 30px auto 0;
}

.entry_list-tag {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.66;
	margin-bottom: 10px;
}

.entry_list-tagbtn {
	color: #1E9AF0;
	font-size: calc(50/1280*100vw);
	font-weight: 900;
	line-height: 1;
	text-align: center;
	border-radius: 10px;
	padding: 30px 0;
	border: 2px solid #808080;
	background: #FFF;
	margin-bottom: calc(170/1280*100vw);
}

@media (min-width: 1280px) {
  .entry_list-tagbtn {
    font-size: 50px;
		margin-bottom: 170px;
  }
}

.icon_plus {
	width: 80px;
	display: block;
	margin: 0 auto 40px;
}

.entry_list-item:nth-child(3) .entry_list-ph {
	max-width: 934px;
	margin: 40px auto;
}

.entry_list-item:nth-child(3) .entry_list-flex.no_flex .entry_list-lead {
	color: #000;
}

.profile {
	max-width: 1200px;
	margin: 0 auto;
	border-radius: 40px;
	background: #FAE61E;
	padding: 50px 40px 55px;
}

.profile_lead {
	color: #000;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.66;
}

.profile_wrap {
	border-radius: 20px;
	background: #fff;
	display: flex;
	padding: 40px;
	gap: 40px;
	margin: 40px auto;
}

.profile_img {
	width: 136px;
}

.profile_name {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.66;
}

.profile_text {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
}

.profile a {
	color: #000;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	display: inline-block;
}

.profile_large {
	position: relative;
	color: #000;
	font-size: calc(40/1280*100vw);
	font-weight: 700;
	line-height: 50px;
	text-align: center;
}

.profile_large .wavy {
  background-image: url('../img/wave.png');
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 8px;
  padding-bottom: 8px;
}

@media (min-width: 1280px) {
	.profile_large {
		font-size: 40px;
	}
}

.item {
	margin: 120px auto 110px;
}

.item_headings {
	width: 510px;
	margin: 0 auto 50px;
}

.item_title {
	color: #FFF;
	text-align: center;
	font-size: 24px;
	font-weight: 900;
	border-radius: 8px;
	border: 2px solid #000;
	background: #F00014;
	margin-bottom: 40px;
	display: flex;
	padding: 10px 20px 13px;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.item_title.half {
	max-width: 660px;
}

.item_list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	gap: 80px 40px;
	margin-bottom: 50px;
}

.item_list-ph {
	width: 270px;
}

.item_list.flex_center {
	justify-content: center;
}

.item_list.flex_center .item_list-ph,
.item_list.item_flex1 .item_list-ph {
	width: 370px;
}

.item_list.item_flex2 .item_list-ph {
	width: 204px;
}

.item_list.item_flex3 .item_list-ph,
.item_list.item_flex4 .item_list-ph {
	width: 208px;
}

.item_list-name {
	margin: 15px auto 0;
	color: #000;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
}

.item_flex {
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	gap: 80px 40px;
	flex-wrap: wrap;
}

.guideline {
	margin: 110px auto 0;
	background: #fff;
	background-size: 100vw;
	padding: 40px 0;
	width: 100vw;
  margin-left: calc(50% - 50vw);
}

.guideline_inner {
  max-width: 960px;
  margin: 0 auto;
	padding: 0 20px;
}

.guideline_headings {
	width: 406px;
	margin: 0 auto 50px;
}

.guideline_list {
}

.guideline_text {
	position: relative;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42;
	margin-bottom: 30px;
}

.guideline_text .dot {
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}

.guideline_text .dot::before {
	content: "・";
	margin-right: 0.2em;
}

.guideline_text a {
	color: #000;
	display: inline;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42;
	text-decoration-line: underline;
}

.footer {
	padding: 100px 0 20px;
}

.footer_text {
	width: 479px;
	margin: 0 auto 40px;
}

.footer_logo {
	width: 144px;
	margin: 0 auto;
}

.footer_link a {
	text-align: center;
	color: #323232;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
  margin: 80px auto 0;
}

.footer_copyright {
	text-align: center;
	color: #323232;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
  margin: 10px auto 0;
}

/**** X投稿ボタン ***/

.btn_post_before {

  margin: 0 auto;
}
.btn_post {
	width: 426px;
	height: 152px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
	background-image: url("../img/btn_x_bg.png");
  background-size: contain;
  background-position: center;
	background-repeat: no-repeat;
  cursor: pointer;
  transition: 0.3s ease;
}

.btn_post img {
	width: 212px;
}

.btn_post:hover {
  background-image: url("../img/btn_x_bg-hover.png");
}

.btn_post_text {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
}

.btn_caution {
	text-align: center;
	color: #323232;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	margin: 10px auto 0;
}

@media screen and (min-width:751px) and (max-width:991px) {
  br.is-sp {
    display: inline-block !important;
  }

  br.is-pc {
    display: none !important;
  }
}