@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-PSP */
/* clearfix */
.clearfix:after {content: "";display: block;clear: both;}
/* flex */
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}

.ta-c {
	text-align: center;
}
.c-white {
	color: #fff;
}
.c-darkBlue {
	color: #333333;
}
.c-ocher {
	color: #0C87E1;
}
a.blue_anchor {
	color: #0C87E1;
	text-decoration: underline;

}
.fw-b {
	font-weight: bold;
}
.mt-05 {
	margin-top: 0.5rem;
}
.mt-1 {
	margin-top: 1rem;
}
.mt-1 iframe{
	vertical-align: top;
    max-width: 100%;
}
.mt-0 {
	margin-top: 0 !important;
}
.ml-05 {
	margin-left: 0.5rem;
}
.ml-1 {
	margin-left: 1rem;
}
.bgc-ocher {
	background-color: #0C87E1;
	font-weight: bold;
}

.h-o-07:hover {
	opacity: 0.7;
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	/* margin-bottom: 2.214rem; */
	margin-bottom: 1.5rem;
	text-align: center;
	font-size: 0.857rem;
	font-weight: 700;
	letter-spacing: 0.042rem;
	/* color: var(--color_01); */
	color: var(--color_04);

}
#main.page2 .headLine01 {
	margin-bottom: 2.214rem;
	text-align: center;
	font-size: 0.857rem;
	font-weight: 700;
	letter-spacing: 0.042rem;
	color: var(--color_07);
}
#main.page3 .headLine01 {
	margin-bottom: 2.214rem;
	text-align: center;
	font-size: 0.857rem;
	font-weight: 700;
	letter-spacing: 0.042rem;
	color: var(--color_14);
}
#main.page4 .headLine01 {
	margin-bottom: 2.214rem;
	text-align: center;
	font-size: 0.857rem;
	font-weight: 700;
	letter-spacing: 0.042rem;
	color: var(--color_16);
}
.headLine01 span {
	display: block;
	font-size: 2.357rem;
	font-weight: 400;
	letter-spacing: 0.117rem;
	line-height: 1;
	margin-top: -0.143rem;
	color: #0C87E1;
}
@media all and (min-width: 897px) {
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	width: 18.5rem;
}
.comLink a {
	min-height: 3.43rem;
	display: flex;
	align-items: center;
	/* background: url(../img/common/icon01.png) no-repeat right 1.285rem center var(--color_01); */
	background: var(--color_01);
	background-size: 0.428rem auto;
	border-radius: 2.857rem;
	color: var(--color_06);
	font-weight: 700;
	padding: 0.357rem 1.428rem;
	box-sizing: border-box;
	position: relative;
}

.comLink.page2 a {
	min-height: 3.43rem;
	display: flex;
	align-items: center;
	/* background: var(--color_08); */
	/* background-size: 0.428rem auto; */
	border-radius: 2.857rem;
	color: var(--color_06);
	font-weight: 700;
	padding: 0.357rem 1.428rem;
	box-sizing: border-box;
	position: relative;
}

.comLink.page3 a {
	min-height: 3.43rem;
	display: flex;
	align-items: center;
	/* background: var(--color_14); */
	/* background-size: 0.428rem auto; */
	border-radius: 2.857rem;
	color: var(--color_06);
	font-weight: 700;
	padding: 0.357rem 1.428rem;
	box-sizing: border-box;
	position: relative;
}

.comLink.page4 a {
	min-height: 3.43rem;
	display: flex;
	align-items: center;
	/* background: var(--color_16); */
	/* background-size: 0.428rem auto; */
	border-radius: 2.857rem;
	color: var(--color_06);
	font-weight: 700;
	padding: 0.357rem 1.428rem;
	box-sizing: border-box;
	position: relative;
}

.comLink a::before {
	background: url(../img/common/icon01.png) no-repeat;
	content: "";
	width: 18px;
	height: 18px;
	position: absolute;
	top: 50%;
	right: 19px;
	transform: translate(0,-50%);
	background-size: contain;
}
/* #main.page2 .comLink a {
	min-height: 3.43rem;
	display: flex;
	align-items: center;
	background: url(../img/common/icon01.png) no-repeat right 1.285rem center var(--color_08);
	background-size: 0.428rem auto;
	border-radius: 2.857rem;
	color: var(--color_06);
	font-weight: 700;
	padding: 0.357rem 1.428rem;
	box-sizing: border-box;
} */
.comLink .color_02 {
	background-color: var(--color_02);
}
.comLink .color_15 {
	background-color: var(--color_15);
}
.comLink .color_03 {
	/* background-color: var(--color_03); */
	background: linear-gradient(to right, #E384B3, #B777B0, #8C6BAD);
}
.comLink .color_08 {
	background-color: var(--color_08);
}
.comLink .color_09 {
	/* background-color: var(--color_09); */
	background: linear-gradient(to right, #EFBB60, #FEA992, #F499CB);
}
.comLink .color_14 {
	/* background-color: var(--color_09); */
	background: linear-gradient(to right, #80E2F7, #6DBBFA, #5991FE);
}
.comLink .color_16 {
	/* background-color: var(--color_09); */
	background: linear-gradient(to right, #FFCD1A, #FF7033);
}
.comLink .color_17 {
	background-color: var(--color_16);
}
.menuBox .comLink {
	margin: 0 auto 0.57rem;
}
.menuBox .comLink a {
	margin-bottom: 0;
}
@media all and (min-width: 897px) {
	.comLink a:hover {
		opacity: 0.6;
	}
}

/*------------------------------------------------------------
	comSec01
------------------------------------------------------------*/
#main .comSec01 {
	padding: 1.29rem 0.856rem 1.928rem;
	/* background: linear-gradient(183deg, rgba(230,221,255,0.8) 1.39%, rgba(255,216,253,0.8) 99.35%); */
	background: url(../img/index/img_bg_pattern_01.png);
	position: relative;
	/* z-index: 1; */
}
#main.page2 .comSec01 {
	padding: 1.29rem 0.856rem 1.928rem;
	background: linear-gradient(183deg, #FFE2F3 1.39%, #FFDED3 99.35%);
	position: relative;
	z-index: 1;
}
#main.page3 .comSec01 {
	padding: 1.29rem 0.856rem 1.928rem;
	background: linear-gradient(183deg, #C9E2FF 2.34%, #FAF4DF 110.35%);
	position: relative;
	z-index: 1;
}
#main.page4 .comSec01 {
	padding: 1.29rem 0.856rem 1.928rem;
	background: linear-gradient(183deg, #FFE1BF 2.34%, #FFEEC2 110.35%);
	position: relative;
	z-index: 1;
}
#main .comSec01:after {
	width: 100%;
	/* height: 31.142857rem; */
	height: 100%;
	/* background: url(../img/common/img_bg_pattern_01.png) no-repeat; */
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: -1;
	mix-blend-mode: multiply;
	background: #1c285d;
}
#main.page2 .comSec01:after {
	width: 100%;
	height: 31.142857rem;
	/* background: url(../img/shigodeki_02/Maskgroup.png) no-repeat; */
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: -1;
	mix-blend-mode: multiply;
}
#main.page3 .comSec01:after {
	width: 100%;
	height: 31.142857rem;
	/* background: url(../img/shigodeki_03/sgdk_03_intro.png) no-repeat; */
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: -1;
	mix-blend-mode: multiply;
}
#main .comSec01 .textImg {
	margin: 0 0.5rem 1.714rem;
}
#main .comSec01 .textImg img {
	width: 100%;
}
#main .comSec01 p strong {
	/* background: url(../img/shigodeki_01/line01.png) repeat-x left bottom; */
	/* background-size: auto 0.571rem; */
	color: #0C87E1;
	background:linear-gradient(transparent 60%, #ff6 60%);

}
#main .comSec01 .txt {
	margin-bottom: 0.874rem;
	text-align: center;
	color: var(--color_04);
}
#main.page2 .comSec01 .txt {
	color: var(--color_07);
}
#main.page3 .comSec01 .txt {
	color: var(--color_14);
}
 .txt {
	padding-top: 30px;
}
#main.page4 .comSec01 .txt {
	color: var(--color_16);
}
#main .comSec01 .txt:last-child {
	margin-bottom: 0;
}
@media all and (min-width: 897px) {
}


/*------------------------------------------------------------
	purchase
------------------------------------------------------------*/
#main .purchase {
	/* padding: 2.714rem 0 3rem; */
	/* background: url(../img/common/bg02.png) repeat left top; */
	background-size: 26.785rem auto;
}
#main.page2 .purchase {
	padding: 2.714rem 0 3rem;
	background: url(../img/shigodeki_02/pattern_02.png) repeat left top;
	background-size: 26.785rem auto;
}
#main.page3 .purchase {
	padding: 2.714rem 0 3rem;
	background: url(../img/shigodeki_03/pattern_03.png) repeat left top;
	background-size: 26.785rem auto;
}
#main.page4 .purchase {
	padding: 2.714rem 0 3rem;
	background: url(../img/shigodeki_04/pattern.png) repeat left top;
	background-size: 26.785rem auto;
}
.content {
	padding: 0 1.214rem;
}
#main .purchase .headLine01 {
	margin-bottom: 2rem;
}
#main .purchase .comLink {
	width: auto;
	margin: 0 auto 0.57rem;
}
#main .purchase .subBox:not(:last-child) {
	padding-bottom: 1.57rem;
	margin-bottom: 1.428rem;
	border-bottom: 0.071429rem dashed var(--color_01);
}
#main.page2 .purchase .subBox:not(:last-child) {
	padding-bottom: 1.57rem;
	margin-bottom: 1.428rem;
	border-bottom: 0.071429rem dashed var(--color_08);
}
#main.page3 .purchase .subBox:not(:last-child) {
	padding-bottom: 1.57rem;
	margin-bottom: 1.428rem;
	border-bottom: 0.071429rem dashed var(--color_15);
}
#main.page4 .purchase .subBox:not(:last-child) {
	padding-bottom: 1.57rem;
	margin-bottom: 1.428rem;
	border-bottom: 0.071429rem dashed var(--color_17);
}
#main .purchase .comLink:last-child {
	margin-bottom: 0;
}
#main .purchase .comLink a {
	padding: 0.357rem 1.785rem;
	/* background-position: right 1.64rem center; */
}
@media all and (min-width: 897px) {
}


/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin: 0 0.357rem 1rem;
	padding-left: 1.428rem;
	font-size: 1.142rem;
	letter-spacing: 0.057rem;
	color: var(--color_01);
	position: relative;
	display: flex;
}
#main.page2 .headLine02 {
	margin: 0 0.357rem 1rem;
	padding-left: 1.428rem;
	font-size: 1.142rem;
	letter-spacing: 0.057rem;
	color: var(--color_07);
	position: relative;
}
#main.page3 .headLine02 {
	margin: 0 0.357rem 1rem;
	padding-left: 1.428rem;
	font-size: 1.142rem;
	letter-spacing: 0.057rem;
	color: var(--color_14);
	position: relative;
}
#main.page4 .headLine02 {
	margin: 0 0.357rem 1rem;
	padding-left: 1.428rem;
	font-size: 1.142rem;
	letter-spacing: 0.057rem;
	color: var(--color_16);
	position: relative;
}
.headLine02:after {
	width: 0.928rem;
	height: 0.928rem;
	background: linear-gradient(271deg, #8C6BAD -17.43%, #E584B3 101.98%);
	border-radius: 0.178rem;
	position: absolute;
	top: 0.6rem;
	left: 0;
	content: "";
	transform: rotate(-45deg);
}
#main.page2 .headLine02:after {
	width: 0.928rem;
	height: 0.928rem;
	background: linear-gradient(271deg, #FF41B3 -17.43%, #FFBD5A 101.98%);
	border-radius: 0.178rem;
	position: absolute;
	top: 0.6rem;
	left: 0;
	content: "";
	transform: rotate(-45deg);
}
#main.page3 .headLine02:after {
	width: 0.928rem;
	height: 0.928rem;
	background: linear-gradient(271deg, #5991FE -17.43%, #80E2F7 101.98%);
	border-radius: 0.178rem;
	position: absolute;
	top: 0.6rem;
	left: 0;
	content: "";
	transform: rotate(-45deg);
}
#main.page4 .headLine02:after {
	width: 0.928rem;
	height: 0.928rem;
	background: linear-gradient(271deg, #FFCD1A -17.43%, #FF7033 101.98%);
	border-radius: 0.178rem;
	position: absolute;
	top: 0.6rem;
	left: 0;
	content: "";
	transform: rotate(-45deg);
}
@media all and (min-width: 897px) {
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/

#main .comPhoto {
	border-radius: 1.428571rem;
	box-shadow: 0px 0px 5.714rem 0px rgba(242, 180, 212, 0.35);
}
#main .comPhoto img {
	border-radius: 1.286rem;
}
#main .comPhoto {
	position: relative;
}
#main .comPhoto > img {
	width: 100%;
	border-radius: 1.428571rem;
}
#main .comPhoto .subSpan {
	width: 5.5rem;
	position: absolute;
	top: 1.571rem;
	right: 0.714rem;
}
#main .comPhoto .subSpan.index {
	width: 5.5rem;
	position: absolute;
	top: 1.571rem;
	right: 0.714rem;
}
#main .comPhoto .subSpan.index04 {
	width: 5.5rem;
	position: absolute;
	top: 1.571rem;
	right: 0.714rem;
}
#main .comPhoto .sub {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: var(--color_06);
	padding: 0 1.308rem 1.428rem;
	box-sizing: border-box;
}
#main .comPhoto p {
	margin-bottom: 0.2rem;
	font-size: 1.127rem;
	line-height: 1.67;
	letter-spacing: 0;
}
/* #main .comPhoto p {
	margin-bottom: 1.2rem;
	font-size: 0.67rem;
	line-height: 1.67;
	letter-spacing: 0;
} */
#main .comPhoto .ttl {
	padding-bottom: 0.387143rem;
	font-size: 1.03rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	letter-spacing: 0.035rem;
	border-bottom: 0.107143rem solid rgba(255, 255, 255, 0.60);
}
#main .comPhoto .comLink {
	margin-left: -0.214rem;
}
#main .comPhoto .name {
	/* margin: 0 -1.214rem 1rem; */
}
#main .comPhoto .name img {
	width: 11.857rem;
}
@media all and (min-width: 897px) {
}


/*------------------------------------------------------------
	comSec02
------------------------------------------------------------*/

#main .comSec02 {
	position: relative;
	z-index: 1;
	padding: 2.64rem 0.57rem 2.85rem;
	/* background: url(../img/common/bg02.png) repeat left top; */
	/* background-size: 26.785rem auto; */
	background-color: #000D42;
}
#main .comSec02 .a03anchor {
	cursor: pointer;
}
#main.page2 .comSec02 {
	position: relative;
	z-index: 1;
	padding: 2.64rem 0.57rem 2.85rem;
	background: url(../img/shigodeki_02/pattern_02.png) repeat left top;
	background-size: 26.785rem auto;
}
#main.page3 .comSec02 {
	position: relative;
	z-index: 1;
	padding: 2.64rem 0.57rem 2.85rem;
	background: url(../img/shigodeki_03/pattern_03.png) repeat left top;
	background-size: 26.785rem auto;
}
#main.page4 .comSec02 {
	position: relative;
	z-index: 1;
	padding: 2.64rem 0.57rem 2.85rem;
	background: url(../img/shigodeki_04/pattern.png) repeat left top;
	background-size: 26.785rem auto;
}
.blogLink {
	margin-bottom: 35px;
	display: block;
}
.comSec02 .day {
	font-size: 0.857rem;
	margin-bottom: 1rem;
}
.comSec02 .day span {
	padding: 2px;
}
.comSec02 img {
	vertical-align: top;
    max-width: 100%;
    height: auto;
	/* padding-bottom: 35px; */
}
.comSec02 iframe {
	vertical-align: top;
    max-width: 100%;
	padding-top: 35px;
}
.comSec02 .linkUl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comSec02 .linkUl li {
	width: 48.7%;
	padding: 8px 0;
}
.comSec02 .linkUl .liStyle3 {
	width: 48.7%;
	padding: 8px 0 30px;
}
.comSec02 .linkUl .liStyle4 {
	width: 48.7%;
	padding: 8px 0 30px;
}
.comSec02 .linkUl li a {
	display: block;
	padding: 1.07rem 1.07rem 0.714rem;
	background-color: var(--color_06);
	box-shadow: 0px 0px 1.428rem 0px rgba(156, 93, 219, 0.35);
	border-radius: 0.714rem;
	position: relative;
}
.page2 .comSec02 .linkUl li a {
	display: block;
	padding: 1.07rem 1.07rem 0.714rem;
	background-color: var(--color_06);
	box-shadow: 0px 0px 1.428rem 0px rgba(255, 105, 195, 0.35);
	border-radius: 0.714rem;
	position: relative;
}
.page3 .comSec02 .linkUl li a {
	display: block;
	padding: 1.07rem 1.07rem 0.714rem;
	background-color: var(--color_06);
	box-shadow: 0px 4px 25px 8px rgba(119, 181, 232, 0.31);
	border-radius: 0.714rem;
	position: relative;
}
.page4 .comSec02 .linkUl li a {
	display: block;
	padding: 1.07rem 1.07rem 0.714rem;
	background-color: var(--color_06);
	box-shadow: 0px 4px 25px 8px rgba(255, 170, 72, 0.35);
	border-radius: 0.714rem;
	position: relative;
}
/* #main .comSec02 .linkUl li a:after {
	width: 2rem;
	height: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../img/common/icon02.png) no-repeat center #F498CF;
	background-size: 0.5rem auto;
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	border-radius: 0.714rem 0px;
} */
.comSec02 .linkUl li a.linkWithColor1:after {
	width: 2rem;
	height: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../img/common/icon02.png) no-repeat center #8C6BAD;
	background-size: 0.5rem auto;
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	border-radius: 0.714rem 0px;
}
.comSec02 .linkUl li a.linkWithColor2:after {
	width: 2rem;
	height: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../img/common/icon02.png) no-repeat center #F498CF;
	background-size: 0.5rem auto;
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	border-radius: 0.714rem 0px;
}
.comSec02 .linkUl li a.linkWithColor3:after {
	width: 2rem;
	height: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../img/common/icon02.png) no-repeat center #52AEF9;
	background-size: 0.5rem auto;
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	border-radius: 0.714rem 0px;
}
.comSec02 .linkUl li a.linkWithColor4:after {
	width: 2rem;
	height: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../img/common/icon02.png) no-repeat center #FFAA48;
	background-size: 0.5rem auto;
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	border-radius: 0.714rem 0px;
}
.comSec02 .linkUl li a.no {
	pointer-events: none;
}
.comSec02 .linkUl li a.no::after {
	display: none;
}
.comSec02 .linkUl li .photo {
	margin-bottom: 0.428rem;
}
.comSec02 .linkUl li .photo img {
	width: 100%;
}
#gHeader .comSec02 .linkUl li .name {
	line-height: 1.5;
}
.comSec02 .linkUl li .name {
	font-weight: 700;
	color: var(--color_01);
	text-align: center;
}
#gHeader .comSec02 .linkUl li .name span {
	margin-top: 0;
	font-weight: 700;
}
.comSec02 .linkUl li .name span {
	opacity: 0.6;
	margin-top: -0.285rem;
	display: block;
	font-size: 0.714rem;
	letter-spacing: 0.035rem;
}
.comSec02 .linkUl .liStyle .name {
	color: #F498CF;
}

.comSec02 .linkUl .liStyle3 .name {
	color: #3691D3;
}

.comSec02 .linkUl .liStyle4 .name {
	color: #FFAA48;
}
@media all and (min-width: 897px) {
	.comSec02 .linkUl a:hover {
		opacity: 0.6;
	}
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@keyframes bgcnca{
	0%{transform:rotate(0deg);}
	100%{transform:rotate(360deg);}
}
.wrap {
	position: fixed;
	top: -10vh;
	right: 0;
	left: 0;
	bottom: 0;
	height: 120vh;
	/* background: url(../img/common/bg.svg) no-repeat center; */
	/* background-size: contain; */

	/* animation: bgcnca 150s linear 0s infinite; */
}
.background {
	/* background: linear-gradient(to bottom, #FFFFFF, #84D1FF); */
	background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(132, 209, 255, 0.2));


	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	/* background-color: #000; */
}

.wrap .lBox {
	width: 180px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.wrap .rBox {
	width: 180px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}
.wrap .text {
	display: block !important;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
	font-size: 125px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 6.25px;
	opacity: 0.5;
	line-height: 1.5;
	color: var(--color_06);
	mix-blend-mode: overlay;
	white-space: nowrap;
	animation-play-state: paused !important;
}
.loaded .wrap .text {
	animation-play-state: running !important;
}
.wrap .text .txtSpan {
	display: inline-block;
}
.wrap .text .txtSpan {
	transform: rotate(90deg);
}
.wrap .rBox {
	transform: rotate(-180deg);
}
/* .wrap .txt02 .txtSpan {
	transform: rotate(-90deg);
} */

.wrap .lBox .text:nth-of-type(odd) {
	-webkit-animation: loop1-left 120s -60s linear infinite;
	animation: loop1-left 120s -60s linear infinite;
}
.wrap .lBox .text:nth-of-type(even) {
	-webkit-animation: loop2-left 120s linear infinite;
	animation: loop2-left 120s linear infinite;
}
@-webkit-keyframes loop1-left {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	to {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
}

@keyframes loop1-left {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	to {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
}
@-webkit-keyframes loop2-left {
	0% {
		-webkit-transform: translateY(-200%);
		transform: translateY(-200%);
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes loop2-left {
	0% {
		-webkit-transform: translateY(-200%);
		transform: translateY(-200%);
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
.wrap .rBox .text:nth-of-type(odd) {
	-webkit-animation: loop1-right 120s -60s linear infinite;
	animation: loop1-right 120s -60s linear infinite;
}

.wrap .rBox .text:nth-of-type(even) {
	-webkit-animation: loop2-right 120s linear infinite;
	animation: loop2-right 120s linear infinite;
}

@-webkit-keyframes loop1-right {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	to {
		-webkit-transform: translateY(200%);
		transform: translateY(200%);
	}
}

@keyframes loop1-right {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	to {
		-webkit-transform: translateY(200%);
		transform: translateY(200%);
	}
}
@-webkit-keyframes loop2-right {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	to {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
}
@keyframes loop2-right {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	to {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
}

@media all and (max-width: 374px) {
	#main .comSec01 .txt {
		font-size: 12px;
	}
	#main .comPhoto .subSpan {
		width: 4rem;
	}
}


.blankAnchor {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #0C87E1;
	padding: 0.357rem 1.785rem;
	min-height: 3.43rem;
	border-radius: 2.857rem;
	font-weight: 700;
	box-sizing: border-box;
	cursor: pointer;
}
.blankAnchor:hover {
	opacity: 0.7;
}
.anchorIcon {
	width: 12px;
	height: 12px;
}
.anchorIcon.horizontalArrow {
	width: 8px;
}
.anchorIcon.verticalArrow {
	width: 16px;
}
@media all and (min-width: 897px) {
	.anchorIcon {
		width: 24px;
		height: 24px;
	}
	.anchorIcon.horizontalArrow {
		width: 12px;
		height: auto;
	}
	.anchorIcon.verticalArrow {
		width: 24px;
		height: auto;
	}
}