@charset "UTF-8";
header {
	position: relative;
	height: calc(40/375*100vw);
  width: 100%;
	background-color: #fff;
}

.header_logo {
	width: calc(66/375*100vw);
	height: auto;
	padding-top: calc(15/375*100vw);
	padding-left: calc(20/375*100vw);
}

body {
	color: #000;
	background-color: #fff;
	background: url("../img/bg_sp.png") repeat;
	background-size: calc(153/375*100vw) calc(140/375*100vw);
  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;
}

img{
  -webkit-backface-visibility: hidden;
  width: 100%;
}

.is-pc {
  display: none!important;
}
.is-sp {
  display: block!important;
}
br.is-pc {
  display: none!important;
}
br.is-sp {
  display: inline-block!important;
}

#wrapper {
  width: 100%;
}

.container {
  margin: 0 auto;
  padding: 0 calc(20/375*100vw);
}

.mv {
  width: 100%;
  height: auto;
  position: relative;
  img {
    width: 100%;
    height: auto;
  }
}

.about {
	padding: calc(67/375*100vw) 0 calc(40/375*100vw);
}

.about_headings {
	width: calc(200/375*100vw);
	margin: 0 auto calc(10/375*100vw);
}

.about_headings:nth-of-type(3) {
	margin: 0 auto calc(60/375*100vw);
}

.about_lead {
	font-size: calc(25/375*100vw);
	font-weight: 700;
	line-height: 1.16;
	text-align: center;
	margin-bottom: calc(80/375*100vw);

}

.about_lead .small {
	font-size: calc(12/375*100vw);
}

.about_lead .medium {
	font-size: calc(20/375*100vw);
	line-height: 1.75;
}

.about_lead .emred {
	display: inline;
	color: #FFF;
	background: #F00014;
	font-size: calc(25/375*100vw);
	font-weight: 700;
  line-height: 1.75;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.entry_list {
	margin: 0 auto;
}

.entry_list-item {
	margin: 0 auto calc(60/375*100vw);
	position: relative;
}

.entry_list-item:nth-child(3) {
	margin: 0 auto;
}

.entry_list-item:last-child {
	margin: 0 auto calc(30/375*100vw);
}

.entry_list-item:last-child .icon_more {
	display: block;
	width: calc(109/375*100vw);
	margin: calc(-15/375*100vw) auto 0;
}

.entry_list-inner {
	overflow: hidden;
	border-radius: 20px;
	border: 2px solid #F00014;
	background: #fff;
}

.entry_list-wrap {
	background: #fff;
	padding: calc(20/375*100vw) 0;
	position: relative;
	z-index: 1;
}

.entry_list-title {
	display: block;
	position: absolute;
	top: calc(-30/375*100vw);
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
}

.entry_list-item:nth-child(1) .entry_list-title {
	width: calc(68/375*100vw);
}

.entry_list-item:nth-child(2) .entry_list-title {
	width: calc(79/375*100vw);
}

.entry_list-item:nth-child(3) .entry_list-title {
	width: calc(80/375*100vw);

}

.entry_list-headings {
	background: #F00014;
	padding: calc(60/375*100vw) 0 calc(40/375*100vw);
	position: relative;
}

.entry_list-item:nth-child(3) .entry_list-headings {
	padding: calc(60/375*100vw) 0 calc(30/375*100vw);
}

.entry_list-lead {
	color: #fff;
	text-align: center;
	font-size: calc(15/375*100vw);
	font-weight: 700;
	line-height: 1.66;
}

.entry_list-item:nth-child(3) .entry_list-lead {
	color: #fff;
	font-size: calc(15/375*100vw);
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}

.entry_list-item:nth-child(3) .entry_list-lead .emred {
	background: #F00014;
	color: #fff;
	font-size: calc(15/375*100vw);
	font-weight: 700;
	line-height: 1.66;
}

.entry_list-caption {
	color: #323232;
	font-size: calc(10/375*100vw);
	font-weight: 400;
	line-height: 1.8;
}

.entry_list-lead .emwhite {
	color: #F00014;
	background: #fff;
	font-size: calc(15/375*100vw);
	font-weight: 700;
	line-height: 1.66;
}

.entry_list-flex {
	background: #FFF;
	padding: calc(20/375*100vw) 0;
}

.entry_list-item:nth-child(3) .entry_list-flex {
	margin: calc(20/375*100vw);
	padding: calc(25/375*100vw) calc(20/375*100vw) calc(15/375*100vw);
	border-radius: 10px;
	background: #F0F0F0;
}

.entry_list-item:nth-child(3) .entry_list-flex.no_flex {
}

.entry_list-item:nth-child(1) .entry_list-left {
	width: calc(158/375*100vw);
	margin: 0 auto;
	z-index: 3;
	position: relative;
}

.entry_list-item:nth-child(3) .entry_list-left {
	width: calc(255/375*100vw);
}

.entry_list-item:nth-child(1) .entry_list-right {
	position: relative;
	z-index: 2;
}

.entry_list-item:nth-child(3) .entry_list-right {
	background: #F0F0F0;
	border: 5px;
}

.entry_list-item:nth-child(1) .entry_list-right::after {
	content: '';
	border-radius: 15px;
	background: #1E9AF0;
	background-size: cover;
	width: calc(295/375*100vw);
	height: calc(322/375*100vw);
	position: absolute;
	top: calc(-140/375*100vw);
	left: calc(20/375*100vw);
	z-index: -1;
}

.entry_list-item:nth-child(1) .entry_list-right-inner {
	width: calc(295/375*100vw);
	margin: 0 auto;
	padding-bottom: calc(20/375*100vw);
}

.entry_list-text {
	color: #FFF;
	text-align: center;
	font-size: calc(18/375*100vw);
	font-weight: 700;
	line-height: 1.6666;
}

.icon_qr {
	display: none;
}

.entry_list-account,
.entry_list-account a {
	width: calc(220/375*100vw);
	margin: calc(10/375*100vw) auto 0;
	text-align: center;
	font-size: calc(18/375*100vw);
	font-weight: 900;
	line-height: 2.222;
	color: #fff;
	background: #000;
	border-radius: 20px;
}

.entry_list-link {
	color: #fff;
	text-align: center;
	font-size: calc(12/375*100vw);
	font-weight: 700;
	line-height: 2;
}

.entry_list-caution {
	color: #fff;
	text-align: center;
	font-size: calc(10/375*100vw);
	font-weight: 500;
	line-height: calc(18/375*100vw);
}

.entry_list-item:nth-child(3) .entry_list-caution {
	color: #323232;
	font-size: calc(10/375*100vw);
	font-weight: 500;
	line-height: calc(18/375*100vw);
	margin: calc(30/375*100vw) auto 0;
	text-align: left;
}

.entry_list-item:nth-child(2) .entry_list-wrap {
	padding-top: calc(660/375*100vw);
}

.entry_list-item:nth-child(2) .entry_list-ph {
	width: calc(324/375*100vw);
	height: auto;
  position: absolute;
  top: calc(290/375*100vw);
  left: calc(15/375*100vw);
  z-index: 2;
}

.entry_list-catch {
	width: calc(240/375*100vw);
	margin: calc(30/375*100vw) auto 0;
}

.entry_list-tag {
	font-size: calc(15/375*100vw);
	font-weight: 700;
	line-height: 1.66;
	margin-top: calc(40/375*100vw);
	margin-bottom: calc(10/375*100vw);
}

.entry_list-tagbtn {
	color: #1E9AF0;
	font-size: calc(25/375*100vw);
	font-weight: 900;
	line-height: 2;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #808080;
	background: #FFF;
	margin-bottom: calc(44/375*100vw);
}

.icon_plus {
	width: calc(40/375*100vw);
	display: block;
	margin: 0 auto calc(20/375*100vw);
}

.entry_list-item:nth-child(3) .entry_list-ph {
	width: calc(255/375*100vw);
	margin: calc(25/375*100vw) auto;
}

.entry_list-item:nth-child(3) .entry_list-flex.no_flex .entry_list-lead {
	color: #000;
}

.profile {
	margin: 0 auto;
	border-radius: 10px;
	background: #FAE61E;
	padding: calc(20/375*100vw) calc(20/375*100vw) calc(30/375*100vw);
}

.profile_lead {
	color: #000;
	text-align: center;
	font-size: calc(15/375*100vw);
	font-weight: 700;
	line-height: 1.66;
}

.profile_wrap {
	border-radius: 20px;
	background: #fff;
	display: flex;
	padding: calc(20/375*100vw);
	gap: calc(20/375*100vw);
	margin: calc(20/375*100vw) auto;
}

.profile_img {
	width: calc(68/375*100vw);
}

.profile_name {
	font-size: calc(15/375*100vw);
	font-weight: 500;
	line-height: 1.66;
}

.profile_text {
	width: calc(191/375*100vw);;
	font-size: calc(10/375*100vw);
	font-weight: 400;
	line-height: 1.5;
}

.profile a {
	color: #000;
	font-size: calc(10/375*100vw);
	font-weight: 400;
	line-height: 1.5;
	display: inline-block;
}

.profile_large {
	position: relative;
	color: #000;
	font-size: calc(20/375*100vw);
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.profile_large .wavy {
  background-image: url('../img/wave_sp.png');
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto calc(4/375*100vw);
  padding-bottom: calc(4/375*100vw);
}

.item {
	margin: calc(50/375*100vw) auto;
}

.item_headings {
	width: calc(252/375*100vw);
	margin: 0 auto calc(35/375*100vw);
}

.item_title {
	color: #FFF;
	text-align: center;
	font-size: calc(16/375*100vw);
	font-weight: 900;
	border-radius: 4px;
	border: 1px solid #000;
	background: #F00014;
	margin-bottom: calc(25/375*100vw);
	display: flex;
	padding: calc(5/375*100vw) calc(10/375*100vw) calc(7/375*100vw);
	justify-content: center;
	align-items: center;
	gap: calc(5/375*100vw);
}

.item_title.letter1 {
	letter-spacing: -0.3em;
	padding: calc(5/375*100vw) calc(0/375*100vw);
}

.item_list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	gap: calc(25/375*100vw) calc(15/375*100vw);
	margin-bottom: calc(35/375*100vw);
}

.item_list.flex_sp {
	gap: calc(25/375*100vw) calc(0/375*100vw);
}

.item_list.flex_sp2 .item_list-ph {
	width: calc(160/375*100vw);
}

.item_list-ph {
	width: calc(166/375*100vw);
}

.item_list.flex_center {
	justify-content: center;
}

.item_list.item_flex1 .item_list-ph {
	width: calc(160/375*100vw);
}

.item_list.item_flex2 .item_list-ph {
	width: calc(160/375*100vw);
}

.item_list.item_flex3 .item_list-ph,
.item_list.item_flex4 .item_list-ph {
	width: calc(160/375*100vw);
}

.item_list-name {
	margin: calc(10/375*100vw) auto 0;
	color: #000;
	text-align: center;
	font-size: calc(12/375*100vw);
	font-weight: 500;
	line-height: 1.3;
}

.item_flex {
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	gap: calc(25/375*100vw) calc(15/375*100vw);
	flex-wrap: wrap;
}

.guideline {
	margin: calc(60/375*100vw) auto 0;
	background: #fff;
	background-size: 100vw;
	padding: calc(20/375*100vw) 0;
	width: 100vw;
  margin-left: calc(50% - 50vw);
}

.guideline_inner {
  margin: 0 auto;
	padding: 0 calc(20/375*100vw);
}

.guideline_headings {
	width: calc(200/375*100vw);
	margin: 0 auto calc(25/375*100vw);
}

.guideline_list {
}

.guideline_text {
	position: relative;
	color: #000;
	font-size: calc(10/375*100vw);
	font-weight: 400;
	line-height: 1.8;
	margin-bottom: calc(20/375*100vw);
}

.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: calc(10/375*100vw);
	font-weight: 400;
	line-height: 1.42;
	text-decoration-line: underline;
}

.footer {
	padding: calc(50/375*100vw) 0 calc(10/375*100vw);
}

.footer_text {
	width: calc(239/375*100vw);
	margin: 0 auto calc(20/375*100vw);
}

.footer_logo {
	width: calc(72/375*100vw);
	margin: 0 auto;
}

.footer_link a {
	text-align: center;
	color: #323232;
	font-size: calc(10/375*100vw);
	font-weight: 400;
	line-height: 1.4;
	margin: calc(50/375*100vw) auto 0;
}

.footer_copyright {
	text-align: center;
	color: #323232;
	font-size: calc(10/375*100vw);
	font-weight: 400;
	line-height: 1.4;
	margin: calc(10/375*100vw) auto 0;
}

/**** X投稿ボタン ***/
.btn_post {
	width: calc(330/375*100vw);
	margin: 0 auto;
}

.btn_post_text {
	text-align: center;
	font-size: calc(16/375*100vw);
	font-weight: 500;
	line-height: 1.3;
}

.btn_caution {
	text-align: center;
	color: #323232;
	font-size: calc(10/375*100vw);
	font-weight: 400;
	line-height: 1.4;
	margin: calc(10/375*100vw) auto 0;
}