@charset "utf-8";

/*
  base
*/
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);

@media (max-width: 640px) {
  .brandSiteHeader .logo img {
    max-width: none;
  }
}

body {
  text-align: center;
}

img {
  vertical-align: bottom;
}
/*
  layout
*/
.l-wrapper {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.l-nav, .l-main {
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
}
.l-nav {
  position: relative;
  width: 100%;
  background-color: #fff;
  z-index: 12;
}
.l-nav img {
  max-width: 100%;
}
.l-main.t-result {
  padding-top: 0;
}
.l-main.t-homme {
  background: #e9f5f3;
}
.l-pagetop {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 20px;
  z-index: 11;
  cursor: pointer;
}
.l-pagetop:hover img, .l-amazon:hover img {
  opacity: 0.7;
}
.l-amazon {
  position: fixed;
  bottom: 50%;
  right: 0;
  z-index: 12;
}

/*
  utility
*/
.u-cf {
  zoom: 1;
 }
.u-cf:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}
.u-fc1 {
  color: #ff6397;
}
.u-fc2 {
  color: #5fc1e6;
}
.u-fc3 {
  color: #6abd27;
}
.u-fc4 {
  color: #8d1c15;
}
.u-fc5 {
  color: #e52121;
}
.u-fcf {
  color: #fff;
}
.u-fw-r {
  font-weight: inherit;
}
.u-fw-m {
  font-weight: 500;
}
.u-fw-b {
  font-weight: bold;
}
.u-al {
  text-align: left;
}
.u-ac {
  text-align: center;
}
.u-ar {
  text-align: right;
}
.u-indent {
  text-indent: -1em;
  padding-left: 1em;
}
.u-mt10 {
  margin-top: 10px;
}
.u-bg1 {
  background-color: #ff6397;
}
.u-bg1_pale {
  background-color: #ffeaf1;
}
.u-bg2 {
  background-color: #5fc1e6;
}
.u-bg2_pale {
  background-color: #e9f2f5;
}
.u-bg3 {
  background-color: #6abd27;
}
.u-bg3_pale {
  background-color: #eef9e5;
}
.u-bg4 {
  background-color: #8d1c15;
}
.u-bg4_pale {
  background-color: rgba(141,28,21,0.15);
}
.u-bgf {
  background-color: #fff;
}
.u-bgf_pale {
  background-color: rgba(255,255,255,0.5);
}
.u-hidden {
  visibility:hidden;
}
.u-sup {
  vertical-align: super;
  font-size: smaller;
}

/*
  component
*/
.c-anchor-list_item img {
  width: 100%;
}
.c-anchor-list_item a img {
  backface-visibility: hidden;
}
.c-anchor-list_item a:hover img {
  opacity: 0.7;
}
.c-lineup_title {
  position: relative;
}
.c-lineup_title:before, .c-lineup_title:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
}
.c-lineup_title span {
  position: relative;
  display: inline-block;
  background: url(../img/bg_c-lineup_title_span.png) repeat-x;
}
.c-lineup_title span:before, .c-lineup_title span:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  background: url(../img/bg_c-lineup_title_span_ba.png) no-repeat;
}
.c-lineup_title span:after {
  -webkit-transform: scale(-1,1);
  transform: scale(-1,1);
}
.c-lineup_inner_title {
  position: relative;
  display: inline-block;
  height: 100%;
}
.c-lineup_inner_title.t-01 {
  background: url(../img/bg_c-lineup_inner_title_01.png) repeat-x;
  background-size: contain;
}
.c-lineup_inner_title.t-02 {
  background: url(../img/bg_c-lineup_inner_title_02.png) repeat-x;
  background-size: contain;
}
.c-lineup_inner_title.t-03 {
  background: url(../img/bg_c-lineup_inner_title_03.png) repeat-x;
  background-size: contain;
}
.c-lineup_inner_title.t-04 {
  background: url(../img/bg_c-lineup_inner_title_04.png) repeat-x;
  background-size: contain;
}
.c-lineup_inner_title:before, .c-lineup_inner_title:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
}
.c-lineup_inner_title.t-01:before, .c-lineup_inner_title.t-01:after {
  background: url(../img/bg_c-lineup_inner_title_01_ba.png) no-repeat;
  background-size: contain;
}
.c-lineup_inner_title.t-02:before, .c-lineup_inner_title.t-02:after {
  background: url(../img/bg_c-lineup_inner_title_02_ba.png) no-repeat;
  background-size: contain;
}
.c-lineup_inner_title.t-03:before, .c-lineup_inner_title.t-03:after {
  background: url(../img/bg_c-lineup_inner_title_03_ba.png) no-repeat;
  background-size: contain;
}
.c-lineup_inner_title.t-04:before, .c-lineup_inner_title.t-04:after {
  background: url(../img/bg_c-lineup_inner_title_04_ba.png) no-repeat;
  background-size: contain;
}
.c-lineup_inner_title:after {
  -webkit-transform: scale(-1,1);
  transform: scale(-1,1);
}
.c-lineup_inner_note {
  font-size: 0.6875rem;
}
.c-lineup_inner_list_item {
  display: inline-block;
}
.c-lineup_inner_list_item:first-child {
  padding-left: 0;
}
.c-lineup_inner_list_item img {
  max-width: 100%;
}
.c-lineup_inner_list_item a:hover img {
  opacity: 0.6;
}

/*
  project
*/
.p-title-l {
  position: relative;
  display: table;
  width: 100%;
  background: url(../img/bg_p-title-l.png) repeat-x;
}
.p-title-l:before, .p-title-l:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
}
.p-title-l:before {
  background: url(../img/bg_p-title-l_before.png) no-repeat center top;
}
.p-title-l:after {
  background: url(../img/bg_p-title-l_after.png) no-repeat center top;
}
.p-title-l span, .p-title-m span {
  display: table-cell;
  vertical-align: middle;
}
.p-title-l.t-flower span {
  position: relative;
}
.p-title-l.t-flower span:before, .p-title-l.t-flower span:after {
  content: "";
  position: absolute;
  display: block;
}
.p-title-l.t-flower span:before {
  background: url(../img/bg_p-title-l_02_before.png) no-repeat;
}
.p-title-l.t-flower span:after {
  background: url(../img/bg_p-title-l_02_after.png) no-repeat;
}
.p-title-l.t-flower img {
  position: relative;
  z-index: 1;
}
.p-title-l img {
  max-width: 96%;
}
.p-title-m {
  position: relative;
  display: table;
  width: 100%;
  background-color: rgba(255,255,255,0.5);
  border: 1px solid #8d1c15;
  box-sizing: border-box;
}
.p-title-m:before, .p-title-m:after {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/bg_p-title-m_ba.png) no-repeat;
}
.p-title-m.t-mb15 {
  margin-bottom: 15px;
}
.p-title-m.t-mb5 {
  margin-bottom: 5px;
}
.p-title-m img {
  max-width: 94%;
}
.p-object {
  position: relative;
}
.p-object_cloud, .p-object_diamond {
  content: "";
  position: absolute;
}
.p-object_cloud.t-large {
  background: url(../img/bg_p-object_cloud_large.png) no-repeat;
  background-size: contain;
  -webkit-animation: cloud_large 3s linear 0s infinite normal;
  animation: cloud_large 3s linear 0s infinite normal;
}
@-webkit-keyframes cloud_large {
  0% {-webkit-transform: translateY(0)}
  25% {-webkit-transform: translateY(-10px)}
  50% {-webkit-transform: translateY(0)}
  75% {-webkit-transform: translateY(10px)}
  100% {-webkit-transform: translateY(0)}
}
@keyframes cloud_large {
  0% {transform: translateY(0)}
  25% {transform: translateY(-10px)}
  50% {transform: translateY(0)}
  75% {transform: translateY(10px)}
  100% {transform: translateY(0)}
}
.p-object_cloud.t-small {
  background: url(../img/bg_p-object_cloud_small.png) no-repeat;
  background-size: contain;
  -webkit-animation: cloud_small 3s linear 0s infinite normal;
  animation: cloud_small 3s linear 0s infinite normal;
}
@-webkit-keyframes cloud_small {
  0% {-webkit-transform: translateY(0)}
  25% {-webkit-transform: translateY(-4px)}
  50% {-webkit-transform: translateY(0)}
  75% {-webkit-transform: translateY(4px)}
  100% {-webkit-transform: translateY(0)}
}
@keyframes cloud_small {
  0% {transform: translateY(0)}
  25% {transform: translateY(-4px)}
  50% {transform: translateY(0)}
  75% {transform: translateY(4px)}
  100% {transform: translateY(0)}
}
.p-object_diamond.t-large {
  background: url(../img/bg_p-object_diamond_large.png) no-repeat;
  background-size: contain;
  -webkit-animation: diamond_large 3s linear 0s infinite normal;
  animation: diamond_large 3s linear 0s infinite normal;
}
@-webkit-keyframes diamond_large {
  0% {-webkit-transform: translateY(0)}
  25% {-webkit-transform: translateY(-7px)}
  50% {-webkit-transform: translateY(0)}
  75% {-webkit-transform: translateY(7px)}
  100% {-webkit-transform: translateY(0)}
}
@keyframes diamond_large {
  0% {transform: translateY(0)}
  25% {transform: translateY(-7px)}
  50% {transform: translateY(0)}
  75% {transform: translateY(7px)}
  100% {transform: translateY(0)}
}
.p-object_diamond.t-small {
  background: url(../img/bg_p-object_diamond_small.png) no-repeat;
  background-size: contain;
  -webkit-animation: diamond_small 3s linear 0s infinite normal;
  animation: diamond_small 3s linear 0s infinite normal;
}
@-webkit-keyframes diamond_small {
  0% {-webkit-transform: translateY(0)}
  25% {-webkit-transform: translateY(-4px)}
  50% {-webkit-transform: translateY(0)}
  75% {-webkit-transform: translateY(4px)}
  100% {-webkit-transform: translateY(0)}
}
@keyframes diamond_small {
  0% {transform: translateY(0)}
  25% {transform: translateY(-4px)}
  50% {transform: translateY(0)}
  75% {transform: translateY(4px)}
  100% {transform: translateY(0)}
}

@media screen and (max-width: 630px) {
  .c-lineup_inner_list_item img.t-medicated {
    display: inline-block;
    width: 45px;
  }
}

@media screen and (max-width: 640px) {
  .l-nav.is-fixed + .l-main {
    margin-top: 22%;
  }
  .l-main {
    font-size: 0.75rem;
    line-height: 1.58;
    padding: 30px 10px;
    overflow: hidden;
  }
  .l-pagetop {
    width: 81px;
  }
  .l-pagetop img, .l-amazon img {
    width: 100%;
  }
  .l-amazon {
    width: 87px;
  }
  .u-pc {
    display: none;
  }
  .u-fs-l {
    font-size: 1rem;
  }
  .u-fs-ml {
    font-size: 0.875rem;
  }
  .c-anchor-list_item {
    margin-bottom: 8px;
  }
  .c-anchor-list_item img {
    max-width: 283px;
  }
  .c-lineup_title {
    height: 69px;
    margin: 63px auto 25px;
  }
  .c-lineup_title img {
    width: 135px;
  }
  .c-lineup_title span {
    min-height: 51px;
    padding-top: 18px;
    background-size: contain;
  }
  .c-lineup_title span:before, .c-lineup_title span:after {
    width: 8px;
    background-size: contain;
  }
  .c-lineup_title span:before {
    left: -8px;
  }
  .c-lineup_title span:after {
    right: -8px;
  }
  .c-lineup_inner, .c-lineup_inner_left {
    margin-bottom: 25px;
  }
  .c-lineup_inner_title {
    width: 94%;
    padding: 8px 0 11px;
    margin-bottom: 23px;
  }
  .c-lineup_inner_title:before, .c-lineup_inner_title:after {
    width: 10px;
  }
  .c-lineup_inner_title:before {
    left: -9px;
  }
  .c-lineup_inner_title:after {
    right: -9px;
  }
  .c-lineup_inner_title.t-01 img {
    width: 95px;
  }
  .c-lineup_inner_title.t-02 img {
    width: 96px;
  }
  .c-lineup_inner_title.t-03 img {
    width: 97px;
  }
  .c-lineup_inner_title.t-04 img {
    width: 116px;
  }
  .c-lineup_inner_list_item {
    margin-bottom: 18px;
  }
  .p-title-l {
    margin: 20px 0 12px;
    padding: 14px 0 15px;
    background-size: contain;
  }
  .p-title-l:before {
    height: 19px;
    top: -20px;
    background-size: 115px 19px;
  }
  .p-title-l:after {
    height: 11px;
    bottom: -12px;
    background-size: 85px 11px;
  }
  .p-title-l.t-flower span:before {
    width: 68px;
    height: 46px;
    bottom: -15px;
    left: -7px;
    margin-bottom: -15px;
    background-size: 68px 46px;
  }
  .p-title-l.t-flower span:after {
    width: 62px;
    height: 46px;
    bottom: -15px;
    right: -9px;
    margin-bottom: -14px;
    background-size: 62px 46px;
  }
  .p-title-m {
    margin: 40px auto 25px;
    padding: 26px 0;
  }
  .p-title-m:before, .p-title-m:after {
    width: 56px;
    height: 56px;
    background-size: 56px 56px;
  }
  .p-title-m:before {
    bottom: -6px;
    left: -6px;
  }
  .p-title-m:after {
    top: -6px;
    right: -6px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .p-object_cloud.t-large {
    width: 93px;
    height: 74px;
  }
  .p-object_cloud.t-small {
    width: 75px;
    height: 56px;
  }
  .p-object_diamond.t-large {
    width: 38px;
    height: 70px;
  }
  .p-object_diamond.t-small {
    width: 27px;
    height: 45px;
  }
}

@media screen and (max-width: 768px) {
  .l-main {
    background: url(../img/bg_l-main.png) repeat-y center top;
    background-size: 950px auto;
  }
  .l-main.t-02 {
    background: url(../img/bg_l-main_02.png) repeat-y center top;
    background-size: 950px auto;
  }
  .l-main.t-03 {
    background: url(../img/bg_l-main_03.png) repeat-y center top;
    background-size: 950px auto;
  }
  .c-lineup_title:before, .c-lineup_title:after {
    width: 25%;
    background: url(../img/bg_c-lineup_title_ba_sp.png) no-repeat;
    background-size: contain;
  }
  .c-lineup_title:before {
    left: -8px;
    background-position: left center;
  }
  .c-lineup_title:after {
    right: -8px;
    background-position: right center;
  }
  .c-lineup_title span {
    width: 48%;
  }
  .c-lineup_inner_list_item.t-01_01 {
    width: 22%;
  }
  .c-lineup_inner_list_item.t-01_02 {
    width: 16.5%;
    margin-left: 5%;
  }
  .c-lineup_inner_list_item.t-01_03 {
    width: 18%;
    margin-left: 7%;
  }
  .c-lineup_inner_list_item.t-01_04 {
    width: 18%;
    margin-left: 6%;
  }
  .c-lineup_inner_list_item.t-01_05 {
    width: 24%;
  }
  .c-lineup_inner_list_item.t-01_06 {
    width: 15.3%;
    margin-left: 8%;
  }
  .c-lineup_inner_list_item.t-01_07 {
    width: 15.3%;
    margin-left: 11%;
  }
  .c-lineup_inner_list_item.t-02_01 {
    width: 26.5%;
  }
  .c-lineup_inner_list_item.t-02_02 {
    width: 16.5%;
    margin-left: 7%;
  }
  .c-lineup_inner_list_item.t-02_03 {
    width: 16.5%;
    margin-left: 11.6%;
  }
  .c-lineup_inner_list_item.t-03_01 {
    width: 14.8%;
  }
  .c-lineup_inner_list_item.t-03_02 {
    width: 15.8%;
    margin-left: 11%;
  }
  .c-lineup_inner_list_item.t-03_03 {
    width: 22.3%;
    margin-left: 10.8%;
  }
  .c-lineup_inner_list_item.t-04_01 {
    width: 18%;
  }
  .c-lineup_inner_list_item.t-04_02 {
    width: 16.5%;
    margin-left: 15%;
  }
}

@media screen and (max-width: 1050px) {
  .l-nav.is-open {
    display: block;
  }
  .l-nav.is-fixed {
    position: fixed;
    top: 0;
    border-bottom: 1px solid #bfbfbf;
  }
  .l-nav_logo {
    width: 23%;
    max-width: 152px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .l-nav_sns {
    position: absolute;
    width: 29%;
    max-width: 178px;
    top: 20px;
  }
  .l-nav.is-fixed .l-nav_sns {
    top: 35px;
  }
  .l-nav_sns_item {
    display: inline-block;
    width: 20%;
    vertical-align: middle;
    margin-left: 12.5%;
  }
  .l-nav_toggle {
    position: absolute;
    display: inline-block;
    top: 10px;
    right: 0;
    width: 35px;
    height: 24.5px;
    padding: 11px 10px 12px;
    z-index: 12;
  }
  .l-nav.is-fixed .l-nav_toggle {
    top: 25px;
  }
  .l-nav_toggle_inner {
    display: block;
  }
  .l-nav_toggle_inner, .l-nav_toggle_inner:before, .l-nav_toggle_inner:after {
    position: absolute;
    width: 35px;
    height: 3px;
    background-color: #643114;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }
  .l-nav_toggle_inner:before, .l-nav_toggle_inner:after {
    content: "";
    display: block;
  }
  .l-nav_toggle_inner:before {
    top: 11px;
    transition-property: transform, opacity;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }
  .l-nav_toggle_inner:after {
    top: 22px;
  }
  .l-nav_toggle.is-open .l-nav_toggle_inner {
    -webkit-transform: translate(0, 11px) rotate(45deg);
    transform: translate(0, 11px) rotate(45deg);
  }
  .l-nav_toggle.is-open .l-nav_toggle_inner:before {
    -webkit-transform: translate(-5.71429px, -6px) rotate(-45deg);
    transform: translate(-5.71429px, -6px) rotate(-45deg);
    opacity: 0;
  }
  .l-nav_toggle.is-open .l-nav_toggle_inner:after {
    -webkit-transform: translate(0, -22px) rotate(-90deg);
    transform: translate(0, -22px) rotate(-90deg);
  }
  .l-nav_list {
    display: none;
  }
  .l-nav_list_item:first-child {
    border-top: 1px solid #bfbfbf;
  }
  .l-nav_list_item_text, .l-nav_lang_item a {
    display: block;
    padding: 16px 0;
  }
  .l-nav_list_item_text {
    color: #333;
    font-size: 0.75rem;
    text-decoration: none;
    border-bottom: 1px solid #bfbfbf;
  }
  .l-nav_list_item_text.is-current, .l-nav_list_item_text:active {
    color: #8d1c15;
    background-color: #fff;
  }
  .l-nav_list_item_text.t-homme {
    color: #199d57;
  }
  .l-nav_list_item_text img {
    display: none;
  }
  .l-nav_amazon.t-wide, .l-nav_lang.t-wide {
    display: none;
  }
  .l-nav_lang.t-narrow {
    border-bottom: 1px solid #bfbfbf;
  }
  .l-nav_list_item.t-amazon {
    margin-top: 16px;
  }
  .l-nav_lang_item {
    display: inline-block;
    width: 65px;
    margin: 0 16px;
  }
}

@media screen and (min-width: 641px) {
  .l-wrapper {
    padding: 0 12px;
  }
  .l-main {
    font-size: 0.875rem;
    line-height: 1.85;
    padding: 60px 0 100px;
    background: url(../img/bg_l-main.png) repeat-y;
    background-size: 100% auto;
    overflow: hidden;
  }
  .l-main.t-02 {
    background: url(../img/bg_l-main_02.png) repeat-y;
    background-size: 100% auto;
  }
  .l-main.t-03 {
    background: url(../img/bg_l-main_03.png) repeat-y;
    background-size: 100% auto;
  }
  .u-sp {
    display: none;
  }
  .u-fs-l {
    font-size: 1.125rem;
  }
  .u-fs-ml {
    font-size: 1rem;
  }
  .c-anchor-list_item {
    display: inline-block;
    width: 32.6%;
    margin-left: 1.1%;
  }
  .c-anchor-list_item:first-child {
    margin-left: 0;
  }
  .c-lineup_title {
    height: 138px;
    margin: 100px auto 40px;
  }
  .c-lineup_title.t-result {
    margin-top: 0;
  }
  .c-lineup_title span {
    min-height: 103px;
    padding-top: 35px;
  }
  .c-lineup_title span:before, .c-lineup_title span:after {
    width: 16px;
  }
  .c-lineup_title span:before {
    left: -16px;
  }
  .c-lineup_title span:after {
    right: -16px;
  }
  .c-lineup_inner_title {
    width: 430px;
    max-width: 87%;
    min-height: 53px;
    padding-top: 25px;
    margin-bottom: 45px;
  }
  .c-lineup_inner_title:before, .c-lineup_inner_title:after {
    width: 19px;
  }
  .c-lineup_inner_title:before {
    left: -19px;
  }
  .c-lineup_inner_title:after {
    right: -19px;
  }
  .c-lineup_inner_note {
    text-align: right;
  }
  .p-title-l {
    height: 95px;
    margin: 40px 0 24px;
  }
  .p-title-l:before {
    height: 38px;
    top: -40px;
  }
  .p-title-l:after {
    height: 22px;
    bottom: -24px;
  }
  .p-title-l.t-flower span:before, .p-title-l.t-flower span:after {
    background-position: center center;
    background-size: contain;
  }
  .p-title-l.t-flower span:before {
    width: 16.9%;
    height: 112px;
    bottom: 0;
    left: -5%;
    margin-bottom: -37px;
  }
  .p-title-l.t-flower span:after {
    width: 15.3%;
    height: 112px;
    bottom: 0;
    right: -3.5%;
    margin-bottom: -37px;
  }
  .p-title-m {
    height: 135px;
    margin: 100px auto 40px;
  }
  .p-title-m.t-result {
    margin-top: 55px;
  }
  .p-title-m:before, .p-title-m:after {
    width: 112px;
    height: 111px;
  }
  .p-title-m:before {
    bottom: -12px;
    left: -12px;
  }
  .p-title-m:after {
    top: -12px;
    right: -12px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .p-object_cloud.t-large {
    width: 185px;
    height: 147px;
  }
  .p-object_cloud.t-small {
    width: 150px;
    height: 112px;
  }
  .p-object_diamond.t-large {
    width: 76px;
    height: 140px;
  }
  .p-object_diamond.t-small {
    width: 53px;
    height: 90px;
  }
}

@media screen and (min-width: 641px) and (max-width: 768px) {
  .c-lineup_title:before, .c-lineup_title:after {
    width: 24%;
  }
  .c-lineup_inner, .c-lineup_inner_left {
    margin-bottom: 18px;
  }
  .c-lineup_inner_list_item {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 641px) and (max-width: 800px) {
  .u-tb-none {
    display: none;
  }
  .u-tb-block {
    display: block;
  }
}

@media screen and (min-width: 641px) and (max-width: 1050px) {
  .l-nav.is-fixed + .l-main {
    margin-top: 134px;
  }
  .l-amazon {
    bottom: 42%;
  }
}

@media screen and (min-width: 641px) and (max-width: 1112px) {
  .p-title-l.t-flower span:before {
    left: -1%;
  }
  .p-title-l.t-flower span:after {
    right: -1%;
  }
}

@media screen and (min-width: 769px) {
  .c-lineup_title:before, .c-lineup_title:after {
    width: 28%;
    background: url(../img/bg_c-lineup_title_ba_pc.png) no-repeat;
    background-size: contain;
  }
  .c-lineup_title:before {
    left: 1%;
    background-position: left center;
  }
  .c-lineup_title:after {
    right: 1%;
    background-position: right center;
  }
  .c-lineup_title span {
    width: 37%;
  }
  .c-lineup_title img {
    max-width: 100%;
  }
  .c-lineup_inner_left {
    float: left;
    width: 50%;
  }
  .c-lineup_inner {
    margin-bottom: 50px;
    padding-bottom: 54px;
    background: url(../img/bg_c-lineup_inner.png) repeat-x;
    background-position: left bottom;
  }
  .c-lineup_inner.t-top {
    padding-bottom: 14px;
  }
  .c-lineup_inner.t-last {
    background: none;
  }
  .c-lineup_inner_right {
    float: right;
    width: 50%;
  }
  .c-lineup_inner_note {
    margin-top: 20px;
  }
  .c-lineup_inner_list_item.t-01_01 {
    width: 13.2%;
  }
  .c-lineup_inner_list_item.t-01_02 {
    width: 9.9%;
    margin-left: 3.7%;
  }
  .c-lineup_inner_list_item.t-01_03 {
    width: 10.8%;
    margin-left: 4.6%;
  }
  .c-lineup_inner_list_item.t-01_04 {
    width: 10.8%;
    margin-left: 4.3%;
  }
  .c-lineup_inner_list_item.t-01_05 {
    width: 14.5%;
    margin-left: 2.5%;
  }
  .c-lineup_inner_list_item.t-01_06 {
    width: 9.2%;
    margin-left: 3.1%;
  }
  .c-lineup_inner_list_item.t-01_07 {
    width: 9.2%;
    margin-left: 3.3%;
  }
  .c-lineup_inner_list_item.t-02_01 {
    width: 30.8%;
  }
  .c-lineup_inner_list_item.t-02_02 {
    width: 19.8%;
    margin-left: 6.6%;
  }
  .c-lineup_inner_list_item.t-02_03 {
    width: 19.8%;
    margin-left: 11.6%;
  }
  .c-lineup_inner_list_item.t-03_01 {
    width: 17.8%;
  }
  .c-lineup_inner_list_item.t-03_02 {
    width: 19%;
    margin-left: 11%;
  }
  .c-lineup_inner_list_item.t-03_03 {
    width: 26.8%;
    margin-left: 6.4%;
  }
  .c-lineup_inner_list_item.t-04_01 {
    width: 10.8%;
  }
  .c-lineup_inner_list_item.t-04_02 {
    width: 9.9%;
    margin-left: 8.7%;
  }
}

@media screen and (min-width: 1051px) {
  .l-nav {
    display: block !important;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 12px;
  }
  .l-nav_logo {
    position: relative;
    float: left;
    height: 81px;
    padding-left: 12%;
  }
  .l-nav_logo_item {
    position: absolute;
    width: 100%;
    left: 0;
  }
  .l-nav_lang.t-narrow {
    display: none;
  }
  .l-nav_lang, .l-nav_amazon, .l-nav_sns {
    float: right;
  }
  .l-nav_lang {
    width: 6.5%;
    padding-top: 0.7%;
  }
  .l-nav_lang_item {
    margin-top: 10%;
  }
  .l-nav_amazon {
    width: 10.6%;
    padding-top: 1.4%;
    margin-right: 1%
  }
  .l-nav_sns {
    width: 2.8%;
    padding-top: 1.7%;
    padding-right: 1%;
  }
  .l-nav_sns_item + .l-nav_sns_item {
    margin-top: 20%;
  }
  .l-nav_sns_item:last-child {
    display: none;
  }
  .l-nav_toggle {
    display: none;
  }
  .l-nav_list {
    display: block !important;
    width: 65.3%;
    margin: 0 22.5% 0 12%;
    padding-top: 1.5%;
    background-color: #fff;
  }
  .l-nav_list_item {
    display: inline-block;
    width: 12.5%;
    border-right: 1px solid #bfbfbf;
    box-sizing: border-box;
  }
  .l-nav_list_item.t-amazon, .l-nav_list_item.t-lang, .l-nav_list_item span {
    display: none;
  }
  .l-nav_list_item_text {
    position: relative;
    display: block;
  }
  .l-nav_list_item_text:before {
    content: "";
    position: absolute;
    display: none;
    width: 75%;
    height: 1px;
    bottom: -10px;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #8d1c15;
  }
  .l-nav_list_item_text:hover:before, .l-nav_list_item_text.is-current:before {
    display: block;
  }
}

.t-pcMt01 {
  margin-top: 29.4%;
}
.t-pcMt02 {
  margin-top: 21.3%;
}
@media screen and (max-width: 1000px) {
  .t-pcMt01 {
    margin-top: 30.7%;
  }
}
@media screen and (max-width: 768px) {
  .t-pcMt01 {
    margin-top: 0;
  }
  .t-pcMt02 {
    margin-top: 0;
  }
}

.l-nav_modalArea01 img {
  max-width: 100%;
}
.l-nav_modalArea01 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 100;
  display: none;
}
.l-nav_modalArea01-contents {
  /*background-color: rgba(255,255,255,0.9);*/
  position: absolute;
  top: 100px;
  left: 20px;
  right: 20px;
  bottom: 100px;
  margin: auto;
  max-height: 80vh;
  max-width: 1040px;
}
.l-nav_modalArea01-contents-inn {
  background-color: rgba(255,255,255,0.9);

  display: flex;
  flex-direction: column;
  /*flex-wrap: wrap;*/
  justify-content: center;
  padding: 100px 20px;
  overflow-y: scroll;
  /*height: 80%;*/
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.l-nav_modalArea01-contents-inn > * {
  width: 100%;
}
.l-nav_modalArea01-contents-inn-02 {
  height: auto;
}
.l-nav_modalArea01-contents-title {
  font-size: 2rem;
  color: #8d1c15;
  text-align: center;
}
.l-nav_modalArea01-contents-shop-list {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.l-nav_modalArea01-contents-sho-list-item {
  margin: 0 15px;
}
.l-nav_modalArea01-contents-text01 {
  margin-top: 30px;
  font-size: 0.875rem;
}
.l-nav-modalArea01-close {
  width: 45px;
  height: 45px;
  position: absolute;
  top: -65px;
  transform: rotate(45deg);
  right: 0;
  z-index: 110;
  cursor: pointer;
}
.l-nav-modalArea01-close::before,
.l-nav-modalArea01-close::after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;

}
.l-nav-modalArea01-close::before {
  width: 45px;
  height: 3px;
}
.l-nav-modalArea01-close::after {
  height: 45px;
  width: 3px;
}
@media screen and (max-width: 768px) {
  .l-nav_modalArea01-contents {
    max-height: 70vh;
    top: 30px;
    bottom: 30px;
  }
  .l-nav_modalArea01-contents-inn {
    padding: 30px 10px;
    height: 100%;
  }
  .l-nav_modalArea01-contents-shop-list {
    display: block;
  }
  .l-nav_modalArea01-contents-shop-list {
    margin-top: 30px;
  }
  .l-nav_modalArea01-contents-sho-list-item  + .l-nav_modalArea01-contents-sho-list-item {
    margin-top: 20px;
  }
}

