@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Noto+Serif+JP&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a:focus, *:focus {
  outline: none; }

/* -----------------------------------------
	common 
-----------------------------------------*/
html {
  font-size: 62.5%; }

body {
  color: #111;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  word-wrap: break-word;
  position: relative;
  left: 0;
  overflow-x: hidden;
  letter-spacing: 0; }
  body.is-open {
    overflow: hidden; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box; }

a {
  color: #111;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease; }
  a:hover img {
    opacity: 0.9; }

.no_event {
	pointer-events: none!important;
}

@media screen and (max-width: 750px) {
  a:hover,
  a:hover img {
    opacity: 1!important; }
}

@font-face {
  font-family: "Futura Book";
  src: url("../font/Futura-Boo.eot");
  src: url("../font/Futura-Boo.eot?iefix") format("eot"), url("../font/Futura-Boo.woff") format("woff"), url("../font/Futura-Boo.ttf") format("truetype"); }
.clear {
  overflow: hidden; }
  .clear:after {
    clear: both; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  display: block;
  margin: auto; }

.txtcenter {
  text-align: center; }

.bold {
  font-weight: bold; }

.sp {
  display: none; }

.pc {
  display: block; }

.pci {
  display: inline-block; }

.en {
  font-family: 'Lato', sans-serif; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

.fs-l-header {
  padding: 0; }

.fs-l-footer {
  border: none;
  background-color: transparent;
  margin: 0; }

body.open {
  overflow: hidden; }

/*
.overray.open{
	position:relative;
	&:before{
		content:"";
		width:100%;
		height:100vh;
		background-color:rgba(0,0,0,.5);
		position:fixed;
		top:0;
		left:0;
		z-index:999;
	}
}
*/
.search_form {
  position: relative;
  width: 320px; }
  .search_form .sbox {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #BBBBBB;
    background-color: #fff;
    width: 100%;
    padding: 10px 35px 10px 30px; }
  .search_form .sbtn {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: url(../images/common/icon_search.svg) 0 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    margin: 0; }

#pagetop {
  position: absolute;
  top: -120px;
  right: 12px;
  z-index: 1;
  display: block;
  transition: all  0.3s ease; }
#pagetop.isActive {
  opacity: 1; }
  #pagetop a {
    display: block;
    width: 70px;
    height: 70px;
    background: url(../images/common/pagetop.svg) 0 0 no-repeat;
    background-size: 100% auto; }

.l_continar {
  width: 1300px;
  margin: 0 auto; }

.l_flex {
  display: flex;
  flex-wrap: wrap; }

.arrow {
  position: relative; }
  .arrow:after {
    content: "";
    background: url(../images/common/arrow.png) 0 0 no-repeat;
    background-size: 100% auto;
    width: 9px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease; }
  .arrow:hover:after {
    right: 10px; }

.arrow_s:after {
  width: 7px;
  height: 11px;
  right: 10px; }
.arrow_s:hover:after {
  right: 5px; }

@media screen and (max-width: 1340px) {
  body {
    font-size: calc(16 / 1340 * 100vw); }

  .search_form {
    width: calc( 320 / 1340 * 100vw); }
    .search_form .sbox {
      border-radius: calc( 5 / 1340 * 100vw);
      padding: calc( 10 / 1340 * 100vw) calc(35 / 1340 * 100vw) calc(10 / 1340 * 100vw) calc(30 / 1340 * 100vw); }
    .search_form .sbtn {
      width: calc( 20 / 1340 * 100vw);
      height: calc( 20 / 1340 * 100vw);
      right: calc( 10 / 1340 * 100vw); }

  #pagetop {
	top: calc( -120 / 1340 * 100vw);
    right: calc( 12 / 1340 * 100vw); }
    #pagetop a {
      width: calc( 70 / 1340 * 100vw);
      height: calc( 70 / 1340 * 100vw); }

  .l_continar {
    width: calc( 1300 / 1340 * 100vw); }

  .arrow:after {
    width: calc(9 / 1340 * 100vw);
    height: calc(15 / 1340 * 100vw);
    right: calc(15 / 1340 * 100vw); }
  .arrow:hover:after {
    right: calc(10 / 1340 * 100vw); }

  .arrow_s:after {
    width: calc(7 / 1340 * 100vw);
    height: calc(11 / 1340 * 100vw);
    right: calc(10 / 1340 * 100vw); }
  .arrow_s:hover:after {
    right: calc(5 / 1340 * 100vw); } }
@media screen and (max-width: 750px) {
  body {
    font-size: calc(28 / 750 * 100vw); }
    body.is-open-sp {
      overflow: hidden; }

  .pc,
  .pci {
    display: none; }

  .sp {
    display: block; }

  .search_form {
    width: 100%; }
    .search_form .sbox {
      font-size: calc(24 / 750 * 100vw);
      border-radius: calc( 5 / 750 * 100vw);
      padding: calc( 20 / 750 * 100vw) calc(70 / 750 * 100vw) calc(20 / 750 * 100vw) calc(60 / 750 * 100vw); }
    .search_form .sbtn {
      width: calc( 40 / 750 * 100vw);
      height: calc( 40 / 750 * 100vw);
      right: calc( 20 / 750 * 100vw); }

  #pagetop {
	top: calc(-160 / 750 * 100vw);
    right: calc(20 / 750 * 100vw);
    /*bottom: calc(calc(150 / 750 * 100vw) + env(safe-area-inset-bottom) - 44px);
    margin-bottom: calc(env(safe-area-inset-bottom) + 44px);*/ }
    #pagetop a {
      width: calc(100 / 750 * 100vw);
      height: calc(100 / 750 * 100vw); }

  .l_continar {
    width: 100%; }

  .arrow:after {
    width: calc(18 / 750 * 100vw);
    height: calc(30 / 750 * 100vw);
    right: calc(30 / 750 * 100vw); }
  .arrow:hover:after {
    right: calc(20 / 750 * 100vw); }

  .arrow_s:after {
    width: calc(18 / 750 * 100vw);
    height: calc(30 / 750 * 100vw);
    right: calc(20 / 750 * 100vw); }
  .arrow_s:hover:after {
    right: calc(5 / 750 * 100vw); } }
#header {
  text-align: center;
  position: relative;
  padding: 10px 0 10px;
  height: 80px;
  z-index: 1000;
  background-color: #fff;
  border-bottom: 1px solid #BBBBBB; }
  #header h1 {
    width: 223px;
    margin: 0 auto; }
  #header .header_left {
    position: absolute;
    left: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    #header .header_left ul {
      display: flex;
      -webkit-align-items: center;
      align-items: center; }
      #header .header_left ul li {
        padding-left: 30px; }
        #header .header_left ul li:first-child {
          padding-left: 0px; }
    #header .header_left #slide_menu_btn {
      width: 30px;
      height: 18px;
      background: url(../images/common/icon_menu.svg) 0 0 no-repeat;
      background-size: 100% auto;
      cursor: pointer;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all  0.3s ease; }
      #header .header_left #slide_menu_btn.open {
        background: url(../images/common/icon_close_btn.svg) 0 0 no-repeat;
        background-size: 40px auto;
        width: 40px;
        height: 40px; }
    #header .header_left #slide_search_btn {
      width: 20px;
      height: 20px;
      background: url(../images/common/icon_search.svg) 0 0 no-repeat;
      background-size: 100% auto;
      cursor: pointer;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all  0.3s ease; }
      #header .header_left #slide_search_btn.open {
        background: url(../images/common/icon_close_btn.svg) 0 0 no-repeat;
        background-size: 40px auto;
        width: 40px;
        height: 40px; }
  #header .header_right {
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    #header .header_right ul {
      display: flex;
      -webkit-align-items: center;
      align-items: center; }
      #header .header_right ul li {
        padding-left: 35px; }
        #header .header_right ul li:first-child {
          padding-left: 0; }
        #header .header_right ul li #favorite_btn {
          width: 21px;
          height: 18px;
          background: url(../images/common/icon_favorite.svg) 0 0 no-repeat;
          background-size: 100% auto;
          display: block; }
        #header .header_right ul li #user_btn {
          display: block;
          width: 19px;
          height: 19px;
          background: url(../images/common/icon_user.svg) 0 0 no-repeat;
          background-size: 100% auto; }
        #header .header_right ul li #cart_btn {
          position: relative;
          color: #fff;
          display: block; }
          #header .header_right ul li #cart_btn img {
            width: 26px; }
          #header .header_right ul li #cart_btn:hover img {
            opacity: 1; }
          #header .header_right ul li #cart_btn span {
            position: absolute;
            top: -7px;
            right: -5px;
            display: block;
            background-color: #3d6d96;
            width: 18px;
            height: 18px;
            border-radius: 50%;
            line-height: 18px;
            text-align: center;
            font-size: 10px;
            font-size: 1.0rem;
            font-weight: bold;
            color: #fff; }

@media screen and (max-width: 1340px) {
  #header {
    padding: calc(10 / 1340 * 100vw) 0 calc(10 / 1340 * 100vw);
    height: calc(80 / 1340 * 100vw); }
    #header h1 {
      width: calc(223 / 1340 * 100vw); }
    #header .header_left {
      left: calc(40 / 1340 * 100vw); }
      #header .header_left ul li {
        padding-left: calc(30 / 1340 * 100vw); }
        #header .header_left ul li:first-child {
          padding-left: 0; }
      #header .header_left #slide_menu_btn {
        width: calc(30 / 1340 * 100vw);
        height: calc(18 / 1340 * 100vw); }
        #header .header_left #slide_menu_btn.open {
          background-size: calc(40 / 1340 * 100vw) auto;
          width: calc(40 / 1340 * 100vw);
          height: calc(40 / 1340 * 100vw); }
      #header .header_left #slide_search_btn {
        width: calc(20 / 1340 * 100vw);
        height: calc(20 / 1340 * 100vw); }
        #header .header_left #slide_search_btn.open {
          background-size: calc(40 / 1340 * 100vw) auto;
          width: calc(40 / 1340 * 100vw);
          height: calc(40 / 1340 * 100vw); }
    #header .header_right {
      right: calc(40 / 1340 * 100vw); }
      #header .header_right ul li {
        padding-left: calc(35 / 1340 * 100vw); }
        #header .header_right ul li:first-child {
          padding-left: 0; }
        #header .header_right ul li #favorite_btn {
          width: calc(21 / 1340 * 100vw);
          height: calc(18 / 1340 * 100vw); }
        #header .header_right ul li #user_btn {
          width: calc(19 / 1340 * 100vw);
          height: calc(19 / 1340 * 100vw); }
        #header .header_right ul li #cart_btn img {
          width: calc(26 / 1340 * 100vw); }
        #header .header_right ul li #cart_btn span {
          top: calc(-7 / 1340 * 100vw);
          right: calc(-5 / 1340 * 100vw);
          width: calc(18 / 1340 * 100vw);
          height: calc(18 / 1340 * 100vw);
          line-height: calc(18 / 1340 * 100vw);
          font-size: calc(10 / 1340 * 100vw); } }
@media screen and (max-width: 750px) {
  #header {
    padding: calc(15 / 750 * 100vw) 0 calc(10 / 750 * 100vw);
    height: calc(100 / 750 * 100vw); }
    #header h1 {
      width: calc(234 / 750 * 100vw); }
    #header .header_left {
      left: calc(20 / 750 * 100vw); }
      #header .header_left ul li:first-child {
        padding-left: 0; }
      #header .header_left #slide_menu_btn {
        width: calc(60 / 750 * 100vw);
        height: calc(36 / 750 * 100vw); }
        #header .header_left #slide_menu_btn.open {
          background-size: calc(80 / 750 * 100vw) auto;
          width: calc(80 / 750 * 100vw);
          height: calc(80 / 750 * 100vw); }
      #header .header_left #slide_search_btn {
        width: calc(40 / 750 * 100vw);
        height: calc(40 / 750 * 100vw); }
    #header .header_left ul li {
	    padding-left: calc(30 / 750 * 100vw); }
    #header .header_right {
      right: calc(20 / 750 * 100vw); }
      #header .header_right ul li {
        padding-left: 0; }
        #header .header_right ul li:first-child, #header .header_right ul li:nth-child(2) {
          display: none; }
        #header .header_right ul li #cart_btn img {
          width: calc(52 / 750 * 100vw); }
        #header .header_right ul li #cart_btn span {
          top: calc(-4 / 750 * 100vw);
          right: calc(-10 / 750 * 100vw);
          width: calc(30 / 750 * 100vw);
          height: calc(30 / 750 * 100vw);
          line-height: calc(30 / 750 * 100vw);
          font-size: calc(20 / 750 * 100vw); } }
#header_info {
  position: relative;
  height: 60px; }

@media screen and (max-width: 1340px) {
	#header_info {
	  height: calc(60 / 1340 * 100vw); }
}

@media screen and (max-width: 750px) {
	#header_info {
	  height: calc(80 / 750 * 100vw); }
}

#slide_menu_content {
  position: fixed;
  top: 0;
  left: -375px;
  z-index: 1002;
  width: 375px;
  height: 100vh;
  background-color: #EEEEEE;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease; }
  #slide_menu_content.is-open {
    left: 0; }
  #slide_menu_content .slide_menu_content_inner {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    text-align: center;
    padding: 0 10px 35px;
    position: relative; }
  #slide_menu_content #slide_menu_top_close {
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    left: 15px;
    display: block;
    z-index: 10; }
    #slide_menu_content #slide_menu_top_close:before {
      content: "";
      width: 100%;
      height: 2px;
      background-color: #3D6D96;
      position: absolute;
      left: 0;
      top: 12.5px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    #slide_menu_content #slide_menu_top_close:after {
      content: "";
      width: 100%;
      height: 2px;
      background-color: #3D6D96;
      position: absolute;
      left: 0;
      top: 12.5px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  #slide_menu_content .user {
    font-size: 14px;
    font-size: 1.4rem;
    padding-top: 40px;
    border-bottom: 1px solid #BBBBBB; }
    #slide_menu_content .user .name {
      padding-bottom: 20px; }
    #slide_menu_content .user .point {
      padding-bottom: 15px; }
  #slide_menu_content .user_navi {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 35px; }
    #slide_menu_content .user_navi li {
      width: 33.333%;
      border-right: 1px solid #BBBBBB;
      padding: 3px 0;
      font-size: 14px;
      font-size: 1.4rem; }
      #slide_menu_content .user_navi li:last-child {
        border: none; }
  #slide_menu_content .user_relate_btn_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 15px 30px; }
    #slide_menu_content .user_relate_btn_wrap a {
      border: 1px solid #BBBBBB;
      background-color: #fff;
      position: relative;
      padding-top: 10px;
      padding-bottom: 10px;
      width: 150px;
      text-align: left; }
      #slide_menu_content .user_relate_btn_wrap a:before {
        content: "";
        display: inline-block;
        height: 14px;
        vertical-align: middle; }
      #slide_menu_content .user_relate_btn_wrap a:after {
        content: "";
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 15px; }
      #slide_menu_content .user_relate_btn_wrap a.icon_mail {
        padding-left: 50px; }
        #slide_menu_content .user_relate_btn_wrap a.icon_mail:after {
          width: 28px;
          height: 28px;
          background: url(../images/common/icon_mail.svg) 0 0 no-repeat;
          background-size: 100% auto; }
      #slide_menu_content .user_relate_btn_wrap a.icon_user {
        padding-left: 48px; }
        #slide_menu_content .user_relate_btn_wrap a.icon_user:after {
          width: 19px;
          height: 20px;
          background: url(../images/common/icon_user.svg) 0 0 no-repeat;
          background-size: 100% auto; }
  #slide_menu_content .soryo {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #fff;
    width: 280px;
    margin: 0 auto; }
    #slide_menu_content .soryo p {
      text-align: center;
      line-height: 1.8; }
  #slide_menu_content .slide_menu_brand {
    padding-top: 40px;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap; }
    #slide_menu_content .slide_menu_brand a {
      display: block;
      width: 50%;
      margin-bottom: 5px; }
      #slide_menu_content .slide_menu_brand a .pic {
        width: 100%; }
      #slide_menu_content .slide_menu_brand a .logo {
        height: 35px;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center; }
        #slide_menu_content .slide_menu_brand a .logo .momotaro_logo {
          width: 130px; }
        #slide_menu_content .slide_menu_brand a .logo .japan_logo {
          width: 130px; }
        #slide_menu_content .slide_menu_brand a .logo .setto_logo {
          width: 55px; }
        #slide_menu_content .slide_menu_brand a .logo .other_logo {
          width: 78px; }
  #slide_menu_content .slide_menu_li {
    padding-bottom: 35px;
    text-align: left; }
    #slide_menu_content .slide_menu_li .slide_menu_li_ttl {
      font-weight: 700;
      line-height: 1;
      border-bottom: 1px solid #BBBBBB;
      padding-bottom: 20px;
      padding-left: 5px; }
    #slide_menu_content .slide_menu_li ul li a {
      padding: 15px 5px;
      border-bottom: 1px solid #BBBBBB;
      display: block;
      font-size: 14px;
      font-size: 1.4rem;
      letter-spacing: 0.05em; }
  #slide_menu_content .slide_menu_silhouette {
    margin-bottom: 40px; }
    #slide_menu_content .slide_menu_silhouette a {
      display: block;
      position: relative; }
      #slide_menu_content .slide_menu_silhouette a span {
        font-weight: bold;
        position: absolute;
        z-index: 1;
        left: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        display: inline-block;
        padding-right: 40px; }
      #slide_menu_content .slide_menu_silhouette a img {
        width: 100%; }
  #slide_menu_content #slide_menu_contents {
    padding-bottom: 55px; }
    #slide_menu_content #slide_menu_contents ul {
      display: flex;
      flex-wrap: wrap;
      /*border-bottom: 1px solid #BBBBBB;*/ }
      #slide_menu_content #slide_menu_contents ul li {
        width: 50%; }
        /*
        #slide_menu_content #slide_menu_contents ul li:last-child a {
          border-bottom: none; }
        */
        #slide_menu_content #slide_menu_contents ul li a {
          font-size: 12px;
          font-size: 1.2rem;
          padding-top: 18px;
          padding-bottom: 18px; }
        #slide_menu_content #slide_menu_contents ul li a.window {
	      position: relative; }
        #slide_menu_content #slide_menu_contents ul li a.window:after {
            content: "";
		    background: url(../images/common/icon_window.svg) 0 0 no-repeat;
		    background-size: 100% auto;
		    width: 12px;
		    height: 12px;
		    position: absolute;
		    top: 50%;
		    right: 15px;
		    -webkit-transform: translateY(-50%);
		    transform: translateY(-50%);
		    -webkit-transition: all 0.3s ease;
		    -moz-transition: all 0.3s ease;
		    -o-transition: all 0.3s ease;
		    transition: all 0.3s ease; }
  #slide_menu_content #slide_menu_link {
    border-top: 1px solid #BBBBBB;
    padding-bottom: 40px; }
      #slide_menu_content #slide_menu_link ul li a {
        font-weight: bold; }
  #slide_menu_content .slide_menu_info {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 25px; }
  #slide_menu_content .slide_menu_info_block {
    width: calc(50% - 7px);
    background-color: #FFFFFF;
    text-align: center;
    padding: 15px 0 10px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column; }
    #slide_menu_content .slide_menu_info_block .slide_menu_info_ttl {
      font-weight: bold;
      font-size: 12px;
      font-size: 1.2rem;
      letter-spacing: -0.05em;
      padding-top: 42px;
      margin-bottom: 15px;
      position: relative; }
      #slide_menu_content .slide_menu_info_block .slide_menu_info_ttl:before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
    #slide_menu_content .slide_menu_info_block #slide_menu_info_ttl01:before {
      width: 39px;
      height: 39px;
      background: url(../images/common/footer_icon01.svg) 0 0 no-repeat;
      background-size: 100% auto; }
    #slide_menu_content .slide_menu_info_block #slide_menu_info_ttl02:before {
      width: 38px;
      height: 38px;
      background: url(../images/common/footer_icon02.svg) 0 0 no-repeat;
      background-size: 100% auto; }
    #slide_menu_content .slide_menu_info_block #slide_menu_info_ttl03:before {
      width: 36px;
      height: 20px;
      background: url(../images/common/footer_icon03.svg) 0 0 no-repeat;
      background-size: 100% auto; }
    #slide_menu_content .slide_menu_info_block #slide_menu_info_ttl04:before {
      width: 32px;
      height: 20px;
      background: url(../images/common/footer_icon04.svg) 0 0 no-repeat;
      background-size: 100% auto; }
    #slide_menu_content .slide_menu_info_block a {
      display: block;
      border: 1px solid #BBBBBB;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1;
      letter-spacing: 0;
      padding: 10px 10px 10px 0;
      width: 127px;
      text-align: center;
      margin: auto auto 0;
      position: relative; }
      #slide_menu_content .slide_menu_info_block a:before {
        content: "";
        display: inline-block;
        font-size: 12px;
        vertical-align: middle; }
      #slide_menu_content .slide_menu_info_block a:after {
        content: "";
        background: url(../images/common/arrow.png) 0 0 no-repeat;
        background-size: 100% auto;
        width: 7px;
        height: 11px;
        position: absolute;
        top: 50%;
        right: 8px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease; }
      #slide_menu_content .slide_menu_info_block a:hover:after {
        right: 4px; }
  #slide_menu_content .end {
    padding-bottom: 35px; }
    #slide_menu_content .end .slide_menu_close_btn {
      border: 1px solid #BBBBBB;
      background-color: #fff;
      font-size: 12px;
      font-size: 1.2rem;
      padding: 15px 0;
      width: 150px;
      margin: 0 auto;
      cursor: pointer;
      text-align: center; }
      #slide_menu_content .end .slide_menu_close_btn:before {
        content: "";
        height: 12px;
        display: inline-block;
        vertical-align: middle; }
      #slide_menu_content .end .slide_menu_close_btn span {
        display: inline-block;
        padding-left: 35px;
        position: relative; }
        #slide_menu_content .end .slide_menu_close_btn span:before {
          content: "";
          width: 14px;
          height: 2px;
          background-color: #3D6D96;
          position: absolute;
          left: 0;
          top: 7px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        #slide_menu_content .end .slide_menu_close_btn span:after {
          content: "";
          width: 14px;
          height: 2px;
          background-color: #3D6D96;
          position: absolute;
          left: 0;
          top: 7px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
  #slide_menu_content .slide_menu_child {
    left: -375px;
    z-index: 1001;
    width: 375px;
    height: 100vh;
    background-color: #EEEEEE;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    position: absolute;
    top: 0; }
    #slide_menu_content .slide_menu_child.is-open {
      left: 0; }
    #slide_menu_content .slide_menu_child .slide_back {
      cursor: pointer;
      width: 12px;
      height: 21px;
      background: url(../images/common/back_arrow.png) 0 0 no-repeat;
      background-size: 100% auto; }
    #slide_menu_content .slide_menu_child .slide_menu_child_inner {
      height: 100%;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      text-align: center;
      padding: 15px 10px 35px;
      position: relative;
      text-align: left; }
      #slide_menu_content .slide_menu_child .slide_menu_child_inner .slide_menu_child_ttl {
        padding-top: 35px;
        padding-bottom: 20px;
        font-weight: 700;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1; }
      #slide_menu_content .slide_menu_child .slide_menu_child_inner ul {
        padding-bottom: 40px; }
        #slide_menu_content .slide_menu_child .slide_menu_child_inner ul li a {
          padding: 15px 5px;
          border-bottom: 1px solid #BBBBBB;
          display: block;
          font-size: 14px;
          font-size: 1.4rem;
          letter-spacing: 0.05em; }
          #slide_menu_content .slide_menu_child .slide_menu_child_inner ul li a .icon_pdf {
            display: inline-block;
            padding-right: 50px;
            position: relative; }
            #slide_menu_content .slide_menu_child .slide_menu_child_inner ul li a .icon_pdf:after {
              content: "";
              background: url(../images/common/icon_pdf.svg) 0 0 no-repeat;
              background-size: 100% auto;
              width: 16px;
              height: 20px;
              position: absolute;
              top: 50%;
              right: 0;
              -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
              -webkit-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              transition: all  0.3s ease; }
    #slide_menu_content .slide_menu_child .slide_menu_brand_pic {
      width: 200px;
      margin: 0 auto; }
      #slide_menu_content .slide_menu_child .slide_menu_brand_pic .logo {
        height: 35px;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center; }
        #slide_menu_content .slide_menu_child .slide_menu_brand_pic .logo .momotaro_logo {
          width: 130px; }
        #slide_menu_content .slide_menu_child .slide_menu_brand_pic .logo .japan_logo {
          width: 130px; }
        #slide_menu_content .slide_menu_child .slide_menu_brand_pic .logo .setto_logo {
          width: 132px; }
        #slide_menu_content .slide_menu_child .slide_menu_brand_pic .logo .other_logo {
          width: 78px; }
    #slide_menu_content .slide_menu_child .slide_menu_brand_block.last {
      padding-bottom: 45px; }
    #slide_menu_content .slide_menu_child .slide_menu_brand_block .slide_menu_child_ttl {
      padding-left: 5px; }
    #slide_menu_content .slide_menu_child .slide_menu_brand_block ul {
      padding-bottom: 0;
      border-top: 1px solid #BBBBBB; }

@media screen and (max-width: 1340px) {
  #slide_menu_content {
    left: calc(-375 / 1340 * 100vw);
    width: calc(375 / 1340 * 100vw); }
    #slide_menu_content .slide_menu_content_inner {
      padding: 0 calc(10 / 1340 * 100vw) calc(35 / 1340 * 100vw); }
    #slide_menu_content #slide_menu_top_close {
      width: calc(25 / 1340 * 100vw);
      height: calc(25 / 1340 * 100vw);
      top: calc(15 / 1340 * 100vw);
      left: calc(15 / 1340 * 100vw); }
      #slide_menu_content #slide_menu_top_close:before {
        height: calc(2 / 1340 * 100vw);
        top: calc(12.5 / 1340 * 100vw); }
      #slide_menu_content #slide_menu_top_close:after {
        height: calc(2 / 1340 * 100vw);
        top: calc(12.5 / 1340 * 100vw); }
    #slide_menu_content .user {
      font-size: calc(14 / 1340 * 100vw);
      padding-top: calc(40 / 1340 * 100vw); }
      #slide_menu_content .user .name {
        padding-bottom: calc(20 / 1340 * 100vw); }
      #slide_menu_content .user .point {
        padding-bottom: calc(15 / 1340 * 100vw); }
    #slide_menu_content .user_navi {
      padding: calc(20 / 1340 * 100vw) 0 calc(35 / 1340 * 100vw); }
      #slide_menu_content .user_navi li {
        padding: calc(3 / 1340 * 100vw) 0;
        font-size: calc(14 / 1340 * 100vw); }
    #slide_menu_content .user_relate_btn_wrap {
      padding: 0 calc(15 / 1340 * 100vw) calc(30 / 1340 * 100vw); }
      #slide_menu_content .user_relate_btn_wrap a {
        padding-top: calc(10 / 1340 * 100vw);
        padding-bottom: calc(10 / 1340 * 100vw);
        width: calc(150 / 1340 * 100vw); }
        #slide_menu_content .user_relate_btn_wrap a:before {
          height: calc(14 / 1340 * 100vw); }
        #slide_menu_content .user_relate_btn_wrap a:after {
          left: calc(15 / 1340 * 100vw); }
        #slide_menu_content .user_relate_btn_wrap a.icon_mail {
          padding-left: calc(50 / 1340 * 100vw); }
          #slide_menu_content .user_relate_btn_wrap a.icon_mail:after {
            width: calc(28 / 1340 * 100vw);
            height: calc(28 / 1340 * 100vw); }
        #slide_menu_content .user_relate_btn_wrap a.icon_user {
          padding-left: calc(48 / 1340 * 100vw); }
          #slide_menu_content .user_relate_btn_wrap a.icon_user:after {
            width: calc(19 / 1340 * 100vw);
            height: calc(20 / 1340 * 100vw); }
    #slide_menu_content .soryo {
      padding-top: calc(10 / 1340 * 100vw);
      padding-bottom: calc(10 / 1340 * 100vw);
      width: calc(280 / 1340 * 100vw); }
    #slide_menu_content .slide_menu_brand {
      padding-top: calc(40 / 1340 * 100vw);
      padding-bottom: calc(20 / 1340 * 100vw); }
      #slide_menu_content .slide_menu_brand a {
        margin-bottom: calc(5 / 1340 * 100vw); }
        #slide_menu_content .slide_menu_brand a .logo {
          height: calc(35 / 1340 * 100vw); }
          #slide_menu_content .slide_menu_brand a .logo .momotaro_logo {
            width: calc(130 / 1340 * 100vw); }
          #slide_menu_content .slide_menu_brand a .logo .japan_logo {
            width: calc(130 / 1340 * 100vw); }
          #slide_menu_content .slide_menu_brand a .logo .setto_logo {
            width: calc(55 / 1340 * 100vw); }
          #slide_menu_content .slide_menu_brand a .logo .other_logo {
            width: calc(78 / 1340 * 100vw); }
    #slide_menu_content .slide_menu_li {
      padding-bottom: calc(35 / 1340 * 100vw); }
      #slide_menu_content .slide_menu_li .slide_menu_li_ttl {
        padding-bottom: calc(20 / 1340 * 100vw);
        padding-left: calc(5 / 1340 * 100vw); }
      #slide_menu_content .slide_menu_li ul li a {
        padding: calc(15 / 1340 * 100vw) calc(5 / 1340 * 100vw);
        font-size: calc(14 / 1340 * 100vw); }
    #slide_menu_content .slide_menu_silhouette {
      margin-bottom: calc(40 / 1340 * 100vw); }
      #slide_menu_content .slide_menu_silhouette a span {
        left: calc(20 / 1340 * 100vw);
        padding-right: calc(40 / 1340 * 100vw); }
    #slide_menu_content #slide_menu_contents {
      padding-bottom: calc(55 / 1340 * 100vw); }
      #slide_menu_content #slide_menu_contents ul li a {
        font-size: calc(12 / 1340 * 100vw);
        padding-top: calc(18 / 1340 * 100vw);
        padding-bottom: calc(18 / 1340 * 100vw); }
      #slide_menu_content #slide_menu_contents ul li a.window:after {
	    width: calc(12 / 1340 * 100vw);
		height: calc(12 / 1340 * 100vw);
		right: calc(15 / 1340 * 100vw); }
    #slide_menu_content #slide_menu_link {
      padding-bottom: calc(40 / 1340 * 100vw); }
    #slide_menu_content .slide_menu_info {
      padding-bottom: calc(25 / 1340 * 100vw); }
    #slide_menu_content .slide_menu_info_block {
      width: calc(50% - calc(7 / 1340 * 100vw));
      padding: calc(15 / 1340 * 100vw) 0 calc(10 / 1340 * 100vw);
      margin-bottom: calc(10 / 1340 * 100vw); }
      #slide_menu_content .slide_menu_info_block .slide_menu_info_ttl {
        font-size: calc( 12 / 1340 * 100vw);
        padding-top: calc( 42 / 1340 * 100vw);
        margin-bottom: calc(15 / 1340 * 100vw); }
      #slide_menu_content .slide_menu_info_block #slide_menu_info_ttl01:before {
        width: calc( 39 / 1340 * 100vw);
        height: calc( 39 / 1340 * 100vw); }
      #slide_menu_content .slide_menu_info_block #slide_menu_info_ttl02:before {
        width: calc( 38 / 1340 * 100vw);
        height: calc( 38 / 1340 * 100vw); }
      #slide_menu_content .slide_menu_info_block #slide_menu_info_ttl03:before {
        width: calc( 36 / 1340 * 100vw);
        height: calc( 20 / 1340 * 100vw); }
      #slide_menu_content .slide_menu_info_block #slide_menu_info_ttl04:before {
        width: calc( 32 / 1340 * 100vw);
        height: calc( 20 / 1340 * 100vw); }
      #slide_menu_content .slide_menu_info_block a {
        font-size: calc(12 / 1340 * 100vw);
        padding: calc(10 / 1340 * 100vw) calc(10 / 1340 * 100vw) calc(10 / 1340 * 100vw) 0;
        width: calc(127 / 1340 * 100vw); }
        #slide_menu_content .slide_menu_info_block a:before {
          font-size: calc(12 / 1340 * 100vw); }
        #slide_menu_content .slide_menu_info_block a:after {
          width: calc(7 / 1340 * 100vw);
          height: calc(11 / 1340 * 100vw);
          right: calc(8 / 1340 * 100vw); }
        #slide_menu_content .slide_menu_info_block a:hover:after {
          right: calc(4 / 1340 * 100vw); }
    #slide_menu_content .end {
      padding-bottom: calc(35 / 1340 * 100vw); }
      #slide_menu_content .end .slide_menu_close_btn {
        font-size: calc(12 / 1340 * 100vw);
        padding: calc(15 / 1340 * 100vw) 0;
        width: calc(150 / 1340 * 100vw); }
        #slide_menu_content .end .slide_menu_close_btn:before {
          height: calc(12 / 1340 * 100vw); }
        #slide_menu_content .end .slide_menu_close_btn span {
          padding-left: calc(35 / 1340 * 100vw); }
          #slide_menu_content .end .slide_menu_close_btn span:before {
            width: calc(14 / 1340 * 100vw);
            height: calc(2 / 1340 * 100vw);
            top: calc(7 / 1340 * 100vw); }
          #slide_menu_content .end .slide_menu_close_btn span:after {
            width: calc(14 / 1340 * 100vw);
            height: calc(2 / 1340 * 100vw);
            top: calc(7 / 1340 * 100vw); }
    #slide_menu_content .slide_menu_child {
      left: calc(-375 / 1340 * 100vw);
      width: calc(375 / 1340 * 100vw); }
      #slide_menu_content .slide_menu_child .slide_back {
        width: calc(12 / 1340 * 100vw);
        height: calc(21 / 1340 * 100vw); }
      #slide_menu_content .slide_menu_child .slide_menu_child_inner {
        padding: calc(15 / 1340 * 100vw) calc(10 / 1340 * 100vw) calc(35 / 1340 * 100vw); }
        #slide_menu_content .slide_menu_child .slide_menu_child_inner .slide_menu_child_ttl {
          padding-top: calc(35 / 1340 * 100vw);
          padding-bottom: calc(20 / 1340 * 100vw);
          font-size: calc(16 / 1340 * 100vw); }
        #slide_menu_content .slide_menu_child .slide_menu_child_inner ul {
          padding-bottom: calc(40 / 1340 * 100vw); }
          #slide_menu_content .slide_menu_child .slide_menu_child_inner ul li a {
            padding: calc(15 / 1340 * 100vw) calc(5 / 1340 * 100vw);
            font-size: calc(14 / 1340 * 100vw); }
            #slide_menu_content .slide_menu_child .slide_menu_child_inner ul li a .icon_pdf {
              padding-right: calc(50 / 1340 * 100vw); }
              #slide_menu_content .slide_menu_child .slide_menu_child_inner ul li a .icon_pdf:after {
                width: calc(16 / 1340 * 100vw);
                height: calc(20 / 1340 * 100vw); }
      #slide_menu_content .slide_menu_child .slide_menu_brand_pic {
        width: calc(200 / 1340 * 100vw); }
        #slide_menu_content .slide_menu_child .slide_menu_brand_pic .logo {
          height: calc(35 / 1340 * 100vw); }
          #slide_menu_content .slide_menu_child .slide_menu_brand_pic .logo .momotaro_logo {
            width: calc(130 / 1340 * 100vw); }
          #slide_menu_content .slide_menu_child .slide_menu_brand_pic .logo .japan_logo {
            width: calc(130 / 1340 * 100vw); }
          #slide_menu_content .slide_menu_child .slide_menu_brand_pic .logo .setto_logo {
            width: calc(132 / 1340 * 100vw); }
          #slide_menu_content .slide_menu_child .slide_menu_brand_pic .logo .other_logo {
            width: calc(78 / 1340 * 100vw); }
      #slide_menu_content .slide_menu_child .slide_menu_brand_block.last {
        padding-bottom: calc(45 / 1340 * 100vw); }
      #slide_menu_content .slide_menu_child .slide_menu_brand_block .slide_menu_child_ttl {
        padding-left: calc(5 / 1340 * 100vw); }
      #slide_menu_content .slide_menu_child .slide_menu_brand_block ul {
        padding-bottom: 0; } }
@media screen and (max-width: 750px) {
  #slide_menu_content {
    left: -100vw;
    width: 100vw; }
    #slide_menu_content .slide_menu_content_inner {
      padding: 0 calc(20 / 750 * 100vw) calc(calc(70 / 750 * 100vw) + env(safe-area-inset-bottom) + 75px); }
    #slide_menu_content #slide_menu_top_close {
      width: calc(50 / 750 * 100vw);
      height: calc(50 / 750 * 100vw);
      top: calc(30 / 750 * 100vw);
      left: calc(30 / 750 * 100vw); }
      #slide_menu_content #slide_menu_top_close:before {
        height: calc(4 / 750 * 100vw);
        top: calc(25 / 750 * 100vw); }
      #slide_menu_content #slide_menu_top_close:after {
        height: calc(4 / 750 * 100vw);
        top: calc(25 / 750 * 100vw); }
    #slide_menu_content .user {
      font-size: calc(28 / 750 * 100vw);
      padding-top: calc(80 / 750 * 100vw); }
      #slide_menu_content .user .name {
        padding-bottom: calc(40 / 750 * 100vw); }
      #slide_menu_content .user .point {
        padding-bottom: calc(30 / 750 * 100vw); }
    #slide_menu_content .user_navi {
      padding: calc(40 / 750 * 100vw) 0 calc(70 / 750 * 100vw); }
      #slide_menu_content .user_navi li {
        padding: calc(6 / 750 * 100vw) 0;
        font-size: calc(28 / 750 * 100vw); }
    #slide_menu_content .user_relate_btn_wrap {
      padding: 0 calc(30 / 750 * 100vw) calc(30 / 750 * 100vw); }
      #slide_menu_content .user_relate_btn_wrap a {
        padding-top: calc(20 / 750 * 100vw);
        padding-bottom: calc(20 / 750 * 100vw);
        width: calc(300 / 750 * 100vw); }
        #slide_menu_content .user_relate_btn_wrap a:before {
          height: calc(28 / 750 * 100vw); }
        #slide_menu_content .user_relate_btn_wrap a:after {
          left: calc(30 / 750 * 100vw); }
        #slide_menu_content .user_relate_btn_wrap a.icon_mail {
          padding-left: calc(100 / 750 * 100vw); }
          #slide_menu_content .user_relate_btn_wrap a.icon_mail:after {
            width: calc(56 / 750 * 100vw);
            height: calc(56 / 750 * 100vw); }
        #slide_menu_content .user_relate_btn_wrap a.icon_user {
          padding-left: calc(96 / 750 * 100vw); }
          #slide_menu_content .user_relate_btn_wrap a.icon_user:after {
            width: calc(38 / 750 * 100vw);
            height: calc(40 / 750 * 100vw); }
    #slide_menu_content .soryo {
      padding-top: calc(20 / 750 * 100vw);
      padding-bottom: calc(20 / 750 * 100vw);
      width: calc(560 / 750 * 100vw); }
    #slide_menu_content .slide_menu_brand {
      padding-top: calc(80 / 750 * 100vw);
      padding-bottom: calc(40 / 750 * 100vw); }
      #slide_menu_content .slide_menu_brand a {
        margin-bottom: calc(10 / 750 * 100vw); }
        #slide_menu_content .slide_menu_brand a .logo {
          height: calc(70 / 750 * 100vw); }
          #slide_menu_content .slide_menu_brand a .logo .momotaro_logo {
            width: calc(260 / 750 * 100vw); }
          #slide_menu_content .slide_menu_brand a .logo .japan_logo {
            width: calc(260 / 750 * 100vw); }
          #slide_menu_content .slide_menu_brand a .logo .setto_logo {
            width: calc(110 / 750 * 100vw); }
          #slide_menu_content .slide_menu_brand a .logo .other_logo {
            width: calc(164 / 750 * 100vw); }
    #slide_menu_content .slide_menu_li {
      padding-bottom: calc(70 / 750 * 100vw); }
      #slide_menu_content .slide_menu_li .slide_menu_li_ttl {
        padding-bottom: calc(40 / 750 * 100vw);
        padding-left: calc(10 / 750 * 100vw); }
      #slide_menu_content .slide_menu_li ul li a {
        padding: calc(30 / 750 * 100vw) calc(30 / 750 * 100vw);
        font-size: calc(28 / 750 * 100vw); }
    #slide_menu_content .slide_menu_silhouette {
      margin-bottom: calc(80 / 750 * 100vw); }
      #slide_menu_content .slide_menu_silhouette a span {
        left: calc(40 / 750 * 100vw);
        padding-right: calc(80 / 750 * 100vw); }
    #slide_menu_content #slide_menu_contents {
      padding-bottom: calc(110 / 750 * 100vw); }
      #slide_menu_content #slide_menu_contents ul li a {
        font-size: calc(24 / 750 * 100vw);
        padding-top: calc(36 / 750 * 100vw);
        padding-bottom: calc(36 / 750 * 100vw); }
      #slide_menu_content #slide_menu_contents ul li a.window:after {
	    width: calc(24 / 750 * 100vw);
		height: calc(24 / 750 * 100vw);
		right: calc(30 / 750 * 100vw); }
    #slide_menu_content #slide_menu_link {
      padding-bottom: calc(80 / 750 * 100vw); }
    #slide_menu_content .slide_menu_info {
      padding-bottom: calc(50 / 750 * 100vw); }
    #slide_menu_content .slide_menu_info_block {
      width: calc(50% - calc(14 / 750 * 100vw));
      padding: calc(30 / 750 * 100vw) 0 calc(20 / 750 * 100vw);
      margin-bottom: calc(20 / 750 * 100vw); }
      #slide_menu_content .slide_menu_info_block .slide_menu_info_ttl {
        font-size: calc(24 / 750 * 100vw);
        padding-top: calc(84 / 750 * 100vw);
        margin-bottom: calc(30 / 750 * 100vw); }
      #slide_menu_content .slide_menu_info_block #slide_menu_info_ttl01:before {
        width: calc(78 / 750 * 100vw);
        height: calc(78 / 750 * 100vw); }
      #slide_menu_content .slide_menu_info_block #slide_menu_info_ttl02:before {
        width: calc(76 / 750 * 100vw);
        height: calc(76 / 750 * 100vw); }
      #slide_menu_content .slide_menu_info_block #slide_menu_info_ttl03:before {
        width: calc(72 / 750 * 100vw);
        height: calc(40 / 750 * 100vw); }
      #slide_menu_content .slide_menu_info_block #slide_menu_info_ttl04:before {
        width: calc(64 / 750 * 100vw);
        height: calc(40 / 750 * 100vw); }
      #slide_menu_content .slide_menu_info_block a {
        font-size: calc(24 / 750 * 100vw);
        padding: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) 0;
        width: calc(254 / 750 * 100vw); }
        #slide_menu_content .slide_menu_info_block a:before {
          font-size: calc(24 / 750 * 100vw); }
        #slide_menu_content .slide_menu_info_block a:after {
          width: calc(14 / 750 * 100vw);
          height: calc(22 / 750 * 100vw);
          right: calc(16 / 750 * 100vw); }
        #slide_menu_content .slide_menu_info_block a:hover:after {
          right: calc(8 / 750 * 100vw); }
    #slide_menu_content .end {
      padding-bottom: calc(70 / 750 * 100vw); }
      #slide_menu_content .end .slide_menu_close_btn {
        font-size: calc(24 / 750 * 100vw);
        padding: calc(30 / 750 * 100vw) 0;
        width: calc(300 / 750 * 100vw); }
        #slide_menu_content .end .slide_menu_close_btn:before {
          height: calc(24 / 750 * 100vw); }
        #slide_menu_content .end .slide_menu_close_btn span {
          padding-left: calc(70 / 750 * 100vw); }
          #slide_menu_content .end .slide_menu_close_btn span:before {
            width: calc(28 / 750 * 100vw);
            height: calc(4 / 750 * 100vw);
            top: calc(14 / 750 * 100vw); }
          #slide_menu_content .end .slide_menu_close_btn span:after {
            width: calc(28 / 750 * 100vw);
            height: calc(4 / 750 * 100vw);
            top: calc(14 / 750 * 100vw); }
    #slide_menu_content .slide_menu_child {
      left: -100vw;
      width: 100vw; }
      #slide_menu_content .slide_menu_child .slide_back {
        width: calc(24 / 750 * 100vw);
        height: calc(42 / 750 * 100vw); }
      #slide_menu_content .slide_menu_child .slide_menu_child_inner {
        padding: calc(30 / 750 * 100vw) calc(20 / 750 * 100vw) calc(calc(70 / 750 * 100vw) + env(safe-area-inset-bottom) + 75px); }
        #slide_menu_content .slide_menu_child .slide_menu_child_inner .slide_menu_child_ttl {
          padding-top: calc(70 / 750 * 100vw);
          padding-bottom: calc(40 / 750 * 100vw);
          font-size: calc(32 / 750 * 100vw); }
        #slide_menu_content .slide_menu_child .slide_menu_child_inner ul {
          padding-bottom: calc(80 / 750 * 100vw); }
          #slide_menu_content .slide_menu_child .slide_menu_child_inner ul li a {
            padding: calc(30 / 750 * 100vw) calc(10 / 750 * 100vw);
            font-size: calc(28 / 750 * 100vw); }
            #slide_menu_content .slide_menu_child .slide_menu_child_inner ul li a .icon_pdf {
              padding-right: calc(100 / 750 * 100vw); }
              #slide_menu_content .slide_menu_child .slide_menu_child_inner ul li a .icon_pdf:after {
                width: calc(32 / 750 * 100vw);
                height: calc(40 / 750 * 100vw); }
      #slide_menu_content .slide_menu_child .slide_menu_brand_pic {
        width: calc(400 / 750 * 100vw); }
        #slide_menu_content .slide_menu_child .slide_menu_brand_pic .logo {
          height: calc(70 / 750 * 100vw); }
          #slide_menu_content .slide_menu_child .slide_menu_brand_pic .logo .momotaro_logo {
            width: calc(260 / 750 * 100vw); }
          #slide_menu_content .slide_menu_child .slide_menu_brand_pic .logo .japan_logo {
            width: calc(260 / 750 * 100vw); }
          #slide_menu_content .slide_menu_child .slide_menu_brand_pic .logo .setto_logo {
            width: calc(264 / 750 * 100vw); }
          #slide_menu_content .slide_menu_child .slide_menu_brand_pic .logo .other_logo {
            width: calc(164 / 750 * 100vw); }
      #slide_menu_content .slide_menu_child .slide_menu_brand_block.last {
        padding-bottom: calc(90 / 750 * 100vw); }
      #slide_menu_content .slide_menu_child .slide_menu_brand_block .slide_menu_child_ttl {
        padding-left: calc(10 / 750 * 100vw); }
      #slide_menu_content .slide_menu_child .slide_menu_brand_block ul {
        padding-bottom: 0; } }
#fixnavi {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1001; }
  #fixnavi ul {
    display: flex;
    flex-wrap: wrap;
    width: 650px;
    margin: 0 auto; }
    #fixnavi ul li {
      width: 20%; }
      #fixnavi ul li div {
        display: block;
        background-color: #3d6d96;
        color: #fff;
        height: 90px;
        text-align: center;
        position: relative;
        cursor: pointer; }
        #fixnavi ul li div.selected,
        #fixnavi ul li div:hover {
          background-color: #222222; }
        #fixnavi ul li div .fix_icon01 {
          position: absolute;
          top: 10px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          width: 45px; }
        #fixnavi ul li div .fix_icon02 {
          position: absolute;
          top: 13px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          width: 38px; }
        #fixnavi ul li div .fix_icon03 {
          position: absolute;
          top: 15px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          width: 43px; }
        #fixnavi ul li div .fix_icon04 {
          position: absolute;
          top: 12px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          width: 38px; }
        #fixnavi ul li div .fix_icon05 {
          position: absolute;
          top: 18px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          width: 30px; }
        #fixnavi ul li div p {
          padding-top: 68px;
          padding-bottom: 8px;
          font-size: 12px;
          font-size: 1.2rem; }

.l_fix_menu_content {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 140px;
  z-index: 1000; }
  .l_fix_menu_content .fix_menu_close {
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
    display: block;
    z-index: 1; }
    .l_fix_menu_content .fix_menu_close:before {
      content: "";
      width: 100%;
      height: 2px;
      background-color: #3D6D96;
      position: absolute;
      left: 0;
      top: 0;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .l_fix_menu_content .fix_menu_close:after {
      content: "";
      width: 100%;
      height: 2px;
      background-color: #3D6D96;
      position: absolute;
      left: 0;
      top: 0;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .l_fix_menu_content .fix_ttl {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: 1px solid #BBBBBB;
    line-height: 1;
    padding-bottom: 1em;
    margin-bottom: 20px; }
  .l_fix_menu_content .fix_menu_box p {
    font-weight: 700;
    padding-bottom: 15px;
    line-height: 1;
    letter-spacing: 0.05em; }
  .l_fix_menu_content .fix_menu_box ul li a {
    display: block;
    padding: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.16; }

#fix_menu_brand {
  display: none; }
  #fix_menu_brand .fix_menu_brand_top {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 65px; }
    #fix_menu_brand .fix_menu_brand_top .l_flex {
	  justify-content: center;
      margin-left: -2px; }
    #fix_menu_brand .fix_menu_brand_top a {
      display: block;
      width: calc(25% - 2px);
      margin-left: 2px;
      border-right: px solid #fff; }
      #fix_menu_brand .fix_menu_brand_top a:last-of-type {
        border-right: none; }
      #fix_menu_brand .fix_menu_brand_top a .pic {
        width: 100%; }
      #fix_menu_brand .fix_menu_brand_top a .logo {
        height: 40px;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center; }
        #fix_menu_brand .fix_menu_brand_top a .logo .momotaro_logo {
          width: 150px; }
        #fix_menu_brand .fix_menu_brand_top a .logo .japan_logo {
          width: 142px; }
        #fix_menu_brand .fix_menu_brand_top a .logo .setto_logo {
          width: 63px; }
        #fix_menu_brand .fix_menu_brand_top a .logo .other_logo {
          width: 85px; }
  #fix_menu_brand .fix_menu_brand_bottom {
	width: 600px;
	justify-content: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    #fix_menu_brand .fix_menu_brand_bottom .fix_menu_brand_bottom_block {
      width: 250px; }
      #fix_menu_brand .fix_menu_brand_bottom .fix_menu_brand_bottom_block .l_flex {
        -webkit-justify-content: space-between;
        justify-content: space-between; }
      #fix_menu_brand .fix_menu_brand_bottom .fix_menu_brand_bottom_block .fix_menu_brand_bottom_box {
        width: 110px; }

#fix_menu_item {
  display: none;
  padding-top: 35px; }
  #fix_menu_item .fix_menu_item_block {
    width: calc(50% - 50px);
    padding-bottom: 20px; }
    #fix_menu_item .fix_menu_item_block:nth-of-type(2n) {
      margin-left: 100px; }
  #fix_menu_item .fix_menu_item_box {
    width: 25%; }
    #fix_menu_item .l_flex .fix_menu_item_box:nth-child(n+5) {
	   margin-top: 20px; }
    #fix_menu_item .fix_menu_item_box p {
      font-weight: 700;
      letter-spacing: 0.05em;
      line-height: 1;
      padding-bottom: 15px; }
    #fix_menu_item .fix_menu_item_box ul li a {
      display: block;
      padding: 10px; }

#fix_menu_silhouette {
  display: none;
  padding-top: 45px; }
  #fix_menu_silhouette .fix_menu_silhouette_inner {
    width: 960px;
    margin: 0 auto; }
  #fix_menu_silhouette .fix_menu_silhouette_block {
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  #fix_menu_silhouette .fix_menu_silhouette_box {
    width: 170px; }

#fix_menu_sex {
  display: none;
  padding-top: 35px; }
  #fix_menu_sex .fix_menu_sex_inner {
    width: 840px;
    margin: 0 auto; }
  #fix_menu_sex .fix_menu_sex_block {
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    #fix_menu_sex .fix_menu_sex_block a {
      display: block;
      width: calc(50% - 20px);
      text-align: center; }
      #fix_menu_sex .fix_menu_sex_block a p {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 700;
        padding-top: 1em;
        line-height: 1; }

#fix_menu_search {
  display: none;
  z-index: 2002;
  bottom: auto;
  top: 0;
  height: 100vh;
  padding: 0; }
  #fix_menu_search .fix_menu_search_inner {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    text-align: center; }
  #fix_menu_search .fix_menu_search_block {
    border-bottom: 1px solid #BBBBBB;
    padding: 30px 0 20px 30px;
    display: flex;
    flex-wrap: wrap;
    text-align: left; }
    #fix_menu_search .fix_menu_search_block:last-of-type {
      border-bottom: none; }
  #fix_menu_search .comment {
    width: 100%;
    padding-bottom: 20px;
    font-size: 14px;
    font-size: 1.4rem; }
  #fix_menu_search .fix_menu_search_ttl {
    width: 160px;
    font-weight: 700;
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 10px; }
  #fix_menu_search .fix_menu_search_content {
    width: 1100px; }
    #fix_menu_search .fix_menu_search_content .fix_menu_item_area {
      display: flex;
      flex-wrap: wrap; }
      #fix_menu_search .fix_menu_search_content .fix_menu_item_area ul {
        display: block; }
        #fix_menu_search .fix_menu_search_content .fix_menu_item_area ul li {
          margin-left: 0;
          margin-bottom: 10px; }
          #fix_menu_search .fix_menu_search_content .fix_menu_item_area ul li:last-child {
            margin-bottom: 0; }
      #fix_menu_search .fix_menu_search_content .fix_menu_item_area .fix_menu_item_ul01 {
        padding-right: 20px;
        width: 220px; }
      #fix_menu_search .fix_menu_search_content .fix_menu_item_area .fix_menu_item_ul02 {
        padding-left: 20px;
        padding-right: 20px;
        width: 240px;
        border-right: 1px solid #BBBBBB; }
      #fix_menu_search .fix_menu_search_content .fix_menu_item_area .fix_menu_item_ul03 {
	    display: none;
        padding-left: 20px;
        width: 220px; }
    #fix_menu_search .fix_menu_search_content ul {
      display: flex;
      flex-wrap: wrap; }
      #fix_menu_search .fix_menu_search_content ul li {
        width: 200px;
        margin-right: 20px;
        margin-bottom: 10px; }
        #fix_menu_search .fix_menu_search_content ul li.all {
          display: block!important; }
        #fix_menu_search .fix_menu_search_content ul li.first_none {
          display: none; }
    #fix_menu_search .fix_menu_search_content label span {
      display: block;
      width: 200px;
      height: 40px;
      border: 1px solid #BBBBBB;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      font-size: 12px;
      font-size: 1.2rem; }
      #fix_menu_search .fix_menu_search_content label span.en {
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 700; }
      #fix_menu_search .fix_menu_search_content label span.narrow {
        letter-spacing: -0.05em; }
    #fix_menu_search .fix_menu_search_content label input {
      display: none; }
      #fix_menu_search .fix_menu_search_content label input:checked + span {
        background-color: #EEEEEE; }
    #fix_menu_search .fix_menu_search_content .momotaro_logo {
      width: 125px; }
    #fix_menu_search .fix_menu_search_content .japan_logo {
      width: 120px; }
    #fix_menu_search .fix_menu_search_content .setto_logo {
      width: 58px; }
    #fix_menu_search .fix_menu_search_content .other_logo {
      width: 98px; }
    #fix_menu_search .fix_menu_search_content .fix_menu_price_area {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: flex-end;
      align-items: flex-end; }
      #fix_menu_search .fix_menu_search_content .fix_menu_price_area p {
        width: 180px; }
        #fix_menu_search .fix_menu_search_content .fix_menu_price_area p input {
          border: 1px solid #BBBBBB;
          width: 130px;
          padding: 10px; }
        #fix_menu_search .fix_menu_search_content .fix_menu_price_area p span {
          padding-left: 8px;
          font-size: 14px;
          font-size: 1.4rem;
          letter-spacing: 0.05em;
          vertical-align: bottom;
          padding-bottom: 5px;
          display: inline-block; }
      #fix_menu_search .fix_menu_search_content .fix_menu_price_area .prie_ex {
        font-size: 12px;
        font-size: 1.2rem;
        padding-bottom: 5px; }
  #fix_menu_search #fix_menu_search_move_btn {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1; }
  #fix_menu_search #fix_menu_search_end_btn {
    padding-top: 50px;
    background-color: rgba(0, 0, 0, 0);
    position: static; }
  #fix_menu_search .fix_menu_search_btn {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center; }
    #fix_menu_search .fix_menu_search_btn input {
      border-radius: 0;
      -webkit-box-sizing: content-box;
      -webkit-appearance: button;
      appearance: button;
      border: none;
      box-sizing: border-box;
      cursor: pointer; }
    #fix_menu_search .fix_menu_search_btn .reset_btn {
      background-color: #fff;
      border: 1px solid #3D6D96;
      color: #3D6D96;
      text-align: center;
      width: 200px;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1;
      padding: 1em 0;
      font-weight: 700;
      margin-right: 40px; }
      #fix_menu_search .fix_menu_search_btn .reset_btn:hover {
        color: #fff;
        background-color: #3D6D96; }
    #fix_menu_search .fix_menu_search_btn .submit_btn {
      background-color: #3D6D96;
      border: 1px solid #3D6D96;
      color: #fff;
      text-align: center;
      width: 300px;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1;
      padding: 1em 0;
      font-weight: 700; }
      #fix_menu_search .fix_menu_search_btn .submit_btn:hover {
        color: #3D6D96;
        background-color: #fff; }
  #fix_menu_search .end {
    padding-top: 30px;
    padding-bottom: 35px;
    position: relative; }
    #fix_menu_search .end #fix_menu_search_close_end {
      border: 1px solid #BBBBBB;
      background-color: #fff;
      font-size: 12px;
      font-size: 1.2rem;
      padding: 15px 0;
      width: 150px;
      margin: 0 auto;
      cursor: pointer; }
      #fix_menu_search .end #fix_menu_search_close_end:before {
        content: "";
        height: 12px;
        display: inline-block;
        vertical-align: middle; }
      #fix_menu_search .end #fix_menu_search_close_end span {
        display: inline-block;
        padding-left: 35px;
        position: relative; }
        #fix_menu_search .end #fix_menu_search_close_end span:before {
          content: "";
          width: 14px;
          height: 2px;
          background-color: #3D6D96;
          position: absolute;
          left: 0;
          top: 7px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        #fix_menu_search .end #fix_menu_search_close_end span:after {
          content: "";
          width: 14px;
          height: 2px;
          background-color: #3D6D96;
          position: absolute;
          left: 0;
          top: 7px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

@media screen and (max-width: 1340px) {
  #fixnavi ul {
    width: calc(650 / 1340 * 100vw); }
    #fixnavi ul li div {
      height: calc(90 / 1340 * 100vw); }
      #fixnavi ul li div .fix_icon01 {
        top: calc(10 / 1340 * 100vw);
        width: calc(45 / 1340 * 100vw); }
      #fixnavi ul li div .fix_icon02 {
        top: calc(13 / 1340 * 100vw);
        width: calc(38 / 1340 * 100vw); }
      #fixnavi ul li div .fix_icon03 {
        top: calc(15 / 1340 * 100vw);
        width: calc(43 / 1340 * 100vw); }
      #fixnavi ul li div .fix_icon04 {
        top: calc(12 / 1340 * 100vw);
        width: calc(38 / 1340 * 100vw); }
      #fixnavi ul li div .fix_icon05 {
        top: calc(18 / 1340 * 100vw);
        width: calc(30 / 1340 * 100vw); }
      #fixnavi ul li div p {
        padding-top: calc(68 / 1340 * 100vw);
        padding-bottom: calc(8 / 1340 * 100vw);
        font-size: calc(12 / 1340 * 100vw); }

  .l_fix_menu_content {
    padding-top: calc(25 / 1340 * 100vw);
    padding-bottom: calc(140 / 1340 * 100vw); }
    .l_fix_menu_content .fix_menu_close {
      width: calc(25 / 1340 * 100vw);
      height: calc(25 / 1340 * 100vw);
      top: calc(30 / 1340 * 100vw);
      right: calc(30 / 1340 * 100vw); }
      .l_fix_menu_content .fix_menu_close:before {
        height: calc(2 / 1340 * 100vw); }
      .l_fix_menu_content .fix_menu_close:after {
        height: calc(2 / 1340 * 100vw); }
    .l_fix_menu_content .fix_ttl {
      font-size: calc(16 / 1340 * 100vw);
      margin-bottom: calc(20 / 1340 * 100vw); }
    .l_fix_menu_content .fix_menu_box p {
      padding-bottom: calc(15 / 1340 * 100vw); }
    .l_fix_menu_content .fix_menu_box ul li a {
      padding: calc(10 / 1340 * 100vw);
      font-size: calc(12 / 1340 * 100vw); }

  #fix_menu_brand .fix_menu_brand_top {
    width: calc(1000 / 1340 * 100vw);
    padding-bottom: calc(65 / 1340 * 100vw); }
    #fix_menu_brand .fix_menu_brand_top .l_flex {
      margin-left: calc(-2 / 1340 * 100vw); }
    #fix_menu_brand .fix_menu_brand_top a {
      width: calc(25% - calc(2 / 1340 * 100vw));
      margin-left: calc(2 / 1340 * 100vw); }
      #fix_menu_brand .fix_menu_brand_top a .logo {
        height: calc(40 / 1340 * 100vw); }
        #fix_menu_brand .fix_menu_brand_top a .logo .momotaro_logo {
          width: calc(150 / 1340 * 100vw); }
        #fix_menu_brand .fix_menu_brand_top a .logo .japan_logo {
          width: calc(142 / 1340 * 100vw); }
        #fix_menu_brand .fix_menu_brand_top a .logo .setto_logo {
          width: calc(63 / 1340 * 100vw); }
        #fix_menu_brand .fix_menu_brand_top a .logo .other_logo {
          width: calc(85 / 1340 * 100vw); }
  #fix_menu_brand .fix_menu_brand_bottom {
    width: calc(600 / 1340 * 100vw); }
  #fix_menu_brand .fix_menu_brand_bottom .fix_menu_brand_bottom_block {
    width: calc(250 / 1340 * 100vw); }
    #fix_menu_brand .fix_menu_brand_bottom .fix_menu_brand_bottom_block .fix_menu_brand_bottom_box {
      width: calc(110 / 1340 * 100vw); }

  #fix_menu_item {
    padding-top: calc(35 / 1340 * 100vw); }
    #fix_menu_item .fix_menu_item_block {
      width: calc(50% - calc(50 / 1340 * 100vw));
      padding-bottom: calc(20 / 1340 * 100vw); }
      #fix_menu_item .fix_menu_item_block:nth-of-type(2n) {
        margin-left: calc(100 / 1340 * 100vw); }
    #fix_menu_item .l_flex .fix_menu_item_box:nth-child(n+5) {
	   margin-top: calc(20 / 1340 * 100vw); }
    #fix_menu_item .fix_menu_item_box p {
      padding-bottom: calc(15 / 1340 * 100vw); }
    #fix_menu_item .fix_menu_item_box ul li a {
      padding: calc(10 / 1340 * 100vw); }

  #fix_menu_silhouette {
    padding-top: calc(45 / 1340 * 100vw); }
    #fix_menu_silhouette .fix_menu_silhouette_inner {
      width: calc(960 / 1340 * 100vw); }
    #fix_menu_silhouette .fix_menu_silhouette_box {
      width: calc(170 / 1340 * 100vw); }

  #fix_menu_sex {
    padding-top: calc(35 / 1340 * 100vw); }
    #fix_menu_sex .fix_menu_sex_inner {
      width: calc(840 / 1340 * 100vw); }
    #fix_menu_sex .fix_menu_sex_block a {
      width: calc(50% - calc(20 / 1340 * 100vw)); }
      #fix_menu_sex .fix_menu_sex_block a p {
        font-size: calc(16 / 1340 * 100vw); }

  #fix_menu_search .fix_menu_search_block {
    padding: calc(30 / 1340 * 100vw) 0 calc(20 / 1340 * 100vw) calc(30 / 1340 * 100vw); }
  #fix_menu_search .comment {
    padding-bottom: calc(20 / 1340 * 100vw);
    font-size: calc(14 / 1340 * 100vw); }
  #fix_menu_search .fix_menu_search_ttl {
    width: calc(160 / 1340 * 100vw);
    font-size: calc(16 / 1340 * 100vw);
    padding-top: calc(10 / 1340 * 100vw); }
  #fix_menu_search .fix_menu_search_content {
    width: calc(1100 / 1340 * 100vw); }
    #fix_menu_search .fix_menu_search_content .fix_menu_item_area ul li {
      margin-bottom: calc(10 / 1340 * 100vw); }
    #fix_menu_search .fix_menu_search_content .fix_menu_item_area .fix_menu_item_ul01 {
      padding-right: calc(20 / 1340 * 100vw);
      width: calc(220 / 1340 * 100vw); }
    #fix_menu_search .fix_menu_search_content .fix_menu_item_area .fix_menu_item_ul02 {
      padding-left: calc(20 / 1340 * 100vw);
      padding-right: calc(20 / 1340 * 100vw);
      width: calc(240 / 1340 * 100vw); }
    #fix_menu_search .fix_menu_search_content .fix_menu_item_area .fix_menu_item_ul03 {
      padding-left: calc(20 / 1340 * 100vw);
      width: calc(220 / 1340 * 100vw); }
    #fix_menu_search .fix_menu_search_content ul li {
      width: calc(200 / 1340 * 100vw);
      margin-right: calc(20 / 1340 * 100vw);
      margin-bottom: calc(20 / 1340 * 100vw); }
    #fix_menu_search .fix_menu_search_content label span {
      width: calc(200 / 1340 * 100vw);
      height: calc(40 / 1340 * 100vw);
      font-size: calc(12 / 1340 * 100vw); }
      #fix_menu_search .fix_menu_search_content label span.en {
        font-size: calc(14 / 1340 * 100vw); }
    #fix_menu_search .fix_menu_search_content .momotaro_logo {
      width: calc(125 / 1340 * 100vw); }
    #fix_menu_search .fix_menu_search_content .japan_logo {
      width: calc(120 / 1340 * 100vw); }
    #fix_menu_search .fix_menu_search_content .setto_logo {
      width: calc(58 / 1340 * 100vw); }
    #fix_menu_search .fix_menu_search_content .other_logo {
      width: calc(98 / 1340 * 100vw); }
    #fix_menu_search .fix_menu_search_content .fix_menu_price_area p {
      width: calc(180 / 1340 * 100vw); }
      #fix_menu_search .fix_menu_search_content .fix_menu_price_area p input {
        width: calc(130 / 1340 * 100vw);
        padding: calc(10 / 1340 * 100vw); }
      #fix_menu_search .fix_menu_search_content .fix_menu_price_area p span {
        padding-left: calc(8 / 1340 * 100vw);
        font-size: calc(14 / 1340 * 100vw);
        padding-bottom: calc(5 / 1340 * 100vw); }
    #fix_menu_search .fix_menu_search_content .fix_menu_price_area .prie_ex {
      font-size: calc(12 / 1340 * 100vw);
      padding-bottom: calc(5 / 1340 * 100vw); }
  #fix_menu_search #fix_menu_search_move_btn {
    padding: calc(20 / 1340 * 100vw) 0; }
  #fix_menu_search #fix_menu_search_end_btn {
    padding-top: calc(50 / 1340 * 100vw); }
  #fix_menu_search .fix_menu_search_btn .reset_btn {
    width: calc(200 / 1340 * 100vw);
    font-size: calc(14 / 1340 * 100vw);
    margin-right: calc(40 / 1340 * 100vw); }
  #fix_menu_search .fix_menu_search_btn .submit_btn {
    width: calc(300 / 1340 * 100vw);
    font-size: calc(14 / 1340 * 100vw); }
  #fix_menu_search .end {
    padding-top: calc(30 / 1340 * 100vw);
    padding-bottom: calc(35 / 1340 * 100vw); }
    #fix_menu_search .end #fix_menu_search_close_end {
      font-size: calc(12 / 1340 * 100vw);
      padding: calc(15 / 1340 * 100vw) 0;
      width: calc(150 / 1340 * 100vw); }
      #fix_menu_search .end #fix_menu_search_close_end:before {
        height: calc(12 / 1340 * 100vw); }
      #fix_menu_search .end #fix_menu_search_close_end span {
        padding-left: calc(35 / 1340 * 100vw); }
        #fix_menu_search .end #fix_menu_search_close_end span:before {
          width: calc(14 / 1340 * 100vw);
          height: calc(2 / 1340 * 100vw);
          top: calc(7 / 1340 * 100vw); }
        #fix_menu_search .end #fix_menu_search_close_end span:after {
          width: calc(14 / 1340 * 100vw);
          height: calc(2 / 1340 * 100vw);
          top: calc(7 / 1340 * 100vw); } }
@media screen and (max-width: 750px) {
  #fixnavi {
    left: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    bottom: calc(env(safe-area-inset-bottom) - 44px);
    background-color: #3d6d96;
    padding-bottom: calc(env(safe-area-inset-bottom) + 44px); }
    #fixnavi ul {
      width: 100vw; }
      #fixnavi ul li div {
        height: calc(120 / 750 * 100vw); }
        #fixnavi ul li div .fix_icon01 {
          top: calc(15 / 750 * 100vw);
          width: calc(60 / 750 * 100vw); }
        #fixnavi ul li div .fix_icon02 {
          top: calc(18 / 750 * 100vw);
          width: calc(50 / 750 * 100vw); }
        #fixnavi ul li div .fix_icon03 {
          top: calc(15 / 750 * 100vw);
          width: calc(56 / 750 * 100vw); }
        #fixnavi ul li div .fix_icon04 {
          top: calc(15 / 750 * 100vw);
          width: calc(50 / 750 * 100vw); }
        #fixnavi ul li div .fix_icon05 {
          top: calc(23 / 750 * 100vw);
          width: calc(40 / 750 * 100vw); }
        #fixnavi ul li div p {
          padding-top: calc(90 / 750 * 100vw);
          padding-bottom: calc(10 / 750 * 100vw);
          font-size: calc(20 / 750 * 100vw); }

  .l_fix_menu_content {
    z-index: 2021;
    bottom: auto;
    top: 0;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    height: 100vh; }
    .l_fix_menu_content .l_fix_menu_content_inner {
      height: 100%;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      text-align: center;
      padding: calc(60 / 750 * 100vw) calc(20 / 750 * 100vw) calc(calc(60 / 750 * 100vw) + env(safe-area-inset-bottom) + 44px); }
    .l_fix_menu_content .fix_menu_close {
      width: calc(50 / 750 * 100vw);
      height: calc(50 / 750 * 100vw);
      top: calc(30 / 750 * 100vw);
      right: calc(30 / 750 * 100vw); }
      .l_fix_menu_content .fix_menu_close:before {
        height: calc(4 / 750 * 100vw);
        top: calc(25 / 750 * 100vw); }
      .l_fix_menu_content .fix_menu_close:after {
        height: calc(4 / 750 * 100vw);
        top: calc(25 / 750 * 100vw); }
    .l_fix_menu_content .fix_ttl {
      font-size: calc(32 / 750 * 100vw);
      margin-bottom: calc(40 / 750 * 100vw);
      text-align: left; }
    .l_fix_menu_content .fix_sub_ttl {
      background-color: #EEEEEE;
      padding: calc(40 / 750 * 100vw);
      margin-bottom: 0;
      text-align: left;
      border: none; }
    .l_fix_menu_content .fix_menu_box p {
      padding: calc(30 / 750 * 100vw) calc(25 / 750 * 100vw); }
    .l_fix_menu_content .fix_menu_box ul {
      border-top: 1px solid #BBBBBB; }
      .l_fix_menu_content .fix_menu_box ul.no_line {
        border-top: none; }
      .l_fix_menu_content .fix_menu_box ul li {
        border-bottom: 1px solid #BBBBBB; }
        .l_fix_menu_content .fix_menu_box ul li a {
          padding: calc(30 / 750 * 100vw) calc(25 / 750 * 100vw);
          font-size: calc(24 / 750 * 100vw); }

  #fix_menu_brand .fix_menu_brand_top {
    width: 100%;
    padding-bottom: calc(65 / 750 * 100vw); }
    #fix_menu_brand .fix_menu_brand_top .l_flex {
      margin-left: calc(-2 / 750 * 100vw); }
    #fix_menu_brand .fix_menu_brand_top a {
      width: calc(50% - calc(2 / 750 * 100vw));
      margin-left: calc(2 / 750 * 100vw); }
      #fix_menu_brand .fix_menu_brand_top a .logo {
        height: calc(80 / 750 * 100vw); }
        #fix_menu_brand .fix_menu_brand_top a .logo .momotaro_logo {
          width: calc(300 / 750 * 100vw); }
        #fix_menu_brand .fix_menu_brand_top a .logo .japan_logo {
          width: calc(284 / 750 * 100vw); }
        #fix_menu_brand .fix_menu_brand_top a .logo .setto_logo {
          width: calc(110 / 750 * 100vw); }
        #fix_menu_brand .fix_menu_brand_top a .logo .other_logo {
          width: calc(164 / 750 * 100vw); }
  #fix_menu_brand .fix_menu_brand_bottom {
	width: 100%;
    flex-wrap: wrap; }
    #fix_menu_brand .fix_menu_brand_bottom .fix_menu_brand_bottom_block {
      width: 100%;
      padding-bottom: calc(80 / 750 * 100vw); }
      #fix_menu_brand .fix_menu_brand_bottom .fix_menu_brand_bottom_block .fix_menu_brand_bottom_box {
        width: 50%;
        text-align: left; }

  #fix_menu_item {
    padding-top: 0; }
    #fix_menu_item .fix_menu_item_block {
      width: 100%;
      padding-bottom: calc(80 / 750 * 100vw); }
      #fix_menu_item .fix_menu_item_block:nth-of-type(2n) {
        margin-left: 0; }
    #fix_menu_item .fix_menu_item_box {
      width: 50%;
      text-align: left;
      padding-bottom: calc(20 / 750 * 100vw); }
      #fix_menu_item .l_flex .fix_menu_item_box:nth-child(n+5) {
	    margin-top: 0; }
      #fix_menu_item .fix_menu_item_box p {
        padding-bottom: calc(30 / 750 * 100vw); }
      #fix_menu_item .fix_menu_item_box ul li a {
        padding: calc(30 / 750 * 100vw) calc(25 / 750 * 100vw); }
        #fix_menu_item .fix_menu_item_box ul li a.heighter {
          padding-top: calc(44 / 750 * 100vw);
          padding-bottom: calc(44 / 750 * 100vw); }

  #fix_menu_silhouette {
    padding-top: 0; }
    #fix_menu_silhouette .fix_menu_silhouette_inner {
      width: 100%; }
    #fix_menu_silhouette ul {
      display: flex;
      flex-wrap: wrap; }
      #fix_menu_silhouette ul li {
        width: 50%; }
    #fix_menu_silhouette .fix_menu_silhouette_box {
      width: 100%;
      text-align: left;
      padding-bottom: calc(50 / 750 * 100vw); }

  #fix_menu_sex {
    padding-top: 0; }
    #fix_menu_sex .fix_menu_sex_inner {
      width: 100%; }
    #fix_menu_sex .fix_menu_sex_block {
      padding-top: calc(30 / 750 * 100vw); }
      #fix_menu_sex .fix_menu_sex_block a {
        width: calc(600 / 750 * 100vw);
        margin: 0 auto calc(60 / 750 * 100vw); }
        #fix_menu_sex .fix_menu_sex_block a p {
          font-size: calc(32 / 750 * 100vw); }

  #fix_menu_search .fix_menu_search_block {
    padding: calc(30 / 750 * 100vw) calc(30 / 750 * 100vw) calc(60 / 750 * 100vw); }
  #fix_menu_search .comment {
    padding-bottom: calc(20 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: -0.05em;
    line-height: 1.333; }
  #fix_menu_search .fix_menu_search_ttl {
    width: 100%;
    font-size: calc(32 / 750 * 100vw);
    padding-top: calc(30 / 750 * 100vw);
    padding-bottom: calc(45 / 750 * 100vw); }
  #fix_menu_search .fix_menu_search_content {
    width: 100%;
    padding-left: calc(15 / 750  *100vw);
    padding-right: calc(15 / 750  *100vw); }
    #fix_menu_search .fix_menu_search_content .fix_menu_item_area ul li {
      margin-bottom: calc(10 / 750 * 100vw); }
    #fix_menu_search .fix_menu_search_content .fix_menu_item_area .fix_menu_item_ul01 {
      padding-right: 0;
      margin-bottom: calc(30 / 750 * 100vw);
      width: 100%; }
      #fix_menu_search .fix_menu_search_content .fix_menu_item_area .fix_menu_item_ul01 li {
        width: 100%; }
    #fix_menu_search .fix_menu_search_content .fix_menu_item_area .fix_menu_item_ul02 {
      padding-left: 0;
      padding-right: calc(50 / 750 * 100vw);
      width: calc(290 / 750 * 100vw); }
      #fix_menu_search .fix_menu_search_content .fix_menu_item_area .fix_menu_item_ul02 li {
        width: 100%; }
    #fix_menu_search .fix_menu_search_content .fix_menu_item_area .fix_menu_item_ul03 {
      padding-left: calc(50 / 750 * 100vw);
      width: calc(370 / 750 * 100vw); }
      #fix_menu_search .fix_menu_search_content .fix_menu_item_area .fix_menu_item_ul03 li {
        width: 100%; }
    #fix_menu_search .fix_menu_search_content ul.fix_menu_search_stock_ul li:nth-child(2n) {
      margin-left: calc(40 / 750 * 100vw);
      margin-right: 0; }
    #fix_menu_search .fix_menu_search_content ul {
      margin-left: calc(-40 / 750 * 100vw); }
    #fix_menu_search .fix_menu_search_content .fix_menu_item_area ul {
	  margin-left: 0;
    }
    #fix_menu_search .fix_menu_search_content ul li {
      width: calc(50% - calc(40 / 750 * 100vw));
      margin-left: calc(40 / 750 * 100vw);
      margin-right: 0;
      margin-bottom: calc(30 / 750 * 100vw); }
      #fix_menu_search .fix_menu_search_content ul li.all {
        width: 100%; }
    #fix_menu_search .fix_menu_search_content label span {
      width: 100%;
      height: calc(80 / 750 * 100vw);
      font-size: calc(24 / 750 * 100vw); }
      #fix_menu_search .fix_menu_search_content label span.en {
        font-size: calc(28 / 750 * 100vw); }
    #fix_menu_search .fix_menu_search_content .momotaro_logo {
      width: calc(250 / 750 * 100vw); }
    #fix_menu_search .fix_menu_search_content .japan_logo {
      width: calc(240 / 750 * 100vw); }
    #fix_menu_search .fix_menu_search_content .setto_logo {
      width: calc(102 / 750 * 100vw); }
    #fix_menu_search .fix_menu_search_content .other_logo {
      width: calc(164 / 750 * 100vw); }
    #fix_menu_search .fix_menu_search_content .fix_menu_price_area {
      flex-wrap: wrap; }
      #fix_menu_search .fix_menu_search_content .fix_menu_price_area p {
        width: 50%; }
        #fix_menu_search .fix_menu_search_content .fix_menu_price_area p input {
          width: calc(260 / 750 * 100vw);
          padding: calc(20 / 750 * 100vw); }
        #fix_menu_search .fix_menu_search_content .fix_menu_price_area p span {
          padding-left: calc(8 / 750 * 100vw);
          font-size: calc(24 / 750 * 100vw);
          padding-bottom: calc(5 / 750 * 100vw); }
      #fix_menu_search .fix_menu_search_content .fix_menu_price_area .prie_ex {
        width: 100%;
        display: block;
        font-size: calc(24 / 750 * 100vw);
        padding-bottom: 0;
        padding-top: calc(30 / 750 * 100vw); }
  #fix_menu_search #fix_menu_search_move_btn {
    padding: calc(20 / 750 * 100vw) 0; }
  #fix_menu_search #fix_menu_search_end_btn {
    padding-top: calc(50 / 750 * 100vw); }
  #fix_menu_search .fix_menu_search_btn .reset_btn {
    width: calc(240 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    margin-right: calc(40 / 750 * 100vw); }
  #fix_menu_search .fix_menu_search_btn .submit_btn {
    width: calc(390 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw); }
  #fix_menu_search .end {
    padding-top: calc(100 / 750 * 100vw);
    padding-bottom: calc(calc(200 / 750 * 100vw) + env(safe-area-inset-bottom) + 44px); }
    #fix_menu_search .end #fix_menu_search_close_end {
      font-size: calc(24 / 750 * 100vw);
      padding: calc(30 / 750 * 100vw) 0;
      width: calc(300 / 750 * 100vw); }
      #fix_menu_search .end #fix_menu_search_close_end:before {
        height: calc(24 / 750 * 100vw); }
      #fix_menu_search .end #fix_menu_search_close_end span {
        padding-left: calc(70 / 750 * 100vw); }
        #fix_menu_search .end #fix_menu_search_close_end span:before {
          width: calc(28 / 750 * 100vw);
          height: calc(4 / 750 * 100vw);
          top: calc(14 / 750 * 100vw); }
        #fix_menu_search .end #fix_menu_search_close_end span:after {
          width: calc(28 / 750 * 100vw);
          height: calc(4 / 750 * 100vw);
          top: calc(14 / 750 * 100vw); } }
#footer {
  position: relative;
  background-color: #CCCCCC;
  padding-bottom: 100px;
  margin-top: 200px; }
  #footer #footer_top {
    background-color: #EEEEEE;
    padding: 60px 0; }
    #footer #footer_top .footer_top_inner {
      display: flex;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      width: 1100px;
      margin: 0 auto; }
    #footer #footer_top .footer_top_block {
      width: 21.5%;
      background-color: #FFFFFF;
      text-align: center;
      padding: 25px 10px 20px;
      display: flex;
      flex-direction: column; }
      #footer #footer_top .footer_top_block .footer_top_block_ttl {
        font-weight: bold;
        font-size: 15px;
        font-size: 1.5rem;
        letter-spacing: 0.1em;
        padding-top: 55px;
        position: relative; }
        #footer #footer_top .footer_top_block .footer_top_block_ttl:before {
          content: "";
          position: absolute;
          top: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
      #footer #footer_top .footer_top_block #footer_top_block_ttl01:before {
        width: 53px;
        height: 53px;
        background: url(../images/common/footer_icon01.svg) 0 0 no-repeat;
        background-size: 100% auto; }
      #footer #footer_top .footer_top_block #footer_top_block_ttl02:before {
        width: 52px;
        height: 52px;
        background: url(../images/common/footer_icon02.svg) 0 0 no-repeat;
        background-size: 100% auto; }
      #footer #footer_top .footer_top_block #footer_top_block_ttl03:before {
        width: 49px;
        height: 28px;
        background: url(../images/common/footer_icon03.svg) 0 0 no-repeat;
        background-size: 100% auto; }
      #footer #footer_top .footer_top_block #footer_top_block_ttl04:before {
        width: 44px;
        height: 27px;
        background: url(../images/common/footer_icon04.svg) 0 0 no-repeat;
        background-size: 100% auto; }
      #footer #footer_top .footer_top_block p {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.66;
        letter-spacing: 0.1em;
        padding-top: 15px;
        padding-bottom: 20px;
        text-align: left; }
      #footer #footer_top .footer_top_block a {
        display: block;
        border: 1px solid #BBBBBB;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1;
        padding: 10px 0 10px 30px;
        width: 170px;
        text-align: left;
        margin: auto auto 0;
        position: relative; }
        #footer #footer_top .footer_top_block a:before {
          content: "";
          display: inline-block;
          font-size: 14px;
          vertical-align: middle; }
        #footer #footer_top .footer_top_block a:after {
          content: "";
          background: url(../images/common/arrow.png) 0 0 no-repeat;
          background-size: 100% auto;
          width: 8px;
          height: 12px;
          position: absolute;
          top: 50%;
          right: 14px;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all  0.3s ease; }
        #footer #footer_top .footer_top_block a:hover:after {
          right: 10px; }
  #footer #footer_bottom {
    padding-top: 45px;
    padding-bottom: 60px; }
    #footer #footer_bottom .l_flex {
      display: flex;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
    #footer #footer_bottom .footer_menu {
      width: 22%; }
      #footer #footer_bottom .footer_menu .footer_menu_ttl {
        font-size: 20px;
        font-size: 2.0rem;
        letter-spacing: 0.05em;
        line-height: 1;
        padding-bottom: 15px;
        border-bottom: 1px solid #000;
        margin-bottom: 20px; }
      #footer #footer_bottom .footer_menu ul li {
        letter-spacing: 0.05em;
        font-size: 12px;
        font-size: 1.2rem;
        padding: 1em 0; }
        #footer #footer_bottom .footer_menu ul li > a,
        #footer #footer_bottom .footer_menu ul li > p {
          position: relative;
          display: block; }
          #footer #footer_bottom .footer_menu ul li > a:after,
          #footer #footer_bottom .footer_menu ul li > p:after {
            content: "";
            background: url(../images/common/arrow.png) 0 0 no-repeat;
            background-size: 100% auto;
            width: 8px;
            height: 12px;
            position: absolute;
            top: 50%;
            right: 5px;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all  0.3s ease; }
          #footer #footer_bottom .footer_menu ul li a .icon_pdf {
            display: inline-block;
            padding-right: 50px;
            position: relative; }
            #footer #footer_bottom .footer_menu ul li a .icon_pdf:after {
              content: "";
              background: url(../images/common/icon_pdf.svg) 0 0 no-repeat;
              background-size: 100% auto;
              width: 16px;
              height: 20px;
              position: absolute;
              top: 50%;
              right: 0;
              -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
              -webkit-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              transition: all  0.3s ease; }
          #footer #footer_bottom .footer_menu ul li > a:hover:after,
          #footer #footer_bottom .footer_menu ul li > p:hover:after {
            right: 0; }
  #footer .footer_link {
    padding-bottom: 40px; }
    #footer .footer_link .l_flex {
      -webkit-align-items: center;
      align-items: center;
      justify-content: space-between; }
    #footer .footer_link small {
      font-size: 12px;
      font-size: 1.2rem;
      width: auto; }
    #footer .footer_link ul {
      width: auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end; }
      #footer .footer_link ul li {
        width: auto;
        padding-right: 40px; }
      #footer .footer_link ul li:last-child {
        padding-right: 0; }
        #footer .footer_link ul li a {
          display: inline-block;
          position: relative;
          padding-left: 25px;
          font-size: 12px;
          font-size: 1.2rem; }
          #footer .footer_link ul li a:after {
            content: "";
            background: url(../images/common/icon_window.svg) 0 0 no-repeat;
            background-size: 100% auto;
            width: 12px;
            height: 12px;
            position: absolute;
            top: 50%;
            left: 0;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all  0.3s ease; }

@media screen and (max-width: 1340px) {
  #footer {
    padding-bottom: calc(100 / 1340 * 100vw);
    margin-top: calc(200 / 1340 * 100vw); }
    #footer #footer_top {
      padding: calc( 60 / 1340 * 100vw) 0; }
      #footer #footer_top .footer_top_inner {
        width: calc(1100 / 1340 * 100vw); }
      #footer #footer_top .footer_top_block {
        padding: calc(25 / 1340 * 100vw) calc(10 / 1340 * 100vw) calc(20 / 1340 * 100vw); }
        #footer #footer_top .footer_top_block .footer_top_block_ttl {
          font-size: calc( 15 / 1340 * 100vw);
          padding-top: calc( 55 / 1340 * 100vw); }
        #footer #footer_top .footer_top_block #footer_top_block_ttl01:before {
          width: calc( 53 / 1340 * 100vw);
          height: calc( 53 / 1340 * 100vw); }
        #footer #footer_top .footer_top_block #footer_top_block_ttl02:before {
          width: calc( 52 / 1340 * 100vw);
          height: calc( 52 / 1340 * 100vw); }
        #footer #footer_top .footer_top_block #footer_top_block_ttl03:before {
          width: calc( 49 / 1340 * 100vw);
          height: calc( 28 / 1340 * 100vw); }
        #footer #footer_top .footer_top_block #footer_top_block_ttl04:before {
          width: calc( 44 / 1340 * 100vw);
          height: calc( 27 / 1340 * 100vw); }
        #footer #footer_top .footer_top_block p {
          font-size: calc( 12 / 1340 * 100vw);
          padding-top: calc( 15 / 1340 * 100vw);
          padding-bottom: calc(20 / 1340 * 100vw); }
        #footer #footer_top .footer_top_block a {
          font-size: calc(14 / 1340 * 100vw);
          padding: calc(10 / 1340 * 100vw) 0 calc(10 / 1340 * 100vw) calc(30 / 1340 * 100vw);
          width: calc(170 / 1340 * 100vw); }
          #footer #footer_top .footer_top_block a:before {
            font-size: calc(14 / 1340 * 100vw); }
          #footer #footer_top .footer_top_block a:after {
            width: calc(8 / 1340 * 100vw);
            height: calc(12 / 1340 * 100vw);
            right: calc(14 / 1340 * 100vw); }
          #footer #footer_top .footer_top_block a:hover:after {
            right: calc(10 / 1340 * 100vw); }
    #footer #footer_bottom {
      padding-top: calc(45 / 1340 * 100vw);
      padding-bottom: calc(60 / 1340 * 100vw); }
      #footer #footer_bottom .footer_menu .footer_menu_ttl {
        font-size: calc( 20 / 1340 * 100vw);
        padding-bottom: calc( 15 / 1340 * 100vw);
        margin-bottom: calc(20 / 1340 * 100vw); }
      #footer #footer_bottom .footer_menu ul li {
        font-size: calc( 12 / 1340 * 100vw); }
        #footer #footer_bottom .footer_menu ul li > a:after,
        #footer #footer_bottom .footer_menu ul li > p:after {
          width: calc(8 / 1340 * 100vw);
          height: calc(12 / 1340 * 100vw);
          right: calc(5 / 1340 * 100vw); }
        #footer #footer_bottom .footer_menu ul li a .icon_pdf {
          padding-right: calc(50 / 1340 * 100vw); }
          #footer #footer_bottom .footer_menu ul li a .icon_pdf:after {
            width: calc(16 / 1340 * 100vw);
            height: calc(20 / 1340 * 100vw); }
        #footer #footer_bottom .footer_menu ul li > a:hover:after,
        #footer #footer_bottom .footer_menu ul li > p:hover:after {
          right: 0; }
    #footer .footer_link {
      padding-bottom: calc(40 / 1340 * 100vw); }
      #footer .footer_link small {
        font-size: calc(12 / 1340 * 100vw); }
      #footer .footer_link ul li {
        padding-right: calc(40 / 1340 * 100vw); }
      #footer .footer_link ul li a {
        padding-left: calc(25 / 1340 * 100vw);
        font-size: calc(12 / 1340 * 100vw); }
        #footer .footer_link ul li a:after {
          width: calc(12 / 1340 * 100vw);
          height: calc(12 / 1340 * 100vw); } }
@media screen and (max-width: 750px) {
  #footer {
    padding-bottom: calc(calc(130 / 750 * 100vw) + env(safe-area-inset-bottom) + 44px);
    margin-top: calc(250 / 750 * 100vw); }
    #footer #footer_top {
      padding: calc( 60 / 750 * 100vw) calc(20 / 750 * 100vw) calc(30 / 750 * 100vw); }
      #footer #footer_top .footer_top_inner {
        width: 100%; }
      #footer #footer_top .footer_top_block {
        padding: calc(25 / 750 * 100vw) calc(10 / 750 * 100vw) calc(20 / 750 * 100vw);
        width: calc(50% - calc(15 / 750 * 100vw));
        margin-bottom: calc(30 / 750 * 100vw); }
        #footer #footer_top .footer_top_block .footer_top_block_ttl {
          font-size: calc(24 / 750 * 100vw);
          padding-top: calc(80 / 750 * 100vw);
          letter-spacing: 0; }
        #footer #footer_top .footer_top_block #footer_top_block_ttl01:before {
          width: calc( 78 / 750 * 100vw);
          height: calc( 78 / 750 * 100vw);
          top: calc(-15 / 750 * 100vw); }
        #footer #footer_top .footer_top_block #footer_top_block_ttl02:before {
          width: calc( 70 / 750 * 100vw);
          height: calc( 70 / 750 * 100vw); }
        #footer #footer_top .footer_top_block #footer_top_block_ttl03:before {
          width: calc( 72 / 750 * 100vw);
          height: calc( 40 / 750 * 100vw);
          top: calc(10 / 750 * 100vw); }
        #footer #footer_top .footer_top_block #footer_top_block_ttl04:before {
          width: calc( 64 / 750 * 100vw);
          height: calc( 40 / 750 * 100vw);
          top: calc(10 / 750 * 100vw); }
        #footer #footer_top .footer_top_block p {
          font-size: calc(20 / 750 * 100vw);
          padding-top: calc(20 / 750 * 100vw);
          padding-bottom: calc(30 / 750 * 100vw); }
        #footer #footer_top .footer_top_block a {
          font-size: calc(24 / 750 * 100vw);
          padding: calc(15 / 750 * 100vw) 0 calc(15 / 750 * 100vw) calc(20 / 750 * 100vw);
          width: calc(254 / 750 * 100vw); }
          #footer #footer_top .footer_top_block a:before {
            font-size: calc(24 / 750 * 100vw); }
          #footer #footer_top .footer_top_block a:after {
            width: calc(14 / 750 * 100vw);
            height: calc(22 / 750 * 100vw);
            right: calc(20 / 750 * 100vw); }
          #footer #footer_top .footer_top_block a:hover:after {
            right: calc(10 / 750 * 100vw); }
    #footer #footer_bottom {
      padding-top: 0;
      padding-bottom: 0; }
      #footer #footer_bottom .footer_menu {
        width: 100%; }
        #footer #footer_bottom .footer_menu .footer_menu_ttl {
          font-size: calc(40 / 750 * 100vw);
          padding: calc(40 / 750 * 100vw) calc(25 / 750 * 100vw);
          margin-bottom: 0;
          border-bottom: 1px solid #000;
          position: relative;
          cursor: pointer; }
          #footer #footer_bottom .footer_menu .footer_menu_ttl:after {
            content: "";
            width: calc(30 / 750 * 100vw);
            height: calc(18 / 750 * 100vw);
            background: url(../images/common/arrow_down.png) 0 0 no-repeat;
            background-size: 100% auto;
            position: absolute;
            right: calc(56 / 750 * 100vw);
            top: 50%;
            -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all  0.3s ease; }
          #footer #footer_bottom .footer_menu .footer_menu_ttl.is-open:after {
            -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg); }
        #footer #footer_bottom .footer_menu .footer_menu_content {
          background-color: #dddddd;
          display: none;
          border-bottom: 1px solid #000; }
        #footer #footer_bottom .footer_menu ul {
          padding: calc(20 / 750 * 100vw) 0; }
          #footer #footer_bottom .footer_menu ul li {
            font-size: calc(24 / 750 * 100vw);
            padding: 0; }
            #footer #footer_bottom .footer_menu ul li > a,
            #footer #footer_bottom .footer_menu ul li > p {
              padding: calc(20 / 750 * 100vw) calc(45 / 750 * 100vw); }
              #footer #footer_bottom .footer_menu ul li > a:after,
              #footer #footer_bottom .footer_menu ul li > p:after {
                width: calc(14 / 750 * 100vw);
                height: calc(22 / 750 * 100vw);
                right: calc(56 / 750 * 100vw); }
              #footer #footer_bottom .footer_menu ul li > a:hover:after,
              #footer #footer_bottom .footer_menu ul li > p:hover:after {
                right: calc(46 / 750 * 100vw); }
              #footer #footer_bottom .footer_menu ul li a .icon_pdf {
                padding-right: calc(50 / 750 * 100vw); }
                #footer #footer_bottom .footer_menu ul li a .icon_pdf:after {
                  width: calc(16 / 750 * 100vw);
                  height: calc(20 / 750 * 100vw); }
    #footer .footer_link {
      padding-bottom: calc(40 / 750 * 100vw); }
      #footer .footer_link .l_flex {
        flex-wrap: wrap; }
      #footer .footer_link small {
        font-size: calc(24 / 750 * 100vw);
        display: block;
        width: 100%;
        order: 2;
        text-align: center; }
      #footer .footer_link ul {
        order: 1;
        display: block;
        width: 100%;
        padding: calc(80 / 750 * 100vw) calc(25 / 750 * 100vw); }
        #footer .footer_link ul li {
          width: 100%;
          padding-right: 0;
          padding-bottom: calc(40 / 750 * 100vw); }
          #footer .footer_link ul li:last-child {
            padding-bottom: 0; }
          #footer .footer_link ul li a {
            display: block;
            padding-left: calc(50 / 750 * 100vw);
            font-size: calc(24 / 750 * 100vw); }
            #footer .footer_link ul li a:after {
              width: calc(24 / 750 * 100vw);
              height: calc(24 / 750 * 100vw); } }

.page-ttl {
  font-weight: 700;
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1;
  padding-top: 20px;
  padding-bottom: 45px; }

@media screen and (max-width: 1340px) {
  .page-ttl {
    font-size: calc(36 / 1340 * 100vw);
    padding-top: calc(20 / 1340 * 100vw);
    padding-bottom: calc(45 / 1340 * 100vw); } }
@media screen and (max-width: 750px) {
  .page-ttl {
    font-size: calc(48 / 750 * 100vw);
    padding-top: calc(40 / 750 * 100vw);
    padding-bottom: calc(60 / 750 * 100vw); } }

#pager {
  margin: 70px auto 0;
  text-align: center;
  font-size: 0; }

#pager a {
  vertical-align: middle;
  display: inline-block;
  cursor: pointer; }

#pager a,
#pager span {
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Lato', sans-serif;
  line-height: 50px;
  padding: 0;
  text-align: center;
  border: 1px solid #BBBBBB;
  vertical-align: middle; }

#pager span.dots {
  border: none; }

#pager span:hover {
  cursor: pointer; }

#pager span.dots:hover {
  cursor: auto; }

#pager .now {
  color: #fff;
  background: #3D6D96;
  border: 1px solid #3D6D96; }
  
#pager .now:hover {
  cursor: auto; }

#pager .prev,
#pager .next {
  width: 9px;
  height: 15px;
  background: none;
  line-height: 0;
  border: none; }
  #pager .prev img,
  #pager .next img {
    width: 100%; }

#pager .prev {
  margin-right: 25px; }

#pager .next {
  margin-left: 25px; }

.page-numbers {
  margin: 0 10px; }

@media screen and (max-width: 1340px) {
  #pager {
    margin: calc( 70 / 1340 * 100vw) auto 0; }
  
  #pager a,
  #pager span {
    width: calc( 50 / 1340 * 100vw);
    height: calc( 50 / 1340 * 100vw);
    font-size: calc(16 / 1340 * 100vw);
    line-height: calc( 50 / 1340 * 100vw); }

  #pager .prev,
  #pager .next {
    width: calc( 9 / 1340 * 100vw);
    height: calc( 15 / 1340 * 100vw); }

  #pager .prev {
    margin-right: calc( 25 / 1340 * 100vw); }

  #pager .next {
    margin-left: calc( 25 / 1340 * 100vw); }

  .page-numbers {
    margin: 0 calc(10 / 1340 * 100vw); } }
@media screen and (max-width: 750px) {
  #pager {
    margin: calc(140 / 750 * 100vw) auto 0; }
  
  #pager a,
  #pager span {
    width: calc(80 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    line-height: calc(80 / 750 * 100vw); }

  #pager .prev,
  #pager .next {
    width: calc(18 / 750 * 100vw);
    height: calc(30 / 750 * 100vw); }

  #pager .prev {
    margin-right: calc(25 / 750 * 100vw); }

  #pager .next {
    margin-left: calc(25 / 750 * 100vw); }

  .page-numbers {
    margin: 0 calc(10 / 750 * 100vw); } }
              
.logout.is-false {
    display: block!important;
}

.logout.is-true {
    display: none!important;
}

.login.is-false {
    display: none!important;
}

.login.is-true {
    display: block!important;
}

#slide_menu_content .user .point .logout.is-false,
#slide_menu_content .user .point .login.is-true {
	display: inline!important;
}

.c_slide_area {
  padding-top: 70px; }
  .c_slide_area .swiper-slide {
    width: 324px; }
  .c_slide_area .item_block a {
    display: block; }
    .c_slide_area .item_block a img {
      margin-bottom: 20px; }
    .c_slide_area .item_block a p {
      line-height: 1.35; }
      
#recently_page {
  overflow: visible;
}
#recently_page .swiper-container {
  overflow: visible;
}
#recently_page .ttl {
  padding-bottom: 20px;
  text-align: center; }
  #recently_page .ttl span {
    display: block; }
  #recently_page .ttl .en {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: 8px; }
  #recently_page .ttl .jp {
    color: #3D6D96;
    font-size: 14px;
    font-size: 1.4rem; }
    
#recently_page .swiper-button-next {
  width: 30px;
  height: 57px;
  background: url(../images/common/slide_next.svg) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
  margin-top: 0; }

#recently_page .swiper-button-prev {
  width: 30px;
  height: 57px;
  background: url(../images/common/slide_prev.svg) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
  margin-top: 0; }
      
@media screen and (max-width: 1340px) {  
  .c_slide_area {
    padding-top: calc(70 / 1340 * 100vw); }
    .c_slide_area .swiper-slide {
      width: calc(324 / 1340 * 100vw); }
    .c_slide_area .item_block a img {
      margin-bottom: calc(20 / 1340 * 100vw); }
      
#recently_page {
  
} 
  #recently_page .ttl {
    padding-bottom: calc(20 / 1340 * 100vw); }
    #recently_page .ttl .en {
      font-size: calc(36 / 1340 * 100vw);
      margin-bottom: calc(8 / 1340 * 100vw); }
    #recently_page .ttl .jp {
      font-size: calc(14 / 1340 * 100vw); }
      
  #recently_page .swiper-button-next {
    width: calc(30 / 1340 * 100vw);
    height: calc(57 / 1340 * 100vw); }

  #recently_page .swiper-button-prev {
    width: calc(30 / 1340 * 100vw);
    height: calc(57 / 1340 * 100vw); }
}

@media screen and (max-width: 750px) {
  .c_slide_area {
    padding-top: calc(130 / 750 * 100vw);
    padding-left: calc(25 / 750 * 100vw); }
    .c_slide_area .swiper-slide {
      width: calc(265 / 750 * 100vw); }
    .c_slide_area .item_block a img {
      margin-bottom: calc(20 / 750 * 100vw); }
    .c_slide_area .item_block a p {
      font-size: calc(24 / 750 * 100vw); }
      
#recently_page {
  overflow: hidden;
  padding-right: calc(25 / 750 * 100vw);
} 
  #recently_page .ttl {
    padding-bottom: calc(40 / 750 * 100vw);
    text-align: left; }
    #recently_page .ttl .en {
      font-size: calc(48 / 750 * 100vw);
      margin-bottom: calc(16 / 750 * 100vw); }
    #recently_page .ttl .jp {
      font-size: calc(24 / 750 * 100vw); }
      
     #recently_page.c_slide_area .swiper-wrapper {
      flex-wrap: wrap; }
 
	 #recently_page.c_slide_area .swiper-slide {
	      width: calc(33.33% - 2px);
	      margin-left: 3px; }
	 
	 #recently_page.c_slide_area .swiper-slide:nth-child(3n+1) {
	      margin-left: 0; }
	      
	 #recently_page.c_slide_area .swiper-slide:nth-child(n+4) {
	      margin-top: 3px; }
	 #recently_page.c_slide_area .swiper-slide:nth-child(n+10) {
	      display: none; }
	 #recently_page.c_slide_area .swiper-slide p {
	      display: none; }
	#recently_page.c_slide_area .swiper-button-next,
	#recently_page.c_slide_area .swiper-button-prev {
		  display: none;
	}
}

[type="hidden"], [type="text"], [type="search"], [type="tel"], [type="url"], [type="email"], [type="password"], [type="datetime"], [type="date"], [type="month"], [type="week"], [type="time"], [type="datetime-local"], [type="number"], select, textarea {
	border: 1px solid #BBBBBB;
    border-radius: 0;
}

[type="text"], [type="search"], [type="tel"], [type="url"], [type="email"], [type="password"], [type="datetime"], [type="date"], [type="month"], [type="week"], [type="time"], [type="datetime-local"], [type="number"], select {
	max-height: 50px;
}

[type="hidden"], [type="text"], [type="search"], [type="tel"], [type="url"], [type="email"], [type="password"], [type="datetime"], [type="date"], [type="month"], [type="week"], [type="time"], [type="datetime-local"], [type="number"], select, textarea {
	font-size: 14px;
    font-size: 1.4rem;
}

@media screen and (max-width: 1340px) {
	[type="text"], [type="search"], [type="tel"], [type="url"], [type="email"], [type="password"], [type="datetime"], [type="date"], [type="month"], [type="week"], [type="time"], [type="datetime-local"], [type="number"], select {
		max-height: calc(50 / 1340 * 100vw);
	}
	[type="hidden"], [type="text"], [type="search"], [type="tel"], [type="url"], [type="email"], [type="password"], [type="datetime"], [type="date"], [type="month"], [type="week"], [type="time"], [type="datetime-local"], [type="number"], select, textarea {
		font-size: calc(14 / 1340 * 100vw);
	}
}

@media screen and (max-width: 750px) {
	[type="text"], [type="search"], [type="tel"], [type="url"], [type="email"], [type="password"], [type="datetime"], [type="date"], [type="month"], [type="week"], [type="time"], [type="datetime-local"], [type="number"], select {
		max-height: calc(80 / 750 * 100vw);
	}
	[type="hidden"], [type="text"], [type="search"], [type="tel"], [type="url"], [type="email"], [type="password"], [type="datetime"], [type="date"], [type="month"], [type="week"], [type="time"], [type="datetime-local"], [type="number"], select, textarea {
		font-size: calc(28 / 750 * 100vw);
	}
}

input, textarea, select {
    background-color: #ffffff;
    color: #111111;
}

.fs-c-radio__radioMark {
    border: 1px solid #BBBBBB;
    border-color: #BBBBBB;
}

a:hover {
    text-decoration: none;
}

.ecbn-selection-image-loading-more,
.ecbn-selection-footer2 {
	display: none!important;
}

.vsm-list .ecbn-selection-widget,
.vsm-item .ecbn-selection-widget,
.vsm-sec .ecbn-selection-widget {
	max-width: 1300px;
	margin: 0 auto;
}

.vsm-list .ecbn-selection-page-wrapper,
.vsm-item .ecbn-selection-page-wrapper,
.vsm-sec .ecbn-selection-page-wrapper {
    margin: 0!important;
}

.vsm-list .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area {
    margin: 0;
    padding-bottom: 70px;
}

.vsm-list .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs {
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

.vsm-list .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li {
	display: block!important;
	width: 200px;
    margin: 0 10px;
    padding: 0;
}

.vsm-list .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li a {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 50px;
    border: 1px solid #BBBBBB;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em; 
    color: #111111!important;
    padding: 0;
}

.vsm-list .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li.ecbn-selection-page-tabs--active a,
.vsm-list .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li a:hover {
    background-color: #3D6D96;
    color: #fff!important;
}

.vsm-list .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li.ecbn-selection-page-tabs--active:before {
    display: none!important;
}

.vsm-list .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-box {
    padding: 0;
}

.vsm-list .vsm-gallery .ecbn-selection-page-wrapper .ecbn-selection-content,
.vsm-sec .vsm-tile .ecbn-selection-page-wrapper .ecbn-selection-content {
    max-width: 1300px;
}

.vsm-item .vsm-tile .ecbn-selection-page-wrapper .ecbn-selection-content,
.vsm-item .vsm-tile-goods .ecbn-selection-page-wrapper .ecbn-selection-content {
    max-width: 1320px;
}

.vsm-list .ecbn-selection-page-wrapper .ecbn-selection-snap,
.vsm-sec .ecbn-selection-page-wrapper .ecbn-selection-snap {
    width: 100%!important;
    height: auto!important;
    display: flex;
    flex-wrap: wrap;
}

.vsm-item .ecbn-selection-page-wrapper .ecbn-selection-snap {
    width: 100%!important;
    height: auto!important;
    display: flex;
    flex-wrap: nowrap;
}

.vsm-list .vsm-gallery .ecbn-selection-page-wrapper li.ecbn-selection-item {
	position: static!important;
    width: calc(25% - 33px);
    height: auto;
    margin-right: 44px;
    margin-bottom: 40px;
    padding: 0;
}

.vsm-item .vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item,
.vsm-item .vsm-tile-goods .ecbn-selection-page-wrapper li.ecbn-selection-item,
.vsm-sec .vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item {
	position: static!important;
    height: auto;
    padding: 0;
}

.vsm-list .vsm-gallery .ecbn-selection-page-wrapper li.ecbn-selection-item:nth-child(4n) {
    margin-right: 0;
}

.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview div.ecbn-selection-preview-overlay {
	opacity: 0.7!important;
}

.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview div.ecbn-selection-preview-wrapper {
	width: 1200px;
}

.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-left {
    width: 630px;
}

.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-right {
    width: 550px;
}

.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-snap-image {
    width: 510px;
    height: 510px;
}

.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview.ecbn-selection-preview-denimlabo_stylingcollection .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-snap-image {
    height: 612px;
}

.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview.ecbn-selection-preview-setto_lookbookcollection .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-snap-image {
    height: 673px;
}

.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .selection-prev-image {
    left: 15px;
}

.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-prevarrow {
    background-image: url(https://momoweb.itembox.design/item/new_temp/images/common/slide_prev.svg);
    background-size: 100% auto;
}

.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-next-image {
    right: 15px;
}

.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-nextarrow {
    background-image: url(https://momoweb.itembox.design/item/new_temp/images/common/slide_next.svg);
    background-size: 100% auto;
}

.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview-slide-wrapper .ecbn-selection-slider-controls-direction a {
    width: 13px;
    height: 23px;
    top: 40%;
    margin-top: -12px;
}

.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview-slide-wrapper .ecbn-selection-slider-prev {
    background-image: url(https://momoweb.itembox.design/item/new_temp/images/common/slide_prev.svg);
    opacity: 1;
}

.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview-slide-wrapper .ecbn-selection-slider-next {
    background-image: url(https://momoweb.itembox.design/item/new_temp/images/common/slide_next.svg);
    opacity: 1;
}

.ecbn-selection-preview-overflow-hidden .ecbn-selection-right div.ecbn-selection-right-header {
    color: #111;
    display: block;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    padding-top: 30px;
    padding-bottom: 15px;
}

.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-comment, 
.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-comment2,
.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-comment3,
.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-name,
.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-productprice {
	font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #111;
    margin-top: 10px;
}

.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-name {
    margin-top: 10px;
}

.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-productprice {
    font-weight: normal;
}

.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-preview-personal .ecbn-selection-preview-media--icon {
   margin-right: 10px;
}

.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-preview-personal .ecbn-selection-preview-media--icon a:before {
	display: none;
}
.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-preview-personal .ecbn-selection-preview-media--icon:before {
	content: " ";
    display: inline-block;
    vertical-align: middle;
    background: url(https://momoweb.itembox.design/item/new_temp/images/common/icon_insta.svg);
    background-size: cover;
    width: 30px;
    height: 30px;
}

.fs-body-category-momotarojeans.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-preview-personal .ecbn-selection-preview-media--icon:before {
    background: url(https://momoweb.itembox.design/item/new_temp/images/common/icon_insta_black.svg);
}

.fs-body-category-japanbluejeans.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-preview-personal .ecbn-selection-preview-media--icon:before {
    background: url(https://momoweb.itembox.design/item/new_temp/images/common/icon_insta_blue.svg);
}

.fs-body-category-setto.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-preview-personal .ecbn-selection-preview-media--icon:before {
    background: url(https://momoweb.itembox.design/item/new_temp/images/common/icon_insta_gray.svg);
}

.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-preview-personal > span:nth-child(2) {
    display: none;
}

.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-preview-personal {
    margin-bottom: 15px;
}

.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-preview-personal span {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}

.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-preview-caption p {
    font-size: 14px;
    font-size: 1.4rem;
}

.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-preview-close {
	width: 40px;
    height: 40px;
    padding-top: 40px;
    overflow: hidden;
    background: url(https://momoweb.itembox.design/item/new_temp/images/sample-detail/icon_close.png) 0 0 no-repeat;
    background-size: 100% auto;
    opacity: 1;
    top: -60px;
    right: 0px;
}

.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-preview-close:before,
.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-preview-close:after {
	display: none;
}

.vsm-list .vsm-gallery.vsm-movie .ecbn-selection-page-wrapper li.ecbn-selection-item,
.vsm-list .vsm-gallery.vsm-movie .ecbn-selection-page-wrapper li.ecbn-selection-item:nth-child(4n) {
	width: calc(20% - 12px)!important;
    height: auto;
    margin-right: 15px!important;
    margin-bottom: 40px;
}

.vsm-list .vsm-gallery.vsm-movie .ecbn-selection-page-wrapper li.ecbn-selection-item:nth-child(5n) {
    margin-right: 0!important;
}

.vsm-list .vsm-gallery.vsm-movie .ecbn-selection-page-wrapper li.ecbn-selection-item > div > a > .vsm_movie_title_wrap:before {
	width: 50px;
	height: 50px;
    padding-top: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(https://momoweb.itembox.design/item/new_temp/images/common/icon_video.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}
.vsm-list .vsm-gallery.vsm-movie .ecbn-selection-page-wrapper li.ecbn-selection-item > div > a > .vsm_movie_title_wrap > span.vsm_movie_title,
.vsm-list .vsm-gallery.vsm-movie .ecbn-selection-page-wrapper li.ecbn-selection-item > div > a > .vsm_movie_title_wrap > span.vsm_movie_sub_title {
	display: none;
}

@media screen and (max-width: 1340px) {
	.vsm-list .ecbn-selection-widget,
	.vsm-item .ecbn-selection-widget,
	.vsm-sec .ecbn-selection-widget {
		max-width: calc(1300 / 1340 * 100vw);
	}
		
	.vsm-list .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area {
	    padding-bottom: calc(70 / 1340 * 100vw);
	}
	
	.vsm-list .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li {
		width: calc(200 / 1340 * 100vw);
	    margin: 0 calc(10 / 1340 * 100vw);
	}
	
	.vsm-list .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li a {
	    height: calc(50 / 1340 * 100vw);
	    font-size: calc(14 / 1340 * 100vw);
	}
	
	.vsm-list .vsm-gallery .ecbn-selection-page-wrapper .ecbn-selection-content,
	.vsm-sec .vsm-tile .ecbn-selection-page-wrapper .ecbn-selection-content {
	    max-width: calc(1300 / 1340 * 100vw);
	}

	.vsm-item .vsm-tile .ecbn-selection-page-wrapper .ecbn-selection-content,
	.vsm-item .vsm-tile-goods .ecbn-selection-page-wrapper .ecbn-selection-content {
	    max-width: calc(1320 / 1340 * 100vw);
	}
		
	.vsm-list .vsm-gallery .ecbn-selection-page-wrapper li.ecbn-selection-item {
	    width: calc(25% - calc(33 / 1340 * 100vw));
	    margin-right: calc(44 / 1340 * 100vw);
	    margin-bottom: calc(40 / 1340 * 100vw);
	}
	
	.vsm-list .vsm-gallery .ecbn-selection-page-wrapper li.ecbn-selection-item:nth-child(4n) {
	    margin-right: 0;
	}
	
	.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview div.ecbn-selection-preview-wrapper {
		width: calc(1200 / 1340 * 100vw);
	}
	
	.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-left {
	    width: calc(630 / 1340 * 100vw);
	}
	
	.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-right {
	    width: calc(550 / 1340 * 100vw);
	}
	
	.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-snap-image {
	    width: calc(510 / 1340 * 100vw);
	    height: calc(510 / 1340 * 100vw);
	}
	
	.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview.ecbn-selection-preview-denimlabo_stylingcollection .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-snap-image {
	    height: calc(612 / 1340 * 100vw);
	}
	
	.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview.ecbn-selection-preview-setto_lookbookcollection .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-snap-image {
	    height: calc(673 / 1340 * 100vw);
	}
	
	.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .selection-prev-image {
	    left: calc(15 / 1340 * 100vw);
	}
	
	.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-next-image {
	    right: calc(15 / 1340 * 100vw);
	}
	
	.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview-slide-wrapper .ecbn-selection-slider-controls-direction a {
	    width: calc(13 / 1340 * 100vw);
	    height: calc(23 / 1340 * 100vw);
	    margin-top: calc(-12 / 1340 * 100vw);
	}
	
	.ecbn-selection-preview-overflow-hidden .ecbn-selection-right div.ecbn-selection-right-header {
	    font-size: calc(16 / 1340 * 100vw);
	    padding-top: calc(30 / 1340 * 100vw);
	    padding-bottom: calc(15 / 1340 * 100vw);
	}
	
	.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-comment, 
	.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-comment2,
	.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-comment3,
	.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-name,
	.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-productprice {
		font-size: calc(12 / 1340 * 100vw);
	    margin-top: calc(10 / 1340 * 100vw);
	}
	
	.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-name {
	    margin-top: calc(10 / 1340 * 100vw);
	}
	
	.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-preview-personal .ecbn-selection-preview-media--icon {
	   margin-right: calc(10 / 1340 * 100vw);
	}
	
	.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-preview-personal .ecbn-selection-preview-media--icon:before {
	    width: calc(30 / 1340 * 100vw);
	    height: calc(30 / 1340 * 100vw);
	}
	
	.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-preview-personal {
	    margin-bottom: calc(15 / 1340 * 100vw);
	}
	
	.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-preview-personal span {
	    font-size: calc(20 / 1340 * 100vw);
	}
	
	.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-preview-caption p {
	    font-size: calc(14 / 1340 * 100vw);
	}
	
	.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-preview-close {
		width: calc(40 / 1340 * 100vw);
	    height: calc(40 / 1340 * 100vw);
	    padding-top: calc(40 / 1340 * 100vw);
	    top: calc(-60 / 1340 * 100vw);
	}
	
	.vsm-list .vsm-gallery.vsm-movie .ecbn-selection-page-wrapper li.ecbn-selection-item,
	.vsm-list .vsm-gallery.vsm-movie .ecbn-selection-page-wrapper li.ecbn-selection-item:nth-child(4n) {
		width: calc(20% - calc(12 / 1340 * 100vw))!important;
	    margin-right: calc(15 / 1340 * 100vw)!important;
	    margin-bottom: calc(40 / 1340 * 100vw);
	}
	
	.vsm-list .vsm-gallery.vsm-movie .ecbn-selection-page-wrapper li.ecbn-selection-item > div > a > .vsm_movie_title_wrap:before {
		width: calc(50 / 1340 * 100vw);
		height: calc(50 / 1340 * 100vw);
	}
}

@media screen and (max-width: 750px) {
	.vsm-list .ecbn-selection-widget,
	.vsm-item .ecbn-selection-widget,
	.vsm-sec .ecbn-selection-widget {
		max-width: 100%;
	}
	
	.vsm-list .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area {
	    padding-bottom: calc(80 / 750 * 100vw);
	}
	
	.vsm-list .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs {
		-webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
	}
	
	.vsm-list .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li {
		width: calc(33.33% - calc(13.33 / 750 * 100vw));
	    margin: 0 calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) 0;
	}
	
	.vsm-list .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li:nth-child(3n) {
		margin-right: 0;
	}
	
	.vsm-list .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li a {
		height: calc(100 / 750 * 100vw);
        font-size: calc(24 / 750 * 100vw);
        line-height: 1.25;
        text-align: center;
	}
	
	.vsm-list .vsm-gallery .ecbn-selection-page-wrapper .ecbn-selection-content,
	.vsm-item .vsm-tile .ecbn-selection-page-wrapper .ecbn-selection-content,
	.vsm-item .vsm-tile-goods .ecbn-selection-page-wrapper .ecbn-selection-content,
	.vsm-sec .vsm-tile .ecbn-selection-page-wrapper .ecbn-selection-content {
	    max-width: 100%;
	}
	
	.vsm-list .ecbn-selection-page-wrapper .ecbn-selection-snap,
	.vsm-item .ecbn-selection-page-wrapper .ecbn-selection-snap,
	.vsm-sec .ecbn-selection-page-wrapper .ecbn-selection-snap {
	    width: 100%!important;
	}
	
	.vsm-list .vsm-gallery .ecbn-selection-page-wrapper li.ecbn-selection-item {
		position: static!important;
	    width: calc(50% - calc(10 / 750 * 100vw));
	    margin-right: calc(20 / 750 * 100vw);
	    margin-bottom: calc(40 / 750 * 100vw);
	}
	
	.vsm-list .vsm-gallery .ecbn-selection-page-wrapper li.ecbn-selection-item:nth-child(4n) {
	    margin-right: calc(20 / 750 * 100vw);
	}
	
	.vsm-list .vsm-gallery .ecbn-selection-page-wrapper li.ecbn-selection-item:nth-child(2n) {
	    margin-right: 0;
	}
	
	.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview div.ecbn-selection-preview-wrapper {
		width: 100%;
		padding: 0 calc(20 / 750 * 100vw);
	}
	
	.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-preview-content {
		margin-top: calc(220 / 750 * 100vw);
		margin-left: 0;
		margin-right: 0;
	}
	
	.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-left {
	    width: 100%;
	}
	
	.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-right {
	    width: 100%;
	}
	
	.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-snap-image {
	    width: 100%;
	    height: auto;
	}
	
	.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview.ecbn-selection-preview-denimlabo_stylingcollection .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-snap-image {
	    width: 100%;
	    height: auto;
	}
	
	.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview.ecbn-selection-preview-setto_lookbookcollection .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-snap-image {
	    width: 100%;
	    height: auto;
	}
	
	.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .selection-prev-image {
	    left: calc(10 / 750 * 100vw);
	}
	
	.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-next-image {
	    right: calc(10 / 750 * 100vw);
	}
	
	.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview-slide-wrapper .ecbn-selection-slider-controls-direction a {
	    width: calc(26 / 750 * 100vw);
	    height: calc(46 / 750 * 100vw);
	    top: 40%;
	    margin-top: calc(-24 / 750 * 100vw);
	}
	
	.ecbn-selection-preview-overflow-hidden .ecbn-selection-right div.ecbn-selection-right-header {
	    font-size: calc(28 / 750 * 100vw);
	    padding-top: 0;
	    padding-bottom: calc(80 / 750 * 100vw);
	}
	
	.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list {
		width: 100% !important;
	}
	
	.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item {
		width: 47%;
		margin: 0 0 calc(50 / 750 * 100vw);
	}
	
	.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item:nth-child(2n) {
		margin-left: 6%;
	}
	
	.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-content,
	.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-img {
		width: 100%;
	}
	
	.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-comment, 
	.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-comment2,
	.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-comment3,
	.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-name,
	.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-productprice {
		font-size: calc(24 / 750 * 100vw);
	    margin-top: calc(20 / 750 * 100vw);
	}
	
	.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-name {
	    margin-top: calc(20 / 750 * 100vw);
	}
	
	.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-preview-personal .ecbn-selection-preview-media--icon {
	   margin-right: calc(20 / 750 * 100vw);
	}
	
	.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-preview-personal .ecbn-selection-preview-media--icon:before {
	    width: calc(60 / 750 * 100vw);
	    height: calc(60 / 750 * 100vw);
	}
		
	.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-preview-personal {
	    margin-bottom: calc(20 / 750 * 100vw);
	}
	
	.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-preview-personal span {
	    font-size: calc(40 / 750 * 100vw);
	}
	
	.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-preview-caption p {
	    font-size: calc(24 / 750 * 100vw);
	}
	
	.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview .ecbn-selection-preview-close {
		width: calc(80 / 750 * 100vw);
	    height: calc(80 / 750 * 100vw);
	    padding-top: 0;
	    top: calc(110 / 750 * 100vw);
	    right: calc(20 / 750 * 100vw);
	}
	.vsm-list .vsm-gallery.vsm-movie {
	    padding-right: 0;
	    padding-left: 0;
	}
	.vsm-list .vsm-gallery.vsm-movie .ecbn-selection-page-wrapper li.ecbn-selection-item,
	.vsm-list .vsm-gallery.vsm-movie .ecbn-selection-page-wrapper li.ecbn-selection-item:nth-child(4n) {
		width: calc(50% - calc(10 / 750 * 100vw))!important;
	    height: auto;
	    margin-right: calc(20 / 750 * 100vw)!important;
	    margin-left: 0!important;
	    margin-bottom: calc(40 / 750 * 100vw);
	}
	
	.vsm-list .vsm-gallery.vsm-movie .ecbn-selection-page-wrapper li.ecbn-selection-item:nth-child(4n) {
	    margin-right: calc(20 / 750 * 100vw)!important;
	}
	
	.vsm-list .vsm-gallery.vsm-movie .ecbn-selection-page-wrapper li.ecbn-selection-item:nth-child(5n) {
	    margin-right: calc(20 / 750 * 100vw)!important;
	}
	
	.vsm-list .vsm-gallery.vsm-movie .ecbn-selection-page-wrapper li.ecbn-selection-item:nth-child(2n) {
	    margin-right: 0!important;
	}
	
	.vsm-list .vsm-gallery.vsm-movie .ecbn-selection-page-wrapper li.ecbn-selection-item > div > a > .vsm_movie_title_wrap:before {
		width: calc(80 / 750 * 100vw);
		height: calc(80 / 750 * 100vw);
	}
}

#styling.vsm-sec .vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item {
	width: calc(25% - 1.8%)!important;
	margin-left: 2.4%;
	margin-bottom: 2.4%;
}

#styling.vsm-sec .vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item:nth-child(4n+1) {
	margin-left: 0;
}

#styling.vsm-sec .vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item:nth-child(n+5) {
	margin-bottom: 0;
}

#styling.vsm-sec .vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item:nth-child(n+9) {
	display: none;
}

#styling.vsm-item .vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item > div > a,
#styling.vsm-item .vsm-tile-goods .ecbn-selection-page-wrapper li.ecbn-selection-item > div > a,
#styling.vsm-sec .vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item > div > a {
    padding-top: 120%;
}

#photo.vsm-sec .vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item {
	width: calc(20% - 2px)!important;
	margin-left: 2px;
	margin-bottom: 2px;
}

#photo.vsm-sec .vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item:nth-child(5n+1) {
	margin-left: 0;
}

#photo.vsm-sec .vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item:nth-child(n+6) {
	margin-bottom: 0;
}

#video.vsm-item .vsm-tile.vsm-movie,
#video.vsm-item .vsm-tile-goods.vsm-movie,
#video.vsm-sec .vsm-tile.vsm-movie {
	border: none!important;
}

#video.vsm-sec .vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item {
	width: calc(20% - 2px);
	margin-left: 2px;
	margin-bottom: 2px;
	margin-right: 0;
}

#video.vsm-item .vsm-tile.vsm-movie .ecbn-selection-page-wrapper li.ecbn-selection-item > div > a,
#video.vsm-item .vsm-tile-goods.vsm-movie .ecbn-selection-page-wrapper li.ecbn-selection-item > div > a,
#video.vsm-sec .vsm-tile.vsm-movie .ecbn-selection-page-wrapper li.ecbn-selection-item > div > a {
    width: 100%;
    height: auto;
    padding-top: 0;
}

#video.vsm-item .vsm-tile.vsm-movie .ecbn-selection-page-wrapper .ecbn-selection-content,
#video.vsm-item .vsm-tile-goods.vsm-movie .ecbn-selection-page-wrapper .ecbn-selection-content,
#video.vsm-sec .vsm-tile.vsm-movie .ecbn-selection-page-wrapper .ecbn-selection-content {
	min-height: auto!important;
}

#video.vsm-item .vsm-tile.vsm-movie .ecbn-selection-item .ecbn-selection-detail--free-comment,
#video.vsm-item .vsm-tile-goods.vsm-movie .ecbn-selection-item .ecbn-selection-detail--free-comment,
#video.vsm-sec .vsm-tile.vsm-movie .ecbn-selection-item .ecbn-selection-detail--free-comment {
	display: none!important;
}

#video.vsm-item .vsm-tile.vsm-movie .ecbn-selection-page-wrapper li.ecbn-selection-item > div > a > .vsm_movie_title_wrap:before,
#video.vsm-item .vsm-tile-goods.vsm-movie .ecbn-selection-page-wrapper li.ecbn-selection-item > div > a > .vsm_movie_title_wrap:before,
#video.vsm-sec .vsm-tile.vsm-movie .ecbn-selection-page-wrapper li.ecbn-selection-item > div > a > .vsm_movie_title_wrap:before {
	width: 50px;
	height: 50px;
    padding-top: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(https://momoweb.itembox.design/item/new_temp/images/common/icon_video.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

#video.vsm-item .vsm-tile.vsm-movie .ecbn-selection-page-wrapper li.ecbn-selection-item > div > a > .vsm_movie_title_wrap > span.vsm_movie_title,
#video.vsm-item .vsm-tile.vsm-movie .ecbn-selection-page-wrapper li.ecbn-selection-item > div > a > .vsm_movie_title_wrap > span.vsm_movie_sub_title,
#video.vsm-item .vsm-tile-goods.vsm-movie .ecbn-selection-page-wrapper li.ecbn-selection-item > div > a > .vsm_movie_title_wrap > span.vsm_movie_title,
#video.vsm-item .vsm-tile-goods.vsm-movie .ecbn-selection-page-wrapper li.ecbn-selection-item > div > a > .vsm_movie_title_wrap > span.vsm_movie_sub_title,
#video.vsm-sec .vsm-tile.vsm-movie .ecbn-selection-page-wrapper li.ecbn-selection-item > div > a > .vsm_movie_title_wrap > span.vsm_movie_title,
#video.vsm-sec .vsm-tile.vsm-movie .ecbn-selection-page-wrapper li.ecbn-selection-item > div > a > .vsm_movie_title_wrap > span.vsm_movie_sub_title {
	display: none!important;
}

#video.vsm-item .vsm-tile.vsm-movie .ecbn-selection-page-wrapper li.ecbn-selection-item > div > a > .vsm_movie_title_wrap > span.vsm_movie_sub_title,
#video.vsm-item .vsm-tile-goods.vsm-movie .ecbn-selection-page-wrapper li.ecbn-selection-item > div > a > .vsm_movie_title_wrap > span.vsm_movie_sub_title,
#video.vsm-sec .vsm-tile.vsm-movie .ecbn-selection-page-wrapper li.ecbn-selection-item > div > a > .vsm_movie_title_wrap > span.vsm_movie_sub_title {
	font-size: 15px;
    font-size: 1.5rem;
	padding: 25px 10px 25px 10px;
}

#video.vsm-item .ecbn-selection-page-wrapper .ecbn-selection-snap {
	flex-wrap: nowrap;
}
	
.vsm-list .vsm-gallery.vsm-movie .ecbn-selection-item .ecbn-selection-detail--free-comment:nth-child(2) {
	display: none!important;
}

.vsm-list .vsm-gallery.vsm-movie .ecbn-selection-item .ecbn-selection-detail--free-comment:nth-child(3) {
	display: none!important;
}

.vsm-list .vsm-gallery.vsm-movie .ecbn-selection-item .ecbn-selection-detail--free-comment1 {
	display: block!important;
	padding: 10px 0 0 0!important;
	margin: 0!important;
}

.vsm-list .vsm-gallery.vsm-movie .ecbn-selection-item .ecbn-selection-detail--free-comment1 .ecbn-selection-free-comment {
	padding: 0!important;
	margin: 0!important;
	font-size: 14px;
    font-size: 1.4rem;
}

@media screen and (max-width: 1340px) {
	/*
	#styling.vsm-sec .vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item {
		width: calc(25% - calc(24 / 1340 * 100vw))!important;
		margin-left: calc(32 / 1340 * 100vw);
		margin-bottom: calc(32 / 1340 * 100vw);
	}
	*/
	#photo.vsm-sec .vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item {
		width: calc(20% - calc(2 / 1340 * 100vw))!important;
		margin-left: calc(2 / 1340 * 100vw);
		margin-bottom: calc(2 / 1340 * 100vw);
	}
	#video.vsm-item .vsm-tile.vsm-movie .ecbn-selection-page-wrapper li.ecbn-selection-item > div > a > .vsm_movie_title_wrap:before,
	#video.vsm-item .vsm-tile-goods.vsm-movie .ecbn-selection-page-wrapper li.ecbn-selection-item > div > a > .vsm_movie_title_wrap:before,
	#video.vsm-sec .vsm-tile.vsm-movie .ecbn-selection-page-wrapper li.ecbn-selection-item > div > a > .vsm_movie_title_wrap:before {
		width: calc(50 / 1340 * 100vw);
		height: calc(50 / 1340 * 100vw);
	}
	#video.vsm-sec .vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item {
		width: calc(20% - calc(2 / 1340 * 100vw));
		margin-left: calc(2 / 1340 * 100vw);
		margin-bottom: calc(2 / 1340 * 100vw);
	}
	#video.vsm-item .vsm-tile.vsm-movie .ecbn-selection-page-wrapper li.ecbn-selection-item > div > a > .vsm_movie_title_wrap > span.vsm_movie_sub_title,
	#video.vsm-item .vsm-tile-goods.vsm-movie .ecbn-selection-page-wrapper li.ecbn-selection-item > div > a > .vsm_movie_title_wrap > span.vsm_movie_sub_title,
	#video.vsm-sec .vsm-tile.vsm-movie .ecbn-selection-page-wrapper li.ecbn-selection-item > div > a > .vsm_movie_title_wrap > span.vsm_movie_sub_title {
		font-size: calc(15 / 1340 * 100vw);
		padding: calc(25 / 1340 * 100vw) calc(10 / 1340 * 100vw) calc(25 / 1340 * 100vw) calc(10 / 1340 * 100vw);
	}
	.vsm-list .vsm-gallery.vsm-movie .ecbn-selection-item .ecbn-selection-detail--free-comment1 {
		padding: calc(10 / 1340 * 100vw) 0 0 0!important;
	}
	.vsm-list .vsm-gallery.vsm-movie .ecbn-selection-item .ecbn-selection-detail--free-comment1 .ecbn-selection-free-comment {
		font-size: calc(14 / 1340 * 100vw);
	}
}

@media screen and (max-width: 750px) {
	#styling.vsm-sec .vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item {
		width: calc(50% - calc(10 / 750 * 100vw))!important;
		margin-left: calc(20 / 750 * 100vw);
		margin-bottom: calc(40 / 750 * 100vw);
	}
	#styling.vsm-sec .vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item:nth-child(4n+1) {
		margin-left: calc(20 / 750 * 100vw);
	}
	#styling.vsm-sec .vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item:nth-child(n+5) {
		margin-bottom: calc(40 / 750 * 100vw);
	}
	#styling.vsm-sec .vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item:nth-child(2n+1) {
		margin-left: 0;
	}
	#styling.vsm-sec .vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item:nth-child(n+9) {
		display: block;
		margin-bottom: 0;
	}
	#styling.vsm-sec .vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item:nth-child(n+11) {
		display: none!important;
	}
	#photo.vsm-sec .vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item {
		width: calc(33.33% - 1px)!important;
		margin-left: 1px;
		margin-bottom: 1px;
	}
	#photo.vsm-sec .vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item:nth-child(5n+1) {
		margin-left: 1px;
	}
	
	#photo.vsm-sec .vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item:nth-child(n+6) {
		margin-bottom: 1px;
	}
	#photo.vsm-sec .vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item:nth-child(3n+1) {
		margin-left: 0;
	}
	#photo.vsm-sec .vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item:nth-child(n+7) {
		margin-bottom: 0;
	}
	#photo.vsm-sec .vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item:nth-child(n+10) {
		display: none!important;
	}
	#video.vsm-item .vsm-tile.vsm-movie .ecbn-selection-page-wrapper li.ecbn-selection-item > div > a > .vsm_movie_title_wrap:before,
	#video.vsm-item .vsm-tile-goods.vsm-movie .ecbn-selection-page-wrapper li.ecbn-selection-item > div > a > .vsm_movie_title_wrap:before,
	#video.vsm-sec .vsm-tile.vsm-movie .ecbn-selection-page-wrapper li.ecbn-selection-item > div > a > .vsm_movie_title_wrap:before {
		width: calc(80 / 750 * 100vw);
		height: calc(80 / 750 * 100vw);
	}
	#video.vsm-item .vsm-tile.vsm-movie .ecbn-selection-page-wrapper li.ecbn-selection-item > div > a > .vsm_movie_title_wrap > span.vsm_movie_sub_title,
	#video.vsm-item .vsm-tile-goods.vsm-movie .ecbn-selection-page-wrapper li.ecbn-selection-item > div > a > .vsm_movie_title_wrap > span.vsm_movie_sub_title,
	#video.vsm-sec .vsm-tile.vsm-movie .ecbn-selection-page-wrapper li.ecbn-selection-item > div > a > .vsm_movie_title_wrap > span.vsm_movie_sub_title {
		font-size: calc(16 / 750 * 100vw);
		padding: calc(30 / 750 * 100vw) calc(10 / 750 * 100vw) calc(30 / 750 * 100vw) calc(10 / 750 * 100vw);
	}
	#video.vsm-item .ecbn-selection-page-wrapper .ecbn-selection-snap,
	#video.vsm-sec .ecbn-selection-page-wrapper .ecbn-selection-snap {
		flex-wrap: nowrap;
	}
	#video.vsm-item .vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item,
	#video.vsm-item .vsm-tile-goods .ecbn-selection-page-wrapper li.ecbn-selection-item,
	#video.vsm-sec .vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item {
		margin-left: 0;
	}
	.vsm-list .vsm-gallery.vsm-movie .ecbn-selection-item .ecbn-selection-detail--free-comment1 {
		padding: calc(20 / 750 * 100vw) 0 0 0!important;
	}
	.vsm-list .vsm-gallery.vsm-movie .ecbn-selection-item .ecbn-selection-detail--free-comment1 .ecbn-selection-free-comment {
		font-size: calc(24 / 750 * 100vw);
	}
	#video .swiper-button-prev {
	    width: calc(30 / 750 * 100vw)!important;
	    height: calc(57 / 750 * 100vw)!important;
	    left: calc(20 / 750 * 100vw)!important;
		background: url(../images/common/slide_prev.svg) 0 0 no-repeat!important;
		background-size: 100% auto!important;
		position: absolute!important;
		top: 50%!important;
		-webkit-transform: translateY(-50%)!important;
		transform: translateY(-50%)!important;
		z-index: 100!important;
		margin-top: 0!important;
	}
	#video .swiper-button-next {
	    width: calc(30 / 750 * 100vw)!important;
	    height: calc(57 / 750 * 100vw)!important;
	    right: calc(20 / 750 * 100vw)!important;
		background: url(../images/common/slide_next.svg) 0 0 no-repeat!important;
		background-size: 100% auto!important;
		position: absolute!important;
		top: 50%!important;
		-webkit-transform: translateY(-50%)!important;
		transform: translateY(-50%)!important;
		z-index: 100!important;
		margin-top: 0!important;
	}
}

@media screen and (min-width: 751px) {
	#video.vsm-sec .vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item {
		width: calc(20% - 2px)!important;
	}
}


a.link_blue {
  color: #3D6D96 !important;
  text-decoration: underline;
}

#momotaro_popup {
  position: relative;
  background: #ffffff;
  padding: 70px 20px 50px;
  width: auto;
  max-width: 500px;
  margin: 0 auto;
}

#momotaro_popup .momotaro_popup_logo {
  margin-bottom: 30px;
  text-align: center;
}

#momotaro_popup .momotaro_popup_logo img {
  width: 349px;
  height: auto;
}

#momotaro_popup .momotaro_popup_txt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.66;
  letter-spacing: 0.1em;
  text-align: center;
}

#momotaro_popup .momotaro_popup_link {
  margin-top: 30px;
}

#momotaro_popup .momotaro_popup_link a {
  display: block;
  width: 200px;
  height: 44px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 44px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  background-color: #000;
  margin: 0 auto;
}

#momotaro_popup .momotaro_popup_link a:hover {
  opacity: 0.7;
}

#momotaro_popup .mfp-close {
  display: block!important;
  width: 21px;
  height: 21px;
  opacity: 1;
  background: url("https://momoweb.itembox.design/item/new_temp/images/common/momotaro_popup_close.png") center center;
  background-size: cover;
  line-height: 0;
  padding: 0;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
	.mfp-container {
        padding: calc(40 / 750* 100vw) calc(20 / 750* 100vw);
    }
    #momotaro_popup {
	  padding: 70px 10px 50px;
	  width: 100%;
	  max-width: none;
	}
	
	#momotaro_popup .momotaro_popup_logo {
	  margin-bottom: 30px;
	  text-align: center;
	}
	
	#momotaro_popup .momotaro_popup_logo img {
	  width: 100%;
	  max-width: 263px;
	  height: auto;
	}
	
	#momotaro_popup .momotaro_popup_txt {
	  font-size: 12px;
	  font-size: 1.2rem;
	  line-height: 2.5;
	}
	
	#momotaro_popup .momotaro_popup_link {
	  margin-top: 20px;
	}
	
	#momotaro_popup .momotaro_popup_link a {
	  width: 200px;
	  height: 44px;
	  font-size: 12px;
	  font-size: 1.2rem;
	  line-height: 44px;
	}
}