@charset "UTF-8";


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

.amino_header,
.amino_footer{
	font-size: 14px;
	line-height: 1.75;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 1px;
	text-align: left;
}
.amino_header img,
.amino_footer img{
  width: 100%;
  vertical-align: middle;
  max-width: none;
}
.amino_header a,
.amino_footer a{
	outline: none;
	color: #fff;
	text-decoration: none;
}
.amino_nav_register{
	font-size: 80%;
	vertical-align: sub;
	line-height: 1;
}
.amino_inner{
	width:  100%;
	max-width: 1320px;
	padding: 0  min(3vw, 40px);
	box-sizing: border-box;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
.amino_header,
.amino_footer{
	font-size: min(3.47vw, 13px);
}

.amino_inner{
    padding: 0 20px;
}
}


/* ----------------------------amino_nav ---------------------------- */

.amino_nav{
	display: flex;
	color: #fff;
}
.amino_nav_item + .amino_nav_item{
	margin-left: min(6.06vw, 80px);
}

.amino_nav_primary_item + .amino_nav_primary_item{
	margin-top: 30px;
}
.amino_nav_primary_item > a{
	font-weight: 700;
}
.amino_nav_primary_item > a,
.amino_nav_secondary_item a{
	text-decoration: underline;
	display: block;
	position: relative;
}
@media (hover: hover) {
.amino_nav_primary_item > a:hover,
.amino_nav_secondary_item a:hover{
	text-decoration: none;
}
}
.amino_nav_primary_item.has_child > a{
	text-decoration: none;
	pointer-events: none;
}
.amino_nav_secondary{
	margin-top: 20px;
	font-size: 12px;
}

.amino_nav_secondary_item + .amino_nav_secondary_item{
	margin-top: 15px;
}

.amino_nav_primary_item.not_has_child > a[target="_blank"]:after{
	content: '';
	transform:rotate(-45deg);
    display: inline-block;
    width: 18px;
    height: 14px;
	background: url("/aminovital/shared_file/images/arrow_nav.svg") no-repeat transparent center center/contain;
	margin-left: 10px;
}
@media only screen and (max-width: 899px) {
.amino_nav{
	display: block;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.amino_nav_item + .amino_nav_item{
	margin-left: 0;
}
.amino_nav_primary_item + .amino_nav_primary_item{
	margin-top: 0;
}
.amino_nav_primary_item > a{
	border-top: 1px solid rgba(255,255,255,0.3);
	padding: 20px 0;
}
.amino_nav_primary_item > a,
.amino_nav_secondary_item a{
	text-decoration: none;
}
.amino_nav_primary_item.has_child > a{
	pointer-events: auto;
}
.amino_nav_secondary{
	margin-top: 0;
	padding-bottom: 30px;
	font-size: 11px;
	display: none;
}

.amino_nav_secondary_item + .amino_nav_secondary_item{
	margin-top: 10px;
}
.amino_nav_primary_item.has_child > a:before,
.amino_nav_primary_item.has_child > a:after	{
	content: '';
    display: inline-block;
	background: #fff;	
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.amino_nav_primary_item.has_child > a:before{
    width: 16px;
    height: 2px;
	right: 12px;
}
.amino_nav_primary_item.has_child > a:after{
    width: 2px;
    height: 16px;
	right: 19px;
}
.amino_nav_primary_item.has_child > a.open:after{
    display: none;
}

.amino_nav_primary_item.not_has_child > a:after{
	content: '';
    display: inline-block;
	background: url("/aminovital/shared_file/images/arrow_nav.svg") no-repeat transparent center center/contain;	
    width: 17px;
    height: 13px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
	margin: auto 0;
}
.amino_nav_primary_item.not_has_child > a[target="_blank"]:after{
    width: 17px;
    height: 13px;
	margin-left: 0;
}
}


/* ----------------------------amino_sns ---------------------------- */

.amino_sns{
	display: flex;
}
.amino_sns_item{
	width: 50px;
}
.amino_sns_item + .amino_sns_item{
	margin-left: 15px;
}
.amino_sns_item a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border-radius: 30px;
	box-sizing: border-box;
}
.amino_sns_item_instagram a{
    background: url("/aminovital/shared_file/images/bg_instagram.jpg") no-repeat center center/cover;	
}
.amino_sns_item_x a{
    background: #14171a;
}
.amino_sns_item_line a{
    background: #00b900;
}
.amino_sns_item img{
	height: 21px;
	width: auto;
}

@media only screen and (max-width: 899px) {
.amino_sns_item{
	width: 44px;
}
.amino_sns_item a{
	width: 44px;
	height: 44px;
}
.amino_sns_item img{
	height: 19px;
}
}

/* ----------------------------amino_header ---------------------------- */

.amino_header{
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1d2767;
    position: relative;
    z-index: 1000;
}
.amino_header.amino_header_fixed{
    position: fixed;
    top: 0;
    left: 0;
}
.amino_header.amino_header_fixed + .amino_header_modal + *{
    margin-top: 100px;
}
.amino_header_logo {
    width: 100px;
    height: 62px;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    line-height: 1;
}
.amino_header_nav_btn {
    width: 100px;
    height: 100px;
}
.amino_header_nav_btn a {
    width: 100%;
    height: 100%;
    transition: all 0.2s;
    display: block;
    position: relative;
}
.amino_header_nav_btn a span, .amino_header_nav_btn a:before, .amino_header_nav_btn a:after {
    position: absolute;
    content: '';
    right: 30px;
    width: 40px;
    height: 2px;
    background-color: #fff;
    transition: width .25s cubic-bezier(0.2, 1, 0.25, 1), transform .25s cubic-bezier(0.2, 1, 0.25, 1);
}
.amino_header_nav_btn a:before {
    top: 39px;
}
.amino_header_nav_btn a span {
    top: 49px;
}
.amino_header_nav_btn a:after {
    bottom: 39px;
}
.amino_header_nav_btn.open a span{
    display: none;
}
.amino_header_nav_btn.open a:before,
.amino_header_nav_btn.open a:after{
    top: 49px;
}
.amino_header_nav_btn.open a:before{
    transform: rotate(45deg);
}
.amino_header_nav_btn.open a:after{
    transform: rotate(-45deg);
}

.amino_header_ec_btn{
    padding-right: 20px;
}
.amino_header_ec_btn .amino_header_ec_btn_link{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    line-height: 1.35;
    padding: 20px 40px;
    border: 2px solid #fff;
    box-sizing: border-box;
    border-radius: 9999px;
    transition: all 0.2s;
}
.amino_header_ec_btn_link:before{
    content: "";
    display: inline-block;
    width: 25px;
    height: 24px;
    background: url("/aminovital/shared_file/images/ico_ec.svg") no-repeat center center/contain;
    margin-right: 15px;
}
.amino_header_ec_btn_link_inner br{
    display: none;
}
.amino_header_nav_wrap{
    width: 100%;
    height: calc(100vh - 100px - 120px);
    min-height: 340px;
    background: #1d2767;
    position: absolute;
    z-index: 1000;
    top: 100px;
    left: 0;
    padding: 60px 0;
    display: none;
}
.amino_header_inner{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.amino_header_sns{
    margin-top: 100px;
}
@media only screen and (max-width: 899px) {
.amino_header{
    height: 50px;
}
.amino_header.amino_header_fixed + .amino_header_modal + *{
    margin-top: 50px;
}

.amino_header_logo {
    width: 50px;
    height: 31px;
    top: 8px;
}
.amino_header_nav_btn {
    width: 50px;
    height: 50px;
}
.amino_header_nav_btn a span, .amino_header_nav_btn a:before, .amino_header_nav_btn a:after {
    right: 15px;
    width: 20px;
}
.amino_header_nav_btn a:before {
    top: 18px;
}
.amino_header_nav_btn a span {
    top: 24px;
}
.amino_header_nav_btn a:after {
    bottom: 18px;
}
.amino_header_nav_btn.open a:before,
.amino_header_nav_btn.open a:after{
    top: 24px;
}

.amino_header_ec_btn{
    padding-right: 0;
    transform: scale(0.8);
    transform-origin: right center;
}
.amino_header_ec_btn .amino_header_ec_btn_link{
    padding: 11px 13px;
    border: 0;
    font-size: 10px;
}
.amino_header_ec_btn_link:before{
    width: 30px;
    height: 28px;
    margin-right: 8px;
}
.amino_header_ec_btn_link_inner br{
    display: inline;
}
.amino_header_nav_wrap{
    height: calc(100vh - 50px);
    min-height: auto;
    top: 50px;
    padding: 0;
    overflow: scroll;
}
.amino_header_inner{
    height: auto;
    display: block;
    padding-top: 50px;
    padding-bottom: 50px;
}
.amino_header_sns{
    margin-top: 50px;
    justify-content: center;
}
}


/* ----------------------------amino_footer ---------------------------- */


.amino_footer{
	padding: 80px 0;
	background: #1d2767;
}
.amino_footer_inner{
	display: flex;
	justify-content: space-between;
}
.amino_footer_head_logo{
	width: 120px;
}
.amino_footer_head_sns{
    margin-top: 60px;
}

@media only screen and (max-width: 1199px) {
.amino_footer_inner{
	display: block;
}
.amino_footer_head{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.amino_footer_head_sns{
	margin-top: 0;
	padding-top: 10px;
}
.amino_footer_nav{
    margin-top: 80px;
}
}
@media only screen and (max-width: 899px) {
.amino_footer{
	padding: 50px 0;
}
.amino_footer_head_logo{
	width: min(26.66vw, 100px);
}
.amino_footer_nav{
	margin-top: 50px;
}
}

/* ---------------------------- modal ---------------------------- */

.amino_header_modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100001;
  overflow: scroll;
}
.amino_header_modal a{
	outline: none;
	text-decoration: none;
}
.amino_header_modal_bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.amino_header_modal_content{
  padding: 80px 40px;
  width: 100%;
  max-width: 1320px;
  min-height: 100vh;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.amino_header_modal_content_inner {
  background: #fff;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
}

.amino_header_modal_btn {
  clear: both;
  position: absolute;
  right: 0;
  top: -50px;
}

.amino_header_modal_btn_link {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
}

.amino_header_modal_btn_link span::before,
.amino_header_modal_btn_link span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 4%;
  margin: -8% 0 0 -42%;
  background: #fff;
}

.amino_header_modal_btn_link span::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.amino_header_modal_btn_link span::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.amino_header_modal_lead{
    font-size: 14px;
    line-height: 2;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 1px;
    color: #222;
    text-align: left;
}
@media only screen and (max-width: 767px) {

.amino_header_modal_content{
  padding: 60px 20px;
}
.amino_header_modal_content_inner {
  padding: 30px 20px;
}
.amino_header_modal_lead{
    font-size: min(3.47vw, 13px);
}
}


/* ---------------------------- header_ec ---------------------------- */

.amino_header_ec_list{
	display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 40px;
}
.amino_header_ec_item {
    width: calc(50% - 5px);
}
.amino_header_ec_item_link {
	box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: min(0.6vw, 8px) solid #d0af56;
    border-radius: 80px;
    height: min(9.09vw, 120px);
    background-image: url(../images/arrow_ec.svg);
    background-repeat: no-repeat;
    background-position: top 50% right min(3.94vw, 52px);
	background-size: min(1.36vw, 18px) auto; 
	transition: all .2s;
}
.amino_header_ec_item_link img{
	height: min(2.42vw, 32px);
	width: auto;
}
.amino_header_ec_item03 .header_ec_item_link img,
.amino_header_ec_item04 .header_ec_item_link img {
	height: min(1.82vw, 24px);
}

@media (hover: hover) {
.amino_header_ec_item_link:hover{
	border-color: #dcc380;
}
}


@media only screen and (max-width: 767px) {
.amino_header_ec{
	margin-top: 13.33vw;
}
.amino_header_hero .header_ec{
	margin-top: 72.27vw;
}
.amino_header_ec_ttl_inner {
	font-size: 16px;
    line-height: 36px;
}
.amino_header_ec_ttl_inner:before, 
.amino_header_ec_ttl_inner:after {
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}
.amino_header_ec_ttl_inner:before {
    left: -11px;
    border-right: 11px solid #000;
}
.amino_header_ec_ttl_inner:after {
    right: -11px;
    border-left: 11px solid #000;
}
.amino_header_ec_list{
	display: block;
    margin-top: 25px;
}
.amino_header_ec_item {
    width: 100%;
}
.amino_header_ec_item + .amino_header_ec_item{
    margin-top: 10px;
}
.amino_header_ec_item_link {
    border: 4px solid #d0af56;
    height: 65px;
    background-position: top 50% right min(8.53vw, 32px);
	background-size: min(3.6vw, 14px) auto; 
}
.amino_header_ec_item_link img{
	height: min(5.4vw, 21px);
}
.amino_header_ec_item03 .amino_header_ec_item_link img,
.amino_header_ec_item04 .amino_header_ec_item_link img {
	height:  min(4.27vw, 16px);
}


}

