@charset "utf-8";
html {
  font-size: 62.5%;
  line-height: 66.66667%;
}



body.layer {
  height: 100%;
  overflow: hidden;
}

a {
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover {
  opacity: .7;
}

.top_container {
  margin: 0 auto;
  max-width: 1100px;
  /* padding: 0 20px; */
}

.top_sp {
  display: none !important;
}

.top_pc {
  display: block !important;
}

@media screen and (min-width: 786px){
	.sp{
		display: none !important;
	}
}
@media screen and (max-width: 785px){
	.pc{
		display: none !important;
	}
	.sp-ham-navi .footer_left_item ul li a{
		text-align: left;
	}
	li.top_cart.sp-navi-login {
    text-align: left;
}
	li.top_cart.sp-navi-login a {
	    display: inline-block;
	}
	.sp-navi-logo span.logo-mg {
    width: 160px;
    display: block;
    margin-top: 20px;
}
	.sp-navi-logo span.logo-sty {
    display: block;
    width: 90px;
    margin-top: 30px;
	}
}
.c_header_height {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 5;
}


.header {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1100px;
  /* padding: 20px 133px 17px 133px; */
  padding: 20px 20px 23px 20px;
}

.header.story {
  padding: 22px 20px 22px 20px;
}

.header_logo {
  display: flex;
  justify-content: flex-start;
  margin-right: 20px;
}

.header_logo h1 {
  align-items: center;
  display: flex;
  width: 200px;
}

.header_logo.header_logo_story h1 {
  width: 100px;
}

.header_logo h1 a {
  display: block;
  height: 100%;
  width: 100%;
}

.header_logo h1 img {
  height: 100%;
  width: 100%;
}

.header_nav {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
input[type='text']::placeholder {
  color: #888;
}
.header_search {
  border-bottom: 1px solid #e0e0e0;
  color: #888;
  display: flex;
  justify-content: flex-start;
  margin-right: 30px;
  padding-bottom: 9px;
  padding-top: 5px;
  position: relative;
  width: 220px;
}

.header_search_term {
  border: none;
  font-family: YuGothic, 'Yu Gothic', sans-serif;
  font-weight: 400;
  height: 20px;
  outline: none;
  padding: 0;
  width: calc(100% - 20px);
}

.header_search_btn {
  background-color: transparent;
  background-image: url(/assets/img/common/icon_search.svg);
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  height: 0;
  overflow: hidden;
  padding: 20px 0 0;
  width: 20px;
}

.header_search_btn img {
  height: 20px;
  width: 20px;
}

.header ul.nav_mainlist {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

.header ul.nav_mainlist li {
  padding-left: 40px;
}

.header ul.nav_mainlist li a {
  color: #3c3c3c;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 24px;
}

.header .nav_sublist_container {
  background-color: #fff;
  left: 0;
  position: absolute;
  top: 77px;
  width: 100%;
}

.header ul.nav_sublist {
  display: flex;
  justify-content: center;
}

.header ul.nav_sublist li {
  padding: 20px;
}

.header ul.nav_sublist li span {
  color: #3c3c3c;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 24px;
}

.top_cart {
  align-items: center;
  color: #3c3c3c;
  display: flex;
  font-size: 1.3rem;
  font-weight: 500;
  justify-content: space-between;
  line-height: 24px;
}
.top_cart span {
  color: #3c3c3c;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 24px;
}
.top_cart .a_cart {
  display: flex;
  justify-content: center;
}

.header ul.nav_mainlist li:last-child a img {
  height: 24px;
  margin-top: -6px;
  padding-left: 7px;
  width: 24px;
}

.nav {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: calc(100% - 210px);
}

.header.story .nav {
  width: calc(100% - 140px);
}

.footer {
  background-color: #f5f5f5;
  padding-bottom: 50px;
  padding-top: 50px;
}

.footer_box {
  display: flex;
  justify-content: space-between;
}

.footer_left {
  display: flex;
  justify-content: flex-start;
  width: 75%;
}

.footer_left_item {
  padding-right: 64px;
}

.footer_left_item ul {
  font-family: YuGothic, 'Yu Gothic', sans-serif;
  padding-top: 9px;
}

.footer_left_item ul li {
  margin-bottom: 5px;
}

.footer_left_item ul li a {
  color: #3c3c3c;
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.75;
}

.footer_left_item ul li a:hover {
  text-decoration: underline;
}

.footer_right {
  width: 25%;
}

.footer_right_logo {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 17px;
  padding-top: 4px;
}

.footer_right_logo a {
  display: block;
}

.footer_right_logo_mg {
  padding-right: 7px;
}
.mg_pc {
  width: 125px;
}
.mg_pc img {
  width: 100%;
}
.footer_right_logo_story {
  padding-left: 7px;
}
.story_pc {
  width: 60px;
}
.story_pc img {
  width: 100%;
}
.footer_right ul {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 98px;
}

.footer_right ul li:first-child {
  padding-right: 6px;
}

.footer_right ul li a {
  display: block;
}

.footer_right ul li:last-child {
  padding-right: 0;
}

.footer_right p {
  font-family: YuGothic, 'Yu Gothic', sans-serif;
  text-align: right;
}

.footer_right p small {
  color: #3c3c3c;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.75;
}

.footer_toggle span:first-child {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.75;
}

.iziModal {
  max-width: 910px !important;
}

#modal {
  display: none;
}

.modal_content {
  padding: 60px;
}

.modal_content .select_brand {
  display: flex;
  justify-content: space-between;
}

.modal_content .select_brand .item {
  margin-left: 60px;
  width: 370px;
}

.modal_content .select_brand .item:first-child {
  margin-left: 0;
}

.modal_content .select_brand .item a {
  align-items: center;
  /* border: #ddd 1px solid; */
  display: flex;
  height: 80px;
  justify-content: center;
}

.modal_content .select_brand .item img {
  height: 35px;
}

.modal_content .select_brand .item .select_brand_text {
  font-size: 1.9rem;
  line-height: 1.7;
  margin-top: 10px;
}

@media only screen and (max-width: 970px) {
  .header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 930px) {
}

@media only screen and (max-width: 785px) {
  .top_sp {
    display: block !important;
  }
  .top_pc {
    display: none !important;
  }
  .top_container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 21px;
  }
  .header_icon_group {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 10;
    /* background-color: #ffffff; */
  }
  .sp_cart {
    padding-right: 11px;
  }
  .sp_cart a {
    display: block;
  }
  .header .c_menu {
    background-color: transparent;
    cursor: pointer;
    display: block;
    height: 16px;
    position: relative;
    transition: 300ms;
    width: 50px;
    z-index: 3;
  }
  .header .c_menu.is-open .c_menu_inner {
    background: rgba(255, 255, 255, 0);
    /* left: calc(63% - 19px); */
  }
  .header .c_menu.is-open .c_menu_inner::before {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: bottom 300ms cubic-bezier(.23, 1, .32, 1);
    -webkit-transition: bottom 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    transition: bottom 300ms cubic-bezier(.23, 1, .32, 1);
    transition: bottom 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    transition: bottom 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    transition: bottom 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    transition: bottom 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    width: 32px;
  }
  .header .c_menu.is-open .c_menu_inner::after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top 300ms cubic-bezier(.23, 1, .32, 1);
    -webkit-transition: top 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    transition: top 300ms cubic-bezier(.23, 1, .32, 1);
    transition: top 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    transition: top 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    transition: top 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    transition: top 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    width: 32px;
  }
  .header .c_menu_inner {
    background-color: #000;
    border-radius: 100px;
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 47%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0ms 300ms;
    -webkit-transition: 300ms;
    transition: all 0ms 300ms;
    transition: 300ms;
    width: 32px;
  }
  .header .c_menu_inner::before {
    background-color: #000;
    border-radius: 100px;
    bottom: 8px;
    content: '';
    height: 2px;
    position: absolute;
    right: 0;
    -webkit-transition: bottom 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    -webkit-transition: bottom 300ms 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms cubic-bezier(.23, 1, .32, 1);
    transition: bottom 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    transition: bottom 300ms 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms cubic-bezier(.23, 1, .32, 1);
    transition: bottom 300ms 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms cubic-bezier(.23, 1, .32, 1);
    transition: bottom 300ms 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms cubic-bezier(.23, 1, .32, 1);
    transition: bottom 300ms 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms cubic-bezier(.23, 1, .32, 1);
    width: 32px;
  }
  .header .c_menu_inner:after {
    background-color: #000;
    border-radius: 100px;
    content: '';
    height: 2px;
    position: absolute;
    right: 0;
    top: 8px;
    -webkit-transition: top 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    -webkit-transition: top 300ms 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms cubic-bezier(.23, 1, .32, 1);
    transition: top 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    transition: top 300ms 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms cubic-bezier(.23, 1, .32, 1);
    transition: top 300ms 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms cubic-bezier(.23, 1, .32, 1);
    transition: top 300ms 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms cubic-bezier(.23, 1, .32, 1);
    transition: top 300ms 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms cubic-bezier(.23, 1, .32, 1);
    width: 32px;
  }
  .nav {
    display: block;
    height: 100vh;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    text-align: center;
    top: 0;
    transition: opacity .5s;
    width: 100%;
    width: 100%;
  }
  .nav::before {
    background-color: #707070;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 500ms ease-in-out;
    width: 100%;
  }
  .layer .nav::before {
    opacity: 1;
    pointer-events: all;
  }
  .header {
    padding: 15px 11px 13px 20px;
  }
  .header.story {
    padding: 14px 11px 14px 20px;
  }
  .header_logo h1 {
    width: 130px;
  }
  .header_logo.header_logo_story h1 {
    width: 80px;
  }
  .header_nav {
    display: block;
    height: 100%;
    overflow-y: scroll;
    padding-left: 27.5px;
    padding-right: 21px;
    padding-top: 20px;
  }
  .header .nav_bg_white {
    background-color: #fff;
    box-sizing: border-box;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: 100vh;
    margin-right: auto;
    /* padding-left: 133px;
    padding-right: 21px; */
    padding-top: 63px;
    pointer-events: all;
    position: relative;
    position: fixed;
    right: -100%;
    top: 0;
    transition: all .5s;
    transition: right .5s;
    width: 269px;
  }
  /* .header .nav_bg_white::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 106px;
    background-color: #707070;
  } */
  .header_search {
    margin-bottom: 34px;
    margin-right: 0;
    width: 100%;
  }
  .header ul.nav_mainlist {
    flex-wrap: wrap;
  }
  .header ul.nav_mainlist li {
    margin-bottom: 23px;
    padding-left: 0;
    text-align: left;
    width: 100%;
  }
  .header .nav_sublist_container {
    display: block;
    position: static;
  }
  .header ul.nav_sublist {
    display: block;
    margin-bottom: -2px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }
  .header ul.nav_sublist li {
    margin-bottom: 15px;
    padding: 0;
  }
  .header ul.nav_sublist li span {
    color: #3c3c3c;
    display: block;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.75;
    text-align: left;
  }
  .header ul.nav_sublist li:last-child {
    margin-bottom: 0;
  }
  .top_cart {
    display: block;
  }
  .header ul.nav_mainlist{
    padding-bottom: 100px;
  }
  .header ul.nav_sublist li:first-child a{
    font-weight: bold;
    font-size: 15px;
    position: relative;
    left: -20px;
    pointer-events: none;
  }
}
@media only screen and (max-width: 768px) {
  .footer {
    padding-bottom: 20px;
    padding-top: 30px;
  }
  .footer_box {
    flex-wrap: wrap;
  }
  .footer_left {
    flex-wrap: wrap;
    margin-bottom: 10px;
    width: 100%;
  }
  .footer_left_item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 17px;
    padding-bottom: 14px;
    padding-right: 0;
    width: 100%;
  }
  .footer_left_item ul {
    padding-top: 13px;
  }
  .footer_left_item ul li {
    margin-bottom: 9px;
  }
  .footer_left_item ul li:last-child {
    margin-bottom: 0;
  }
  .footer_right {
    width: 100%;
  }
  .footer_right_group {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 11px;
    width: 291px;
  }
  .footer_right ul {
    margin-bottom: 0;
  }
  .footer_right_logo {
    margin-bottom: 0;
    padding-right: 31px;
    padding-top: 0;
  }
  .footer_right p {
    text-align: center;
  }
  .footer_toggle {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .plus_minus {
    background: #000;
    display: block;
    height: 2px;
    position: absolute;
    right: 0;
    top: 10px;
    transform: rotate(90deg);
    width: 12px;
  }
  .plus_minus::before {
    background-color: #000;
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(90deg);
    width: 12px;
  }
  .active.plus_minus::before {
    content: none;
  }
  .active.plus_minus {
    height: 2px;
    transform: rotate(180deg);
  }
  .footer_list_sub {
    /* position: relative;
    top: 100%;
    left: 0; */
    display: none;
    /* -webkit-transition: all 0.5s;
    transition: all 0.5s; */
  }
  .active.footer_left_item {
    padding-bottom: 5px;
  }
  .footer_right_logo_mg {
    width: 90px;
  }
  .footer_right_logo_mg img {
    width: 100%;
  }
  .footer_right_logo_story {
    width: 46px;
  }
  .footer_right_logo_story img {
    width: 100%;
  }
  .footer_right ul li a {
    width: 32px;
  }
  .footer_right ul li a img {
    width: 100%;
  }

  .iziModal {
    margin: auto;
    max-width: 335px !important;
  }

  .modal_content {
    padding: 20px;
  }

  .modal_content .select_brand .item img {
    height: 20px;
  }

  .modal_content .select_brand .item .select_brand_text {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 10px;
  }

  .modal_content .select_brand {
    display: block;
  }

  .modal_content .select_brand .item {
    margin-left: 0;
    width: 100%;
  }

  .modal_content .select_brand .item + .item {
    margin-top: 10px;
  }
}
.footer_list_sub.active {
  display: block !important;
}
.layer .nav {
  opacity: 1;
}
.layer .header .nav_bg_white {
  right: 0;
}
/*# sourceMappingURL=common.css.map */

/* トップロゴ切り替え */
.passive{
	opacity: .2;
	filter: grayscale(1);
	transition: .3s;
}
/*
@media screen and (min-width:786px) and ( max-width:1030px) {
.header_search{
	display: none;
}
}
*/
@media screen and (max-width: 785px){
.header_logo .logoselect {
  width: 230px;
  font-size: 18px;
}
.logo-mg{
	width: 130px;
}
.logo-sty{
	width: 70px;
}
.header_logo .logoselect span:nth-of-type(1){
	margin-right: 7px;
}
.header_logo .logoselect span:nth-of-type(2){
	margin-left: 7px;
}
}
@media screen and (min-width: 786px){
.passive:hover{
	opacity: 1;
	filter: inherit;
	transition: .3s;
}
.header_logo .logoselect {
  width: 320px;
  font-size: 24px;
}
.logo-mg{
	width: 200px;
}
.logo-sty{
	width: 95px;
}
.header_logo .logoselect span:nth-of-type(1){
	margin-right: 12px;
}
.header_logo .logoselect span:nth-of-type(2){
	margin-left: 12px;
}
}



