@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  color: #222a46;
  vertical-align: baseline;
  background: transparent;
  line-height: 1.5;
}

div#trp-floater-ls {
    display: none;
}

.en{
  display: none !important;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  border: 0;
  color: #b81c22;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  transition: .2s;
  text-decoration: none;
}
a:hover {
  color: #b81c22;
  opacity: 0.7;
}
a:hover img {
  transition: .2s;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  position: relative;
  color: #606060;
  font-family: "Calibri","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック",sans-serif;
  font-size: 15px;
}

pre {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 10px auto;
  padding: 15px;
  background-color: #000;
  border-radius: 10px;
  color: #0fe;
  white-space: pre-wrap;
  line-height: 1.5;
}
pre.htmlcode {
  color: #0d7;
}

.appearance {
  width: 100%;
  height: auto;
  margin: 10px auto;
  padding: 100px 10px;
  border: 1px solid #666;
  border-radius: 10px;
}

.partsUnit {
  margin: 0 0 100px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin: 0 0 10px;
}

#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.link_btn {
  display: block;
  width: 288px;
  height: 36px;
  color: #fff;
  background-color: #b81c22;
  border-radius: 18px;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  line-height: 36px;
  transition: .2s;
}
.link_btn:hover {
  color: #b81c22;
  background-color: #fff;
  opacity: 1;
}

.link_btn_w {
  display: block;
  width: 288px;
  height: 36px;
  color: #b81c22;
  background-color: #fff;
  border-radius: 18px;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  line-height: 36px;
  transition: .2s;
}
.link_btn_w:hover {
  color: #fff;
  background-color: #b81c22;
  opacity: 1;
}

.ac {
  text-align: center;
}

.al {
  text-align: left;
}

.ar {
  text-align: right;
}

.wd100p {
  width: 100% !important;
}

@media screen and (min-width: 768px) {
  body {
    background: url(../img/bg_body.png) repeat center top;
  }
  body .sp {
    display: none !important;
  }

  .sp_menu {
    display: none;
  }

  .clone-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    transition: .3s;
    transform: translateY(-100%);
  }

  .is-show {
    transform: translateY(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
  }
  .is-show ul {
    max-width: 1120px;
    background-color: #fff;
    margin: 0 auto;
  }

  #container {
    width: 100%;
    min-height: 100vh;
    margin: 0 auto;
  }

  .anchor_ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 1120px;
    margin: 0 auto;
  }
  .anchor_ul li {
    list-style-type: none;
    margin: 10px;
  }

  #contents {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
  }

  header {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    transition: .2s;
    background: url(../img/bg_header_active.png) repeat-x center -84px;
  }
  header .inner {
    display: flex;
    justify-content: space-between;
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
  }
  header #logo {
    width: 29%;
    max-width: 320px;
    height: 80px;
    background: #fff url(../img/logo.png) no-repeat center;
    background-size: contain;
    border-radius: 0 0 16px 16px;
  }
  header #logo a {
    display: block;
    width: 100%;
    max-width: 320px;
    height: 76px;
  }
  header #logo span {
    display: none;
  }
  header nav {
    width: 65%;
    z-index: 2;
    
  }
  header nav ul {
    display: flex;
    align-items: center;
    width: 100%;
    height: 76px;
    /*max-width: 636px;*/
    max-width: 820px;
    justify-content: right;
  }
  header nav ul li {
    box-sizing: border-box;
    display: inline-block;
    margin: 0 7px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
  }
  header nav ul li:first-child {
    border-left: none;
  }
  header nav ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
  }
  header nav ul li a:hover {
    opacity: 1;
  }

  header .lang {
    border: 1px solid #b81c22;
}
header .lang a{
  padding: 5px;
  font-weight: bold;
}
  header #head_sns ul {
    margin: 26px 0 0;
    letter-spacing: -.4em;
  }
  header #head_sns ul li {
    display: inline-block;
    letter-spacing: normal;
    margin-left: 8px;
  }
  header #head_sns ul li:first-child {
    margin-left: 0;
  }
  header #head_sns ul li.insta a {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/icn_instagram_wh.png) no-repeat center;
    background-size: 24px;
  }
  header #head_sns ul li.twitter a {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/icn_twitter_wh.png) no-repeat center;
    background-size: 24px;
  }
  header #head_sns ul li.facebook a {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/icn_facebook_wh.png) no-repeat center;
    background-size: 24px;
  }
  header.active {
    overflow: hidden;
    height: 84px;
    background-position: center bottom;
    transition: .4s;
  }
  header.active a {
    color: #b81c22;
  }
  header.active a:hover {
    opacity: 0.7;
  }
  header.active #logo {
    height: 80px;
  }
  header.active #head_sns ul li.insta a {
    background: url(../img/icn_instagram_red.png) no-repeat center;
    background-size: 24px;
    -webkit-backface-visibility: hidden;
  }
  header.active #head_sns ul li.twitter a {
    background: url(../img/icn_twitter_red.png) no-repeat center;
    background-size: 24px;
    -webkit-backface-visibility: hidden;
  }
  header.active #head_sns ul li.facebook a {
    background: url(../img/icn_facebook_red.png) no-repeat center;
    background-size: 24px;
    -webkit-backface-visibility: hidden;
  }

  #second header {
    overflow: hidden;
    height: 84px;
    background-position: center bottom;
    transition: .4s;
  }
  #second header a {
    color: #b81c22;
  }
  #second header #logo {
    height: 80px;
  }
  #second header #head_sns ul li.insta a {
    background: url(../img/icn_instagram_red.png) no-repeat center;
    background-size: 24px;
  }
  #second header #head_sns ul li.twitter a {
    background: url(../img/icn_twitter_red.png) no-repeat center;
    background-size: 24px;
  }
  #second header #head_sns ul li.facebook a {
    background: url(../img/icn_facebook_red.png) no-repeat center;
    background-size: 24px;
  }
  #second #ttl {
    position: relative;
    display: flex;
    align-items: center;
    height: 84px;
    margin-bottom: -4px;
    margin-top: 80px;
    background: url(../img/bg_second_ttl.png) repeat-x center bottom;
    text-align: center;
    z-index: 10;
  }
  #second #ttl h1 span {
    display: none;
  }
  #second #shop {
    background-image: none;
  }

  #shop {
    width: 100%;
    padding: 80px 0;
    background-image: url(../img/img_paper-line_wh_3.png), url(../img/img_paper-line_wh_4.png);
    background-position: left top, left bottom;
    background-repeat: repeat-x, repeat-x;
  }
  #shop .box_two {
    display: flex;
    justify-content: space-between;
    width: 96%;
    max-width: 1120px;
    margin: 0 auto 80px;
  }
  #shop .box_two .box_unit {
    width: 45.71%;
    max-width: 512px;
  }
  #shop .box_two .box_unit.menu h2 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    color: #222a46;
    text-align: center;
    margin: 0 auto 16px;
    font-size: 32px;
    letter-spacing: 5px;
  }

  #shop .box_two .box_unit.menu .img img {
    width: 100%;
  }
  #shop .box_two .box_unit.guide h2 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    color: #222a46;
    text-align: center;
    margin: 0 auto 16px;
    font-size: 32px;
    letter-spacing: 5px;
  }

  #shop .box_two .box_unit.guide .link_btn {
    float: left;
    display: inline-block;
    width: 47%;
  }
  #shop .box_two .box_unit.guide .link_btn + .link_btn {
    float: right;
  }
  #shop .box_two .box_unit.guide .img {
    position: relative;
  }
  #shop .box_two .box_unit.guide .img .link_img_half {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  #shop .box_two .box_unit.guide .img .link_img_half a {
    display: inline-block;
    width: 50%;
    opacity: 0;
  }
  #shop .box_two .box_unit.guide .img .link_img_half a:hover {
    background-color: #fff;
    opacity: 0.2;
  }
  #shop .box_two .box_unit .img {
    margin-bottom: 26px;
    font-size: 0;
  }
  #shop .box_two .box_unit .img img {
    width: 100%;
  }
  #shop .stock {
    width: 738px;
    height: 32px;
    margin: 0 auto 40px;
    background: url(../img/ttl_shop_stock.png) no-repeat center;
    background-size: cover;
  }
  #shop .stock span {
    display: none;
  }
  #shop .bnr_stock {
    width: 96%;
    max-width: 1120px;
    margin: 0 auto 26px;
  }
  #shop .bnr_stock img {
    width: 100%;
  }
  #shop .link_btn {
    margin: 0 auto;
  }

  footer {
    width: 100%;
    background: url(../img/bg_footer.png) repeat center top;
    color: #fff;
  }
  footer #footer_logo {/*
    width: 480px;*/
    width: 297px;
    height: 128px;
    margin: 0 auto 64px;
  }
  footer #footer_logo a {
    display: block;/*
    width: 480px;*/
    width: 297px;
    height: 128px;
    background: url(../img/logo_footer_2.png) no-repeat center;
    background-size: 297px 128px;
  }
  footer #footer_logo a span {
    display: none;
  }
  footer .box {
    display: flex;
    justify-content: space-between;
    width: 96%;
    max-width: 1120px;
    margin: 0 auto 80px;
  }
  footer .box .unit {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 45.71%;
    height: 128px;
    max-width: 512px;
    border: 1px solid #383b50;
    border-radius: 8px;
  }
  footer .box .unit div {
    font-size: 0;
  }
  footer .box .unit div.qrarea img {
    width: 99px;
  }
  footer .box .unit h3 {
    color: #fff;
  }
  footer .box .unit ul {
    margin: 0;
    letter-spacing: -.4em;
  }
  footer .box .unit ul li {
    display: inline-block;
    letter-spacing: normal;
    margin-left: 16px;
    font-size: 0;
  }
  footer .box .unit ul li:first-child {
    margin-left: 0;
  }
  footer .box .unit ul li.insta a {
    display: block;
    width: 48px;
    height: 48px;
    background: url(../img/ico_insta.png) no-repeat center;
    background-size: 48px;
  }
  footer .box .unit ul li.twitter a {
    display: block;
    width: 48px;
    height: 48px;
    background: url(../img/icn_twitter_wh.png) no-repeat center;
    background-size: 48px;
  }
  footer .box .unit ul li.x a {
    display: block;
    width: 48px;
    height: 48px;
    background: url(../img/icn_x_wh.png) no-repeat center;
    background-size: 48px;
  }
  footer .box .unit ul li.facebook a {
    display: block;
    width: 48px;
    height: 48px;
    background: url(../img/icn_facebook_wh.png) no-repeat center;
    background-size: 48px;
  }
  /*
  footer nav {
    width: 96%;
    max-width: 1120px;
    margin: 0 auto 40px;
  }
  footer nav ul {
    display: flex;
    width: 100%;
    height: 64px;
    border-left: 1px solid #383b50;
  }
  footer nav ul li {
    width: 14.28%;
    height: 64px;
    background: url(../img/icn_arrow_down.png) no-repeat center 40px;
    background-size: 14px 8px;
    border-right: 1px solid #383b50;
    text-align: center;
    line-height: 2.5;
  }
  footer nav ul li a {
    display: block;
    width: 100%;
    height: 64px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
  }
  footer nav ul li a:hover {
    opacity: 1;
  }
  */
  footer .footer_navi {
    width: 96%;
    max-width: 1120px;
    margin: 0 auto 40px;
  }
  footer .footer_navi ul {
    display: flex;
    width: 100%;
    height: 64px;
    border-left: 1px solid #383b50;
  }
  footer .footer_navi ul li {
    width: 14.28%;
    height: 64px;
    background: url(../img/icn_arrow_down.png) no-repeat center 40px;
    background-size: 14px 8px;
    border-right: 1px solid #383b50;
    text-align: center;
    line-height: 2.5;
  }
  footer .footer_navi ul li a {
    display: block;
    width: 100%;
    height: 64px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
  }
  footer .footer_navi ul li a:hover {
    opacity: 1;
  }
  .sp_on{
    display: none;
  }
  footer #footer_menu {
    width: 96%;
    max-width: 960px;
    margin: 0 auto 50px;
    padding-bottom: 40px;
    background: url(../img/bg_paper-line_footer.png) no-repeat center bottom;
  }
  footer #footer_menu ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  footer #footer_menu ul li {
    list-style-type: none;
    font-size: 15px;
  }
  footer #footer_menu ul li a {
    color: #fff;
    text-decoration: none;
  }
  footer #footer_menu ul li a:hover {
    color: #b81c22;
    opacity: 1;
  }
  footer #powerd_by {
    margin-bottom: 40px;
    text-align: center;
  }
  footer #powerd_by p {
    font-size: 24px;
    color: #fff;
  }
  footer #powerd_by p span {
    color: #fff;
    font-size: 13px;
    margin-bottom: 18px;
    display: inline-block;
  }
  footer #powerd_by p img {
    width: 120px;
    border-radius: 5px;
  }
  footer #copyright {
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    font-size: 13px;
  }

 

  #back_to_top {
    position: fixed;
    bottom: -100px;
    right: 20px;
    width: 64px;
    height: 64px;
    background: url(../img/btn_back_to_top.png) no-repeat center;
    background-size: 64px;
    transition: .4s;
  }
  #back_to_top.active {
    bottom: 30px;
    transition: .2s;
  }
  #back_to_top a {
    display: block;
    width: 64px;
    height: 64px;
  }
  #back_to_top span {
    display: none;
  }
  #move_to_shop {
    position: fixed;
    bottom: 150px;
    right: 5px;
    width: 198px;
    height: 198px;
    background: url(../img/PC_FLOAT.png) no-repeat center;
    background-size: 198px;
    transition: .4s;
  }
  #move_to_shop.active {
    bottom: 30px;
    transition: .2s;
  }
  #move_to_shop a {
    display: block;
    width: 198px;
    height: 198px;
  }
  #move_to_shop span {
    display: none;
  }
  .info_unit {
    box-sizing: border-box;
    position: relative;
    top: 40px;
    width: 96%;
    max-width: 760px;
    margin: 0 auto 150px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 8px;
  }
  .info_unit h2 {
    margin-bottom: 20px;
    color: #b81c22;
    font-size: 26px;
    text-align: center;
  }
  .info_unit p {
    margin-bottom: 0.5rem;
    color: #000;
    line-height: 1.8;
    text-align: center;
  }
  .info_unit p.note {
    background-color: #fff;
    border-radius: 1rem;
    padding: 1.1rem;
    font-weight: bold;
    font-size: 1.1rem;
  }
  .info_unit p span {
    color: #000;
  }
  .info_unit .link_btn {
    display: block;
    width: 240px;
    height: 64px;
    margin: 0 auto 1.5rem;
    color: #fff;
    background-color: #b81c22;
    border-radius: 18px;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 64px;
    transition: .2s;
  }
  .info_unit .link_btn:hover {
    background-color: #fff;
    color: #b81c22;
  }
  .info_unit .link_btn.invert {
    color: #b81c22;
    background-color: #fff;
  }
  .info_unit .link_btn.invert:hover {
    color: #fff;
    background-color: #b81c22;
  }
  #second .info_unit {
    top: 0;
    margin: 0 auto 64px;
  }
}
/* SP */
@media screen and (max-width: 767px) {
  body {
    background: url(../img/bg_body_sp.png) repeat center top;
  }
  body .pc {
    display: none !important;
  }
  body p {
    font-size: 13px;
  }

  a:hover {
    color: #222a46;
    opacity: 1;
  }
  a:hover img {
    transition: 0;
  }

  .link_btn:hover {
    color: #fff;
    background-color: #b81c22;
    opacity: 1;
  }

  .link_btn_w:hover {
    color: #b81c22;
    background-color: #fff;
    opacity: 1;
  }

  .sp_menu {
    margin: 10px 10px 0 0;
    text-align: right;
  }
  .sp_menu .menu-trigger, .sp_menu .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .sp_menu .menu-trigger {
    position: relative;
    width: 32px;
    height: 26px;
  }
  .sp_menu .menu-trigger span {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 4px;
    background-color: #b81c22;
    border-radius: 4px;
  }
  .sp_menu .menu-trigger span:nth-child(1) {
    top: 0;
  }
  .sp_menu .menu-trigger span:nth-child(2) {
    top: 11px;
  }
  .sp_menu .menu-trigger span:nth-child(3) {
    bottom: 0;
  }

  .menu-trigger.active span:nth-child(1) {
    -webkit-transform: translateY(11px) rotate(-225deg);
    transform: translateY(11px) rotate(-225deg);
  }

  .menu-trigger.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-trigger.active span:nth-child(3) {
    -webkit-transform: translateY(-11px) rotate(225deg);
    transform: translateY(-11px) rotate(225deg);
  }

  .clone-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    transition: .3s;
    transform: translateY(-100%);
  }

  .is-show {
    transform: translateY(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
  }
  .is-show ul {
    max-width: 768px;
    background-color: #fff;
  }

  #container {
    width: 100%;
    max-width: 768px;
    min-height: 100vh;
    margin: 0 auto;
  }

  .anchor_ul {
    display: none;
    flex-wrap: wrap;
    max-width: 768px;
    margin: 0 auto;
    padding: 0;
  }
  .anchor_ul li {
    display: block;
    width: 100%;
    list-style-type: none;
    margin: 10px 0;
    text-align: left;
  }

  #contents {
    width: 100%;
    margin: 0 auto;
  }

  header {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: 1120px;
    height: 50px;
    margin: 0 auto;
    background: url(../img/bg_header_active.png) repeat-x center bottom;
    transform: translateX(-50%);
    z-index: 100;
  }
  header #logo {
    width: 160px;
    height: 50px;
    margin: 0 0 0 10px;
    background: url(../img/logo_sp.png) no-repeat center;
    background-size: contain;
  }
  header #logo a {
    display: block;
    width: 100%;
    max-width: 320px;
    height: 50px;
  }
  header #logo span {
    display: none;
  }
  header nav {
    display: none;
    position: absolute;
    top: 46px;
    width: 100%;
    height: calc(100vh - 46px);
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 10;
  }
  header nav ul {
    position: absolute;
    top: calc(50% - 48px);
    width: 100%;
    transform: translateY(-50%);
  }
  header nav ul li {
    padding: 10px 10px;
    text-align: center;
    line-height: 3;
    letter-spacing: 2px;
  }
  header nav ul li a {
    display: block;
    color: #261817;
    text-decoration: none;
  }
  header #head_sns {
    display: none;
  }
  header #head_sns ul {
    margin: 30px 0 0;
    letter-spacing: -.4em;
  }
  header #head_sns ul li {
    display: inline-block;
    letter-spacing: normal;
    margin-left: 8px;
  }
  header #head_sns ul li:first-child {
    margin-left: 0;
  }
  header #head_sns ul li.insta a {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/icn_instagram_wh.png) no-repeat center;
    background-size: 24px;
  }
  header #head_sns ul li.twitter a {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/icn_twitter_wh.png) no-repeat center;
    background-size: 24px;
  }
  header #head_sns ul li.facebook a {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/icn_facebook_wh.png) no-repeat center;
    background-size: 24px;
  }
  header.active {
    height: 50px;
    background-position: center bottom;
    transition: .4s;
  }

  header .lang {
    border: 1px solid #b81c22;
    position: absolute;
    top: 11px;
    right: 13%;
  }
  header .lang a{
    padding: 5px;
    font-weight: bold;
  }

  header.active .menu-trigger span {
    background-color: #b81c22;
  }
  header.active #head_sns ul li.insta a {
    background: url(../img/icn_instagram_red.png) no-repeat center;
    background-size: 24px;
  }
  header.active #head_sns ul li.twitter a {
    background: url(../img/icn_twitter_red.png) no-repeat center;
    background-size: 24px;
  }
  header.active #head_sns ul li.facebook a {
    background: url(../img/icn_facebook_red.png) no-repeat center;
    background-size: 24px;
  }

  #shop {
    width: 100%;
    padding: 40px 0;
    background-image: url(../img/img_paper-line_wh_3.png), url(../img/bg_body_sp.png), url(../img/img_paper-line_wh_4.png);
    background-position: left top, center top, left bottom;
    background-repeat: repeat-x, repeat, repeat-x;
  }
  #shop .box_two {
    display: flex;
    flex-wrap: wrap;
    width: 96%;
    max-width: 1120px;
    margin: 0 auto 40px;
  }
  #shop .box_two .box_unit {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  #shop .box_two .box_unit.menu {
    margin-bottom: 30px;
  }
  #shop .box_two .box_unit.menu h2 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    color: #222a46;
    text-align: center;
    margin: 0 auto 16px;
    font-size: 32px;
    letter-spacing: 5px;
  }
  #shop .box_two .box_unit.menu .img img {
    width: 100%;
  }
  #shop .box_two .box_unit.guide:after {
    content: "";
    display: block;
    clear: both;
  }
  #shop .box_two .box_unit.guide h2 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    color: #222a46;
    text-align: center;
    margin: 0 auto 16px;
    font-size: 32px;
    letter-spacing: 5px;
  }
  #shop .box_two .box_unit.guide .link_btn {
    float: left;
    display: inline-block;
    width: 47%;
  }
  #shop .box_two .box_unit.guide .link_btn + .link_btn {
    float: right;
  }
  #shop .box_two .box_unit.guide .img {
    position: relative;
  }
  #shop .box_two .box_unit.guide .img .link_img_half {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  #shop .box_two .box_unit.guide .img .link_img_half a {
    display: inline-block;
    width: 50%;
    opacity: 0;
  }
  #shop .box_two .box_unit.guide .img .link_img_half a:hover {
    background-color: #fff;
    opacity: 0.2;
  }
  #shop .box_two .box_unit .img {
    margin-bottom: 26px;
    font-size: 0;
  }
  #shop .box_two .box_unit .img img {
    width: 100%;
  }
  #shop .stock {
    width: 96%;
    max-width: 369px;
    height: 16px;
    margin: 0 auto 20px;
    background: url(../img/ttl_shop_stock.png) no-repeat center;
    background-size: contain;
  }
  #shop .stock span {
    display: none;
  }
  #shop .bnr_stock {
    width: 96%;
    max-width: 360px;
    margin: 0 auto 26px;
  }
  #shop .bnr_stock img {
    width: 100%;
  }
  #shop .link_btn {
    margin: 0 auto;
  }

  #second #ttl {
    display: flex;
    align-items: center;
    height: 44px;
    margin-top: 46px;
    background: url(../img/bg_second_ttl.png) repeat-x center bottom;
    text-align: center;
  }
  #second #ttl h1 span {
    display: none;
  }
  #second #shop {
    background-image: none;
  }

  footer {
    width: 100%;
    background: url(../img/bg_footer.png) repeat center top;
    color: #fff;
    padding-bottom: 10vw;
  }
  footer #footer_logo {/*
    width: 240px;*/
    width: 148.5px;
    height: 64px;
    margin: 0 auto 10px;
  }
  footer #footer_logo a {
    display: block;/*
    width: 240px;*/
    width: 148.5px;
    height: 64px;
    background: url(../img/logo_footer_2.png) no-repeat center;
    background-size: 148.5px 64px;
  }
  footer #footer_logo a span {
    display: none;
  }
  footer .box {
    display: none;
  }
  /*footer nav {
    display: none;
  }*/
  footer .footer_navi {
    display: none;
  }
  .sp_on{
    display: visibility;
  }
  footer #footer_menu {
    display: block;
    width: 90%;
    max-width: 300px;
    margin: 0 auto 20px;
  }
  footer #footer_menu ul {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #383b50;
  }
  footer #footer_menu ul li {
    width: 100%;
    line-height: 2.5;
    list-style-type: none;
  }
  footer #footer_menu ul li a {
    display: block;
    width: 100%;
    color: #fff;
    background: url(../img/icn_arrow_right.png) no-repeat right center;
    background-size: 4px 7px;
  }
  footer #powerd_by {
    margin-bottom: 5vw;
    text-align: center;
  }
  footer #powerd_by p {
    color: #fff;
    font-size: 20px;
  }
  footer #powerd_by p span {
    color: #fff;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 4vw;
  }
  footer #powerd_by p img {
    width: 30vw;
    border-radius: 1vw;
  }
  footer #copyright {
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    font-size: 11px;
  }

  .iziModal {
    width: calc(100% - 31px);
    max-width: 800px;
    border-radius: 16px;
  }
  .iziModal .iziModal-header {
    overflow: unset;
    height: 84px;
    background: url(../img/bg_second_ttl.png) repeat-x center bottom;
    border-radius: 16px 16px 0 0;
    text-align: center;
  }
  .iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title {
    font-size: 20px;
    font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","MS P明朝","MS 明朝",serif;
    white-space: normal;
    overflow: unset;
  }
  .iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-buttons {
    top: 132px;
    right: -16px;
  }
  .iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-buttons a {
    width: 31px;
    height: 31px;
    background: url(../img/img_crose.png) no-repeat center;
    background-size: 31px !important;
    border-radius: 0;
  }
  .iziModal .iziModal-wrap {
    padding: 16px;
  }
  .iziModal .iziModal-wrap h3 {
    color: #222a46;
    font-size: 18px;
  }
  .iziModal .iziModal-wrap h3:before {
    content: "■";
  }
  .iziModal .iziModal-wrap p {
    margin: 0 1em 20px 1em;
    color: #222a46;
    font-size: 15px;
  }

  #back_to_top {
    position: fixed;
    bottom: -100px;
    right: 10px;
    width: 32px;
    height: 32px;
    background: url(../img/btn_back_to_top.png) no-repeat center;
    background-size: 32px;
    transition: .4s;
  }
  #back_to_top.active {
    bottom: 15px;
    transition: .2s;
  }
  #back_to_top a {
    display: block;
    width: 32px;
    height: 32px;
  }
  #back_to_top span {
    display: none;
  }
  #move_to_shop {
    position: fixed;
    bottom: 0px;
    /*right: 10px;*/
    width: 100%;
    height: 11vw;
    background: url(../img/SP_FLOAT.jpeg) no-repeat center;
    background-size: 100%;
    transition: .4s;
  }
  #move_to_shop.active {
    bottom: 15px;
    transition: .2s;
  }
  #move_to_shop a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #move_to_shop span {
    display: none;
  }
  .info_unit {
    box-sizing: border-box;
    position: relative;
    top: 20px;
    width: 96%;
    max-width: 320px;
    margin: 50px auto;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 8px;
  }
  .info_unit h2 {
    margin-bottom: 10px;
    color: #b81c22;
    font-size: 20px;
    text-align: center;
  }
  .info_unit p {
    margin-bottom: 0.5rem;
    color: #000;
    line-height: 1.8;
    text-align: left;
  }
  .info_unit p.note {
    background-color: #fff;
    border-radius: 0.8rem;
    padding: 1rem;
    font-weight: bold;
    font-size: 0.95rem;
  }
  .info_unit p span {
    color: #000;
  }
  .info_unit .link_btn {
    display: block;
    width: 240px;
    height: 64px;
    margin: 0 auto 2rem;
    color: #fff;
    background-color: #b81c22;
    border-radius: 18px;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 64px;
    transition: .2s;
  }
  .info_unit .link_btn:hover {
    background-color: #fff;
    color: #b81c22;
  }
  .info_unit .link_btn.invert {
    color: #b81c22;
    background-color: #fff;
  }
  .info_unit .link_btn.invert:hover {
    color: #fff;
    background-color: #b81c22;
  }

  #second .info_unit {
    top: 0;
    margin-bottom: 32px;
  }
}

/*# sourceMappingURL=common.css.map */
