
@charset "UTF-8";


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, i, 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 {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

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, i, 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 {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;/* display: block; */}

* {/* min-height:0; */min-width : 0;}
body {
    line-height: 1;

    }
    ol, ul {
    list-style: none;
    }
    blockquote, q {
    quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
    content: '';
    content: none;
    }
    table {
    border-collapse: collapse;
    border-spacing: 0;
    }

.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
@media screen and (max-width: 767px) {
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
}

.text_indent100{
 text-indent: 123px;
}



.main-umaker {
  background: linear-gradient(transparent 60%, #C9E8BE 0%);
  display: inline;
  padding: 0 1px 0px;
}

.poo-c01{
color:#005726;
}
.poo-bgc01{
background-color:#005726;
}


.poo-bgc02{
 background-color: #C9E8BE;
}
.poo-c02{
background-color:#C9E8BE;
}

.ctp-c01{
color:#005726;
}
.ctp-bgc01{
background-color:#005726;
}


.ctp-bgc02{
 background-color: #D7E151;
}
.ctp-c02{
background-color:#D7E151;
}

.nsh-c01{
color:#231815;
}
.nsh-bgc01{
background-color:#231815;
}

.ctp-bgcor{
 background-color: #FDD86C;
}
.ctp-cor{
color:#EA5514;
}
.nsh-bgc02{
 background-color: #fff;
 border:solid 1px;
}
.nsh-c02{
 background-color: #fff;
 border:solid 1px;}


.ctp-umarker {
  background: linear-gradient(transparent 60%, #D7E151 0%);
  display: inline;
  padding: 0 1px 0px;
}


.d-c01{
color:#d0dbca;
}
.d-bgc01{
background-color:#d0dbca;
}


.d-bgc02{
 background-color:#28402b;
}
.d-c02{
background-color:#28402b;
}


.d-umarker {
  background: linear-gradient(transparent 60%, #28402b 0%);
  display: inline;
  padding: 0 1px 0px;
}



/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

strong, b {
    font-weight: 700;
}

em, i {
    font-style: italic;
}

img {
    border: 0;
    vertical-align: bottom;
    -ms-interpolation-mode: bicubic;
}

video {
    display: block;
    vertical-align: bottom;
    object-fit: cover;
    margin: 50px 0;
    width: 100%;
}
    
    input, button, select, textarea {
      font-size: inherit;
    }
    
input[type="submit"],
button {
  cursor: pointer;
}

sup {
  vertical-align: super;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
html {
    background-color: transparent;
    background-image: none;
}

body {
    position: relative;
    color: #333;
    font: 300 13px/1 sans-serif;

    font-family: Century Gothic, CenturyGothic, 'Shin Go Medium',graphie, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    -webkit-text-size-adjust: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover, a:active, a:focus {
    text-decoration: none;
}

a:hover img {
    /* opacity: 0.7; */
}

table th, table td {
    padding: 0px;
    vertical-align: top;
}

table th {
    text-align: left;
    font-weight: normal;
}

hr {
    /*display: none;*/
}

/* -------------------------------- */
.ir {
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

.irb {
    height: 0;
    overflow: hidden;
    line-height: 2;
}

.clearfix {
    content: "";
    clear: both;
    display: block;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.align_center {
    text-align: center;
}

.align_left {
    text-align: left;
}

.align_right {
    text-align: right;
}

.bold {
    font-weight: 700;
}

a.disabled {
    pointer-events: none;
}

.font-weight-normal {
    font-weight: normal !important;
}

.nowrap {
    white-space: nowrap;
}

span.nowrap {
    display: inline-block;
}

.list-style_disc {
    padding-left: 2em;
}

.list-style_disc>li {
    list-style-type: disc;
}

.list-style_decimal {
    padding-left: 2em;
}

.list-style_decimal>li {
    list-style-type: decimal;
}

.list-style_none {
    padding-left: 0;
}

.list-style_none>li {
    list-style-type: none;
}

.note {
    /* font-size: 85%; */
}

span.note {
    display: inline-block;
}

.kome {
    padding-left: 1.25em;
    text-indent: -1.25em;
}

.kome::before {
    display: inline-block;
    content: 
    width: 1.25em;
    text-indent: 0;
}

.break_all {
    word-break: break-all;
}

.w100 {
    width: 100%;
    ; }



main {
    position: relative;
    background-color: #fff;
    margin-top: 60px;
}

#wrapper {
    position: relative;
    min-width: 960px;
}

.br_pc {
    display: inline;
}

.br_sp {
    display: none;
}


@media screen and (max-width: 767px) {
    body.nav_on {
        height: 100%;
        overflow: hidden;
    }

    #wrapper {
        min-width: 320px;
    }

    main, footer {
        transition: filter 0.2s;
    }

    .nav_on main {
        -webkit-filter: blur(10px);
        filter: blur(10px);
    }
    .nav_on footer {
        -webkit-filter: blur(10px);
        filter: blur(10px);
    }
}





/* ################################################################
     pc_header */
/* ################################################################*/

header {
    position: fixed;
    top: 0;
    right: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: #CECECE;
    width: 100%;
    z-index: 9999;
    justify-content: space-between;
    padding: 0 2%;
}

#sp-navi {
    display: none;
}

header .logo {
    position: relative;
    padding: 0px 25px 0 63px;
    z-index: 0;
}

header .logo a {
    display: block;
    width: 190px;
    transition: opacity 0.2s;
}

header .logo a:hover {
    opacity: 0.8;
}

header .logo img {
    width: 90%;
    height: auto;
}

#pc-navi {
    margin-left: 20px;
}

#pc-navi .links {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

#pc-navi .links>li {
    z-index: 0;
}

#pc-navi .links>li:not(:first-child) {
    margin-left: 20px;
}

#pc-navi .links a {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    width: 124px;
    height: 60px;
    padding-top: 10px;
    text-align: center;
    font-size: 12px;
    transition: color 0.2s;
}

#pc-navi .links a:hover {
    color: #0D5726;
}

#pc-navi .links a .en {
    font-size: 19px;
}

#pc-navi .links a .jp {
    margin-top: 6px;
}

header .logo::before, #pc-navi .links a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    content: "";
    transform: skewX(-18.434949deg);
    z-index: -1;
}

#pc-navi .links a::before {
    border-bottom: 3px solid transparent;
    transition: background-color 0.2s ,border-bottom-color 1s;
}

#pc-navi .links a:hover::before {
    background-color: #C9E8BE;
    border-bottom-color: #0D5726;
}


 /* ################################################################
     sp-header */
 /* ################################################################*/
@media screen and (max-width: 767px) {


 header {
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: #CECECE;
  width: 100%;
  z-index: 9999;
 }
 #pc-navi {
  display: none;
 }
 #sp-navi {
  display: block;
 }
 header .logo {
  box-sizing: border-box;
  width: 200px;
  height: 60px;
  padding: 17px 0 0 16px;
 }
 header .logo a {
  width: 110px;
 }
 #sp-navi {}
 #nav-button {
  position: absolute;
  top: 5px;
  right: 5px;
  background: url(../images/nav_open.svg) no-repeat center center / 30px auto;
  width: 50px;
  padding-top: 50px;
  cursor: pointer;
  z-index: 3;
 }
 .nav_on #nav-button {
  background-image: url(../images/nav_close.svg);
  background-size: 25px auto;
 }
 #nav-body {
  position: absolute;
  background-color: #fff;
  box-sizing: border-box;
  width: 100%;
  max-height: calc(100vh - 60px);
  overflow: auto;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0.5);
  transform-origin: top;
  transition: opacity 0.15s, visibility 0.15s, transform 0.15s;
 }
 .nav_on #nav-body {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
 }
 #nav-bg {
  position: absolute;
  /* top: 60px; */
  left: 0;
  right: 0;
  display: none;
  background-color: rgba(51, 40, 39, 0.2);
  height: 100vh;
  z-index: -2;
 }
 .nav_on #nav-bg {
  display: block;
 }
 #sp-navi .links a {
  display: block;
 }
 #sp-navi .tier_1 > li {
  border-bottom: 1px solid #CECECE;
 }
 #sp-navi .tier_1 > li > p.tier2-toggle, #sp-navi .tier_1 > li > p a {
  background-color: #fff;
  padding: 22px 19px;
  font-size: 16px;
 }
 #sp-navi .tier2-toggle {
  position: relative;
  cursor: pointer;
 }
 #sp-navi .tier2-toggle::after {
  position: absolute;
  top: 50%;
  right: 5px;
  content: "";
  background: url(../images/arrow1.svg) no-repeat center center / 16px auto;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  transition: transform 0.2s;
 }
 #sp-navi .tier2-toggle.open::after {
  transform: rotate(-180deg);
 }
 #sp-navi .tier_2 {
  background-color: #CECECE;
  padding: 6px 0;
 }
 #sp-navi .tier_2 > li a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 6px 18px;
  font-size: 16px;
  line-height: 1.5;
 }
 #sp-navi .tier_2 > li a img {
  width: 25px;
  height: auto
 }
 #sp-navi .tier_2 > li a span {
  margin-left: 10px;
 }
 #sp-navi .sns_links {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 40px 0;
 }
 #sp-navi .sns_links > li:not(:first-child) {
  margin-left: 23px;
 }
 #sp-navi .sns_links a {
  display: block;
  transition: opacity 0.2s;
 }
 #sp-navi .sns_links a:hover {
  opacity: 0.8;
 }
 #sp-navi .sns_links img {
  width: 30px;
  height: 30px;
 }
}














/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
   -767px
   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
@media screen and (max-width: 767px) {


/* ################################################################
     sp-header */
/* ################################################################*/
    header {
        position: fixed;
        top: 0;
        right: 0;
        display: block;
        background: #CECECE;
        width: 100%;
        z-index: 9999;
    }

    #pc-navi {
        display: none;
    }

    #sp-navi {
        display: block;
    }

    header .logo {
        box-sizing: border-box;
        width: 200px;
        height: 60px;
        padding: 17px 0 0 29px;
    }

    header .logo a {
        width: 110px;
    }

    #sp-navi {
    }

    #nav-button {
        position: absolute;
        top: 5px;
        right: 5px;
        background: url(../images/nav_open.svg) no-repeat center center / 30px auto;
        width: 50px;
        padding-top: 50px;
        cursor: pointer;
        z-index: 3;
    }

    .nav_on #nav-button {
        background-image: url(../images/nav_close.svg);
        background-size: 25px auto;
    }

    #nav-body {
        position: absolute;
        background-color: #fff;
        box-sizing: border-box;
        width: 100%;
        max-height: calc(100vh - 60px);
        overflow: auto;
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        transform: scaleY(0.5);
        transform-origin: top;
        transition: opacity 0.15s, visibility 0.15s, transform 0.15s;
    }

    .nav_on #nav-body {
        opacity: 1;
        visibility: visible;
        transform: scaleY(1);
    }

    #nav-bg {
        position: absolute;
        /* top: 60px; */
        left: 0;
        right: 0;
        display: none;
        background-color: rgba(51,40,39,0.2);
        height: 100vh;
        z-index: -2;
    }

    .nav_on #nav-bg {
        display: block;
    }

    #sp-navi .links a {
        display: block;
    }

    #sp-navi .tier_1>li {
        border-bottom: 1px solid #CECECE;
    }

    #sp-navi .tier_1>li>p.tier2-toggle, #sp-navi .tier_1>li>p a {
        background-color: #fff;
        padding: 22px 19px;
        font-size: 16px;
    }

    #sp-navi .tier2-toggle {
        position: relative;
        cursor: pointer;
    }

    #sp-navi .tier2-toggle::after {
        position: absolute;
        top: 50%;
        right: 5px;
        content: "";
        background: url(../images/arrow1.svg) no-repeat center center / 16px auto;
        width: 50px;
        height: 50px;
        margin-top: -25px;
        transition: transform 0.2s;
    }

    #sp-navi .tier2-toggle.open::after {
        transform: rotate(-180deg);
    }

    #sp-navi .tier_2 {
        background-color: #CECECE;
        padding: 6px 0;
    }

    #sp-navi .tier_2>li a {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding: 6px 18px;
        font-size: 16px;
        line-height: 1.5;
    }

    #sp-navi .tier_2>li a img {
        width: 25px;
        height: auto
    }

    #sp-navi .tier_2>li a span {
        margin-left: 10px;
    }

    #sp-navi .sns_links {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 40px 0;
    }

    #sp-navi .sns_links>li:not(:first-child) {
        margin-left: 23px;
    }

    #sp-navi .sns_links a {
        display: block;
        transition: opacity 0.2s;
    }

    #sp-navi .sns_links a:hover {
        opacity: 0.8;
    }

    #sp-navi .sns_links img {
        width: 30px;
        height: 30px;
    }
}













/* ################################################################
     footer */
footer {
    margin-top: 90px;
}

footer .upper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 25px 35px;
}

footer .logo a {
    display: block;
    width: 190px;
    transition: opacity 0.2s;
}

footer .logo a:hover {
    opacity: 0.8;
}

footer .logo img {
    width: 100%;
    height: auto;
}

#footer-navi .links {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 24px;
    font-size: 14px;
    line-height: 1.7;
}

#footer-navi .links>li {
    margin: 0 24px;
}

#footer-navi .links a:hover {
    /* text-decoration: underline; */
}

#footer-navi .links a::after {
    display: inline-block;
    content: "";
    background: url(../images/arrow5.svg) no-repeat right center / contain;
    width: 6px;
    height: 12px;
    margin-bottom: 4px;
    padding-left: 1em;
    vertical-align: middle;
    transition: transform 0.2s;
}

#footer-navi .links a:hover::after {
    transform: translateX(8px);
}

footer .sns_links {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

footer .sns_links>li:not(:first-child) {
    margin-left: 20px;
}

footer .sns_links a {
    display: block;
    transition: opacity 0.2s;
}

footer .sns_links a:hover {
    opacity: 0.8;
}

footer .sns_links img {
    width: 25px;
    height: 25px;
}

footer .lower {
    position: relative;
    background-color: #CECECE;
    padding: 14px 0;
    color: #fff;
}

footer .company-link {
    position: absolute;
    top: 50%;
    right: 23px;
    transform: translateY(-50%);
    font-size: 16px;
}

footer .company-link a:hover {
    text-decoration: underline;
}

footer .copy {
    text-align: center;
    font-size: 12px;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
   -767px
   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
@media screen and (max-width: 767px) {

    /* ################################################################
     sp-footer */
    footer {
        margin-top: 40px;
    }

    #company footer {
        margin-top: 40px;
    }

    footer .upper {
        display: block;
        padding: 0 20px 20px;
    }

    footer .logo {
        display: none;
    }

    #footer-navi {
        display: none;
    }

    footer .sns_links {
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: auto;
    }

    footer .sns_links>li:not(:first-child) {
        margin-left: 23px;
    }

    footer .sns_links img {
        width: 30px;
        height: 30px;
    }

    footer .lower {
        padding: 12px 0 6px;
    }

    footer .company-link {
        position: static;
        transform: translateY(0);
        text-align: center;
        font-size: 12px;
    }

    footer .copy {
        margin-top: 8px;
        text-align: center;
        font-size: 8px;
    }
}








.hero-slider img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.hero-slider .slick-dots {
  display: none!important;
}

















   .slick-prev:before,
        .slick-next:before {color: rgba(0, 0, 0, 0.5);}
         .slick-next {right: 10px;}
        .slick-prev {left: 10px;
      z-index: 1;}
        .slick-dots {bottom: 10px;}
       .carousel-wrapper {position: relative;}
    .carousel {height: 1000px;}

    .slick-fade {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 1000px;
      text-align: center;
      /* color: #fff; */
      font-size: 32px;
      font-weight: bold;
      }
    .slick-fade img {
margin:0 auto;
     width:1200px;
      }
.item-blue {background: rgb(68 174 255);}
.item-red {background: rgb(248 82 1);}
.item-yellow {background: rgb(255 213 27);
      color: #585858;}




.slick-dotted.slick-slider {
  padding: 0;
  margin: 0;
}













#breadcrumbs {
    position: absolute;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
    box-sizing: border-box;
    width: 100%;
    padding: 5px 25px 4px 13px;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
z-index:1;

}

#breadcrumbs>li {
    margin-left: 12px;
}

#breadcrumbs>li:not(:first-child)::before {
    display: inline-block;
    content: "";
    background: url(../images/arrow6.svg) no-repeat center top / contain;
    width: 5px;
    height: 10px;
    margin-right: 12px;
    margin-bottom: 0;
    vertical-align: middle;
}

#breadcrumbs a:hover {
    text-decoration: underline;
}


@media screen and (max-width: 767px) {
#breadcrumbs {
    position: static;
    background-color: #fff;
    width: auto;
    padding: 5px 15px 4px 5px;
    font-size: 11px;
}
#breadcrumbs>li {
    margin-left: 10px;
}
}

/*-------------------- lineup detail --------------------*/
#detail-content {
 padding-top: 55px;
 width: 100%;
}
#detail-content .sub-category-heading {
 box-sizing: border-box;
 /* max-width: 1200px; */
 margin: 0 auto;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 -ms-flex-align: end;
 -webkit-align-items: flex-end;
 align-items: flex-end;
 border-bottom: 1px solid #333;
 padding: 5px 5px;
}
.sub-category-heading .en {
 margin-bottom: 2px;
 margin-left: 10px;
 color: #333;
 font-size: 20px;
}
.sub-category-heading .jp {
 margin-bottom: 2px;
 margin-left: 10px;
 color: #333;
 font-size: 14px;
}
#detail-content .items {
 box-sizing: border-box;
 /* max-width: 1210px; */
 margin: 0 auto;
 /* padding: 0 5px; */
}
#detail-content .item-container {
 padding: 80px 0;
 overflow: hidden;
 max-width: 1200px;
 margin: auto;
}
#detail-content .item-header {
 float: right;
 width: calc(100% - 590px);
 max-width: 600px;
}
#detail-content .item-header .name .jp {
 font-size: 32px;
 font-weight: 600;
 line-height: 1.25;
}
#detail-content .item-header .name .en {
 margin-top: 6px;
 font-size: 14px;
 line-height: 1.3;
}
#detail-content .item-header .name2 {
 margin-top: 12px;
 font-size: 14px;
 line-height: 1.3;
}
#detail-content .item-header .catchcopy {
 margin: 50px 0;
 font-size: 20px;
 padding: 0 5px;
 font-weight: 500;
 line-height: 1.5;
 text-align: left;
}
#detail-content .price {
 /* margin-top: 12px; */
 font-size: 18px;
 /* line-height: 1.5; */
 border: solid 1px;
 width: auto;
 display: flex;
 padding: 10px;
 display: inline-block;
}
#detail-content .price .tax-in {
 font-size: 16px;
}
#detail-content .item-images {
 float: left;
 width: 560px;
}
#detail-content .item-feature {
 float: right;
 width: calc(100% - 590px);
 max-width: 600px;
 /* flex-direction: column; */
 display: flex;
 flex-direction: column;
}
#detail-content .item-feature .title {
 margin: 50px auto 10px;
 text-align: left;
 font-size: 18px;
 font-weight: normal;
 font-size: 25px;
 font-weight: 500;
 width: 100%;
 line-height: 1.5;
 display: flex;
 border-bottom: 1px solid #edeff2;
 padding: 0 5px;
 display: flex;
}
#detail-content .item-feature .detail {
 margin: 10px 0;
 font-size: 16px;
 padding: 0 5px;
 font-weight: 500;
 width: 100%;
 line-height: 1.5;
 width: 90%;
 list-style-type: none;
}
   #detail-content .item-feature .detail sup {
 font-size: 8px;
 /* text-align: right; */
}
   #detail-content .item-feature .detail .border  {
background:#E60012;width: 60%;padding-left: 10px;border-radius: 15px;}

   
  #detail-content .item-feature .detail .border li{
    position: relative;
    padding: 4px 25px;
   color:#fff;
  }
 
  #detail-content .item-feature .detail .border li:before {
    content: "";
    position: absolute;
    top: 0.5em;
    left: 7px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 6px;
    height: 13px;
    border-right: 3px solid #fff100;
    border-bottom: 3px solid #fff100;
  }
 
  #detail-content .item-feature .detail .border li:after {
    content: "";
    position: absolute;
    top: 1em;
    left: 0px;
    width: 15px;
    height: 15px;
    border-radius: 2px;
  }
#detail-content .item-feature .sub_massage {
 margin-top: 50px;
 font-size: 12px;
 padding: 0 5px;
 font-weight: 500;
 width: 100%;
 line-height: 1.5;
 width: 90%;
 list-style-type: none;
 color: red;
}
   
#detail-content .item-feature img {
 margin: 0 auto;
 text-align:center;
 width: 70%;
 display: block;
}
#detail-content .item-detail {
 display: block;
 margin: 0 auto;
 width: calc(100% - 590px);
 max-width: 600px;
 clear: right;
}



#detail-content .feature-flex {
    display: flex;
    width: 50%;
    list-style-type: none;
    margin-top: 20px;
    align-items: center;
    justify-content: start;
    margin-left: 15px;
    margin-bottom: 30px;
}

#detail-content .feature-flex-thumnail {
    width: 70%x;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 10px;
    flex-basis: 100%;
    align-items: center;
}
#detail-content .feature-flex-thumnail li {
    display: flex;
    /* flex-wrap: wrap; */
    text-align: center;
    width: calc(100% /3);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 10px;
}
#detail-content .feature-flex-thumnail li .circle {
max-width: 120px;
    max-height: 120px;
    flex-direction: column;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}



#detail-content .feature-flex-thumnail li .text {
    text-align: center;
    overflow-wrap: break-word;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
font-size: 18px;
}
   
#detail-content .feature-flex-thumnail li .cross {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
font-size: 50px;
}

   
#detail-content .item-header sup {
 display: inline-block;
 font-size: 10px;
 line-height: 1;
}
   
#detail-content .cv-btn {
    background-size: 100% auto;
}
   #detail-content .cv-btn a{
    margin: 0 10px;
    display: flex;
   }
   #detail-content .cv-btn a li{
    width: 200px;
    height: 58px;
    background: #c9171e;
    }
@media screen and (max-width: 767px) {
 
#detail-content .cv-btn {
 color: #fff;
 background-color: #c9171e;
 font-weight: bold;
 cursor: pointer;
 line-height: normal;
 text-decoration: none;
 border: 2px solid transparent;
 /* padding: 14px 0; */
 /* margin: 60px 10px; */
 display: block;
 position: relative;
 overflow: hidden;
 text-align: center;
 border-radius: 40px;
 display: flex;
 width: 125px;
 justify-content: space-between;
}
}
   
  #detail-content .cv-btn-coming {
    font-size: 18px;
 color: #fff;
     background-color: #c9171e;
    background-color:#C9E8BE;
 font-weight: bold;
 cursor: pointer;
 line-height: normal;
 text-decoration: none;
 border: 2px solid transparent;
    padding: 14px 0;
 margin: 60px 0;
 display: block;
 position: relative;
 overflow: hidden;
 text-align: center;
 pointer-events: none;
}
.cv-btn:hover {
 color: #fff;
}
.cv-btn:before {
 animation: shine 3s ease-in-out infinite;
 background-color: #fff;
 content: " ";
 height: 100%;
 left: 0;
 opacity: 0;
 position: absolute;
 top: -180px;
 transform: rotate(45deg);
 width: 30px;
}
@media screen and (max-width: 767px) {
 #detail-content .item-header .catchcopy {
 margin: 30px 0;
 font-size: 18px;
 padding: 0 5px;
 font-weight: 500;
 line-height: 1.5;
 /* text-align: center; */
}
 
 #detail-content .item-feature {
  max-width: 600px;
  /* flex-direction: column; */
  width: 100%;
  margin: 0 auto;
  display: b;
  text-align: left;
 }
 #detail-content .item-feature .title {
  margin: 36px 0 17px 20px;
  /* padding: 50px 20px 10px 20px; */
  text-align: left;
  font-size: 25px;
  font-weight: 500;
  width: 90%;
  line-height: 1.5;
  display: flex;
  border-bottom: 1px solid #edeff2;
  display: flex;
 }
 #detail-content .item-feature .detail {
  /* margin: 0 auto; */
  margin: 0 auto;
  font-size: 16px;
  padding: 0;
  font-weight: 500;
  /* line-height: 1.5; */
  /* display: flex; */
  /* margin: 50px 0; */
  /* font-size: 20px; */
  /* padding: 0 5px; */
  /* font-weight: 500; */
  width: 85%;
  /* line-height: 1.5; */
  /* display: flex; */
  /* letter-spacing: .5vw; */
 }
    #detail-content .item-feature .detail .border  {
    width: 95%;
}

   
 #detail-content .feature-flex {
    width: 60%;
    margin: 0 auto 30px;
}


}
#detail-content .item-cv {
 /* display: flex; */
 /* justify-content: center; */
 display: flex;
 justify-content: start;
 width: 100%;
 margin-top: 30px;
 }
#detail-content .item-cv a{
    margin: 0px 10px;
    width: 40%;
}
#detail-content .item-cv a li{
   width: 100%;
   height: 62px;
   background: #c9171e;
   border-radius: 35px;
  }
#detail-content .item-cv a li p{color: white;text-align: center;line-height: 60px;al-align: middle;font-size: 1rem;padding: 0px 16px;/* width: 135px; */border-radius: 50%;}
   
#detail-content .description {
 margin-top: 25px;
}
#detail-content .item-detail .point {
 width: 100%;
 margin-top: 100px;
 display: inline-block;
}
#detail-content .item-detail .point .inner {
 width: 100%;
 height: 100%;
 display: inline-block;
 background-image: url(../images/point_bg.png);
 background-size: contain;
 background-repeat: repeat;
}
#detail-content .item-detail .point .point-title {
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 display: table;
 /* margin: 0px auto 5px; */
 table-layout: fixed;
 min-width: 95%;
 width: 95%;
 border-bottom-right-radius: 15px;
 border-bottom-left-radius: 20px;
 border-top-left-radius: 20px;
 border-top-right-radius: 15px;
 margin: 0 auto;
 border: solid 2px;
 text-align: left;
}
#detail-content .item-detail .point .point-title .number {
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 color: #fff;
 display: table-cell;
 font-size: 25px;
 letter-spacing: 1px;
 line-height: 1;
 text-align: center;
 vertical-align: middle;
 width: 60px;
 border-top-left-radius: 18px;
 border-bottom-left-radius: 18px;
 border-top-right-radius: 30px;
}
#detail-content .item-detail .point .point-title .title {
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 display: table;
 padding: 10px 10px;
 table-layout: fixed;
 width: 100%;
 font-size: 17px;
 font-weight: 600;
 line-height: 1.5;
 letter-spacing: .5px;
}
   #detail-content .item-detail .point .badge {
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 display: block;
 position: absolute;
 /* table-layout: fixed; */
 width: 100px;
 margin-top: -100px;
 margin-left: 26px;
 /* line-height: 1.5; */
 /* letter-spacing: .5px; */
}
      #detail-content .item-detail .point .calgel_badge {
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 display: block;
 position: absolute;
 /* table-layout: fixed; */
 width: 112px;
 margin-top: -24px;
 margin-left: 9px;
 /* line-height: 1.5; */
 /* letter-spacing: .5px; */
}
#detail-content .item-detail .point .detail-feature .big {
 width: 100%;
 object-fit: cover;
 margin: 10px auto;
}
   #detail-content .item-detail .point .detail-feature .bigmg100 {
 width: 100%;
 object-fit: cover;
 margin-top: 100px;
}
#detail-content .item-detail .point .detail-feature .big img {
 width: 70%;
 object-fit: cover;
 text-align: center;
}
#detail-content .item-detail .point .point-detail .detail-feature {
 display: block;
 position: relative;
 width: 90%;
 margin-bottom: 10px;
 margin: 0 auto;
}
#detail-content .item-detail .point .point-detail .detail-feature .sub-title{
 display: flex;
 justify-content: space-between;
 margin: 10px auto;
}
#detail-content .item-detail .point .point-detail .detail-feature .sub-title .text {
 margin: 15px 0;
 font-size: 16px;
 font-weight: 500;
 line-height: 1.5;
 /* padding: 10px 10px 0 0; */
 object-fit: cover;
 display: flex;
 letter-spacing: 1.5px;
}
#detail-content .item-detail .point .point-detail .detail-feature .sub-title .text2 {
 margin: 30px 0;
 font-size: 16px;
 font-weight: 500;
 line-height: 1.5;
 /* padding: 10px 10px 0 0; */
 object-fit: cover;
 display: flex;
 letter-spacing: 1.5px;
}
#detail-content .item-detail .point .point-detail .detail-feature .sub-title img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 150px;
    max-height: 150px;
}
#detail-content .item-detail .point .point-detail .detail-feature .sub-title .circle{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
    max-width: 150px;
    max-height: 150px;
} 
#detail-content .item-detail .point .point-detail .detail-feature .subsub-title{
 display: flex;
 justify-content: space-between;
 margin: 60px auto -30px 5px;
 font-size: 19px;
}
#detail-content .item-detail .point .point-detail {
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 width: 100%;
 /* margin-top: -500px; */
 position: relative;
}
#detail-content .all-ingredients > dt {
 padding-bottom: 5px;
 border-bottom: 2px solid #C9E8BE;
 font-size: 16px;
 line-height: 1.625;
 width: 90%;
 /* margin: 0 auto; */
}
#detail-content .all-ingredients > dt span {
 display: inline-block;
 /* margin-left: 50px; */
}
#detail-content .all-ingredients > dt span:hover {
 text-decoration: underline;
 cursor: pointer;
}
#detail-content .all-ingredients > dt span::after {
 display: inline-block;
 content: "";
 background: url(../images/arrow7.svg) no-repeat right center / contain;
 width: 8px;
 height: 12px;
 margin-bottom: 2px;
 margin-left: 1em;
 vertical-align: middle;
 transform: rotate(90deg);
 transition: transform 0.2s;
}
#detail-content .all-ingredients > dt span.open::after {
 transform: rotate(-90deg);
}
#detail-content .all-ingredients > dd {
 display: none;
 margin-top: 10px;
 font-size: 14px;
 line-height: 1.5;
 width: 90%;
 margin: 0 auto;
}
#detail-content .notes {
 margin-top: 35px;
 color: #0D5726;
 font-size: 12px;
 line-height: 1.5;
 /* width: 90%; */
 margin: 0 a;
}
@media screen and (max-width: 767px) {
 #detail-content .item-cv {
  /* float: none; */
  width: 100%;
  /* margin: 0 auto; */
  /* display: block; */
  margin: 0 a;
  /* text-align: center; */
  justify-content: center;
  /* align-items: center; */
 }
 #detail-content .item-cv a {
    margin: 0px 10px;
    width: 50%;
}
 #detail-content .item-cv a li p{color: white;text-align: center;/* line-height: 35px; */al-align: middle;font-size: 0.9rem;/* padding: 13px; */width: auto;/* width: 100%; */}

#detail-content .item-detail .point .point-detail .detail-feature .sub-title .text {
 font-size: 16px;
 text-align: left;
}
#detail-content .item-detail .point .point-detail .detail-feature .sub-title .text2 {
 font-size: 12px;
 text-align: left;
 margin: 0;
}
 #detail-content .item-detail .point .point-detail .detail-feature .sub-title .circle{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
    max-width: 120px;
    max-height: 150px;
} 
 #detail-content .item-detail .point .detail-feature .big img {
 width: 100%;
}
}
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
   -767px
   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
@media screen and (max-width: 767px) {
 body.nav_on {
  height: 100%;
  overflow: hidden;
 }
 #wrapper {
  max-width: 100%;
  min-width: 320px;
  overflow: hidden;
 }
 main, footer {
  transition: filter 0.2s;
 }
    .slick-fade img {
margin:0 auto;
     width:100%;
      }

 /*-------------------- lineup detail --------------------*/
 #detail-content {
  padding-top: 55px;
 }
 #detail-content .sub-category-heading {
  max-width: none;
  margin: 0;
  /* flex-wrap: wrap; */
  align-items: flex-start;
 }
 #detail-content .items {
  max-width: none;
  margin: 0;
  padding: 0;
 }
 #detail-content .item-container {
  padding: 45px 0;
  overflow: visible;
  text-align: center;
 }
 #detail-content .item-header, #detail-content .item-detail {
  float: none;
  width: auto;
  max-width: none;
 }
 #detail-content .item-header {
  padding: 0 3%;
  margin-top: 34px;
  text-align: left;
  font-size: 16px;
 }
 #detail-content .item-images {
  float: none;
  width: auto;
  margin-top: 40px;
 }
 #detail-content .item-detail {
  clear: none;
  /* padding: 0 2.4%; */
 }
 #detail-content .item-header sup, #detail-content .item-detail sup {
  font-size: 8px;
 }
#detail-content .item-header .name .jp {
  font-size: 25px;
 }
 #detail-content .catchcopy {
  margin: 20px 0;
  font-size: 14px;
  line-height: 1.5;
  display: block;
  padding: 0;
 }
 #detail-content .price {
  /* margin-top: 8px; */
  font-size: 12px;
  line-height: 1.625;
  border: none;
 }
 #detail-content .price .tax-in {
  font-size: 14px;
 }
 #detail-content .item-detail .point .point-detail .detail-feature .sub-title img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 150px;
    max-height: 150px;
    margin: 15px auto;
}

 #detail-content .all-ingredients {
  margin-top: 20px;
 }
 #detail-content .all-ingredients > dt {
  padding-bottom: 3px;
  font-size: 14px;
  line-height: 1.625;
  width: 100%;
 }
 #detail-content .all-ingredients > dt span::after {
  width: 6px;
  height: 9px;
  margin-bottom: 2px;
 }
 #detail-content .all-ingredients > dd {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.5;
  width: 90%;
  margin: 0 auto;
 }
 #detail-content .notes {
  margin-top: 25px;
  padding: 0 1.5em;
  font-size: 10px;
  line-height: 1.5;
 }
}

.flex-box {
 display: flex;
 /* flex-wrap: wrap; */
 width: 100%;
 list-style-type: none;
 margin-top: 20px;
}
.flex-box img {
 vertical-align: top;
}
.thumnail-right-box {
 width: 250px;
 height: 250px;
 margin: 0;
 /* display: flex; */
 /* padding: 0 0 2.5%; */
 display: flex;
 justify-content: center;
 align-items: center;
 margin: auto 0;
 flex-basis: 28.5%;
}
.thumnail-right-box img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 border-radius: 50%;
}
.thumnail-left-box {
 width: 70%x;
 flex-wrap: wrap;
 align-items: center;
 border-radius: 10px;
 flex-basis: 100%;
 /* word-wrap: break-word; */
 align-items: flex-start;
}
.thumnail-left-box li {
 display: flex;
 flex-wrap: wrap;
 /* margin: 4px 10px; */
 text-align: center;
 width: calc(100% /3);
 align-items: center;
 justify-content: center;
 flex-direction: column;
 /* word-wrap: break-word; */
 /* margin-top: 10px; */
 font-size: 10px;
}
.thumnail-left-box li img {
 width: 90px;
 height: 90px;
 width: 100%;
 height: 100%;
 object-fit: cover;
 /* margin: 10px 4px; */
 max-width: 80px;
 max-height: 80px;
 flex-direction: column;
}

.thumnail-left-box li .circle {
 width: 90px;
 height: 90px;
 width: 100%;
 height: 100%;
 object-fit: cover;
 border-radius: 50%;
 /* margin: 10px 4px; */
 max-width: 80px;
 max-height: 80px;
 flex-direction: column;
}

.thumnail-left-box li .free {
position: absolute;
  text-align:center;
 overflow-wrap: break-word;
 width: 100%;
    height: 100%;
 max-width: 75px;
    max-height: 75px;  
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

#slide-mv {
  position: relative;
    width: 100%;
    height: auto;
margin: auto 0;
    overflow: hidden;
}
#slide-mv .slide-item {
  opacity: 0;
  transform: scale(1);
  transition: opacity 2s linear, transform 7.5s linear;
  position: relative;
}
#slide-mv .slide-item:not(:first-child) {
  position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
}

#slide-mv .slide-item.show_ {
  opacity: 1;
}
#slide-mv .slide-item.zoom_ {
  transform: scale(1.1);
}

#slide-mv .slide-item img {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
    transform: translate(-50%);
width:100vw;
}

@media screen and (max-width: 767px) {
#slide-mv .slide-item img {
	position: relative;
	width: 100%;
	max-width: 100%;
	    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: transslate(-50%);
}
}



/*==========================================================*/
/* lineup - products
/*==========================================================*/
#lineup #sec-products {
    max-width: 1400px;
    position: relative;
    width: 100%;
    margin: 50px auto;
    display: block;
}

#lineup #sec-products .h2-ttl {
     display: block;
    font-size: 30px;
    letter-spacing: 0.16em;
    text-align: center;
    position: relative;
    margin-bottom: 80px;
    margin: 80px auto;
    font-weight: 400;
}

#lineup #sec-products .h2-ttl:before, #lineup #sec-products .h2-ttl:after {
    border-top: 1px solid;
    content: "";
    flex-grow: 1;
}

#lineup #sec-products .h2-ttl:before {
    margin-right: 1rem;
}

#lineup #sec-products .h2-ttl:after {
    margin-left: 1rem;
}



#lineup #sec-products .product-lineup .product__img {
    height: 300px;
    object-fit: contain;
    width: 100%;
}

#lineup #sec-products .product-lineup .container-products {
    /* grid-template-columns: repeat(3, 1fr); */
    grid-gap: 15px;
    display: grid;
    max-width: 1200px;
    margin: 0 auto;
    /* align-content: center; */
    display: flex;
    justify-content: center;
}

#lineup #sec-products .product-lineup .product-new {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    position: relative;
}

#lineup #sec-products .product-lineup .product-new:before {
    content: "New";
    background: #FF4E00;
    padding: 10px;
    width: 60px;
    position: absolute;
    top: 20px;
    right: 10px;
    transform: rotate(-90deg);
    color: white;
}

#lineup #sec-products .product-lineup .product {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    position: relative;
    align-content: center;
}

#lineup #sec-products .product-lineup .en {
    text-align: center;
    color: #333;
    font-size: 18px;
    margin: 10px;
    /* margin-top: 10px; */
    font-weight: 500;
}

#lineup #sec-products .product-lineup .jp {
    /* color: #FF4E00; */
    /* font-weight: bold; */
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
#lineup #sec-products .h2-ttl {
       display: block;
    font-size: 20px;
    letter-spacing: 0.16em;
    width: 90%;
    text-align: center;
    position: relative;
    margin: 0 auto;
    margin-bottom: 80px;
    font-weight: 400;
  }
#lineup #sec-products .product-lineup .container-products {
        /* display: grid; */
        /* grid-template-columns: repeat(2, 1fr); */
        /* grid-gap: 15px; */
    }

#lineup #sec-products .product-lineup .product {
        border: 1px solid #ccc;
        padding: 10px;
        text-align: center;
        position: relative;
    }

#lineup #sec-products .product-lineup .product-new {
        border: 1px solid #ccc;
        padding: 10px;
        text-align: center;
        position: relative;
    }

#lineup #sec-products .product-lineup .product-new:before {
        content: "New";
        background: #FF4E00;
        padding: 9px;
        width: 30px;
        position: absolute;
        top: 8px;
        left: 90px;
        transform: rotate(-90deg);
        color: white;
    }
#lineup #sec-products .product-lineup .product__img {
        width: 100%;
        height: 120px;
        object-fit: contain;
    }

#lineup #sec-products .product-lineup .en {
        /* text-align: center; */
        /* color: #333; */
        font-size: 16px;
        margin: 10px auto;
        /* margin-top: 10px; */
        /* font-weight: 500; */
    }

#lineup #sec-products .product-lineup .jp {
        /* color: #FF4E00; */
        /* font-weight: bold; */
        margin-top: 0;
        font-size: 13px;
        line-height: 1.5;
    }
}





#category-content {
    max-width: 1200px;
    margin: 42px auto 0;
}

#categor
#category-content {
    max-width: 1200px;
    margin: 42px auto 0;}

}y-content .sub-category-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -30px;
}




#category-content .sub-categories {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: center;
  margin-top: -15px;
}

#category-content .sub-category {
  margin-top: 65px;
}
.sub-category-heading {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    border-bottom: 1px solid #0D5726;
    padding: 5px 5px;
}
#category-content .sub-category.column_2c {
  width: 580px;
}

#category-content .sub-category.column_4c {
  width: 100%;
}

#category-content .sub-category-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -30px;
}

#category-content .item-container {
  box-sizing: border-box;
  margin-top: 50px;
  width: 33.3%;
}

#category-content .sub-category.column_2c .item-container {
  width: 50%;
}

#category-content .sub-category.column_4c .item-container {
  width: 25%;
}

@media screen and (max-width: 1199px) {
#category-content .sub-categories {
  display: block;
  width: 580px;
  margin-left: auto;
  margin-right: auto;
}

 .sub-category-heading {
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: column;
  flex-direction: column;
  border-bottom: none;
  padding: 0 2.4%;
 }
 .sub-category-heading .en {
  padding: 5px 0;
  font-size: 25px;
  white-space: normal;
  display: f;
 }
 .sub-category-heading .jp {
  margin: 0px;
  padding: 5px 10px 0;
  font-size: 10px;
  lay: flex;
 }
#category-content .sub-category.column_2c {
  width: auto;
}

#category-content .sub-category.column_4c {
  width: auto;
}

#category-content .sub-category.column_4c .item-container {
  width: 100%;
}
}


#category-content .item-container .detail-link{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  
  #category-content .item-container .detail-link .item-heade {
    -ms-flex-order: 2;
    order: 2;
    z-index: 1;
  }
  #category-content .item-container .detail-link .imaga{
    -ms-flex-order: 1;
    order: 1;
    z-index: 0;
  }
  #category-content .item-container .detail-link .item-header {
    -ms-flex-order: 2;
    order: 2;
    z-index: 1;
  }
  #detail-content .related-item-container .detail-link .image {
    -ms-flex-order: 1;
    order: 1;
    z-index: 0;
  }
  #category-content .item-container .item-header {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0 10px;
    text-align: center;
    line-height: 1.5;
  }
  
  #category-content .item-container .text {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0 10px;
    text-align: center;
    line-height: 1.5;
  }
  
  #category-content .item-container .item-header sup {
    display: inline-block;
    font-size: 10px;
    line-height: 1;
  }
  #category-content .item-container .text sup {
    display: inline-block;
    font-size: 10px;
    line-height: 1;
  }
  
#category-content .item-container .item-header .name {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 600;
  }
  
  
  
  
  #category-content .item-container .image {
    position: relative;
    width: 245px;
    text-align: center;
  }
  
  #category-content .item-container .image::before {
    display: block;
    content: "";
    height: 0;
    padding-top: calc((420 / 490) * 100%);
  }
  
  #category-content .item-container .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
object-fit:contain;
  }
  
  #category-content .item-container .detail-link .image img{
    transition: transform 0.4s;
  }
  
  #category-content .item-container .detail-link:hover .image img {
    transform: scale(1.1);
  }
  
  #category-content .item-container .text .catchcopy {
    margin-top: 12px;
    font-size: 14px;
  }
  #category-content .item-container .text .color {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 5px;
  }
  
  #category-content .item-container .text .color>span {
    width: 16px;
    margin: 5px 4px 0;
    border-radius: 50%;
  }
  
  #category-content .item-container .text .color>span:not(.multiple) {
    height: 0;
    padding-top: 16px;
    line-height: 2;
    overflow: hidden;
  }
  
  #category-content .item-container .text .button {
    margin-top: 15px;
  }
  
  #category-content .item-container .text .button a {
    display: block;
    background-color: #fff;
    box-sizing: border-box;
    width: 120px;
    border: 1px solid #0D5726;
    border-radius: 15px;
    padding: 8px 0;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    transition: border-color 0.2s;
  }
  
  #category-content .item-container .text .button a:hover{
    border-color: #333;
    border-width: 2px;
    padding: 7px 0;
    color: #333;
  }
  
  
  
  @media screen and (max-width: 767px) {
  
  
  
  #category-content {
    max-width: none;
    margin: 16px 0 0;
  }
  
  #category-content .category-heading {
    padding: 14px 0 10px;
  }
  
  #category-content .category-heading .en {
    font-size: 24px;
  }
  
  #category-content .category-heading .jp {
    margin-top: 5px;
    font-size: 10px;
  }
  
  #category-content .anchor-links {
    max-width: none;
    margin: 12px 0 0;
  }
  
  #category-content .sub-categories {
    margin-top: -15px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  
  #category-content .sub-category {
    margin-top: 55px;
  }
  
  #category-content .sub-category-content {
    margin-top: -25px;
    /* margin: auto; */
  }
  
  #category-content .item-container {
    margin-top: 40px;
    padding: 0 2.4%;
    margin: 30px auto;
    width: 100%;
  }
  
  #category-content .item-container:only-child {
    margin-right: auto;
    margin-left: auto;
  }
  
  #category-content .item-container .item-header {
    padding: 0;
  }
      
  
  #category-content .item-container .text {
    padding: 0;
  }
      
      
  
  
  
      
  
  #category-content .item-container .item-header sup,
  #category-content .item-container .text sup,
  #detail-content .related-item-container .item-header sup,
  #detail-content .related-item-container .text sup {
    font-size: 8px;
  }
      
  #category-content .item-container .item-header .name,
  #detail-content .related-item-container .item-header .name {
    margin-top: 5px;
    font-size: 14px;
  }
  
  #category-content .item-container .item-header .catchcopy,
  #detail-content .related-item-container .item-header .name {
    margin-top: 5px;
    font-size: 14px;
  }
  #category-content .item-container .item-header .name2,
  #detail-content .related-item-container .item-header .name2 {
    margin-top: 4px;
    font-size: 10px;
  }
  
  #category-content .item-container .image,
  #detail-content .related-item-container .image {
    /* width: 100%; */
  }
  
  #category-content .item-container .detail-link:hover .image img,
  #detail-content .related-item-container .detail-link:hover .image img {
    transform: scale(1);
  }
  
  #category-content .item-container .text .catchcopy,
  #detail-content .related-item-container .text .catchcopy {
    margin-top: 8px;
    font-size: 11px;
  }
  
  #category-content .item-container .text .volume,
  #detail-content .related-item-container .text .volume {
    margin-top: 5px;
    font-size: 11px;
  }
  
  #category-content .item-container .text .color,
  #detail-content .related-item-container .text .color {
    margin-top: 5px;
  }
  
  #category-content .item-container .text .color>span,
  #detail-content .related-item-container .text .color>span {
    width: 16px;
    margin: 5px 4px 0;
  }
  
  #category-content .item-container .text .color>span:not(.multiple),
  #category-content .item-container .text .color>span.multiple span,
  #detail-content .related-item-container .text .color>span:not(.multiple),
  #detail-content .related-item-container .text .color>span.multiple span {
    padding-top: 16px;
  }
  
  #category-content .item-container .text .quasi-drug,
  #detail-content .related-item-container .text .quasi-drug {
    padding: 3px 6px 2px;
    font-size: 10px;
  }
  
  #category-content .item-container .text .button,
  #detail-content .related-item-container .text .button {
    margin-top: 12px;
  }
  
  #category-content .item-container .text .button a,
  #detail-content .related-item-container .text .button a {
    width: 90px;
    border-radius: 13px;
    padding: 6px 0;
    font-size: 11px;
  }
  
  #category-content .item-container .text .button a:hover,
  #detail-content .related-item-container .text .button a:hover {
    padding: 5px 0;
  }
  
  #category-content .item-container .text .notes,
  #detail-content .related-item-container .text .notes {
    margin-top: 10px;
    padding: 0 10px;
    font-size: 8px;
  }
  
  }






/*==========================================================*/
/*==========================================================*/

#header-img  {
    background: url(/images/bg_lineup_header.png) no-repeat center center;
    background-size: cover;
    /* width: 1400px; */
    height: 200px;
    display: block;
    position: relative;
    /* width: 100%; */
    /* margin-top: 65px; */
    width: 100%;
    /* width: 1400px; */
}

#header-img .inner {
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 -ms-flex-pack: center;
 -webkit-justify-content: flex-start;
 justify-content: flex-start;
 -webkit-flex-direction: column;
 flex-direction: column;
 box-sizing: border-box;
 max-width: 1200px;
 height: 270px;
 margin: 0 auto;
 text-align:center;
}

#header-img .inner .jp{
 font-size: 28px;
 margin-top:30px;
     font-weight: 600;

}
#header-img .inner .en{
 font-size: 25px;
 margin-top:10px;
     font-weight: 600;

}
@media screen and (max-width: 767px) {
#header-img  {width:100%;}
#header-img .inner .jp{
 font-size: 20px;
     font-weight: 400;

}
#header-img .inner .en{
 font-size: 18px;
     font-weight: 400;

}
}





/*==========================================================*/
/* info-sec-info
/*==========================================================*/

#info #sec-info  {
  max-width: 1400px;
  position: relative;
  width: 100%;
  margin: 50px auto;
  display: block;
}

#info #sec-info  .h2-ttl {
  display: block;
  font-size: 30px;
  letter-spacing: 0.16em;
  text-align: center;
  position: relative;
  margin-bottom: 80px;
  margin: 80px auto;
  font-weight: 400;
}

#info #sec-info  .wrap {
  display: block;
  width: 100%;
  margin: auto;
  max-width: 1000px;
  position: relative;
}

#info #sec-info  .wrap .topic {
  width: 80%;
  margin: auto;
  max-width: 1400px;
  position: relative;
  border-top: 1px solid #ccc;
  padding: 10px 0 10px 50px;
}

   #info #sec-info  .wrap .topic .anchor{
 pointer-events: none;
display:block
  }


#info #sec-info  .wrap .topic .date {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 1.6em
}

#info #sec-info  .wrap .topic .title {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 1.6em
}

#info #sec-info  .wrap .topic .sub_title {
  width: 80%;
  margin-top: 10px;
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 1.6em;
  padding-left: 2rem;
}

#info #sec-info  .wrap .topic .sub_title {
  display: none;
}


#info #sec-info  .wrap img {
  width: 50%;
  max-width: 1400px;
  position: relative;
  margin: 10px 0 10px 10px;
}

#info #sec-info  .btn {
  /* width: 80%; */
  margin: auto;
  /* max-width: 1400px; */
  position: relative;
  margin-top: 50px;
  margin-left: 80%;
}

#info #sec-info  .btn p {
  font-weight: 400;
}



#info #sec-info  .btn .arrowimg {
  margin-left: 1px;
  margin-bottom: 1px;
}

#info #sec-info .btn .arrowimg img {
  transition: all .4s;
}
 #info #sec-info .btn:hover .arrowimg img {
  width: 120px;
  transition: all .4s;
}

@media screen and (max-width: 767px) {
  #info #sec-info  {
    max-width: 100%;
    /* position: relative; */
    width: 100%;
    margin: 50px auto;
    display: block;
  }
  #info #sec-info  .wrap {
    display: flex;
    flex-flow: column;
    width: 85%;
    margin: auto;
    max-width: 90%;
    position: relative;
  }
  #info #sec-info  .wrap .topic {
    width: 100%;
    max-width: 100%;
    border-top: 1px solid #ccc;
    padding: 20px 0;
    display: block;
    margin: auto 0;
 pointer-events: none;
  }
 
  #info #sec-info  .wrap .topic .date {
    font-size: 15px;
    letter-spacing: 3px;
    position: relative;
    margin: auto 0;
  }
  #info #sec-info  .wrap .topic .title {
    font-size: 14px;
    letter-spacing: 2px;
    margin-top: 5px;
    position: relative;
    margin: auto 0;
  }
  #info #sec-info  .wrap .topic .sub_title {
    font-size: 11px;
    letter-spacing: 1px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 0px;
  }

  #info #sec-info  .wrap img {
    width: 80%;
    max-width: 1400px;
    position: relative;
    margin: 10px 0 10px 10px;
  }
  #info #sec-info  .btn {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: 50px;
  }
}

/*==========================================================*/
/* index-sec-info
/*==========================================================*/

#index #sec-info  {
  max-width: 1000px;
  position: relative;
  width: 100%;
  margin: 250px auto;
  display: block;
}

#index #sec-info .h2-ttl {
  display: block;
  font-size: 30px;
  letter-spacing: 0.16em;
  text-align: center;
  position: relative;
  margin-bottom: 80px;
  margin: 80px auto;
  font-weight: 400;
}
#index #sec-info .news-area {
  display: block;
  width: 100%;
  margin: auto;
  max-width: 1000px;
  position: relative;
}

#index #sec-info .wrap {
  display: block;
  width: 100%;
  margin: auto;
  max-width: 1000px;
  position: relative;
}

#index #sec-info  .wrap .topic {
  width: 80%;
  margin: auto;
  max-width: 1400px;
  position: relative;
  border-top: 1px solid #ccc;
  padding: 10px 0 10px 50px;
}


#index #sec-info .wrap article:nth-child(n+4) {
  display: none;
}

#index #sec-info .wrap .topic a>*:not(.title):not(.date){
    display: none;
}

#index #sec-info  .wrap .topic .date {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 1.6em
}

#index #sec-info .wrap .topic .title {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 1.6em
}

#index #sec-info  .wrap .topic .sub_title {
  width: 80%;
  margin-top: 10px;
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 1.6em;
  padding-left: 2rem;
}

#index #sec-info .wrap .topic .sub_title {
  display: none;
}

#index #sec-info .wrap .topic:hover {
  background-color: #f3f3f3;
  transition: 300ms;
}

#index #sec-info .wrap img {
  /* width: 50%; */
  /* max-width: 1400px; */
  position: relative;
  /* border-top: 1px solid #ccc; */
  margin: 10px 0 10px 10px;
}

#index #sec-info  .btn {
  /* width: 80%; */
  margin: auto;
  /* max-width: 1400px; */
  position: relative;
  margin-top: 50px;
  margin-left: 80%;
}

#index #sec-info .btn p {
  font-weight: 400;
}

#index #sec-info  .btn .arrowimg {
  margin-left: 1px;
  margin-bottom: 1px;
}

#index #sec-info .btn .arrowimg img {
  transition: all .4s;
}
 #index #sec-info .btn:hover .arrowimg img {
  width: 120px;
  transition: all .4s;
}


@media screen and (max-width: 767px) {
  #index #sec-info  {
    max-width: 100%;
    /* position: relative; */
    width: 100%;
    margin: 50px auto;
    display: block;
  }
  #index #sec-info .h2-ttl {
       display: block;
       font-size: 20px;
       letter-spacing: 0.16em;
       width: 90%;
       text-align: center;
       position: relative;
       margin: 0 auto;
       margin-bottom: 80px;
       font-weight: 400;
       display: flex;
       font-size: 30px;
       letter-spacing: 0.16em;
       text-align: center;
       position: relative;
       margin: 80px auto;
       font-weight: 400;
       align-items: center;
       justify-content: center;
  }

  #index #sec-info .wrap {
    display: flex;
    flex-flow: column;
    width: 85%;
    margin: auto;
    max-width: 90%;
    position: relative;
  }
  #index #sec-info  .wrap .topic {
    width: 100%;
    max-width: 100%;
    border-top: 1px solid #ccc;
    padding: 20px 0;
    display: block;
    margin: auto 0;
  }
  #index #sec_info .wrap article:nth-child(n+4) {
    display: none;
  }
  #index #sec-info .wrap .topic .date {
    font-size: 15px;
    letter-spacing: 3px;
    position: relative;
    margin: auto 0;
  }
  #index #sec-info .wrap .topic .title {
    font-size: 14px;
    letter-spacing: 2px;
    margin-top: 5px;
    position: relative;
    margin: auto 0;
  }
  #index #sec-info .wrap .topic .sub_title {
    font-size: 11px;
    letter-spacing: 1px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  #index #sec-info .wrap .topic .sub_title {
    display: none;
  }
  #index #sec-info .wrap .topic:hover {
    background-color: #f3f3f3;
    transition: 300ms;
  }
  #index #sec-info .wrap img {
    width: 80%;
    max-width: 1400px;
    position: relative;
    border-top: 1px solid #ccc;
    margin: 10px 0 10px 10px;
  }
 
  #index #sec-info .wrap .btn {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-left: 70%;
}

  #index #sec-info .wrap .btn p {
  font-weight: 400;
  text-align:center;
}

  #index #sec-info .wrap .btn .arrowimg {
  margin-left: 5px;
  margin-bottom: 1px;
}

  #index #sec-info .wrap .btn .arrowimg img {
  transition: all .4s;
}

  #index #sec-info .wrap .btn:hover .arrowimg img {
  width: 120px;
  transition: all .4s;
}
  
}



/*==========================================================*/
/* Index - products
/*==========================================================*/

#index #sec-products {
  max-width: 1400px;
  position: relative;
  width: 100%;
  margin: 250px auto 150px;
  display: block;
}

#index #sec-products .h2-ttl {
  display: flex;
  font-size: 30px;
  letter-spacing: 0.16em;
  text-align: center;
  position: relative;
  margin: 80px auto 30px;
  font-weight: 400;
  align-items: center;
  justify-content: center;
}

#index #sec-products .h2-ttl:before, #index #sec-products .h2-ttl:after {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
  justify-content: flex-end;
}

#index #sec-products .h2-ttl:before {
  margin-right: 1rem;
}

#index #sec-products .h2-ttl:after {
  margin-left: 1rem;
}

#index #sec-products .product-lineup .product__img {
  height: 300px;
  object-fit: contain;
  width: 100%;
}

#index #sec-products .product-lineup .container-products {
  /* grid-template-columns: repeat(3, 1fr); */
  grid-gap: 15px;
  display: grid;
  max-width: 1200px;
  margin: 0 auto;
  /* align-content: center; */
  display: flex;
  justify-content: center;
}

#index #sec-products .product-lineup .product-new {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  position: relative;
}

#index #sec-products .product-lineup .product-new:before {
  content: "New";
  background: #FF4E00;
  padding: 10px;
  width: 60px;
  position: absolute;
  top: 20px;
  right: 10px;
  transform: rotate(-90deg);
  color: white;
}

#index #sec-products .product-lineup .product {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  position: relative;
  align-content: center;
}

#index #sec-products .product-lineup .en {
  text-align: center;
  color: #333;
  font-size: 18px;
  margin: 10px;
  /* margin-top: 10px; */
  font-weight: 500;
}

#index #sec-products .product-lineup .jp {
  /* color: #FF4E00; */
  /* font-weight: bold; */
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  #index #sec-products .product-lineup .container-products {
    display: block;
    /* grid-template-columns: repeat(2, 1fr); */
    /* grid-gap: 15px; */
    width: 90%;
  }
  #index #sec-products .product-lineup .product {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    position: relative;
    margin: 10px auto;
  }
  #index #sec-products .product-lineup .product-new {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    position: relative;
  }
  #index #sec-products .product-lineup .product-new:before {
    content: "New";
    background: #FF4E00;
    padding: 9px;
    width: 30px;
    position: absolute;
    top: 8px;
    left: 90px;
    transform: rotate(-90deg);
    color: white;
  }
  #index #sec-products .product-lineup .product__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  #index #sec-products .product-lineup .en {
    /* text-align: center; */
    /* color: #333; */
    font-size: 16px;
    margin: 10px auto;
    /* margin-top: 10px; */
    /* font-weight: 500; */
  }
  #index #sec-products .product-lineup .jp {
    /* color: #FF4E00; */
    /* font-weight: bold; */
    margin-top: 0;
    font-size: 13px;
    line-height: 1.5;
  }
}

#index #sec-about  {
  max-width: 1400px;
  position: relative;
  width: 100%;
  margin: 50px auto;
  display: block;
}

#index #sec-about  .h2-ttl {
  display: block;
  font-size: 30px;
  letter-spacing: 0.16em;
  text-align: center;
  position: relative;
  margin-bottom: 80px;
  margin: 80px auto;
  font-weight: 400;

}

#index #sec-about  .wrap {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  display: flex;
  justify-content: center;
}
#index #sec-about .wrap .block-01 {
    width: 300px;
    height: auto;
    margin-right: 5%;
}
#index #sec-about .wrap .block-01 img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
}
#index #sec-about .wrap .block-02 {
    width: 35%;
}
#index #sec-about .wrap .block-02 .copy_en {
    margin-bottom: 10px auto;
    letter-spacing: 0.15em;
    line-height: 1.6em;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 400;
    margin: 0 auto;
    padding: 1em;
}
#index #sec-about .wrap .block-02 .sub_copy {
    letter-spacing: 1px;
    line-height: 2em;
    font-size: 15px;
    margin: 40px auto 0;
}
#index #sec-about .wrap .right .h2ttl {
    margin-bottom: 16px;
    font-size: 26px;
    letter-spacing: 0.16em;
    width: 100%;
    text-align: left;
    position: relative;
    font-weight: 400;
}


#index #sec-about  .btn {
  /* width: 80%; */
  margin: auto;
  /* max-width: 1400px; */
  position: relative;
  margin-top: 50px;
  margin-left: 80%;
}

#index #sec-about .btn p {
  font-weight: 400;
}

#index #sec-about  .btn .arrowimg {
  margin-left: 1px;
  margin-bottom: 1px;
}

#index #sec-about .btn .arrowimg img {
  transition: all .4s;
}
 #index #sec-about .btn:hover .arrowimg img {
  width: 120px;
  transition: all .4s;
}
@media screen and (max-width: 767px) {

#index #sec-about {
  width: 100%;
  margin: 150px auto;
  /* margin-top: 70px; */
  /* overflow: hidden; */
}

#index #sec-about .wrap {
  width: 100%;
  /* margin-left: auto; */
  /* display: flex; */
  flex-flow: column;
}
#index #sec-about .h2-ttl {
    display: block;
    font-size: 30px;
    letter-spacing: 0.16em;
    text-align: center;
    position: relative;
    margin: 80px auto 30px;
    font-weight: 400;
    width: 100%;
}
 
#index #sec-about .wrap .block-02 {
  width: 100%;
  margin: auto 0;
  order: 2;
  display: flex;
  flex-direction: column;
  /* padding: 2em; */
}

#index #sec-about .wrap .block-02 .h2ttl {
  font-size: 24px;
  letter-spacing: 4px;
  margin-top: 40px;
  margin-bottom: 30px;
  font-weight: 400;

}

#index #sec-about .wrap .copy_jp {
  font-size: 23px;
  letter-spacing: 7px;
  margin-bottom: 16px;
  margin-top: 35px;
}

#index #sec-about .wrap .copy_en {
  font-size: 18px;
  /* letter-spacing: 7px; */
  width: 75%;
  text-align: center;
  margin: 41px 0;
  /* align-items: center; */
  /* justify-content: center; */
  /* display: flex; */
  /* justify-content: space-between; */
  /* align-items: center; */
}

#index #sec-about .wrap .block-02 .sub_copy {
  width: 67%;
  margin: 41px 0;
  text-align: center;
  padding: 2em;
  margin: 0 auto;
}

#index #sec-about .wrap .block-01 {
  /* height: auto; */
  width: 100%;
  display: block;
  order: 1;
  margin-top: 30px;
  margin-right: 0;
}

#index #sec-about .wrap .block-01 img {
  width: 100%;
  /* height: 100vw; */
  object-fit: contain;
}

#index #sec-about .wrap .block-02 .btn {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-left: 70%;
}

#index #sec-about .wrap .block-02 .btn p {
  font-weight: 400;
}

#index #sec-about .wrap .block-02 .btn .arrowimg {
  margin-left: 5px;
  margin-bottom: 1px;
}

#index #sec-about .wrap .block-02 .btn .arrowimg img {
  transition: all .4s;
}

#index #sec-about .wrap .block-02 .btn:hover .arrowimg img {
  width: 120px;
  transition: all .4s;
}
}





/*==========================================================*/


/* about - index
/*==========================================================*/


#about #sec-about  {
  max-width: 1400px;
  position: relative;
  width: 100%;
  margin: 50px auto;
  display: block;
}

#about #sec-about .h2-ttl {
  display: flex;
  font-size: 30px;
  letter-spacing: 0.16em;
  text-align: center;
  position: relative;
  margin-bottom: 80px;
  margin: 200px auto 0;
  font-weight: 400;
  align-items: baseline;
}

#about #sec-about .h2-ttl:before, #about #sec-about .h2-ttl:after {
    border-top: 1px solid;
    content: "";
    flex-grow: 1;
}

#about #sec-about .h2-ttl:before {
    margin-right: 1rem;
}

#about #sec-about .h2-ttl:after {
    margin-left: 1rem;
}
#about #sec-about .h2-ttl_jp {
  display: flex;
  font-size: 15px;
  letter-spacing: 0.16em;
  text-align: center;
  position: relative;
  margin-bottom: 80px;
  margin: 10px auto 130px;
  font-weight: 400;
  justify-content: center;
}

#about #sec-about  .wrap {
  display: block;
  width: 100%;
  margin: 200px auto;
  max-width: 1200px;
  position: relative;
  display: flex;
  justify-content: center;
}
#about #sec-about .wrap .left {
    width: 300px;
    height: auto;
    margin-right: 5%;
}
#about #sec-about .wrap .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#about #sec-about .wrap .right {
    width: 35%;
}
#about #sec-about .wrap .right .copy_en {
    margin-bottom: 30px;
    letter-spacing: 0.15em;
    line-height: 1.6em;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 400;
}
#about #sec-about .wrap .right .sub_copy {
    letter-spacing: 1px;
    line-height: 2em;
    font-size: 15px;
    margin: 40px auto 0;
}
#about #sec-about .wrap .right .h2ttl {
    margin-bottom: 16px;
    font-size: 26px;
    letter-spacing: 0.16em;
    width: 100%;
    text-align: left;
    position: relative;
    font-weight: 400;
}





#about #sec-about .wrap .right2 {
    width: 300px;
    height: auto;
    margin-left: 5%;
}
#about #sec-about .wrap .right2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#about #sec-about .wrap .left2 {
    width: 35%;
}
#about #sec-about .wrap .left2 .copy_en {
    margin-bottom: 30px;
    letter-spacing: 0.15em;
    line-height: 1.6em;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 400;
}
#about #sec-about .wrap .left2 .sub_copy {
    letter-spacing: 1px;
    line-height: 2em;
    font-size: 15px;
    margin: 40px auto 0;
}
#about #sec-about .wrap .left2 .h2ttl {
    margin-bottom: 16px;
    font-size: 26px;
    letter-spacing: 0.16em;
    width: 100%;
    text-align: left;
    position: relative;
    font-weight: 400;
}














#about #sec-about  .btn {
  /* width: 80%; */
  margin: auto;
  /* max-width: 1400px; */
  position: relative;
  margin-top: 50px;
  margin-left: 80%;
}

#about #sec-about .btn p {
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

#about #sec-about .btn .arrowimg {
  margin-left: 1px;
  margin-bottom: 1px;
}

#about #sec-about .btn .arrowimg img {
  transition: all .4s;
}
 #about #sec-about .btn:hover .arrowimg img {
  width: 120px;
  transition: all .4s;
}
@media screen and (max-width: 767px) {

#about #sec-about {
  /* width: 100%; */
  /* position: relative; */
  /* margin: 70px auto; */
  /* margin-top: 70px; */
  /* display: block; */
  margin: 0;
}

#about #sec-about .wrap {
  width: 100%;
  /* margin-left: auto; */
  display: flex;
  flex-flow: column;
  margin: 50px auto;
}

#about #sec-about .wrap .right {
  width: 100%;
  margin: 0 auto;
  display: block;
}

#about #sec-about .wrap .right .h2ttl {
  font-size: 24px;
  letter-spacing: 4px;
  margin-top: 40px;
  margin-bottom: 30px;
  font-weight: 400;

}

#about #sec-about .wrap .copy_jp {
  font-size: 23px;
  letter-spacing: 7px;
  margin-bottom: 16px;
  margin-top: 35px;
}

#about #sec-about .wrap .right .copy_en {
  font-size: 18px;
  /* letter-spacing: 7px; */
  margin: 40px auto;
  width: 85%;
}

#about #sec-about .wrap .right .sub_copy {
  /* line-height: 2.5; */
  /* margin-top: 25px; */
  /* letter-spacing: 1px; */
  width: 85%;
  margin: 10px auto;
}

#about #sec-about .wrap .left {
  height: auto;
  width: 100%;
  display: block;
  margin-top: 30px;
}

#about #sec-about .wrap .left img {
  width: 100vw;
  height: 100vw;
  object-fit: cover;
}

#about #sec-about .wrap .right .btn {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 50px;
  /* width: 78%; */
}

#about #sec-about .wrap .right .btn p {
  font-weight: 400;
}

#about #sec-about .wrap .right .btn .arrowimg {
  margin-left: 5px;
  margin-bottom: 1px;
}

#about #sec-about .wrap .right .btn .arrowimg img {
  transition: all .4s;
}

#about #sec-about .wrap .right .btn:hover .arrowimg img {
  width: 120px;
  transition: all .4s;
}



 
#about #sec-about .wrap .left2 {
  width: 100%;
  margin: 0 auto;
  display: block;
}

#about #sec-about .wrap .left2 .h2ttl {
  font-size: 24px;
  letter-spacing: 4px;
  margin-top: 40px;
  margin-bottom: 30px;
  font-weight: 400;
  width: 85%;
  margin: 0 auto 30px;
}

#about #sec-about .wrap .copy_jp {
  font-size: 23px;
  letter-spacing: 7px;
  margin-bottom: 16px;
  margin-top: 35px;
}

#about #sec-about .wrap .left2 .copy_en {
  font-size: 18px;
  /* letter-spacing: 7px; */
  margin: 40px auto;
  width: 85%;
}

#about #sec-about .wrap .left2 .sub_copy {
  /* line-height: 2.5; */
  /* margin-top: 25px; */
  /* letter-spacing: 1px; */
  width: 85%;
  margin: 10px auto;
}

#about #sec-about .wrap .right2 {
  height: auto;
  width: 100%;
  display: block;
  margin-top: 30px;
  margin-left: 0;
}

#about #sec-about .wrap .right2 img {
  width: 100vw;
  height: 100vw;
  object-fit: cover;
}

#about #sec-about .wrap .left2 .btn {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 50px;
  /* width: 78%; */
}

#about #sec-about .wrap .left2 .btn p {
  font-weight: 400;
}

#about #sec-about .wrap .left2 .btn .arrowimg {
  margin-left: 5px;
  margin-bottom: 1px;
}

#about #sec-about .wrap .left2 .btn .arrowimg img {
  transition: all .4s;
}

#about #sec-about .wrap .left2 .btn:hover .arrowimg img {
  width: 120px;
  transition: all .4s;
}
}

@media screen and (max-width: 767px) {
  .mobile-order-1 {
    -webkit-order: 1;
    order: 1;
  }

  .mobile-order-2 {
    -webkit-order: 2;
    order: 2;
  }

  .mobile-order-3 {
    -webkit-order: 3;
    order: 3;
  }

  .mobile-order-4 {
    -webkit-order: 4;
    order: 4;
  }
}




#company {
    max-width: 1400px;
    position: relative;
    width: 100%;
    margin:100px auto 250px;
    display: block;
}

#company .h2ttl {
    font-size: 2.6rem;
    letter-spacing: 0.16em;
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 80px;
    font-weight: 400;
}

#company .wrap {
    margin: auto;
    max-width: 1000px;
    width: 80%;
    position: relative;
}

#company dl {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

#company dt {
    flex-basis: 15%;
    padding: 20px;
    background-color: #C9E8BE;
    border-bottom: 1px solid #ccc;
}

#company dd {
    flex-basis: 70%;
    padding: 20px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}


@media screen and (max-width: 767px) {

#company {
  max-width: 100%;
  margin: 70px auto;
}

#company .h2ttl {
  margin-bottom: 50px;
  font-size: 24px;
  letter-spacing: 4px;
  text-align: center;
  font-weight: 400;
}

#company .wrap {
  display: block;
  width: 85%;
  max-width: 85%;
  margin: 0 auto;
}

#company dl {
  flex-flow: column;
}

#company dt {
  flex-basis: 15%;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
}

#company dd {
  flex-basis: 90%;
  padding-top: 10px;
  padding-bottom: 30px;
}
}




/*==========================================================*/


/* privacy - index*/


/*==========================================================*/

#privacy {
    max-width: 1400px;
    position: relative;
    width: 100%;
    margin:100px auto 250px;
    display: block;
}

#privacy .h2ttl {
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    margin: 0;
  
}

#privacy .wrap {
  /* display: block; */
  /* width: 1200px; */
  /* position: relative; */
  /* margin: 0 auto; */
  /* display: block; */
  /* text-align: center; */
}

#privacy  .privacy-ttl {
  margin-bottom: 0px;
  max-width: 1000px;
  margin:0 auto;
  width: 100%;
  margin-bottom: 100px;
  max-width: 1000px;
  margin: 0 auto;
  /* margin: 10px 10px 150px; */
}


#privacy .wrap .privacy-ttl p {
  margin: 0 0 16px;
  text-align: left;
  margin-bottom: 25px;
}

#privacy .wrap .privacy-ttl p.indent {
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
  margin-bottom: 25px;
}
#privacy .wrap .privacy-ttl p.subtitle {
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
  margin-bottom: 8px;
  font-weight: bold;
}

#privacy .wrap .privacy-ttl p:first-child {
  margin-bottom: 0px;
}

#privacy  .section_heading {
  padding-top: 200px;
  padding-bottom: 100px;
  }

#privacy .section_heading .section_heading_title {
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    margin: 0; }


@media screen and (max-width: 768px) {
#privacy {
  max-width: 100%;
  margin: 70px auto;
}

#privacy  .section_heading {
    padding-top: 120px;
    padding-bottom: 48px;
    }
#privacy .wrap {
  display: block;
  width: 100%;
  /* max-width: 85%; */
  position: relative;
  margin: 0 auto;
}
  #privacy  .privacy-ttl {
  margin-bottom: 0px;
  max-width: 1000px;
  margin:0 auto;
  width: 85%;
  margin-bottom: 100px;
  /* max-width: 1000px; */
  margin: 0 auto;
  /* padding: 10px 30px 50px; */
}
 }










/*==========================================================*/


/* antisocial - index*/


/*==========================================================*/

#antisocial {
  max-width: 1400px;
  position: relative;
  width: 100%;
  margin:100px auto 250px;
  display: block;
}

#antisocial .h2ttl {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin: 0;

}

#antisocial .wrap {
/* display: block; */
/* width: 1200px; */
/* position: relative; */
/* margin: 0 auto; */
/* display: block; */
/* text-align: center; */
}

#antisocial  .antisocial-ttl {
margin-bottom: 0px;
max-width: 1000px;
margin:0 auto;
width: 100%;
margin-bottom: 100px;
max-width: 1000px;
margin: 0 auto;
/* margin: 10px 10px 150px; */
}


#antisocial .wrap .antisocial-ttl p {
  line-height: 1.5;
  margin: 0 0 16px;
  text-align: left;
  margin-bottom: 25px;
}

#antisocial .wrap .antisocial-ttl p.indent {
padding-left: 1em;
text-indent: -1em;
text-align: left;
margin-bottom: 25px;
}
#antisocial .wrap .antisocial-ttl p.subtitle {
padding-left: 1em;
text-indent: -1em;
text-align: left;
margin-bottom: 8px;
font-weight: bold;
}

#antisocial .wrap .antisocial-ttl p:first-child {
margin-bottom: 0px;
}

#antisocial  .section_heading {
padding-top: 200px;
padding-bottom: 100px;
}

#antisocial .section_heading .section_heading_title {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin: 0; }


@media screen and (max-width: 768px) {
#antisocial {
max-width: 100%;
margin: 70px auto;
}

#antisocial  .section_heading {
  padding-top: 120px;
  padding-bottom: 48px;
  }
#antisocial .wrap {
display: block;
width: 100%;
/* max-width: 85%; */
position: relative;
margin: 0 auto;
}
#antisocial  .antisocial-ttl {
margin-bottom: 0px;
max-width: 1000px;
margin:0 auto;
width: 85%;
margin-bottom: 100px;
/* max-width: 1000px; */
margin: 0 auto;
/* padding: 10px 30px 50px; */
}
}

.antisocial-list-block li {
  line-height: 1.5;
  margin: 0 0 16px;
  text-align: left;
  margin-bottom: 25px;
  margin-top: 8px;
  display: flex;
}
.antisocial-list-first-span {
  width: 2%;
}
@media screen and (max-width: 768px) {
  .antisocial-list-first-span {
    width: 13%;
  } 
}













/*==========================================================*/
/* Index - products
/*==========================================================*/

#index #sec-sns {
  max-width: 1400px;
  position: relative;
  width: 100%;
  margin: 0px auto;
  display: block;
}

#index #sec-sns .h2-ttl {
  display: flex;
  /* font-size: 30px; */
  letter-spacing: 0.16em;
  text-align: center;
  position: relative;
  margin: 80px auto 30px;
  font-weight: 400;
  align-items: center;
  justify-content: center;
  width: 300px;
}

#index #sec-sns .h2-ttl:after {
  margin-left: 1rem;
}

#index #sec-sns .sns-lineup .icon__img {
 width: 80px;
}

#index #sec-sns .sns-lineup .container-icon {
  /* grid-template-columns: repeat(3, 1fr); */
  grid-gap: 15px;
  display: grid;
  max-width: 500px;
  margin: 0 auto;
  /* align-content: center; */
  display: flex;
  justify-content: center;
}

#index #sec-sns .sns-lineup .icon {
  /* border: 1px solid #ccc; */
  padding: 10px;
  text-align: center;
  position: relative;
  align-content: center;
  justify-content: center;
}

#index #sec-sns .sns-lineup .en {
  text-align: center;
  color: #333;
  font-size: 18px;
  margin: 10px;
  /* margin-top: 10px; */
  font-weight: 500;
}

#index #sec-sns .sns-lineup .jp {
  /* color: #FF4E00; */
  /* font-weight: bold; */
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
 
#index #sec-sns .h2-ttl {
  margin: 80px auto 20px;

  width: 150px;
}

  #index #sec-sns .sns-lineup .container-icon {
    display: flex;
    /* grid-template-columns: repeat(2, 1fr); */
    /* grid-gap: 15px; */
    width: 50%;
  }
  #index #sec-sns .sns-lineup .icon {
    /* border: 1px solid #ccc; */
    padding: 10px;
    text-align: center;
    position: relative;
    margin: 10px auto;
  }  #index #sec-sns .sns-lineup .icon__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  #index #sec-sns .sns-lineup .en {
    /* text-align: center; */
    /* color: #333; */
    font-size: 16px;
    margin: 10px auto;
    /* margin-top: 10px; */
    /* font-weight: 500; */
  }
  #index #sec-sns .sns-lineup .jp {
    /* color: #FF4E00; */
    /* font-weight: bold; */
    margin-top: 0;
    font-size: 13px;
    line-height: 1.5;
  }
}

