/* フォント*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Noto+Sans+JP:wght@400;700&display=swap');
body {
  font-family: 'Inter', 'Noto Sans JP', sans-serif !important;
}
/* /フォント */

/* お試しCSS */
.test0819 {
	text-align: center;
}
.test0819 .test01 a {
	display: inline-block;
    width: 640px;
    max-width: 95%;
    margin-top: 25px;
    text-align: center;
    font-size: 23px;
    padding: 6px 10px;
    color: #130844;
    font-weight: bold;
    text-decoration: none;
    border-radius: 60px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-image: linear-gradient(to top, #FFBF00 0%, #FFF600 25%, #FFBF00 50%, #FFF600 75%, #FFBF00 100%);
    background-size: 100% 400%;
    background-position: 0% 100%;
    transition: all 0.6s ease;
}
.test0819 .test01 a span {
	font-weight: 700;
    font-size: 32px;
    line-height: 120%;
}
.test0819 .test01 a::after {
	    content: "";
    width: 43px;
    height: 32px;
    background-image: url(https://lp.milplus.jp/wp-content/uploads/2025/08/icon_cta_right_arrow.png);
    background-size: contain;
    position: absolute;
    top: 30px;
    right: 45px;
    transition: all 0.3s ease;
}
.test0819 .test01 a:hover::after {
	right: 30px;
}
@keyframes sheen {
  0% {
    transform: skewY(-45deg) translateX(0);
  }
  100% {
    transform: skewY(-45deg) translateX(12.5em);
  }
}
.test0819 .test01 a::before {
	content: "";
    background-color: rgba(255,255,255,0.5);
    height: 100%;
    width: 3em;
    display: block;
    position: absolute;
    top: 0;
    left: -4.5em;
    transform: skewX(-45deg) translateX(0);
    transition: none;
}
.test0819 .test01 a:hover::before {
	transform: skewX(-45deg) translateX(760px);
     transition: all 0.5s ease-in-out;
}
.test0819 .test02 {
	background-color: #130844;
}
.test0819 .test02 a {
	color: transparent;
  text-decoration: none;
	font-size: 30px;
	background: linear-gradient(to right, #FD3FBA 50%, #fff 50%) 100%;
	background-clip: text;
  background-size: 200% 100%;
  transition: background-position 0.3s;
}
.test0819 .test02 a:hover {
	 background-position: 0 100%;
}
.test0819 .test03 a {
	font-size: 30px;
	color: #222;
	text-decoration: none;
	position: relative;
	transition: all 0.3s;
}
.test0819 .test03 a::after {
	    content: "";
    width: 42px;
    height: 42px;
    background-image: url(https://lp.milplus.jp/wp-content/uploads/2025/08/icon_news_internal_transition_arrow.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -4px;
    right: -50px;
    background-color: #8CC7FE;
    border-radius: 50%;
    background-position: center;
	transition: all 0.3s;
}
.test0819 .test03 a:hover::after {
	right: -60px;
}
.test0819 .test04 a {
	color: #222;
	text-decoration: none;
	padding-bottom: 5px;
    background-image: linear-gradient(#333, #333);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 0 1px;
    transition: background-size 0.3s;
}
.test0819 .test04 a:hover {
	background-position: bottom left;
    background-size: 100% 1px;
}
/* /お試しCSS */


/* JS関係 */
.fade-in-element {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out,     transform 0.8s ease-out;
  }

  .fade-in-element.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
#lottie{
   　background-color:#ffffff;
    width:100%;
    height:100%;
    display:block;
    overflow: hidden;
transform:translate3d(0,0,0);
    text-align:　center;
    opacity: 1;
        }
.slider-container {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
.slider-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.slider-item {　
  width: calc(100% / 3);
  padding: 0 10px;
  box-sizing: border-box;
  flex-shrink: 0;
}
.slider-item img {
  width: 100%;
  height: auto;
  display: block;
}
.slider-button,
.slider-pagination {
  display: none;
}
@media screen and (max-width: 768px) {
	.slider-container {
		width: 100%;
		overflow: hidden;
	}
	.slider-list {
		width: 270%;
		transition: transform 0.5s ease-in-out;
		padding-left: 0px!important;
	}
	.slider-item {
		width: calc(100% / 3);
		padding: 0;
	}
	.slider-button {
    display: block;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		box-shadow: 0px 0px 10px 0px #13084466 !important;
    position: absolute;
    top: 88%;
    transform: translateY(-50%);
    background-color: #fff !important;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
		background-image: url(https://lp.milplus.jp/wp-content/uploads/2025/08/icon_carousel_arrow.png) !important;
		background-size: 8px 16px !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
  }
	.slider-prev-button {
    left: 85px;
		transform: translateY(-50%) rotate(180deg);
  }
	.slider-next-button {
    right: 85px;
  }
	.slider-pagination {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    list-style: none;
    padding: 0;
  }
	.slider-pagination .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.3);
    margin: 0 5px;
    cursor: pointer;
  }
	.slider-pagination .dot.active {
    background-color: #333;
  }
}
/* /JS関係 */

/* 共通 */
.dis-pc {
	display: block !important;
}
.dis-sp {
	display: none !important;
}
@media screen and (max-width: 768px) {
  .dis-pc {
	display: none !important;
}
.dis-sp {
	display: block !important;
}
}
/* /共通 */

/* ヘッダー */
.site-header {
	display: none !important;
}
.code-header-container {
	padding: 15px 0;
	width: 1100px;
	max-width: 95%;
	margin: 0 auto;
}
.header-flex {
	display: flex;
	justify-content: space-between;
	align-items:center;
}
.header-logo {
	max-width: 120px;
}
.header-sns {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
}
.header-sns > a {
	font-size: 22px;
	font-weight: 700;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	padding: 5px 50px 5px 30px;
	border-radius: 120px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background-image: linear-gradient(to top, #3079A7, #41B6FF);
    transition: all 0.6s ease;
}
.header-sns > a:hover {
	background-image: linear-gradient(to top, #3079A7, #41B6FF);
}
.header-sns > a::before {
	   content: "";
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 1.5em;
    display: block;
    position: absolute;
    top: 0;
    left: -2.5em;
    transform: skewX(-45deg) translateX(0);
    transition: none;
}
.header-sns > a:hover::before {
	transform: skewX(-45deg) translateX(300px);
    transition: all 0.5s ease-in-out;
}
.header-sns > a::after {
	content: "";
	width: 25px;
	height: 23px;
	background-image: url(https://lp.milplus.jp/wp-content/uploads/2025/08/icon_login_arrow-1.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 11px;
	right: 20px;
	transition: all 0.3s ease;
}
.header-sns > a:hover::after {
	right: 15px;
}
/* /ヘッダー */

/* KVエリア */
.kv-bottom-btn {
	background-color: #1D0060;
	text-align: center;
	padding: 40px 4% 40px;
	background-image: url('https://lp.milplus.jp/wp-content/uploads/2025/08/image_cta_left_380.png'), url('https://lp.milplus.jp/wp-content/uploads/2025/08/image_cta_right_380.png');
	background-position: center left, center right;
	background-repeat: no-repeat, no-repeat;
	background-size: contain, contain;
}
.kv-bottom-btn > div {
	margin-bottom: 25px;
	position: relative;
}
.kv-bottom-btn p {
	color: #fff;
	width: 460px;
	max-width: 95%;
	margin: 0 auto;
	padding: 6px 0;
	font-size: 16px;
	font-weight: 700;
	background-image: linear-gradient(to right, #FF0088, #9000FF);
	border-radius: 50px;
	z-index: 20;
	position: relative;
}
.kv-bottom-btn .add-area {
	  width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    bottom: -5px;
    left: 49%;
    background-image: linear-gradient(to right top, #FF0088, #9000FF);
    rotate: 45deg;
}
.kv-bottom-btn p span {
	font-size: 21px;
	margin: 0 3px;
}
.kv-bottom-btn a {
	display: inline-block;
	width: 640px;
	max-width: 95%;
	text-align: center;
	font-size: 23px;
  padding: 6px 10px;
  color: #130844;
  font-weight: bold;
  text-decoration: none;
	border-radius: 60px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	background-image: linear-gradient(to top, #FFBF00, #FFF600);
	transition: all 0.6s ease;
}
.kv-bottom-btn a::after {
	content: "";
	width: 43px;
	height: 32px;
	background-image: url(https://lp.milplus.jp/wp-content/uploads/2025/08/icon_cta_right_arrow.png);
	background-size: contain;
	position: absolute;
	top: 30px;
	right: 45px;
	transition: all 0.3s ease;
}
.kv-bottom-btn a:hover::after {
	right: 35px;
}
@keyframes sheen {
  0% {
    transform: skewY(-45deg) translateX(0);
  }
  100% {
    transform: skewY(-45deg) translateX(12.5em);
  }
}
.kv-bottom-btn a::before {
	content: "";
  background-color: rgba(255,255,255,0.5);
  height: 100%;
  width: 3em;
  display: block;
  position: absolute;
  top: 0;
  left: -4.5em;
  transform: skewX(-45deg) translateX(0);
  transition: none;
}
.kv-bottom-btn a:hover::before {
	transform: skewX(-45deg) translateX(760px);
  transition: all 0.5s ease-in-out;
}
.kv-bottom-btn a b {
	font-weight: 700;
	font-size: 32px;
	line-height: 120%;
}
.kv-bottom-btn small {
	display: block;
	color: #FF5188;
	font-size: 16px;
	margin-top: 11px;
}
/* /KVエリア */

/* 流れエリア */
.flow {
	padding: 64px 2%;
	background-color: #F0F2FF;
	background-image: url(https://lp.milplus.jp/wp-content/uploads/2025/08/image_usage_flow_bg_left.png), url(https://lp.milplus.jp/wp-content/uploads/2025/08/image_usage_flow_bg_right.png);
background-position: left 45px, right 40px;
background-repeat: no-repeat, no-repeat;
background-size: 390px, 570px;
}
.flow-container {
	width: 900px;
	max-width: 95%;
	margin: 0 auto;
	text-align: center;
}
.flow h2 {
	font-weight: 700;
	font-size: 41px;
	text-align: left;
	color: #130844;
}
.flow h2 span {
	font-size: 37px;
}
.flow-main > p {
	background-color: #FF649A;
	max-width: 280px;
	margin: 0 auto;
	color: #fff;
	font-weight: 700;
	font-size: 24px;
	padding-left: 10px;
	margin-bottom: 0px !important;
}
.flow-main h3 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 34px !important;
	font-weight: 700;
	font-size: 28px;
	color: #222;
	position: relative;
	display: inline-block;
}
.flow-main h3 b {
	font-size: 41px;
}
.flow-main h3::before {
	content: "";
	width: 32px;
	height: 48px;
	background-image: url(https://lp.milplus.jp/wp-content/uploads/2025/08/icon_beginner_mark.png);
	background-size: contain;
	position: absolute;
	top: 10px;
	left: -40px
}
.flow-flex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 48px;
	margin-top: 41px !important;
}
.flow-flex > div {
	max-width: 248px;
}
.flow02 .flow-img,
.flow03 .flow-img {
	position: relative;
}
.flow02 .flow-img::before,
.flow03 .flow-img::before {
	content: "";
	width: 140px;
	height: 73px;
	background-image: url(https://lp.milplus.jp/wp-content/uploads/2025/08/icon_usage_flow_arrow.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: -85px;
	transform: translatey(-50%);
	background-size: contain;
}
.flow-img {
	text-align: center;
	background-color: #fff;
	border-radius: 12px;
	padding: 32px;
}
.flow-img img {
	display: inline-block;
}
.flow-txt {
	font-size: 22px;
	font-weight: 500;
	color: #222;
	margin-top: 19px !important;
	text-align: left;
}
.flow.flow-bottom {
	background-image: none;
}
/* 流れエリア */

/* みるプラスとは */
.what-milplus {
	background-color: #fff;
	background-image: url(https://lp.milplus.jp/wp-content/uploads/2025/08/image_what_is_milplus_left.png), url(https://lp.milplus.jp/wp-content/uploads/2025/08/image_what_is_milplus_right.png),url(https://lp.milplus.jp/wp-content/uploads/2025/08/bg_what_is_milplus_wave.png);
  background-repeat: no-repeat, no-repeat ,no-repeat;
  background-size: 360px, 400px, contain;
	background-position: left 120px, 90% 30px, center top;
}
.what-milplus-container {
	padding: 140px 2% 48px;
	max-width: 900px;
	margin: 0 auto;
}
.what-milplus-container h2 {
	font-weight: 700;
	font-size: 41px;
	margin-bottom: 0px !important;
	color: #130844;
}
.what-milplus-container h3 {
	font-weight: 700;
	font-size: 32px;
	margin-top: 40px !important;
	margin-bottom: 0px !important;
	color: #130844;
}
.what-milplus-container h3 span {
	color: #0040CE;
}
.what-milplus-img {
	margin-top: 30px !important;
}
.what-milplus-img img {
	padding: 0px 30px
}
.what-milplus-txt {
	margin-top: 45px;
}
.what-milplus-txt .bg-blue {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 0;
}
.what-milplus-txt .bg-blue span {
	background-color: #3A72FF;
	margin-right: 12px;
	padding: 8px 0 8px 20px;
}
.what-milplus-txt .bg-purple {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	text-align: right;
	margin-top: 28px;
	margin-bottom: 0;
}
.what-milplus-txt .bg-purple span {
	background-color: #4230AA;
	padding: 8px 0 8px 20px;
}
.what-milplus-txt .bottom-txt {
	text-align: center;
	font-weight: 700;
	font-size: 28px;
	margin-top: 20px;
}
/* /みるプラスとは */

/* CTA2つ目 */
.second-cta {
	background-color: #1D0060;
  text-align: center;
	padding: 40px 4% 40px;
	    background-image: url(https://lp.milplus.jp/wp-content/uploads/2025/08/image_cta_left_380.png), url(https://lp.milplus.jp/wp-content/uploads/2025/08/image_cta_right_380.png);
    background-position: center left, center right;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
}
.second-cta-container > div {
	position: relative;
}
.second-cta .add-area {
	width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  bottom: -5px;
  left: 49%;
  background-image: linear-gradient(to right top, #FF0088, #9000FF);
    rotate: 45deg;
}
.second-cta .grade-txt {
	color: #fff;
    width: 460px;
    max-width: 95%;
    margin: 0 auto;
    padding: 6px 0;
    font-size: 16px;
    font-weight: 700;
    background-image: linear-gradient(to right, #FF0088, #9000FF);
    border-radius: 50px;
	position: relative;
	z-index: 20;
}
.second-cta .grade-txt span {
	  font-size: 21px;
	margin: 0 3px;
}
.second-cta a {
	display: inline-block;
  width: 640px;
  max-width: 95%;
	margin-top: 25px;
  text-align: center;
  font-size: 23px;
  padding: 6px 10px;
  color: #130844;
  font-weight: bold;
  text-decoration: none;
  border-radius: 60px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-image: linear-gradient(to top, #FFBF00, #FFF600);
  transition: all 0.6s ease;
}
.second-cta a::after {
	content: "";
    width: 43px;
    height: 32px;
    background-image: url(https://lp.milplus.jp/wp-content/uploads/2025/08/icon_cta_right_arrow.png);
    background-size: contain;
    position: absolute;
    top: 30px;
    right: 45px;
	transition: all 0.3s ease;
}
.second-cta a:hover::after {
	right: 35px;
}
.second-cta a::before {
	content: "";
  background-color: rgba(255,255,255,0.5);
  height: 100%;
  width: 3em;
  display: block;
  position: absolute;
  top: 0;
  left: -4.5em;
  transform: skewX(-45deg) translateX(0);
  transition: none;
}
.second-cta a:hover::before {
	transform: skewX(-45deg) translateX(760px);
  transition: all 0.5s ease-in-out;
}
.second-cta a span {
	font-weight: 700;
  font-size: 32px;
  line-height: 120%;
}
.second-cta .pink-txt {
	display: block;
  color: #FF5188;
  font-size: 16px;
  margin-top: 11px;
}
/* /CTA2つ目 */

/* 2つのプランエリア */
.plan2 {
	background-color: #E9EDFF;
	padding: 48px 0 0;
}
.plan2-container {
	background-image: url(https://lp.milplus.jp/wp-content/uploads/2025/08/image_plan_bg_left-1.png), url(https://lp.milplus.jp/wp-content/uploads/2025/08/image_plan_bg_right.png);
background-position: center left, center right;
background-repeat: no-repeat, no-repeat;
background-size: contain, contain;
	padding: 0 2%;
}
.single-plan {
	width: 900px;
	max-width: 95%;
	margin: 0px auto;
	padding-bottom: 86px;
}
.single-plan h2 {
	text-align: right;
	font-weight: 700;
	font-size: 41px;
	color: #222;
	margin-bottom: 0 !important;
}
.single-plan h3 {
	text-align: center;
	font-weight: 700;
	font-size: 28px;
	color: #222;
	margin-top: 33px !important;
	margin-bottom: 0 !important;
}
.single-plan h3 span {
	color: #4900DB;
}
.single-plan h3 span b {
	font-size: 35px;
}
.single-plan h3 + p {
	font-weight: 700;
	font-size: 33px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 0; 
	color:#5972FF;
}
.single-plan-img {
	text-align: center;
}
.single-plan-img img {
	display: inline-block;
}
.single-plan-img img:nth-of-type(1) {
	max-width: 620px;
	position: relative;
	top: 20px;
}
.single-plan-img img:nth-of-type(2) {
	max-width: 790px;
}
.single-plan-img img:nth-of-type(3) {
	max-width: 580px;
	position: relative;
	top: -20px;
}
.single-plan-flex {
	text-align: center;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 10px;
}
.single-left-box,
.single-right-box {
	max-width: 49%;
	color: #fff;
	    background-image: linear-gradient(to top, #290DA6, #38007C);
	border-radius: 20px;
	padding: 20px 16px;
}
.single-right-box {
	background-image: linear-gradient(to top, #1F0F98, #686FEE);
}
.single-left-box h4,
.single-right-box h4 {
	color: #fff;
	font-size: 32px;
	margin-bottom: 0 !important;
	padding-bottom: 18px;
	border-bottom: 1px solid #fff;
	position: relative;
}
.single-left-box h4::after,
.single-right-box h4::after {
	content: "";
	width: 200px;
	height: 6px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translatex(-50%);
}
.single-left-box .price,
.single-right-box .price {
	font-size: 26px;
	margin: 30px 0 20px;
	display: flex;
  justify-content: center;
  align-items: center;
}
.single-left-box .price .bg-fff,
.single-right-box .price .bg-fff {
	background-color: #fff;
	color: #02086A;
	font-weight: 700;
	border-radius: 6px;
	padding: 3px 5px;
	margin-right: 10px;
}
.single-left-box .price .bg-fff b,
.single-right-box .price .bg-fff b {
	font-size: 30px;
}
.single-left-box .price span.txt-fff b,
.single-right-box .price span.txt-fff b {
	font-size: 60px;
	line-height: 70%;
	color: #FFE500;
}
.free-plan .single-left-box .price span.txt-fff b,
.free-plan .single-right-box .price span.txt-fff b {
	margin-left: 5px;
}
.single-left-box p.txt-fff,
.single-right-box p.txt-fff {
	font-size: 25px;
	text-align:left;
}
.single-plan.free-plan h3 span {
	color: #0040CE;
}
.single-plan.free-plan h3 + p {
	color: #008CFF;
}
.free-plan .single-plan-img img:nth-of-type(1) {
	max-width: 730px;
}
.free-plan .single-plan-img img:nth-of-type(2) {
	max-width: 780px;
}
.free-plan .single-plan-img img:nth-of-type(3) {
	max-width: 760px;
}
.free-plan .single-left-box {
	background-image: linear-gradient(to top, #0047E1, #0094E3);
}
.free-plan .single-right-box {
	background-image: linear-gradient(to top, #003F9D, #0093E2);
}
.free-plan .single-left-box h4 {
	line-height: 96px;
}
.plan2 .bottom-bg {
	text-align: center;
}
.plan2 .bottom-bg img {
	vertical-align: bottom;
	display: inline-block;
}
/* /2つのプランエリア */

/* コミュチャンエリア */
.comchan {
	background-image: url(https://lp.milplus.jp/wp-content/uploads/2025/08/image_community_channel_bg_left.png), url(https://lp.milplus.jp/wp-content/uploads/2025/08/image_community_channel_bg_right.png),url(https://lp.milplus.jp/wp-content/uploads/2025/08/image_community_channel_bottom.png);;
background-position: top left, center right, center bottom;
background-repeat: no-repeat, no-repeat, no-repeat;
background-size: 400px, 265px, contain;
}
.comchan-container {
	padding: 0px 0 160px;
	text-align: center;
	width: 900px;
	max-width: 95%;
	margin: 0 auto;
}
.comchan-container h2 {
	font-size: 41px;
	color: #130844;
	margin-bottom: 0 !important;
}
.comchan-container .top-txt {
	font-size: 28px;
	margin-top: 40px;
	color: #222222;
	margin-bottom: 0;
}
.comchan-container .top-txt span {
	color: #0040CE;
	font-size: 35px;
}
.what-comchan {
	margin-top: 40px !important;
}
.comchan-container .reco-txt {
	font-size: 33px;
	font-weight: 700;
	margin-top: 40px;
	margin-bottom: 0px;
	color: #5972FF;
}
.comchan-container .comchan-img {
	padding: 0 20px;
}
.comchan-container .comchan-img img:nth-of-type(1) {
	position: relative;
	top: 20px;
}
.comchan-container .comchan-img img:nth-of-type(3) {
	position: relative;
	top: -20px;
}
.comchan-container .bottom-txt {
	color: #222;
	font-size: 36px;
	margin-bottom: 0;
	margin-top: 30px;
}
.comchan-container .blue-box {
	margin-top: 30px;
	border-radius: 20px;
	background-color: #F0F2FF;
	padding: 50px;
}
.comchan-container .blue-box ul {
	list-style-type: none;
	text-align: left;
	padding-left: 0;
}
.comchan-container .blue-box li {
	font-size: 26px;
	font-weight: 600;
	color: #222222;
	padding-left: 32px;
	position: relative;
}
.comchan-container .blue-box li + li {
	margin-top: 10px;
}
.comchan-container .blue-box li::before {
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #FF2A75;
	position: absolute;
	top: 13px;
	left: -5px;
}
.comchan-container .blue-box .img-table {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
} 
.comchan-container .blue-box .img-table img {
	max-width: 18%;
}
/* コミュチャンエリア */


/* recoエリア */
.reco {
	background-image: url(https://lp.milplus.jp/wp-content/uploads/2025/08/image_recommand_films_bg_left.png), url(https://lp.milplus.jp/wp-content/uploads/2025/08/image_recommand_films_bg_right.png);
background-position: left 1080px, right bottom;
background-repeat: no-repeat, no-repeat;
background-size: 280px, 410px;
}
.reco h2 {
	font-size: 41px !important;
	padding-top: 50px !important;
}
.reco-h3-flex {
	width: 860px;
	max-width: 95%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.reco-h3-flex-title {
	font-weight: 700;
	font-size: 30px;
	color: #fff;
	margin-bottom: 0 !important;
	position: relative;
}
.reco-h3-flex-title::before {
	content: "";
	width: 10px;
	height: 50px;
	background-color: #41B6FF;
	position: absolute;
	top: 0px;
	left: -15px;
}
.reco-h3-flex-link {
	background: linear-gradient(to right, #FD3FBA 50%, #fff 50%) 100%;
	color: transparent;
	background-clip: text;
	background-size: 200% 100%;
	text-decoration: none;
	position: relative;
	transition: background-position 0.3s;
}
.reco-h3-flex-link:hover {
	background-position: 0 100% !important;
}
.reco-h3-flex-link:focus,
.reco-h3-flex-link:active,
.reco-h3-flex-link:hover{
	color: transparent !important;
}

.reco-h3-flex-link::after {
	    content: "";
    width: 26px;
    height: 26px;
    border-radius: 50%;
    position: absolute;
    margin-left: 5px;
    background-image: url(https://lp.milplus.jp/wp-content/uploads/2025/08/icon_work_list_arrow.png), linear-gradient(to top, #3079A7, #41B6FF);
    background-repeat: no-repeat, no-repeat;
    background-size: 16px 15px, contain;
    background-position: center, center;
}
.reco-gallery {
	width: 900px;
	max-width: 95%;
	margin: 0 auto;
	margin-top: 30px !important;
}
.reco-gallery figure {
	padding: 5px;
}
.reco-gallery figure img {
	transition: all 0.6s ease;
}
.reco-gallery figure img:hover {
	transform: scale(0.95);
}
.reco-h4-title {
	position: relative;
	padding: 10px 2%;
	background-image: linear-gradient(to right, #4F7EFF, #FD3FBA);
	width: fit-content;
	max-width: 95%;
	margin: 70px auto 0 !important;
}
.reco-h4-txt {
	width: 900px;
	max-width: 95%;
	margin: 0 auto;
	font-size: 28px;
}
.remo-bottom-area {
	padding-bottom: 70px;
}
.remo-bottom-area p {
	text-align: center;
	color: #fff;
	margin-bottom: 10px !important;
}
.remo-bottom-area p b {
	font-size: 32px;
}
.remo-bottom-btn {
	text-align: center;
}
.remo-bottom-btn a {
	display: inline-block;
	width: 700px;
	max-width: 95%;
	text-align: center;
  padding: 5px 10px;
	font-size: 20px;
  color: #130844;
  font-weight: bold;
  text-decoration: none;
  border-radius: 45px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	 background-image: linear-gradient(to top, #FFF600 0%, #FFBF00 50%, #FFF600 100%);
	background-size: 100% 200%;
	background-position: 0% 100%;
	transition: background-position 0.3s ease-in-out;
}
.remo-bottom-btn a:hover {
	background-position: 0% 0%;
}
.remo-bottom-btn a b {
	font-size: 30px;
}
.conditions small {
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #8CC7FE;
}
.conditions ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.conditions ul li {
	list-style-type: none;
	font-size: 10px;
	color: #fff;
}
/* /recoエリア */

/* CTA3つ目 */
.third-cta {
	background-color: #130844;
	padding: 40px 4% 40px;
	text-align: center;
	background-image: url(https://lp.milplus.jp/wp-content/uploads/2025/08/image_cta_left_380.png), url(https://lp.milplus.jp/wp-content/uploads/2025/08/image_cta_right_380.png);
    background-position: center left, center right;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
}
.third-cta  .pink-txt {
	font-weight: 500;
	font-size: 16px;
	color: #FF649A;
	margin-bottom: 0px;
}
.third-cta  .pink-txt span {
	font-size: 24px;
	font-weight: 700;
}
.third-cta a {
	display: inline-block;
  width: 640px;
  max-width: 95%;
  margin-top: 20px;
  text-align: center;
  font-size: 23px;
  padding: 6px 10px;
  color: #130844;
  font-weight: bold;
  text-decoration: none;
  border-radius: 60px;
  overflow: hidden;
    position: relative;
    z-index: 1;
    background-image: linear-gradient(to top, #FFBF00, #FFF600);
    transition: all 0.6s ease;
}
.third-cta a::after {
	    content: "";
    width: 43px;
    height: 32px;
    background-image: url(https://lp.milplus.jp/wp-content/uploads/2025/08/icon_cta_right_arrow.png);
    background-size: contain;
    position: absolute;
    top: 30px;
    right: 45px;
	transition: all 0.3s ease;
}
.third-cta a:hover::after {
	right: 35px;
}
.third-cta a::before {
	content: "";
  background-color: rgba(255,255,255,0.5);
  height: 100%;
  width: 3em;
  display: block;
  position: absolute;
  top: 0;
  left: -4.5em;
  transform: skewX(-45deg) translateX(0);
  transition: none;
}
.third-cta a:hover::before {
	transform: skewX(-45deg) translateX(760px);
  transition: all 0.5s ease-in-out;
}
.third-cta a span {
	font-weight: 700;
  font-size: 32px;
  line-height: 120%;
}
.third-cta small {
	display: block;
	font-weight: 500;
	font-size: 14px;
	margin-top: 17px;
	color: #80E1FF;
}
.third-cta small.small-txt {
	margin-top: 4px;
	font-weight: 400;
	font-size: 10px;
	color: #fff;
}
/* /CTA3つ目 */

/* FAQ */
.faq-accord {
	margin-top: 50px !important;
	padding: 0 2%;
}
.faq-accord .kt-accordion-wrap {
	max-width: 900px !important;
	margin: 0 auto;
}
.faq-accord .kt-accordion-wrap .kt-accordion-inner-wrap {
	row-gap: 20px;
}
.faq-accord .accrod-parts button {
	background-color: #E4EEFF !important;
	border-radius: 120px !important;
	color: #222 !important;
	font-size: 22px;
	font-weight: 700;
	padding-left: 70px !important;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	position: relative;
}
.faq-accord .accrod-parts button::before {
	content: "";
	width: 32px;
	height: 32px;
	position: absolute;
	top: 18px;
	left: 22px;
	background-image: url(https://lp.milplus.jp/wp-content/uploads/2025/08/icon_accordion_question.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.faq-accord .accrod-parts button .kt-blocks-accordion-icon-trigger {
	background-color: #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}
.faq-accord .accrod-parts button .kt-blocks-accordion-icon-trigger::before,
.faq-accord .accrod-parts button .kt-blocks-accordion-icon-trigger::after{
	background-color: #4576FF !important;
	left: 10px;
	top: 17px;
}
.faq-accord .kt-accordion-panel-inner {
	padding-left: 70px;
	position: relative;
}
.faq-accord .kt-accordion-panel-inner p {
	font-size: 22px;
	font-weight: 500;
	color: #222;
}
.faq-accord .kt-accordion-panel-inner::before {
	content: "";
  width: 35px;
	height: 33px;
	position: absolute;
	top: 16px;
	left: 20px;
	background-image: url(https://lp.milplus.jp/wp-content/uploads/2025/08/icon_accordion_answer.png);
	background-repeat: no-repeat;
	background-size: contain;
}
/* FAQ */

/* お知らせ */
.post-area {
	padding: 56px 0 !important;
	background-color: #DBE7FF;
	background-image: url(https://lp.milplus.jp/wp-content/uploads/2025/08/image_notice_bg_left.png), url(https://lp.milplus.jp/wp-content/uploads/2025/08/image_notice_bg_right.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 10% bottom, 90% 100px;
}
.post-set {
	width: 900px;
	max-width: 95%;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 20px;
	padding: 40px 88px;
	margin-top: 40px !important;
}
.accord-posts-top {
	row-gap: 0px !important;
}
.accord-posts-top > li {
	padding: 20px 4px;
	border-bottom: 1px solid #B1DCFF;
}
.accord-posts-top > li:first-of-type .entry-meta::after {
	content: "New";
	color: #fff;
	background-color: #FF9D00;
	font-size: 13px;
	font-weight: 700;
	display: flex;
	align-items: center;
	padding: 0 15px;
	border-radius: 4px;
	margin: 5px 0 5px 7px;
}
.accord-posts-top .entry-taxonomies {
	display: none;
}
.accord-posts-top .entry-header {
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
}
.accord-posts-top .entry-title {
	order: 2;
	font-size: 28px;
	font-weight: 700;
	color: #222;
	position: relative;
}
.accord-posts-top .entry-title a::after {
	content: "";
	width: 42px;
	height: 42px;
	background-image: url(https://lp.milplus.jp/wp-content/uploads/2025/08/icon_news_internal_transition_arrow.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #8CC7FE;
	border-radius: 50%;
	background-position: center;
	transition: all 0.5s;
}
.accord-posts-top .entry-title a:hover::after {
	right: -10px;
}
.accord-posts-top .entry-title a {
	display: block;
	padding-right: 42px;
}
.accord-posts-top .entry-meta {
	margin: 0 !important;
	order: 1;
	font-size: 18px;
	font-weight: 400;
	color: #222;
}
.accord-posts {
	margin-top: 24px;
}
.accord-btn .kt-accordion-header-wrap {
	max-width: 222px;
	margin: 0 auto;
}
.accord-posts button {
	border-radius: 120px !important;
	color: #fff !important;
	background-color: #41B6FF !important;
	font-size: 28px;
	font-weight: 700;
}
.accord-posts button .kt-blocks-accordion-icon-trigger {
	background-color: #fff;
	border-radius: 50%;
	padding: 3px;
}
.accord-posts button .kt-blocks-accordion-icon-trigger::before {
	background-color: #4576FF !important;
	left: 5px;
	top: 13px;
}
.accord-posts button .kt-blocks-accordion-icon-trigger::after {
	background-color: #4576FF !important;
	left: 5px;
  top: 13px;
}
.accord-posts .kt-accordion-panel-inner {
	padding: 0;
}
.accord-post-contents {
	row-gap: 0 !important;
}
.accord-post-contents > li {
	padding: 20px 4px;
    border-bottom: 1px solid #B1DCFF;
}
.accord-post-contents > li article {
	box-shadow: none !important;
}
.accord-post-contents .entry-content-wrap {
	padding: 0 !important;
}
.accord-post-contents .entry-content-wrap header {
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
}
.accord-post-contents .entry-content-wrap header .entry-taxonomies {
	display: none;
}
.accord-post-contents .entry-content-wrap header .entry-title {
	order: 2;
	font-size: 28px;
  font-weight: 700;
  color: #222;
	position: relative;
}
.accord-post-contents .entry-content-wrap header .entry-title a {
	display: block;
	padding-right: 42px;
}
.accord-post-contents .entry-content-wrap header .entry-meta {
	margin: 0 !important;
  order: 1;
  font-size: 18px;
  font-weight: 400;
  color: #222;
}
.accord-post-contents .entry-title a::after {
	content: "";
	width: 42px;
	height: 42px;
	background-image: url(https://lp.milplus.jp/wp-content/uploads/2025/08/icon_news_internal_transition_arrow.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #8CC7FE;
	border-radius: 50%;
	background-position: center;
	transition: all 0.5s;
}
.accord-post-contents .entry-title a:hover::after {
	right: -10px;
}
/* /お知らせ */

/* みるプラスアプリ */
.app {
	padding: 56px 0 34px;
	background-color: #6AB7FF;
	text-align: center;
}
.app h2 {
	color: #050825;
	font-size: 41px;
	font-weight: 700;
	margin-bottom: 0px !important;
	padding-left: 60px;
	display: inline-block;
	position: relative;
}
.app h2::before {
	content: "";
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-image: url(https://lp.milplus.jp/wp-content/uploads/2025/08/icon_milplus_app.png);
	background-size: contain;
	position: absolute;
	top: 7px;
	left: 0px;
}
.app h3 {
	font-size: 24px;
	font-weight: 500;
	margin: 32px 0 0 !important;
}
.app .app-img {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-top: 20px;
}
.app .app-store,
.app .google-play {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
}
.app .google-play {
	margin-right: 20px;
}
.app .device {
	max-width: 300px;
}
.app small {
	color: #222;
	font-size: 11px;
	font-weight: 400;
	display: inline-block;
	margin-top: 32px !important;
}
/* /みるプラスアプリ */

/* footer */
.site-footer {
	display: none !important;
}
.code-footer {
	background-color: #D3D7E2;
	padding: 60px 0 30px;
	text-align: center;
}
.footer-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
}

.footer-btn a {
	display: block;
	text-decoration: none;
	color: #222222;
	font-weight: 500;
	font-size: 18px;
	position: relative;
	padding-bottom: 1px;
  background-image: linear-gradient(#333, #333);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1px;
  transition: background-size 0.3s;
}
.footer-btn a:hover {
	background-position: bottom left;
  background-size: 100% 1px;
}
.footer-btn a::after {
	content: "";
	width: 9px;
	height: 13px;
	background-image: url(https://lp.milplus.jp/wp-content/uploads/2025/08/footer-arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 8px;
	right: -15px;
	transition: all 0.2s ease;
}
.footer-txt {
	font-size: 13px;
	font-weight: 400;
	margin-top: 20px !important;
	margin-bottom: 0px !important;
}
.footer-img {
	display: flex;
	justify-content:center;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 40px;
	row-gap: 20px;
	margin-top: 20px;
}
.footer-logo {
	max-width: 120px;
}
.footer-sns {
	display: flex;
	justify-content: center;
	gap: 24px;
}
.footer-banner {
	width: 100%;
}
.footer-banner img {
	display: inline-block;
	max-width: 111px;
}
.footer-bottom > div {
	max-width: 1100px;
	margin: 0 auto;
}
/* /footer */


/* SP画面 */
/* KVエリア */
@media screen and (max-width: 768px) {
	.code-header-container {
		max-width: 92%;
	}
	.header-sns {
		gap: 12px;
		justify-content: right;
	}
	.header-sns > a {
		padding: 10px 29px 10px 19px;
		font-size: 17px;
	}
	.header-sns > div:nth-of-type(1) {
		width: 12%;
	}
	.header-sns > div:nth-of-type(2) {
		width: 16%;
	}
	.header-sns > a::after {
		width: 15px;
		height: 17px;
		top: 16px;
		right: 10px;
		background-repeat: no-repeat;
	}
	.header-sns > a:hover::after {
		right: 8px;
	}
	.kv-bottom-btn {
		padding-top: 20px;
		padding-bottom: 40px;
		    background-image: url(https://lp.milplus.jp/wp-content/uploads/2025/08/image_cta_left_229_sp.png), url(https://lp.milplus.jp/wp-content/uploads/2025/08/image_cta_right_229_sp.png);
		background-position: top left, bottom right;
    background-size: 16%, 32%;
	}
	.kv-bottom-btn p {
		font-size: 12px;
		padding: 5px 40px;
		width: 70%;
	}
	.kv-bottom-btn p span {
		font-size: 12px;
	}
	.kv-bottom-btn > div {
		margin-bottom: 15px;
	}
	.kv-bottom-btn .add-area {
		left: 48%;
	}
	.kv-bottom-btn a {
		font-size: 18px;
		padding: 12px 10px;
		max-width: 100%;
	}
	.kv-bottom-btn a b {
		font-size: 26px;
	}
	.kv-bottom-btn a::after {
		width: 26px;
		height: 20px;
		top: 34px;
		right: 15px;
		background-size: contain;
		background-repeat: no-repeat;
		background-image: url(https://lp.milplus.jp/wp-content/uploads/2025/08/icon_cta_right_arrow_sp.png);
	}
	.kv-bottom-btn a:hover::after {
		right: 10px;
	}
	.kv-bottom-btn a:hover::before {
		transition: all 0.7s ease-in-out;
	}
	.kv-bottom-btn small {
		font-size: 11px;
	}
}
/* /KVエリア */

/* ご利用開始までの流れ */
@media screen and (max-width: 768px) {
	.flow {
	  padding: 40px 16px;
		background-image: url(https://lp.milplus.jp/wp-content/uploads/2025/08/image_usage_flow_bg_left_sp.png), url(https://lp.milplus.jp/wp-content/uploads/2025/08/image_usage_flow_bg_right_sp.png);
		background-size: contain, contain;
		background-position: left 10px, right top;
  }
	.flow-container {
		max-width: 100%;
	}
  .flow h2 {
	  font-size: 36px;
		margin-bottom: 32px !important;
  }
	.flow h2 span {
		font-size: 28px;
	}
	.flow-main > p {
		font-size: 18px;
		width: 65%;
		padding-left: 8px;
	}
	.flow-main h3 {
		font-size: 24px;
		line-height: 1.0;
		margin-top: 12px !important; 
		margin-left: 32px !important;
	}
	.flow-main h3 b {
		font-size: 40px;
		vertical-align: sub;
	}
	.flow-main h3::before {
		top: 12px;
		left: -45px;
		width: 34px;
		height: 51px;
		background-size: contain;
	}
	.flow-flex {
		margin-top: 32px !important;
		gap: 28px;
	}
	.flow-flex > div {
		min-width: 100%;
	}
	.flow-img {
		padding: 12px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.flow02 .flow-img::before,     .flow03 .flow-img::before {
		left: 22%;
    top: -52px;
		transform: translateX(-50%);
   width: 60px;
		background-image: url(https://lp.milplus.jp/wp-content/uploads/2025/08/icon_usage_flow_arrow_sp.png);
	}
	.flow-img img {
		width: 40%;
	}
	.flow-img .flow-txt-sp {
		width: 60%;
		font-weight: 500;
		font-size: 18px;
		text-align: left;
	}
}
/* /ご利用開始までの流れ */

/* みるプラスとは */
@media screen and (max-width: 768px) {
	.what-milplus {
	background-color: #fff;
    background-image: url(https://lp.milplus.jp/wp-content/uploads/2025/08/image_what_is_milplus_left_sp.png), url(https://lp.milplus.jp/wp-content/uploads/2025/08/image_what_is_milplus_right_sp.png), url(https://lp.milplus.jp/wp-content/uploads/2025/08/bg_what_is_milplus_wave_sp.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 120px, 138px, contain;
    background-position: left bottom, right 20px, center top;
}
.what-milplus-container {
	padding: 90px 16px 40px;
}
.what-milplus-container h2 {
	font-size: 36px;
}
.what-milplus-container h3 {
	font-size: 26px;
	margin-top: 32px !important;
}
.what-milplus-img {
	margin-top: 32px !important;
}
.what-milplus-txt {
	margin-top: 20px;
}
.what-milplus-txt .bg-blue {
	font-size: 22px;
	text-align: center;
}
.what-milplus-txt .bg-blue span {
	padding: 4px 0 4px 12px;
	margin-top: 12px !important;
	display: inline-block;
	font-weight: 500;
}
.what-milplus-txt .bg-purple {
	font-size: 22px;
	text-align: center;
	margin-top: 16px;
	font-weight: 500;
}
.what-milplus-txt .bg-purple span {
	display: block;
	padding: 4px;
}
.what-milplus-txt .bottom-txt {
	font-size: 22px;
	margin-top: 12px;
	font-weight: 500;
}
}
/* /みるプラスとは */

/* CTA2つ目 */
@media screen and (max-width: 768px) {
	.second-cta {
		padding: 40px 16px;
		        background-image: url(https://lp.milplus.jp/wp-content/uploads/2025/08/image_cta_left_229_sp.png), url(https://lp.milplus.jp/wp-content/uploads/2025/08/image_cta_right_229_sp.png);
        background-position: top left, bottom right;
        background-size: 16%, 32%;
	}
	.second-cta .grade-txt {
		font-size: 12px;
		width: 70%;
	}
	.second-cta .grade-txt span {
		font-size: 12px;
	}
	.second-cta .add-area {
		left: 48%;
	}
	.second-cta a {
		margin-top: 20px;
		max-width: 100%;
		font-size: 18px;
	}
	.second-cta a span {
		font-size: 26px;
	}
	.second-cta a::after {
		width: 26px;
		height: 20px;
		background-size: contain;
		background-image: url(https://lp.milplus.jp/wp-content/uploads/2025/08/icon_cta_right_arrow_sp.png);
		top: 29px;
    right: 13px;
		background-repeat: no-repeat;
	}
	.second-cta a:hover::after {
		right: 8px;
	}
	.second-cta a:hover::before {
		transition: all 0.7s ease-in-out;
	}
	.second-cta .pink-txt {
		font-size: 11px;
		margin-top: 8px;
	}
}

/* /CTA2つ目 */

/* 2つのプラン */
@media screen and (max-width: 768px) {
	.plan2 {
		padding-top: 0;
	}
	.plan2-container {
		padding: 40px 16px 0px;
		background-image: url(https://lp.milplus.jp/wp-content/uploads/2025/08/image_plan_bg_left_sp.png), url(https://lp.milplus.jp/wp-content/uploads/2025/08/image_plan_bg_right_sp.png);
    background-position: 0% 16px , 100% 88px;
    background-repeat: no-repeat, no-repeat;
    background-size: 47%, 45%;
	}
	.single-plan {
		max-width: 100%;
		padding-bottom: 40px;
	}
	.single-plan h2 {
		font-size: 36px;
	}
	.single-plan h3 {
		margin-top: 32px !important;
		font-size: 28px;
	}
	.single-plan h3 span b {
		font-size: 42px;
	}
	.single-plan h3 + p {
		font-size: 28px;
		margin: 32px 0;
	}
	.single-plan-flex {
		display: block;
		margin-top: 32px;
	}
	.single-left-box, .single-right-box {
		max-width: 100%;
		padding: 20px;
	}
	.single-left-box h4, .single-right-box h4 {
		font-size: 24px;
		padding-bottom: 16px;
	}
	.single-left-box h4::after, .single-right-box h4::after {
		width: 140px;
	}
	.single-left-box .price, .single-right-box .price {
		margin: 20px 0;
		font-size: 20px;
		align-items: end;
	}
	.single-left-box .price .bg-fff b, .single-right-box .price .bg-fff b {
		font-size: 28px;
	}
	.single-left-box .price span.txt-fff b, .single-right-box .price span.txt-fff b {
		font-size: 40px;
	}
	.single-left-box .price .bg-fff, .single-right-box .price .bg-fff {
		padding: 0 6px;
		margin-right: 3px;
	}
	.single-left-box p.txt-fff, .single-right-box p.txt-fff {
		font-size: 18px;
	}
	.single-right-box {
		margin-top: 16px;
	}
	.single-plan.free-plan h3 span b {
		font-size: 32px;
	}
	.free-plan .single-left-box h4 {
		line-height: 36px;
	}
}
/* /2つのプラン */

/* コミキャン */
@media screen and (max-width: 768px) {
	.comchan {
		padding: 32px 16px 110px;
		background-image: url(https://lp.milplus.jp/wp-content/uploads/2025/08/image_community_channel_bg_left_sp.png), url(https://lp.milplus.jp/wp-content/uploads/2025/08/image_community_channel_bg_right_sp.png), url(https://lp.milplus.jp/wp-content/uploads/2025/08/image_community_channel_bottom_sp.png);
    background-position: 0% 40px, 100% 100px, center bottom;
    background-size: 125px, 23%, contain;
	}
	.comchan-container {
		max-width: 100%;
		padding-bottom: 0;
	}
	.comchan-container h2 {
		font-size: 36px;
	}
	.comchan-container .top-txt {
		margin-top: 32px;
		font-size: 28px;
	}
	.comchan-container .top-txt span {
		font-size: 32px;
	}
	.what-comchan {
		margin-top: 32px !important;
	}
	.comchan-container .reco-txt {
		font-size: 28px;
		margin-top: 32px;
		margin-bottom: 32px;
	}
	.comchan-container .bottom-txt {
		margin-top: 32px;
		font-size: 28px;
	}
	.comchan-container .blue-box {
		margin-top: 20px;
		padding: 16px;
	}
	.comchan-container .blue-box ul {
		margin-bottom: 20px;
	}
	.comchan-container .blue-box li {
		font-size: 22px;
		font-weight: 500;
		padding-left: 16px;
	}
	.comchan-container .blue-box li::before {
		width: 8px;
		height: 8px;
		left: 0px;
	}
	.comchan-container .blue-box .img-table {
		gap: 7px;
	}
	.comchan-container .blue-box .img-table img {
		width: 21%;
	}
}
/* /コミキャン */

/* 今月のおすすめ */
@media screen and (max-width: 768px) {
	.reco {
		width: 100vh !important;
	  padding: 40px 16px !important;
		background-image: url(https://lp.milplus.jp/wp-content/uploads/2025/08/image_recommand_films_bg_left_sp.png), url(https://lp.milplus.jp/wp-content/uploads/2025/08/image_recommand_films_bg_right_sp.png);
    background-position: left bottom, right 1050px;
    background-size: 55%, 12%;
  }
  .reco h2 {
	  padding-top: 0px !important;
	  font-size: 36px !important;
  }
  .reco-h3-flex {
	display: block;
	}
	.reco-h3-flex-title {
		padding-left: 16px;
		font-size: 28px;
	}
	.reco-h3-flex-title::before {
		left: 0px;
		top: 6px;
		height: 35px;
	}
	.reco-h3-flex-link {
		margin-top: 20px !important;
		display: inline-block;
		font-size: 16px;
	}
	.reco-h3-flex-link::after {
		width: 14px;
		height: 14px;
		top: 6px;
		background-image: url(https://lp.milplus.jp/wp-content/uploads/2025/08/icon_work_list_arrow_sp.png), linear-gradient(to top, #3079A7, #41B6FF);
			background-size: 8px 8px, contain;
	}
	.reco-gallery {
		max-width: 100%;
		padding-bottom: 0px !important;
	}
	.reco-h4-title {
		max-width: 95%;
		margin-top: 60px !important;
		padding: 8px;
		font-size: 27px !important;
	}
	.reco-h4-txt {
		max-width: 100%;
		font-size: 18px;
		margin: 20px 0 32px !important;
	}
}
/* /今月のおすすめ */

/* CTA3つ目*/
@media screen and (max-width: 768px) {
	.third-cta {
		padding: 40px 16px;
		background-image: url(https://lp.milplus.jp/wp-content/uploads/2025/08/image_cta_right_310_sp.png), url(https://lp.milplus.jp/wp-content/uploads/2025/08/image_cta_left_310_sp.png);
        background-position: top left, bottom right;
        background-size: contain, contain;
	}
	.third-cta .pink-txt {
		font-size: 13px;
	}
	.third-cta .pink-txt span {
		font-size: 25px;
	}
	.third-cta a {
		max-width: 100%;
		margin-top: 8px;
		font-size: 18px;
	}
	.third-cta a span {
		font-size: 26px;
	}
	.third-cta a::after {
		width: 26px;
		height: 20px;
		background-size: contain;
		background-image: url(https://lp.milplus.jp/wp-content/uploads/2025/08/icon_cta_right_arrow_sp.png);
		top: 30px;
		right: 10px;
		background-repeat: no-repeat;
	}
	.third-cta a:hover::after {
		right: 7px;
	}
	.third-cta a:hover::before {
		transition: all 0.7s ease-in-out;
	}
	.third-cta small {
		margin-top: 20px;
		font-size: 14px;
	}
	.third-cta small.small-txt {
		font-size: 13px;
		text-align: left;
	}
}
/* /CTA3つ目*/

/* FAQ*/
@media screen and (max-width: 768px) {
	.faq-container {
	  padding: 40px 16px !important;
		margin-bottom: 0 !important;
  }
	.faq-container h2 {
		padding-top: 0px !important;
		font-size: 36px !important;
	}
	.faq-accord {
		margin-top: 32px !important;
	}
	.faq-accord .accrod-parts button {
		font-size: 18px;
		padding: 8px 30px 8px 50px !important;
		align-items: flex-start;
	}
	.kt-blocks-accordion-title-wrap {
		width: 89%;
		padding-right: 5px;
	}
	.faq-accord .accrod-parts button .kt-blocks-accordion-icon-trigger {
		width: 28px;
		height: 28px;
	}
	.faq-accord .accrod-parts button .kt-blocks-accordion-icon-trigger::before, .faq-accord .accrod-parts button .kt-blocks-accordion-icon-trigger::after {
		left: 4px;
		top: 12px;
	}
	.faq-accord .accrod-parts button::before {
		content: "";
		width: 26px;
height: 26px;
background-image: url(https://lp.milplus.jp/wp-content/uploads/2025/08/icon_accordion_question_sp.png);
background-repeat: no-repeat;
background-size: contain;
position: absolute;
top: 10px;
left: 20px;
	}
	.faq-accord .kt-accordion-panel-inner p {
		font-size: 16px;
	}
	.faq-accord .kt-accordion-panel-inner::before {
		content: "";
width: 25px;
height: 25px;
background-image: url(https://lp.milplus.jp/wp-content/uploads/2025/08/icon_accordion_answer_sp.png);
background-repeat: no-repeat;
background-size: contain;
position: absolute;
top: 17px;
left: 35px;
	}
}
/* /FAQ*/

/* お知らせ*/
@media screen and (max-width: 768px) {
	.post-area {
	padding: 40px 16px !important; 
		    background-image: url(https://lp.milplus.jp/wp-content/uploads/2025/08/image_notice_left_sp.png), url(https://lp.milplus.jp/wp-content/uploads/2025/08/image_notice_right_sp.png);
		background-position: -90px 350px, 100% 60px;
		background-size: 280px, 120px;
	}
	.post-area > div > h2 {
		font-size: 36px !important;
	}
	.post-set {
		max-width: 100%;
		margin-top: 32px !important;
		padding: 20px 12px;
	}
	.accord-posts-top > li {
		padding: 0 46px 8px 4px;
		margin-top: 16px;
	}
	.accord-posts-top .entry-meta {
		font-size: 12px !important;
	}
	.accord-posts-top .entry-title {
		font-size: 16px;
	}
	.accord-posts-top > li:first-of-type .entry-meta::after {
		font-size: 12px;
		padding: 0 8px;
	}
	.accord-posts-top .entry-title a {
		padding-right: 0;
	}
	.accord-posts-top .entry-title a::after {
		width: 30px;
		height: 30px;
		background-image: url(https://lp.milplus.jp/wp-content/uploads/2025/08/icon_news_internal_transition_arrow_sp.png);
		background-size: 9px;
		background-position: center;
		top: -7px;
		right: -40px
	}
	.accord-posts-top .entry-title a:hover::after {
	right: -47px;
}
	.accord-posts {
		margin-top: 16px;
	}
	.accord-btn .kt-accordion-header-wrap {
		width: 48%;
	}
	.accord-posts button {
		font-size: 16px;
	}
	.accord-post-contents > li {
		padding: 0 46px 8px 4px;
    margin-top: 16px;
	}
	.accord-post-contents .entry-content-wrap header .entry-meta {
		font-size: 12px;
	}
	.accord-post-contents .entry-content-wrap header .entry-title a {
		font-size: 14px;
		padding-right: 0;
	}
	.accord-post-contents .entry-title a::after {
		width: 30px;
        height: 30px;
        background-image: url(https://lp.milplus.jp/wp-content/uploads/2025/08/icon_news_internal_transition_arrow_sp.png);
        background-size: 9px;
        background-position: center;
        top: -7px;
        right: -40px;
	}
	.accord-post-contents .entry-title a:hover::after {
		right: -45px
	}
}
/*/お知らせ*/

/*app*/
@media screen and (max-width: 768px) {
	.app {
	  padding: 40px 16px;
  }
  .app h2 {
	  font-size: 36px;
	  padding-left: 52px;
  }
  .app h2::before {
	  width: 40px;
	  height: 40px;
	  background-size: contain;
	  top: 9px;
	  left: 0;
  }
	.app h3 {
		font-size: 18px;
		margin-top: 32px !important;
	}
	.app .app-img {
		margin-top: 32px;
		flex-wrap: wrap;
		gap: 0;
	}
	.app .app-store {
		width: 47%;
	}
	.app .google-play {
		margin-right: 0;
		width: 53%;
	}
	.app .qr {
		display: none;
	}
	.app small {
		margin-top: 32px !important;
	}
	.app .device {
		margin-top: 20px;
		padding: 0 11%;
		max-width: initial;
	}
}
/*/app*/

/*footer*/
@media screen and (max-width: 768px) {
	.code-footer {
		padding: 40px 16px;
	}
	.footer-btn {
		gap: 23px;
	}
	.footer-btn a {
		font-size: 14px;
	}
	.footer-btn a::after {
		width: 5px;
		height: 9px;
		top: 8px;
		right: -10px
	}
	.footer-txt {
		text-align: left;
	}
	.footer-bottom {
		padding: 40px 16px !important;
	}
}
/*/footer*/

/* SP画面 */


/* 投稿ページ */

/* /投稿ページ */


/* tv 固定ページ */
.page-id-1057 .entry-content-wrap {
	background-color: #F0F2FF !important;
}
.tv-toptxt-set {
	text-align: center;
}
.tv-toptxt-set h2 {
	color: #0080cf;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 29px;
}
.tv-toptxt-set h1 {
	    margin-top: 0;
    margin-bottom: 0;
    font-size: 56px;
	color: #222;
}
.tv-toptxt-set small {
	display: inline-block;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 28px;
	color: #5E6579;
}
.tv-title > div > div {
	max-width: 900px;
	margin: 0 auto;
	gap: 16px;
	margin-top: 20px !important;
}
.tv-title .anchor-btn a {
	border-radius: 90px !important;
	padding: 8px 55px 8px 20px;
	font-weight: 700;
	background-color: #fff;
	color: #4576FF;
	 box-shadow: 0px 0px 16px 0px #6896FF33;
	position: relative;
}
.tv-title .anchor-btn a:hover {
	background-color: #4576FF;
	color: #fff;
}
.tv-title .anchor-btn a::after {
	content: "";
	width: 30px;
	height: 30px;
	background-image: url(https://lp.milplus.jp/wp-content/uploads/2025/08/icon_prefectures_anchor_arrow.png);
	background-repeat: no-repeat;
	background-size: 17px 10px;
	position: absolute;
	top: 13px;
	right: 10px;
	background-color: #41B6FF;
	border-radius: 50%;
	background-position: center 11px;
}
.tv-title .anchor-btn a:hover::after {
	background-image: url(https://lp.milplus.jp/wp-content/uploads/2025/08/icon_prefectures_anchor_hover_arrow.png);
	background-color: #fff;
}
.tv-main-set {
	max-width: 900px !important;
	margin: 0 auto;
}
.tv-main-set h3 {
	color: #4576FF;
	border-bottom: 2px solid #41B6FF;
	margin-top: 48px !important;
	margin-bottom: 0px !important;
}
.tv-accord .kt-blocks-accordion-header {
	font-size: 22px;
	color: #222 !important;
	font-weight: 700;
	background-color: #fff !important;
	border-radius: 120px !important;
	padding: 20px 34px 20px 40px !important;
	box-shadow: 0px 0px 16px 0px #6896FF33;
	margin-top: 25px;
}
.tv-accord .kt-blocks-accordion-header:hover {
	background-color: #FFAF47 !important;
	color: #fff !important;
}
.tv-accord .kt-blocks-accordion-icon-trigger {
	background-color: #FF9D00;
	border-radius: 50%;
	width: 33px !important;
	height: 33px !important;
}
.tv-accord .kt-blocks-accordion-icon-trigger::before,
.tv-accord .kt-blocks-accordion-icon-trigger::after {
	background: #fff !important;
	left: 7px;
	top: 14px;
}
.tv-accord .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger {
	background-color: #Fff;
}
.tv-accord .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger::before,
.tv-accord .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger::after {
	background-color: #FFAF47 !important;
}
.tv-accord .kt-accordion-panel-inner {
	background: initial !important;
}
.tv-accord .tv-flex {
	column-gap: 2.5%;
	row-gap: 24px;
	align-items: start;
	flex-wrap: wrap;
}
.tv-accord .info-set {
	max-width: 23%;
	min-width: 192px;
}
.tv-accord .name {
	font-size: 18px;
	font-weight: 700;
}
.tv-accord .contact {
	font-size: 13px;
	font-weight: 500;
	color: #4576FF;
	margin-top: 12px !important;
}
.tv-accord .call {
	font-size: 16px !important;
	font-weight: 500;
}
.tv-accord .call a {
	color: #222;
}
.tv-accord .top-page-btn {
	margin-top: 12px !important;
}
.tv-accord .top-page-btn a {
	background-color: #FFE500;
	font-size: 18px;
	color: #222;
	font-weight: 700;
	border-radius: 90px;
	padding: 5px 45px 5px 20px;
	position: relative;
}
.tv-accord .top-page-btn a::after {
	content: "";
	width: 24px;
	height: 24px;
	border-radius: 50%;
	position: absolute;
	top: 8px;
	right: 15px;
	background-image: url(https://lp.milplus.jp/wp-content/uploads/2025/08/icon_home_arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}


@media screen and (max-width: 768px) {
	.page-id-1057 .entry-content-wrap {
		padding: 40px 16px;
	}
	.tv-toptxt-set h2 {
		font-size: 24px;
	}
	.tv-toptxt-set h1 {
		font-size: 40px;
	}
	.tv-toptxt-set small {
		font-size: 13px;
	}
	.tv-title > div > div {
		gap: 10px;
		margin-top: 12px !important;
	}
	.tv-title .anchor-btn a {
		font-size: 20px !important;
		padding: 6px 32px 6px 10px;
	}
	.tv-title .anchor-btn a::after {
		width: 18px;
		height: 18px;
		background-size: 10px 6px;
		background-image: url(https://lp.milplus.jp/wp-content/uploads/2025/08/icon_prefectures_anchor_arrow_sp.png);
		background-position: center 7px;
	}
	.tv-main-set {
		margin-top: 32px !important;
	}
	.tv-main-set h3 {
		font-size: 40px !important;
	}
	.tv-accord .info-set {
		width: 100% !important;
		max-width: 440px;
	}
	.tv-accord .tv-flex {
		justify-content: center;
	}
	.tv-accord .top-page-btn a {
		min-width: 320px;
	}
}
/* /tv 固定ページ */

/*テンプレート */
.post-template-flex > div {
	margin: 32px auto 80px;
	padding: 0 2%;
	display: flex ;
	gap: 20px;
	align-items: start;
}
.right-colume, 
.left-colume {
  background-color: #fff;
	padding: 32px;
	border-radius: 12px;
}
.left-colume {
	padding: 16px;
	width: 25%;
}
.left-colume-txt-outline {
	text-align: center;
}
.left-colume-txt {
	font-size: 20px;
	color: #41B6FF;
	display: inline-block;
	padding: 5px;
	font-weight: 700;
	margin-top: 5px;
	border-radius: 20px;
}
.left-colume ul {
	margin: 0;
}
.left-colume ul li:first-child time {
	position: relative;
}
.left-colume ul li:first-child time::after {
	content: "NEW";
	margin-left: 10px;
	color: #fff;
	background-color: #FF9D00;
	padding: 0 10px;
	border-radius: 4px;
	font-size: 10px;
}
.left-colume ul li {
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #B1DCFF;
	padding:10px 0;
}
.left-colume ul li a {
	order: 2;
	text-decoration: none;
	color: #222;
	font-weight: 700;
}
.left-colume ul li time {
	order: 1;
	font-size: 12px;
}
.right-colume {
	width: 75%;
}
.test-template .jp-relatedposts {
	display: none !important;
}
.test-template h1,
.test-template h2,
.test-template h3,
.test-template h4,
.test-template h5 {
	margin: 50px 0 20px;
}
.test-template .wp-block-post-title {
	margin-top: 10px;
}
.test-template .sharedaddy {
	display: none !important;
}
@media screen and (max-width: 768px) {
	.post-template-flex > div {
		flex-direction: column;
	}
	.left-colume {
		width: 100%;
		order: 2;
	}
	.right-colume {
		width: 100%;
		order: 1;
	}
}

.template-header {
	background-color: #fff;
	padding: 12px 0;
}
.template-header figure {
	max-width: 120px;
}
.template-footer {
	padding: 80px 2%;
	background-color: #130844;
}
.template-footer .wp-block-button {
	max-width: 100%;
}
.template-footer a {
	display: inline-block;
	width: 640px !important;
	max-width: 100% !important;
    text-align: center;
    font-size: 28px;
    padding: 20px 10px;
    color: #130844;
    font-weight: bold;
    text-decoration: none;
    border-radius: 60px;
    overflow: hidden;
    position: relative;
    z-index: 1;
        background-image: linear-gradient(to top, #FFBF00, #FFF600);
    transition: all 0.7s ease; 
}
.template-footer a:hover {
	background-image: linear-gradient(to top, #FFBF00, #FFF600);
}
.template-footer a::before {
	   content: "";
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 3em;
    display: block;
    position: absolute;
    top: 0;
    left: -4.5em;
    transform: skewX(-45deg) translateX(0);
    transition: none;
}
.template-footer a:hover::before {
	    transform: skewX(-45deg) translateX(790px);
    transition: all 0.5s ease-in-out;
}
.template-footer a::after {
    content: "";
    width: 43px;
    height: 32px;
    background-image: url(https://lp.milplus.jp/wp-content/uploads/2025/08/icon_cta_right_arrow.png);
    background-size: contain;
    position: absolute;
    top: 30px;
    left: 45px;
    transition: all 0.3s ease;
	transform: rotate(180deg);
}
.template-footer a:hover::after {
	left: 35px;
}

.tv-temple-header {
	background-color: #fff;
	padding: 12px 0;
}
.tv-temple-header figure {
	max-width: 120px;
}
.tv-temple {
	padding: 60px 2% 120px;
}
@media screen and (max-width: 768px) {
	.template-footer {
		padding: 40px 2%;
	}
	.template-footer a {
		font-size: 23px;
		padding: 15px 10px;
	}
	.template-footer a::after {
		width: 32px;
		height: 24px;
		background-repeat: no-repeat;
		top: 23px;
		left: 30px;
	}
}
/* /テンプレート */