@charset "UTF-8";

/*!
Theme Name  :  ROPE PICNIC 2016
Description :  ロペピクニック 2016年度版のテーマです。
Version     :  1.0
*/

/* base
-------------------------------------------------- */

/* break point
-------------------------------------------------- */

/* base settings
-------------------------------------------------- */

/* font size
-------------------------------------------------- */

/* z-index
-------------------------------------------------- */

/* slick settings
-------------------------------------------------- */

/* reset
-------------------------------------------------- */

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
q,
pre,
table,
caption,
colgroup,
col,
tbody,
thead,
tfoot,
tr,
th,
td,
ul,
ol,
li,
dl,
dt,
dd,
form,
fieldset,
legend,
label,
span,
a,
img,
em,
ins,
del,
cite,
abbr,
sup,
sub,
dfn,
code,
var,
samp,
kbd,
object,
script,
noscript,
style,
iframe,
embed,
param,
map,
area,
menu,
hr,
address,
small,
strong,
i,
b,
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section,
figcaption,
time,
video,
audio,
mark,
ruby,
rt,
rp,
bdo,
source,
canvas,
details,
summary,
command,
datalist,
keygen,
output,
progress,
meter {
  margin: 0;
  padding: 0;
  font-size: 100%;
  word-wrap: break-word;
}

address,
article,
aside,
figure,
figcaption,
footer,
header,
hgroup,
hr,
legend,
menu,
nav,
section,
summary,
main {
  display: block;
}

ul,
ol {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a img {
  border: none;
}

img {
  vertical-align: top;
}

[hidden] {
  display: none;
}

/* base layout
-------------------------------------------------- */

body {
  padding-top: 60px;
  color: #000;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background: #ebebeb;
}

@media (max-width: 640px) {
  body {
    padding-top: 0;
  }
}

body a {
  color: #000;
  text-decoration: none;
}

body a:hover,
body a:focus,
body a:active {
  color: #000;
  text-decoration: underline;
}

/* container
-------------------------------------------------- */

.l-container {
  min-width: 1100px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 40px 0;
  box-sizing: border-box;
  overflow: hidden;
}

@media (max-width: 640px) {
  .l-container {
    min-width: 0;
    padding: 50px 0 60px;
    background: #fff;
  }
}

.l-container .l-main {
  width: 100%;
  padding: 0 0 0 345px;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .l-container .l-main {
    padding: 0;
  }
}

/* main
-------------------------------------------------- */

.l-main {
  min-width: 1100px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 40px 0;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .l-main {
    min-width: 0;
    padding: 70px 0 60px;
    background: #fff;
  }

  .l-main.is-top {
    padding: 0;
  }
}

.l-main-inner {
  padding: 40px;
  background: #fff;
}

@media (max-width: 640px) {
  .l-main-inner {
    padding: 0 20px 20px;
  }
}

.fixed-bg-pc {
  position: relative;
}

@media (max-width: 640px) {
  .fixed-bg-pc {
    margin-bottom: 0;
    padding: 0;
    background: none;
  }
}

@media (max-width: 640px) {
  .fixed-bg-sp {
    width: 100%;
    height: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
  }
}

/* sub
-------------------------------------------------- */

.l-sub {
  width: 325px;
  float: left;
}

@media (max-width: 640px) {
  .l-sub {
    width: 100%;
    max-width: 100%;
    float: none;
  }
}

/* helper
-------------------------------------------------- */

.show-pc {
  display: block !important;
}

@media (max-width: 640px) {
  .show-pc {
    display: none !important;
  }
}

.show-sp {
  display: none !important;
}

@media (max-width: 640px) {
  .show-sp {
    display: block !important;
  }
}

.show-pc-inline {
  display: inline-block !important;
}

@media (max-width: 640px) {
  .show-pc-inline {
    display: none !important;
  }
}

.show-sp-inline {
  display: none !important;
}

@media (max-width: 640px) {
  .show-sp-inline {
    display: inline-block !important;
  }
}

@media (max-width: 640px) {
  .line-clamp-1-sp {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
}

@media (max-width: 640px) {
  .line-clamp-2-sp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

@media (max-width: 640px) {
  .line-clamp-3-sp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}

.is-disabled {
  display: none;
}

/* libs
-------------------------------------------------- */

#smartbanner {
  position: relative !important;
  left: 0;
  top: -82px;
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
  height: 78px;
  font-family: 'Helvetica Neue',sans-serif;
  background: #E6E6E6;
  z-index: 100;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  -webkit-text-size-adjust: none;
}

#smartbanner,
html.sb-animation {
  -webkit-transition: all .3s ease;
}

#smartbanner .sb-container {
  margin: 0 auto;
}

#smartbanner .sb-close {
  position: absolute;
  left: 5px;
  top: 28px;
  display: block;
  width: 14px;
  height: 14px;
  font-family: 'ArialRoundedMTBold',Arial;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  color: #585858;
  text-decoration: none;
  text-shadow: none;
}

#smartbanner .sb-close:active {
  font-size: 13px;
  color: #aaa;
}

#smartbanner .sb-icon {
  position: absolute;
  left: 30px;
  top: 10px;
  display: block;
  width: 57px;
  height: 57px;
  background: rgba(0, 0, 0, 0.6);
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

#smartbanner.no-icon .sb-icon {
  display: none;
}

#smartbanner .sb-info {
  position: absolute;
  left: 98px;
  top: 18px;
  width: 44%;
  font-size: 11px;
  line-height: 1.2em;
  font-weight: bold;
  color: #585858;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

#smartbanner #smartbanner.no-icon .sb-info {
  left: 34px;
}

#smartbanner .sb-info strong {
  display: block;
  font-size: 13px;
  color: #585858;
  line-height: 18px;
}

#smartbanner .sb-info > span {
  display: block;
}

#smartbanner .sb-info em {
  font-style: normal;
  text-transform: uppercase;
}

#smartbanner .sb-button {
  position: absolute;
  right: 20px;
  top: 24px;
  padding: 0 10px;
  min-width: 10%;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  color: #2768FF;
  text-transform: uppercase;
  text-decoration: none;
}

#smartbanner .sb-icon.gloss:after {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 50%;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.2) 100%);
  border-radius: 10px 10px 12px 12px;
}

/* components
-------------------------------------------------- */

/* header
-------------------------------------------------- */

.header {
  width: 100%;
  min-width: 1100px;
  min-height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 70;
}

@media (max-width: 640px) {
  .header {
    min-width: 0;
    min-height: 50px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition-delay: 0.2s;
    transition-duration: 0.4s;
    transition-property: top, -webkit-transform;
    transition-property: transform, top;
    transition-property: transform, top, -webkit-transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .header.is-hidden-sp {
    top: -50px;
  }
}

@media (max-width: 1024px) {
  .page-shoplist .header {
    min-width: 0;
    min-height: 50px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition-delay: 0.2s;
    transition-duration: 0.4s;
    transition-property: top, -webkit-transform;
    transition-property: transform, top;
    transition-property: transform, top, -webkit-transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .page-shoplist .header.is-hidden-sp {
    top: -50px;
  }
}

@media (max-width: 640px) {
  .header.is-active {
    top: 0;
  }
}

@media (max-width: 1024px) {
  .page-shoplist .header.is-active {
    top: 0;
  }
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.header-logo {
  position: absolute;
  top: 10px;
  left: 15px;
  z-index: 80;
}

@media (max-width: 640px) {
  .header-logo img {
    width: 30px;
    height: auto;
    left: 20px;
  }
}

@media (max-width: 1024px) {
  .page-shoplist .header-logo img {
    width: 30px;
    height: auto;
    left: 20px;
  }
}

.header-title {
  margin-top: 20px;
  text-align: center;
}

@media (max-width: 640px) {
  .header-title {
    margin-top: 0;
  }
}

@media (max-width: 1024px) {
  .page-shoplist .header-title {
    margin-top: 0;
  }
}

.header-title img {
  vertical-align: top;
}

.header-title-top {
  margin-top: 0;
}

.header-title-top img {
  margin-top: 16px;
  vertical-align: top;
}

@media (max-width: 640px) {
  .header-title-top img {
    width: 160px;
    height: auto;
    margin-top: 11px;
  }
}

@media (max-width: 640px) {
  .header-title-concept {
    width: 90px;
    height: auto;
  }

  .header-title .header-title-concept {
    margin-top: 18px;
  }
}

@media (max-width: 640px) {
  .header-title-coordinate {
    width: 121px;
    height: auto;
  }

  .header-title .header-title-coordinate {
    margin-top: 18px;
  }
}

@media (max-width: 640px) {
  .header-title-ranking {
    width: 84px;
    height: auto;
  }

  .header-title .header-title-ranking {
    margin-top: 18px;
  }
}

@media (max-width: 640px) {
  .header-title-news {
    width: 52px;
    height: auto;
  }

  .header-title .header-title-news {
    margin-top: 18px;
  }
}

@media (max-width: 640px) {
  .header-title-online-store {
    width: 137px;
    height: auto;
  }

  .header-title .header-title-online-store {
    margin-top: 18px;
  }
}

@media (max-width: 640px) {
  .header-title-concept {
    width: 90px;
    height: auto;
  }

  .header-title .header-title-concept {
    margin-top: 18px;
  }
}

@media (max-width: 640px) {
  .header-title-shoplist {
    width: 88px;
    height: auto;
  }
}

@media (max-width: 1024px) {
  .page-shoplist .header-title-shoplist {
    width: 88px;
    height: auto;
  }
}

@media (max-width: 640px) {
  .header-title .header-title-shoplist {
    margin-top: 18px;
  }
}

@media (max-width: 1024px) {
  .page-shoplist .header-title .header-title-shoplist {
    margin-top: 18px;
  }
}

@media (max-width: 640px) {
  .header-title-important-news {
    width: 168px;
    height: auto;
  }

  .header-title .header-title-important-news {
    margin-top: 18px;
  }
}

@media (max-width: 640px) {
  .header-title-about {
    width: 65px;
    height: auto;
  }

  .header-title .header-title-about {
    margin-top: 18px;
  }
}

.header-menu {
  width: 60px;
  height: 60px;
  position: fixed;
  top: 0;
  right: 0;
  overflow: hidden;
  z-index: 90;
}

@media (max-width: 640px) {
  .header-menu {
    position: absolute;
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 1024px) {
  .page-shoplist .header-menu {
    position: absolute;
    width: 50px;
    height: 50px;
  }
}

.header-menu.is-sp {
  display: none;
  z-index: -1;
}

@media (max-width: 640px) {
  .header-menu.is-sp {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 90;
    background: rgba(0, 0, 0, 0.45);
  }
}

@media (max-width: 1024px) {
  .page-shoplist .header-menu.is-sp {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 90;
    background: rgba(0, 0, 0, 0.45);
  }
}

.header-menu.is-sp a {
  background: none;
}

.header-menu.is-active {
  overflow: visible;
}

.header-menu a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background: #ffee00;
}

.header-menu-icon {
  width: 20px;
  height: 2px;
  margin: -1px 0 0 -10px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #000;
}

@media (max-width: 640px) {
  .header-menu-icon {
    width: 14px;
    height: 1px;
    margin: -1px 0 0 -7px;
  }

  .is-sp .header-menu-icon {
    background: #fff;
  }
}

@media (max-width: 1024px) {
  .page-shoplist .header-menu-icon {
    width: 14px;
    height: 1px;
    margin: -1px 0 0 -7px;
  }

  .is-sp .page-shoplist .header-menu-icon {
    background: #fff;
  }
}

.header-menu-icon:before,
.header-menu-icon:after {
  display: block;
  width: 20px;
  height: 2px;
  margin-left: -10px;
  position: absolute;
  left: 50%;
  background: #000;
  content: '';
}

@media (max-width: 640px) {
  .header-menu-icon:before,
  .header-menu-icon:after {
    width: 14px;
    height: 1px;
    margin-left: -7px;
  }

  .is-sp .header-menu-icon:before,
  .is-sp .header-menu-icon:after {
    background: #fff;
  }
}

@media (max-width: 1024px) {
  .page-shoplist .header-menu-icon:before,
  .page-shoplist .header-menu-icon:after {
    width: 14px;
    height: 1px;
    margin-left: -7px;
  }

  .is-sp .page-shoplist .header-menu-icon:before,
  .is-sp .page-shoplist .header-menu-icon:after {
    background: #fff;
  }
}

.header-menu-icon:before {
  top: -7px;
}

.header-menu-icon:after {
  top: 7px;
}

/* navigation
-------------------------------------------------- */

.navigation {
  width: 100%;
  position: relative;
  z-index: 100;
}

@media (max-width: 640px) {
  .navigation {
    z-index: -1;
    transition: z-index 1s ease 1s;
  }
}

.navigation.is-active {
  display: block;
}

@media (max-width: 640px) {
  .navigation.is-active {
    z-index: 100;
    transition: z-index 0 ease 0;
  }
}

.navigation-inner {
  width: 380px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  border-top: solid 60px #ffee00;
  box-sizing: border-box;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition-delay: 0.2s;
  transition-duration: 0.4s;
  transition-property: right, -webkit-transform;
  transition-property: transform, right;
  transition-property: transform, right, -webkit-transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 120;
}

@media (max-width: 640px) {
  .navigation-inner {
    border-top: none;
    width: 100%;
    height: auto;
    padding-top: 0;
    position: fixed;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.navigation-inner.is-animation {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media (max-width: 640px) {
  .navigation-inner.is-animation {
    transition-property: top, -webkit-transform;
    transition-property: transform, top;
    transition-property: transform, top, -webkit-transform;
  }
}

.navigation-bland {
  background: #ffee00;
  padding: 10px 20px 38px 20px;
}

@media (max-width: 640px) {
  .navigation-bland {
    padding: 40px 20px;
  }

  .navigation-bland .navigation-list-item a:first-child {
    display: inline-block;
    max-width: 130px;
    width: 47%;
  }

  .navigation-bland .navigation-partition {
    display: none;
  }
}

.navigation-online {
  padding: 40px 20px;
}

@media (max-width: 640px) {
  .navigation-online {
    padding: 40px;
  }
}

.navigation-online .navigation-list {
  font-size: 12px;
  font-weight: bold;
  margin-top: 0;
}

.navigation-online .navigation-list .navigation-list-item + .navigation-list-item {
  margin-top: 15px;
}

.navigation-list {
  text-align: right;
  margin-top: 40px;
  line-height: 1.5;
  position: relative;
  z-index: 140;
}

@media (max-width: 640px) {
  .navigation-list {
    text-align: left;
    margin-top: 25px;
  }
}

.navigation-list-item img {
  vertical-align: text-bottom;
}

@media (max-width: 640px) {
  .navigation-list-item img {
    vertical-align: middle;
  }
}

.navigation-list-item + .navigation-list-item {
  margin-top: 30px;
}

@media (max-width: 640px) {
  .navigation-list-item + .navigation-list-item {
    margin-top: 25px;
  }
}

.navigation-partition {
  font-weight: bold;
  margin: 0 15px;
}

@media (max-width: 640px) {
  .navigation-partition {
    margin: 0 8px;
  }
}

.navigation-social {
  text-align: right;
  position: relative;
  z-index: 140;
}

@media (max-width: 640px) {
  .navigation-social {
    text-align: left;
  }
}

.navigation-social-item {
  text-align: right;
}

@media (max-width: 640px) {
  .navigation-social-item + .navigation-social-item {
    margin-left: 20px;
  }
}

@media (max-width: 640px) {
  .navigation-social-item-text {
    display: none;
  }
}

@media (max-width: 640px) {
  .navigation-social-item-text img {
    display: none;
  }
}

@media (max-width: 640px) {
  .navigation-social .is-facebook img {
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 640px) {
  .navigation-social .is-instagram img {
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 640px) {
  .navigation-social .is-twitter img {
    width: 28px;
    height: 23px;
  }
}

@media (max-width: 640px) {
  .navigation-social .is-line img {
    width: 28px;
    height: 26px;
  }
}

@media (max-width: 640px) {
  .navigation-social .is-app {
    display: block;
    text-align: center;
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .navigation-social .is-app img {
    display: inline-block;
  }
}

.navigation-social .is-app .navigation-social-item-text {
  display: inline-block;
}

.navigation-social li {
  display: inline-block;
}

.navigation-social li + li {
  margin-left: 5px;
}

.navigation-social img {
  vertical-align: middle;
}

@media (max-width: 640px) {
  .navigation-social a {
    display: block;
  }
}

.navigation-close {
  display: none;
  width: 60px;
  height: 60px;
  position: fixed;
  top: -60px;
  right: -60px;
  background: #ffee00 url("./img/icon/icon-close.png") center center no-repeat;
  background-size: 20px 20px;
  cursor: pointer;
  z-index: 130;
}

@media (max-width: 640px) {
  .navigation-close {
    width: 28px;
    height: 28px;
    top: 10px;
    right: 10px;
    background: url("./img/icon/icon-close.png") center center no-repeat;
    background-size: 14px 14px;
  }
}

.is-active .navigation-close {
  display: block;
  top: 0;
  right: 0;
}

@media (max-width: 640px) {
  .is-active .navigation-close {
    top: 10px;
    right: 10px;
  }
}

.navigation-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 110;
}

@media (max-width: 640px) {
  .navigation-overlay {
    display: block;
    height: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.8s ease-out, height 1s ease-out 1s;
  }
}

.is-active .navigation-overlay {
  display: block;
}

@media (max-width: 640px) {
  .is-active .navigation-overlay {
    height: 100%;
    opacity: 1;
    transition: opacity 0.8s ease-out;
  }
}

/* footer
-------------------------------------------------- */

.footer {
  width: 100%;
  min-width: 1100px;
  min-height: 160px;
  margin-top: 80px;
  position: relative;
  background: url("./img/common/bg-shank.png") 0 0 repeat;
}

@media (max-width: 640px) {
  .footer {
    min-width: 0;
    min-height: 190px;
    margin-top: 0;
    background-size: 20px;
  }
}

@media (max-width: 1024px) {
  .page-shoplist .footer {
    min-width: 0;
    min-height: 190px;
    margin-top: 0;
    background-size: 20px;
  }
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  padding-bottom: 40px;
}

@media (max-width: 640px) {
  .footer-inner {
    padding-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  .page-shoplist .footer-inner {
    padding-bottom: 30px;
  }
}

.footer-social {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 40px;
}

@media (max-width: 640px) {
  .footer-social {
    padding-top: 30px;
  }
}

@media (max-width: 1024px) {
  .page-shoplist .footer-social {
    padding-top: 30px;
  }
}

.footer-social-item + .footer-social-item {
  margin-left: 24px;
}

.footer-social-item a:hover {
  -webkit-animation: animation-hover 1s ease 0s 1 normal;
  animation: animation-hover 1s ease 0s 1 normal;
}

.footer-social-item .icon-line,
.footer-social-item .icon-facebook,
.footer-social-item .icon-twitter,
.footer-social-item .icon-instagram {
  margin-right: 0;
}

@media (max-width: 640px) {
  .footer-social-item .icon-line,
  .footer-social-item .icon-facebook,
  .footer-social-item .icon-twitter,
  .footer-social-item .icon-instagram {
    margin: 0;
  }
}

@media (max-width: 1024px) {
  .page-shoplist .footer-social-item .icon-line,
  .page-shoplist
        .footer-social-item .icon-facebook,
  .page-shoplist
        .footer-social-item .icon-twitter,
  .page-shoplist
        .footer-social-item .icon-instagram {
    margin: 0;
  }
}

@media (max-width: 640px) {
  .footer-social-item .icon-line {
    width: 21px;
    height: 20px;
  }
}

@media (max-width: 1024px) {
  .page-shoplist .footer-social-item .icon-line {
    width: 21px;
    height: 20px;
  }
}

.footer-social-item .icon-twitter {
  width: 30px;
  height: 25px;
}

@media (max-width: 640px) {
  .footer-social-item .icon-twitter {
    width: 24px;
    height: 20px;
  }
}

@media (max-width: 1024px) {
  .page-shoplist .footer-social-item .icon-twitter {
    width: 24px;
    height: 20px;
  }
}

.footer-social-item .icon-facebook {
  width: 24px;
  height: 24px;
}

@media (max-width: 640px) {
  .footer-social-item .icon-facebook {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 1024px) {
  .page-shoplist .footer-social-item .icon-facebook {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 640px) {
  .footer-social-item .icon-instagram {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 1024px) {
  .page-shoplist .footer-social-item .icon-instagram {
    width: 20px;
    height: 20px;
  }
}

.footer-list {
  padding-top: 40px;
  font-size: 12px;
}

@media (max-width: 640px) {
  .footer-list {
    padding-top: 30px;
  }
}

@media (max-width: 1024px) {
  .page-shoplist .footer-list {
    padding-top: 30px;
  }
}

.footer-list-item {
  display: inline-block;
}

@media (max-width: 640px) {
  .footer-list-item {
    display: inline;
    line-height: 2;
  }
}

@media (max-width: 1024px) {
  .page-shoplist .footer-list-item {
    display: inline;
    line-height: 2;
  }
}

.footer-list-item:after {
  display: inline-block;
  margin: 0 4px 0 8px;
  vertical-align: top;
  content: '/';
}

.footer-list-item:last-child:after {
  display: none;
}

@media (max-width: 640px) {
  .footer-list-item:nth-child(2):after,
  .footer-list-item:nth-child(5):after {
    display: none;
  }
}

@media (max-width: 1024px) {
  .page-shoplist .footer-list-item:nth-child(2):after,
  .page-shoplist .footer-list-item:nth-child(5):after {
    display: none;
  }
}

.footer-list br {
  display: none;
}

@media (max-width: 640px) {
  .footer-list br {
    display: block;
  }
}

@media (max-width: 1024px) {
  .page-shoplist .footer-list br {
    display: block;
  }
}

.footer-copyright {
  margin-top: 20px;
}

@media (max-width: 640px) {
  .footer-copyright {
    margin-top: 10px;
  }

  .footer-copyright img {
    width: 237px;
    height: auto;
  }
}

@media (max-width: 1024px) {
  .page-shoplist .footer-copyright {
    margin-top: 10px;
  }

  .page-shoplist .footer-copyright img {
    width: 237px;
    height: auto;
  }
}

.footer-logo {
  display: inline-block;
  margin-top: 10px;
}

@media (max-width: 640px) {
  .footer-logo {
    width: 175px;
  }
}

@media (max-width: 1024px) {
  .page-shoplist .footer-logo {
    width: 175px;
  }
}

.l-main.is-fixed-bg + .footer {
  margin-top: -160px;
}

/* modules
-------------------------------------------------- */

/* visual
-------------------------------------------------- */

.main-visual {
  position: relative;
}

@media (max-width: 640px) {
  .main-visual {
    padding-bottom: 60px;
  }
}

@media (max-width: 640px) {
  .main-visual-image-sp {
    width: 100%;
    height: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
  }
}

.main-visual-image__link {
  display: block;
}

.main-visual-image__link:hover {
  -webkit-animation: animation-hover 1s ease 0s 1 normal;
  animation: animation-hover 1s ease 0s 1 normal;
}

.main-visual-blur {
  display: none;
}

@media (max-width: 640px) {
  .main-visual-blur {
    display: block;
    width: 100%;
    height: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.1;
    content: "";
  }
}

.main-visual-inner {
  position: relative;
  z-index: 60;
}

/* heading
-------------------------------------------------- */

.heading {
  margin-top: 80px;
  position: relative;
  text-align: center;
}

@media (max-width: 640px) {
  .heading {
    margin-top: 60px;
  }
}

@media (max-width: 640px) {
  .heading-coordinate {
    width: 125px;
    height: auto;
  }
}

@media (max-width: 640px) {
  .heading-news {
    width: 52px;
    height: auto;
  }
}

@media (max-width: 640px) {
  .heading-item-ranking {
    width: 84px;
    height: auto;
  }
}

@media (max-width: 640px) {
  .heading-recommend-item {
    width: 171px;
    height: auto;
  }
}

@media (max-width: 640px) {
  .heading-line {
    width: 39px;
    height: auto;
  }
}

@media (max-width: 640px) {
  .heading-facebook {
    width: 104px;
    height: auto;
  }
}

@media (max-width: 640px) {
  .heading-twitter {
    width: 79px;
    height: auto;
  }
}

@media (max-width: 640px) {
  .heading-instagram {
    width: 107px;
    height: auto;
  }
}

@media (max-width: 640px) {
  .heading-staff-coordinate {
    width: 187px;
    height: auto;
  }
}

@media (max-width: 640px) {
  .heading-other-news {
    width: 122px;
    height: auto;
  }
}

.heading-copy {
  font-size: 12px;
  font-weight: bold;
}

.l-sub .heading-copy {
  padding: 20px;
}

.heading-link {
  position: absolute;
  top: 8px;
  right: 0;
}

@media (max-width: 640px) {
  .heading-link {
    top: -2px;
    right: 20px;
  }
}

.heading-link-image {
  vertical-align: middle;
}

@media (max-width: 640px) {
  .heading-link-more {
    width: 36px;
    height: auto;
  }
}

@media (max-width: 640px) {
  .heading-link-follow {
    width: 53px;
    height: auto;
  }
}

/* text
-------------------------------------------------- */

@media (max-width: 640px) {
  .text-group:first-child {
    margin-top: 20px;
  }
}

.text-group + .text-group {
  margin-top: 30px;
}

@media (max-width: 640px) {
  .text-group + .text-group {
    margin-top: 40px;
  }
}

.text-group-read {
  line-height: 1.6;
  font-size: 12px;
}

.text-group-read-strong {
  display: block;
  margin-bottom: 30px;
}

@media (max-width: 640px) {
  .text-group-read-strong {
    margin-top: -20px;
    margin-bottom: 20px;
  }
}

.text-group-description {
  line-height: 1.6;
  font-size: 12px;
}

.text-scroll {
  margin-top: -40px;
  text-align: center;
}

.text-scroll .icon-down {
  display: block;
  margin: 8px auto 0;
}

/* label
-------------------------------------------------- */

.label-ranking {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #fff;
  background: #000;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
}

@media (max-width: 640px) {
  .label-ranking {
    top: 8px;
    left: 8px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
}

.label-ranking-image {
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 640px) {
  .label-ranking-image {
    margin-top: 1px;
  }
}

.label-ranking-01,
.label-ranking-02,
.label-ranking-03 {
  background: url("./img/icon/icon-ranking-02.png") 0 0 no-repeat;
  background-size: cover;
  width: 63px;
  height: 50px;
  line-height: 66px;
}

@media (max-width: 640px) {
  .label-ranking-01,
  .label-ranking-02,
  .label-ranking-03 {
    width: 34px;
    height: 27px;
    line-height: 36px;
  }
}

/* image
-------------------------------------------------- */

.image-group {
  overflow: hidden;
  margin-left: -20px;
}

@media (max-width: 640px) {
  .image-group {
    margin: 0 20px;
  }
}

.image-group-item {
  width: 25%;
  padding: 0 0 0 20px;
  float: left;
  box-sizing: border-box;
  overflow: hidden;
}

@media (max-width: 640px) {
  .image-group-item {
    width: 50%;
    padding: 0;
  }
}

@media (min-width: 641px) {
  .image-group-item:nth-child(4n+1) {
    clear: both;
  }
}

.image-group-item:nth-child(n + 5) {
  margin-top: 20px;
}

@media (max-width: 640px) {
  .image-group-item:nth-child(n + 5) {
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .image-group-item:nth-child(n + 3) {
    margin-top: 10px;
  }
}

@media (max-width: 640px) {
  .image-group-item:nth-child(odd) {
    padding-right: 5px;
    clear: both;
  }
}

@media (max-width: 640px) {
  .image-group-item:nth-child(even) {
    padding-left: 5px;
  }
}

.image-group-item a {
  display: block;
  position: relative;
}

.image-group-item a:hover {
  -webkit-animation: animation-hover 1s ease 0s 1 normal;
  animation: animation-hover 1s ease 0s 1 normal;
  text-decoration: none;
}

.is-square .image-group-item {
  width: 33.333%;
}

@media (max-width: 640px) {
  .is-square .image-group-item {
    width: 50%;
  }
}

.is-square .image-group-item:nth-child(n + 4) {
  margin-top: 20px;
}

@media (max-width: 640px) {
  .is-square .image-group-item:nth-child(n + 4) {
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .is-square .image-group-item:nth-child(n + 3) {
    margin-top: 10px;
  }
}

.is-square .image-group-item:nth-child(3n + 1) {
  clear: left;
}

@media (max-width: 640px) {
  .is-square .image-group-item:nth-child(3n + 1) {
    clear: none;
  }
}

@media (max-width: 640px) {
  .is-square .image-group-item:nth-child(4n + 3) {
    padding-right: 0;
    padding-left: 5px;
    float: right;
  }
}

@media (max-width: 640px) {
  .is-square .image-group-item:nth-child(4n + 4) {
    padding-right: 5px;
    padding-left: 0;
    float: left;
  }
}

@media (max-width: 640px) {
  .is-square .image-group-item:nth-child(2n + 5) {
    clear: left;
  }
}

.image-group-item-user {
  display: block;
  padding: 5px 10px;
  background: #fff;
}

@media (max-width: 640px) {
  .image-group-item-user {
    padding: 0 5px 1px 42px;
  }
}

.image-group-item-user-thumbnail {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 10px 0 0;
  border-radius: 100%;
  vertical-align: middle;
}

@media (max-width: 640px) {
  .image-group-item-user-thumbnail {
    width: 30px;
    height: 30px;
    margin: 0;
    position: absolute;
    bottom: 4px;
    left: 4px;
  }
}

.image-group-item-user-name {
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
}

@media (max-width: 640px) {
  .image-group-item-user-name {
    font-size: 12px;
  }
}

.image-group-item-child {
  width: 50%;
  float: left;
  box-sizing: border-box;
}

.image-group-item-child:nth-child(odd) {
  padding-right: 10px;
}

@media (max-width: 640px) {
  .image-group-item-child:nth-child(odd) {
    padding-right: 5px;
  }
}

.image-group-item-child:nth-child(even) {
  padding-left: 10px;
}

@media (max-width: 640px) {
  .image-group-item-child:nth-child(even) {
    padding-left: 5px;
  }
}

.image-group-item-child:nth-child(1),
.image-group-item-child:nth-child(2) {
  padding-bottom: 10px;
}

@media (max-width: 640px) {
  .image-group-item-child:nth-child(1),
  .image-group-item-child:nth-child(2) {
    padding-bottom: 5px;
  }
}

.image-group-item-child:nth-child(3),
.image-group-item-child:nth-child(4) {
  padding-top: 10px;
}

@media (max-width: 640px) {
  .image-group-item-child:nth-child(3),
  .image-group-item-child:nth-child(4) {
    padding-top: 6px;
  }
}

.image-group-item-child-user {
  display: block;
  padding: 6px 10px 5px 70px;
  position: relative;
  background: #fff;
}

@media (max-width: 640px) {
  .image-group-item-child-user {
    padding: 0 5px 1px 42px;
  }
}

.image-group-item-child-user-thumbnail {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  border-radius: 100%;
}

@media (max-width: 640px) {
  .image-group-item-child-user-thumbnail {
    width: 30px;
    height: 30px;
    margin: 0;
    position: absolute;
    bottom: 4px;
    left: 4px;
  }
}

.image-group-item-child-user-name {
  font-weight: bold;
}

@media (max-width: 640px) {
  .image-group-item-child-user-name {
    font-size: 12px;
  }
}

.image-group-item-child-user.is-large {
  padding: 20px 10px 20px 70px;
}

.image-full {
  width: 100%;
  height: auto;
}

.image-stores {
  width: 1020px;
  margin: 0 auto -20px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 640px) {
  .image-stores {
    width: 100%;
    padding: 0 20px;
    margin-bottom: -10px;
    box-sizing: border-box;
  }
}

.image-stores-item {
  width: 240px;
  height: 240px;
  line-height: 240px;
  margin: 0 0 20px 20px;
  padding: 0;
  float: left;
  background: #fff;
  box-sizing: border-box;
  text-align: center;
}

@media (max-width: 640px) {
  .image-stores-item {
    width: calc(50% - 5px);
    height: auto;
    margin: 0 0 10px;
    padding: 10px;
  }
}

.image-stores-item:first-child {
  width: 500px;
  line-height: 1.6;
  margin-left: 0;
  padding-top: 50px;
}

@media (max-width: 640px) {
  .image-stores-item:first-child {
    width: 100%;
    padding-top: 40px;
  }
}

.image-stores-item:first-child img {
  width: auto;
  height: auto;
}

.image-stores-item:nth-child(4),
.image-stores-item:nth-child(4n + 8) {
  margin-left: 0;
}

@media (max-width: 640px) {
  .image-stores-item:nth-child(2n + 2) {
    margin-right: 5px;
  }
}

@media (max-width: 640px) {
  .image-stores-item:nth-child(2n + 3) {
    margin-left: 5px;
  }
}

.image-stores-item-text {
  margin-top: 30px;
  padding: 0 20px;
  text-align: left;
}

@media (max-width: 640px) {
  .image-stores-item-text {
    margin-top: 20px;
    padding: 0 10px;
    font-size: 12px;
  }
}

.image-stores a {
  display: block;
}

.image-stores a:hover {
  text-decoration: none;
  -webkit-animation: animation-hover 1s ease 0s 1 normal;
  animation: animation-hover 1s ease 0s 1 normal;
}

.image-stores img {
  vertical-align: middle;
}

@media (max-width: 640px) {
  .image-stores img {
    width: auto;
    height: auto;
  }
}

/* info
-------------------------------------------------- */

.info {
  position: relative;
  overflow: hidden;
}

.info-item {
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .info-item {
    padding: 0 20px;
  }
}

.info-group .info-item {
  width: 50%;
  float: left;
}

@media (max-width: 640px) {
  .info-group .info-item {
    width: 100%;
    float: none;
  }
}

.info-group .info-item:nth-child(odd) {
  padding-right: 10px;
}

@media (max-width: 640px) {
  .info-group .info-item:nth-child(odd) {
    padding-right: 20px;
  }
}

.info-group .info-item:nth-child(even) {
  padding-left: 10px;
}

@media (max-width: 640px) {
  .info-group .info-item:nth-child(even) {
    padding-left: 20px;
  }
}

.info-group .info-item:nth-child(n + 3) {
  margin-top: 20px;
}

@media (max-width: 640px) {
  .info-group .info-item:nth-child(n + 3) {
    margin-top: 10px;
  }
}

@media (max-width: 640px) {
  .info-item + .info-item {
    margin-top: 10px;
  }
}

.info-item-image {
  display: table-cell;
  width: 35%;
}

.info-item-image.is-square {
  width: 180px;
  height: 180px;
}

@media (max-width: 640px) {
  .info-item-image.is-square {
    width: 120px;
    height: 120px;
  }
}

.info-item-image img {
  width: 100%;
  height: auto;
}

.info-item-body {
  display: table-cell;
  padding: 10px 30px;
  line-height: 1.8;
  vertical-align: middle;
  font-size: 14px;
}

@media (max-width: 640px) {
  .info-item-body {
    padding: 8px 15px;
    font-size: 12px;
    line-height: 1.6;
  }
}

@media (max-width: 640px) {
  .info-item-title.is-line-clamp {
    display: -webkit-box;
    margin-bottom: 4px;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
}

.info a {
  width: 100%;
  display: block;
  table-layout: fixed;
  background: #fff;
}

.info a:hover {
  text-decoration: none;
  -webkit-animation: animation-hover 1s ease 0s 1 normal;
  animation: animation-hover 1s ease 0s 1 normal;
}

.info-cols {
  overflow: hidden;
}

.info-cols + .info-cols {
  margin-top: 80px;
}

@media (max-width: 640px) {
  .info-cols + .info-cols {
    margin-top: 60px;
  }
}

.info-cols-body {
  overflow: hidden;
}

.info-cols-image {
  width: 240px;
  margin-right: 40px;
  float: left;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .info-cols-image {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}

.info-cols-image img {
  width: 100%;
  height: auto;
}

.info-cols-title {
  font-weight: bold;
  line-height: 1.6;
}

@media (max-width: 640px) {
  .info-cols-title {
    margin-top: 20px;
    font-size: 12px;
  }
}

.info-cols-text {
  margin-top: 20px;
  line-height: 1.6;
}

@media (max-width: 640px) {
  .info-cols-text {
    font-size: 12px;
  }
}

.heading-copy + .info-cols {
  margin-top: 20px;
}

.heading + .info {
  margin-top: 40px;
}

@media (max-width: 640px) {
  .heading + .info {
    margin-top: 20px;
  }
}

/* icon
-------------------------------------------------- */

.icon-ranking {
  display: inline-block;
  width: 20px;
  height: 16px;
  margin: 0 2px 0 0;
  background: url("./img/icon/icon-ranking.svg") 0 0 no-repeat;
  background-size: 100%;
  vertical-align: top;
}

.icon-cart {
  display: inline-block;
  width: 37px;
  height: 25px;
  margin: -6px 8px 0 0;
  background: url("./img/icon/icon-cart.svg") 0 0 no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
}

.icon-home {
  display: inline-block;
  width: 34px;
  height: 28px;
  margin: -6px 8px 0 0;
  background: url("./img/icon/icon-home.svg") 0 0 no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
}

.icon-human {
  display: inline-block;
  width: 28px;
  height: 30px;
  margin: -4px 12px 0 0;
  background: url("./img/icon/icon-human.svg") 0 0 no-repeat;
  background-size: 100%;
  vertical-align: middle;
}

.icon-down {
  display: inline-block;
  width: 20px;
  height: 7px;
  margin: -4px 0 0 10px;
  background: url("./img/icon/arrow-down-24x9.svg") 0 0 no-repeat;
  background-size: 100%;
  vertical-align: middle;
}

.icon-down.is-up {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.search .icon-down {
  width: 16px;
  height: 6px;
}

@media (max-width: 640px) {
  .btn .icon-down {
    margin-top: 4px;
  }
}

@media (max-width: 640px) {
  .icon-down {
    width: 9px;
    height: 4px;
  }
}

@media (max-width: 640px) {
  .icon-down-white {
    display: block;
    width: 19px;
    height: 6px;
    margin: 4px auto 0;
    background: url("./img/icon/arrow-down-24x9-white.svg") 0 0 no-repeat;
    background-size: 19px 6px;
  }
}

@media (max-width: 640px) {
  .icon-down-white.is-animation {
    -webkit-animation: animation-vertical 1s ease-in-out infinite alternate;
    animation: animation-vertical 1s ease-in-out infinite alternate;
  }
}

.icon-left {
  display: inline-block;
  width: 5px;
  height: 10px;
  margin: -2px 4px 0 0;
  background: url("./img/icon/arrow-left-6x16.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
}

.icon-right {
  display: inline-block;
  width: 5px;
  height: 10px;
  margin: -2px 0 0 4px;
  background: url("./img/icon/arrow-right-6x16.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
}

.icon-more {
  display: inline-block;
  width: 5px;
  height: 10px;
  margin: 0 0 0 4px;
  vertical-align: middle;
  background: url("./img/icon/arrow-right-5x10.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}

@media (max-width: 640px) {
  .icon-more {
    width: 3px;
    height: 8px;
    background: url("./img/icon/arrow-right-6x16.svg") 0 0 no-repeat;
    background-size: 100% 100%;
  }
}

.icon-list-arrow {
  display: inline-block;
  width: 6px;
  height: 16px;
  margin: 0 0 0 4px;
  vertical-align: middle;
  background: url("./img/icon/arrow-right-5x10.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}

@media (max-width: 640px) {
  .icon-list-arrow {
    width: 3px;
    height: 8px;
    background: url("./img/icon/arrow-right-6x16.svg") 0 0 no-repeat;
    background-size: 100% 100%;
  }
}

.icon-line {
  display: inline-block;
  width: 28px;
  height: 26px;
  margin: -4px 14px 0 0;
  background: url("./img/icon/icon-line.svg") 0 0 no-repeat;
  background-size: 100%;
  vertical-align: middle;
}

@media (max-width: 640px) {
  .icon-line {
    width: 21px;
    height: 21px;
    margin: -6px 10px 0 0;
  }
}

.icon-facebook {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: -3px 20px 0 0;
  background: url("./img/icon/icon-facebook.svg") 0 0 no-repeat;
  background-size: 100%;
  vertical-align: middle;
}

@media (max-width: 640px) {
  .icon-facebook {
    width: 18px;
    height: 18px;
    margin: -6px 10px 0 0;
  }
}

.icon-twitter {
  display: inline-block;
  width: 26px;
  height: 22px;
  margin: -4px 15px 0 0;
  background: url("./img/icon/icon-twitter.svg") 0 0 no-repeat;
  background-size: 100%;
  vertical-align: middle;
}

@media (max-width: 640px) {
  .icon-twitter {
    width: 22px;
    height: 18px;
    margin: -8px 10px 0 0;
  }
}

.icon-instagram {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: -2px 12px 0 0;
  background: url("./img/icon/icon-instagram.svg") 0 0 no-repeat;
  background-size: 100%;
  vertical-align: middle;
}

@media (max-width: 640px) {
  .icon-instagram {
    width: 18px;
    height: 18px;
    margin: -6px 10px 0 0;
  }
}

.icon-instagram.is-square {
  width: 12px;
  height: 12px;
  margin: 0 8px 0 0;
  background: url("./img/icon/icon-instagram-square.svg") 0 0 no-repeat;
}

.icon-search {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("./img/icon/icon-search.png") 0 0 no-repeat;
  background-size: 12px 12px;
  vertical-align: middle;
}

.icon-outside {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: -2px 8px 0 0;
  background: url("./img/icon/icon-outside.svg") 0 0 no-repeat;
  background-size: 100%;
  vertical-align: middle;
}

.icon-app {
  display: inline-block;
  width: 18px;
  height: 26px;
  margin-top: -3px;
  background: url("./img/icon/icon-app.svg") 0 0 no-repeat;
  background-size: 100%;
  vertical-align: middle;
}

@media (max-width: 640px) {
  .icon-app {
    width: 14px;
    height: 22px;
    margin-top: 0;
  }
}

@-webkit-keyframes animation-vertical {
  from {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes animation-vertical {
  from {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* block
-------------------------------------------------- */

.block {
  display: block;
  position: relative;
}

.heading + .block .block-items {
  margin-top: 20px;
}

.block-social {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 80px;
}

@media (max-width: 640px) {
  .block-social {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.block-social-item {
  width: calc((100% / 3) - 20px);
}

@media (max-width: 640px) {
  .block-social-item {
    width: calc(210 / 750 * 100vw);
  }
}

.block-social-item a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 198px;
  background-color: #fff;
}

@media (max-width: 640px) {
  .block-social-item a {
    -webkit-flex-direction: column;
    flex-direction: column;
    height: calc(210 / 750 * 100vw);
  }
}

.block-social-item a:hover {
  -webkit-animation: animation-hover 1s ease 0s 1 normal;
  animation: animation-hover 1s ease 0s 1 normal;
}

@media (max-width: 640px) {
  .block-social-item .icon-line,
  .block-social-item .icon-facebook,
  .block-social-item .icon-twitter {
    margin: 0;
  }
}

@media (max-width: 640px) {
  .block-social-item .icon-line {
    width: 42px;
    height: 41px;
  }
}

@media (max-width: 640px) {
  .block-social-item .icon-twitter {
    width: 48px;
    height: 39px;
  }
}

@media (max-width: 640px) {
  .block-social-item .icon-facebook {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 640px) {
  .block-social-item .heading-image {
    height: 8px;
    width: auto;
    margin-top: 14px;
  }
}

/* btn
-------------------------------------------------- */

.btn {
  display: block;
  height: 80px;
  line-height: 80px;
  position: relative;
  border: none;
  background: url("./img/common/bg-shank.png") 0 0 repeat;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 640px) {
  .btn {
    min-width: 0;
    height: 60px;
    line-height: 60px;
    background-size: 20px;
  }
}

.btn.is-small {
  height: 60px;
  line-height: 60px;
  font-size: 14px;
}

@media (max-width: 640px) {
  .btn.is-small {
    min-width: 0;
    height: 40px;
    line-height: 40px;
    background-size: 20px;
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .btn.is-small-sp {
    min-width: 0;
    height: 40px;
    line-height: 40px;
    background-size: 20px;
    font-size: 14px;
  }
}

.btn-text {
  font-weight: bold;
}

.news-detail-body .btn-text {
  background: none;
}

.btn-image {
  vertical-align: -4px;
}

@media (max-width: 640px) {
  .btn-online-store {
    width: 137px;
    height: auto;
    vertical-align: -2px;
  }
}

@media (max-width: 640px) {
  .btn-shop-list {
    width: 94px;
    height: auto;
    vertical-align: -2px;
  }
}

@media (max-width: 640px) {
  .btn-staff-wanted {
    width: 141px;
    height: auto;
    vertical-align: -2px;
  }
}

@media (max-width: 640px) {
  .btn-more {
    width: 42px;
    height: auto;
    vertical-align: -2px;
  }
}

.btn-search {
  vertical-align: -1px;
}

@media (max-width: 640px) {
  .btn-search {
    width: 57px;
    height: auto;
    vertical-align: 0;
  }
}

.btn:hover {
  text-decoration: none;
  -webkit-animation: animation-hover 1s ease 0s 1 normal;
  animation: animation-hover 1s ease 0s 1 normal;
}

.btn-single {
  margin-top: 80px;
}

@media (max-width: 640px) {
  .btn-single {
    margin: 30px 20px 0;
  }
}

.news-detail .btn-single,
.search .btn-single {
  margin-right: 0;
  margin-left: 0;
}

.block-btn .btn-single,
.news-detail .btn-single,
.search .btn-single {
  margin-top: 20px;
}

@media (max-width: 640px) {
  .block-btn .btn-single,
  .news-detail .btn-single,
  .search .btn-single {
    margin-top: 10px;
  }
}

.btn-single .btn {
  width: calc(50% - 10px);
  margin: 0 auto;
}

@media (max-width: 640px) {
  .btn-single .btn {
    width: 100%;
  }
}

.btn-single .btn.is-full {
  width: 100%;
}

.text-group + .btn-single {
  margin-top: 40px;
}

@media (max-width: 640px) {
  .text-group + .btn-single {
    margin: 40px 0 0;
  }
}

.btn-group {
  margin-top: 80px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 640px) {
  .btn-group {
    padding: 0 20px;
    margin-top: 60px;
  }
}

.btn-group-item {
  width: calc(100% / 3);
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .btn-group-item {
    width: 100%;
  }
}

.btn-group-item:first-child {
  padding-right: 20px;
}

@media (max-width: 640px) {
  .btn-group-item:first-child {
    padding: 0;
  }
}

.btn-group-item:last-child {
  padding-left: 20px;
}

@media (max-width: 640px) {
  .btn-group-item:last-child {
    padding: 0;
    margin-top: 20px;
  }
}

@media (max-width: 640px) {
  .btn-group-item + .btn-group-item {
    margin-top: 20px;
  }
}

/* banner
-------------------------------------------------- */

@media (max-width: 640px) {
  .banner {
    padding: 0 20px;
  }
}

.banner-group {
  margin: 20px -10px 0;
}

@media (max-width: 640px) {
  .banner-group {
    margin: 20px 0 0;
  }
}

.banner-group-item {
  width: 50%;
  float: left;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
}

@media (max-width: 640px) {
  .banner-group-item {
    margin-top: 10px;
    padding: 0;
  }
}

.banner-group-item:nth-child(1),
.banner-group-item:nth-child(2) {
  margin-top: 0;
}

.banner-group-item.is-large {
  width: 50%;
}

@media (max-width: 640px) {
  .banner-group-item.is-large {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .banner-group-item.is-large + .banner-group-item:nth-child(2) {
    margin-top: 10px;
  }
}

@media (max-width: 640px) {
  .banner-group-item img {
    width: 100%;
    height: auto;
  }
}

.banner-group-item a {
  display: block;
}

.banner-group-item a:hover {
  -webkit-animation: animation-hover 1s ease 0s 1 normal;
  animation: animation-hover 1s ease 0s 1 normal;
}

@media (max-width: 640px) {
  .banner-group .slick-arrow {
    width: 5px;
    height: 10px;
  }
}

@media (max-width: 640px) {
  .banner-group .slick-prev {
    background: url("./img/icon/arrow-left-6x16.svg") 0 0 no-repeat;
    left: -20px;
  }
}

@media (max-width: 640px) {
  .banner-group .slick-next {
    background: url("./img/icon/arrow-right-6x16.svg") 0 0 no-repeat;
    right: -20px;
  }
}

.banner-group .slick-dots li.slick-active button:not([class]) {
  background-color: #000;
}

@media (max-width: 640px) {
  .banner-heading {
    padding-top: 20px;
  }
}

.news-banner a:hover {
  -webkit-animation: animation-hover 1s ease 0s 1 normal;
  animation: animation-hover 1s ease 0s 1 normal;
}

/* search
-------------------------------------------------- */

.search {
  padding: 20px;
  background: #fff;
}

.search .btn .icon-down {
  margin-top: -3px;
}

@media (max-width: 640px) {
  .search .btn .icon-down {
    width: 5px;
    height: 10px;
    margin: -2px 0 0 8px;
    background: url("./img/icon/arrow-right-6x16.svg") 0 0 no-repeat;
    background-size: 100% 100%;
  }
}

/* form
-------------------------------------------------- */

.form-input {
  position: relative;
  border: 2px solid #000;
}

.form-input input {
  display: block;
  width: 100%;
  padding: 14px 13px;
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
  box-sizing: border-box;
  font-size: 12px;
  outline: 0;
}

.form-input button {
  border: none;
  box-shadow: none;
}

.form-input .icon-search {
  margin-top: -6px;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 18px;
}

.form-select {
  position: relative;
  border: 2px solid #000;
  font-size: 14px;
  overflow: hidden;
}

.form-select select {
  display: block;
  width: 100%;
  padding: 14px 13px;
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1;
  outline: 0;
  -webkit-appearance: none;
  appearance: none;
  overflow: hidden;
}

.form-select select::-ms-expand {
  display: none;
}

.form-select .icon-down {
  margin-top: -3px;
  position: absolute;
  top: 50%;
  right: 18px;
  z-index: 50;
}

@media (max-width: 640px) {
  .form-select .icon-down {
    width: 8px;
    height: 3px;
  }
}

.form-input + .form-select,
.form-select + .form-select {
  margin-top: 10px;
}

/* tab
-------------------------------------------------- */

.tab {
  position: relative;
}

.tab-bar {
  width: 500px;
  width: calc(50% - 10px);
  line-height: 1;
  margin: 0 auto;
  padding: 10px;
  background: url("./img/common/bg-shank.png") 0 0 repeat;
  box-sizing: border-box;
  overflow: hidden;
}

@media (max-width: 640px) {
  .tab-bar {
    width: auto;
    margin: 0 20px;
    padding: 5px;
    background-size: 20px;
  }
}

.tab-bar-item {
  width: 50%;
  float: left;
  text-align: center;
}

.tab-bar-item.is-current {
  background: #ffee00;
}

@media (max-width: 640px) {
  .tab-bar-item-model {
    width: 51px;
  }
}

@media (max-width: 640px) {
  .tab-bar-item-staff {
    width: 41px;
  }
}

@media (max-width: 640px) {
  .tab-bar-item-ranking {
    width: 65px;
  }
}

@media (max-width: 640px) {
  .tab-bar-item-recommend {
    width: 96px;
  }
}

.tab-bar a {
  display: block;
  height: 60px;
  padding-top: 20px;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .tab-bar a {
    height: 30px;
    padding-top: 7px;
  }
}

.tab-bar a:hover {
  text-decoration: none;
}

.tab-bar img {
  vertical-align: middle;
}

.tab-content {
  margin-top: 40px;
}

@media (max-width: 640px) {
  .tab-content {
    margin-top: 20px;
  }
}

.tab-content-body {
  display: none;
}

.tab-content-body.is-current {
  display: block;
}

/* slick
-------------------------------------------------- */

.slick-slider {
  display: block;
  margin-top: 40px;
  margin-left: -10px;
  position: relative;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
}

@media (max-width: 640px) {
  .slick-slider {
    margin-top: 20px;
    margin-left: 0;
  }
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.popup-content .slick-slider {
  margin-top: 0;
  margin-left: 0;
}

@media (max-width: 640px) {
  .popup-content .slick-slider {
    margin-right: 20px;
    margin-left: 20px;
  }
}

.slick-list {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

@media (max-width: 640px) {
  .popup-content .slick-list {
    margin-right: -20px;
    margin-left: -20px;
  }
}

.slick-track {
  display: block;
  position: relative;
  left: 0;
  top: 0;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  height: 100%;
  min-height: 1px;
  float: left;
}

[dir='rtl'] .slick-slide {
  float: right;
}

@media (max-width: 640px) {
  .slick-slide {
    margin: 0 5px;
  }
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.popup-content .slick-slide {
  margin: 0 0 0 -1px;
}

@media (max-width: 640px) {
  .popup-content .slick-slide {
    margin: 0 20px;
  }
}

.slick-slide-link {
  height: 100%;
  margin-left: 10px;
}

@media (max-width: 640px) {
  .slick-slide-link {
    margin-left: 0;
  }
}

.slick-slide a {
  display: block;
  position: relative;
}

.slick-slide a:hover {
  -webkit-animation: animation-hover 1s ease 0s 1 normal;
  animation: animation-hover 1s ease 0s 1 normal;
  text-decoration: none;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  display: block;
  width: 15px;
  height: 50px;
  padding: 0;
  top: 50%;
  position: absolute;
  border: none;
  background: transparent;
  color: transparent;
  line-height: 0;
  font-size: 0px;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  outline: none;
}

@media (max-width: 640px) {
  .slick-prev-popup,
  .slick-next-popup {
    display: block;
    width: 49%;
    width: calc(50% - 5px);
    padding-top: 15px;
    padding-bottom: 13px;
    line-height: 1;
    position: absolute;
    bottom: -50px;
    border: none;
    background: #fff;
    text-align: center;
    font-weight: bold;
    font-family: 'Avenir Next', Verdana;
    outline: none;
    z-index: 170;
  }

  .slick-prev-popup img,
  .slick-next-popup img {
    vertical-align: top;
  }

  .slick-prev-popup .icon-left,
  .slick-prev-popup .icon-right,
  .slick-next-popup .icon-left,
  .slick-next-popup .icon-right {
    margin-top: 0;
    vertical-align: top;
  }
}

.slick-prev {
  left: -20px;
  background: url("./img/icon/arrow-left-14x48.svg") 0 0 no-repeat;
}

@media (max-width: 1100px) {
  .slick-prev {
    left: -20px;
  }
}

[dir='rtl'] .slick-prev {
  left: auto;
  left: -25px;
}

@media (max-width: 1100px) {
  [dir='rtl'] .slick-prev {
    left: -20px;
  }
}

.slick-aggregation .slick-prev {
  left: -10px;
}

@media (max-width: 1100px) {
  .slick-aggregation .slick-prev {
    left: -10px;
  }
}

.popup-content .slick-prev {
  left: -60px;
  background: url("./img/icon/arrow-left-14x48-white.svg") 0 0 no-repeat;
}

@media (max-width: 640px) {
  .slick-prev-popup {
    left: 0;
  }
}

.slick-next {
  right: -30px;
  background: url("./img/icon/arrow-right-14x48.svg") 0 0 no-repeat;
}

@media (max-width: 1100px) {
  .slick-next {
    right: -30px;
  }
}

[dir='rtl'] .slick-next {
  left: -35px;
  right: auto;
}

@media (max-width: 1100px) {
  [dir='rtl'] .slick-next {
    right: -30px;
  }
}

.popup-content .slick-next {
  right: -60px;
  background: url("./img/icon/arrow-right-14x48-white.svg") 0 0 no-repeat;
}

@media (max-width: 640px) {
  .slick-next-popup {
    right: 0;
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: -20px;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button:not([class]) {
  display: block;
  width: 5px;
  height: 5px;
  padding: 0;
  border: 0;
  background: #fff;
  outline: none;
  line-height: 0;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
  border-radius: 100%;
}

.slick-dots li button:not([class]):hover,
.slick-dots li button:not([class]):focus {
  outline: none;
}

.slick-dots li.slick-active button:not([class]) {
  background: #999;
}

.slick-aggregation {
  margin-left: -20px;
}

@media (max-width: 640px) {
  .slick-aggregation {
    margin-left: 0;
  }
}

@media (max-width: 640px) {
  .slick-aggregation .slick-slide {
    margin: 0 5px;
  }
}

.slick-aggregation .slick-slide-link {
  margin-left: 20px;
}

@media (max-width: 640px) {
  .slick-aggregation .slick-slide-link {
    margin-left: 0;
  }
}

.slick-aggregation .slick-slide-link + .slick-slide-link {
  margin-top: 20px;
}

@media (max-width: 640px) {
  .slick-aggregation .slick-slide-link + .slick-slide-link {
    margin-top: 10px;
  }
}

.slick-btn-group {
  width: 100%;
  margin-top: 10px;
}

.heading + .slick-slider {
  margin-top: 32px;
}

@media (max-width: 640px) {
  .heading + .slick-slider {
    margin-top: 12px;
  }
}

/* popup
-------------------------------------------------- */

.popup {
  visibility: hidden;
}

.popup.is-active {
  visibility: visible;
}

.popup-overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 150;
}

.popup-content {
  width: 80%;
  max-width: 860px;
  height: 580px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 160;
}

@media (max-width: 640px) {
  .popup-content {
    width: 100%;
    height: 100%;
    max-width: none;
    padding: 70px 0;
    top: 0;
    left: 0;
    background: none;
    box-sizing: border-box;
    overflow-y: scroll;
  }
}

.popup-content.is-square {
  height: 500px;
}

@media (max-width: 640px) {
  .popup-content.is-square {
    height: 100%;
  }
}

.popup-content.is-scroll {
  -webkit-overflow-scrolling: touch;
}

.popup-content-item {
  overflow: hidden;
  background: #fff;
}

@media (max-width: 640px) {
  .popup-content-item {
    background: none;
  }
}

.popup-content-item-image {
  width: 387px;
  height: 580px;
  float: left;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 640px) {
  .popup-content-item-image {
    width: 100%;
    height: auto;
    float: none;
  }
}

.is-square .popup-content-item-image {
  width: 500px;
  height: 500px;
}

@media (max-width: 640px) {
  .is-square .popup-content-item-image {
    width: 100%;
    height: auto;
  }
}

.popup-content-item-detail {
  height: 580px;
  padding: 20px;
  box-sizing: border-box;
  overflow-y: auto;
}

@media (max-width: 640px) {
  .popup-content-item-detail {
    width: 100%;
    height: auto;
    padding: 0;
    overflow-y: auto;
  }
}

.is-square .popup-content-item-detail {
  height: 500px;
}

@media (max-width: 640px) {
  .is-square .popup-content-item-detail {
    height: auto;
  }
}

@media (max-width: 640px) {
  .popup-content-item-detail-user {
    background: #fff;
    padding: 10px 20px 0;
  }
}

.popup-content-item-detail-user-thumbnail {
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

.popup-content-item-detail-user-thumbnail img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}

.popup-content-item-detail-user-name {
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
}

.popup-content-item-detail-title {
  margin-top: 20px;
}

@media (max-width: 640px) {
  .popup-content-item-detail-title {
    padding: 10px 20px 20px;
    margin-top: 0;
    background: #fff;
  }
}

@media (max-width: 640px) {
  .popup-content-item-detail-title img {
    width: 42px;
    height: auto;
  }
}

.popup-content-item-detail-subtitle {
  margin-top: 20px;
  font-family: "Avenir Next", Verdana;
}

@media (max-width: 640px) {
  .popup-content-item-detail-subtitle {
    padding: 20px 20px 0;
    margin-top: 10px;
    background: #fff;
    text-align: center;
  }

  .popup-content-item-detail-subtitle img {
    width: 42px;
    height: auto;
  }
}

.popup-content-item-detail-text + .popup-content-item-detail-subtitle {
  margin-top: 40px;
}

@media (max-width: 640px) {
  .popup-content-item-detail-text + .popup-content-item-detail-subtitle {
    margin-top: 10px;
  }
}

.popup-content-item-detail-text {
  margin-top: 20px;
}

@media (max-width: 640px) {
  .popup-content-item-detail-text {
    margin-top: 0;
    padding-top: 8px;
    background: #fff;
  }
}

.popup-content-item-detail-photo {
  margin: 20px 0 0 -10px;
  overflow: hidden;
}

@media (max-width: 640px) {
  .popup-content-item-detail-photo {
    margin: 0;
    padding: 20px 15px;
    background: #fff;
  }
}

.popup-content-item-detail-photo a:hover {
  text-decoration: none;
}

.popup-content-item-detail-photo img {
  width: 100%;
  height: auto;
}

.popup-content-item-detail-photo-child {
  width: 33.333%;
  padding-left: 10px;
  float: left;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .popup-content-item-detail-photo-child {
    padding: 0 5px;
  }
}

.popup-content-item-detail-photo-child:nth-child(n + 4) {
  margin-top: 10px;
}

@media (max-width: 640px) {
  .popup-content-item-detail-photo-child:nth-child(n + 4) {
    margin-top: 20px;
  }
}

.popup-content-item-detail-photo-child-price {
  display: block;
  margin-top: 6px;
  text-align: center;
}

@media (max-width: 640px) {
  .popup-content-item-detail-photo-child-price {
    font-size: 12px;
  }
}

.popup-content-item-detail-photo-child-btn {
  display: block;
  height: 20px;
  line-height: 1px;
  margin-top: 6px;
  padding-top: 4px;
  text-align: center;
  background: url("./img/common/bg-shank.png") 0 0 repeat;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .popup-content-item-detail-photo-child-btn {
    background-size: 20px;
  }
}

.popup-content-item-detail-photo-child-btn img {
  width: 28px;
  height: auto;
  vertical-align: middle;
}

.popup-cols {
  width: 860px;
  height: 500px;
  margin: -250px 0 0 -430px;
  position: fixed;
  top: 50%;
  left: 50%;
  background: #fff;
  z-index: 160;
}

@media (max-width: 640px) {
  .popup-cols {
    width: 100%;
    height: 100%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    padding: 70px 0 20px 0;
    background: none;
    overflow-y: scroll;
    max-width: none;
    box-sizing: border-box;
  }
}

.popup-cols-image {
  width: 500px;
  float: left;
}

@media (max-width: 640px) {
  .popup-cols-image {
    width: 100%;
    text-align: center;
    float: none;
  }

  .popup-cols-image img {
    width: 90%;
    height: auto;
  }
}

.popup-cols-body {
  width: 360px;
  padding: 20px;
  float: right;
  background: #fff;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .popup-cols-body {
    width: 90%;
    float: none;
    margin: auto;
  }
}

.popup-cols-text {
  line-height: 1.6;
}

.popup-cols-list {
  margin-top: 5px;
  line-height: 1.6;
}

.popup-cols-list-item {
  margin-left: 10px;
  text-indent: -10px;
}

.popup-cols-list-item + .popup-cols-list-item {
  margin-top: 4px;
}

.popup-cols-text + .popup-cols-title,
.popup-cols-list + .popup-cols-title,
.popup-cols-list + .popup-cols-text {
  margin-top: 30px;
}

.popup-cols-qrcode {
  float: left;
  margin: 10px 25px 0 0;
}

.popup-close {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -60px;
  right: -60px;
  background: #ffee00 url("./img/icon/icon-close.png") center center no-repeat;
  background-size: 20px 20px;
  cursor: pointer;
}

@media (max-width: 640px) {
  .popup-close {
    position: fixed;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    background-size: 14px 14px;
    z-index: 180;
  }
}

.popup.is-app .popup-content-item-title {
  font-size: 16px;
}

.popup.is-app h2,
.popup.is-app h3,
.popup.is-app h4 {
  margin-bottom: 10px;
}

.popup.is-app a + a,
.popup.is-app .alignnone + .alignnone,
.popup.is-app .alignleft + .alignleft,
.popup.is-app .alignright + .alignright {
  margin-left: 10px;
}

/* animation
-------------------------------------------------- */

@-webkit-keyframes animation-hover {
  from {
    opacity: .4;
  }

  to {
    opacity: 1;
  }
}

@keyframes animation-hover {
  from {
    opacity: .4;
  }

  to {
    opacity: 1;
  }
}

@media (max-width: 640px) {
@-webkit-keyframes animation-hover {
    from {
      opacity: 1;
    }

    to {
      opacity: 1;
    }
}

@keyframes animation-hover {
    from {
      opacity: 1;
    }

    to {
      opacity: 1;
    }
}
}

/* staff-coordinate
-------------------------------------------------- */

.staff-coordinate-body {
  box-sizing: border-box;
  display: block;
  padding: 0 10px 0 70px;
  height: 60px;
  position: relative;
  background: #fff;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

@media (max-width: 640px) {
  .staff-coordinate-body {
    font-size: 80%;
    height: 50px;
    padding: 0 2px 0 42px;
  }
}

.staff-coordinate-shop {
  display: block;
}

.staff-coordinate-photo {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 397px;
}

@media (max-width: 640px) {
  .staff-coordinate-photo {
    height: 0;
    padding-top: 150%;
  }
}

.staff-coordinate-height {
  margin-left: 10px;
}

@media (max-width: 640px) {
  .staff-coordinate-height {
    margin-left: 5px;
  }
}

.staff-coordinate-thumbnail {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 10px;
  margin: auto;
  border-radius: 100%;
}

@media (max-width: 640px) {
  .staff-coordinate-thumbnail {
    width: 30px;
    height: 30px;
    left: 4px;
  }
}

/* +modules
-------------------------------------------------- */

/* concept
-------------------------------------------------- */

.concept {
  padding-top: 120px;
  position: relative;
  text-align: center;
}

@media (max-width: 640px) {
  .concept {
    padding: 40px 40px 0;
  }
}

@media (max-width: 640px) {
  .concept-title img {
    width: 207px;
    height: auto;
  }
}

.concept-text {
  margin-top: 60px;
  font-size: 16px;
  line-height: 2.6;
}

@media (max-width: 640px) {
  .concept-text {
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.8;
  }
}

.concept-text-pc {
  display: inline-block;
}

@media (max-width: 640px) {
  .concept-text-pc {
    display: none;
  }
}

.concept-text-sp {
  display: none;
}

@media (max-width: 640px) {
  .concept-text-sp {
    display: inline-block;
    max-width: 100%;
  }
}

.concept-title,
.concept-text {
  opacity: 0;
}

.concept-title:not(:target),
.concept-text:not(:target) {
  opacity: 1\9;
}

@media all and (-ms-high-contrast: none) {
  .concept-title:not(:target),
  .concept-text:not(:target) {
    opacity: 0;
  }
}

.concept-title:nth-child(1),
.concept-text:nth-child(1) {
  -webkit-animation: fadeInText 1s ease 0.5s 1 forwards;
  animation: fadeInText 1s ease 0.5s 1 forwards;
}

.concept-title:nth-child(2),
.concept-text:nth-child(2) {
  -webkit-animation: fadeInText 1s ease 1.2s 1 forwards;
  animation: fadeInText 1s ease 1.2s 1 forwards;
}

.concept-title:nth-child(3),
.concept-text:nth-child(3) {
  -webkit-animation: fadeInText 1s ease 1.9s 1 forwards;
  animation: fadeInText 1s ease 1.9s 1 forwards;
}

.concept-title:nth-child(4),
.concept-text:nth-child(4) {
  -webkit-animation: fadeInText 1s ease 2.6s 1 forwards;
  animation: fadeInText 1s ease 2.6s 1 forwards;
}

.concept-title:nth-child(5),
.concept-text:nth-child(5) {
  -webkit-animation: fadeInText 1s ease 3.3s 1 forwards;
  animation: fadeInText 1s ease 3.3s 1 forwards;
}

.concept-title:nth-child(6),
.concept-text:nth-child(6) {
  -webkit-animation: fadeInText 1s ease 4s 1 forwards;
  animation: fadeInText 1s ease 4s 1 forwards;
}

@-webkit-keyframes fadeInText {
  to {
    opacity: 1;
  }
}

@keyframes fadeInText {
  to {
    opacity: 1;
  }
}

/* news detail
-------------------------------------------------- */

.news-detail {
  width: 100%;
  padding: 40px;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
}

@media (max-width: 640px) {
  .news-detail {
    padding: 20px 20px 0;
  }
}

.news-detail-body h2,
.news-detail-body h3,
.news-detail-body h4,
.news-detail-body h5,
.news-detail-body h6,
.news-detail-body p {
  margin-top: 20px;
}

@media (max-width: 640px) {
  .news-detail-body h2,
  .news-detail-body h3,
  .news-detail-body h4,
  .news-detail-body h5,
  .news-detail-body h6,
  .news-detail-body p {
    line-height: 1.6;
  }
}

.news-detail-body span {
  background: #ffee00;
}

.news-detail-body ul,
.news-detail-body ol {
  margin-top: 20px;
}

.news-detail-body ul li,
.news-detail-body ol li {
  color: #999;
}

.news-detail-body ul li + li,
.news-detail-body ol li + li {
  margin-top: 10px;
}

.news-detail-body a:hover {
  text-decoration: underline;
}

.news-detail blockquote,
.news-detail-box {
  margin-top: 20px;
  padding: 6px;
  background: url("./img/common/bg-shank.png") 0 0 repeat;
}

@media (max-width: 640px) {
  .news-detail blockquote,
  .news-detail-box {
    background-size: 20px;
  }
}

.news-detail blockquote > h2,
.news-detail blockquote > h3,
.news-detail blockquote > h4,
.news-detail blockquote > h5,
.news-detail blockquote > h6,
.news-detail-box > h2,
.news-detail-box > h3,
.news-detail-box > h4,
.news-detail-box > h5,
.news-detail-box > h6 {
  margin: 0;
  padding: 0;
  padding: 20px 20px 0;
  background: #fff;
}

.news-detail blockquote > p,
.news-detail-box > p {
  margin: 0;
  padding: 20px;
  background: #fff;
}

.news-detail blockquote-body,
.news-detail-box-body {
  padding: 20px;
  background: #fff;
}

.news-detail blockquote-body h2,
.news-detail-box-body h2 {
  margin: 0;
}

.news-detail blockquote-body p,
.news-detail-box-body p {
  margin: 0;
}

.news-detail blockquote-body h2 + p,
.news-detail-box-body h2 + p {
  margin-top: 20px;
}

.news-detail-footer {
  min-width: 1100px;
  max-width: 1200px;
  margin: auto;
  padding: 0 40px 60px;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .news-detail-footer {
    width: 100%;
    min-width: 0;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
    background: #fff;
  }
}

@media (max-width: 640px) {
  .news-detail-footer .heading {
    margin-top: 0;
  }
}

/* shopList
-------------------------------------------------- */

.p-shoplist {
  background-color: #fff;
  padding: 40px;
}

@media (min-width: 1025px) {
  .p-shoplist {
    width: 775px;
    box-sizing: border-box;
  }
}

@media (max-width: 1024px) {
  .p-shoplist {
    border-top: solid 1px #000;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
  }
}

.p-shoplist__title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .p-shoplist__title img {
    height: 13px;
  }
}

.p-shoplist__title span {
  display: block;
  font-size: 14px;
}

@media (max-width: 1024px) {
  .p-shoplist__title span {
    font-size: 12px;
  }
}

@media (min-width: 1025px) {
  .p-shoplist__items {
    display: -webkit-flex;
    display: flex;
  }
}

.p-shoplist__map {
  line-height: 0;
}

@media (max-width: 1024px) {
  .p-shoplist__map svg {
    width: 100%;
    height: 71.458773784%;
  }
}

.p-shoplist__map path {
  transition: fill 0.2s;
}

.p-shoplist__map image {
  transition: opacity 0.2s;
}

.p-shoplist__map a:hover path {
  fill: #ffee00;
}

.p-shoplist__map a:hover image {
  opacity: 0.6;
}

.p-shoplist__area {
  padding-left: 20px;
}

@media (min-width: 1025px) {
  .p-shoplist__area {
    -webkit-flex: 0 0 200px;
    flex: 0 0 200px;
  }
}

@media (max-width: 1024px) {
  .p-shoplist__area {
    margin-top: 40px;
    padding-left: 0;
  }
}

.p-shoplist__area > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.-lang-en .p-shoplist__area > ul li {
  text-transform: capitalize;
}

@media (max-width: 1024px) {
  .p-shoplist__area li {
    width: 50%;
  }
}

.p-shoplist__area li a {
  background-color: #ebebeb;
  border: solid 1px #fff;
  box-sizing: border-box;
  width: 100px;
  height: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  transition: background-color 0.2s;
}

@media (max-width: 1024px) {
  .p-shoplist__area li a {
    width: 100%;
  }
}

.p-shoplist__area li a:hover {
  text-decoration: none;
}

@media (min-width: 1025px) {
  .p-shoplist__area li a:hover {
    background-color: #ffee00;
  }
}

.p-shoplist__area li a.-current,
.p-shoplist__area li a.-active {
  background-color: #ffee00;
}

.p-shoplist__area li a .-en {
  display: block;
  font-size: 10px;
  margin-top: 5px;
  text-transform: capitalize;
}

.p-shoplist__area li.-outlet {
  width: 100%;
}

.p-shoplist__area li.-outlet a {
  width: 100%;
}

.p-shoplist__area .-child {
  width: 100%;
  display: none;
  text-align: left;
}

.p-shoplist__area .-child a {
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}

.p-shoplist__area .-child a.-current .icon-list-arrow {
  display: none;
}

.p-shoplist__area .-child .-en {
  display: block;
  text-transform: capitalize;
}

.p-shoplist__result {
  position: relative;
}

@media (min-width: 1025px) {
  .p-shoplist__result {
    min-width: 473px;
  }
}

.p-shoplist__result--back {
  font-weight: bold;
}

.p-shoplist__result--title {
  font-size: 24px;
  font-weight: bold;
  text-transform: capitalize;
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .p-shoplist__result--title {
    font-size: 18px;
    text-align: center;
    margin-top: 46px;
  }
}

.p-shoplist__tabs {
  margin-top: 30px;
}

.p-shoplist__tabs ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: solid 2px #707070;
}

.-lang-en .p-shoplist__tabs li {
  text-transform: capitalize;
}

.p-shoplist__tabs li a {
  display: block;
  font-size: 13px;
  font-weight: bold;
  padding: 13px;
  transition: background-color 0.2s;
}

.p-shoplist__tabs li a:hover,
.p-shoplist__tabs li a.-current {
  background-color: #ffee00;
  text-decoration: none;
}

.p-shoplist__langList {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-flex;
  display: flex;
}

.p-shoplist__langList li + li {
  margin-left: 10px;
}

@media (max-width: 640px) {
  .p-shoplist__langList li + li {
    margin-left: 5px;
  }
}

.p-shoplist__langList li a {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #EBEBEB;
  font-size: 12px;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: background-color .2s;
}

@media (max-width: 640px) {
  .p-shoplist__langList li a {
    width: 40px;
    height: 40px;
  }
}

.p-shoplist__langList li a:hover {
  text-decoration: none;
}

.p-shoplist__langList li a:hover,
.p-shoplist__langList li a.-current {
  background-color: #000;
  color: #fff;
}

.shopList {
  padding-top: 20px;
  background: #fff;
}

@media (max-width: 640px) {
  .shopList {
    font-size: 12px;
  }
}

.shopList:last-child {
  padding-bottom: 20px;
}

.shopList-title {
  margin: 30px 0 8px;
  font-weight: bold;
}

@media (max-width: 640px) {
  .shopList-title {
    margin-top: 25px;
  }
}

.shopList-title:first-child {
  margin-top: 0;
}

.shopList-data {
  overflow: hidden;
}

.shopList-data-address,
.shopList-data-tel,
.shopList-data-time,
.shopList-data-link,
.shopList-data-event,
.shopList-data-instagram {
  margin: 4px 20px 0 0;
  float: left;
  font-style: normal;
}

.shopList-data-time,
.shopList-data-event {
  clear: both;
}

@media (max-width: 640px) {
  .shopList-data-time,
  .shopList-data-event {
    clear: none;
  }
}

.shopList-data a {
  text-decoration: underline;
}

.shopList-data a:hover {
  text-decoration: none;
}

.shopList-data + .shopList-data {
  margin-top: 4px;
}

.shopList-image {
  display: none;
  margin-top: 20px;
  overflow: hidden;
}

.shopList-image-item {
  float: left;
  margin-right: 10px;
}

.shopList-image img {
  width: 100px;
  height: auto;
}

@media (max-width: 640px) {
  .shopList-image img {
    width: 75px;
  }
}

.shopList .icon-right {
  width: 5px;
  height: 8px;
  margin: 0 0 0 8px;
  background: url("./img/icon/arrow-right-7x14.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}

.shopList .icon-down {
  display: inline-block;
  width: 8px;
  height: 5px;
  margin: -4px 0 0 8px;
  background: url("./img/icon/arrow-down-14x7.svg") 0 0 no-repeat;
  background-size: 8px 5px;
  vertical-align: middle;
}

@media (max-width: 640px) {
  .shopList .icon-down {
    width: 8px;
    height: 4px;
    background-size: 8px 4px;
  }
}

.shopListCampaign {
  padding: 40px;
  background: #fff;
}

@media (max-width: 640px) {
  .shopListCampaign {
    padding: 0 20px;
  }
}

.shopListCampaign-inner {
  overflow: hidden;
}

.shopListCampaign-title {
  margin: 0 0 40px;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 640px) {
  .shopListCampaign-title {
    margin-bottom: 20px;
    font-size: 12px;
    text-align: left;
  }
}

.shopListCampaign-item {
  width: 25%;
  padding-right: 20px;
  float: left;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .shopListCampaign-item {
    width: 50%;
    padding: 0;
    font-size: 12px;
  }
}

.shopListCampaign-item:nth-child(n + 5) {
  margin-top: 20px;
}

@media (max-width: 640px) {
  .shopListCampaign-item:nth-child(n + 5) {
    margin-top: 0;
  }
}

.shopListCampaign-item:nth-child(5n) {
  clear: left;
}

@media (max-width: 640px) {
  .shopListCampaign-item:nth-child(5n) {
    clear: none;
  }
}

@media (max-width: 640px) {
  .shopListCampaign-item:nth-child(n + 3) {
    margin-top: 20px;
  }
}

@media (max-width: 640px) {
  .shopListCampaign-item:nth-child(2n + 1) {
    clear: left;
  }
}

@media (max-width: 640px) {
  .shopListCampaign-item:nth-child(odd) {
    padding-right: 10px;
  }
}

@media (max-width: 640px) {
  .shopListCampaign-item:nth-child(even) {
    padding-left: 10px;
  }
}

.shopListCampaign-item-title {
  font-weight: bold;
}

.shopListCampaign-item-tel {
  margin-top: 4px;
}

.shopListCampaign-item-date {
  margin-top: 4px;
}

@media (max-width: 1024px) {
  .page-shoplist .l-main {
    padding: 0;
    min-width: 0;
  }
}

@media (max-width: 1024px) {
  .page-shoplist .l-sub {
    width: 100%;
    max-width: 100%;
    float: none;
  }
}

@media (max-width: 1024px) {
  .page-shoplist .l-container {
    min-width: 0;
    padding: 50px 0 60px;
    background: #fff;
  }
}