@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Teko:700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  text-align: left;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

/*
---------------------- ここまでReset ---------------------------- */
body {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Osaka", "Osaka－等幅", "Osaka-Mono", "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", "ＭＳ ゴシック", "MS Gothic", sans-serif;
  background: #000;
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media only screen and (max-width: 767px) {
  .inner {
    margin: 0 auto;
    padding: 30px 25px 40px;
  }
}

@media only screen and (min-width: 768px) {
  .inner {
    max-width: 1080px;
    margin: 0 auto;
    padding-right: 30px;
    padding: 80px 0 80px;
  }
}

.bg {
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .bg {
    margin: 0 0 30px;
  }
}

@media only screen and (min-width: 768px) {
  .bg {
    margin: 0 0 50px;
  }
}

.bg .bg_img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

h2 {
  padding: 0;
  border-bottom: #fff solid 1px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  h2 {
    margin: 0 0 20px;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px) {
  h2 {
    margin: 0;
    font-size: 2.9rem;
    line-height: 2.9rem;
    margin: 0 0 70px;
  }
}

.top {
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .top {
    height: 380px;
    margin: 0;
  }
}

@media only screen and (min-width: 768px) {
  .top {
    height: 850px;
    margin: 30px 0 75px;
  }
}

.top .hero img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-filter: drop-shadow(0 0 25px #000);
          filter: drop-shadow(0 0 25px #000);
}

@media only screen and (max-width: 767px) {
  .top .hero img {
    width: 92%;
  }
}

@media only screen and (min-width: 768px) {
  .top .hero img {
    width: 86%;
  }
}

.top .lang_container {
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .top .lang_container {
    top: 8%;
    left: 5%;
  }
}

@media only screen and (min-width: 768px) {
  .top .lang_container {
    top: 20px;
    left: 40px;
  }
}

.top .lang_container .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .top .lang_container .lang {
    font-size: 0.85rem;
  }
}

@media only screen and (min-width: 768px) {
  .top .lang_container .lang {
    font-size: 0.95rem;
  }
}

.top .lang_container .lang a {
  text-decoration: none;
  color: #fff;
  padding: 5px 0;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 2px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.top .lang_container .lang a:hover {
  color: #d2d2d2;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.top .lang_container .selected::after {
  content: '/';
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .top .lang_container .selected::after {
    margin: 0 10px;
  }
}

@media only screen and (min-width: 768px) {
  .top .lang_container .selected::after {
    margin: 0 15px;
  }
}

.top .lang_container .selected a::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: '';
  display: block;
  width: 88%;
  height: 1px;
  background: #d2d2d2;
}

.prod p {
  text-align: center;
  font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
  .prod p {
    padding: 60px 0 20px;
  }
}

@media only screen and (min-width: 768px) {
  .prod p {
    padding: 100px 0 0;
  }
}

.prod .item_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 -40px;
}

.prod .item_container .item {
  margin: 0 0 40px;
}

@media only screen and (max-width: 767px) {
  .prod .item_container .item {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .prod .item_container .item {
    width: 25%;
  }
}

.prod .item_container .item:hover {
  opacity: 0.8;
}

.topics_area .topics_list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .topics_area .topics_list {
    margin: 0 0 -30px;
  }
}

@media only screen and (min-width: 768px) {
  .topics_area .topics_list {
    margin: 0 0 -40px;
  }
}

.topics_area .topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .topics_area .topic {
    width: 48%;
    margin: 0 0 30px;
  }
}

@media only screen and (min-width: 768px) {
  .topics_area .topic {
    width: 22%;
    margin: 0 16px 40px;
  }
}

.topics_area .pic {
  background: #888;
}

@media only screen and (max-width: 767px) {
  .topics_area .pic {
    width: 100%;
    height: 120px;
    position: relative;
    overflow: hidden;
  }
}

@media only screen and (min-width: 768px) {
  .topics_area .pic {
    width: 100%;
    height: 180px;
    position: relative;
    overflow: hidden;
  }
}

.topics_area .pic img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.topics_area .pic:hover {
  opacity: 0.8;
}

.topics_area .caption {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 20px 0 0;
  width: 100%;
}

.topics_area .caption h4 {
  margin: 0 0 25px;
  padding: 0;
  font-weight: bold;
  line-height: 24px;
  overflow: hidden;
  background: #000;
}

@media only screen and (min-width: 768px) {
  .topics_area .caption h4 {
    font-size: 16px;
  }
}

.topics_area .caption h4 a {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .topics_area .caption h4 a {
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: normal;
  }
}

.topics_area .caption h4 a:hover {
  text-decoration: underline;
}

.topics_area .caption .caption_date {
  background: #000;
  color: #888;
  font-weight: bold;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .topics_area .caption .caption_date {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .topics_area .caption .caption_date {
    font-size: 14px;
  }
}

.more {
  position: relative;
  border: #fff solid 2px;
  color: #fff;
  font-weight: bold;
  padding: 18px 0;
  cursor: pointer;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .more {
    width: 80%;
    margin: 60px auto 0;
  }
}

@media only screen and (min-width: 768px) {
  .more {
    width: 25%;
    margin: 100px auto 0;
  }
}

.more:hover {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.more a {
  display: block;
  width: 100%;
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .more a {
    font-size: 0.95rem;
  }
}

@media only screen and (min-width: 768px) {
  .more a {
    font-size: 1.0rem;
  }
}

.more a:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 6px;
  right: 6px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-right: 9px solid #fff;
}

@media only screen and (max-width: 767px) {
  .sale_method .seiretsu_pic {
    margin: 0 0 30px;
  }
}

@media only screen and (min-width: 768px) {
  .sale_method .seiretsu_pic {
    margin: 0 0 50px;
  }
}

.sale_method .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .sale_method .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@incclude mq-sp {
  .sale_method .main {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .sale_method .main {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .sale_method .sub {
    width: 100%;
    margin: 20px 0 30px;
  }
}

@media only screen and (min-width: 768px) {
  .sale_method .sub {
    width: 50%;
    margin-left: auto;
  }
}

@media only screen and (min-width: 768px) {
  .sale_method .box {
    margin: 0 0 20px;
  }
}

.sale_method .box_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .sale_method .box_item {
    margin: 0 0 15px;
  }
}

@media only screen and (min-width: 768px) {
  .sale_method .box_item {
    margin: 0 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .sale_method .box_item .pic {
    width: 190px;
    margin-left: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media only screen and (min-width: 768px) {
  .sale_method .box_item .pic {
    width: 21.5%;
    margin-right: 25px;
  }
}

.sale_method .box_item .schlong_sp {
  width: 120px;
}

@media only screen and (max-width: 767px) {
  .sale_method .box_item .text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (max-width: 767px) {
  .sale_method .timetable {
    font-size: 0.95rem;
    line-height: 22px;
  }
}

@media only screen and (min-width: 768px) {
  .sale_method .timetable {
    font-size: 1.1rem;
    line-height: 27px;
  }
}

.sale_method .timetable .time {
  font-weight: bold;
  color: #fa0d20;
  margin-right: 10px;
}

@media only screen and (min-width: 768px) {
  .sale_method .tojitsu {
    margin-left: 145px;
  }
}

.sale_method ul {
  list-style: disc;
  margin: 0 0 0 20px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .sale_method ul {
    font-size: 0.9rem;
    line-height: 25px;
  }
}

@media only screen and (min-width: 768px) {
  .sale_method ul {
    line-height: 27px;
  }
}

.sale_method h4 {
  font-weight: bold;
  border-bottom: #ccc dotted 1px;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .sale_method h4 {
    font-size: 1.3rem;
    line-height: 23px;
    padding: 0;
  }
}

@media only screen and (min-width: 768px) {
  .sale_method h4 {
    font-size: 1.5rem;
    padding: 0 0 5px;
  }
}

.sale_method h5 {
  font-weight: bold;
  margin: 5px 0 0;
}

@media only screen and (max-width: 767px) {
  .sale_method h5 {
    font-size: 0.9rem;
    line-height: 23px;
  }
}

@media only screen and (min-width: 768px) {
  .sale_method h5 {
    font-size: 0.95rem;
    line-height: 23px;
  }
}

.sale_method h6 {
  margin-left: -10px;
  margin-bottom: 10px;
}

.sale_method .attention {
  border: #fff solid 1px;
}

@media only screen and (max-width: 767px) {
  .sale_method .attention {
    padding: 30px 20px;
  }
}

@media only screen and (min-width: 768px) {
  .sale_method .attention {
    padding: 30px;
  }
}

.sns .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .sns .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 768px) {
  .sns .block {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .sns .box {
    width: 100%;
    margin: 0 0 20px;
  }
  .sns .box:last-child {
    margin: 0;
  }
}

@media only screen and (min-width: 768px) {
  .sns .box {
    width: 47%;
  }
}

.sns .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .sns .ttl {
    margin: 0 0 20px;
  }
}

@media only screen and (min-width: 768px) {
  .sns .ttl {
    margin: 0 0 20px;
  }
}

.sns .ttl .ttl_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 767px) {
  .sns .pic {
    margin: 0 10px 0 0;
  }
  .sns .pic img {
    width: 83%;
    height: auto;
  }
}

@media only screen and (min-width: 768px) {
  .sns .pic {
    margin: 0 20px 0 0;
  }
}

.sns p {
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .sns p {
    font-size: 0.95rem;
    line-height: 1.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .sns p {
    font-size: 1.0rem;
    line-height: 1.7rem;
  }
}

.sns p span {
  font-weight: bold;
}

.sns a {
  text-decoration: none;
  color: #d2d2d2;
}

.sns a:hover {
  text-decoration: underline;
}

.sns .insta_btn {
  position: relative;
  text-align: center;
  border-radius: 23px;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}

@media only screen and (max-width: 767px) {
  .sns .insta_btn {
    width: 80px;
    height: 36px;
    line-height: 36px;
  }
}

@media only screen and (min-width: 768px) {
  .sns .insta_btn {
    width: 100px;
    height: 46px;
    line-height: 46px;
  }
}

.sns .insta_btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(15deg, #ffdb2c, #f9764c 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  border-radius: 23px;
}

.sns .insta_btn:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

.sns .insta_btn a {
  position: relative;
  z-index: 99;
  color: #fff;
  -webkit-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .sns .insta_btn a {
    font-size: 0.65rem;
  }
}

@media only screen and (min-width: 768px) {
  .sns .insta_btn a {
    font-size: 0.75rem;
  }
}

.sns .twitter_btn {
  position: relative;
  text-align: center;
  border-radius: 23px;
  background: #00a0ff;
}

@media only screen and (max-width: 767px) {
  .sns .twitter_btn {
    width: 80px;
    height: 36px;
    line-height: 36px;
  }
}

@media only screen and (min-width: 768px) {
  .sns .twitter_btn {
    width: 100px;
    height: 46px;
    line-height: 46px;
  }
}

.sns .twitter_btn:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

.sns .twitter_btn a {
  position: relative;
  z-index: 99;
  color: #fff;
  -webkit-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .sns .twitter_btn a {
    font-size: 0.65rem;
  }
}

@media only screen and (min-width: 768px) {
  .sns .twitter_btn a {
    font-size: 0.75rem;
  }
}

.sns .instagramItem {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-box-pack: justify;
  -moz-flex-pack: justify;
  -webkit-flex-pack: justify;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sns .instagramItem .insta-box {
  width: 32.3%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 7px;
  margin-right: 0;
}

.sns .instagramItem .insta-box a {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}

.sns .instagramItem .insta-box a .spacer {
  padding-bottom: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 10;
  opacity: 0;
}

.sns .instagramItem .insta-box a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: solid 2px #fff;
}

.sns .instagramItem .insta-box a .oblongImg {
  height: 100%;
  width: auto;
  max-width: initial;
  min-width: initial;
}

.sns .instagramItem .insta-box a .verticalImg {
  width: 100%;
  height: auto;
  max-height: initial;
  min-height: initial;
}

.sns .instagramItem .insta-box a .likes {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 600;
  opacity: 0;
  z-index: 20;
}

.sns .instagramItem .insta-box a:hover .likes {
  opacity: 1;
}

.sns .instagramItem .insta-box a:hover .spacer {
  opacity: 1;
}

.sns .twitter_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .sns .twitter_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 768px) {
  .sns .twitter_area {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .sns .twitter_container .twitter-widget-wrapper iframe {
    width: 340px !important;
  }
}

@media only screen and (min-width: 768px) {
  .sns .twitter_container {
    width: 100%;
  }
}

.sns .twitter_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sns .twitter_btn .btn {
  position: relative;
  color: #FFF;
  text-align: center;
  background: #1b95e0;
  cursor: pointer;
  width: 365px;
}

@media only screen and (max-width: 767px) {
  .sns .twitter_btn .btn {
    width: 300px;
    height: 70px;
    line-height: 70px;
    margin: 20px auto 0;
  }
}

@media only screen and (min-width: 768px) {
  .sns .twitter_btn .btn {
    height: 80px;
    line-height: 80px;
  }
}

.sns .twitter_btn .btn:hover {
  -ms-filter: brightness(1.2);
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}

.sns .twitter_btn .btn a {
  display: block;
  widows: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .sns .twitter_btn .btn a {
    font-size: 0.85rem;
  }
}

@media only screen and (min-width: 768px) {
  .sns .twitter_btn .btn a {
    font-size: 0.95rem;
  }
}

.shop dl {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .shop dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 0.95rem;
    margin: 0 0 15px;
  }
}

@media only screen and (min-width: 768px) {
  .shop dl {
    font-size: 1.15rem;
    margin: 0 0 30px;
  }
}

.shop dl dt {
  padding: 0;
  color: #d2d2d2;
  font-weight: bold;
  width: 210px;
}

@media only screen and (max-width: 767px) {
  .shop dl dt {
    margin: 0 0 10px;
  }
}

@media only screen and (min-width: 768px) {
  .shop dl dt {
    margin: 0;
  }
}

.shop dl dd {
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .shop dl dd {
    line-height: 1.7rem;
  }
}

@media only screen and (min-width: 768px) {
  .shop dl dd {
    line-height: 2.1rem;
  }
}

.shop span {
  font-size: 13px;
}

.shop .about .box {
  margin: 40px 0 40px;
}

.shop .about .box:last-child {
  margin: 0;
}

.shop .about .box h3 {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .shop .about .box h3 {
    margin: 0 0 15px;
  }
}

@media only screen and (min-width: 768px) {
  .shop .about .box h3 {
    margin: 0 0 15px;
    font-size: 1.5rem;
  }
}

.shop .about .box p {
  margin: 0;
  padding: 0;
  line-height: 1.7rem;
}

@media only screen and (max-width: 767px) {
  .shop .about .box p {
    font-size: 0.95rem;
  }
}

@media only screen and (min-width: 768px) {
  .shop .about .box p {
    font-size: 1.0rem;
  }
}

.shop .about .box a {
  text-decoration: none;
  color: #d2d2d2;
}

.shop .about .box a:hover {
  text-decoration: underline;
}

.shop .about .box .link_container {
  margin: 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop .about .box .link_container .link {
  position: relative;
  border: #fff solid 2px;
  color: #fff;
  font-weight: bold;
  padding: 18px 0;
  margin: 0 auto;
  cursor: pointer;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .shop .about .box .link_container .link {
    width: 90%;
  }
}

@media only screen and (min-width: 768px) {
  .shop .about .box .link_container .link {
    width: 35%;
  }
}

.shop .about .box .link_container .link:hover {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.shop .about .box .link_container .link a {
  display: block;
  width: 100%;
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .shop .about .box .link_container .link a {
    font-size: 0.95rem;
  }
}

@media only screen and (min-width: 768px) {
  .shop .about .box .link_container .link a {
    font-size: 1.0rem;
  }
}

.shop .about .box .link_container .link a:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 6px;
  right: 6px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-right: 9px solid #fff;
}

.recruit h3 {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .recruit h3 {
    margin: 0 0 15px;
  }
}

@media only screen and (min-width: 768px) {
  .recruit h3 {
    margin: 0 0 15px;
    font-size: 1.5rem;
  }
}

.recruit p {
  margin: 0;
  padding: 0;
  line-height: 1.7rem;
}

@media only screen and (max-width: 767px) {
  .recruit p {
    font-size: 0.95rem;
  }
}

@media only screen and (min-width: 768px) {
  .recruit p {
    font-size: 1.0rem;
  }
}

.recruit a {
  text-decoration: none;
  color: #D00038;
}

.recruit a:hover {
  text-decoration: underline;
}

.recruit .link_container {
  margin: 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recruit .link_container .link {
  position: relative;
  border: #fff solid 2px;
  color: #fff;
  font-weight: bold;
  padding: 18px 0;
  margin: 0 auto;
  cursor: pointer;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .recruit .link_container .link {
    width: 90%;
  }
}

@media only screen and (min-width: 768px) {
  .recruit .link_container .link {
    width: 35%;
  }
}

.recruit .link_container .link:hover {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.recruit .link_container .link a {
  display: block;
  width: 100%;
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .recruit .link_container .link a {
    font-size: 0.95rem;
  }
}

@media only screen and (min-width: 768px) {
  .recruit .link_container .link a {
    font-size: 1.0rem;
  }
}

.recruit .link_container .link a:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 6px;
  right: 6px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-right: 9px solid #fff;
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}

.global_head {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 10;
}

.yt-video {
  height: 0;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding: 0 0 56.25% 0;
}

@media only screen and (max-width: 767px) {
  .yt-video {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .yt-video {
    width: calc(100% - 20px);
    max-width: 1080px;
  }
}

.yt-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.store-gallery {
  margin: 0 auto;
  width: 100%;
}

.store-gallery__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .store-gallery__container {
    margin: 0 auto;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .store-gallery__container {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .store-gallery__item {
    margin: 0 auto 10px auto;
    width: calc(33.33% - 10px);
  }
}

@media only screen and (min-width: 768px) {
  .store-gallery__item {
    margin: 0 auto 20px auto;
    width: calc(16.66% - 20px);
  }
}
