﻿@charset "utf-8";

/* ------------------------------------------------------------------------
    Setting
------------------------------------------------------------------------  */
:root{
    /* color */
    --base-color: #323232;
    --main-color : rgba(18,155,122,1);
    --sub-color:#999;
    --sub2-color:#ccc;
    --sub3-color:#dcdcdc;
    --sub4-color:#f5f5f5;
    
    --color-green:#A4ECDA;
    --color-blue:#3b7fdb;
    --color-beige:#c39743;
    
    --color-mask:rgba(0,0,0,.3);
    --mainalpha-color : rgba(18,155,122,.1);
    
    /* padding margin */
    --container-side:5%;
    --space-10:10px;
    --space-15:15px;
    --space-20:20px;
    --space-25:25px;
    --space-30:30px;
    --space-40:40px;
    --space-50:50px;
    --space-70:70px;
    
    /* border-rudius */
    --border-r:10px;
    
    /* Wide */
    --site-width:1400px;
    --site-width-s:1000px;
}
@media screen and (min-width:769px){
    :root{
        /* padding margin */
        --container-side:25px;
        --space-10:20px;
        --space-15:20px;
        --space-20:40px;
        --space-25:50px;
        --space-30:60px;
        --space-40:80px;
        --space-50:100px;
        --space-70:140px;
    }
}

.gra01 {
    position: relative;
}
a.gra01:hover {
    opacity: .7;
}
.gra01:before ,
.gra01:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    transition: all .6s;
}
.gra01:before{
    background: rgba(18,155,122,1);
    background: linear-gradient(45deg, rgba(18,155,122,1) 0%, rgba(58,178,148,1) 100%);
    z-index: -1;
}
a.gra01:hover:before{
    opacity: 0;
}
.gra01:after {
    background: rgba(18,155,122,.7);
    background: linear-gradient(45deg, rgba(58,178,148,1) 0%, rgba(18,155,122,1) 100%);
    z-index: -2;
}

/* ------------------------------------------------------------------------
    BASE
------------------------------------------------------------------------  */
html{
    text-size-adjust: 100%;
}
body{
	margin:0;
	padding:0;
	color:var(--base-color);
	font-weight:300;
	line-height:1.875em;
	font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: .0em;
	
}
body {
	min-height: 100%;
	overflow-x: hidden;
}
/*
@media all and (-ms-high-contrast:none) {
	body {
	}
}
*/

html {
  font-size: 62.5%;
}
body {
    font-size: 1.4em;
}
@media screen and (min-width:769px){
	body {font-size: 1.6em;}
}
html,body{
}
a{
	display:inline-block;
	text-decoration:	none;
	cursor: pointer;
	color:#333;
	transition: opacity .6s,color .6s;
    vertical-align:top;
}
a.link {
    color: #2539B4;
}
@media screen and (min-width:769px){
	a:focus, *:focus { outline:none; }
	a:active{
		text-decoration:	none;
	}
	a.hov:hover{
		opacity:.5;
	}
    a.link:hover {
		opacity:.5;
	}
}


li {
	list-style:none;
}
li a {
	text-decoration:none;
}
address, div, form, fieldset, legend, h1, h2, h3, h4, h5, h6, img, ol, ul, li, dl, dt, dd, p, img, strong, em, span, blockquote, q {
	margin: 			0;
	padding:			0;
	border:				none;
	font-size: 			1em;
	font-style: 		normal;
	font-weight: 		normal;
	vertical-align:		top;
}

table, tr, th, td{
	font-size: 			1em;
	margin:				0;
	padding:			0;
	border:				0 none;
	border-spacing:		0;
	border-collapse:	collapse;
}
object, embed{
	vertical-align: top;
}
p{
	word-wrap: break-word;
}
sup,
sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
	font-size:.8em;
	padding-left:.5em;
     
}
span {vertical-align: baseline;}
sup {
    bottom: 1ex;
	padding-left:.3em;
}
 
sub {
    top: .1ex;
	padding-left:0;
}
img {
	width:100%;
	max-width:100%;
	display: block;
	height:auto;
    vertical-align:top;
	
	pointer-events: none;
}
img[src$=".svg"] {
	width: 100%;
	height:100%;
	max-width:100%;
	max-height:100%;
}
img.auto {
	width: auto;
}
video{
	vertical-align: bottom;
	width: 100%;
}

/* 非表示 */
.none {
    display: none !important;
}

/* ------------------------------------------------------------------------
    text
------------------------------------------------------------------------  */
/* h1 - 2 */
h1 ,h2 ,h3 ,h4{
    line-height: 1.5em;
}

/* font weight */
.fw5 {font-weight: 500;}
.fwb {font-weight: 700;}

/* indent */
.ti1{
	display: inline-block;
	text-indent: -1em;
	padding-left: 1em;
}
.ti2{
	display: inline-block;
	text-indent: -2em;
	padding-left: 2em;
}

/* text-align */
.tac {text-align: center;}
.tar {text-align: right;}
.ftac {
    display: flex;
    justify-content: center;
    width: 100%;
}

/* Message */
.Message.A {
}

/* ------------------------------------------------------------------------
    Title
------------------------------------------------------------------------  */
/* Title */
.Title_Area{
    margin-bottom: var(--space-20);
    text-align: center;
    overflow: hidden;
}

.Title_Area .Title {
    position: relative;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5em;
    text-align: center;
    color: var(--main-color);
    padding-bottom: .5em;
    margin-bottom: .3em;
}
.Title_Area .Title:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) scale(0,1);
    content: '';
    width: 80px;
    height: 1px;
    background: var(--main-color);
    transition: all .6s;
    transition-delay: .6s;
}
.Title_Area p{
    font-size: 12px;
    font-weight: 500;
    color: var(--sub-color);
}
/* color */
.Title_Area.wh .Title ,
.Title_Area.wh p{
    color: #fff;
}
.Title_Area.wh .Title:after {
    background: #fff;
}

/* js */
.Title_Area.active .Title:after {
    transform: translateX(-50%) scale(1,1);
}
@media screen and (min-width:769px){
    .Title_Area .Title {
        font-size: 30px;
    }
}

@media screen and (min-width:769px){
}

/* SubTitle */
.Sub_Title {
    padding-left: 1em;
    border-left: 3px solid var(--sub-color);
    margin-bottom: var(--space-20);
    overflow: hidden;
}
.Sub_Title h3{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5em !important;
    opacity: 0;
    transform: translateY(100%);
    transition: all 1s;
}
.Sub_Title.active h3{
    opacity: 1;
    transform: translateY(0);
}
@media screen and (min-width:769px){
    .Sub_Title h3{
        font-size: 24px;
    }
}

/* ------------------------------------------------------------------------
    layout
------------------------------------------------------------------------  */
/* fit */
.fit{
	width: 100%;
}
.fit--fixed{
	max-width: 100%;
}
.is--hidden{
/*	display:none;*/
	visibility:hidden;
	position:fixed;
}
.is-fixed {
	position: fixed !important;
	top: 0;
	left:0;
	width: 100%;
	z-index:999;
	
	display: none;
}

.body_fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

/* ------------------------------------------------------------------------
    article / section / block
------------------------------------------------------------------------  */
section {
    margin-top: var(--space-40);
    margin-bottom: var(--space-40);
}


/* ------------------------------------------------------------------------
    container
------------------------------------------------------------------------  */
.container{
	width:100%;
	margin-left: 	auto;
	margin-right: 	auto;
	padding-left:var(--container-side);
    padding-right:var(--container-side);

	box-sizing:border-box;
}
.Site-Wide {
	max-width: var(--site-width);
}
.Site-Wide-S {
	max-width: var(--site-width-s);
}

/* Block */
.Block {
    margin-top: var(--space-30);
    margin-bottom: var(--space-30);
}

/* ------------------------------------------------------------------------
    Loading
------------------------------------------------------------------------  */      
.loadingWrap {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 9999;
}

/* ------------------------------------------------------------------------
    SORT
------------------------------------------------------------------------  */
.SortArea {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    row-gap:var(--space-15);
    column-gap: 1.5em;
    margin-top: var(--space-15);
    margin-bottom: var(--space-15);
}
.SortArea .Area{
    display: flex;
    align-items: center;
}
.SortArea p{
    position: relative;
    padding-left: 20px;
    margin-right: 10px;
    word-break: keep-all;
}
.SortArea p:before{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 12px;
    height: 12px;
    background-image: url("../images/icon_arrow_lr.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.SortArea p.UD:before{
    transform: translateY(-50%) rotate(90deg); 
}

/* ------------------------------------------------------------------------
    Button / Arrow / Icon
------------------------------------------------------------------------  */
/***** Button *****/
.Btn_Area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    row-gap: 20px;
}
/* common */
.Btn_Area .Btn{
    position: relative;
    width: 100%;
    max-width: 420px;
    padding: 7px 0;
    text-align: center;
    border-radius: 999px;
    font-weight: 300;
    color: var(--main-color);
    border: 1px solid var(--main-color);
}

.Btn_Area .Btn:before,
.Btn_Area .Btn:after{
    position: absolute;
    top: 50%;
    content: '';
}
.Btn_Area .Btn:before{
    left: 15px;
}
.Btn_Area .Btn:after{
    right: 15px;
}
.Btn_Area .Btn,
.Btn_Area .Btn:before,
.Btn_Area .Btn:after{
    transition: all .6s;
}


/* Type */
.Btn_Area .Btn.Arrow:after{
    display: inline-block;
    vertical-align: middle;
    color: var(--main-color);
    line-height: 1;
    width: 8px;
    height: 8px;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg) translateY(-50%);
}
.Btn_Area .Btn.Back:before{
    display: inline-block;
    vertical-align: middle;
    color: var(--main-color);
    line-height: 1;
    width: 8px;
    height: 8px;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(0) rotate(225deg) translateY(50%);
}
.Btn_Area .Btn.Search:after{
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-image: url("../images/icon_search_cl.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.Btn_Area .Btn.Rex:before{
    transform: translateY(-50%);
    width: 40px;
    height: 15px;
    background-image: url("../images/rex_logo_cl.png");
    background-repeat: no-repeat;
    background-size: contain;
}
.Btn_Area .Btn.Pdf:after{
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url("../../asset/images/icon_file_cl.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.Btn_Area .Btn.Catalog:after{
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url("../../asset/images/icon_catalog_cl.png");
    background-repeat: no-repeat;
    background-size: cover;
}

/* color */
.Btn_Area .Btn.Color{
    color: #fff;
    border: 1px solid var(--main-color);
    background: var(--main-color);
}
.Btn_Area.wh .Btn{
    color: #fff;
    border: 1px solid #fff;
}
.Btn_Area.wh .Btn.Arrow:after,
.Btn_Area .Btn.Color.Arrow:after{
    color: #fff;
}
.Btn_Area.wh .Btn.Search:after{
    background-image: url("../images/icon_search_wh.png");
}
@media screen and (min-width:769px){
    /* hover */
    .Btn_Area .Btn:hover{
        background: var(--main-color);
        color: #fff;
    }
    .Btn_Area .Btn:hover.Arrow:after{
        color: #fff;
    }
    .Btn_Area .Btn:hover.Search:after{
        background-image: url("../images/icon_search_wh.png");
    }
    .Btn_Area.wh .Btn:hover.Search:after{
        background-image: url("../images/icon_search_cl.png");
    }
    .Btn_Area .Btn:hover.Rex:before{
        background-image: url("../images/rex_logo_wh.png");
    }
    .Btn_Area .Btn:hover.Pdf:after{
        background-image: url("../images/icon_file_wh.png");
    }
    .Btn_Area .Btn:hover.Catalog:after{
        background-image: url("../images/icon_catalog_wh.png");
    }
    
    /* color */
    .Btn_Area.wh .Btn:hover,
    .Btn_Area .Btn.Color:hover{
        background: #fff;
        color: var(--main-color);
    }
    .Btn_Area.wh .Btn:hover.Arrow:after,
    .Btn_Area .Btn.Color:hover.Arrow:after{
        color: var(--main-color);
    }
}


/***** ARROW *****/
.arr-r {
    position: relative;
    padding-right: 30px;
    box-sizing: border-box;
}
.arr-r:before{
    position: absolute;
    right: 15px;
    top: 50%;
    content: '';
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-top: solid 1px var(--base-color);
    border-right: solid 1px var(--base-color);
}


/***** ICON *****/

/* REX GROUP */
.RexGroup a{
    position: relative;
    padding-left: 50px !important;
    line-height: 1.5em;
}
.RexGroup a i{
    position: absolute;
    left: 0;
    top: 50%;
    width: 40px;
    height: 27px;
    transform: translateY(-50%);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid var(--sub3-color);
}
.RexGroup a i.nf_jpn{ background-image: url("../images/nf_jpn.png");}
.RexGroup a i.nf_usa{ background-image: url("../images/nf_usa.png");}
.RexGroup a i.nf_tha{ background-image: url("../images/nf_tha.png");}
.RexGroup a i.nf_chn{ background-image: url("../images/nf_chn.png");}
.RexGroup a i.nf_ind{ background-image: url("../images/nf_ind.png");}


/* icon link */
.link {
    display: inline-block;
    position: relative;
}
.link:after {
    position: absolute;
    right: -14px;
    top: 0;
    content: '';
    width: 12px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/icon_link.png");
}

/********** Top **********/
.To_Top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 10;
    height: 40px;
    width: 40px;
    border-radius: 9999px;
    background: rgba(255,255,255,1);
    opacity: 0;
    pointer-events: none;
    transition: opacity .6s;
}
.To_Top a{
    position: relative;
    width: 100%;
    height: 100%;
}
.To_Top a:before,
.To_Top a:after{
    position: absolute;
    content: '';
    box-sizing: border-box;
    
    transition: all .6s;
}
.To_Top a:before{
    left: 50%;
    top: 55%;
    content: '';
    transform: translateY(-50%) translateX(-4px)rotate(-45deg);
    width: 8px;
    height: 8px;
    border-top: solid 1px var(--sub-color);
    border-right: solid 1px var(--sub-color);
}
.To_Top a:after{
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    background: rgba(18,155,122,0);
    border: 1px solid var(--sub2-color);
    z-index: -2;
}

/* Scroll */
.To_Top.Scrl {
    pointer-events:auto;
    opacity: 1;
}
@media screen and (min-width:769px){
    .To_Top {
        right: 20px;
        bottom: 20px;
        width: 60px;
        height: 60px;
    }
    /* hover */
    .To_Top a:hover:before{
        border-top-color: #fff;
        border-right-color: #fff;
    }
    .To_Top a:hover:after{
        border-color: rgba(18,155,122,1);
        background: rgba(18,155,122,1);
    }
}

/* ------------------------------------------------------------------------
    OL UL
------------------------------------------------------------------------  */
/********** ul / ol **********/
ol li:not(:last-child){
	margin-bottom: .35em;
}
/* Text */
@media screen and (min-width:769px){
	ol.Text li,
	ol.Text li:before{
		font-weight: 300;
	}
}

/* Num */
ol.Num {
	counter-reset: count 0;
}
ol.Num > li {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}
ol.Num > li:before {
	content: counter(count) ". ";
	counter-increment: count 1;
}
/* Bracket */
ol.Bracket {
	counter-reset: count 0;
}
ol.Bracket > li {

	display: block;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
ol.Bracket > li:before {
	content: "(" counter(count) ") ";
	counter-increment: count 1;
}
/* Bracket Half */
ol.Bracket_Half {
	counter-reset: count 0;
}
ol.Bracket_Half > li {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}
ol.Bracket_Half > li:before {
	content: counter(count) ") ";
	counter-increment: count 1;
}
/* point */
ol.Point {
	counter-reset: count 0;
}
ol.Point > li {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}
ol.Point > li:before {
	content: "・";
}
/* circle Num */
ol.Normal {
	counter-reset: count 0;
}
ol.Normal > li{
	list-style: none;
	padding-left: 1.3em;
	text-indent: -1.3em;
}
/* line */
ol.Line > li {
	display: block;
	padding-left: .5em;
	text-indent: -.5em;
    line-height: 1.5em;
}
ol.Line > li:before {
	content: "- ";
}

/* ------------------------------------------------------------------------
    MODAL
------------------------------------------------------------------------  */
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
	position: fixed;
	top: 0;
	left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	padding: 20px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
    
    z-index: 9999;
}
/*モーダル本体の擬似要素の指定*/
/*
.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
*/
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
	opacity: 1;
	visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
    width: 100%;
    max-height: 100%;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    /* scroll bar */
    -ms-overflow-style: none;
    scrollbar-width: none;
}
/* scroll bar */
.modal-body::-webkit-scrollbar{
    display:none;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
    position: relative;
	background: #fff;
	text-align: left;
    border-radius: 5px;
    
    padding-top: 50px;
    padding-left: var(--space-20);
    padding-right: var(--space-20);
    padding-bottom: var(--space-20);
}
/* モーダル用ボタンレイアウト */    
.Form-Btn.modal_btn{
    flex-wrap: nowrap;
    padding: 1.5em;
}
/* Close Btn */
.modal-content .Close_Btn{
    position: absolute;
    right: 2px;
    top: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    height: 30px;
    width: 30px;
    cursor: pointer;
    z-index: 10;
}
.modal-content .Close_Btn span{
    position: relative;
    width: 20px;
    height: 20px;
}
.modal-content .Close_Btn span:before,
.modal-content .Close_Btn span:after{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
    content: '';
    background: var(--base-color);
}
.modal-content .Close_Btn span:before{
    width: 100%;
    height: 2px;
}
.modal-content .Close_Btn span:after{
    width: 2px;
    height: 100%;
}
/* btn */
.modal-content .Btn_Area {
    margin-top: var(--space-15);
}
@media screen and (min-width:769px){
    .modal-content .Close_Btn{
        height: 30px;
        width: 30px;
        right: 10px;
        top: 10px;
        border: 1px solid var(--base-color);
    }
    .modal-content .Close_Btn span{
        width: 20px;
        height: 20px;
    }
    
    /* btn */
    .modal-content.jp .Btn_Area.Search {
        justify-content: flex-end;
    }
    .modal-content.en .Btn_Area.Search {
    }
}

/* Title / Sub_Title */
.modal-content .Title_Area .Title:after{
    transform: translateX(-50%) scale(1,1) !important;
    transition-delay:0s;
}
.modal-content .Sub_Title h3{
    opacity: 1;
    transform: translateY(0);
}


/***** CATEORIES / USAGE *****/
.Categories_List ,
.Usage_List {
    margin-top: var(--space-15);
}
.Categories_List ul{
    display: none;
}
.Categories_List ul.active,
.Usage_List ul{
    display: flex;
    flex-wrap: wrap;
    row-gap:15px;
    column-gap: 2%;
}
.Categories_List ul li,
.Usage_List ul li{
    width: 100%;
    border:1px solid var(--sub2-color);
    border-radius: 5px;
    box-sizing: border-box;
}
.Categories_List ul li a,
.Usage_List ul li a{
    width: 100%;
    box-sizing: border-box;
    padding: .5em 10px;
    font-size: 14px;
}

/* select box */
.SelectBox.Categories_Box select{
    border: none;
    background: var(--sub4-color);
}
@media screen and (min-width:769px){
    .Categories_List ul li{
        max-width: 32%;
    }
}

/* Imagebox */
#IMAGE_BOX .modal-body{
    display: inline-flex;
    justify-content: center;
}
/* ------------------------------------------------------------------------
    Table
------------------------------------------------------------------------  */
.Table_Wrap{
    overflow-x: auto;
    padding-top: var(--space-10);
    padding-bottom: var(--space-10);
    margin-top: var(--space-10);
    margin-bottom: var(--space-10);
}
table {
    width: 100%;
    box-sizing: border-box;
    border-right: 1px solid var(--sub2-color);
    border-top: 1px solid var(--sub2-color);
    white-space: nowrap;
    border-collapse: collapse;
}
table tr{
    border-bottom: 1px solid var(--sub2-color);
}
table tr td{
    border-left: 1px solid var(--sub2-color);
}
td {
    padding: 1em;
    line-height: 1.5em;
}
.caution {
    margin-bottom: var(--space-20);
    
    text-indent: -.5em;
    padding-left: .5em;
    line-height: 1.5em;
    font-size: .875em;
}
@media screen and (max-width:768px){
    td {
        padding: .5em;
        font-size: 12px;
    }
}
@media screen and (min-width:769px){
    .caution {
        margin-top: -15px;
    }
}

/* ------------------------------------------------------------------------
    YOUTUBE
------------------------------------------------------------------------  */
.Movie {
    position: relative;
    padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
}
 
.Movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ------------------------------------------------------------------------
    Pager
------------------------------------------------------------------------  */
.Pager {
    margin-top: var(--space-30);
}
.counter {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.counter li{
	margin: 5px;
}
.counter li a{
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--sub3-color);
	width: 40px;
	height: 40px;
	border-radius: 50%;
    transition: all .6s;
}
.counter li:not(.active) a:hover{
    background: var(--sub3-color);
}
.counter li.active a{
	background: var(--main-color);
	color: #fff;
	cursor: default;
}
.counter li.active a:hover{
	opacity: 1;
}
.counter li.abridgement a{
	border:none;
	cursor: default;
}


/* ------------------------------------------------------------------------
    COOKIE
------------------------------------------------------------------------  */
.cookie-consent {
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    color: #fff;
    background: rgba(0,0,0,.7);
    padding: 1.2em;
    box-sizing: border-box;
    visibility: hidden;
    z-index: 10;
}
.cookie-consent .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cookie-consent.is-show {
    visibility: visible;
}
.cookie-consent a {
    color: #fff !important;
    text-decoration: underline;
}
.cookie-agree {
    border-radius: 5px;
    color: #fff;
    background: var(--main-color);
    padding: .5em 1.5em;
}
.cookie-agree:hover {
    cursor: pointer;
}
.cc-hide1 {
    display: none;
 }
.cc-hide2 {
    animation: hide 1s linear 0s;
    animation-fill-mode: forwards;
}
@keyframes hide {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      visibility: hidden;
    }
}
/* メディアクエリ */
@media screen and (max-width: 600px) {
    .cookie-consent .container{
      flex-direction: column;
    }
    .cookie-text {
      margin-bottom: 1em;
    }
    .cookie-agree {
        width: 200px;
        text-align: center;
    }
}

/* ------------------------------------------------------------------------
    switch
------------------------------------------------------------------------  */
.for--pc{}
.for--sp{}
@media screen and (max-width: 768px){
.for--pc{ display: none !important; }
}
@media screen and (min-width:769px){
.for--sp{ display: none !important; }
}