@charset "UTF-8";
@media screen and (max-width: 768px) {
  /*----------------------------------------------------
  	SP
  ----------------------------------------------------*/
  html, body {
    color: #000;
    background: #f8f8f8;
    font-family: "YakuHanJP", "ZEN角ゴシックN R";
    letter-spacing: 1px;
  }
  body {
    overflow-x: hidden;
    position: relative;
  }
  * {
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  a {
    color: #000;
    text-decoration: underline;
  }
  a.telblk,
  .telblk a {
    text-decoration: none;
  }
  .pc {
    display: none;
  }
  .alph {
    font-weight: 700 !important;
    font-size: 110% !important;
  }
  .page-top {
    margin: 0;
    padding: 0;
    display: none;
    cursor: pointer;
  }
  .page-top p {
    margin: 0;
    padding: 0;
    position: fixed;
    right: 20px;
    bottom: 20px;
  }
  .move-page-top {
    display: none;
  }
  /* ********** HEADER ********** */
  header {
    width: 100%;
    height: 80px;
    background: #f8f8f8;
  }
  header h1 {
    text-align: center;
    margin: 40px 0 0 0;
  }
  header h1 a img,
  header h1 img {
    width: 100px !important;
  }
  header p.menu {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 21px;
    height: 25px;
    box-sizing: border-box;
    z-index: 101;
  }
  header p.menu a img {
    zoom: 0.5;
  }
  header p.close {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 21px;
    height: 26px;
    box-sizing: border-box;
    z-index: 101;
    display: none;
  }
  header p.close a img {
    zoom: 0.5;
  }
  /* ********** MENU ********** */
  .overlay {
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
    transition: 0.3s linear;
  }
  #menu {
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    padding: 0;
    position: fixed;
    top: 0;
    align-items: center;
    opacity: 0;
    display: none;
    z-index: 100;
  }
  #menu a {
    color: #fff;
  }
  #menu nav {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center; /*左右中央揃え*/
    align-items: center; /*上下中央揃え*/
  }
  #menu nav li {
    text-align: center;
    margin: 0 0 41px 0;
  }
  #menu nav li a img {
    zoom: 0.5;
  }
  #menu nav li:last-child {
    margin: 0;
  }
  /* ********** FOOTER ********** */
  footer {
    width: 100%;
    margin: 50px auto 50px auto;
  }
  footer small {
    font-size: 11px;
    text-align: center;
    display: block;
    font-weight: bold;
  }
  footer small img {
    width: 39vw;
  }
  /*----------------------------------------------------
  	SECTION,BOX
  ----------------------------------------------------*/
  section.maincontents {
    margin: 0px 0 0 0; /*固定ヘッダーの分をマージン取る*/
    overflow: hidden;
  }
  section.maincontents_sec {
    margin: 0; /*固定ヘッダーの分をマージン取る*/
    overflow: hidden;
  }
  /* ********** LOGOAREA ********** */
  /*----------------------------------------------------
  	Text
  ----------------------------------------------------*/
  /*----------------------------------------------------
  	トップページ
  ----------------------------------------------------*/
  section#top .topbanner {
    width: 100%;
    /*height: 475px;*/
    margin: 0px auto 5px auto;
    position: relative;
    overflow: hidden;
  }
  section#top .topbanner img {
    width: 100%;
  }
  section#top .topbanner .ban_ttl {
    display: none;
  }
  section#top .topbanner img.pad {
    padding-top: 98px;
  }
  /*----------------------------------------------------
  	Collection
  ----------------------------------------------------*/
  section#collection_top .collection_nav {
    width: 100vw;
    background: #f8f8f8;
  }
  section#collection_top .collection_nav ul {
    padding-top: 50px;
    padding-bottom: 115px;
    width: 100vw;
    justify-content: center; /*左右中央揃え*/
    align-items: center; /*上下中央揃え*/
  }
  section#collection_top .collection_nav ul li {
    width: 100%;
    text-align: center;
    margin: 0 0 42px 0;
  }
  section#collection_top .collection_nav ul li a img {
    zoom: 0.5;
  }
  section#collection_top .collection_nav ul li:last-child {
    margin: 0;
  }
  section#collection_top .collection_nav ul li.disabled {
    pointer-events: none;
    opacity: 0.1;
  }
  /*----------2019SS----------*/
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .collectionbox .aniImg {
    opacity: 0;
  }
  .collectionbox .active {
    opacity: 100;
    transition: all 0.8s 0s ease;
  }
  .collectionbox .collection_keyv {
    width: 100%;
    margin: 0 0 75px 0;
    background: #f8f8f8;
  }
  .collectionbox .collection_keyv img {
    width: 100%;
    animation: fadeIn 1s ease 0s 1 normal;
  }
  .collectionbox .collection_keyv .seasons_ttl {
    text-align: center;
  }
  .collectionbox .collection_keyv .seasons_ttl img {
    width: 14%;
  }
  .collectionbox .collection_detailBox_1 ul {
    display: flex;
    flex-wrap: wrap;
  }
  .collectionbox .collection_detailBox_2 {
    margin: 0px auto;
  }
  .collectionbox .collection_detailBox_2 ul {
    display: flex;
    flex-wrap: wrap;
  }
  .collectionbox .collection_detailBox_3 {
    margin: 0px auto;
  }
  .collectionbox .collection_detailBox_3 ul {
    display: flex;
    flex-wrap: wrap;
  }
  .collectionbox .collection_detailBox_4 {
    margin: 0px auto;
  }
  .collectionbox .collection_detailBox_5 {
    width: 100%;
    margin: 0px auto;
  }
  .collectionbox .collection_detailBox_5 ul {
    display: flex;
    flex-wrap: wrap;
  }
  .collectionbox .collection_detailBox_6 {
    margin: 0px auto;
  }
  .collectionbox .collection_detailBox_6 ul {
    display: flex;
    flex-wrap: wrap;
  }
  .collectionbox .collection_detailBox_7 {
    margin: 0px auto;
  }
  .collectionbox .collection_detailBox_8 {
    margin: 0px auto;
  }
  section#ss2019 #coll_2019SS_block1 {
    margin-bottom: 150px;
  }
  section#ss2019 #coll_2019SS_block1 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  section#ss2019 #coll_2019SS_block1 ul li {
    width: 49%;
    margin: 0 0 20px 0;
  }
  section#ss2019 #coll_2019SS_block1 ul li img {
    width: 100%;
  }
  section#ss2019 #coll_2019SS_block1 ul li:nth-last-child(2) {
    margin: 0;
  }
  section#ss2019 #coll_2019SS_block1 ul li:last-child {
    margin: 0;
  }
  section#ss2019 #coll_2019SS_block2 {
    margin-bottom: 150px;
  }
  section#ss2019 #coll_2019SS_block2 ul {
    width: 80%;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  section#ss2019 #coll_2019SS_block2 ul li {
    width: 45%;
    margin: 0 0 20px 0;
  }
  section#ss2019 #coll_2019SS_block2 ul li img {
    width: 100%;
  }
  section#ss2019 #coll_2019SS_block3 {
    margin-bottom: 100px;
  }
  section#ss2019 #coll_2019SS_block3 ul {
    width: 93%;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  section#ss2019 #coll_2019SS_block3 ul li {
    width: 49%;
    margin: 0 0 66px 0;
  }
  section#ss2019 #coll_2019SS_block3 ul li img {
    width: 100%;
  }
  section#ss2019 #coll_2019SS_block3 ul li:nth-last-child(2) {
    margin: 0;
  }
  section#ss2019 #coll_2019SS_block3 ul li:last-child {
    margin: 0;
  }
  section#ss2019 #coll_2019SS_block4 {
    margin-bottom: 208px;
  }
  section#ss2019 #coll_2019SS_block4 ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  section#ss2019 #coll_2019SS_block4 ul li img {
    width: 100%;
  }
  section#ss2019 #coll_2019SS_block4 ul li:last-child {
    margin-bottom: 0px;
  }
  section#ss2019 #coll_2019SS_block5 {
    margin-bottom: 150px;
  }
  section#ss2019 #coll_2019SS_block5 p {
    width: 100%;
    margin-bottom: 28px;
  }
  section#ss2019 #coll_2019SS_block5 p img {
    width: 100%;
  }
  section#ss2019 #coll_2019SS_block5 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  section#ss2019 #coll_2019SS_block5 ul li {
    width: 49%;
    margin: 0 0 20px 0;
  }
  section#ss2019 #coll_2019SS_block5 ul li img {
    width: 100%;
  }
  section#ss2019 #coll_2019SS_block5 ul li:nth-last-child(2) {
    margin: 0;
  }
  section#ss2019 #coll_2019SS_block5 ul li:last-child {
    margin: 0;
  }
  section#ss2019 #coll_2019SS_block6 {
    margin-bottom: 150px;
  }
  section#ss2019 #coll_2019SS_block6 ul {
    width: 78%;
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  section#ss2019 #coll_2019SS_block6 ul li {
    width: 48%;
    margin: 0 0 20px 0;
  }
  section#ss2019 #coll_2019SS_block6 ul li img {
    width: 100%;
  }
  section#ss2019 #coll_2019SS_block6 ul li:nth-last-child(2) {
    margin: 0;
  }
  section#ss2019 #coll_2019SS_block6 ul li:last-child {
    margin: 0;
  }
  section#ss2019 #coll_2019SS_block6 .ul_1 {
    margin-left: 20px;
  }
  section#ss2019 #coll_2019SS_block6 .ul_1 li:nth-child(odd) {
    margin-right: 6px;
  }
  section#ss2019 #coll_2019SS_block6 .ul_2 {
    margin-left: 60px;
  }
  section#ss2019 #coll_2019SS_block6 .ul_last {
    margin-bottom: 0;
  }
  section#ss2019 #coll_2019SS_block7 {
    margin: 0 20px 158px 20px;
  }
  section#ss2019 #coll_2019SS_block7 li {
    width: 100%;
    margin-bottom: 20px;
  }
  section#ss2019 #coll_2019SS_block7 li img {
    width: 100%;
  }
  section#ss2019 #coll_2019SS_block7 li:last-child {
    margin-bottom: 0px;
  }
  section#ss2019 #coll_2019SS_block8 ul {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  section#ss2019 #coll_2019SS_block8 ul li {
    width: 47.5%;
  }
  section#ss2019 #coll_2019SS_block8 ul li img {
    width: 100%;
  }
  section#ss2019 #coll_2019SS_block8 ul li:last-child {
    margin-top: 112px;
    margin-bottom: 15px;
  }
  section#ss2019 #coll_2019SS_block8 p {
    width: 65%;
    margin-left: 43.5px;
    margin-bottom: 95px;
  }
  section#ss2019 #coll_2019SS_block8 p img {
    width: 100%;
  }
  section#aw2020 .collection_keyv {
    width: 84.3%;
    margin: 0px auto 125px auto;
  }
  section#aw2020 .collection_keyv img {
    animation: fadeIn 1s ease 0s 1 normal;
  }
  section#aw2020 .collection_keyv .seasons_ttl {
    line-height: 0;
    margin-bottom: 15px;
    text-align: center;
  }
  section#aw2020 .collection_keyv .seasons_ttl img {
    width: 62px;
  }
  section#aw2020 #coll_2020aw_block1 {
    text-align: center;
    margin: 0px auto 300px auto;
    width: 84.3%;
  }
  section#aw2020 #coll_2020aw_block1 ul {
    display: block;
  }
  section#aw2020 #coll_2020aw_block1 ul li {
    display: block;
    margin-bottom: 125px;
  }
  section#aw2020 #coll_2020aw_block1 ul li img {
    width: 100%;
  }
  section#aw2020 #coll_2020aw_block2 {
    width: 100%;
    margin: 0px auto 300px auto;
  }
  section#aw2020 #coll_2020aw_block2 ul {
    display: block;
  }
  section#aw2020 #coll_2020aw_block2 ul li {
    text-align: left;
    display: block;
  }
  section#aw2020 #coll_2020aw_block2 ul li img {
    width: 62.4%;
  }
  section#aw2020 #coll_2020aw_block2 ul li:nth-child(2) {
    text-align: right;
    margin-bottom: 100px;
  }
  section#aw2020 #coll_2020aw_block2 ul li:nth-child(3) {
    text-align: left;
  }
  section#aw2020 #coll_2020aw_block2 ul li:nth-child(3) img {
    padding-left: 12%;
    width: 74.4%;
  }
  section#aw2020 #coll_2020aw_block3 {
    width: 100%;
    text-align: center;
    margin-bottom: 250px;
  }
  section#aw2020 #coll_2020aw_block3 ul {
    display: block;
  }
  section#aw2020 #coll_2020aw_block3 ul li {
    display: block;
    margin-bottom: 50px;
  }
  section#aw2020 #coll_2020aw_block3 ul li img {
    width: 100%;
  }
  section#aw2020 #coll_2020aw_block3 ul li:last-child {
    margin-bottom: 0px;
  }
  section#aw2020 #coll_2020aw_block4 {
    width: 76%;
    margin: 0px auto 300px auto;
    text-align: center;
  }
  section#aw2020 #coll_2020aw_block4 ul {
    display: block;
  }
  section#aw2020 #coll_2020aw_block4 ul li {
    display: block;
    margin-bottom: 100px;
  }
  section#aw2020 #coll_2020aw_block4 ul li img {
    width: 100%;
  }
  section#aw2020 #coll_2020aw_block4 ul li:nth-child(2) {
    margin-bottom: 0px;
  }
  section#aw2020 #coll_2020aw_block4 ul li:last-child {
    margin-bottom: 0px;
  }
  section#aw2020 #coll_2020aw_block5 {
    text-align: center;
    width: 89.3%;
    margin: 0px auto 300px auto;
  }
  section#aw2020 #coll_2020aw_block5 ul {
    display: block;
  }
  section#aw2020 #coll_2020aw_block5 ul li {
    display: block;
    margin-bottom: 125px;
  }
  section#aw2020 #coll_2020aw_block5 ul li img {
    width: 100%;
  }
  section#aw2020 #coll_2020aw_block5 ul li:last-child {
    margin-bottom: 0px;
  }
  section#aw2020 #coll_2020aw_block6 {
    width: 62.6%;
    text-align: center;
    margin: 0px auto 90px auto;
  }
  section#aw2020 #coll_2020aw_block6 ul {
    display: block;
  }
  section#aw2020 #coll_2020aw_block6 ul li {
    display: block;
  }
  section#aw2020 #coll_2020aw_block6 ul li img {
    width: 100%;
  }
  section#aw2020 #coll_2020aw_block6 ul li:last-child {
    margin-bottom: 0px;
  }
  /*----------------------------------------------------
  	Stockists
  ----------------------------------------------------*/
  section#stockists div.domestic {
    margin: 88px auto 100px auto;
  }
  section#stockists div.domestic h2 img {
    width: 18vw;
  }
  section#stockists div.overseas {
    margin: 0 auto 100px auto;
  }
  section#stockists div.overseas h2 img {
    width: 18vw;
  }
  section#stockists div.online {
    margin: 0 auto 46px auto;
  }
  section#stockists div.online h2 img {
    width: 13vw;
  }
  section#stockists div.ec {
    margin: 0 auto 46px auto;
  }
  section#stockists div.ec h2 img {
    width: 4vw;
  }
  section#stockists .hokkaido h3 img {
    width: 17vw;
  }
  section#stockists .aomori h3 img {
    width: 13vw;
  }
  section#stockists .fukushima h3 img {
    width: 20.8vw;
  }
  section#stockists .miyagi h3 img {
    width: 12vw;
  }
  section#stockists .chiba h3 img {
    width: 10vw;
  }
  section#stockists .tokyo h3 img {
    width: 11vw;
  }
  section#stockists .kanagawa h3 img {
    width: 19vw;
  }
  section#stockists .yokohama h3 img {
    width: 19vw;
  }
  section#stockists .tokyo h3 img {
    width: 11vw;
  }
  section#stockists .nigata h3 img {
    width: 13vw;
  }
  section#stockists .toyama h3 img {
    width: 14vw;
  }
  section#stockists .ishikawa h3 img {
    width: 17vw;
  }
  section#stockists .nagano h3 img {
    width: 14vw;
  }
  section#stockists .gifu h3 img {
    width: 8vw;
  }
  section#stockists .aichi h3 img {
    width: 9vw;
  }
  section#stockists .kyoto h3 img {
    width: 11vw;
  }
  section#stockists .osaka h3 img {
    width: 11vw;
  }
  section#stockists .kobe h3 img {
    width: 8vw;
  }
  section#stockists .hyogo h3 img {
    width: 11vw;
  }
  section#stockists .okayama h3 img {
    width: 16vw;
  }
  section#stockists .hiroshima h3 img {
    width: 20vw;
  }
  section#stockists .tokushima h3 img {
    width: 21vw;
  }
  section#stockists .yamaguchi h3 img {
    width: 20vw;
  }
  section#stockists .kagawa h3 img {
    width: 14vw;
  }
  section#stockists .ooita h3 img {
    width: 10vw;
  }
  section#stockists .kumamoto h3 img {
    width: 20vw;
  }
  section#stockists .miyazaki h3 img {
    width: 16vw;
  }
  section#stockists .fukuoka h3 img {
    width: 16vw;
  }
  section#stockists .kagoshima h3 img {
    width: 20vw;
  }
  section#stockists .korea h3 img {
    width: 11vw;
  }
  section#stockists .taiwan h3 img {
    width: 13vw;
  }
  section#stockists div.stockists h2 {
    width: 100%;
    text-align: center;
    margin: 0 0 44px 0;
  }
  section#stockists div.stockists .areabox {
    text-align: center;
    margin: 0 0 50px 0;
  }
  section#stockists div.stockists .areabox h3 {
    margin: 0 0 1px 0;
  }
  section#stockists div.stockists .areabox ul li {
    font-size: 12px;
    line-height: 2.08em;
    letter-spacing: 0.05em;
    font-family: "News Cycle", sans-serif;
    text-decoration: none;
    color: #000;
  }
  section#stockists div.stockists .areabox ul li a {
    font-size: 12px;
    line-height: 2.08em;
    letter-spacing: 0.05em;
    font-family: "News Cycle", sans-serif;
    text-decoration: none;
    color: #000;
  }
  section#stockists div.stockists .areabox_last {
    margin: 0;
  }
  /*----------------------------------------------------
  	About
  ----------------------------------------------------*/
  section#about .aboutBox {
    margin: 0;
    padding-top: 89px;
    padding-bottom: 86px;
  }
  section#about .aboutBox p {
    text-align: center !important;
    box-sizing: border-box;
  }
  section#about .aboutBox p.about_txtjp {
    margin: 0px 0 50px 0;
    font-size: 13px;
    line-height: 2em;
    letter-spacing: 0.05em;
    font-family: "YakuHanJP", "ZEN角ゴシックN R";
  }
  section#about .aboutBox p.about_txtjp span.about_txten {
    font-family: "News Cycle", sans-serif;
  }
  section#about .aboutBox p.about_txten {
    font-size: 13px;
    line-height: 1.8em;
    letter-spacing: 0.05em;
    font-family: "News Cycle", sans-serif;
  }
  /*----------------------------------------------------
  	Margin
  ----------------------------------------------------*/
  .mgb_a {
    margin-bottom: 21px !important;
  }
  .mgb_b {
    margin-bottom: 36px !important;
  }
  .mgb_c {
    margin-bottom: 47px !important;
  }
  .mgb_d {
    margin-bottom: 25px !important;
  }
  .mgb_sp_a {
    margin-bottom: 20px !important;
  }
  .mgb_sp_d {
    margin-bottom: 25px !important;
  }
  .mgb_sp_c {
    margin-bottom: 35px !important;
  }
  /*----------------------------------------------------
  	CLEAR
  ----------------------------------------------------*/
  .clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
    content: ".";
  }
  .clearfix {
    min-height: 1px; /*IE6、7対策*/
  }
  * html .clearfix {
    height: 1px;
    /*¥*/ /*/ /*MAC IE5.x対策*/
    height: auto;
    overflow: hidden;
    /**/
  }
  /*----------------------------------------------------
  	END
  ----------------------------------------------------*/
}
@media screen and (max-width: 768px) and (max-width: 320px) {
  p.about_txtjp {
    font-size: 12px !important;
    letter-spacing: 0.01em !important;
  }
  .othercollection .col_title img {
    max-width: 280px;
  }
  .eomo_topnav p img {
    max-width: 270px;
  }
  .pagelink .pagelinklist li a img {
    width: 130px;
  }
  .eatable_topnav p img {
    width: 270px;
  }
  /*----------------------------------------------------
  	iphone5/5S END
  ----------------------------------------------------*/
}