@charset "UTF-8";
/*----------------------------------------------------------------------------------------------------------------------------------
　 　reset等
----------------------------------------------------------------------------------------------------------------------------------*/
*{
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	word-wrap:break-word;
    margin: 0;
    padding: 0;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, .search_box, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {line-height:1;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { display:block;}
nav ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
	width: 100%;
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	word-break: break-all; 
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del { text-decoration: line-through;}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

ul,ol{
	list-style: none;
  letter-spacing: -0.5em;
}
li {letter-spacing: normal;}
a{
    text-decoration: none;
	display: inline-block;
cursor: pointer;
	word-break: break-all; 
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	フォント
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
body {
	font-family:"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","メイリオ","Meiryo","Arial",sans-serif;
	color: #313131;
	font-size: 16px;
  	line-height:160%;
	letter-spacing: .05em;
    text-align: center;
    position: relative;
	background: #fff;
}
.heisei{
	font-family: heisei-kaku-gothic-std, sans-serif;
font-weight: 300;
font-style: normal;
}
.w5{font-weight: 500;}
.w7{font-weight: 700;}
.w3{font-weight: 300;}

.senobi{
font-family: senobi-gothic, sans-serif;
font-weight: 400;
font-style: normal;
}
.ab{
font-family: ab-tombo-bold, sans-serif;
font-weight: 400;
font-style: normal;
}
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	　基本
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
html {height: 100%;}
body {
	text-align: center;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
 vertical-align: bottom;
}
::-webkit-scrollbar { display:none;}
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	共通class
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.wrapper{
    width: 100%;
    height: 100%;
	min-height: 100vh;
    position: relative;
	overflow: hidden;
}
.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.bold{font-weight: bold;}


.fixed{position: fixed;}
.a_center{text-align: center;}
.a_left{text-align: left;}
.a_right{text-align: right;}

.relative{position: relative;}

.pc_on{display: inline-block!important;}
.pc_750{display: inline-block!important;}
.sp_on{display: none!important;}
.sp_750{display: none!important;}

.white_text{color: #fff;}


.red_text{color: #AA1A1A;}


.mb10{margin-bottom: 10px!important;}
.mb15{margin-bottom: 15px!important;}
.mb40{margin-bottom: 40px!important;}
.mb150{margin-bottom: 150px!important;}
.no_link{pointer-events: none;}

.come_text{
    font-size: 88%;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 150%;
	margin-top: 15px;
    color: #666;
}
@media print, screen and (max-width: 999px) {
.pc_on{display: none!important;}
.sp_on{display: inline-block!important;}

}
@media print, screen and (max-width: 750px) {
.pc_750{display: none!important;}
.sp_750{display: block!important;}
	
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	header
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	z-index: 1000;
	justify-content: center;
	align-items: center;
	padding: 20px;
	transition-duration: .3s;
}

.header_logo{
	display:none;
    font-size: 230%;
	transition-duration: .3s;
}
.header.header_color .logo_search_box,
.header.header_color .header_logo{display: inline-block!important;}
.header.header_color{background: #ffdb4b;}

.logo_search_box{
	max-width: 300px!important;
	position: absolute;
	top: 50%;
	left: 20px;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
	display:none!important;
	transition-duration: .3s;
}
.logo_search_box input[type=search] {
  font-size: 113%!important;
    border-radius: 50px!important;
    padding: 10px 45px 10px 10px!important;
}
.logo_search_box{ width: 50px;}
.logo_search_box .fa-search{font-size:113%;	}
.logo_search_box  .search_btn{
	width: 45px;
	padding: 0;
}
.logo_search_box .search_btn .fa-search {font-size: 100%;}
.logo{
    font-size: 4vw;
    line-height: 100%;
    margin-bottom: 35px;
    position: relative;
    z-index: 1000;
}
.login_btn{ 
	position: absolute;
	top: 50%;
	right: 20px;
	background: #AA1A1A;
	color: #fff;
	max-width: 150px;
	border-radius: 50px;
	display: inline-block;
	padding: 10px 15px;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.register_btn{ 
	position: absolute;
	top: 50%;
	right: 180px;
	background: #fff;
	border: #AA1A1A 2px solid;
	color: #AA1A1A;
	max-width: 150px;
	border-radius: 50px;
	display: inline-block;
	padding: 10px 15px;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
@media print, screen and (max-width: 999px) {
.logo{font-size: 350%;}
.logo_search_box{max-width: 200px!important;}
}

@media print, screen and (max-width: 750px) {
.header{position: absolute;}
.logo{
	width: 100%;
	display: block;
	}
.login_btn {
    right: 8px;
    max-width: 95px;
    padding: 5px 0px;
}
.register_btn {
    right: 115px;
    max-width: 95px;
    padding: 5px 0px;
}
}
@media print, screen and (max-width: 550px) {
.header{height: 65px;}
.header_logo{font-size: 200%;}
.register_btn {
    right: inherit;
	left: 8px;
    max-width: 95px;
    padding: 5px 0px;
}
}
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	MV関係
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
::-webkit-search-cancel-button {    
  -webkit-appearance: none;  
}
input[type="search"],input[type="text"],input[type="password"],button{
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
    border-radius: 5px;
    padding:15px 10px;
    font-size: 100%;
	cursor: pointer;
}
.mv_outline{
  width:100vw;
  height:calc(100vh - 142px);
	min-height: 650px;
  background:#fff;
    justify-content: space-between;
    align-items: center;
}
.mv_item{
  width:50%;
	min-height: 650px;
  overflow:hidden;
}
.mv_box{
	height: 100%;
	justify-content: center;
	align-items: center;
}
.mv_text{
    font-size: 4vw;
    line-height: 190%;
}
.ebi{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
    z-index: 1;
}
 .search_form {
    justify-content: center;
    align-items: center;
background:#ffdb4b;
  padding:20px;
  height:100%;
  overflow:hidden;
	 flex-direction: column;
}
.sp_search{width: 100%;}

.search_box{
	width: 80%;
    max-width: 500px;
	margin: 0 auto;
	z-index: 1;
}
.search_box input[type=search] {
	border:none;
  box-sizing: border-box;
  font-size: 125%;
  width: 100%;
  z-index: 1;
	border-radius: 50px;
	padding: 20px 62px 20px 20px;
}

.search_box input[type=search]::placeholder {color: #ccc; }
.search_btn{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
    height: 100%;
    width: 62px;
background:#AA1A1A;
color:#fff;
border:none;
border-radius:0 50px 50px 0;
	justify-content: center;
	align-items: center;
	padding: 0;
}
.search_btn .fa-search{font-size:135%;	}

.new_btn{
	position: absolute;
	right: 15px;
	bottom: 30px;
	width: 100%;
	max-width: 200px;
	height: 200px;
	color: #AA1A1A;;
	justify-content: center;
	align-items: center;
	font-size: 130%;
	z-index: 2;
	transition-duration: .2s;
}
.new_btn img{
width: 107px;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
}
.new_btn::before{
	position: absolute;
	top:0;
	left: 0;
	content: "";
	z-index: -1;
	animation:bgcnca 15s linear 0s infinite;
	background: url("../img/nami_bk.png")no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	max-width: 200px;
	height: 200px;
}
.new_btn::after{
    position: absolute;
    top: 20%;
    content: "新規登録";
    color: #AA1A1A;
    border:solid 1px #AA1A1A;
    padding: 0px 9px;
    border-radius: 50px;
    font-size: 75%;	
}
@keyframes bgcnca{
0%{transform:rotate(0deg);}
100%{transform:rotate(360deg);}
}




.link_text_btn{
	display: inline-block;
	background: #ffdb4b;
	padding:0 1em 0 .5em;
	border-radius:1em;
	box-shadow:0 .2em 0  #AA1A1A; 
	transition: all .3s;
	margin-top: .3em;
	color: #AA1A1A;
}
.link_text_btn:hover{
    transform: translate(0,.2em);
	box-shadow:0 0 0  #AA1A1A; 
}

@media print, screen and (min-width: 1281px) {.new_btn:hover{transform: scale(1.1);}}
@media print, screen and (max-width: 1280px) {.mv_outline{height:calc(100vh - 162px);}}
@media print, screen and (max-width: 999px) {
.new_btn{
    max-width: 150px;
    height: 150px;
    font-size: 100%;
    line-height: 120%;
}
.new_btn img{
	width: 80px;
    bottom: 12px;
}
.new_btn::before{
	max-width: 150px;
	height: 150px;
}
}
@media print, screen and (max-width: 750px) {
.link_text_btn{
	background: #fff;
    margin-bottom: 1em;
    border-radius: 0.3em;
	}
.mv_outline{height:auto;}
.search_form{
	width:100%;
	min-height: 600px;
	padding: 220px 0;
	flex-direction: column;
    justify-content: center;
	}
.search_form{order:1;}
.mv_box{display: none;}
.mv_text {font-size: 8vw;}
.mv_text_sp {
    font-size: 190%;
    margin: 15px auto 50px;
    z-index: 1000;
	}
	
.search_box{max-width: 300px;}
.search_box input[type=search] {
  font-size: 113%;
	padding: 15px 50px 15px 15px;
}
.sp_search.search_fixed {
    position: fixed;
    top: 0px;
    left: 0;
	padding:20.5px 0;
	z-index: 1000;
background:#ffdb4b;
}
.sp_search.search_fixed .search_box input[type=search] {
    font-size: 107%;
    padding: 10px 50px 10px 15px;
}
.sp_search.search_fixed .search_box {max-width: 500px;}

.search_btn{ width: 50px;}
.search_btn .fa-search{font-size:113%;}
.new_btn{
	right: 0;
	left: 0;
	margin: 0 auto;
}
}
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	　menu
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.menu_outline{height: 153.2px;}
.menu_box{
	width: 100%;
	padding:50px 0px;
	background: #AA1A1A;
	transition-duration: .8s;
}
.menu_box.menu_fixed {
    position: fixed;
    top: 80px;
    left: 0;
	padding:15px 0;
	z-index: 1000;
}
.menu_box.menu_fixed .menu li button{font-size: 160%;}

.menu{
	width: 95%;
	max-width: 1700px;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}

/*.menu li{width: calc(100% /);}*/
.menu li button{
    width: 100%;
	color: #fff;
	font-size: 150%;
	vertical-align: middle;
	align-items: center;
	justify-content: space-between;
	transition-duration: .5s;
	border-radius: 50px;
	padding: 5px 10px;
	border: none;
    background: none;
font-family: senobi-gothic, sans-serif;
    font-weight: bold;
}
.on_menu{
	background: #fff!important;
	color: #AA1A1A!important;
}
.menu li:nth-of-type(n+2):nth-of-type(-n+9) button::before{
	content:"";
    width: 1.6em;
    padding-top: 1.5em;
    margin-right: .1em;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	transition-duration: 1s;
}
.menu li:nth-child(2) button::before{background-image: url("../img/taberu.svg");}
.menu li:nth-child(3) button::before{background-image: url("../img/nomu.svg");}
.menu li:nth-child(4) button::before{background-image: url("../img/manabu.svg");}
.menu li:nth-child(5) button::before{background-image: url("../img/tsukuru.svg");}
.menu li:nth-child(6) button::before{background-image: url("../img/kau.svg");}
.menu li:nth-child(7) button::before{background-image: url("../img/kenkou.svg");}
.menu li:nth-child(8) button::before{background-image: url("../img/soudan.svg");}
.menu li:nth-child(9) button::before{background-image: url("../img/tsuushin.svg");}

.menu li:nth-child(2) .on_menu::before{background-image: url("../img/taberu_on.svg")!important;;}
.menu li:nth-child(3) .on_menu::before{background-image: url("../img/nomu_on.svg")!important;}
.menu li:nth-child(4) .on_menu::before{background-image: url("../img/manabu_on.svg")!important;}
.menu li:nth-child(5) .on_menu::before{background-image: url("../img/tsukuru_on.svg")!important;}
.menu li:nth-child(6) .on_menu::before{background-image: url("../img/kau_on.svg")!important;}
.menu li:nth-child(7) .on_menu::before{background-image: url("../img/kenkou_on.svg")!important;}
.menu li:nth-child(8) .on_menu::before{background-image: url("../img/soudan_on.svg")!important;}
.menu li:nth-child(9) .on_menu::before{background-image: url("../img/tsuushin_on.svg")!important;}
	
.cs{position: relative;}
.cs button{
	pointer-events: none;
	opacity: .3;
}
/*
.cs::after{
	content:"coming soon";
	position: absolute;
	bottom: -25px;
	left: 0;
	background: rgba(255,219,75,1);
	width: 100%;
    display: inline-table;
    font-size: 88%;
    color: #AA1A1A;
    border-radius: 10px;
}
*/
.menu_title{
	width: 95%;
    margin: 0 auto 30px;
    font-size: 160%;
    padding-bottom: 30px;
    border-bottom: solid 1.5px #fff;
}
.menu_box.menu_fixed .menu_title{display: none!important;}
@media print, screen and (min-width: 1500px) {
	.menu li button:hover{transform: scale(1.1);}
	.menu li button{font-size: 180%;}
}
@media print, screen and (max-width: 1280px) {
	
/*.menu_outline{height: 182px;}*/
.menu_outline{height: 228px;}
	.menu_box {padding: 35px 0px;}
	
	.menu li button {justify-content: center;}
	.menu li{width: 24.5%;}
	 .menu li:nth-of-type(n+1):nth-of-type(-n+4) {margin-bottom: 20px;}
	.menu_box.menu_fixed{padding: 17px 0;}
	.menu_box.menu_fixed .menu{
		width: 100%;
		flex-wrap: nowrap;
		white-space: nowrap;
		overflow-x: scroll;
    padding: 0 15px;
		
	}
	.menu_box.menu_fixed .menu li:nth-of-type(n+1):nth-of-type(-n+4) {margin-bottom: 0px;}
	.menu_box.menu_fixed .menu li{
    min-width: 200px!important;
    width: 100%;
    background: #921414!important;
    border-radius: 50px;
    display: inline-block;
    margin-right: 10px;
	}
	.menu_box.menu_fixed .menu li:last-child{margin-right: 0px;}
	
	.menu_box.menu_fixed .menu li button{
		font-size: 124%;
		flex-wrap: nowrap;
    padding: 7.3px 10px;
	}
}
@media print, screen and (max-width: 750px) {
/*.menu_outline{height: 521.09px;}*/
.menu_outline{height: 597.09px;}
.menu li{
		width: 49.5%;
		padding: 15px 0;
	}
	.menu li:nth-of-type(n+1):nth-of-type(-n+6) { margin-bottom: 20px;}
	.menu_box.menu_fixed .menu li:nth-of-type(n+1):nth-of-type(-n+6) { margin-bottom: 0px;}
	.menu_box.menu_fixed .menu li{
		min-width: 180px!important;
		padding:0;
}
	
}

@media print, screen and (max-width: 750px) {.menu_box.menu_fixed .menu li {min-width: 140px!important;}}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	　contents
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.contents{
	padding: 250px 0;
	min-height: 100vh;
}

.com_list{
	width: 95%;
	max-width: 1400px;
	margin: 0 auto;
	justify-content: space-between;
}
.com_list a{
	width: 31%;
	margin-bottom: 4%;
	cursor: pointer;
}
.com_list a:nth-child(3n+2):last-child{
	margin-left: auto;
	margin-right: 34.5%
}

.com_item{
   border-radius: 10px;
    border: solid 15px #ffdb4b;
    background: #ffdb4b;
	box-shadow: 0 0 10px rgba(0,0,0,.16);
	z-index: 1;
	cursor: pointer;
}
.com_item:hover .com_mv img{ transform:scale(1.2);}
.com_item:hover .com_name{color: #AA1A1A;}

.com_mv{
	width: 100%;
	background: #000;
	padding-top: 60%;
	overflow: hidden;
    border-radius: 8px 8px 0 0;
}
.com_mv img{
	position: absolute;
    top: 0;
    left: 0;
  object-fit: cover;
	min-width: 100%;
	min-height: 100%;
	transition: all .3s;
}
.date{
	position: absolute;
	bottom: 10px;
	left: 10px;
    font-size: 113%;
    color: #fff;
	background: #AA1A1A;
    display: inline-block;
	padding: 3px 10px;
	border-radius: 40px;
}
.com_name{
	padding: 35px 15px 20px;
	font-size: 185%;
	transition: all .3s;
    line-height: 130%;
	color: #313131;
}

.icon::before{
	content: "";
    position: absolute;
    top: -30px;
    left: -30px;
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    background-color: #AA1A1A;
    background-size: 35%;
    background-position: center 23%;
    background-repeat: no-repeat;
    z-index: 2;
}
.icon::after{
    position: absolute;
    top: 7.5px;
    left: -16px;
    display: inline-block;
    color: #fff;
    z-index: 2;
    font-size: 13px;
    font-weight: bold;
}
.taberu::before{background-image: url("../img/taberu.svg")}
.nomu::before{background-image: url("../img/nomu.svg")}
.manabu::before{background-image: url("../img/manabu.svg")}
.tsukuru::before{background-image: url("../img/tsukuru.svg")}
.kau::before{background-image: url("../img/kau.svg")}
.kenkou::before{background-image: url("../img/kenkou.svg")}
.soudan::before{background-image: url("../img/soudan.svg")}

.taberu::after{content: "たべる";}
.nomu::after{content: "のむ";}
.manabu::after{content: "まなぶ";}
.tsukuru::after{content: "つくる";}
.kau::after{content: "かう";}
.kenkou::after{content: "けんこう";}
.soudan::after{content: "そうだん";}


.nomu::after,
.kau::after{ left: -10px;}
.kenkou::after,
.soudan::after{left: -21.5px;}
@media print, screen and (max-width: 1500px) {
	.com_name{
		font-size: 165%;
    padding: 30px 0px 15px;
	}
.icon::before{
    top: -30px;
    left: -30px;
    width: 60px;
    height: 60px;
    background-size: 34%;
    background-position: center 26%;
}
.icon::after{
    top: 0.5px;
    left: -16px;
    font-size: 10px;
}
.date {font-size: 100%;}
	
.nomu::after,
.kau::after{ left: -12px;}
.kenkou::after,
.soudan::after{left: -20.5px;}
}

@media print, screen and (max-width: 1150px) {
.com_list a{width: 48%;}
.com_list a:nth-child(3n+2):last-child{margin-right: auto;}

}
@media print, screen and (max-width: 999px) {
.com_name{
	font-size: 125%;
    padding: 25px 0px 10px;
	}
.date {
    bottom: 5px;
    left: 5px;
	font-size: 88%;
}
}
@media print, screen and (max-width: 700px) {
.com_list { justify-content: center;}
.com_list a{
	width: 90%;
	margin-bottom: 45px;
	}
	
.contents { padding: 80px 0;}
	
	
}
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	　footer
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.footer{
	width: 95%;
	margin: 0 auto;
	padding: 30px 0;
	border-top: solid 2px #AA1A1A;
}
.footer_menu {
	justify-content: center;
	margin-top: 20px;
}
.footer_menu li {
	margin: 0 10px 30px;
}
.footer_menu li a {
	color: #AA1A1A;
	font-weight: bold;
}
.footer_box {
	width: 90%;
	max-width: 1280px;
	margin: auto;
	justify-content: space-between;
}
.saku_text {
    padding: 15px;
    border-radius: 10px;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 30px;
    background: #fff9e1;
}
.footer_mds {
	font-size: 125%;
}

@media print, screen and (max-width: 580px){
	
	.footer_menu {
		margin-top: 10px;
	}
	
	.footer_menu::after {
		content: "：";
		color: #AA1A1A;
		margin-bottom: 20px;
	}
	
	.footer_menu li {
		width: 100%;
		margin: 0 10px 20px;
	}

}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	　page_top
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.page_top{
  position: fixed;
  right: 20px;
    bottom: 10px;
  z-index: 1000;
}
.page_top a {
font-size: 200%;
    background: rgba(255,255,255,.8);
    border-radius: 10px;
    border: solid 2px #aa1a1b;
    text-decoration: none;
    color: #aa1a1a;
    width: 80px;
    height: 80px;
    justify-content: center;
    align-items: center;
	transition: all .3s;
}
.page_top a::before{
font-family: "Font Awesome 5 Free";
  content: '\f102';
  font-weight: 900;
}
@media print, screen and (min-width: 1281px) {
.page_top a:hover{background: rgba(255,219,75,1);}
}
@media print, screen and (max-width: 750px){

.page_top a {
    font-size: 175%;
    padding: 0px 18px;
    width: 55px;
	height: 55px;
	}
.page_top {right: 5px;}
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	　新規登録 その他ページ
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.h1{
    font-size: 230%;
	margin-bottom: 50px;
    line-height: 130%;
}
.form_contents {padding: 185px 0 100px;}
.form_outline{
	width: 90%;
	max-width: 450px;
	margin: 0 auto;
    line-height: 190%;
}
.form_outline img{
    width: 100%;
    max-width: 200px;
    margin: 0 auto 60px;
    display: block;
	animation:fuwafuwa 3s linear 0s infinite;
}

@keyframes fuwafuwa{
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}

.form_title{
	color: #AA1A1A;
	margin:25px auto 10px;
}
.input_inner{
	width: 100%;
	display: inline-block;
	margin: 0 auto 10px;
}
.input_form{
	width: 100%;
	border: none;
    border-radius: 10px!important;
	color: #AA1A1A;
  padding: 15px 10px!important;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
    background: #ffecec;
}
.input_form::placeholder{
	color: #AA1A1A;
	opacity: .5;
	font-size: 88%;
	font-weight: bold;
}
.input_form:focus{
	outline: none;
	background: #AA1A1A;
	color: #fff;
	border-radius: 10px!important;
}
.input_form:focus::placeholder{
	color: #fff!important;
	opacity: .5;
}

.check_anime_label{
    cursor: pointer;
    /* display: block; */
    position: relative;
}
.check_anime_label::before{
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    border: 2px solid #AA1A1A;
    border-radius: 3px;
    margin: 2px 5px -2px 2px;
}
.check_anime{
    display: none;
}
.check_anime_label span{
    display: inline-block;
    position: relative;
}
.check_anime:checked+span::before{
    content: "";
    display: block;
    height: 5px;
    width: 10px;
    border-bottom: 4px solid #AA1A1A;
    border-left: 4px solid #AA1A1A;
    position: absolute;
    transform: rotate(-45deg);
    left: -20px;
    top: 0;
    bottom: 7px;
    margin: auto;
}
.check_anime:checked+span::before{
    animation: 0.5s example2;
}
@keyframes example2{
    0%{
        height: 0;
        width: 0;
        top: 5px;
        left: -20px;
    }
    30%{
        height: 5px;
        width: 0;
        top: 7px;
        left: -19px;
    }
    100%{
        height: 5px;
        width: 10px;
        top: 0px;
        left: -20px;
    }
}
.terms_box {
	border: #AA1A1A 2px solid;
	border-radius: 5px;
	width: 100%;
	height: 240px;
	padding: 15px;
	overflow-y: auto;
	font-size: 88%;
	line-height: 1.4em;
	resize: vertical!important;
	box-shadow: inset 3px 3px 0 rgba(0,0,0,0.2);
}

.h2_terms {
	color: #AA1A1A;
	font-size: 113%;
	margin-top: 20px;
	margin-bottom: 10px;
}

.ol_list {
	width: 100%;
	list-style-type: decimal;
	padding-left: 2em;
	margin-top: 20px;
	margin-bottom: 20px;
}

.ol_list li + li {
	margin-top: 5px;
}

.text_link {
	display: inline;
}

.view{
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	border: none;
    background-color:#ffecec;
	background-image: url("../img/open.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.view_on{background-image: url("../img/close.svg");}


.input_form:focus + .view{
	background-image: url("../img/open_white.svg");
	background-color: #AA1A1A;
}
.input_form:focus + .view_on{background-image: url("../img/close_white.svg");}

.error_text{
	padding: 10px;
	border-radius: 10px;
    background: #fffab5;
	color: #AA1A1A;
	font-size: 88%;
    margin: 5px auto 30px;
}
.error_last{margin: 5px auto 0;}
.error_text::before{
  content: "";
  position: absolute;
  top: -25px;
  left: 10px;
  border: 15px solid transparent;
  border-bottom: 15px solid #fffab5;
  z-index: 0;
}
.error_right::before{
  left:inherit;
right: 10px;
}
.error_text:empty{display: none;}
.btn{
	width: 100%;
    background: #AA1A1A;
    color: #fff;
	font-size: 113%;
    border-radius: 50px;
    display: inline-block;
    padding: 15px;
	border: none;
	margin-top: 50px;
}
.mail_name{
    background: #f2f2f2;
	padding: 5px 15px;
	display: inline-block;
	border-radius: 30px;
	margin-right: 10px;
}
.adress_box{
	justify-content: space-between;
	align-items: center;
}
.adress_box p{width: 155px;}
.adress_box input{width: calc(100% - 160px);}
@media print, screen and (max-width: 550px){
	.h1{font-size: 185%;}
	.form_outline img{max-width: 150px;}
}