/* カスタマイズ用CSS */

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900&display=swap');
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,600,700&display=swap');

@font-face {font-family:"Quentin";src:url("/html/user_data/assets/fonts/Quentin.eot?") format("eot"),url("/html/user_data/assets/fonts/Quentin.woff") format("woff"),url("/html/user_data/assets/fonts/Quentin.ttf") format("truetype"),url("/html/user_data/assets/fonts/Quentin.svg#Quentin") format("svg");font-weight:normal;font-style:normal;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	padding: 0;
	border: 0;
	font-style: normal;
	font-size: 100%;
	font-family: "Noto Sans JP","メイリオ","ms pgothic", sans-serif;
	color: #222;
}

.oswald{
	font-family: 'Oswald', sans-serif;
}

.lato{
	font-family: "Lato", sans-serif;
}

.quentin{
	font-family: "Quentin";
}

.serif{
	font-family: "Noto Serif JP", serif;
}

.ec-layoutRole{
	overflow: hidden;
}

.ec-layoutRole .ec-layoutRole__contents {
    max-width: 1090px;
}

::marker{
	color: #fff;
}

ul {
  list-style: none;
}

.red_text{
	color: #D90000;
}

.link_text:hover,
.link_text{
	color: #56ADE6;
}

.under_bar{
	text-decoration: underline;
	color: inherit;
}

.bold{
	font-weight: bold;
	color: inherit;
}

.zasThumb{
	padding: 50% 50% !important;
}

a.over {
	transition: .3s;
}

a.over:hover {
	text-decoration: none;
	opacity: .6;
}

p,
a,
li{
	font-size: 15px;
	line-height: 170%;
}

p a,
li a{
	font-size: inherit;
	font-family: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a{
	letter-spacing: 0.04em;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h7{
	line-height: 150%;
}

img {
	max-width: 100%;
}


/* ec-blockTopBtn
   ========================================================================== */
.ec-blockTopBtn {
    width: 40px;
    height: 40px;
    background-color: none;
}

.ec-blockTopBtn img {
    max-width: 100%;
}


/* block_title
   ========================================================================== */
.block_title{
	margin: 0 0 0;
	text-align: center;
}

.block_title span{
	display: block;
	line-height: 150%;
	letter-spacing: 0.10em;
}

.block_title span.eng{
	font-size: 27px;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
}

.block_title span.jpn{
	margin: 0 0 0;
	font-size: 12px;
	font-weight: bold;
}


/* bg_photo
   ========================================================================== */	
.bg_photo > img{
	display: none;
}

.bg_photo{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


/* anime_btn
   ========================================================================== */	
.anime_btn{
	text-align: center;
	line-height: 0;
}

.anime_btn a{
	width: 180px;
	display: inline-block;
	background: #000;
	position: relative;
	text-decoration: none !important;
}

.anime_btn a > span{
	padding: 0;
	display: block;
	box-sizing: border-box;
}

.anime_btn a > span span{
	display: block;
	font-size: 14px;
	line-height: 45px;
	letter-spacing: 0.10em;
	font-family: "Lato", sans-serif;
	color: #fff;
	font-weight: bold;
	box-sizing: border-box;
}


/* header
   ========================================================================== */
.header{
	position: relative;
	background: #000;
}

.header .ec-headerNaviRole{
	padding: 5px 20px 10px;
	height: 60px;
}
	
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    border-radius: 0;
	background: #fff;
}

.ec-headerSearch .ec-headerSearch__category .ec-select select {
	padding: 11px 24px 8px 15px;
	height: 40px;
	color: #222;
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before {
	content: "\f107";
	font-family: "FontAwesome";
    top: 0.8em;
    right: 1.8em;
	color: #222;
    border-left: none;
    border-right: none;
    border-top: none;
    pointer-events: none;
}

.ec-headerSearch .ec-headerSearch__keyword {
    border-radius: 0;
	border: none;
	border-top: 1px solid #ccc;
}

.ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
    border: none;
    padding: 3px 0 0 15px;
	height: 40px;
	background: #fff;
}	

.ec-headerSearch .ec-headerSearch__keywordBtn {
    border: 0;
    right: 0;
    top: 0;
    transform: none;
    width: 50px;
    height: 40px;
    background: #444;
}	

.ec-headerSearch .ec-headerSearch__keyword .ec-icon {
    margin: auto;
}	

/* right */
.ec-headerNav .ec-headerNav__itemIcon {
    color: #fff;
}

.fa-shopping-cart:before {
    color: #fff;
}

/* Navi */
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item span,
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__icon i {
	color: #fff;
}

.ec-drawerRole .ec-headerSearch {
    padding: 26px 8px;
}


/* logo
   ========================================================================== */
.ec-headerTitle .ec-headerTitle__title a {
    margin-bottom: 20px;
    width: 80px;
	line-height: 0;
}


/* footer
   ========================================================================== */
.ec-footerRole {
    border-top: none;
	margin: 0;
    padding-top: 6px;
    background: none;
}

.ec-footerRole .bg {
    background: #000;
}

.ec-footerNavi {
    margin: 0;
}

.ec-footerNavi .ec-footerNavi__link a {
    color: #fff;
}

.f_sns{
	margin: 0;
	padding: 30px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.f_sns li{
	margin: 0 5px;
	width: 35px;
	list-style: none;
}

.f_sns li a{
	display: inline-block;
	line-height: 0;
}

.f_sns li a img{
	max-width: 100%;
}

.ec-footerTitle {
    padding: 30px 0;
}

.ec-footerTitle .ec-footerTitle__logo {
    margin-bottom: 30px;
}

.ec-footerTitle .ec-footerTitle__logo a {
    font-size: 0;
    line-height: 0;
    width: 80px;
	display: inline-block;
}

.ec-footerTitle .ec-footerTitle__logo a img {
    max-width: 100%;
}

.ec-footerTitle .ec-footerTitle__copyright {
    padding: 30px 0;
	color: #ccc;
	border-top: 1px solid #ddd;
}


/* sns
   ========================================================================== */
.sns_block {
    margin: 30px 0 0;
}

.sns_block .bg {
    margin: 30px 0 0;
	background: #000;
}

.sns_block .border_top{
    border-top: 1px solid #707070;
}

.sns_block ul {
    margin: 0 0 0;
	padding: 0;
	display: flex;
}

.sns_block ul li {
    width: 50%;
	list-style: none;
	position: relative;
}

.sns_block ul li a {
	padding: 20px 0;
    display: block;
	text-align: center;
	text-decoration: none !important;
}

.sns_block ul li:first-child::after {
	content: "";
	background: #707070;
	width: 1px;
	height: 60%;
	position: absolute;
	top: 20%;
	right: 0;
}

.sns_block ul li a svg {
	width: 30px;
}

.sns_block ul li.facebook a svg {
	width: 19px;
}

.sns_block ul li.youtube a svg {
	width: 38px;
}

.sns_block ul li a svg path {
	color: #fff;
}

.sns_block ul li a span {
	margin: 5px 0 0;
	font-size: 13px;
	color: #fff;
	display: block;
}


/* ==========================================================================
   index_page
   ========================================================================== */


/* index_main_view
   ========================================================================== */
.index_main_view {
	position: relative;
	background: #ddd;
}

.index_main_view .box {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.index_main_view video.pc {
	display: none;
}

.index_main_view video {
    width: 100%;
    height: auto;
}


/* index_concept
   ========================================================================== */
.index_concept {
	position: relative;
}

.index_concept .inner {
	padding: 20px 0 0;
}

.index_concept .border_box {
	margin: 40px auto 0;
	padding: 40px 10px 50px;
	width: 80%;
	box-sizing: border-box;
	border: 1px solid #ccc;
	text-align: center;
}

.index_concept .border_box p {
	margin: 0 0 30px;
	font-size: 20px;
	line-height: 180%;
	font-weight: bold;
}


/* banner_block
   ========================================================================== */
.banner_block {
	position: relative;
}

.banner_block .inner {
	padding: 70px 10px 0;
}

.banner_block .box {
	line-height: 0;
    text-align: center;
}

.banner_block .box a {
	line-height: 0;
    display: inline-block;
}


/* index_news
   ========================================================================== */
.index_news {
	position: relative;
}

.index_news .inner {
	padding: 0px !important;  
}

.index_news ul {
	margin: 40px auto 30px;
	overflow: hidden;
}

.index_news ul li {
	border-bottom: 1px dashed #ccc;
}

.index_news ul li a {
	padding: 0;
	display: flex;
}

.index_news ul li a span {
	display: block;
}

.index_news ul li a .photo {
	width: 30%;
	overflow: hidden;
}

.index_news ul li a .bg_photo {
	width: 100%;
	height: 32vw;
}

.index_news ul li a .bg_photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	background: url(../img/common/no_image_article.png) no-repeat center center;
	background-size: cover;
}

.index_news ul li a .text_box {
	padding: 6vw 6vw 0;
	width: 70%;
	box-sizing: border-box;
}

.index_news ul li a .text_box .date {
	font-size: 13px;
	letter-spacing: 0.10em;
}

.index_news ul li a .text_box .title {
	margin: 1px 0 0;
	font-size: 16px;
	line-height: 150%;
	font-weight: bold;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.index_news ul li a .text_box .summery {
	display: none;
}


/* index_medal
   ========================================================================== */
.index_medal {
	position: relative;
}

.index_medal .inner {
	padding: 70px 0 40px;
}

.index_medal .contents_block {
	margin: 30px auto 0;
}

.index_medal .contents_block ul li {
	
}

.index_medal .contents_block ul li a {
	padding: 15px;
	display: block;
	height: 100px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.index_medal .contents_block ul li a > span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 1;
}

.index_medal .contents_block ul li a > span span {
	display: block;
}

.index_medal .contents_block ul li a span.title {
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 3px 6px rgba(0,0,0,.3);
}

.index_medal .contents_block ul li a span.text {
	padding: 10px;
	height: auto;
	font-size: 12px;
	line-height: 150%;
	background: rgba(255,255,255,.8);
	box-sizing: border-box;
}


/* big_block */
.index_medal .contents_block ul.big_block {
	margin: 0;
	padding: 0;
}

.index_medal .contents_block ul.big_block li {
	margin: 0;
	overflow: hidden;
}

.index_medal .contents_block ul.big_block li a {
	margin: 0 0 0;
	height: 180px;
}

.index_medal .contents_block ul.big_block li a::before {
	content: "";
	background: rgba(0,0,0,.25);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.index_medal .contents_block ul.big_block li a span.title {
	font-size: 17px;
}


/* small_block */
.index_medal .contents_block ul.small_block {
	font-size: 0;
}

.index_medal .contents_block ul.small_block li {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: calc( 100% / 2);
}


/* index_voices
   ========================================================================== */
.index_voices {
	position: relative;
}

.index_voices .inner {
	padding: 70px 0;
}

.index_voices .contents_block {
	margin: 40px auto 0;
}


/* loop
   ==================== */
.loop{
	margin: 0 0 0;
	padding: 0 0 1px;
    align-items: flex-start !important;
}

#loopslider ul li {
	padding: 0;
    width: 280px;
    height: auto;
    float: left;
    vertical-align: top;
    display: inline;
    overflow: hidden;
	position: relative;
	box-sizing: border-box;
}

#loopslider ul li .box {
	margin: auto;
	padding: 0 0 95px;
	border: 1px solid #ddd;
	min-height: 775px;
	width: 250px;
	position: relative;
}

#loopslider ul li .photo {
    width: 100%;
	line-height: 0;
}

#loopslider ul li .photo img {
    width: 100%;
}

#loopslider ul li .name_box {
	padding: 15px 5px 15px 15px;
    width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
}

#loopslider ul li .name_box > span {
	display: block;
	font-weight: bold;
	line-height: 150%;
	letter-spacing: 0.10em;
}

#loopslider ul li .name_box > span.katagaki {
	font-size: 11px;
}

#loopslider ul li .name_box > span.name {
	margin: 5px 0 0;
	font-size: 20px;
}

#loopslider ul li .name_box > span.small {
	font-size: 16px;
}

#loopslider ul li .text_box {
	padding: 15px 8px 0 15px;
    width: 100%;
}

#loopslider ul li .text_box p {
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0.10em;
}

#loopslider ul li .anime_btn {
    position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 30px;
}

#loopslider ul li .anime_btn a {
    width: 200px;
	background: #222;
	border-radius: 100px;
}

#loopslider ul li .anime_btn a > span span {
	line-height: 35px;
}


/* =======================================
    ClearFixElements
======================================= */
#loopslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}


/* ==========================================================================
   Under Block
   ========================================================================== */


/* ubder_view
   ========================================================================== */
.ubder_view {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 170px;
}

.ubder_view .inner {
	padding: 0 10px;
}

.ubder_view h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.ubder_view p {
	margin: 20px 0 0;
	font-size: 14px;
	line-height: 170%;
	font-weight: bold;
	text-align: center;
}

.ubder_view h2,
.ubder_view p {
	text-shadow:
    #fff 2px 0px,  #fff -2px 0px,
    #fff 0px -2px, #fff 0px 2px,
    #fff 2px 2px , #fff -2px 2px,
    #fff 2px -2px, #fff -2px -2px,
    #fff 1px 2px,  #fff -1px 2px,
    #fff 1px -2px, #fff -1px -2px,
    #fff 2px 1px,  #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px;
}


/* content_title
   ========================================================================== */
.content_title {
	background: #fff;
}

.content_title > span {
	padding: 15px 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 150%;
	display: block;
}


/* how_citric_amino
   ========================================================================== */
.how_citric_amino {
	background: linear-gradient(to right bottom,#00061D,#001B2C);
	overflow: hidden;
}

.how_citric_amino .inner {
	padding: 60px 10px;
	position: relative;
}

.how_citric_amino .inner::after {
	content: "";
	background: rgba(0,0,0,.6);
	width: 500vw;
	height: 500vw;
	position: absolute;
	top: 0;
	left: 10%;
	transform: rotate(20deg);
}

.how_citric_amino .show_wrap {
	position: relative;
	z-index: 1;
}

.how_citric_amino .item01 {
	position: absolute;
	top: 0;
	left: -10vw;
	width: 50%;
	max-width: inherit;
}

.how_citric_amino .item02 {
	position: absolute;
	bottom: 33vw;
	right: -10vw;
	width: 50%;
	max-width: inherit;
}

.how_citric_amino .item03 {
	mix-blend-mode: luminosity;
	position: absolute;
	top: 0;
	right: 30%;
	height: 100%;
	max-width: inherit;
	opacity: .6;
}

.how_citric_amino .top_box h3 ,
.how_citric_amino .bottom_box h4 {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.how_citric_amino .top_box p {
	margin: 15px 0 0;
	font-size: 15px;
	line-height: 170%;
	color: #fff;
}

.how_citric_amino .bottom_box {
	margin: 10px 0 0;
}

.how_citric_amino .reason {
	margin: 20px 0 0;
	line-height: 0;
}

.how_citric_amino .reason ul {
	padding: 10px 0;
	line-height: 170%;
	background: url("/html/user_data/assets/img/citric_amino/how_citric_amino/box_mid.png") repeat-y top center;
	background-size: 100% auto;
	font-size: 0;
}

.how_citric_amino .reason ul li {
	padding: 10px 10px;
	width: calc(100%/3);
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}

.how_citric_amino .reason ul li h5 {
	text-align: center;
}

.how_citric_amino .reason ul li h5 span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 35px;
	background: #fff;
	border-radius: 100px;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	color: #000;
}

.how_citric_amino .reason ul li p {
	margin: 10px 0 0;
	font-size: 15px;
	color: #fff;
	text-align: center;
}

.how_citric_amino .reason ul li p br {
	display: none;
}

.how_citric_amino .bcaa {
	margin: 20px 0 0;
	padding: 15px 15px;
	background: linear-gradient(to bottom right,#AD0000,#830404);
	font-size: 17px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}


/* commit
   ========================================================================== */
.commit {
	background: #000A11;
	position: relative;
}

.commit .bg {
	background: rgba(36,32,36,.4);
	position: relative;
}

.commit .bg::before {
	content: "";
	width: 100%;
	height: 100%;
	background: url("/html/user_data/assets/img/citric_amino/commit/man.png") no-repeat bottom right;
	background-size: auto 100%;
	position: absolute;
	top: 0;
	right: 0;
	mix-blend-mode: revert;
}

.commit .bg .inner {
	padding: 20px 10px;
	position: relative;
}

.commit p {
	color: #fff;
}

.commit .top_text {
	font-size: 16px;
}

.commit .bottom_text {
	margin: 20px 0 0;
	font-size: 13px;
}

.commit ul {
	margin: 10px 0 0;
	overflow: hidden;
}

.commit ul li {
	margin: 15px 0 0;
	padding: 15px;
	border: 1px solid rgba(255,255,255,.4);
}

.commit ul li .icon {
	margin: auto;
	width: 80px;
	line-height: 0;
}

.commit ul li h4 {
	margin: 10px 0 0;
	font-size: 18px;
	font-weight: bold;
	color: #F1AE25;
	text-align: center;
}

.commit ul li p {
	margin: 10px 0 0;
	font-size: 15px;
}


/* merit
   ========================================================================== */
.merit {
	background: #000;
	position: relative;
}

.merit > .inner {
	padding: 30px 15px;
}

.merit ul {
	overflow: hidden;
}

.merit ul li {
	padding: 20px 20px 20px;
	background: #222;
	position: relative;
}

.merit ul li:nth-child(2) {
	margin: 10px 0 0;
}

.merit ul li::before {
	content: "";
	width: 30px;
	height: 30px;
	background: url("/html/user_data/assets/img/citric_amino/merit.png") no-repeat top left;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.merit ul li h4 {
	font-size: 0;
	display: flex;
	align-items: center;
}

.merit ul li h4 .no {
	padding: 5px 0 0;
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 20%;
	max-width: 60px;
}

.merit ul li h4 .text {
	font-size: 17px;
	font-weight: bold;
	line-height: 150%;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 80%;
}

.merit ul li p {
	margin: 15px 0 0;
	color: #fff;
}


/* citric_acid_cycle
   ========================================================================== */
.citric_acid_cycle {
	overflow: hidden;
}

.citric_acid_cycle > .inner {
	padding: 60px 20px;
	position: relative;
}

.citric_acid_cycle .item01 {
	position: absolute;
	top: 0;
	right: -10vw;
	width: 50%;
	max-width: inherit;
}

.citric_acid_cycle .item02 {
	position: absolute;
	bottom: 0;
	left: -10vw;
	width: 50%;
	max-width: inherit;
}

.citric_acid_cycle .content_title {
	background: none;
}

.citric_acid_cycle .content_title .inner {
	padding: 0;
}

.citric_acid_cycle .top_block {
	margin: 20px 0 0;
}

.citric_acid_cycle .bottom_block h4 ,
.citric_acid_cycle .top_block h4 {
	font-size: 17px;
}

.citric_acid_cycle .bottom_block p ,
.citric_acid_cycle .top_block p {
	margin: 10px 0 0;
}

.citric_acid_cycle .bottom_block {
	margin: 20px 0 0;
}

.citric_acid_cycle .bottom_block .photo {
	margin: auto;
	max-width: 362px;
}


/* amino_acid_score
   ========================================================================== */
.amino_acid_score {
	padding: 30px 0 0;
	background: #000;
}

.amino_acid_score > .inner {
	padding: 30px 20px 60px;
	position: relative;
}

.amino_acid_score p {
	color: #fff;
}

.amino_acid_score .top_block {
	margin: 0 0 50px;
}

.amino_acid_score .illust {
	margin: 50px 0 20px -20px;
}

.amino_acid_score .mid_block {
	margin: 20px 0 50px;
}

.amino_acid_score .mid_block h4 {
	font-size: 18px;
	color: #F1C40F;
}

.amino_acid_score .mid_block p {
	margin: 15px 0 0;
}

.amino_acid_score .mid_block p .big {
	font-size: 1.1em;
}

.amino_acid_score .mid_block ul {
	margin: 50px auto 0;
	max-width: 500px;
	display: flex;
	justify-content: center;
}

.amino_acid_score .mid_block ul li {
	padding: 0 10px;
	width: 50%;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
}

.amino_acid_score .mid_block ul li .photo {
	margin: auto;
	line-height: 0;
	text-align: center;
	max-width: 170px;
}

.amino_acid_score .mid_block ul li p {
	margin: 20px 0 0;
}

.amino_acid_score .mid_block ul + p {
	margin: 50px 0 0;
}

.amino_acid_score .bottom_block {
	margin: 50px 0 0;
}

.amino_acid_score .bottom_block h4 {
	font-size: 18px;
    font-weight: bold;
    line-height: 150%;
	text-align: center;
	color: #fff;
}

.amino_acid_score .bottom_block ul {
	margin: 30px 0 0;
}

.amino_acid_score .bottom_block ul li {
	margin: 15px 0 0;
	padding: 15px;
	min-height: 150px;
	box-sizing: border-box;
	background: #222;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.amino_acid_score .bottom_block ul li h5 {
	padding: 10px 10px;
	width: 70px;
	height: 70px;
	background: url("/html/user_data/assets/img/citric_amino/amino_acid_score/item.png") no-repeat top left;
	background-size: 100%;
	font-size: 18px;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
}

.amino_acid_score .bottom_block ul li p {
	font-weight: bold;
}

.amino_acid_score .bottom_block ul li p .small {
	margin: 3px 0 0;
	font-size: .8em;
	line-height: 160%;
	color: inherit;
	display: inline-block;
}


/* doping
   ========================================================================== */
.doping {
	background: #000;
}

.doping > .inner {
	padding: 25px 20px 60px;
	position: relative;
}

.doping p {
	color: #fff;
}

.doping .top_block {
	
}

.doping .top_block .photo_text {
	margin: 30px -20px 0;
	line-height: 0;
}

.doping .certificate {
	margin: 30px 0 0;
}

.doping .certificate h4 {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

.doping .certificate ul {
	margin: 20px -10px 0;
	display: flex;
}

.doping .certificate ul li {
	padding: 0 5px;
	width: 50%;
	box-sizing: border-box;
	line-height: 0;
	overflow: hidden;
}

.doping .certificate p {
	margin: 20px 0 0;
	font-size: 16px;
	font-weight: bold;
	color: #F6E085;
	text-align: center;
}

.doping .certificate .link_btn {
	margin: 20px auto 0;
}

.doping .certificate .link_btn a {
	padding: 12px 10px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	background: #5D5D5D;
	border-radius: 50px;
}

.doping .bottom_block {
	margin: 50px 0 0;
}

.doping .bottom_block h4 {
	margin: 0 0 30px;
	font-size: 24px;
    font-weight: bold;
    line-height: 150%;
	text-align: center;
	color: #fff;
}

.doping .bottom_block ul {
	margin: 0 0 0;
}

.doping .bottom_block ul li {
	margin: 15px 0 0;
	padding: 15px;
	min-height: 150px;
	box-sizing: border-box;
	border: 1px solid #D90000;
	position: relative;
	overflow: hidden;
}

.doping .bottom_block ul li h5 {
	font-size: 18px;
	font-weight: bold;
	color: #D90000;
	text-align: center;
}

.doping .bottom_block ul li p {
	margin: 12px 0 0;
}


/* performance
   ========================================================================== */
.performance {
	padding: 30px 0 0;
	background: #000;
}

.performance > .inner {
	padding: 30px 20px 40px;
	position: relative;
}

.performance ul {
	overflow: hidden;
}

.performance ul li {
	padding: 10px 10px 10px 45px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	position: relative;
	border-bottom: 1px solid #707070;
}

.performance ul li::before {
	content: "";
	background: url("/html/user_data/assets/img/animal_theory/performance_item.png") no-repeat center center;
	background-size: 100%;
	width: 23px;
    height: 23px;
    position: absolute;
    top: 12px;
    left: 10px;
}

.performance p {
	margin: 30px 5px 0;
	font-size: 14px;
	color: #fff;
}


/* theory
   ========================================================================== */
.theory {
	background: #000;
}

.theory p {
	color: #fff;
}

.theory .top_block {
	position: relative;
}

.theory .top_block .inner {
	padding: 30px 20px;
}

.theory .top_block .bg {
	position: relative;
	background: #000;
}

.theory .top_block .bg > img {
	mix-blend-mode: luminosity;
	opacity: .9;
}

.theory .top_block h4 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.theory .top_block p {
	margin: 15px 0 0;
}

.theory .top_block .border_box {
	margin: 30px -10px 0;
	padding: 20px 15px;
	border: 2px solid #707070;
}

.theory .top_block .border_box h4 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.theory .top_block .border_box ul {
	margin: 15px 0 0;
}

.theory .top_block .border_box ul li {
	margin: 15px 0 0;
	padding: 10px 0 20px;
	background: #222222;
	overflow: hidden;
}

.theory .top_block .border_box ul li h5 {
	padding: 10px 10px;
	text-align: center;
	font-size: 18px;
	line-height: 150%;
	color: #fff;
}

.theory .top_block .border_box ul li h5 span {
	font-size: 16px;
	line-height: 150%;
	color: inherit;
	display: inline-block;
}

.theory .top_block .border_box ul li:nth-child(1) h5 {
	background: linear-gradient(to right bottom,#9F0000,#6D0000);
}

.theory .top_block .border_box ul li:nth-child(2) h5 {
	background: linear-gradient(to right bottom,#B56900,#9B4E00);
}

.theory .top_block .border_box ul li:nth-child(3) h5 {
	background: linear-gradient(to right bottom,#0058B1,#005389);
}

.theory .top_block .border_box ul li dl {
	margin: 20px 0 0;
	padding: 0 15px;
}

.theory .top_block .border_box ul li dl dt ,
.theory .top_block .border_box ul li dl dd {
	color: #fff;
}

.theory .top_block .border_box ul li dl dt {
	font-size: 17px;
	font-weight: bold;
}

.theory .top_block .border_box ul li dl dt span {
	font-size: 14px;
	color: inherit;
}

.theory .top_block .border_box ul li dl dd {
	margin: 8px 0 0;
	font-size: 14px;
}

.theory .top_block p.bottom_text {
	margin: 30px 0 0;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}


/* element
   ========================================================================== */
.element {
	background: url("/html/user_data/assets/img/animal_theory/theory/element/bg.png") no-repeat center center;
	background-size: cover;
	position: relative;
}

.element::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,.9);
}

.element > .inner {
	padding: 40px 20px;
	position: relative;
	z-index: 1;
}

.element h3 {
	font-size: 30px;
	font-weight: bold;
	color: #FFFF00;
}

.element h3 span {
	color: #fff;
}

.element .top_text p {
	margin: 15px 0 0 20px;
}

.element .top_text p .small {
	font-size: 13px;
	color: inherit;
}

.element .mid {
	margin: 30px 0 0;
}

.element .mid .photo {
	margin: auto;
	width: 90%;
	max-width: 350px;
	line-height: 0;
}

.element .mid .text {
	margin: 20px 0 0;
}

.element .mid .text h4 {
	font-size: 50px;
	color: #FFFF00;
	font-family: "Quentin";
	text-align: right;
}

.element .mid .text .name {
	margin: -50px 0 0;
	line-height: 170%;
	font-weight: bold;
	font-size: 20px;
}

.element .mid .text .name + p {
	margin: 15px 0 0;
	font-size: 20px;
}

.element .valine {
	color: #DB00E0;
}

.element .leucine {
	color: #2385E4;
}

.element .isoleucine {
	color: #F1AE0F;
}

.element .bottom {
	margin: 30px 0 0;
}

.element .bottom ul {
	margin: 0 -10px;
	display: flex;
	justify-content: center;
}

.element .bottom ul li {
	margin: 15px 0 0;
	padding: 0 5px;
	box-sizing: border-box;
	text-align: center;
	width: calc(100%/3);
	overflow: hidden;
}

.element .bottom ul li h5 {
	font-size: 5.5vw;
	font-family: "Quentin";
}

.element .bottom ul li .photo {
	margin: 15px auto 0;
	max-width: 150px;
	line-height: 0;
}


/* keypoint
   ========================================================================== */
.keypoint {
	background: #111;
	overflow: hidden;
}

.keypoint > .inner {
	position: relative;
}

.keypoint > .inner::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #880000;
}

.keypoint > .inner::after {
	content: "";
    background: #111;
    width: 500vw;
    height: 500vw;
    position: absolute;
    top: 0;
    left: 10%;
    transform: rotate(30deg);
}

.keypoint .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: 62% 0;
	opacity: .5;
	mix-blend-mode: luminosity;
}

.keypoint .text_box {
	padding: 40px 20px;
	position: relative;
	z-index: 5;
}

.keypoint .text_box h3 {
	padding: 0 0 5px;
	font-size: 33px;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	border-bottom: 4px solid #fff;
}

.keypoint .text_box p {
	margin: 15px 0 0;
	font-size: 15px;
	word-break: break-word;
}

.keypoint .text_box .link_btn {
    margin: 20px 0 0;
}

.keypoint .text_box .link_btn a {
    padding: 12px 10px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    background: #5D5D5D;
    border-radius: 50px;
}


/* ingredients
   ========================================================================== */
.ingredients {
	background: #fff;
}

.ingredients > .inner {
	padding: 30px 20px 60px;
	position: relative;
}

.ingredients h3 {
	font-size: 22px;
	font-weight: bold;
	color: #000;
	text-align: center;
	font-family: "Noto Serif JP", serif;
}

.ingredients p {
	color: #222;
}

.ingredients .border_box {
	margin: 30px auto 0;
	border: 1px solid #2A9886;
	background: #fff;
	position: relative;
	z-index: 1;
}

.ingredients .border_box h4 {
	padding: 10px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #2A9886;
}

.ingredients .border_box p {
	padding: 15px;
	font-size: 15px;
}

.ingredients .photo {
	margin: 20px auto 0;
	font-size: 0;
}

.ingredients .photo li {
	margin: 0 auto;
	box-sizing: border-box;
	width: 80%;
	position: relative;
}

.ingredients .photo li::before {
	content: "";
	width: 160%;
    height: 131%;
    background: url(/html/user_data/assets/img/animal_theory/theory/ingredients/item.png) no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: 58%;
    right: -15%;
}

.ingredients .photo li:last-child::before {
	display: none;
}

.ingredients .photo li img {
	position: relative;
	z-index: 2;
}

.ingredients .text {
	margin: 0 auto 0;
}

.ingredients .text li {
	margin: 20px 0 0;
}

.ingredients .text li.amino h5 {
	color: #FF005C;
}

.ingredients .text li.vitamin h5 {
	color: #FF8000;
}

.ingredients .text li.mineral h5 {
	color: #226A9B;
}

.ingredients .text li h5{
	margin: 0 0 3px;
}

.ingredients .text li h5 ,
.ingredients .text li p{
	font-size: 15px;
}


/* ms_ito
   ========================================================================== */
.ms_ito {
	padding: 30px 0 0;
	background: #000;
}

.ms_ito > .inner {
	padding: 30px 20px 60px;
	position: relative;
	overflow: hidden;
}

.ms_ito .photo {
	margin: 0 15px 0 0;
	width: 45%;
	max-width: 170px;
	line-height: 0;
	float: left;
	position: relative;
	z-index: 1;
}

.ms_ito .text_box {
	margin: 0 0 0;
}

.ms_ito .text_box ul {
	margin: 0 0 0;
}

.ms_ito .text_box ul li {
	margin: 25px 0 0;
}

.ms_ito .text_box ul li:nth-child(1) {
	margin-top: 0;
}

.ms_ito .text_box ul li::marker {
    color: #000;
}

.ms_ito .text_box ul li h4 {
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	font-weight: bold;
}

.ms_ito .text_box ul li p {
	font-size: 15px;
	color: #fff;
}

.ms_ito .text_box ul li .link_text {
	text-decoration: underline;
}


/* ==========================================================================
   Product
   ========================================================================== */


/* Product list
   ========================================================================== */
.ec-topicpath {
	padding-top: 10px;
	border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.ec-topicpath li {
    margin-top: 10px;
}

.ec-topicpath .ec-topicpath__divider {
    background: #707070;
    text-indent: -9999px;
    width: 1px !important;
    max-width: 1px;
    min-width: 1px;
}

.ec-topicpath .ec-topicpath__item--active a,
.ec-topicpath .ec-topicpath__item a {
	padding: 0 10px;
	font-size: 14px;
	color: #2980B9;
}

.ec-searchnavRole .ec-searchnavRole__infos {
	padding-top: 15px;
}

.ec-searchnavRole .ec-searchnavRole__counter {
	font-size: 14px;
	font-weight: 500;
}


/* Product list 商品表示
   ========================================================================== */
.ec-shelfRole {
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

.ec-shelfGrid .ec-shelfGrid__item {
    margin-bottom: 20px;
}

.ec-shelfGrid .ec-shelfGrid__item-image {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 46vw;
}

.ec-shelfGrid__item-image img {
	margin: auto;
}

.ec-shelfGrid .ec-shelfGrid__item p{
	font-size: 15px;
	font-weight: bold;
}

.ec-shelfGrid .ec-shelfGrid__item p.price02-default{
	font-size: 14px;
	font-weight: 500;
}


/* Product list ページネーション
   ========================================================================== */
.ec-pagerRole {
	margin: 20px 0 0;
}

.ec-pager {
	padding: 0 10px;
    text-align: right;
	font-size: 0;
}

.ec-pager .ec-pager__item--active,
.ec-pager .ec-pager__item{
	margin-left: 10px;
	padding: 0;
}

.ec-pager .ec-pager__item--active a,
.ec-pager .ec-pager__item a{
	padding: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 15px;
	box-sizing: border-box;
	transition: .3s;
}

.ec-pager .ec-pager__item a{
	background: #ddd;
}

.ec-pager .ec-pager__item--active a{
	background: #000;
	color: #fff !important;
}

.ec-pager .ec-pager__item:hover {
    background: none;
}

.ec-pager .ec-pager__item a:hover {
    color: #fff !important;
	background: #000;
}


/* Product detail
   ========================================================================== */
.ec-productRole {
	padding-left: 10px;
    padding-right: 10px;
}

.ec-sliderItemRole {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 50px;
	max-width: 320px;
}

.ec-sliderItemRole .slick-slider {
    margin-bottom: 0;
}

.ec-sliderItemRole .slick-slide {
    height: 320px;
	max-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
    outline: none;
}

.ec-sliderItemRole .slick-slide img {
	margin: auto;
	width: auto;
	max-width: 100%;
    max-height: 100%;
}

.ec-sliderItemRole .slick-dots {
    bottom: -35px;
}

.ec-grid2__cell .ec-productRole__description,
.ec-productRole .ec-productRole__category,
.ec-productRole .ec-productRole__price,
.ec-productRole .ec-productRole__code,
.ec-productRole .ec-productRole__priceRegular,
.ec-productRole .ec-productRole__tags,
.ec-productRole .ec-productRole__title{
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.ec-productRole .ec-productRole__title .ec-headingTitle {
    font-size: 18px;
	font-weight: bold;
}

.ec-productRole .ec-productRole__tags {
    border-bottom: 1px solid #ddd;
	font-size: 0;
}

.ec-productRole .ec-productRole__tag {
	margin-right: 5px;
    padding: 6px 15px;
    font-size: 13px;
    color: #222;
    border: solid 1px #ddd;
    border-radius: 6px;
    background-color: #F5F5F5;
}

.ec-productRole .ec-productRole__price {
    border-bottom: 1px dotted #ccc;
}

.ec-productRole .ec-productRole__price .ec-price {
	padding-top: 14px;
	padding-bottom: 14px;
    color: #E74C3C;
}

.ec-productRole .ec-productRole__price span {
    color: inherit;
}

.ec-productRole .ec-productRole__priceRegular .ec-productRole__priceRegularPrice {
    font-size: 15px;
}

.ec-productRole .ec-productRole__priceRegularTax {
    font-size: 11px;
}

.ec-price .ec-price__price {
	padding: 0;
    font-size: 25px;
}

.ec-price .ec-price__tax {
    font-size: 15px;
}

.ec-productRole .ec-productRole__code {
    border-bottom: 1px solid #ddd;
	font-size: 13px;
}

.ec-productRole .ec-productRole__category {
	padding-top: 14px;
	padding-bottom: 14px;
	line-height: 25px;
    border-bottom: 1px solid #ddd;
	position: relative;
}

.ec-productRole .ec-productRole__category ul,
.ec-productRole .ec-productRole__category div {
	z-index: 1;
    position: relative;
}

.ec-productRole .ec-productRole__category a span,
.ec-productRole .ec-productRole__category div {
    font-size: 13px;
}

.ec-productRole .ec-productRole__category a {
	font-size: 13px;
	color: #2980B9;
}

.ec-grid2__cell .ec-productRole__description {
	padding-top: 14px;
	font-size: 15px;
	line-height: 25px;
	z-index: 1;
    position: relative;
}

.ec-grid2__cell .ec-productRole__profile form {
	z-index: 1;
    position: relative;
}

.ec-productRole .ec-productRole__actions{
	text-align: right;
}

.ec-productRole .ec-numberInput span{
	margin-right: 5px;
	font-size: 15px;
}

.ec-blockBtn--action.add-cart {
	background: #E74C3C;
}

.ec-productRole__btn .ec-blockBtn--cancel,
.ec-productRole__btn .ec-blockBtn--action,
.ec-productRole__btn .ec-blockBtn--action.add-cart {
	padding-top: 2px;
	font-size: 16px;
	font-weight: normal;
	height: 60px;
    line-height: 60px;
	border: none;
	max-width: 370px;
    margin-left: auto;
}

.ec-productRole .ec-productRole__actions .ec-select select{
	max-width: 370px;
	min-width: 300px;
    margin-left: auto;
}

.ec-productRole__btn .ec-blockBtn--action {
	background: #E74C3C;
}

.ec-productRole__btn .ec-blockBtn--cancel {
	background: #2980B9;
}

.ec-productRole .ec-blockBtn--action[disabled] {
    background: #ccc;
	opacity: 1 !important;
}

.ec-productRole .ec-blockBtn--action[disabled]:hover {
	opacity: 1 !important;
}

.ec-productRole .ec-productRole__btn .ec-blockBtn--cancel[disabled] {
    background-color: #2980B9;
	opacity: .5 !important;
}

.ec-productRole .ec-blockBtn--action[disabled]:hover {
	opacity: 1 !important;
}

.ec-productRole .ec-productRole__category::after {
	content: "";
	width: 100%;
    max-width: 390px;
    height: 70vw;
    max-height: 220px;
    position: absolute;
    top: 0;
    right: 0;
}

/* チーター */
.ec-productRole.product4 .ec-productRole__category::after {
	background: url("/html/user_data/assets/img/product/cheetah.png") no-repeat center center;
	background-size: 100%;
}

/* ゴリラ */
.ec-productRole.product7 .ec-productRole__category::after {
	background: url("/html/user_data/assets/img/product/gorilla.png") no-repeat center center;
	background-size: 100%;
    top: 20px;
}

/* カジキ */
.ec-productRole.product6 .ec-productRole__category::after {
	background: url("/html/user_data/assets/img/product/marlin.png") no-repeat center center;
	background-size: 100%;
}

/* 馬 */
.ec-productRole.product3 .ec-productRole__category::after {
	background: url("/html/user_data/assets/img/product/horse.png") no-repeat center center;
	background-size: 100%;
}

/* 馬 */
.ec-productRole.product5 .ec-productRole__category::after {
	background: url("/html/user_data/assets/img/product/bird.png") no-repeat center center;
	background-size: 100%;
}

.ec-registerRole .ec-blockBtn--action {
    margin-top: 16px;
}


/* Product detail フリーエリア
   ========================================================================== */
.detail_table{
	margin: 40px auto 0;
	width: 100%;
	border-top: 1px solid #ddd;
}

.detail_table td,
.detail_table th{
	padding: 10px 10px;
	font-size: 15px;
	line-height: 27px;
	letter-spacing: 0.10em;
	border: 1px solid #ddd;
	border-top: none;
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.detail_table th{
	text-align: center;
	vertical-align: middle;
	background: #F9F9F9;
	font-weight: bold;
}

.detail_btn{
	margin: 30px auto 0;
	max-width: 370px;
}

.detail_btn a{
	padding: 0;
	display: block;
	font-size: 16px;
	color: #fff;
    font-weight: normal;
    height: 60px;
    line-height: 60px;
	text-align: center;
	background: #525263;
	text-decoration: none !important;
}


/* Product detail レビュー
   ========================================================================== */
.ec-layoutRole__main #product_review_area {
    margin-top: 40px;
	border: none;
}

.ec-layoutRole__main .ec-role {
    padding-left: 10px;
    padding-right: 10px;
    color: #333;
}

#product_review_area .ec-rectHeading h1,
#product_review_area .ec-rectHeading h2,
#product_review_area .ec-rectHeading h3,
#product_review_area .ec-rectHeading h4,
#product_review_area .ec-rectHeading h5,
#product_review_area .ec-rectHeading h6 {
    background: #F9F9F9;
    padding: 15px 12px;
    font-size: 15px;
}

#product_review_area .ec-role .recommend_average {
    color: #F1C40F;
}

#product_review_area .review_btn {
    margin: 25px auto 0;
	max-width: 370px;
}

#product_review_area .review_btn .ec-inlineBtn--action {
    padding: 0;
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #525263;
    text-decoration: none !important;
	border: none;
}

/* レビュー内容 */
#product_review_area #reviewContent > p{
	padding: 15px 10px;
}

#product_review_area #reviewContent .review_list{
	padding-left: 10px;
}

#product_review_area #reviewContent .review_list li {
    margin-bottom: 0;
	padding: 15px 10px;
	border-bottom: 1px dashed #ddd;
}

#product_review_area #reviewContent .review_list li .review_date {
    font-weight: normal;
}

#product_review_area #reviewContent .review_list li .recommend_level {
	margin-left: 0;
	margin-right: 16px;
    color: #F1C40F;
}

#product_review_area .review_list li .star_title {
    margin: 0 0 5px;
}

#product_review_area .review_list li .star_title strong {
    font-size: 15px;
}

#product_review_area .review_list li .recommend_name {
    margin-left: 0;
	font-size: 14px;
}

#product_review_area .review_list li .review_day {
    margin: 0 0 5px;
	font-size: 13px;
}


/* Product detail 関連商品
   ========================================================================== */
#RelatedProduct-product_area {
    margin-top: 50px;
}

#RelatedProduct-product_area .block_title{
	margin-bottom: 30px;
    text-align: left;
}


/* design_table
   ========================================================================== */
.design_table{
	width: 100%;
	font-size: 15px;
	letter-spacing: 0.10em;
	line-height: 200%;
	box-sizing: border-box;
}

.design_table th,
.design_table td{
	width: 100%;
	display: block;
	font-weight: normal;
	border-bottom: none;
	box-sizing: border-box;
	background: #fff;
}

.design_table tr:nth-child(2n+2){
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.design_table tr:first-child{
	border-top: 1px solid #ddd;
}

.design_table tr:last-child{
	border-bottom: 1px solid #ddd;
}

.design_table th{
	padding: 10px;
	font-weight: bold;
}

.design_table td{
	padding: 0 10px;
}

.design_table td p{
	font-size: 15px;
	letter-spacing: 0.10em;
	line-height: 200%;
}

.design_table td .border{
	padding: 10px 0;
	border-top: 1px solid #ccc;
}


/* other_block
   ========================================================================== */
.other_block {
	margin-top: 50px;
}

.ec-role .other_block:first-child {
	margin-top: 0;
}

.ec-withdrawRole,
.ec-mypageRole,
.ec-contactRole,
.ec-registerRole,
.ec-role .other_block:last-child {
	margin-bottom: 30px;
}

.ec-pageHeader > h1 {
	margin: 0 0 30px;
	padding: 0 10px 15px;
	font-size: 20px;
	border: none;
    border-bottom: 1px solid #ddd;
}

.ec-off1Grid .ec-off1Grid__cell {
	margin: 0 auto;
}

.other_block .message {
	padding: 0 10px;
}

.other_block .ceo {
	margin: 20px 0 0;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
}

.other_block .flex_box {
	margin: 0 0 0;
}

.other_block .flex_box > li {
	margin: 20px 0 0;
}

.other_block .flex_box .text_box {
	padding: 0 10px;
}

.other_block .flex_box .text_box h2 {
	font-size: 18px;
	font-weight: bold;
}

.other_block .flex_box .text_box p {
	margin: 6px 0 0;
}

.other_block .flex_box .map_box {
	margin: 15px 0 0;
	line-height: 0;
}

.other_block .flex_box .map_box iframe {
	width: 100%;
	height: 60vw;
	max-height: 250px;
}

/* レビュー */
.ec-para-nomal {
	padding: 0 5px 20px;
}

/* 確認画面 */
.ec-off1Grid form > p {
	padding: 0 5px 20px;
}

/* サンクス */
.ec-registerCompleteRole h2 {
	padding: 20px 0 0;
    font-size: 18px;
}

.ec-reportDescription {
    font-size: 15px;
    line-height: 30px;
}

/* privacy */
.privacy_top_text{
	padding: 0 10px;
}

.privacy_list{
	margin: 20px 0 0;
	padding: 0 10px;
}

.privacy_list > li{
	margin: 30px 0 0;
}

.privacy_list li h2{
	font-size: 16px;
	font-weight: bold;
}

.privacy_list li p{
	margin: 5px 0 0;
	letter-spacing: 0.10em;
	line-height: 200%;
}
	
/* カートボタン */
.ec-cartNaviNull,
.ec-cartNaviIsset {
    z-index: 1005;
}
.ec-alert-warning,
.ec-cartNaviNull .ec-cartNaviNull__message {
    background-color: #D80100;
}

.ec-cartNaviNull .ec-cartNaviNull__message p {
    color: #fff;
}







@media screen and (min-width : 500px){


	/* index_concept
	   ========================================================================== */
	.index_concept .border_box p {
	    font-size: 25px;
	}
	
	.index_concept .border_box p .sp {
		display: none;
	}
	

	/* ==========================================================================
	   Under Block
	   ========================================================================== */
	
	
	/* ubder_view
	   ========================================================================== */
	.animal_theory .ubder_view p .sp {
		display: none;
	}


	/* amino_acid_score
	   ========================================================================== */
	.amino_acid_score .bottom_block ul {
		margin: 10px 0 0;
		font-size: 0;
	}
	
	.amino_acid_score .bottom_block ul li {
		margin: 15px 0 0;
		display: inline-flex;
		vertical-align: top;
		box-sizing: border-box;
		width: 49%;
	}
	
	.amino_acid_score .bottom_block ul li:nth-child(2n+2) {
		margin-left: 2%;
	}
	
	.amino_acid_score .bottom_block ul li h5 {
		padding: 10px 10px;
		width: 70px;
		height: 70px;
		background: url("/html/user_data/assets/img/citric_amino/amino_acid_score/item.png") no-repeat top left;
		background-size: 100%;
		font-size: 18px;
		color: #fff;
		font-family: 'Oswald', sans-serif;
		font-weight: bold;
		position: absolute;
		top: 0;
		left: 0;
		text-align: left;
	}
	
	.amino_acid_score .bottom_block ul li p {
		font-weight: bold;
	}
	
	.amino_acid_score .bottom_block ul li p .small {
		margin: 3px 0 0;
		font-size: .8em;
		line-height: 160%;
		color: inherit;
		display: inline-block;
	}


	/* doping
	   ========================================================================== */
	.doping .certificate ul {
		margin: 20px auto 0;
		max-width: 500px;
	}
	
	.doping .certificate ul li {
		padding: 0 10px;
	}
	
	.doping .certificate p {
		margin: 20px 0 0;
		font-size: 16px;
		font-weight: bold;
		color: #F6E085;
		text-align: center;
	}
	
	.doping .certificate .link_btn {
		text-align: center;
	}
	
	.doping .certificate .link_btn a {
		max-width: 370px;
	}

	.doping .bottom_block h4 .sp {
		display: none;
	}
	
	.doping .bottom_block ul {
		margin: 0 0 0;
		display: flex;
		justify-content: center;
	}
	
	.doping .bottom_block ul li {
		width: 32%;
	}
	
	.doping .bottom_block ul li:nth-child(2) {
		margin-left: 2%;
		margin-right: 2%;
	}
	
	.doping .bottom_block ul + ul li {
		width: 49%;
	}
	
	.doping .bottom_block ul + ul li:nth-child(2) {
		margin-left: 2%;
		margin-right: 0;
	}
	
	.doping .bottom_block ul li h5 {
		font-size: 18px;
	}


	/* keypoint
	   ========================================================================== */
	.keypoint > .inner::after {
	    left: -20%;
		transform: rotate(25deg);
	}
	
	.keypoint .bg {
		left: -25%;
		background-position: 62% 0;
		opacity: .5;
	}
	
	.keypoint .text_box {
		margin: 0 0 0 auto;
		padding: 40px 20px;
		width: 60%;
		box-sizing: border-box;
	}


	/* ingredients
	   ========================================================================== */
	.ingredients > .inner {
		padding: 30px 20px 60px;
	}
	
	.ingredients h3 {
		font-size: 30px;
	}
	
	.ingredients h3 .sp {
		display: none
	}
	
	.ingredients .border_box {
		margin: 30px auto 0;
	}
	
	.ingredients .border_box h4 {
		padding: 10px;
		font-size: 16px;
	}
	
	.ingredients .border_box p {
		padding: 15px;
		font-size: 15px;
	}
	
	.ingredients .photo {
		margin: 50px auto 0;
		display: flex;
	}
	
	.ingredients .photo li {
		margin: 0 auto;
		width: 32%;
	}
	
	.ingredients .photo li:nth-child(2) {
		margin: 0 2%;
	}
	
	.ingredients .photo li::before {
		width: 180%;
    	height: 145%;
    	top: -26%;
    	right: -50%;
	}
	
	.ingredients .text {
		margin: 0 auto 0;
	}
	
	.ingredients .text li {
		margin: 20px 0 0;
	}


	/* Product detail フリーエリア
	   ========================================================================== */
	.detail_table{
		margin: 30px auto 0;
		width: 100%;
		border-top: none;
	}
	
	.detail_table td,
	.detail_table th{
		padding: 11px 15px;
		font-size: 15px;
		line-height: 27px;
		border: 1px solid #ddd;
		box-sizing: border-box;
		display: table-cell;
		width: auto;
	}
	
	.detail_table th{
		width: 24%;
	}
	
	.detail_btn{
		margin: 30px auto 0;
	}


	/* Product detail レビュー
	   ========================================================================== */
	.ec-layoutRole__main #product_review_area {
	    margin-top: 40px;
	}
	
	.ec-layoutRole__main .ec-role {
	    padding-left: 20px;
	    padding-right: 20px;
	}
	
	#product_review_area .ec-rectHeading h1,
	#product_review_area .ec-rectHeading h2,
	#product_review_area .ec-rectHeading h3,
	#product_review_area .ec-rectHeading h4,
	#product_review_area .ec-rectHeading h5,
	#product_review_area .ec-rectHeading h6 {
	    padding: 14px 25px;
	    font-size: 15px;
	}

	#product_review_area .ec-role .ec-rectHeading {
	    margin-bottom: 0;
	}

	#product_review_area .ec-role .recommend_average {
	    margin-left: 35px;
	}
	
	#product_review_area .review_btn {
	    margin: 40px auto 0;
	}
	
	#product_review_area .review_btn .ec-inlineBtn--action {
	    transition: .3s;
	}
	
	#product_review_area .review_btn .ec-inlineBtn--action:hover {
	    opacity: .5;
	}

	/* レビュー内容 */
	#product_review_area #reviewContent > p{
		padding: 20px 25px;
	}

	#product_review_area #reviewContent .review_list{
		padding-left: 0;
	}
	
	#product_review_area #reviewContent .review_list li {
		padding: 20px 25px 25px;
	}

	#product_review_area #reviewContent .review_list li .recommend_level {
		margin-right: 20px;
	}
	
	#product_review_area .review_list li .star_title {
	    margin: 0 0 5px;
	}
	
	#product_review_area .review_list li .star_title strong {
	    font-size: 15px;
	}
	
	#product_review_area .review_list li .recommend_name {
	    margin-left: 0;
		font-size: 14px;
	}
	
	#product_review_area .review_list li .review_day {
	    margin: 0 0 5px;
		font-size: 13px;
	}


	/* Product detail 関連商品
	   ========================================================================== */
	#RelatedProduct-product_area {
	    margin-top: 50px;
	}
	
	#RelatedProduct-product_area .block_title{
		margin-bottom: 30px;
	}


	/* design_table
	   ========================================================================== */
	.design_table{
		width: 100%;
		font-size: 16px;
		box-sizing: border-box;
	}
	
	.design_table th,
	.design_table td{
		width: auto;
		display: table-cell;
		vertical-align: middle;
		box-sizing: border-box;
	}
	
	.design_table th{
		padding: 0 10px 0 25px;
		width: 25%;
	}
	
	.design_table .col th{
		padding: 15px 10px 0 25px;
	}
	
	.design_table .title_top th{
		padding-top: 20px;
		vertical-align: top;
	}
	
	.design_table td{
		padding: 15px 0;
	}
	
	.design_table td p{
		font-size: 15px;
	}

	.design_table td .border{
		padding: 0 10px 0 25px;
		border-top: none;
		border-left: 1px solid #ddd;
		min-height: 40px;
		display: flex;
		align-items: center;
	}

	
}
@media screen and (min-width : 500px){
    

    /* index_news
       ========================================================================== */
    .index_news ul li a .photo {
    	width: 20%;
    }
    
    .index_news ul li a .bg_photo {
    	height: 20vw;
    }
    
    .index_news ul li a .text_box {
    	padding: 5vw 4vw 0;
    	width: 80%;
    }
    
    .index_news ul li a .text_box .date {
    	font-size: 13px;
    }
    
    .index_news ul li a .text_box .title {
    	margin: 1px 0 0;
    	font-size: 16px;
    }
    
    
}
@media screen and (min-width : 768px){
	
	.inner{
		margin: auto;
		max-width: 1090px;
		box-sizing: border-box;
	}

    
    .ec-off4Grid .ec-off4Grid__cell {
        margin-left: auto;
        margin-right: auto;
        width: auto;
    }
    

	/* ec-blockTopBtn
	   ========================================================================== */
	.ec-blockTopBtn {
	    width: 55px;
	    height: 55px;
	}
	

	/* block_title
	   ========================================================================== */
	.block_title{
		margin: 0 0 0;
	}
	
	.block_title span.eng{
		font-size: 40px;
	}
	
	.block_title span.jpn{
		margin: 0 0 0;
		font-size: 16px;
	}


	/* anime_btn
	   ========================================================================== */
	.anime_btn a{
		position: relative;
		border: none;
		overflow: hidden;
	}
	
	.anime_btn a > span{
		transition: .5s;
		z-index: 1;
		position: relative;
		overflow: hidden;
		border: 1px solid #000;
	}
	
	.anime_btn a > span span{
		transition: .5s;
		z-index: 1;
		position: relative;
	}
	
	.anime_btn a:hover > span span{
    	animation: anime_btn_text 0.8s cubic-bezier(0.77, 0, 0.175, 1);
		animation-fill-mode: forwards;
	}
	
	.anime_btn a > span::after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		transform: translate(-100%,0);
	}
	
	.anime_btn a:hover > span::after{
    	animation: anime_btn 0.8s cubic-bezier(0.77, 0, 0.175, 1);
		animation-fill-mode: forwards;
	}
	

	/* header
	   ========================================================================== */
	.header{
		position: relative;
	}
	
	.header .ec-headerNaviRole{
		padding: 8px 20px;
    	height: 70px;
    	box-sizing: border-box;
		max-width: 1090px;
	}
	
	.ec-headerNaviRole .ec-headerNaviRole__left{
		width: 390px;
	}
	
	.ec-headerSearch .ec-headerSearch__category {
	    width: 140px;
	}
	
	.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
	    border-top-left-radius: 0;
	    border-bottom-left-radius: 0;
		background: #fff;
	}
	
	.ec-headerSearch .ec-headerSearch__category .ec-select select {
		padding: 8px 24px 8px 15px;
	    max-width: 140px;
	    height: 40px;
		color: #222;
	}
	
	.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before {
		content: "\f107";
    	font-family: "FontAwesome";
	    top: 0.6em;
    	right: 1.2em;
		color: #222;
	    border-left: none;
	    border-right: none;
	    border-top: none;
	    pointer-events: none;
	}
	
	.ec-headerSearch .ec-headerSearch__keyword {
	    width: 250px;
	    border-top-right-radius: 0;
	    border-bottom-right-radius: 0;
		border: none;
		border-left: 1px solid #ccc;
	}
	
	.ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
	    height: 40px;
	    border: none;
	    padding: 3px 0 0 15px;
		background: #fff;
	}	
	
	.ec-headerSearch .ec-headerSearch__keywordBtn {
	    border: 0;
	    right: 0;
	    top: 0;
	    transform: none;
	    width: 50px;
	    height: 40px;
	    background: #444;
	}	
	
	.ec-headerSearch .ec-headerSearch__keyword .ec-icon {
	    margin: auto;
	}	
	
	/* right */
	.ec-headerNaviRole .ec-headerNav {
	    font-size: 0;
	}
	
	.ec-headerNaviRole .ec-headerNaviRole__right {
	    width: 550px;
		height: 70px;
		position: absolute;
	    right: 0;
	    top: 0;
	}
	
	.ec-headerNav .ec-headerNav__item {
	    margin-left: 0;
	    margin-right: 15px;
	    font-size: 0;
	}
	
	.ec-headerNaviRole .ec-headerNaviRole__nav a:hover span{
		text-decoration: underline;
	}
	
	.ec-headerNav .ec-headerNav__itemLink {
		margin: 0;
		font-size: 12px;
	    color: #fff;
	}
	
	.ec-headerNav .ec-headerNav__itemIcon {
	    display: none;
	}
	
	.ec-cartNavi {
	    display: flex;
	    border-radius: 0;
	    padding: 0;
	    width: auto;
	    min-width: 70px;
	    height: 70px;
	    cursor: pointer;
	    background: #222;
	    justify-content: center;
	    align-items: center;
	}	
	
	.fa-shopping-cart:before {
	    content: "\f07a";
	    color: #fff;
	    position: absolute;
	    left: -6px;
	    top: 0;
	    font-size: 23px;
	}
	
	.ec-cartNavi .ec-cartNavi__badge {
	    left: 14px;
	    top: -8px;
	    background: #EF1044;
		text-align: center;
	}
	
	.ec-cartNavi__label{
		display: none;
	}


	/* logo
	   ========================================================================== */
	.ec-headerRole {
	    max-width: 1090px;
	    padding-top: 18px;
	}	
	
	.ec-headerTitle .ec-headerTitle__title a {
	    margin-bottom: 17px;
	    width: 109px;
	}


	/* page_nav_pc
	   ========================================================================== */
	.ec-categoryNaviRole {
	    padding-left: 20px;
	    padding-right: 20px;
	    font-size: 14px;
	    max-width: 1090px;
		position: relative;
	}	

	.ec-categoryNaviRole::after {
	    content: "";
		background: #ddd;
		width: 1000%;
		height: 1px;
		position: absolute;
		bottom: 0;
		left: -50%;
	}	

	.ec-categoryNaviRole.page_nav_pc::before {
	    content: "";
		background: #ddd;
		width: 1000%;
		height: 1px;
		position: absolute;
		top: 0;
		left: -50%;
	}	

	.ec-itemNav {
	    text-align: left;
	}
	
	.ec-itemNav__nav li {
	    margin-right: 21px;
	}
	
	.ec-itemNav__nav li:last-child {
	    margin-right: 0;
	}
		
	.ec-itemNav__nav li a {
	    border-bottom: none;
	    margin: 0;
	    padding: 0;
	    color: #222;
	    font-size: 14px;
		letter-spacing: 0.10em;
	    font-weight: normal;
	    line-height: 55px;
		background: none;
		white-space: nowrap;
	}	
	
	.ec-itemNav__nav > li:hover > a {
	    background: none;
		color: #bbb;
	}
	
	/* 下層 */
	.ec-itemNav__nav {
		position: relative;
		z-index: 101;
	}
	
	.ec-itemNav__nav li ul {
		width: 180px;
	    min-width: 180px;
	    z-index: 101;
	}	
	
	.ec-itemNav__nav li ul li {
		transition: .3s;
	}	

	.ec-itemNav__nav > li:hover > ul > li {
	    height: 35px;
		width: 100%;
	}
	
	.ec-itemNav__nav li ul li:hover > ul > li {
	    height: 35px;
		width: 100%;
	}
	
	.ec-itemNav__nav li ul li a {
	    border-bottom: 1px solid #333;
	    padding: 0 22px 0 16px;
	    font-size: 13px;
	    font-weight: normal;
	    color: white;
	    text-align: left;
	    background: #111;
	    line-height: 150%;
		width: 100%;
		transition: .3s;
		opacity: 0;
	}	

	.ec-itemNav__nav li:hover > ul > li > a {
		padding: 7px 22px 8px 16px;
	    opacity: 1;
	}

	.ec-itemNav__nav li:hover > ul > li > a {
		padding: 7px 22px 8px 16px;
	    opacity: 1;
	}

	.ec-itemNav__nav li ul li ul:before{
		display: none;
	}

	.ec-itemNav__nav > li:hover li:hover > a {
	    background: #444;
	}

	.ec-itemNav__nav li:hover ul li ul li a:hover {
	    background: #444;
	}
	
	.ec-itemNav__nav li ul li ul li a{
	    border-bottom: 1px solid #333;
	    background: #111;
	}	


	/* footer
	   ========================================================================== */
	.ec-footerRole {
	    padding-top: 6px;
	}
	
	.ec-footerNavi {
	    margin: 0;
		padding: 50px 0 0;
	}
	
	.ec-footerNavi .ec-footerNavi__link a {
		margin: 0 14px;
		letter-spacing: 0.10em;
		text-decoration: none;
		white-space: nowrap;
	}
	
	.f_sns{
		padding: 35px 0 50px;
	}
	
	.f_sns li{
		margin: 0 10px;
		width: 45px;
		list-style: none;
	}
	
	.f_sns li a{
		transition: .3s;
	}
	
	.f_sns li a:hover{
		opacity: .6;
	}
	
	.ec-footerTitle {
	    padding: 35px 0;
	}
	
	.ec-footerTitle .ec-footerTitle__logo {
	    margin-bottom: 35px;
	}

	.ec-footerTitle .ec-footerTitle__logo:hover a {
	    opacity: 1;
	}
	
	.ec-footerTitle .ec-footerTitle__logo a {
	    width: 150px;
	}
	
	.ec-footerTitle .ec-footerTitle__logo a:hover {
	    opacity: .8;
	}
	
	.ec-footerTitle .ec-footerTitle__copyright {
	    padding: 40px 0;
		letter-spacing: 0.10em;
	}


	/* sns
	   ========================================================================== */
	.sns_block {
	    margin: 60px 0 0;
	}
	
	.sns_block .bg {
	    margin: 65px 0 0;
	}
	
	.sns_block ul li a {
		padding: 35px 0;
		box-sizing: border-box;
		height: 145px;
		transition: .3s;
	}
	
	.sns_block ul li:first-child::after {
		width: 1px;
		height: 70px;
		top: 38px;
	}
	
	.sns_block ul li a:hover {
		opacity: .4;
	}
	
	.sns_block ul li.facebook a svg {
		width: 16px;
	}
	
	.sns_block ul li.twitter a svg {
		width: 30px;
	}
	
	.sns_block ul li.instagram a svg {
		width: 26px;
	}
	
	.sns_block ul li.youtube a svg {
		width: 34px;
	}
	
	.sns_block ul li a span {
		margin: 18px 0 0;
		font-size: 15px;
		letter-spacing: 0.10em;
	}


	/* ==========================================================================
	   index_page
	   ========================================================================== */
	
	
	/* index_main_view
	   ========================================================================== */
	.index_main_view .box {
		margin: auto;
		padding: 0 0 1px;
		/*max-width: 1290px;*/
	}
	
	.index_main_view video.sp {
		display: none;
	}
	
	.index_main_view video.pc {
		display: block;
	}
	
	.index_main_view video {
	    width: 100%;
	    height: auto;
	}


	/* index_concept
	   ========================================================================== */
	.index_concept .inner {
		padding: 100px 0 0;
	}
	
	.index_concept .border_box {
		margin: 65px auto 0;
		padding: 50px 20px 65px;
		width: 600px;
	}
	
	.index_concept .border_box p {
		margin: 0 0 50px;
		font-size: 33px;
		line-height: 60px;
	}
	
	.index_concept .border_box p .sp {
		display: none;
	}


    /* banner_block
       ========================================================================== */
    .banner_block .inner {
    	padding: 60px 0 0;
    }
    
    .banner_block .box a {
    	transition: .3s;
    }
    
    .banner_block .box a:hover {
    	opacity: .5;
    }


	/* index_news
	   ========================================================================== */
	.index_news {
		position: relative;
	}
	
	.index_news .inner {
		padding: 10px 0 0;
	}
	
	.index_news ul {
		margin: 10px auto 70px;
	}
	
	.index_news ul li a {
		padding: 30px 0;
		display: flex;
	}
	
	.index_news ul li a .photo {
		width: 28%;
		height: 216px;
		overflow: hidden;
	}
	
	.index_news ul li a .bg_photo {
		width: 100%;
		height: 216px;
		transition: .6s;
	}
	
	.index_news ul li a:hover .bg_photo {
		transform: scale(1.05);
	}
	
	.index_news ul li a .text_box {
		padding: 15px 25px 0;
		width: 72%;
	}
	
	.index_news ul li a .text_box .date {
		font-size: 13px;
		letter-spacing: 0.10em;
	}
	
	.index_news ul li a .text_box .title {
		margin: 10px 0 0;
		font-size: 16px;
		-webkit-line-clamp: 1;
	}

    .index_news ul li a .text_box .summery {
	    margin: 19px 0 0;
	    font-size: 14px;
	    line-height: 150%;
	    font-weight: normal;
	    overflow: hidden;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
    	-webkit-line-clamp: 6;
    }
	

	/* index_medal
	   ========================================================================== */
	.index_medal {
		position: relative;
	}
	
	.index_medal .inner {
		padding: 110px 0 60px;
		max-width: none;
	}
	
	.index_medal .contents_block {
		margin: 40px auto 0;
	}
	
	.index_medal .contents_block ul li {
		
	}
	
	.index_medal .contents_block ul li a {
		padding: 15px;
		height: 160px;
	}
	
	.index_medal .contents_block ul li a > span {
		bottom: 0;
		left: 0;
		height: auto;
		transition: .6s;
	}
	
	.index_medal .contents_block ul li a span.title {
		padding: 15px 20px;
		font-size: 20px;
		letter-spacing: 0.04em;
	}
	
	.index_medal .contents_block ul li a span.text {
		padding: 12px 30px;
		height: auto;
		font-size: 14px;
		line-height: 200%;
	}
	
	
	/* big_block */
	.index_medal .contents_block ul.big_block {
		display: flex;
	}
	
	.index_medal .contents_block ul.big_block li {
		width: calc( 100% / 2);
		overflow: inherit;
	}
	
	.index_medal .contents_block ul.big_block li,
	.index_medal .contents_block ul.big_block li a {
		margin: 0;
		padding: 0;
		height: 350px;
	}
	
	.index_medal .contents_block ul.big_block li a {
		padding: 15px;
	}
	
	.index_medal .contents_block ul.big_block li a span.title {
		padding: 15px 20px;
		font-size: 21px;
	}
	
	
	/* small_block */
	.index_medal .contents_block ul.small_block li {
		width: calc( 100% / 3);
	}


	/* index_voices
	   ========================================================================== */
	.index_voices {
		position: relative;
	}
	
	.index_voices .inner {
		padding: 110px 0 200px;
		max-width: none;
	}
	
	.index_voices .contents_block {
		margin: 70px auto 0;
	}


	/* loop
	   ==================== */
	#loopslider ul li {
		padding: 0 0;
	    width: 280px;
	}
	
	#loopslider ul li .box {
		padding: 0 0 95px;
	}
	
	#loopslider ul li .name_box > span.katagaki {
		font-size: 11px;
	}
	
	#loopslider ul li .name_box > span.name {
		margin: 5px 0 0;
		font-size: 20px;
	}
	
	#loopslider ul li .name_box > span.small {
		font-size: 16px;
	}
	
	#loopslider ul li .anime_btn {
		bottom: 30px;
	}
	
	#loopslider ul li .anime_btn a {
	    width: 200px;
	}
	
	#loopslider ul li .anime_btn a > span {
		border-radius: 100px;
		border-color: #222;
	}
	
	#loopslider ul li .anime_btn a > span span {
		line-height: 35px;
	}


	/* ==========================================================================
	   Under Block
	   ========================================================================== */
	
	
	/* ubder_view
	   ========================================================================== */
	.ubder_view {
		height: 230px;
	}
	
	.ubder_view .inner {
		padding: 0 10px;
	}
	
	.ubder_view h2 {
		font-size: 40px;
	}
	
	.ubder_view p {
		margin: 12px 0 0;
		font-size: 22px;
	}

	.ubder_view h2,
	.ubder_view p {
		letter-spacing: 0.10em;
	}


	/* content_title
	   ========================================================================== */
	.content_title > span {
		padding: 15px 20px;
		font-size: 27px;
	}


	/* how_citric_amino
	   ========================================================================== */
	.how_citric_amino {
		
	}
	
	.how_citric_amino .inner {
		padding: 70px 40px 80px;
		position: relative;
	}
	
	.how_citric_amino .inner::after {
		width: 500vw;
		height: 500vw;
		top: 0;
		left: 10%;
		transform: rotate(20deg);
	}
	
	.how_citric_amino .show_wrap {
		margin: 0 0 0 40%;
	}
	
	.how_citric_amino .item01 {
		position: absolute;
		top: 0;
		left: -10vw;
		width: 50%;
		max-width: inherit;
	}
	
	.how_citric_amino .item02 {
		position: absolute;
		bottom: 0;
		right: -10vw;
		width: 50%;
		max-width: inherit;
	}
	
	.how_citric_amino .item03 {
		mix-blend-mode: luminosity;
		position: absolute;
		top: 0;
		right: 30%;
		height: 100%;
		max-width: inherit;
		opacity: .6;
	}
	
	.how_citric_amino .top_box h3 ,
	.how_citric_amino .bottom_box h4 {
		font-size: 26px;
		color: #fff;
		font-weight: bold;
		text-align: center;
	}
	
	.how_citric_amino .top_box p {
		margin: 15px 0 0;
		font-size: 15px;
		line-height: 170%;
		color: #fff;
	}
	
	.how_citric_amino .bottom_box {
		margin: 10px 0 0;
	}
	
	.how_citric_amino .reason {
		margin: 20px 0 0;
		line-height: 0;
	}
	
	.how_citric_amino .reason ul {
		padding: 10px 0;
		line-height: 170%;
		background: url("/html/user_data/assets/img/citric_amino/how_citric_amino/box_mid.png") repeat-y top center;
		background-size: 100% auto;
		font-size: 0;
	}
	
	.how_citric_amino .reason ul li {
		padding: 10px 10px;
		width: calc(100%/3);
		display: inline-block;
		vertical-align: top;
		box-sizing: border-box;
	}
	
	.how_citric_amino .reason ul li h5 {
		text-align: center;
	}
	
	.how_citric_amino .reason ul li h5 span {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		width: 35px;
		height: 35px;
		background: #fff;
		border-radius: 100px;
		font-family: 'Oswald', sans-serif;
		font-size: 14px;
		color: #000;
	}
	
	.how_citric_amino .reason ul li p {
		margin: 10px 0 0;
		font-size: 15px;
		color: #fff;
		text-align: center;
	}
	
	.how_citric_amino .reason ul li p br {
		display: block;
	}
	
	.how_citric_amino .bcaa {
		margin: 20px 0 0;
		padding: 15px 15px;
		color: #fff;
		font-weight: bold;
		text-align: center;
	}


	/* commit
	   ========================================================================== */
	.commit {
		position: relative;
	}
	
	.commit .bg::before {
		background: url("/html/user_data/assets/img/citric_amino/commit/man.png") no-repeat bottom right;
		background-size: auto 100%;
	}
	
	.commit .bg .inner {
		padding: 35px 20px;
		position: relative;
	}
	
	.commit .top_text {
		font-size: 18px;
	}
	
	.commit .bottom_text {
		margin: 40px 0 0;
		font-size: 12px;
	}
	
	.commit ul {
		margin: 15px 0 0;
		font-size: 0;
	}
	
	.commit ul li {
		margin: 25px 0 0;
		padding: 20px 15px;
		display: inline-block;
		vertical-align: top;
		box-sizing: border-box;
		width: 32%;
		border: 2px solid rgba(255,255,255,.4);
		min-height: 325px;
	}
	
	.commit ul li:nth-child(3n+2) {
		margin-left: 2%;
		margin-right: 2%;
	}
	
	.commit ul li .icon {
		margin: auto;
		width: 80px;
	}
	
	.commit ul li h4 {
		margin: 10px 0 0;
		font-size: 18px;
	}
	
	.commit ul li p {
		margin: 10px 0 0;
		font-size: 15px;
	}


	/* merit
	   ========================================================================== */
	.merit > .inner {
		padding: 40px 20px 50px;
	}
	
	.merit ul {
		display: flex;
	}
	
	.merit ul li {
		padding: 20px 25px 20px;
		width: 49%;
		overflow: hidden;
	}
	
	.merit ul li:nth-child(2) {
		margin: 0 0 0 2%;
	}
	
	.merit ul li::before {
		width: 50px;
		height: 50px;
	}
	
	.merit ul li h4 {
		display: block;
	}
	
	.merit ul li h4 .no {
		padding: 15px 0 0;
		font-size: 40px;
		width: 20%;
		max-width: none;
		letter-spacing: 0.10em;
	}
	
	.merit ul li h4 .text {
		font-size: 17px;
		width: 80%;
		min-height: 80px;
	}
	
	.merit ul li p {
		margin: 15px 0 0;
	}


	/* citric_acid_cycle
	   ========================================================================== */
	.citric_acid_cycle > .inner {
		padding: 85px 45px 77px;
	}
	
	.citric_acid_cycle .show_wrap {
		position: relative;
		z-index: 1;
	}
	
	.citric_acid_cycle .item01 {
		position: absolute;
		top: 0;
		right: -100px;
		max-width: 418px;
	}
	
	.citric_acid_cycle .item02 {
		position: absolute;
		bottom: 0;
		left: -100px;
		max-width: 418px;
	}
	
	.citric_acid_cycle .top_block {
		margin: 30px 0 0;
	}
	
	.citric_acid_cycle .bottom_block h4 ,
	.citric_acid_cycle .top_block h4 {
		font-size: 22px;
	}
	
	.citric_acid_cycle .bottom_block p ,
	.citric_acid_cycle .top_block p {
		margin: 20px 0 0;
	}
	
	.citric_acid_cycle .bottom_block {
		margin: 30px 0 0;
		overflow: hidden;
	}
	
	.citric_acid_cycle .bottom_block .photo {
		margin: 0 30px 0 0;
		width: 40%;
		float: left;
	}
	
	.citric_acid_cycle .bottom_block .text_box {
		padding: 25px 0 0;
	}


	/* amino_acid_score
	   ========================================================================== */
	.amino_acid_score {
		padding: 80px 0 0;
	}
	
	.amino_acid_score > .inner {
		padding: 40px 25px 105px;
	}
	
	.amino_acid_score p {
		line-height: 30px;
	}
	
	.amino_acid_score .top_block {
		margin: 0 0 70px;
	}
	
	.amino_acid_score .illust {
		margin: 70px 0 45px -25px;
		width: 70%;
	}
	
	.amino_acid_score .mid_block {
		margin: 45px 0 75px;
	}
	
	.amino_acid_score .mid_block h4 {
		font-size: 20px;
	}
	
	.amino_acid_score .mid_block p {
		margin: 30px 0 0;
	}
	
	.amino_acid_score .mid_block p .big {
		font-size: 16px;
	}
	
	.amino_acid_score .mid_block ul {
		margin: 85px auto 0;
		max-width: 800px;
	}
	
	.amino_acid_score .mid_block ul li {
		padding: 0 25px;
		width: 50%;
	}
	
	.amino_acid_score .mid_block ul li .photo {
		max-width: 245px;
	}
	
	.amino_acid_score .mid_block ul li p {
		margin: 70px 0 0;
	}
	
	.amino_acid_score .mid_block ul + p {
		margin: 85px 0 0;
	}
	
	.amino_acid_score .bottom_block {
		margin: 75px 0 0;
	}
	
	.amino_acid_score .bottom_block h4 {
		font-size: 27px;
	}
	
	.amino_acid_score .bottom_block ul {
		margin: 15px 0 0;
	}
	
	.amino_acid_score .bottom_block ul li {
		margin: 15px 0 0;
		padding: 15px;
		min-height: 150px;
	}
	
	.amino_acid_score .bottom_block ul li h5 {
		padding: 10px 10px;
		width: 65px;
		height: 65px;
		font-size: 18px;
	}
	
	.amino_acid_score .bottom_block ul li p {
		font-size: 20px;
	}
	
	.amino_acid_score .bottom_block ul li:nth-child(3) p {
		font-size: 18px;
	}
	
	.amino_acid_score .bottom_block ul li p .small {
		margin: 3px 0 0;
		font-size: 14px;
	}


	/* doping
	   ========================================================================== */
	.doping > .inner {
		padding: 50px 25px 85px;
	}
	
	.doping p {
		line-height: 30px;
	}
	
	.doping .top_block {
		
	}
	
	.doping .top_block .photo_text {
		margin: 70px 0 0;
	}
	
	.doping .certificate {
		margin: 50px 0 0;
	}
	
	.doping .certificate h4 {
		font-size: 30px;
	}
	
	.doping .certificate ul {
		margin: 35px auto 0;
		display: flex;
		max-width: 660px;
	}
	
	.doping .certificate ul li {
		padding: 0 15px;
		width: 50%;
	}
	
	.doping .certificate p {
		margin: 35px 0 0;
		font-size: 20px;
		line-height: 35px;
	}
	
	.doping .certificate .link_btn {
		margin: 35px auto 0;
	}
	
	.doping .certificate .link_btn a {
		padding: 10px 10px;
		font-size: 15px;
	}
	
	.doping .bottom_block {
		margin: 95px 0 0;
	}
	
	.doping .bottom_block h4 {
		margin: 0 0 60px;
		font-size: 32px;
	    line-height: 54px;
	}
	
	.doping .bottom_block ul {
		margin: 0 0 0;
	}
	
	.doping .bottom_block ul + ul {
		margin: 15px 0 0;
	}
	
	.doping .bottom_block ul li {
		margin: 0 0 0;
		padding: 20px 18px;
	}
	
	.doping .bottom_block ul li h5 {
		font-size: 20px;
	}
	
	.doping .bottom_block ul li p {
		margin: 12px 0 0;
		font-size: 15px;
		line-height: 28px;
	}


	/* performance
	   ========================================================================== */
	.performance {
		padding: 60px 0 0;
	}
	
	.performance > .inner {
		padding: 50px 20px 80px;
	}
	
	.performance ul li {
		padding: 15px 20px 10px 70px;
		font-size: 20px;
		letter-spacing: 0.10em;
	}
	
	.performance ul li::before {
		width: 30px;
	    height: 30px;
	    top: 17px;
	    left: 20px;
	}
	
	.performance p {
		margin: 30px 30px;
		font-size: 15px;
	}


	/* theory
	   ========================================================================== */
	.theory .top_block .inner {
		padding: 60px 25px;
	}
	
	.theory .top_block .bg {
		position: relative;
	}
	
	.theory .top_block .bg > img {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 60%;
		max-height: 100%;
	}
	
	.theory .top_block .bg h4 {
		font-size: 24px;
		width: 70%;
		position: relative;
		z-index: 2;
	}
	
	.theory .top_block .bg p {
		margin: 23px 0 0;
		font-size: 15px;
		line-height: 26px;
		width: 70%;
		position: relative;
		z-index: 2;
	}
	
	.theory .top_block .border_box {
		margin: 75px -10px 0;
		padding: 38px 15px 42px;
		border: 2px solid #707070;
	}
	
	.theory .top_block .border_box h4 {
		font-size: 25px;
		line-height: 150%;
	}
	
	.theory .top_block .border_box ul {
		margin: 20px 0 0;
		display: flex;
	}
	
	.theory .top_block .border_box ul li {
		margin: 0 0 0;
		padding: 10px 0 20px;
		width: 32%;
		box-sizing: border-box;
	}
	
	.theory .top_block .border_box ul li:nth-child(2) {
		margin: 0 2%;
	}
	
	.theory .top_block .border_box ul li h5 {
		padding: 10px 5px;
		font-size: 18px;
	}
	
	.theory .top_block .border_box ul li h5 span {
		font-size: 14px;
	}
	
	.theory .top_block .border_box ul li dl {
		margin: 20px 0 0;
		padding: 0 10px;
	}
	
	.theory .top_block .border_box ul li dl dt {
		font-size: 17px;
	}
	
	.theory .top_block .border_box ul li dl dt span {
		font-size: 14px;
	}
	
	.theory .top_block .border_box ul li dl dd {
		margin: 8px 0 0;
		font-size: 14px;
		line-height: 30px;
	}
	
	.theory .top_block p.bottom_text {
		margin: 50px 0 0;
		font-size: 24px;
	}
	
	.theory .top_block p.bottom_text .sp {
		display: none;
	}


	/* element
	   ========================================================================== */
	.element > .inner {
		padding: 50px 10px 65px;
	}
	
	.element h3 {
		font-size: 34px;
	}
	
	.element .top_text p {
		margin: 5px 0 0 20px;
		font-size: 25px;
	}
	
	.element .top_text p .small {
		font-size: 18px;
	}
	
	.element .mid {
		margin: 50px 0 0;
		display: flex;
	}
	
	.element .mid .photo {
		margin: 0;
		width: 35%;
	}
	
	.element .mid .text {
		margin: 0 0 0;
		padding: 30px 0 0 30px;
		width: 65%;
		box-sizing: border-box;
		position: relative;
	}
	
	.element .mid .text h4 {
		font-size: 70px;
		position: absolute;
		top: 0;
		right: 30px;
	}
	
	.element .mid .text .name {
		margin: 0 0 0;
		font-size: 25px;
	}
	
	.element .mid .text .name + p {
		margin: 15px 0 0;
		font-size: 25px;
	}
	
	.element .bottom {
		margin: 55px 0 0;
	}
	
	.element .bottom ul {
		margin: 0;
	}
	
	.element .bottom ul li {
		margin: 0 0 0;
		padding: 0 10px;
	}
	
	.element .bottom ul li h5 {
		font-size: 45px;
	}
	
	.element .bottom ul li .photo {
		margin: 15px auto 0;
		max-width: 250px;
	}


	/* keypoint
	   ========================================================================== */
	.keypoint > .inner::after {
	    left: -20%;
		transform: rotate(25deg);
	}
	
	.keypoint .bg {
		left: -25%;
		background-position: 72% 0;
		opacity: .9;
	}
	
	.keypoint .text_box {
		margin: 0 0 0 auto;
		padding: 80px 40px 70px 0;
		width: 60%;
		max-width: 620px;
		box-sizing: border-box;
	}
	
	.keypoint .text_box h3 {
		padding: 0 0 10px;
		font-size: 33px;
	}
	
	.keypoint .text_box p {
		margin: 25px 0 0;
		font-size: 15px;
	}
	
	.keypoint .text_box .link_btn {
	    margin: 30px 0 0 auto;
		max-width: 360px;
	}
	
	.keypoint .text_box .link_btn a {
	    padding: 10px 10px;
	    font-size: 15px;
	}


	/* ingredients
	   ========================================================================== */
	.ingredients > .inner {
		padding: 60px 20px 45px;
	}
	
	.ingredients h3 {
		font-size: 30px;
	}
	
	.ingredients .border_box {
		margin: 50px auto 0;
	}
	
	.ingredients .border_box h4 {
		padding: 12px;
	}
	
	.ingredients .border_box p {
		padding: 30px 30px 23px;
	}
	
	.ingredients .photo {
		margin: 65px auto 0;
	}
	
	.ingredients .photo li {
		margin: 0 auto;
		width: 32%;
	}
	
	.ingredients .photo li:nth-child(2) {
		margin: 0 2%;
	}
	
	.ingredients .photo li::before {
		width: 180%;
    	height: 145%;
    	top: -26%;
    	right: -50%;
	}
	
	.ingredients .text {
		margin: 65px auto 0;
	}
	
	.ingredients .text li {
		margin: 30px 0 0;
	}


	/* ms_ito
	   ========================================================================== */
	.ms_ito {
		padding: 90px 0 0;
	}
	
	.ms_ito > .inner {
		padding: 50px 20px 90px;
	}
	
	.ms_ito .photo {
		margin: 0 35px 0 0;
		width: 30%;
		max-width: none;
	}
	
	.ms_ito .text_box {
		margin: 0 0 0;
	}
	
	.ms_ito .text_box ul {
		margin: 0 0 0;
	}
	
	.ms_ito .text_box ul li {
		margin: 25px 0 0;
	}
	
	.ms_ito .text_box ul li h4 {
		font-size: 16px;
		line-height: 28px;
	}
	
	.ms_ito .text_box ul li p {
		font-size: 15px;
		line-height: 28px;
	}
	
	.ms_ito .text_box ul li .link_text:hover {
		text-decoration: none;
	}


	/* ==========================================================================
	   Product
	   ========================================================================== */
	
	
	/* Product list
	   ========================================================================== */
	.ec-topicpath {
		padding: 20px 10px 18px;
		border-top: none;
	    border-bottom: 1px solid #ddd;
	}
	
	.ec-topicpath .ec-topicpath__item--active a,
	.ec-topicpath .ec-topicpath__item a {
		padding: 0 25px;
	}
	
	.ec-topicpath li a:hover {
		opacity: .5;
	}
	
	.ec-searchnavRole .ec-searchnavRole__infos {
		margin: 0;
		padding: 20px 0 0 20px;
		border: none;
	}
	
	.ec-searchnavRole .ec-select {
		margin: 10px 0 0;
	}


	/* Product list 商品表示
	   ========================================================================== */
	.ec-shelfRole {
	    margin: 27px auto 0;
	    padding-left: 20px;
	    padding-right: 20px;
	}

	.ec-shelfRole .ec-shelfGrid {
	    margin-left: -7px;
	    margin-right: -7px;
	}
	
	.ec-shelfGrid .ec-shelfGrid__item {
	    margin-bottom: 20px;
		padding: 0 7px !important;
	}
	
	.ec-shelfGrid .ec-shelfGrid__item-image {
	    height: 23vw;
	}
	
	.ec-shelfGrid .ec-shelfGrid__item p{
		font-size: 16px;
	}
	
	.ec-shelfGrid .ec-shelfGrid__item p.price02-default{
		font-size: 15px;
	}


	/* Product list ページネーション
	   ========================================================================== */
	.ec-pagerRole {
		margin: 30px 0 0;
	}
	
	.ec-pager {
		padding: 0 20px;
	}
	
	.ec-pager .ec-pager__item--active a,
	.ec-pager .ec-pager__item a{
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 15px;
	}


	/* Product detail
	   ========================================================================== */
	.ec-productRole {
		margin-top: 30px;
		padding-left: 20px;
	    padding-right: 20px;
	}
	
	.ec-productRole .ec-grid2 .ec-grid2__cell:nth-child(1) {
		width: 46%;
	}
	
	.ec-productRole .ec-grid2 .ec-grid2__cell:nth-child(2) {
		width: 54%;
	}
	
	.ec-productRole .ec-productRole__profile{
		margin-left: 20px;
	}
	
	.ec-sliderItemRole {
	    padding-left: 0;
	    padding-right: 0;
	    margin-bottom: 24px;
		max-width: 100%;
	}
	
	.ec-sliderItemRole .slick-slide {
	    height: 44vw;
	}	
	
	.ec-sliderItemRole .item_nav {
	    margin-top: 2%;
	}
	
	.ec-sliderItemRole .slideThumb {
	    margin-bottom: 2%;
	    width: 32%;
		height: 14vw;
	    cursor: pointer;
		display: flex;
    	justify-content: center;
    	align-items: center;
		transition: .3s;
		opacity: .8;
	}
	
	.ec-sliderItemRole .item_nav .slideThumb:nth-child(3n+2) {
	    margin-left: 2%;
	    margin-right: 2%;
	}
	
	.ec-sliderItemRole .slideThumb.slick-active,
	.ec-sliderItemRole .slideThumb:hover {
	    opacity: 1;
	}
	
	.ec-sliderItemRole .slideThumb img {
	    margin: auto;
		width: auto;
		max-height: 100%;
	}
	
	.ec-productRole .ec-productRole__title .ec-headingTitle {
	    font-size: 20px;
	}
	
	.ec-productRole .ec-productRole__btn {
		margin-bottom: 10px;
		width: 100%;
		text-align: right;
	}
	
	.ec-productRole .ec-productRole__btn button {
		transition: .3s;
	}
	
	.ec-productRole .ec-productRole__btn button:hover {
	    opacity: .6;
	}
	
	.ec-productRole__btn .ec-blockBtn--cancel:hover {
	    background-color: #2980B9;
	    border-color: #2980B9;
	}
	
	.ec-productRole .ec-productRole__actions .ec-select select,
	.ec-blockBtn--cancel,
	.ec-blockBtn--action,
	.ec-blockBtn--action.add-cart {
		margin-left: auto;
		max-width: 370px;
	}

	.ec-productRole .ec-productRole__category::after {
	    max-width: 500px;
	    max-height: 305px;
	}
	
	
	/* Product detail フリーエリア
	   ========================================================================== */
	.detail_table th{
		width: 26%;
	}
	
	.detail_btn a{
		transition: .3s;
	}
	
	.detail_btn a:hover{
		opacity: .5;
	}


	/* other_block
	   ========================================================================== */
	.ec-withdrawRole,
	.ec-mypageRole,
	.ec-contactRole,
	.ec-registerRole,
	.ec-role .other_block:last-child {
		margin-bottom: 30px;
	}
	
	.ec-mypageRole .ec-pageHeader h1,
	.ec-pageHeader > h1 {
		margin: 0 0 47px;
		padding: 30px 30px 20px;
		font-size: 22px;
	}

	.ec-off1Grid .ec-off1Grid__cell {
		margin: 0 auto;
		width: 100%;
	}

	.other_block .message {
		padding: 0 25px;
	}
	
	.other_block .ceo {
		margin: 25px 0 0;
		font-size: 18px;
	}
	
	.other_block .flex_box {
		margin: 0 0 0;
		display: flex;
		justify-content: center;
	}
	
	.other_block .flex_box > li {
		margin: 0 0 0;
		width: 49%;
	}
	
	.other_block .flex_box > li:nth-child(2) {
		margin-left: 2%;
	}
	
	.other_block .flex_box .text_box {
		padding: 0 20px;
		box-sizing: border-box;
		min-height: 90px;
	}
	
	.other_block .flex_box .text_box h2 {
		font-size: 18px;
	}
	
	.other_block .flex_box .text_box p {
		margin: 10px 0 0;
	}
	
	.other_block .flex_box .map_box {
		margin: 15px 0 0;
	}

	/* サンクス */
	.ec-registerCompleteRole h2 {
		padding: 0 0 0;
	    font-size: 24px;
	}

	/* privacy */
	.privacy_top_text{
		padding: 0 15px;
	}

	.privacy_list{
		margin: 30px 0 0;
	}
	
	.privacy_list > li{
		margin: 30px 0 0;
	}
	
	.privacy_list li p{
		margin: 10px 0 0;
	}
	
	/* カートボタンのテキスト */
	.ec-cartNaviNull {
		width: auto;
		max-width: 500px;
	}	

	.ec-cartNaviNull .ec-cartNaviNull__message {
	    padding: 16px 20px;
		white-space: nowrap;
	}	
		

	
	
			
		
	

			
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}/* min-width : 768px */
@media screen and (min-width : 1024px){


	/* ==========================================================================
	   Under Block
	   ========================================================================== */
	
	
	/* ubder_view
	   ========================================================================== */
	.ubder_view p .sp {
		display: none;
	}


	/* content_title
	   ========================================================================== */
	.content_title > span {
		padding: 16px 10px;
		font-size: 35px;
	}


	/* how_citric_amino
	   ========================================================================== */
	.how_citric_amino {
		
	}
	
	.how_citric_amino .inner {
		padding: 70px 40px 80px;
		position: relative;
	}
	
	.how_citric_amino .inner::after {
		width: 5000px;
		height: 5000px;
		top: 0;
		left: -4%;
		transform: rotate(30deg);
	}
	
	.how_citric_amino .show_wrap {
		margin: 0 0 0 auto;
		width: 494px;
	}
	
	.how_citric_amino .item01 {
		top: -10px;
		left: -180px;
		width: auto;
	}
	
	.how_citric_amino .item02 {
		bottom: 111px;
		right: -100px;
		width: auto;
		max-width: inherit;
	}
	
	.how_citric_amino .item03 {
		top: auto;
		bottom: 0;
		right: 466px;
		height: auto;
	}
	
	.how_citric_amino .top_box h3 ,
	.how_citric_amino .bottom_box h4 {
		font-size: 33px;
	}
	
	.how_citric_amino .top_box p {
		margin: 23px 0 0;
		font-size: 15px;
	}
	
	.how_citric_amino .bottom_box {
		margin: 10px 0 0;
	}
	
	.how_citric_amino .reason {
		margin: 23px 0 0;
	}
	
	.how_citric_amino .reason ul {
		padding: 20px 0;
	}
	
	.how_citric_amino .reason ul li {
		padding: 0 10px;
		width: calc(100%/3);
		display: inline-block;
		vertical-align: top;
		box-sizing: border-box;
	}
	
	.how_citric_amino .reason ul li h5 {
		text-align: center;
	}
	
	.how_citric_amino .reason ul li h5 span {
		width: 36px;
		height: 36px;
		font-size: 18px;
	}
	
	.how_citric_amino .reason ul li p {
		margin: 10px 0 0;
		font-size: 18px;
	}
	
	.how_citric_amino .bcaa {
		margin: 15px 0 0;
		padding: 14px 15px;
		font-size: 22px;
	}


	/* commit
	   ========================================================================== */
	.commit {
		position: relative;
	}
	
	.commit .top_text {
		padding: 0 22px;
		font-size: 18px;
	}
	
	.commit .bottom_text {
		margin: 40px 0 0;
		padding: 0 22px;
		font-size: 12px;
	}
	
	.commit ul li h4 {
		font-size: 22px;
	}
	
	.commit ul li p {
		font-size: 16px;
	}


	/* merit
	   ========================================================================== */
	.merit > .inner {
		padding: 40px 20px 50px;
	}
	
	.merit ul li {
		padding: 10px 30px 30px;
		width: 49%;
		overflow: hidden;
	}
	
	.merit ul li::before {
		width: 71px;
		height: 71px;
	}
	
	.merit ul li h4 .no {
		padding: 15px 0 0;
		font-size: 73px;
		width: 25%;
		letter-spacing: 0.10em;
	}
	
	.merit ul li h4 .text {
		font-size: 24px;
		width: 75%;
		min-height: 117px;
	}
	
	.merit ul li p {
		margin: 20px 0 0;
		font-size: 16px;
		line-height: 30px;
	}


	/* amino_acid_score
	   ========================================================================== */
	.amino_acid_score .illust {
		width: 70%;
	}
	
	.amino_acid_score .mid_block h4 {
		font-size: 22px;
	}
	
	.amino_acid_score .bottom_block h4 {
		font-size: 33px;
	}
	
	.amino_acid_score .bottom_block ul {
		margin: 33px 0 0;
		display: flex;
	}
	
	.amino_acid_score .bottom_block ul li {
		margin: 0 0 0 1.333% !important;
		padding: 15px;
		min-height: 150px;
		width: 24%;
	}
	
	.amino_acid_score .bottom_block ul li:nth-child(1) {
		margin-left: 0 !important;
	}
	
	.amino_acid_score .bottom_block ul li h5 {
		padding: 10px 10px;
		font-size: 18px;
	}
	
	.amino_acid_score .bottom_block ul li p {
		font-size: 20px;
	}
	
	.amino_acid_score .bottom_block ul li p .small {
		margin: 3px 0 0;
		font-size: 14px;
	}


	/* doping
	   ========================================================================== */
	.doping .bottom_block h4 {
		font-size: 35px;
	}
	
	.doping .bottom_block ul {
		margin: 0 0 0;
	}
	
	.doping .bottom_block ul + ul {
		margin: 20px 0 0;
	}
	
	.doping .bottom_block ul li {
		margin: 0 0 0;
		padding: 20px 18px;
		max-width: 340px;
	}


	/* theory
	   ========================================================================== */
	.theory .top_block .bg > img {
		right: -30px;
		max-width: 588px;
	}
	
	.theory .top_block .bg h4 {
		font-size: 24px;
		max-width: 554px;
	}
	
	.theory .top_block .bg p {
		margin: 23px 0 0;
		font-size: 15px;
		max-width: 554px;
	}
	
	.theory .top_block .border_box {
		margin: 75px -10px 0;
		padding: 38px 43px 42px;
	}
	
	.theory .top_block .border_box h4 {
		font-size: 33px;
		line-height: 48px;
	}
	
	.theory .top_block .border_box ul li h5 {
		padding: 7px 5px;
		font-size: 22px;
	}
	
	.theory .top_block .border_box ul li h5 span {
		font-size: 19px;
	}
	
	.theory .top_block .border_box ul li dl {
		margin: 20px 0 0;
		padding: 0 10px 0 20px;
	}
	
	.theory .top_block .border_box ul li dl dt {
		font-size: 20px;
	}
	
	.theory .top_block .border_box ul li dl dt span {
		font-size: 15px;
	}
	
	.theory .top_block .border_box ul li dl dd {
		margin: 8px 0 0;
		font-size: 15px;
	}


	/* element
	   ========================================================================== */
	.element > .inner {
		padding: 50px 10px 65px;
	}
	
	.element h3 {
		font-size: 41px;
	}
	
	.element .top_text p {
		margin: 5px 0 0 150px;
		font-size: 30px;
	}
	
	.element .top_text p .small {
		font-size: 20px;
	}
	
	.element .mid {
		margin: 50px 15px 0;
	}
	
	.element .mid .photo {
		margin: 0;
		width: 35%;
	}
	
	.element .mid .text {
		padding: 75px 0 0 47px;
		width: 65%;
	}
	
	.element .mid .text h4 {
		font-size: 90px;
		top: 15px;
		right: 30px;
	}
	
	.element .mid .text .name {
		margin: 0 0 0;
		font-size: 30px;
	}
	
	.element .mid .text .name + p {
		margin: 15px 0 0;
		font-size: 30px;
	}
	
	.element .bottom {
		margin: 55px 0 0;
	}
	
	.element .bottom ul {
		margin: 0;
	}
	
	.element .bottom ul li {
		margin: 0 0 0;
		padding: 0 10px;
	}
	
	.element .bottom ul li h5 {
		font-size: 55px;
		letter-spacing: 0.13em;
	}


	/* ingredients
	   ========================================================================== */
	.ingredients > .inner {
		padding: 90px 20px 75px;
	}
	
	.ingredients h3 {
		font-size: 40px;
	}
	
	.ingredients .photo {
		margin: 85px auto 0;
	}
	
	.ingredients .photo li::before {
		width: 640px;
    	height: 517px;
    	top: -23%;
    	right: -56%;
	}


	/* ms_ito
	   ========================================================================== */
	.ms_ito > .inner {
		display: flex;
	}
	
	.ms_ito .photo {
		margin: 0 0 0;
		width: 31%;
		max-width: 320px;
	}
	
	.ms_ito .text_box {
		margin: 0 0 0;
		padding: 0 0 0 35px;
		width: 69%;
		box-sizing: border-box;
	}


	/* Product list 商品表示
	   ========================================================================== */
	.ec-shelfRole {
	    margin: 27px auto 0;
	    padding-left: 20px;
	    padding-right: 20px;
	}

	.ec-shelfRole .ec-shelfGrid {
	    margin-left: 0;
	    margin-right: 0;
	}
	
	.ec-shelfGrid .ec-shelfGrid__item {
	    margin-bottom: 40px;
		margin-left: 2.666%;
		padding: 0 !important;
		display: inline-flex;
		vertical-align: top;
		box-sizing: border-box;
		width: 23%;
	}
	
	.ec-shelfGrid .ec-shelfGrid__item:nth-child(4n+1) {
	    margin-left: 0;
	}
	
	.ec-shelfGrid .ec-shelfGrid__item a {
	    transition: .3s;
	}
	
	.ec-shelfGrid .ec-shelfGrid__item a:hover {
	    opacity: .5;
	}
	
	.ec-shelfGrid .ec-shelfGrid__item-image {
	    margin-bottom: 15px;
	    padding: 0;
		height: 250px;
	}	
	
	.ec-shelfGrid .ec-shelfGrid__item p.price02-default,
	.ec-shelfGrid .ec-shelfGrid__item p{
		padding: 0 10px;
	}

	.ec-shelfGrid .ec-shelfGrid__item a p:first-child{
		padding: 0;
	}
	
	
	/* Product detail フリーエリア
	   ========================================================================== */
	.detail_table{
		margin: 40px auto 0;
	}
	
	.detail_table th{
		width: 260px;
	}
	
	.detail_btn{
		margin: 55px auto 0;
	}


	/* Product detail レビュー
	   ========================================================================== */
	.ec-layoutRole__main #product_review_area {
	    margin-top: 97px;
	}
	
	.ec-layoutRole__main .ec-role {
	    padding-left: 0;
	    padding-right: 0;
	}
	
	#product_review_area .review_btn {
	    margin: 40px auto 0;
	}


	/* Product detail 関連商品
	   ========================================================================== */
	#RelatedProduct-product_area {
	    margin-top: 90px;
	}
	
	#RelatedProduct-product_area .block_title{
		margin-bottom: 40px;
	}
	  

	/* design_table
	   ========================================================================== */
	.design_table th{
		padding: 0 30px 0 50px;
		width: 230px;
		font-size: 15px;
		white-space: nowrap;
	}
	
	.design_table td{
		padding: 20px 0;
		font-size: 15px;
	}

	.design_table td .border{
		padding: 0 10px 0 50px;
	}
	
	.design_table td p{
		font-size: 15px;
	}

	.design_table td a:hover{
		text-decoration: underline;
	}


	/* other_block
	   ========================================================================== */
	.other_block{
		padding: 0 20px;
	}
	
	.ec-withdrawRole,
	.ec-mypageRole,
	.ec-contactRole,
	.ec-registerRole,
	.ec-role .other_block:last-child {
		margin-bottom: 40px;
	}
	
	.ec-mypageRole .ec-pageHeader h1,
	.ec-pageHeader > h1 {
		margin: 0 0 47px;
		padding: 60px 30px 20px;
		font-size: 25px;
	}

	.other_block .message {
		padding: 0 25px;
	}
	
	.other_block .ceo {
		margin: 45px 0 0;
	}
	
	.other_block .flex_box {
		margin: 0 0 0;
	}
	
	.other_block .flex_box > li {
		margin: 0 0 0;
	}
	
	.other_block .flex_box .text_box {
		padding: 0 20px;
		min-height: 90px;
	}
	
	.other_block .flex_box .text_box h2 {
		font-size: 18px;
	}
	
	.other_block .flex_box .text_box p {
		margin: 10px 0 0;
	}
	
	.other_block .flex_box .map_box {
		margin: 15px 0 0;
	}
	
	.other_block .flex_box .map_box iframe {
		max-height: 350px;
	}

	/* privacy */
	.privacy_top_text{
		padding: 0 25px;
	}

	.privacy_list{
		margin: 50px 0 0;
		padding: 0 25px;
	}
	
	.privacy_list > li{
		margin: 50px 0 0;
	}
	
	.privacy_list li p{
		margin: 10px 0 0;
	}
	

	
	
			
		
	
	
	
	
	
	
	
	
}/* min-width : 1024px */
@media screen and (min-width : 1090px){

	
	.zasThumb{
		padding: 36% 50% !important;
	}

	/* header
	   ========================================================================== */
	.header .ec-headerNaviRole{
		padding: 8px 0;
	}


	/* page_nav_pc
	   ========================================================================== */
	.ec-categoryNaviRole {
	    padding-left: 0;
	    padding-right: 0;
	}	


	/* index_medal
	   ========================================================================== */
	.index_medal .contents_block {
		margin: 70px auto 0;
	}
	
	/* big_block */
	.index_medal .contents_block ul.big_block li a span.title {
		padding: 15px 30px;
		font-size: 22px;
	}


	/* keypoint
	   ========================================================================== */
	.keypoint > .inner::before {
		width: 100%;
		left: auto;
		right: 35%;
	}
	
	.keypoint > .inner::after {
	    left: 15%;
		width: 3000px;
		height: 3000px;
		transform: rotate(25deg);
	}
	
	.keypoint .bg {
		left: auto;
		right: 35%;
		background-position: 40% 0;
	}

	
}/* min-width : 1090px */
@media screen and (min-width : 1025px){
	
	
	/* index_medal
	   ========================================================================== */
		
	/* big_block */
	.index_medal .contents_block ul.big_block li a > span {
		bottom: -80px;
	}
	
	.index_medal .contents_block ul.big_block li a:hover > span {
		bottom: 0;
	}
	
	
	/* small_block */
	.index_medal .contents_block ul.small_block li a:hover > span {
		bottom: 20px;
	}
	
	
}/* min-width : 1025px */
@media screen and (min-width : 1150px){
	

	/* commit
	   ========================================================================== */
	.commit .bg .inner {
		padding: 35px 0;
	}
	
	.commit ul li {
		padding: 25px 30px;
	}
	
	.commit ul li h4 {
		margin: 15px 0 0;
	}
	
	.commit ul li p {
		margin: 20px 0 0;
		line-height: 24px;
	}


	/* merit
	   ========================================================================== */
	.merit > .inner {
		padding: 40px 0 50px;
	}
	
	.merit ul li {
		padding: 10px 45px 30px;
	}
	
	.merit ul li h4 .no {
		padding: 15px 0 0;
		width: 26%;
	}
	
	.merit ul li h4 .text {
		width: 74%;
		letter-spacing: 0.04em;
	}
	
	.merit ul li p {
		margin: 20px 0 0;
		font-size: 16px;
	}


	/* amino_acid_score
	   ========================================================================== */
	.amino_acid_score .illust {
		margin-left: -100px;
		width: 800px;
	}
	
	.amino_acid_score .mid_block h4 {
		font-size: 22px;
	}
	
	.amino_acid_score .bottom_block h4 {
		font-size: 33px;
	}
	
	.amino_acid_score .bottom_block ul {
		margin: 33px -25px 0;
		display: flex;
	}
	
	.amino_acid_score .bottom_block ul li {
		margin: 0 0 0 20px !important;
		padding: 15px;
		min-height: 140px;
		width: 23.4%;
	}
	
	.amino_acid_score .bottom_block ul li:nth-child(1) {
		margin-left: 0 !important;
	}
	
	.amino_acid_score .bottom_block ul li h5 {
		padding: 10px 10px;
		width: 71px;
		height: 71px;
		font-size: 18px;
	}
	
	.amino_acid_score .bottom_block ul li p .small {
		margin: 3px 0 0;
		font-size: 14px;
	}


	/* doping
	   ========================================================================== */
	.doping .certificate ul {
		max-width: 660px;
	}
	
	.doping .certificate ul li {
		padding: 0 15px;
	}
	
	.doping .bottom_block h4 {
		font-size: 35px;
	}
	
	.doping .bottom_block ul {
		margin: 0 -25px 0;
	}
	
	.doping .bottom_block ul li:nth-child(2) {
		margin-left: 35px;
		margin-right: 35px;
	}
	
	.doping .bottom_block ul + ul li:nth-child(2) {
		margin-left: 35px;
		margin-right: 0;
	}
	
	.doping .bottom_block ul + ul {
		margin: 35px 0 0;
	}


	/* performance
	   ========================================================================== */
	.performance > .inner {
		padding: 50px 0 80px;
	}


	/* theory
	   ========================================================================== */
	.theory .top_block .border_box {
		margin-left: -25px;
		margin-right: -25px;
	}
	
	.theory .top_block .border_box ul li:nth-child(2) {
		margin: 0 15px;
	}


	/* ==========================================================================
	   Product
	   ========================================================================== */
	
	
	/* Product list
	   ========================================================================== */
	.ec-searchnavRole {
	    padding-left: 0;
	    padding-right: 0;
	}	


	/* Product list 商品表示
	   ========================================================================== */
	.ec-shelfRole {
	    padding-left: 0;
	    padding-right: 0;
	}

	.ec-shelfGrid {
	    margin-left: 0;
	    margin-right: 0;
	}	


	/* Product list ページネーション
	   ========================================================================== */
	.ec-pagerRole {
		margin: 35px 0 0;
	}
	
	.ec-pager {
		padding: 0;
	}


	/* Product detail
	   ========================================================================== */
	.ec-productRole {
		margin-top: 60px;
		padding-left: 0;
	    padding-right: 0;
	}
	
	.ec-productRole .ec-productRole__profile{
		margin-left: 30px;
	}
	
	.ec-sliderItemRole {
	    padding-left: 0;
	    padding-right: 0;
	    margin-bottom: 24px;
		max-width: 100%;
	}
	
	.ec-sliderItemRole .slick-slide {
	    height: 500px;
	}	
	
	.ec-sliderItemRole .item_nav {
	    margin-top: 2%;
	}
	
	.ec-sliderItemRole .slideThumb {
	    margin-left: 1.6%;
	    margin-bottom: 1.6%;
	    width: 23.8%;
		height: 119px;
	}
	
	.ec-sliderItemRole .item_nav .slideThumb:nth-child(3n+2) {
	    margin-left: 1.6%;
	    margin-right: 0;
	}
	
	.ec-sliderItemRole .item_nav .slideThumb:nth-child(4n+1) {
	    margin-left: 0;
	}
	
	.ec-sliderItemRole .slideThumb img {
	    margin: auto;
		width: auto;
		max-height: 100%;
	}
	
	.ec-grid2__cell .ec-productRole__description,
	.ec-productRole .ec-productRole__category,
	.ec-productRole .ec-productRole__price,
	.ec-productRole .ec-productRole__code,
	.ec-productRole .ec-productRole__priceRegular,
	.ec-productRole .ec-productRole__tags,
	.ec-productRole .ec-productRole__title{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
	.ec-productRole .ec-productRole__title .ec-headingTitle {
	    padding-top: 10px;
	}
	
	.ec-productRole .ec-productRole__tags {
	    margin-top: 17px;
		padding-bottom: 20px;
	}

	.ec-productRole .ec-productRole__tag {
		margin-right: 10px;
	    padding: 6px 15px;
	    font-size: 13px;
	}
	
	.ec-productRole .ec-productRole__priceRegular{
		padding-top: 20px;
	}
	
	.ec-productRole .ec-productRole__price {
	    padding-bottom: 20px;
	}
	
	.ec-productRole .ec-productRole__price .ec-price {
		padding-top: 0;
		padding-bottom: 0;
	    color: #E74C3C;
	}
	
	.ec-productRole .ec-productRole__price span {
	    color: inherit;
	}
	
	.ec-productRole .ec-productRole__priceRegular .ec-productRole__priceRegularPrice {
	    font-size: 15px;
	}
	
	.ec-productRole .ec-productRole__priceRegularTax {
	    font-size: 11px;
	}
	
	.ec-price .ec-price__price {
		padding: 0;
	    font-size: 25px;
	}
	
	.ec-price .ec-price__tax {
	    font-size: 15px;
	}
	
	.ec-productRole .ec-productRole__code {
	    padding-top: 20px;
		padding-bottom: 20px;
		font-size: 13px;
	}
	
	.ec-productRole .ec-productRole__category {
	    padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.ec-productRole .ec-productRole__category a span,
	.ec-productRole .ec-productRole__category div {
	    font-size: 13px;
	}
	
	.ec-productRole .ec-productRole__category a {
		font-size: 13px;
	}
	
	.ec-grid2__cell .ec-productRole__description {
		margin-bottom: 60px;
		padding-top: 20px;
		font-size: 15px;
	}
	
	.ec-productRole .ec-productRole__actions .ec-select select{
		min-width: 370px;
	}
	
	.ec-productRole .ec-productRole__btn {
		margin-left: auto;
		margin-bottom: 10px;
	}
	
	.ec-blockBtn--cancel,
	.ec-blockBtn--action,
	.ec-blockBtn--action.add-cart {
		max-width: 370px;
	}


	/* other_block
	   ========================================================================== */
	.other_block{
		padding: 0;
	}
	
	.ec-mypageRole,
	.ec-registerRole,
	.ec-contactRole {
	    padding-left: 0;
	    padding-right: 0;
	}	
	
			
	
	
}/* min-width : 1150px */


@keyframes anime_btn {
	0% { transform: translate(-100%,0); }
	48% { transform: translate(0,0); }
	52% { transform: translate(0,0); }
	100% { transform: translate(100%,0); }
}

@keyframes anime_btn_text {
	0% { color: #fff; }
	48% { color: #000; }
	52% { color: #000; }
	100% { color: #fff; }
}































/* ===== NEWS (#blogs_list) 安定レイアウト：PC/スマホ両対応 ===== */

/* グリッド（3→2→1 列） */
#blogs_list{
  display:flex;
  flex-wrap:wrap;
  list-style:none;
  padding:0;
  margin:-12px 0 32px;   /* 下に余白：MORE DETAILとの距離 */
    margin-top:24px;   /* ←お好みで 20〜40px に */

}
#blogs_list li{
  box-sizing:border-box;
  width:calc(33.333% - 24px);
  margin:12px;
  background:#fff;
  border:1px solid #eee;
  border-radius:10px;
  overflow:hidden;
  box-shadow:0 2px 8px rgba(0,0,0,.05);
}
#blogs_list li a{
  display:block;
  text-decoration:none;
  color:inherit;
}

/* 画像エリア：枠＝.photo、中身（img / .bg_photo）を全面フィット */
#blogs_list li .photo{
  position:relative;
  display:block;
  width:100%;
  height:280px;                 /* PCの画像の高さ（好みで 260–300px） */
  overflow:hidden;
  background:none!important;
  margin:0;
}
/* <img> を枠いっぱいに */
#blogs_list li .photo img{
  position:absolute; inset:0;
  display:block;
  width:100% !important;
  height:100% !important;
  object-fit:cover;
  object-position:top;          /* 縦長は上端基準 */
  max-width:none !important;
  opacity:1 !important; filter:none !important;
  z-index:1;
}
/* 背景方式(.bg_photo)も同じ振る舞いに */
#blogs_list li .bg_photo{
  position:absolute; inset:0;
  display:block !important;
  width:100% !important;
  height:100% !important;
  background-position:center top !important;
  background-size:cover !important;
  background-repeat:no-repeat !important;
  padding:0 !important; border:0 !important; opacity:1 !important; filter:none !important;
  z-index:0;
}
/* 比率用の ::before/::after で高さが固定されないよう殺す */
#blogs_list li .photo::before,
#blogs_list li .photo::after,
#blogs_list li .bg_photo::before,
#blogs_list li .bg_photo::after{ content:""; display:none !important; }

/* テキスト */
#blogs_list li .text_box{ padding:14px 16px 18px; }
#blogs_list li time{
  display:block;
  font-size:.85rem;
  color:#9aa3af;           /* 日付は弱めに */
  margin:0 0 6px;
}
#blogs_list li h3,
#blogs_list li .title{
  margin:0 0 6px;
  font-size:1.05rem;
  line-height:1.45;
  font-weight:800;
  overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical;
  -webkit-line-clamp:2;     /* PCは2行 */
  word-break:break-word;
}
#blogs_list li p,
#blogs_list li .sum{
  margin:2px 0 0;
  font-size:.95rem;
  line-height:1.6;
  color:#4b5563;
  overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}

/* タブレット：2列＆画像やや低め */
@media (max-width:1024px){
  #blogs_list li{ width:calc(50% - 24px); }
  #blogs_list li .photo{ height:240px; }
}

/* スマホ：1列＆画像を大きめ（見栄え優先）／タイトル・要約は3行 */
@media (max-width:640px){
  #blogs_list li{ width:calc(100% - 24px); }
  #blogs_list li .photo{ height:300px; }      /* ←もっと欲しければ 320px でもOK */
  #blogs_list li h3,
  #blogs_list li .title{ font-size:1rem; -webkit-line-clamp:3; }
  #blogs_list li p,
  #blogs_list li .sum{ -webkit-line-clamp:3; }
  #blogs_list li .text_box{ padding:12px 14px 16px; }
  #blogs_list li time{ font-size:.8rem; }
}

/* ホバーで白くなる/薄くなる演出を無効化（保険） */
#blogs_list li a:hover .photo img{ opacity:1 !important; filter:none !important; }
#blogs_list li a:hover h3,
#blogs_list li a:hover .title,
#blogs_list li a:hover .sum{ color:inherit; opacity:1; }

/* === 追加：テキスト領域をカード幅いっぱいに＆行数を増やす === */

/* テキストボックスがテーマ側で狭くされている場合に強制で全幅に */
#blogs_list li .text_box{
  width:100% !important;
  max-width:none !important;
  box-sizing:border-box;
}

/* 日付が横に回り込んで幅を食わないよう保険（既に block だが念のため） */
#blogs_list li time{
  float:none !important;
  display:block !important;
}

/* PCでもタイトルを3行まで表示（必要なら 2→3→4 で調整） */
@media (min-width: 641px){
  #blogs_list li h3,
  #blogs_list li .title{
    -webkit-line-clamp:3;   /* ←ここを 2/3/4 に好みで */
  }
  /* 要約も増やしたい場合は有効化 */
  /* #blogs_list li p,
  #blogs_list li .sum{ -webkit-line-clamp:3; } */
}











/* レイアウトとタップ領域を少し整える */
.page_nav_pc .ec-itemNav__nav{
  display:flex;
  flex-wrap:wrap;
  gap: 10px 22px;           /* 行間/列間 */
  align-items:center;
}

.page_nav_pc .ec-itemNav__item a{
  display:inline-block;
  padding: 8px 10px;        /* クリックしやすく */
  border-radius: 8px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.page_nav_pc .ec-itemNav__item a:hover{
  color: #111;
  background: #f2f4f7;
  box-shadow: 0 1px 0 rgba(0,0,0,.06) inset;
}

/* アクティブ（現在ページっぽいURLを含む時にJSで .is-current 付ける想定。省略可） */
.page_nav_pc .ec-itemNav__item.is-current a{
  color:#0f172a;
  background:#e5f0ff;
}

/* ───────── ロコローション “ほんのり目立たせる” ───────── */

/* 下線アニメの土台（過度に目立たない・描画負荷低い） */
.page_nav_pc .item--loco a{
  position:relative;
  isolation:isolate;
}

/* ほんのり光る下線（背景グラデを横移動） */
.page_nav_pc .item--loco a::after{
  content:"";
  position:absolute;
  left: 0; right: 0;
  bottom: -4px;
  height: 2px;
  background:
    linear-gradient(90deg, transparent 0, rgba(255,255,255,.75) 15%, transparent 30%) 0 0 / 120px 100% no-repeat,
    linear-gradient(90deg, #ff8fa3, #ffb6c1); /* ベースの薄いピンク下線 */
  border-radius: 2px;
  animation: locoShine 2.2s linear infinite;
  opacity: .9;
}

/* 移動アニメーション */
@keyframes locoShine{
  0%   { background-position: -140px 0, 0 0; }
  100% { background-position:  140px 0, 0 0; }
}

/* 動きが苦手な人には停止 */
@media (prefers-reduced-motion: reduce){
  .page_nav_pc .item--loco a::after{ animation: none; }
}

/* 文字そのものも少し太めで読みやすく（任意） */
.page_nav_pc .item--loco a{ font-weight: 800; }


/* アクティブだけピル背景 */
.page_nav_pc .ec-itemNav__item.is-current a{
  color:#0f172a;
  background:#e5f0ff;
}

/* hover はうっすら */
.page_nav_pc .ec-itemNav__item a:hover{
  background:#f2f4f7;
}






/* 並びと余白を統一 */
.f_sns {
  display: flex;
  align-items: center;
  gap: 16px;              /* 他アイコンとの間隔（必要なら調整） */
}

/* 各アイコンの当たりを36px正方形で統一（他PNGに合わせる） */
.f_sns li a,
.f_sns .sns-ico {
  display: grid;
  place-items: center;    /* 完全中央寄せ */
  width: 36px;
  height: 36px;
}

/* Xアイコンの見え方を他と同等サイズに（視覚バランス） */
.f_sns .sns-x .sns-ico svg {
  width: 20px;            /* 他の丸アイコン内部のロゴに合わせた比率 */
  height: 20px;
  display: block;
}

/* もし“単色で細く見える”のが気になる場合、うっすら縁取りを付与（任意） */
.f_sns .sns-x .sns-ico {
  border: 1px solid rgba(255,255,255,0.18); /* いらなければ削除 */
  border-radius: 50%;
}


.ec-headerTitle__title img {
  width: auto;
  height: auto;
}
@media (max-width: 768px) {
  .ec-headerTitle__title img {
  }
}








/* ==========================================================
   PCナビ：リッチホバー演出 & 行間調整
   ========================================================== */

.page_nav_pc .ec-itemNav__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 32px;   /* 上下14px / 左右32px */
  justify-content: center;
  padding: 4px 0;   /* 全体の上下余白を調整 */
}

.page_nav_pc .ec-itemNav__nav li {
  list-style: none;
}

.page_nav_pc .ec-itemNav__nav li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.45em;                /* アイコンとテキストの間隔 */
  padding: 3px 2px 5px;       /* 上下を抑えて2行時の間延び防止 */
  color: #222;                /* 通常文字色 */
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
  -webkit-tap-highlight-color: transparent;
}

/* --- ホバー時のリッチ演出 --- */
.page_nav_pc .ec-itemNav__nav li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #d32f2f;       /* ブランド赤 */
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.page_nav_pc .ec-itemNav__nav li a:hover {
  color: #d32f2f;            /* ホバー時は赤に */
}

.page_nav_pc .ec-itemNav__nav li a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

/* --- アイコンサイズを統一 --- */
.page_nav_pc .ec-itemNav__nav li a i {
  font-size: 1.05em;
  line-height: 1;
}

















/* === スクロール後：固定＆圧縮（確実に効く fixed 方式） === */
.page_nav_pc {
  transition: background .25s ease, box-shadow .25s ease, transform .25s ease;
}

/* 固定状態のスタイル */
.page_nav_pc.is-compact {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;              /* ← これを追加 */
  max-width: 100% !important; /* 親の制約を無効化 */
  z-index: 1000;
  background: rgba(0,0,0,.6);
  backdrop-filter: blur(6px);
  box-shadow: 0 4px 14px rgba(0,0,0,.06);
  border-bottom: 1px solid rgba(0,0,0,.06);
}

/* 圧縮時の行間・余白を少し詰める */
.page_nav_pc.is-compact .ec-itemNav__nav{
  gap: 10px 26px;
  padding: 2px 0;
}
.page_nav_pc.is-compact .ec-itemNav__nav li a{
  padding: 2px 2px 4px;
  font-weight: 600;
}
.page_nav_pc.is-compact .ec-itemNav__nav li a::after{ bottom: -1px; }

/* 固定分の押し下げ（ジャンプ防止） */
body.has-compact-nav { padding-top: 56px; } /* ナビの高さに合わせて調整 */

@media (max-width: 992px){
  /* SPは従来通り（固定しない） */
  .page_nav_pc.is-compact { position: static; background: transparent; box-shadow:none; backdrop-filter:none; }
  body.has-compact-nav { padding-top: 0; }
}


/* 小さめロゴ（初期は非表示） */
.page_nav_pc .compact-logo {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%) translateX(-20px);
  height: 32px;  /* サイズ調整 */
  opacity: 0;
  transition: all .3s ease;
  pointer-events: none; /* クリック無効化（リンクはaでラップしてOK） */
}

/* is-compact時にフェードイン＋スライド */
.page_nav_pc.is-compact .compact-logo {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}







/* 親を基準にする */
.page_nav_pc {
  position: relative;
}

/* compactロゴ */
.page_nav_pc .compact-logo {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%) translateX(-10px);
  height: 32px;
  opacity: 0;
  transition: all .3s ease;
  z-index: 2;
}
.page_nav_pc .compact-logo img {
  display: block;
  height: 100%;
}

/* is-compactで登場 */
.page_nav_pc.is-compact .compact-logo {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

/* ロゴ分ナビを右に寄せる */
.page_nav_pc.is-compact .ec-itemNav__nav {
  padding-left: 76px;
}


/* 中身だけ幅を制限して中央寄せ */
.page_nav_pc .ec-itemNav{
  max-width: 1200px;   /* 好みで 1080 / 1140 / 1280 などに調整可 */
  margin: 0 auto;
  padding: 0 16px;     /* 端の余白 */
  position: relative;  /* compact-logoの基準にもなる */
}

/* compact時：左にロゴが入るぶんだけ内側を少し右へ */
.page_nav_pc.is-compact .ec-itemNav{
  padding-left: 96px;  /* 16px 基本 + ロゴ(約64～72px)のぶん */
}

/* 文字間延び防止：横の隙間をやや詰める */
.page_nav_pc .ec-itemNav__nav{
  gap: 14px 28px;      /* 上下14 / 左右28 */
  justify-content: center;  /* 中央集合（左右に広がりすぎない） */
}

/* さらに詰めたいなら：左右だけ狭める（任意） */
/* .page_nav_pc .ec-itemNav__nav{ gap: 14px 22px; } */






/* compact時：黒半透明バー */
.page_nav_pc.is-compact {
  background: rgba(0,0,0,.7);  /* 黒半透明 */
  backdrop-filter: blur(6px);
  box-shadow: 0 4px 14px rgba(0,0,0,.4);
  border-bottom: 1px solid rgba(255,255,255,.1);
}

/* compact時：文字・アイコンを白系に変更 */
.page_nav_pc.is-compact .ec-itemNav__nav a {
  color: #fff;
}
.page_nav_pc.is-compact .ec-itemNav__nav a i {
  color: #fff;
}

/* hover時にブランド赤を差し色に */
.page_nav_pc.is-compact .ec-itemNav__nav a:hover {
  color: #d32f2f;  /* ブランド赤 */
}
.page_nav_pc.is-compact .ec-itemNav__nav a:hover i {
  color: #d32f2f;
}

/* compactロゴも白系にしたい場合（白抜き版を用意） */
.page_nav_pc.is-compact .compact-logo img {
  filter: brightness(0) invert(1); /* 白抜き化 */
}






/* ===========================
   選択中カテゴリ（active）の見た目修正
   =========================== */

/* 通常時でもcompact時でも効くように */
.page_nav_pc .ec-itemNav__item.active a,
.page_nav_pc.is-compact .ec-itemNav__item.active a {
  color: #fff !important;             /* 白文字に統一 */
  background: transparent !important; /* 背景色リセット */
  position: relative;
}

/* 下線エフェクトをつける（ブランド赤にしたい場合は #d32f2f に変更） */
.page_nav_pc .ec-itemNav__item.active a::after,
.page_nav_pc.is-compact .ec-itemNav__item.active a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  width: 60%;
  height: 2px;
  background: #fff;   /* ここを #d32f2f にすれば赤 */
  border-radius: 2px;
}








/* ===============================
   PCナビ：選択中（active）の見た目を統一
   既存テーマの水色カプセルを強制解除
   =============================== */

/* li に active が付く場合 / a に active/current/is-active が付く場合すべて潰す */
.page_nav_pc .ec-itemNav__item.active > a,
.page_nav_pc .ec-itemNav__item > a.active,
.page_nav_pc .ec-itemNav__item > a.current,
.page_nav_pc .ec-itemNav__item > a.is-active,
.page_nav_pc.is-compact .ec-itemNav__item.active > a,
.page_nav_pc.is-compact .ec-itemNav__item > a.active,
.page_nav_pc.is-compact .ec-itemNav__item > a.current,
.page_nav_pc.is-compact .ec-itemNav__item > a.is-active {
  color: #fff !important;                  /* 文字は白 */
  background: transparent !important;      /* 背景カプセルを消す */
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  position: relative;
}

/* もし擬似要素でカプセルを描いていた場合も消す */
.page_nav_pc .ec-itemNav__item.active > a::before,
.page_nav_pc .ec-itemNav__item > a.active::before,
.page_nav_pc .ec-itemNav__item > a.current::before,
.page_nav_pc .ec-itemNav__item > a.is-active::before,
.page_nav_pc.is-compact .ec-itemNav__item.active > a::before,
.page_nav_pc.is-compact .ec-itemNav__item > a.active::before,
.page_nav_pc.is-compact .ec-itemNav__item > a.current::before,
.page_nav_pc.is-compact .ec-itemNav__item > a.is-active::before {
  content: none !important;
}

/* アクティブ時の下線（白）。赤にしたいなら #d32f2f に変更可 */
.page_nav_pc .ec-itemNav__item.active > a::after,
.page_nav_pc .ec-itemNav__item > a.active::after,
.page_nav_pc .ec-itemNav__item > a.current::after,
.page_nav_pc .ec-itemNav__item > a.is-active::after,
.page_nav_pc.is-compact .ec-itemNav__item.active > a::after,
.page_nav_pc.is-compact .ec-itemNav__item > a.active::after,
.page_nav_pc.is-compact .ec-itemNav__item > a.current::after,
.page_nav_pc.is-compact .ec-itemNav__item > a.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  width: 60%;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}




/* ==== PCナビ：選択中スタイルを統一（カプセル背景を完全無効化） ==== */

/* liに is-current / active / current / is-active が付くパターン全部つぶす */
.page_nav_pc.is-compact .ec-itemNav__nav .ec-itemNav__item.is-current > a,
.page_nav_pc.is-compact .ec-itemNav__nav .ec-itemNav__item.active > a,
.page_nav_pc.is-compact .ec-itemNav__nav .ec-itemNav__item.current > a,
.page_nav_pc.is-compact .ec-itemNav__nav .ec-itemNav__item.is-active > a,
.page_nav_pc .ec-itemNav__nav .ec-itemNav__item.is-current > a,
.page_nav_pc .ec-itemNav__nav .ec-itemNav__item.active > a,
.page_nav_pc .ec-itemNav__nav .ec-itemNav__item.current > a,
.page_nav_pc .ec-itemNav__nav .ec-itemNav__item.is-active > a{
  color:#fff !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  border-radius:0 !important;
  position:relative;
}

/* 擬似要素で作っているカプセルも消す */
.page_nav_pc.is-compact .ec-itemNav__nav .ec-itemNav__item.is-current > a::before,
.page_nav_pc.is-compact .ec-itemNav__nav .ec-itemNav__item.is-current > a::after,
.page_nav_pc .ec-itemNav__nav .ec-itemNav__item.is-current > a::before,
.page_nav_pc .ec-itemNav__nav .ec-itemNav__item.is-current > a::after{
  content:none !important;
  background:transparent !important;
  box-shadow:none !important;
}

/* 選択中のアンダーライン（白に統一。赤にしたければ #d32f2f） */
.page_nav_pc.is-compact .ec-itemNav__nav .ec-itemNav__item.is-current > a::after,
.page_nav_pc .ec-itemNav__nav .ec-itemNav__item.is-current > a::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-6px;
  transform:translateX(-50%);
  width:60%;
  height:2px;
  background:#fff;
  border-radius:2px;
}






/* === まずは “水色カプセル” を常に無効化（状態共通） === */
.page_nav_pc .ec-itemNav__nav .ec-itemNav__item.is-current > a,
.page_nav_pc .ec-itemNav__nav .ec-itemNav__item.active > a,
.page_nav_pc .ec-itemNav__nav .ec-itemNav__item.current > a,
.page_nav_pc .ec-itemNav__nav .ec-itemNav__item.is-active > a{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  position: relative;
}

/* === コンパクト時（黒半透明バー上）→ 白文字＆白ライン === */
.page_nav_pc.is-compact .ec-itemNav__nav .ec-itemNav__item.is-current > a,
.page_nav_pc.is-compact .ec-itemNav__nav .ec-itemNav__item.active > a,
.page_nav_pc.is-compact .ec-itemNav__nav .ec-itemNav__item.current > a,
.page_nav_pc.is-compact .ec-itemNav__nav .ec-itemNav__item.is-active > a{
  color: #fff !important;
}
.page_nav_pc.is-compact .ec-itemNav__nav .ec-itemNav__item.is-current > a::after,
.page_nav_pc.is-compact .ec-itemNav__nav .ec-itemNav__item.active > a::after,
.page_nav_pc.is-compact .ec-itemNav__nav .ec-itemNav__item.current > a::after,
.page_nav_pc.is-compact .ec-itemNav__nav .ec-itemNav__item.is-active > a::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  width: 60%;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}

/* === 非コンパクト時（白背景）→ ブランド赤＆赤ライン === */
.page_nav_pc:not(.is-compact) .ec-itemNav__nav .ec-itemNav__item.is-current > a,
.page_nav_pc:not(.is-compact) .ec-itemNav__nav .ec-itemNav__item.active > a,
.page_nav_pc:not(.is-compact) .ec-itemNav__nav .ec-itemNav__item.current > a,
.page_nav_pc:not(.is-compact) .ec-itemNav__nav .ec-itemNav__item.is-active > a{
  color: #d32f2f !important; /* 好みで #222 でもOK */
}
.page_nav_pc:not(.is-compact) .ec-itemNav__nav .ec-itemNav__item.is-current > a::after,
.page_nav_pc:not(.is-compact) .ec-itemNav__nav .ec-itemNav__item.active > a::after,
.page_nav_pc:not(.is-compact) .ec-itemNav__nav .ec-itemNav__item.current > a::after,
.page_nav_pc:not(.is-compact) .ec-itemNav__nav .ec-itemNav__item.is-active > a::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  width: 60%;
  height: 2px;
  background: #d32f2f;       /* 同じくブランド赤 */
  border-radius: 2px;
}













/* ===== ロゴ背後：電子アニメ帯 ===== */
.logo-area{
  position: relative;
  height: 120px;                 /* 帯の高さ。90〜160で調整 */
  overflow: hidden;
  isolation: isolate;            /* ブレンドのにじみを抑える */
  background: transparent;
  margin: 0 auto;
}
.logo-area canvas{
  position:absolute; inset:0;
  width:100%; height:100%;
  display:block;                 /* レイアウト飛び防止 */
  filter: blur(0.3px);           /* ほんの少しの滲みで滑らかに */
}
.logo-area__overlay{
  position:absolute; inset:0;
  /* うっすら霞むガラス層（強い背景でも文字可読を保つ） */
  background: radial-gradient(120% 120% at 50% 0%,
              rgba(0,0,0,0.14) 0%, rgba(0,0,0,0.08) 50%, rgba(0,0,0,0) 100%);
  pointer-events:none;
}

/* 表現切替：普段は控えめ */
.logo-area.mode-soft canvas{ opacity: .35; mix-blend-mode: screen; }
/* “ガン押し”版：演出強め（必要時にJSで付け替え） */
.logo-area.mode-energetic canvas{ opacity: .65; mix-blend-mode: screen; }

/* コンパクト（追従ナビ発火時など）に少し薄くする場合 */
.page_nav_pc.is-compact ~ .logo-area { height: 96px; }

/* 端末配慮：モーション低減指定の人には停止＆静止背景 */
@media (prefers-reduced-motion: reduce){
  .logo-area{ display:none; }
}


.sns_block .tiktok svg {
  display: inline-block;
  width: 1em;          /* フォントサイズ連動で他アイコンと揃う */
  height: 1em;
  vertical-align: -0.125em; /* ベースライン上でちょうど良い位置に */
}
.sns_block li.tiktok a {
  display: inline-flex;
  align-items: center;
  gap: .5em;
}
/* もしテーマ側で fill を上書きしてる場合の保険（白で統一） */
.sns_block .tiktok svg path { fill: currentColor; }


.f_sns img {
  width: 40px;   /* FacebookやYouTubeと同じ直径 */
  height: 40px;
  display: block;
}




/* SNSアイコンの見た目を統一（FA5の幅比率も無視して統一） */
.sns_block .inner ul li a svg,
.sns_block .inner ul li a .svg-inline--fa {  /* FAのSVGにも効かせる */
  width: 28px !important;
  height: 28px !important;
  display: block;
  margin: 0 auto 12px;         /* 上がアイコン、下にラベルのレイアウトに揃える */
  vertical-align: middle;
}

/* テキストのベース */
.sns_block .inner ul li a span {
  display: block;
  text-align: center;
  letter-spacing: .12em;
}

/* 必要なら微調整：TikTokだけほんの少し太く見せたい時 */
.sns_block .inner ul li.tiktok .sns-ico path { stroke-width: 0; }





/* すべてのSNSアイコン行を同じレイアウトに */
.sns_block .inner ul li > a {
  display: flex;
  align-items: center;        /* 垂直中央 */
  gap: 14px;                  /* アイコンとテキストの間 */
  color: #fff;
  text-decoration: none;
}

/* アイコンの“箱”を統一（FA5のsvg-inline--faも同じ扱い） */
.sns_block .inner ul li > a .sns-ico,
.sns_block .inner ul li > a svg,
.sns_block .inner ul li > a .svg-inline--fa {
  width: 28px;
  height: 28px;
  display: block;
  flex: 0 0 28px;             /* 幅ぶれ防止 */
  vertical-align: middle;     /* 既定の -0.125em を無効化 */
}

/* FA5が持つ独自の vertical-align を上書き */
.sns_block .inner ul li > a .svg-inline--fa { vertical-align: middle !important; }

/* ラベルの見た目（任意） */
.sns_block .inner ul li > a span {
  letter-spacing: .12em;
    line-height: 1;
}


/* SNSアイコン行 */
.sns_block .inner ul li > a {
  display: flex;
  align-items: center;
  gap: 6px;            /* ← 14pxから6pxに縮める */
  color: #fff;
  text-decoration: none;
}



/* 行全体のレイアウトを統一 */
.sns_block .inner ul li > a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  line-height: 1;
}

/* アイコン箱とSVGのサイズ統一（.sns-ico が無くても適用） */
.sns_block .inner ul li > a .sns-ico,
.sns_block .inner ul li > a svg,
.sns_block .inner ul li > a .svg-inline--fa {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: block;
  vertical-align: middle;
}

/* 旧Xの疑似要素／スプライトを完全無効化（テーマ依存の鳥対策） */
.tiktok .sns-ico::before,
.tiktok .sns-ico::after {
  content: none !important;
  background: none !important;
}

/* FAの独自baseline補正を打ち消し（高さブレ防止） */
.sns_block .inner ul li > a .svg-inline--fa { vertical-align: middle !important; }

/* ラベル体裁（任意） */
.sns_block .inner ul li > a span { letter-spacing: .12em; }

/* もし “nth-child で背景アイコンを当てる” テーマなら無効化 */
.sns_block .inner ul li.tiktok a::before,
.sns_block .inner ul li.tiktok a::after {
  content: none !important;
  background: none !important;
}

/* キャッシュ対策（任意でバスティング） */





/* ▼ TikTok行に残っている擬似要素/背景を完全に無効化 */
.sns_block .inner ul li.tiktok a,
.sns_block .inner ul li.tiktok a::before,
.sns_block .inner ul li.tiktok a::after,
.sns_block .inner ul li.tiktok .sns-ico::before,
.sns_block .inner ul li.tiktok .sns-ico::after {
  content: none !important;
  background: none !important;
  background-image: none !important;
  mask: none !important;
  -webkit-mask: none !important;
}

/* ▼ アイコンのサイズを全SNSで統一（FAでもSVGでもOK） */
.sns_block .inner ul li > a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  line-height: 1;
}
.sns_block .inner ul li > a .sns-ico,
.sns_block .inner ul li > a svg,
.sns_block .inner ul li > a .svg-inline--fa {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: block;
  vertical-align: middle !important; /* FAのベースライン補正を上書き */
}
/* ラベル体裁（任意） */
.sns_block .inner ul li > a span { letter-spacing: .12em; }

/* ▼ もし “nth-childで鳥を当てる” テーマならこれで叩き落とす */
.sns_block .inner ul li:nth-child(2) a::before,
.sns_block .inner ul li:nth-child(2) a::after {
  /* 2番目がTikTokの行になっている前提。位置が違えば番号を合わせて */
  content: none !important;
  background: none !important;
}





/* 行の並びと見た目統一 */
.sns_block .sns-list {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.sns_block .sns-list .sns > a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  line-height: 1;
}

/* アイコンサイズ統一（FAでもSVGでも） */
.sns_block .sns-ico,
.sns_block .sns-ico svg,
.sns_block .sns-list .sns > a .svg-inline--fa {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: block;
  vertical-align: middle !important;
  color: #fff;               /* currentColor を白に */
  fill: currentColor;        /* SVGのfill統一 */
}

/* ---- ここが重要：旧Xの擬似要素やスプライトを完全に殺す ---- */
.sns_block .sns-list .tiktok a,
.sns_block .sns-list .tiktok a::before,
.sns_block .sns-list .tiktok a::after,
.sns_block .sns-list .tiktok .sns-ico::before,
.sns_block .sns-list .tiktok .sns-ico::after {
  content: none !important;
  background: none !important;
  background-image: none !important;
  -webkit-mask: none !important;
  mask: none !important;
}

/* テーマが li:nth-child() によるアイコン当てをしている場合にも対応
   → 1段目の右カラム（=TikTok）に当たる疑似要素を消す */
.sns_block .block:first-of-type .inner .sns-list li:nth-child(2) a::before,
.sns_block .block:first-of-type .inner .sns-list li:nth-child(2) a::after {
  content: none !important;
  background: none !important;
}

/* 区切り線をCSSで描く（必要なら） */
.sns_block .sns-list .sns + .sns > a {
  position: relative;
}
.sns_block .sns-list .sns + .sns > a::before {
  content: "";
  position: absolute;
  left: -12px; top: 50%;
  width: 1px; height: 28px;
  transform: translateY(-50%);
  background: rgba(255,255,255,.3);
}






/* TikTokの背景を完全にリセット */
.sns_block .sns.tiktok a {
  background: none !important;
}

/* 旧テーマの疑似要素(Xアイコン)を消す */
.sns_block .sns.tiktok a::before,
.sns_block .sns.tiktok a::after,
.sns_block .sns.tiktok .sns-ico::before,
.sns_block .sns.tiktok .sns-ico::after {
  content: none !important;
  background: none !important;
  mask: none !important;
  -webkit-mask: none !important;
}

/* テーマが svg に背景スプライトを当てているのを完全に無効化 */
.sns_block .sns-ico svg {
  background: none !important;
  -webkit-mask: none !important;
  mask: none !important;
}


.sns_block .sns-ico,
.sns_block .sns-ico svg {
  width: 28px;
  height: 28px;
  display: block;
  flex: 0 0 28px;
}















/* 共通 */
.ec-productRole__btn .ec-blockBtn--action.add-cart,
.ec-productRole__btn .ec-blockBtn--cancel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
}

/* カートに入れる */
.ec-productRole__btn .ec-blockBtn--action.add-cart {
  background: #ff3b3f;
  color: #fff;
  font-size: 18px;
  padding: 16px 30px;
}
.ec-productRole__btn .ec-blockBtn--action.add-cart::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f07a"; /* fa-shopping-cart */
  font-size: 20px;
}
.ec-productRole__btn .ec-blockBtn--action.add-cart:hover {
  background: #e53935;
}

/* お気に入り */
.ec-productRole__btn .ec-blockBtn--cancel {
  background: #f5f5f5;
  color: #333;
  font-size: 16px;
  padding: 14px 26px;
  border: 2px solid #ddd;
}
.ec-productRole__btn .ec-blockBtn--cancel::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f004"; /* fa-heart */
  font-size: 18px;
  color: #ff3b3f;
}
.ec-productRole__btn .ec-blockBtn--cancel:hover {
  background: #ffe5e5;
  color: #e53935;
  border-color: #e53935;
}



















/* アクセシビリティ用 */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}

/* ベース */
.site-search{max-width:720px;width:100%}
.site-search__wrap{
  display:flex; align-items:center; gap:10px;
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:999px;            /* pill 形状 */
  padding:8px 8px 8px 12px;
  box-shadow:0 6px 18px rgba(0,0,0,.06);
  transition: box-shadow .2s, border-color .2s;
}
.site-search__wrap:focus-within{
  border-color:#2563eb;
  box-shadow:0 10px 24px rgba(37,99,235,.15);
}

/* セレクト（form_widget 出力を上書き） */
.site-search__selectWrap{position:relative; flex:0 0 auto}
.site-search__select{
  appearance:none; -webkit-appearance:none; -moz-appearance:none;
  border:none !important; background:transparent;
  padding:8px 28px 8px 12px; border-radius:999px;
  font-size:14px; color:#111; cursor:pointer;
  background-image:
    linear-gradient(45deg, transparent 50%, #6b7280 50%),
    linear-gradient(135deg, #6b7280 50%, transparent 50%);
  background-position:
    calc(100% - 16px) calc(50% - 3px),
    calc(100% - 10px) calc(50% - 3px);
  background-size:6px 6px, 6px 6px;
  background-repeat:no-repeat;
}
.site-search__select:focus{outline:none}

/* アイコン */
.site-search__icon{color:#6b7280; display:flex; align-items:center}

/* 入力 */
.site-search__input{
  flex:1 1 auto;
  border:none !important; outline:none;
  font-size:15px; color:#111; background:transparent;
  min-width:140px;
}
.site-search__input::placeholder{color:#9ca3af}

/* クリアボタン */
.site-search__clear{
  display:none; /* 入力時に表示（JSで切替） */
  background:transparent; border:none; cursor:pointer;
  color:#9ca3af; padding:6px; border-radius:8px;
}
.site-search__clear:hover{color:#6b7280; background:#f3f4f6}

/* 送信ボタン */
.site-search__submit{
  flex:0 0 auto;
  border:none; cursor:pointer;
  background:#111827; color:#fff;
  font-weight:700; font-size:14px;
  padding:10px 16px; border-radius:999px;
  transition:background .2s, transform .06s ease;
}
.site-search__submit:hover{background:#0f172a}
.site-search__submit:active{transform:translateY(1px)}

/* レスポンシブ */
@media (max-width: 768px){
  .site-search__wrap{gap:8px; padding:8px 8px 8px 10px}
  .site-search__submit{padding:8px 14px; font-size:13px}
}





/* ===== 検索窓オシャレ化 ===== */
.site-search {
  display:flex; justify-content:center; margin:12px auto; max-width:800px;
}
.site-search__form { width:100% }

.site-search__wrap {
  display:flex; align-items:center; gap:8px;
  background:#fff;
  border:1px solid #ddd;
  border-radius:50px;
  padding:8px 14px;
  box-shadow:0 4px 12px rgba(0,0,0,.06);
  transition: box-shadow .2s, transform .15s;
}

.site-search__wrap:focus-within {
  box-shadow:0 6px 16px rgba(0,0,0,.12);
  transform: translateY(-1px);
}

/* カテゴリ */
.site-search__selectWrap { flex:0 0 auto; }
.site-search__select {
  border:none; background:transparent; font-size:14px; color:#111;
  appearance:none; padding:6px 24px 6px 8px;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23666' height='12' width='12' xmlns='http://www.w3.org/2000/svg'><path d='M2 4l4 4 4-4z'/></svg>");
  background-repeat:no-repeat; background-position:right 8px center;
}
.site-search__select:focus{ outline:none }

/* アイコン */
.site-search__icon { color:#666; font-size:14px; }

/* 入力欄 */
.site-search__input {
  flex:1; border:none; outline:none;
  font-size:15px; color:#111;
  padding:6px 4px;
}
.site-search__input::placeholder{ color:#aaa }

/* クリアボタン */
.site-search__clear {
  border:none; background:none; cursor:pointer;
  color:#999; font-size:16px; display:none;
}
.site-search__clear:hover{ color:#333 }

/* 送信ボタン */
.site-search__submit {
  background:#FF9500; color:#fff; font-weight:600;
  border:none; border-radius:30px;
  padding:8px 18px; cursor:pointer;
  transition: background .2s;
}
.site-search__submit:hover { background:#E67E00 }

/* スティッキー時コンパクト化 */
.is-sticky .site-search__wrap{
  padding:6px 10px; box-shadow:0 3px 10px rgba(0,0,0,.08);
}
.is-sticky .site-search__submit{ padding:6px 12px }

/* モバイル最適化 */
@media (max-width:640px){
  .site-search__wrap{ gap:6px }
  .site-search__select{ font-size:13px }

}



/* 検索ボックスのレイアウト調整 */
.ec-headerSearch {
  display: flex;
  align-items: center;
  justify-content: flex-start; /* 左寄せ */
  margin-left: 20px; /* ロゴとの余白 */
  max-width: 600px;  /* 横幅を制御 */
  flex: 1;
}

/* カテゴリ選択の幅を少し狭める */
.ec-headerSearch__category .ec-select_search select {
  min-width: 140px;
  padding: 6px 10px;
  font-size: 14px;
}

/* キーワード入力部分 */
.ec-headerSearch__keyword .ec-input input {
  padding: 8px 12px;
  font-size: 14px;
  border-radius: 20px 0 0 20px;
  border: 1px solid #ccc;
  flex: 1;
}

/* 検索ボタン */
.ec-headerSearch__keywordBtn {
  border-radius: 0 20px 20px 0;
  background-color: #e60023;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* ヘッダー検索：レイアウト */
.ec-headerSearch {
  display:flex; align-items:center; justify-content:flex-start;
  margin-left:20px; max-width:720px; width:100%;
}

/* ラッパ（カテゴリ＋入力＋ボタンを一体化） */
.ec-headerSearch .ec-input {
  display:flex; align-items:center; gap:10px;
  background:#fff; border:1px solid rgba(0,0,0,.08);
  border-radius:999px; padding:8px 10px 8px 12px;
  box-shadow:0 6px 18px rgba(0,0,0,.06);
  transition: box-shadow .2s, border-color .2s;
}
.ec-headerSearch .ec-input:focus-within {
  border-color:#2563eb; box-shadow:0 10px 24px rgba(37,99,235,.15);
}

/* カテゴリ（select） */
.ec-headerSearch__category .ec-select_search select {
  appearance:none; -webkit-appearance:none; -moz-appearance:none;
  border:none; background:transparent; padding:8px 28px 8px 12px;
  border-radius:999px; font-size:14px; color:#111; cursor:pointer;
  background-image:
    linear-gradient(45deg, transparent 50%, #6b7280 50%),
    linear-gradient(135deg, #6b7280 50%, transparent 50%);
  background-position: calc(100% - 16px) calc(50% - 3px),
                      calc(100% - 10px) calc(50% - 3px);
  background-size:6px 6px, 6px 6px; background-repeat:no-repeat;
}
.ec-headerSearch__category .ec-select_search select:focus { outline:none }

/* 入力欄 */
.ec-headerSearch__keyword .ec-input input {
  border:none; outline:none; font-size:15px; color:#111;
  background:transparent; min-width:160px; flex:1 1 auto;
}
.ec-headerSearch__keyword .ec-input input::placeholder { color:#9ca3af }

/* 検索ボタン */
.ec-headerSearch__keywordBtn {
  border:none; cursor:pointer; background:#111827; color:#fff;
  font-weight:700; font-size:14px; padding:10px 16px;
  border-radius:999px; display:flex; align-items:center; justify-content:center;
  transition:background .2s, transform .06s;
}
.ec-headerSearch__keywordBtn:hover { background:#0f172a }
.ec-headerSearch__keywordBtn:active { transform:translateY(1px) }

/* レスポンシブ（S～Mは少し詰める） */
@media (max-width: 1024px){
  .ec-headerSearch { max-width:600px }
}
@media (max-width: 768px){
  .ec-headerSearch { margin-left:10px; max-width:none }
  .ec-headerSearch .ec-input { gap:8px; padding:8px 8px 8px 10px }
  .ec-headerSearch__keywordBtn { padding:8px 14px; font-size:13px }
}


/* =======================
   Custom Responsive Fixes
   ======================= */
   /* PC共通修正 */
.index_news .inner {
  padding-top: 20px !important;
}

/* スマホ（〜768pxまで）の修正 */
@media screen and (max-width: 768px) {
  .index_news .inner {
    padding-top: 10px !important;
  }
}

.index_news h2 {
  margin-bottom: 15px;
}
/* ============================================
   ショップ機能準備中につき一時非表示
   ============================================ */

/* 右上のログイン・カート・お気に入り・新規会員登録を非表示 */
.ec-headerNaviRole__right {
  display: none !important;
}



/* ============================================
   検索バー（黒いバー）全体を非表示
   ※ショップ開始時に戻すには下記を削除
   ============================================ */
.ec-headerNaviRole {
  display: none !important;
}

/* ============================================
   シンプルメニュー用スタイル（準備期間中）
   ※ショップ開始時に削除
   ============================================ */

/* シンプルメニューのコンテナ */
.page_nav_pc.simple-nav {
  background-color: #fff;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}

/* メニューリスト全体を横並びで中央配置 */
.page_nav_pc.simple-nav .ec-itemNav__nav.simple-menu {
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  padding: 15px 0;
  list-style: none;
  margin: 0;
}

/* 全てのメニュー項目を常に表示 */
.page_nav_pc.simple-nav .ec-itemNav__item {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: static !important;
  margin: 0;
}

/* メニューリンクのスタイル */
.page_nav_pc.simple-nav .ec-itemNav__item a {
  display: inline-block !important;
  color: #333;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 15px;
  transition: color 0.3s;
  background: none !important;
  box-shadow: none !important;
}

/* ホバー時の効果（ネオプラズマオレンジ） */
.page_nav_pc.simple-nav .ec-itemNav__item a:hover {
  color: #FF9500 !important;
}

/* アイコンを非表示 */
.page_nav_pc.simple-nav .ec-itemNav__item a i {
  display: none !important;
}

/* ドロップダウン関連のスタイルを無効化 */
.page_nav_pc.simple-nav .ec-itemNav__item::before,
.page_nav_pc.simple-nav .ec-itemNav__item::after {
  display: none !important;
}

/* ============================================
   シンプルメニュー：スクロール時も固定表示
   ============================================ */

/* スクロール時も白背景・固定表示 */
.page_nav_pc.simple-nav.is-compact {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
  background-color: #fff !important;
  backdrop-filter: none !important;
  border-bottom: 1px solid #e5e5e5 !important;
  box-shadow: 0 2px 8px rgba(0,0,0,.1) !important;
}

/* スクロール時もメニュー項目を全て表示 */
.page_nav_pc.simple-nav.is-compact .ec-itemNav__nav.simple-menu {
  display: flex !important;
  gap: 30px !important;
  padding: 12px 0 !important;
}

/* スクロール時もメニュー項目のスタイル維持 */
.page_nav_pc.simple-nav.is-compact .ec-itemNav__item {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* スクロール時もリンクのスタイル維持 */
.page_nav_pc.simple-nav.is-compact .ec-itemNav__item a {
  color: #333 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  padding: 10px 15px !important;
}

/* スクロール時もホバー効果維持 */
.page_nav_pc.simple-nav.is-compact .ec-itemNav__item a:hover {
  color: #FF9500 !important;
}

/* ============================================
   シンプルメニュー：全項目を強制表示
   どんなルールよりも優先度を高くする
   ============================================ */

/* 通常時：全てのli要素を強制表示 */
.page_nav_pc.simple-nav .ec-itemNav__nav.simple-menu > li,
.page_nav_pc.simple-nav .ec-itemNav__nav.simple-menu > li.ec-itemNav__item {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  margin: 0 !important;
}

/* is-compact時：全てのli要素を強制表示 */
.page_nav_pc.simple-nav.is-compact .ec-itemNav__nav.simple-menu > li,
.page_nav_pc.simple-nav.is-compact .ec-itemNav__nav.simple-menu > li.ec-itemNav__item,
.page_nav_pc.simple-nav.is-compact .ec-itemNav__item,
.is-compact .page_nav_pc.simple-nav .ec-itemNav__item {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  margin: 0 !important;
  max-width: none !important;
  max-height: none !important;
}

/* nth-child で個別に指定（念のため） */
.page_nav_pc.simple-nav.is-compact .ec-itemNav__nav.simple-menu > li:nth-child(1),
.page_nav_pc.simple-nav.is-compact .ec-itemNav__nav.simple-menu > li:nth-child(2),
.page_nav_pc.simple-nav.is-compact .ec-itemNav__nav.simple-menu > li:nth-child(3),
.page_nav_pc.simple-nav.is-compact .ec-itemNav__nav.simple-menu > li:nth-child(4) {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* ============================================
   シンプルメニュー：既存is-compactルールを完全上書き
   ============================================ */

/* is-compact時の背景は白（黒半透明を上書き） */
.page_nav_pc.simple-nav.is-compact {
  background: #fff !important;
  backdrop-filter: none !important;
  box-shadow: 0 2px 8px rgba(0,0,0,.1) !important;
  border-bottom: 1px solid #e5e5e5 !important;
}

/* is-compact時のリンク色は黒（白を上書き） */
.page_nav_pc.simple-nav.is-compact .ec-itemNav__nav a,
.page_nav_pc.simple-nav.is-compact .ec-itemNav__nav.simple-menu a,
.page_nav_pc.simple-nav.is-compact .ec-itemNav__item a {
  color: #333 !important;
  background: none !important;
}

/* is-compact時のホバー色はオレンジ（赤を上書き） */
.page_nav_pc.simple-nav.is-compact .ec-itemNav__nav a:hover,
.page_nav_pc.simple-nav.is-compact .ec-itemNav__nav.simple-menu a:hover,
.page_nav_pc.simple-nav.is-compact .ec-itemNav__item a:hover {
  color: #FF9500 !important;
}

/* padding調整を無効化 */
.page_nav_pc.simple-nav.is-compact .ec-itemNav {
  padding-left: 16px !important;
}

.page_nav_pc.simple-nav.is-compact .ec-itemNav__nav,
.page_nav_pc.simple-nav.is-compact .ec-itemNav__nav.simple-menu {
  padding-left: 0 !important;
  display: flex !important;
  justify-content: center !important;
  gap: 30px !important;
}

/* active系のルールを無効化 */
.page_nav_pc.simple-nav.is-compact .ec-itemNav__item.active > a,
.page_nav_pc.simple-nav.is-compact .ec-itemNav__item > a.active,
.page_nav_pc.simple-nav.is-compact .ec-itemNav__item > a.current,
.page_nav_pc.simple-nav.is-compact .ec-itemNav__item > a.is-active {
  color: #333 !important;
  background: transparent !important;
}

.page_nav_pc.simple-nav.is-compact .ec-itemNav__item.active > a::after,
.page_nav_pc.simple-nav.is-compact .ec-itemNav__item > a.active::after,
.page_nav_pc.simple-nav.is-compact .ec-itemNav__item > a.current::after,
.page_nav_pc.simple-nav.is-compact .ec-itemNav__item > a.is-active::after {
  display: none !important;
}
