@charset "utf-8";

/* fonts */

@font-face {
  font-family: 'b-icons';
  src:  url('../../../global/common/fonts/b-icons.eot?j8m1q9');
  src:  url('../../../global/common/fonts/b-icons.eot?j8m1q9#iefix') format('embedded-opentype'),
    url('../../../global/common/fonts/b-icons.ttf?j8m1q9') format('truetype'),
    url('../../../global/common/fonts/b-icons.woff?j8m1q9') format('woff'),
    url('../../../global/common/fonts/b-icons.svg?j8m1q9#b-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'b-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cart:before {
  content: "\e903";
}
.icon-mado:before {
  content: "\e902";
}
.icon-maru_arrow:before {
  content: "\e901";
}
.icon-arrow:before {
  content: "\e900";
}

.indent-type-1{
  text-indent: -1em;
  padding-left: 2em;
}

.font-ow{
  font-family: 'Oswald', sans-serif;
}

#top{
	display: none;
}

main{
  margin:0 !important;
  padding:0 !important;
  min-width: auto !important;
}

/* contents common
========================================================= */
@media screen and (max-width: 640px) {

  .kv{
    width:100%;
    height: 76vw;
    overflow: hidden;
  }
  .kv-inner{
    opacity: 0;
    transform:scale(1.1);
    transition:2s;
  }
  .kv h1 img{
    width:100%;
  }
  .kv-inner.show{
    opacity: 1;
    transform:scale(1);
  }

  .select-area{
    margin-top:24px;
    text-align: center;
    padding-bottom:40px;
  }
  .select-area h2{
    display: inline-block;
    font-size: 20px;
    color:#333333;
    line-height: 1em;
    letter-spacing: 0.1em;
    border-bottom:2px solid #333333;
    padding-bottom:8px;
  }
  .select-area ul{
    width:90vw;
    margin:18px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .select-area ul li{
    width:42.8vw;
    height: 40px;
    background-color: #fbf9f2;
    border:0.5px solid #e8deba;
    position: relative;
    margin-top:4vw;
  }
  .select-area ul li:nth-child(3n){
    margin-right: 0;
  }
  .select-area ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
    height: 100%;
  }
  .select-area ul li a:hover{
    text-decoration: none;
  }
  .select-area ul li span.country{
    font-size: 16px;
    color:#af8400;
    letter-spacing: 0.1em;
  }
  .select-area ul li a::after{
    content: "\e901";
    font-family: 'b-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    font-size: 16px;
    color:#af8400;
    position: absolute;
    top:50%;
    right: 7px;
    transform:translateY(-50%);
  }

  /***********************
  footer
  ************************/
  .sp-redirect {
    display: none; }
  .footer{
    display: none;
  }
  .footer.sp-footer {
    display: block;
    min-width: auto;
  }
  .page-top {
    display:none;
    height: 16vw;
    line-height: 16vw;
    background-color: #c7bc97 !important;
    text-align: center;
    color: #fff;
    font-size: 3.9vw;
    letter-spacing: .1em;
    cursor: pointer; }
  .page-top i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2.4vw;
    font-size: 2.8vw;
    position: relative;
    transform: translateY(-0.5vw);
    -webkit-transform: translateY(-0.5vw); }
  .footer {
    background-color: #fff;
    padding-bottom: 5.866666666666666vw; }
  .footer-nav {
    border-bottom: 1px solid #000;
    margin-bottom: 4vw; }
  .footer-nav-elem {
    border-top: 1px solid #000; }
  .footer-nav-elem a {
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 5.333333333333334vw 5.600000000000001vw;
    font-size: 4.4vw; }
  .footer-nav-elem a:before, .footer-nav-elem a:after {
    content: "";
    display: table; }
  .footer-nav-elem a:after {
    clear: both; }
  .footer-nav-elem a i {
    float: right;
    font-size: 3.8vw;
    color: #c4c4c4; }
  .footer-notice {
    font-size: 2.8vw;
    line-height: 1.4;
    padding: 0 4vw; }
  .copyrights {
    text-align: center;
    display: block;
    margin-bottom: 4vw; }
  .copyrights-logo {
    width: 11.466666666666667vw;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2.4vw; }
  .copyrights-logo svg {
    width: 100%; }
}

/*
PC
*/
@media screen and (min-width: 641px) {

  .kv{
    width:100%;
    min-width:1200px;
    height: 40vw;
    min-height: 480px;
    overflow: hidden;
  }
  .kv-inner{
    width:100%;
    height: 40vw;
    min-height: 480px;
    opacity: 0;
    transform:scale(1.1);
    transition:2s;
    background-image: url(../../../global/images/global/kv-2.jpg);
    background-size: cover;
  }
  .kv-inner h1 img{
    display: none;
  }
  .kv-inner.show{
    opacity: 1;
    transform:scale(1);
  }

  .select-area{
    min-width:1200px;
    margin-top:50px;
    text-align: center;
    padding-bottom:40px;
  }
  .select-area h2{
    display: inline-block;
    font-size: 30px;
    color:#333333;
    line-height: 1em;
    letter-spacing: 0.1em;
    border-bottom:2px solid #333333;
    padding-bottom:8px;
  }
  .select-area ul{
    width:980px;
    margin:18px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .select-area ul li{
    width:300px;
    height: 60px;
    background-color: #fbf9f2;
    border:1px solid #e8deba;
    position: relative;
    margin-top:30px;
    margin-right:40px;
  }
  .select-area ul li:nth-child(3n){
    margin-right: 0;
  }
  .select-area ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
    height: 100%;
  }
  .select-area ul li a:hover{
    text-decoration: none;
  }
  .select-area ul li span.country{
    font-size: 24px;
    color:#af8400;
    letter-spacing: 0.1em;
  }
  .select-area ul li a::after{
    content: "\e901";
    font-family: 'b-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    font-size: 24px;
    color:#af8400;
    position: absolute;
    top:50%;
    right: 15px;
    transform:translateY(-50%);
  }

  .sp-footer {
    display: none;
  }
}