@charset "UTF-8";
/*Add font ================================*/
@font-face {
  font-family: "Noto Sans JP-Light";
  font-display: swap;
  src: url("../fonts/Noto Sans JP-Light.eot#iefix") format("embedded-opentype"), url("../fonts/Noto Sans JP-Light.otf") format("opentype"), url("../fonts/Noto Sans JP-Light.woff2") format("woff2"), url("../fonts/Noto Sans JP-Light.woff") format("woff"), url("../fonts/Noto Sans JP-Light.ttf") format("truetype"), url("../fonts/Noto Sans JP-Light.svg#Noto Sans JP-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  src: url("../fonts/Noto Sans JP.eot#iefix") format("embedded-opentype"), url("../fonts/Noto Sans JP.otf") format("opentype"), url("../fonts/Noto Sans JP.woff2") format("woff2"), url("../fonts/Noto Sans JP.woff") format("woff"), url("../fonts/Noto Sans JP.ttf") format("truetype"), url("../fonts/Noto Sans JP.svg#Noto Sans JP") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP-Medium";
  font-display: swap;
  src: url("../fonts/Noto Sans JP-Medium.eot#iefix") format("embedded-opentype"), url("../fonts/Noto Sans JP-Medium.otf") format("opentype"), url("../fonts/Noto Sans JP-Medium.woff2") format("woff2"), url("../fonts/Noto Sans JP-Medium.woff") format("woff"), url("../fonts/Noto Sans JP-Medium.ttf") format("truetype"), url("../fonts/Noto Sans JP-Medium.svg#Noto Sans JP-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP-Bold";
  font-display: swap;
  src: url("../fonts/Noto Sans JP-Bold.eot#iefix") format("embedded-opentype"), url("../fonts/Noto Sans JP-Bold.otf") format("opentype"), url("../fonts/Noto Sans JP-Bold.woff2") format("woff2"), url("../fonts/Noto Sans JP-Bold.woff") format("woff"), url("../fonts/Noto Sans JP-Bold.ttf") format("truetype"), url("../fonts/Noto Sans JP-Bold.svg#Noto Sans JP-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP-Black";
  font-display: swap;
  src: url("../fonts/Noto Sans JP-Black.eot#iefix") format("embedded-opentype"), url("../fonts/Noto Sans JP-Black.otf") format("opentype"), url("../fonts/Noto Sans JP-Black.woff2") format("woff2"), url("../fonts/Noto Sans JP-Black.woff") format("woff"), url("../fonts/Noto Sans JP-Black.ttf") format("truetype"), url("../fonts/Noto Sans JP-Black.svg#Noto Sans JP-Black") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NotoSerifJP-Bold";
  font-display: swap;
  src: url("../fonts/NotoSerifJP-Bold.eot#iefix") format("embedded-opentype"), url("../fonts/NotoSerifJP-Bold.otf") format("opentype"), url("../fonts/NotoSerifJP-Bold.woff2") format("woff2"), url("../fonts/NotoSerifJP-Bold.woff") format("woff"), url("../fonts/NotoSerifJP-Bold.ttf") format("truetype"), url("../fonts/NotoSerifJP-Bold.svg#NotoSerifJP-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*End Add font ================================*/
html {
  font-size: 14.5px;
}
@media (max-width: 992px) {
  html {
    font-size: calc(15px + .2vw);
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 769px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1140px;
  }
}
* {
  line-height: 150%;
  box-sizing: border-box;
}

button:hover, button:focus, input:hover, input:focus, .btn:hover, .btn:focus {
  outline: none;
  box-shadow: none;
}

img[data-src]:not(.lazyloaded) {
  width: 5px !important;
  height: 5px !important;
}

.img_bo_t,
.img_bo_b {
  position: relative;
  height: 7px;
  margin: 0px 7px;
  background: url(../images/pic_bo_tb.gif) repeat-x top;
  z-index: 0;
}

.img_bo_b {
  background-position: bottom left;
}

.img_bo_t .img_bo_tl,
.img_bo_t .img_bo_tr,
.img_bo_b .img_bo_bl,
.img_bo_b .img_bo_br {
  position: absolute;
  width: 7px;
  height: 7px;
  background: url(../images/pic_bo.png) no-repeat 0px 0px;
  top: 0px;
}

.img_bo_t .img_bo_tl {
  left: -7px;
}

.img_bo_t .img_bo_tr {
  background-position: right top;
  right: -7px;
}

.img_bo_b .img_bo_bl {
  background-position: left bottom;
  left: -7px;
}

.img_bo_b .img_bo_br {
  background-position: right bottom;
  right: -7px;
}

.img_bo_m {
  position: relative;
  z-index: 1;
  padding: 0px 7px;
}

.img_bo_m .img_bo_l,
.img_bo_m .img_bo_r {
  position: absolute;
  width: 7px;
  height: 100%;
  background: url(../images/pic_bo_lr.gif) repeat-y left;
  top: 0px;
  z-index: 0;
}

.img_bo_m .img_bo_l {
  left: 0px;
}

.img_bo_m .img_bo_r {
  background-position: right top;
  right: 0px;
}

.limit {
  overflow: hidden;
}

img {
  margin: 0;
  padding: 0;
  border: none;
}

img.img_full_size {
  width: 100% !important;
  height: auto !important;
}

img.img_max_width {
  max-width: 100% !important;
  height: auto !important;
}

img.img_fleft {
  float: left;
}

img.img_fright {
  float: right;
}

.img > a {
  display: inline-block;
  overflow: hidden;
}

.justify {
  text-align: justify;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.nostart {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

br.clear {
  clear: both;
  margin-top: -15px;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

a {
  outline: none;
  text-decoration: none;
  color: inherit;
  transition: all 300ms ease-out 0s;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

.fl_left {
  float: left;
}

.fl_right {
  float: right;
}

.imgl, .imgr {
  border: 1px solid #C7C5C8;
  padding: 5px;
}

.imgl {
  float: left;
  margin: 0 8px 8px 0;
  clear: left;
}

.imgr {
  float: right;
  margin: 0 0 8px 8px;
  clear: right;
}

.input_hidden {
  height: 0px;
  border: none;
  font-size: 0px;
  background: none;
}

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

p {
  margin: 0px 0px;
  padding: 5px 0px;
}

ul.list_none {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.input_hidden {
  height: 0px !important;
  border: none !important;
  font-size: 0px !important;
  background: none !important;
  padding: 0px !important;
  margin: 0px !important;
}

table {
  table-layout: fixed;
}

.table-responsive {
  width: 100%;
  overflow: auto;
}

table.tablescroll > tbody,
table.tablescroll > thead,
table.tablescroll > tfoot {
  display: block;
  width: 100%;
}

table.tablescroll > thead,
table.tablescroll > tfoot {
  /*    padding-right: 17px;*/
}

table.tablescroll > tbody {
  overflow-y: scroll;
  overflow-x: hidden;
}

table.tablescroll > tbody > tr,
table.tablescroll > thead > tr,
table.tablescroll > tfoot > tr {
  display: table;
  width: 100%;
}

.no-spinners {
  -moz-appearance: textfield;
}

.no-spinners::-webkit-outer-spin-button,
.no-spinners::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .table-responsive {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
    Label the data
    You could also use a data-* attribute and content for this. That way "bloats" the HTML, this way means you need to keep HTML and CSS in sync. Lea Verou has a clever way to handle with text-shadow.
    */
    /*td:nth-of-type(1):before { content: "First Name"; }*/
  }
  .table-responsive table, .table-responsive thead, .table-responsive tbody, .table-responsive th, .table-responsive td, .table-responsive tr {
    display: block;
  }
  .table-responsive thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table-responsive tr {
    margin: 0 0 1rem 0;
  }
  .table-responsive tr:nth-child(odd) {
    background: #ccc;
  }
  .table-responsive td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
  }
  .table-responsive td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    /*width: 45%;*/
    padding-right: 10px;
    white-space: nowrap;
  }
  .table-responsive .table .cart_row .price_format,
.table-responsive .table .cart_row .quantity {
    float: none;
  }
  .table-responsive td:nth-of-type(1) {
    background: #fff;
    display: flex;
  }
  .table-responsive td:nth-of-type(2):before,
.table-responsive td:nth-of-type(3):before,
.table-responsive td:nth-of-type(4):before,
.table-responsive td:nth-of-type(5):before {
    content: attr(title);
  }
}
:focus {
  outline: none;
}

.input-effect {
  position: relative;
}

.effect-1 {
  border: 0;
  padding: 7px 0;
  border-bottom: 1px solid #ccc;
}

.effect-1 ~ .focus-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #dc8b3c;
  transition: 0.4s;
}

.effect-1:focus ~ .focus-border {
  width: 100%;
  transition: 0.4s;
}

.effect-20 {
  border: 1px solid #ccc;
  padding: 7px 14px;
  transition: 0.4s;
  background: transparent;
}

.effect-20 ~ .focus-border:before,
.effect-20 ~ .focus-border:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffa200;
  transition: 0.3s;
}

.effect-20 ~ .focus-border:after {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}

.effect-20 ~ .focus-border i:before,
.effect-20 ~ .focus-border i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  background-color: #ffa200;
  transition: 0.4s;
}

.effect-20 ~ .focus-border i:after {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}

.effect-20:focus ~ .focus-border:before,
.effect-20:focus ~ .focus-border:after,
.has-content.effect-20 ~ .focus-border:before,
.has-content.effect-20 ~ .focus-border:after {
  width: 100%;
  transition: 0.3s;
}

.effect-20:focus ~ .focus-border i:before,
.effect-20:focus ~ .focus-border i:after,
.has-content.effect-20 ~ .focus-border i:before,
.has-content.effect-20 ~ .focus-border i:after {
  height: 100%;
  transition: 0.4s;
}

.effect-20 ~ label {
  position: absolute;
  left: 0;
  width: 100%;
  top: 1px;
  color: #aaa;
  transition: 0.3s;
  z-index: -1;
  letter-spacing: 0.5px;
}

.effect-20:focus ~ label, .has-content.effect-20 ~ label {
  top: -25px;
  left: 0;
  font-size: 12px;
  color: inherit;
  transition: 0.3s;
}

.lds-facebook {
  display: inline-block;
  position: relative;
  width: 84px;
  height: 64px;
}

.lds-facebook div {
  display: inline-block;
  position: absolute;
  width: 26px;
  background: #fff;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
  left: -2px;
  animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
  left: 29px;
  animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
  left: 60px;
  animation-delay: 0;
}

@keyframes lds-facebook {
  0% {
    top: 24px;
    height: 10px;
  }
  50%, 100% {
    top: 28px;
    height: 3px;
  }
}
.rainbow-text {
  background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
}

.loader {
  height: 8px;
  width: 7.5rem;
  position: relative;
  overflow: hidden;
  background: url(../../images/line.png) center center no-repeat;
  background-size: 100% 100%;
  position: fixed;
  top: 210px;
}

.loader:before {
  display: block;
  position: absolute;
  content: "";
  left: -100%;
  bottom: 0%;
  width: 30%;
  height: 2px;
  background-color: #CF152D;
  animation: loading 2s linear infinite;
}

@keyframes loading {
  from {
    left: -20px;
    width: 15%;
  }
  50% {
    width: 20%;
  }
  70% {
    width: 25%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}
@keyframes colorCycle {
  0% {
    color: #228be6;
  }
  12.5% {
    color: #12b886;
  }
  25% {
    color: #40c057;
  }
  37.5% {
    color: #ffd43b;
  }
  50% {
    color: #fd7e14;
  }
  62.5% {
    color: #fa5252;
  }
  75% {
    color: #f783ac;
  }
  87.5% {
    color: #7950f2;
  }
  100% {
    color: #228be6;
  }
}
.colorCycle {
  animation-name: colorCycle;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}

@keyframes shadowCycle {
  0% {
    box-shadow: 3px 3px 30px rgba(34, 139, 230, 0.5);
  }
  12.5% {
    box-shadow: 3px 3px 30px rgba(18, 184, 134, 0.5);
  }
  25% {
    box-shadow: 3px 3px 30px rgba(64, 192, 87, 0.5);
  }
  37.5% {
    box-shadow: 3px 3px 30px rgba(255, 212, 59, 0.5);
  }
  50% {
    box-shadow: 3px 3px 30px rgba(253, 126, 20, 0.5);
  }
  62.5% {
    box-shadow: 3px 3px 30px rgba(250, 82, 82, 0.5);
  }
  75% {
    box-shadow: 3px 3px 30px rgba(247, 131, 172, 0.5);
  }
  87.5% {
    box-shadow: 3px 3px 30px rgba(121, 80, 242, 0.5);
  }
  100% {
    box-shadow: 3px 3px 30px rgba(34, 139, 230, 0.5);
  }
}
.shadowCycle {
  animation-name: shadowCycle;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes phonering-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@keyframes phonering-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes phonering-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes scrollDown {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(30px);
    opacity: 0;
  }
}
.moveDown {
  animation: scrollDown 2s ease-in-out infinite;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(5px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateX(-30px);
    opacity: 0;
  }
}
.moveLeft {
  animation: scrollLeft 2s ease-in-out infinite;
}

@keyframes scrollRight {
  0% {
    transform: translateX(-10px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateX(30px);
    opacity: 0;
  }
}
.moveRight {
  animation: scrollRight 2s ease-in-out infinite;
}

@media (max-width: 991.98px) {
  ul.ul-select {
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: relative;
  }
  ul.ul-select:after {
    content: "";
    font: 400 1.2413793103rem/150% "Font Awesome 5 Pro";
    color: #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  ul.ul-select li {
    display: none;
    flex: 0 0 100%;
    max-width: 100%;
  }
  ul.ul-select li.active {
    align-items: center;
    border: 1px solid #111;
    border-radius: 3px;
    box-shadow: 0 0 2px #aaa;
    color: #111;
    display: flex;
    justify-content: space-between;
  }
  ul.ul-select li a {
    flex: 0 0 100%;
    max-width: 100%;
  }
  ul.ul-select.active {
    border: 1px solid #aaa;
  }
  ul.ul-select.active:after {
    content: unset;
  }
  ul.ul-select.active li {
    border: none;
    box-shadow: none;
    display: block;
  }
  ul.ul-select.active li.active a {
    color: #1f70e5 !important;
    background: transparent !important;
  }

  #selected--ul-select {
    font: 700 1.2413793103rem/150% NotoSansJP-Regular, sans-serif;
    white-space: nowrap;
    background: transparent;
    color: #333;
    border: 0;
    position: relative;
  }
  #selected--ul-select:after {
    content: "";
    font: 400 1.2413793103rem/150% "Font Awesome 5 Pro";
    color: #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  #selected--ul-select:hover, #selected--ul-select.active {
    color: #fff;
    background: #1f70e5;
  }
  #selected--ul-select.active {
    border: 1px solid #111;
    box-shadow: 0 0 2px #aaa;
    padding: 0.5rem 1rem;
  }
}
@media (min-width: 992px) {
  #selected--ul-select {
    display: none;
  }
}
nav a.text-dark {
  color: unset !important;
}

/* Custom animation */
.fancybox-fx-material.fancybox-slide--previous,
.fancybox-fx-material.fancybox-slide--next {
  transform: translateY(-60px) scale(1.1);
  opacity: 0;
}

.fancybox-fx-material.fancybox-slide--current {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.fc-content {
  margin: 20px;
  max-width: 550px;
  padding: 20px;
  padding-bottom: 0;
  box-shadow: 10px 10px 60px -25px;
  border-radius: 4px;
}
.fc-content h4.title {
  margin-top: 0;
  font-size: 1.1034482759rem;
  letter-spacing: normal;
}
.fc-content p {
  color: #666;
  line-height: 1.5;
}
.fc-content p:last-child {
  margin-bottom: 0;
}
.fc-content .tright {
  text-align: right;
  border-top: 1px solid #ccc;
  padding: 20px 0;
  margin-top: 15px;
}
.fc-content .tright button {
  font-size: 0.9655172414rem;
}

.fc-container .fancybox-bg {
  background: #eee;
}

.fancybox-is-open.fc-container .fancybox-bg {
  opacity: 0.95;
}