/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/*@import "compass/reset";*/
.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block !important;
}
.price_label {
letter-spacing: 0;
}

.product_spec2 {
position: relative;
}
#loader {
  position: absolute;
  display: table;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 25px;
  color: #00994D;
  z-index: 9999;
  background: #FFF;
  vertical-align: middle;
}
.v2teiki {
line-height: 1.4 !important;
/*padding-top: 40px;*/
}
.v3teiki {
line-height: 1.4 !important;
/*padding-top: 22px;*/
}

#load-text {
  display: none;
}

#bar {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 26px;
  height: 26px;
  margin: auto;
  background: url(../images/loding_icon.png) no-repeat center center;
  background-size: 26px;
  animation: spin 1.6s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
    opacity: 1.0;
  }
  50% {
    transform: rotate(180deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(360deg);
    opacity: 1.0;
  }
}
#bar span {
  display: block;
  display: none;
  width: 0px;
  height: 2px;
  background: #E60044;
}

#bar .loadingImg {
  display: block;
  width: 184px;
  height: 37px;
  opacity: 0;
  margin: -18px auto 0;
}

#header_container {
  position: relative !important;
  z-index: 999;
}

div#header {
  max-width: 1280px;
  padding: 8px 7px 18px;
  box-sizing: border-box;
}

#home_column.colnum1 {
  padding: 20px 0 10px 0;
  z-index: 1000;
}

.common_inne,
.lp_inne {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0px 28px;
  box-sizing: border-box;
  display: flex;
flex-wrap: wrap;
}

.main_product.lp_inne + .lp_inne {
  /*margin-top: 104px;*/
}

.lp_inne + .lp_inne {
  /*margin-top: 80px;*/
}

.common_inne {
  display: block;
  padding: 75px 24px;
}

.product_spec {
  width: calc((100% - 24px)/2);
  margin: 0 24px 0 0;
}

.thum_product .product_spec,
.thum_product .product_spec:nth-of-type(2n) {
  width: calc((100% - 24px)/3);
  margin: 0 24px 0 0;
  padding-bottom: 128px;
  position: relative;
}

.thum_product .product_spec:nth-of-type(3n),
.product_spec:nth-of-type(2n) {
  margin: 0;
}

.main_product .product_spec {
  margin: 0;
  width: 100%;
  max-width: 600px;
  position: relative;
}

.img_product {
/*
overflow: hidden;
*/
position: relative;
}

.img_product .img_product_item {
  display: block;
}

.product_name {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.6;
}

.product_name .s_text {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.6;
}

.normal_text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #666;
  margin-top: 12px;
  text-align: right;
}

.normal_text + .product_name {
  margin-top: 36px;
}

.product_text {
  font-size: 28px;
  font-weight: bold;
  color: #E60044;
  margin-top: 8px;
}
.v2product_text {
  font-size: 2.65vw;
line-height: 1.4;
  font-weight: bold;
  color: #E60044;
  margin-top: 8px;
}

.product_chach {
  font-size: 28px;
  color: #666;
  font-weight: 500;
  margin-top: 6px;
  line-height: 1.6;
  letter-spacing: -0.8px;
}

.product2 .product_chach {
  white-space: nowrap;
  letter-spacing: -1.8px;
}

.product_link {
  border-radius: 45px;
  background: #61C1BE;
  border: 2px solid #61C1BE;
  line-height: 1;
  padding: 0 80px;
  font-size: 32px;
  color: #FFF;
  font-weight: 500;
  position: relative;
  margin-top: 24px;
  height: 80px;
  line-height: 76px;
  box-sizing: border-box;
  /*letter-spacing:-3.5px;*/
  -webkit-transition: all .3s;
  transition: all .3s;
}

.product_link a {
    display: block;
    color: #FFF;
    font-weight: 500;
    width: 100%;
}
/*
.product2 .product_link {
  background: #576da0;
  border: 2px solid #576da0;
}
*/
.product3 .product_link {
  background: #72A57A;
  border: 2px solid #72A57A;
}

.product4 .product_link {
  background: #F3994F;
  border: 2px solid #F3994F;
}

.product5 .product_link {
  background: #5DBDDD;
  border: 2px solid #5DBDDD;
}

.product6 .product_link {
  background: #362720;
  border: 2px solid #362720;
}

.main_product .product_name,
.main_product .product_text {
  font-size: 40px;
}

.main_product .product_name {
  margin-top: 9px;
}

.main_product .product_name .e_text {
  font-size: 48px;
  font-weight: bold;
}

.main_product .product_text {
  color: #61C1BE;
  margin-top: 22px;
  margin-bottom: 0;
  letter-spacing: 0.6px;
  line-height: 1.4;
}

.main_product .product_chach {
  font-size: 32px;
  margin-top: 3px;
  letter-spacing: 0;
  white-space: nowrap;
}

.thum_product .product_name {
  font-size: 28px;
  margin-top: 23px;
}

.thum_product .product_chach {
  font-size: 20px;
  margin-top: 9px;
}

.thum_product .product_link {
  width: 100%;
  padding: 0 60px;
  font-size: 24px;
  position: absolute;
  bottom: 44px;
  height: 64px;
  line-height: 60px;
}

.thum_product .product_link a {
  color: #FFF;
  font-weight: 500;
}

.notes {
  font-size: 28px;
  font-size: 22px;
  color: #E60044;
  font-weight: bold;
  margin-top: 8px;
  white-space: nowrap;
  text-align: center;
}

.thum_product .notes {
  font-size: 20px;
  letter-spacing: -0.5px;
  position: absolute;
  bottom: 0;
}

.product_link_bar {
  position: absolute;
  display: block;
  width: calc(100% - 438px);
  margin-top: -16px;
  height: 20px;
  top: 50%;
  right: 80px;
  overflow: hidden;
}

.product_link .product_link_bar .product_link_bar_item {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 438px);
  width: 100%;
  height: 2px;
  top: 50%;
  right: 0;
  background: #FFF;
  z-index: 1;
  margin-top: 8px;
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.product_link .product_link_bar .product_link_bar_item:after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 2px;
  background: #FFF;
  top: 50%;
  right: -2px;
  margin-top: -6px;
  transform: translateX(0) rotate(45deg);
  opacity: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.product_link:hover .product_link_bar .product_link_bar_item {
  -webkit-animation: lineDown .3s linear forwards;
  animation: lineDown .3s linear forwards;
}

@keyframes lineDown {
  0% {
    transform: translateX(-100%);
    opacity: 1;
    width: 100%;
  }
  100% {
    transform: translateX(0);
  }
}
.product_link:hover .product_link_bar:after {
  -webkit-animation: alfaval .3s linear forwards;
  animation: alfaval .3s linear forwards;
}

@keyframes alfaval {
  0% {
    transform: translateX(-100%) rotate(45deg);
  }
  100% {
    transform: translateX(0) rotate(45deg);
  }
}
.thum_product .product_link_bar {
  width: calc(100% - 294px);
  min-width: 32px;
  top: 50%;
  right: 28px;
}

.thum_product .product_link .product_link_bar .product_link_bar_item:after {
  width: 12px;
  right: -1px;
  margin-top: -5px;
}

.float_card {
  /*width:100%;*/
	width: 100%;
	max-width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*width:35.43vw;*/
  /*width:480px;*/
  z-index: 9999;
}

.float_card.fixed {
  width: 100%;
  max-width: 1280px;
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  padding: 0;
  margin: auto;
}

.in_card_item,
.float_card .in_card_item {
  background: #FFF;
  text-align: justify;
  box-sizing: border-box;
  font-weight: bold;
  margin-top: 24px;
}

.float_card .in_card_item {
  padding: 30px 0 14px;
  margin-top: 0;
  margin-left: 0;
	width: 100%;
	max-width: 100%;

  box-sizing: border-box;
  position: relative;
}

.float_card.fixed .in_card_item {
  margin-right: 80px;
  margin-left: auto;
}

.in_card_item .card_text {
/*  border-bottom: 6px solid #61C1BE;*/
  display: table;
  text-align: justify;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-size: 40px;
  letter-spacing: 0px;
line-height: 1.4;
}
.in_card_item .card_text2 {
  border-bottom: 6px solid #61C1BE;
  display: table;
  text-align: justify;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-size: 40px;
  letter-spacing: 0px;
font-feature-settings : "palt" 1;
text-align: center;
}
.v2in_card_item .card_text2 {
  border-bottom: 6px solid #E60044;
  display: table;
  display: block;
  text-align: justify;
  font-weight: bold;
  width: 100%;
  padding-bottom: 5px;
  padding-top: 5px;
/*  margin-bottom: 5px;*/
  font-size: 30px;
  letter-spacing: 0px;
font-feature-settings : "palt" 1;
text-align: center;
}
.in_card_item .card_text2:nth-of-type(2) {
  font-size: 60px;
}
.v2in_card_item .card_text2:nth-of-type(2) {
  font-size: 38px !important;
}
.in_card_item .card_text2 span {
  font-weight: bold;
  font-size: 60%;
}
.v2in_card_item .card_text2 span {
  font-weight: bold;
  font-size: 60%;
}


.product2 .in_card_item .card_text {
}

.product3 .in_card_item .card_text {
  color: #72A57A;
}

.product8 {
	margin-bottom: 30px;
	padding-top:	10px;
	background:	#fff;
}

.product8 .in_card_item .card_text {
  color: #61C1BE;
}

.float_card .in_card_item .card_text {
  border-bottom: 6px solid #E60044;
  font-size: 28px;
  display: block;
  letter-spacing: 2.8px;
  padding-bottom: 15px;
  margin-bottom: 18px;
  line-height: 1;
  white-space: nowrap;
}
.float_card .in_card_item .card_text2 {
  border-bottom: 6px solid #E60044;
  font-size: 28px;
  display: block;
  letter-spacing: 2.8px;
  letter-spacing: 0;
  padding-bottom: 15px;
  margin-bottom: 18px;
  line-height: 1;
  white-space: nowrap;
}

.float_card .in_card_item .card_text:nth-of-type(1) {
  width: calc(100% - 20px);
  letter-spacing: 1.3px;
}

.float_card .in_card_item .card_text:nth-of-type(2) {
  letter-spacing: -2px;
  text-align: justify;
  font-size: 40px;
}
.float_card .in_card_item .card_text2:nth-of-type(2) {
  font-size: 47px;

}

.float_card .in_card_item .card_text:nth-of-type(2) .s_text {
  text-align: justify;
  letter-spacing: -3.8px;
  font-size: 32px;
  font-weight: bold;
}

.float_card .in_card_item .card_text:nth-of-type(3) {
  letter-spacing: 0.5px;
  text-align: justify;
  font-size: 40px;
}

.float_card .in_card_item .card_text:nth-of-type(3) .s_text {
  text-align: justify;
  letter-spacing: -3.8px;
  font-size: 32px;
  font-weight: bold;
}

.float_card .in_card_item .card_text:nth-of-type(4) {
  letter-spacing: -0.6px;
  text-align: justify;
  font-size: 40px;
  white-space: nowrap;
}
.float_card .in_card_item .card_text2:nth-of-type(4) {
  font-size: 39px;
}

.homevisual_wrapper {
  position: relative;
  padding: 0px 28px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1280px;
  margin: auto;
  overflow: visible;
}

.homevisual_wrapper img.fadeinVisual {
  position: absolute;
  top: 0;
  left: 29px;
  width: calc((100% - 56px)/1);
  /*width:100%;*/
}

.homevisual_wrapper .fadeinVisual_base {
  position: static;
  display: block;
  width: 100%;
}

.price_label {
  width: 100%;
  max-width: 144px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.thum_product .price_label {
  max-width: 104px;
}

.price_head {
  color: #FFF;
  background: #E60044;
  font-size: 20px;
  font-weight: bold;
  display: block;
  line-height: 1;
  text-align: center;
  padding: 13px 0 15px;
  box-sizing: border-box;
}

.price_body {
  color: #E60044;
  background: #FFF;
  font-size: 24px;
  font-weight: bold;
  display: block;
  text-align: center;
  line-height: 1.1;
  line-height: 0.9;
  padding: 3px 0 13px;
  padding: 5px 0 13px;
  overflow: hidden;
}

.price {
  font-size: 42px;
  color: #E60044;
}

.postage {
  font-size: 20px;
  font-size: 15px;
  font-weight: bold;
}

.homevisual_wrapper .price {
  font-size: 52px;
}

.main_product .price_label {
  width: 100%;
  max-width: 144px;
  position: absolute;
  left: 0;
  bottom: initial;
  top: -146px;
  top: -132px;
}

.main_product .float_card .price_label {
  display: none;
}

.main_product .postage {
  font-size: 20px;
  font-size: 15px;
  font-weight: bold;
}

.thum_product .postage {
  font-size: 16px;
  display: block;
  margin-top: 2px;
}

.main_product .price {
  font-size: 48px;
}

.thum_product .price_head {
  font-size: 20px;
  padding: 8px 0;
}

.thum_product .price_body {
  font-size: 16px;
  padding: 3px 0 11px;
}

.thum_product .price {
  font-size: 32px;
}

.sales {
  text-align: center;
  width: 168px;
  height: 168px;
  background: #E60044;
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  line-height: 1.4;
  padding-top: 0 !important;

display: flex;
justify-content: center;
    align-items: center;
    flex-direction: column;
transform: translate(50%, -50%);
}

.sales_num {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}

.homevisual_wrapper .sales {
  display: none !important;
}

.limited_text {
  font-size: 32px;
  font-weight: bold;
  color: #E60044;
  border: 6px solid #E60044;
  margin: auto;
  line-height: 1;
  padding: 17px 46px 19px;
  white-space: nowrap;
}

.common_inne .other_text {
  font-size: 36px;
  color: #666;
  font-weight: 500;
  text-align: center;
  position: relative;
  padding-bottom: 75px;
}

.common_inne .other_text:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 10px;
  right: 0;
  left: 0;
  width: 55px;
  height: 55px;
  margin: auto;
  border-right: 6px solid #CCC;
  border-bottom: 6px solid #CCC;
  transform: rotate(45deg);
}

a.online_btn {
  color: #FFF;
  background: #E60044;
  border: solid 2px #E60044;
  line-height: 1;
  font-size: 32px;
  font-weight: 500;
  padding: 0 16px 0;
  display: block;
  width: 100%;
  max-width: 600px;
  height: 80px;
  line-height: 76px;
  margin: 20px auto 0;
  text-align: center;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a.online_btn:hover {
  color: #E60044;
  background: #FFF;
}

.band_icon {
  background: #E60044;
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  position: absolute;
  display: block;
  top: 25px;
  right: -45px;
  width: 181px;
  padding: 10px;
  text-align: center;
  line-height: 1;
  transform: rotate(45deg);
}

.main_product .product_spec .price_label,
.float_card.fadeinVisual,
p.fadeinVisual,
.homevisual_wrapper img.fadeinVisual {
  opacity: 0;
}

.main_product .product_spec .price_label.item,
.float_card.fadeinVisual.item,
p.fadeinVisual.item {
  animation: elasticityd .3s ease forwards alternate;
  opacity: 0;
}

img.item {
  animation: elasticity .6s ease forwards alternate;
  opacity: 0;
}

img.items {
  animation: elasticity2 1s ease forwards alternate;
  opacity: 0;
}

.txt_super{
	vertical-align: super;
	font-size: 1.2vw !important;
}

@keyframes elasticityd {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes elasticity {
  0% {
    opacity: 0;
  }
  20% {
    transform: scale3d(0.95, 0.95, 0);
    opacity: 0;
  }
  100% {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@keyframes elasticity2 {
  0% {
    opacity: 0;
  }
  20% {
    transform: scale3d(1, 1, 0);
    opacity: 0;
  }
  100% {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@media screen and (max-width: 1279px) {
	.v2teiki {
	/*padding-top: 26px;*/
	}
  .float_card .in_card_item {
    padding: 2.4vw 0 1.4vw;
    margin-right: 0;
    right: 0;
    position: relative;
  }

  .float_card.fixed .in_card_item {
    margin-right: 0;
  }

  .float_card {
    margin: 0 0 0 auto;
    right: 0;
  }

  .float_card,
  .float_card .in_card_item {
		width: 100%;
		max-width: 100%;
  }

  .in_card_item .card_text {
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 3.15vw;
    padding-bottom: 0.5vw;
    margin-bottom: 0.5vw;
  }

  .product3 .in_card_item .card_text,
  .product2 .in_card_item .card_text {
    font-size: 2.5vw;
    letter-spacing: -0.16vw;
  }

  .float_card .in_card_item .card_text {
    font-size: 2.16vw;
    letter-spacing: 0.17vw;
    padding-bottom: 1.28vw;
    margin-bottom: 1.28vw;
  }

  .float_card .in_card_item .card_text:nth-of-type(1) {
    width: calc(100% - 1.8vw);
    letter-spacing: 0.12vw;
  }

  .float_card .in_card_item .card_text:nth-of-type(2) {
    font-size: 3.15vw;
    letter-spacing: -0.14vw;
  }

  .float_card .in_card_item .card_text:nth-of-type(2) .s_text {
    letter-spacing: -0.24vw;
    font-size: 2.4vw;
  }

  .float_card .in_card_item .card_text:nth-of-type(3) {
    letter-spacing: 0.04vw;
    font-size: 3.15vw;
  }

  .float_card .in_card_item .card_text:nth-of-type(3) .s_text {
    letter-spacing: -0.24vw;
    font-size: 2.4vw;
  }

  .float_card .in_card_item .card_text:nth-of-type(4) {
    letter-spacing: -0.06vw;
    font-size: 3.15vw;
  }

  .product_name,
  .product_text {
    font-size: 3.15vw;
  }

  .product_name .s_text {
    font-size: 2.8vw;
  }

  .product_chach {
    font-size: 2.5vw;
  }

  .main_product .product_name,
  .main_product .product_text {
    font-size: 3.15vw;
  }

  .main_product .product_text {
    letter-spacing: 0.05vw;
  }

  .main_product .product_chach {
    font-size: 2.5vw;
  }

  .main_product .product_name .e_text {
    font-size: 3.75vw;
  }

  .product2 .product_chach {
    letter-spacing: -0.16vw;
  }

  .thum_product .product_name {
    font-size: 2.2vw;
  }

  .thum_product .product_chach {
    font-size: 1.56vw;
  }

  .price_label {
    max-width: 13vw;
  }

  .normal_text {
    font-size: 1.312vw;
    line-height: 1.5;
    font-weight: 500;
    color: #666;
    margin-top: 1.312vw;
  }

  .normal_text + .product_name {
    margin-top: 2.6vw;
  }

  .main_product .price_body,
  .main_product .price_head,
  .price_body,
  .price_head {
    font-size: 1.9vw;
    padding: 1.1vw 0;
  }

  .main_product .price_head,
  .price_head {
    font-size: 1.59vw;
    padding: 1.0vw 0 1.2vw;
  }

  .main_product .price_body,
  .price_body {
    font-size: 1.9vw;
    padding: 0.2vw 0 0.9vw;
  }

  .price {
    font-size: 3.75vw;
  }

  .postage {
    font-size: 1.55vw;
  }
  .postage {
    font-size: 1.15vw;
  }

  .float_card.fixed {
    /*top:7.8vw;*/
  }

  .main_product .price_label {
    max-width: 11.277vw;
    top: -11.077vw;
  }

  .main_product .price {
    font-size: 3.75vw;
  }

  .main_product .postage {
    font-size: 1.55vw;
  }
  .main_product .postage {
    font-size: 1.15vw;
  }

  .thum_product .price_label {
    max-width: 9.132vw;
  }

  .thum_product .price_head {
    font-size: 1.6vw;
    padding: 0.6vw 0;
  }

  .thum_product .price_body {
    font-size: 1.312vw;
  }

  .thum_product .price {
    font-size: 2.5vw;
  }

  .thum_product .postage {
    font-size: 1.312vw;
  }

  .sales {
    width: 13.136vw;
    height: 13.136vw;
    font-size: 1.85vw;
/*
    right: -8.2vw;
    top: -7.6vw;
    padding-top: 2.43vw;*/
  }

  .sales_num {
    font-size: 2.55vw;
  }

  .limited_text {
    font-size: 2.4vw;
    padding: 17px 3.608vw 19px;
  }

  .product_link {
    padding: 0 6.2vw;
    font-size: 2.4vw;
  }

  .thum_product .product_spec,
  .thum_product .product_spec:nth-of-type(2n) {
    padding-bottom: 11.5vw;
  }

  .thum_product .product_link {
    padding: 0 5.0vw;
    font-size: 1.9vw;
    bottom: 3.5vw;
  }

  .product_link_bar {
    right: 6.2vw;
    width: calc(100% - 32.385vw);
  }

  .thum_product .product_link_bar {
    right: 3.2vw;
    width: calc(100% - 23.6vw);
  }

  .common_inne .other_text {
    font-size: 2.8vw;
    padding-bottom: 5.8vw;
  }

  a.online_btn {
    font-size: 2.4vw;
    margin: 3.15vw auto 0;
  }

  .common_inne .other_text:after {
    width: 4.2vw;
    height: 4.2vw;
  }

  .main_product.lp_inne + .lp_inne {
    /*margin-top: 9vw;*/
  }

  .lp_inne + .lp_inne {
    /*margin-top: 6.3vw;*/
  }

  .common_inne {
    padding: 6.5vw 24px;
  }

  .notes {
    font-size: 2.16vw;
    margin-top: 0.6vw;
  }

  .notes {
    font-size: 2.16vw;
    font-size: 1.8vw;
    margin-top: 0.6vw;
  }

  .thum_product .notes {
    font-size: 1.52vw;
    letter-spacing: -0.02vw;
  }

	.txt_super{
		vertical-align: super;
		font-size: 1.2vw !important;
	}


}


@media screen and (max-width: 1200px) {

	.float_card .in_card_item .card_text2:nth-of-type(1) {
	  font-size: 2.6vw;
	}
	.float_card .in_card_item .card_text2:nth-of-type(2) {
	  font-size: 4.0vw;
	}
	.float_card .in_card_item .card_text2:nth-of-type(3) {
	  font-size: 2.4vw;
	}
	.float_card .in_card_item .card_text2:nth-of-type(4) {
	  font-size: 3.3vw;
	}
}

@media screen and (max-width: 1200px) {

	.float_card .in_card_item .card_text2:nth-of-type(1) {
	  font-size: 2.6vw;
	}
	.float_card .in_card_item .card_text2:nth-of-type(2) {
	  font-size: 4.0vw;
	}
	.float_card .in_card_item .card_text2:nth-of-type(3) {
	  font-size: 2.4vw;
	}
	.float_card .in_card_item .card_text2:nth-of-type(4) {
	  font-size: 3.3vw;
	}
}
@media screen and (max-width: 700px) {

	.float_card .in_card_item .card_text2:nth-of-type(1) {
	  font-size: 7.2vw;
	}
	.float_card .in_card_item .card_text2:nth-of-type(2) {
	  font-size: 10.0vw;
	}
	.float_card .in_card_item .card_text2:nth-of-type(3) {
	  font-size: 6.2vw;
	}
	.float_card .in_card_item .card_text2:nth-of-type(4) {
	  font-size: 9vw;
	}
}


@media screen and (max-width: 1031px) {
  .product3 .in_card_item .card_text,
  .product2 .in_card_item .card_text {
    letter-spacing: -0.18vw;
  }
}
@media screen and (max-width: 1192px) {
  .main_product .product_spec {
    width: calc((100% - 24px)/2);
    margin: 0;
  }
}
@media screen and (max-width: 1117px) {
  .main_product .product_chach {
    letter-spacing: -0.04vw;
  }
}
@media screen and (max-width: 1072px) {
  .thum_product .notes {
    font-size: 1.52vw;
    letter-spacing: -0.06vw;
  }

  .product_link {
    width: 100%;
    height: 60px;
    line-height: 56px;
    padding: 0 6.4vw;
  }

  .thum_product .product_link {
    width: 100%;
    padding: 0 2.9vw;
    height: 48px;
    line-height: 44px;
  }

  .product_link:hover:before {
    transform: translateX(1.2vw);
  }

  .product_link:hover:after {
    transform: translateX(1.2vw) rotate(45deg);
  }
}
@media screen and (max-width: 935px) {
  .notes {
    font-size: 2.04vw;
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 925px) {
  .product3 .in_card_item .card_text,
  .product2 .in_card_item .card_text {
    letter-spacing: -0.16vw;
    font-size: 2.38vw;
  }
}
@media screen and (max-width: 922px) {
  .main_product .product_chach {
    letter-spacing: -0.09vw;
  }
}
@media screen and (max-width: 920px) {
  .thum_product .product_spec,
  .thum_product .product_spec:nth-of-type(2n) {
    padding-bottom: 12vw;
  }
}
@media screen and (max-width: 839px) {
  .thum_product .notes {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 792px) {
  .notes {
    font-size: 2.08vw;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  div#header {
    position: static;
    padding: 0;
  }

  .thum_product .product_link,
  .product_link {
    width: 100%;
    margin: 24px auto 0;
    padding: 0 3.2vw;
    height: 48px;
    line-height: 44px;
    font-weight: 400;
  }

  .product_link:hover:before {
    transform: translateX(0);
  }

  .product_link:hover:after {
    transform: translateX(0) rotate(45deg);
  }

  .homevisual_wrapper .price_body,
  .homevisual_wrapper .price_head,
  .price_body,
  .price_head {
    font-size: 1.5vw;
  }

  .homevisual_wrapper .price,
  .price {
    font-size: 4vw;
  }

  .thum_product .price_body,
  .thum_product .price_head {
    font-size: 2vw;
  }

  .thum_product .price {
    font-size: 3.2vw;
  }

  .float_card.fixed {
    top: 10vw;
  }

  .notes {
    font-size: 2.0vw;
    font-size: 1.6vw;
  }

  .thum_product .price_label {
    max-width: 9.132vw;
  }

  .thum_product .notes {
    font-size: 1.47vw;
  }

  .main_product .product_chach {
    letter-spacing: -0.12vw;
  }

  .product3 .in_card_item .card_text,
  .product2 .in_card_item .card_text {
    letter-spacing: 0.2vw;
  }
}
@media screen and (max-width: 700px) {
  .main_product.lp_inne {
    display: flex;
    flex-wrap: wrap;
  }

  .main_product .product_spec {
    order: 2;
  }

  .float_card.fixed {
    order: 1;
  }

  .main_product.lp_inne + .lp_inne {
    /*margin-top: 64px;*/
  }

  .lp_inne + .lp_inne {
    /*margin-top: 48px;*/
  }

  .common_inne {
    display: block;
    padding: 85px 24px;
  }

  .homevisual_wrapper {
    padding: 0;
  }

  .homevisual_wrapper .price_label {
    right: 0;
  }

  .common_inne,
  .lp_inne {
    display: block;
    padding: 0;
  }

  .common_inne {
    display: block;
    padding: 54px 0 64px;
  }

  .product_chach,
  .product_name,
  .product_text,
  .in_card_item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product3 .in_card_item,
  .product2 .in_card_item {
    margin-top: 20px;
  }

  .main_product .product_spec,
  .thum_product .product_spec:nth-of-type(3n),
  .product_spec:nth-of-type(2n),
  .thum_product .product_spec,
  .thum_product .product_spec:nth-of-type(2n),
  .product_spec {
    width: 100%;
    margin: 0;
    padding-bottom: 0;
  }

  .main_product .product_spec {
    max-width: 100%;
  }

  .product_spec + .product_spec:nth-of-type(2n),
  .product_spec + .product_spec:nth-of-type(3n) {
    margin-top: 48px;
  }

  .product8 .img_product,
  .product6 .img_product,
  .product5 .img_product,
  .product4 .img_product,
  .product3 .img_product,
  .product2 .img_product {
    width: calc(100% - 7px);
    margin: auto;
  }

  .float_card {
		width: 100%;
    max-width: 100%;
    margin: auto;
  }

  .float_card .in_card_item {
    padding: 25px 0 18px;
    width: 100%;
    max-width: 100%;
    right: 0;
  }

  .main_product .price_label,
  .thum_product .price_label,
  .homevisual_wrapper .price_label,
  .price_label {
    width: 100%;
    max-width: 28vw;
  }

  .main_product .price_label {
    position: absolute;
    left: -20px;
    bottom: initial;
    top: -21.5vw;
  }

  .main_product .product_spec .price_label {
    display: none !important;
  }

  .main_product .float_card .price_label {
    display: block !important;
  }

  .main_product .price_head,
  .thum_product .price_body,
  .thum_product .price_head,
  .homevisual_wrapper .price_body,
  .homevisual_wrapper .price_head,
  .price_body,
  .price_head {
    font-size: 5vw;
    font-size: 3.6vw;
  }

  .postage,
  .main_product .postage,
  .thum_product .postage,
  .main_product .price_body,
  .thum_product .price_body,
  .homevisual_wrapper .price_body,
  .price_body {
    font-size: 4vw;
  }
  .postage,
  .main_product .postage,
  .thum_product .postage,
  .main_product .price_body,
  .thum_product .price_body,
  .homevisual_wrapper .price_body,
  .price_body {
    font-size: 2.6vw;
    line-height: 1.2;
  }

  .main_product .price,
  .thum_product .price,
  .homevisual_wrapper .price,
  .price {
    font-size: 8.5vw;
  }

  .thum_product .product_name,
  .float_card .in_card_item .card_text:nth-of-type(4),
  .float_card .in_card_item .card_text:nth-of-type(3),
  .float_card .in_card_item .card_text:nth-of-type(2),
  .product_name,
  .product_text,
  .in_card_item .card_text,
  .float_card .in_card_item .card_text {
    font-size: 7.6vw;
    letter-spacing: 0px;
    padding-bottom: 16px;
    /*margin-bottom: 18px;*/
  }

  .float_card .in_card_item .card_text:nth-of-type(2) {
    letter-spacing: 0.01vw;
    font-size: 8.2vw;
  }

  .float_card .in_card_item .card_text:nth-of-type(3) {
    letter-spacing: 0.01vw;
    font-size: 9.4vw;
  }

  .float_card .in_card_item .card_text:nth-of-type(4) {
    letter-spacing: 0.01vw;
    font-size: 9.4vw;
    margin-bottom: 0;
  }

  .float_card .in_card_item .card_text:nth-of-type(3) .s_text,
  .float_card .in_card_item .card_text:nth-of-type(2) .s_text {
    letter-spacing: 0;
    font-size: 7.6vw;
  }

  .float_card .in_card_item .card_text:nth-of-type(2) .s_text {
    letter-spacing: -0.1vw;
  }

  .float_card .in_card_item .card_text:nth-of-type(1) {
    width: 100%;
    letter-spacing: -0.12vw;
    font-size: 7.6vw;
  }

  .product3 .in_card_item .card_text,
  .product2 .in_card_item .card_text {
    font-size: 6.2vw;
    border-bottom: none;
    letter-spacing: -0.3vw;
  }

  .product_name {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .product_name .s_text {
    font-size: 7.6vw;
  }

  .main_product .product_text {
    font-size: 8.4vw;
  }

  .main_product .product_name {
    margin-top: 0;
    font-size: 8.4vw;
  }

  .main_product .product_name .e_text {
    font-size: 11vw;
  }

  .main_product .product_text {
    line-height: 1.5;
    margin-top: 20px;
    padding-bottom: 0;
  }

  .main_product .product_text br {
    display: none;
  }

  .product_chach {
    font-size: 5.4vw;
  }

  .product2 .product_chach {
    white-space: normal;
    letter-spacing: -0.8px;
  }

  .thum_product .product_name {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 16px;
    font-size: 7vw;
  }

  .normal_text {
    font-size: 3.5vw;
    margin-top: 1.312vw;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    font-weight: 400;
  }

  .normal_text + .product_name {
    margin-top: 2.6vw;
  }

  .thum_product .product_chach {
    font-size: 4.2vw;
  }

  .main_product .product_chach {
    font-size: 6.4vw;
    margin-top: 0;
    white-space: normal;
  }

  .product_chach br {
    display: none;
  }

  .thum_product .product_link,
  .product_link {
    width: calc(100% - 40px);
    margin: 24px auto 0;
    padding: 0 12.4vw;
    font-size: 5.2vw;
    height: 48px;
    line-height: 44px;
    position: relative;
  }

  .thum_product .product_link {
    bottom: 0;
  }

  .thum_product .product_link_bar,
  .product_link_bar {
    right: 6.2vw;
    width: calc(100% - 60.385vw);
  }

  .limited_text {
    font-size: 7.3vw;
    border: 4px solid #E60044;
    padding: 14px 35px 15px;
    width: calc(100% - 40px);
  }

  .thum_product .notes,
  .notes {
    font-size: 4.4vw;
    font-size: 3.5vw;
    margin-top: 1vw;
    padding: 0 20px;
    box-sizing: border-box;
    position: static;
    letter-spacing: -0.06vw;
  }

  .band_icon {
    font-size: 20px;
    top: 20px;
    right: -50px;
  }

  .common_inne .other_text {
    font-size: 6.4vw;
  }

  .common_inne .other_text {
    padding-bottom: 60px;
  }

  .common_inne .other_text:after {
    width: 45px;
    height: 45px;
    border-right: 4px solid #CCC;
    border-bottom: 4px solid #CCC;
  }

  a.online_btn {
    color: #FFF;
    background: #E60044;
    border: solid 2px #E60044;
    line-height: 1;
    font-size: 32px;
    font-weight: 500;
    padding: 0 16px 0;
    display: block;
    width: calc(100% - 40px);
    max-width: 600px;
    height: 80px;
    line-height: 76px;
    margin: 20px auto 0;
    text-align: center;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .float_card.fixed {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    width: calc(100% - 40px);
  }

  .sales {
    width: 128px;
    height: 128px;
    font-size: 18px;
    padding-top: 26px;
    right: 10px;
    top: -30px;
  }

  .sales_num {
    font-size: 24px;
  }

  .homevisual_wrapper .sales {
    display: block !important;
  }

  .in_card_item .sales {
    display: none !important;
  }

  .main_product .product_spec .price_label,
  .float_card.fadeinVisual,
  p.fadeinVisual,
  .homevisual_wrapper img.fadeinVisual {
    opacity: 1;
  }

  .main_product .product_spec .price_label,
  .float_card.fadeinVisual,
  .homevisual_wrapper img.fadeinVisual {
    opacity: 1 !important;
  }

  .main_product .product_spec .price_label.item,
  .float_card.fadeinVisual.item,
  p.fadeinVisual.item {
    animation: elasticityd .0s ease forwards alternate;
    opacity: 1 !important;
  }

  img.item {
    animation: elasticity .0s ease forwards alternate;
    opacity: 1 !important;
  }

  .fadeinVisual {
    display: block !important;
  }

  .homevisual_wrapper img.fadeinVisual {
    display: none !important;
  }

  img.item {
    animation: elasticity .0s ease forwards alternate;
  }

  @keyframes elasticity {
    20% {
      transform: scale3d(1, 1, 1);
    }
    100% {
      transform: scale3d(1, 1, 1);
    }
  }
  .main_product .price_body.fadeinVisual {
    max-height: 200px;
  }

  .main_product .price_body.fadeinVisual.item {
    animation: inHeightsette .0s ease forwards alternate;
  }

  @keyframes inHeightsette {
    0% {
      max-height: 200px;
    }
    100% {
      max-height: 200px;
    }
  }
}
.homevisual_wrapper p.sales.fadeinVisual {
  opacity: 0;
}

.homevisual_wrapper p.sales.fadeinVisual.fadeIn {
  animation: elasticityd3 .3s ease forwards alternate;
  opacity: 0;
}

@keyframes elasticityd3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 560px) {
  .main_product .price_body,
  .thum_product .price_body,
  .homevisual_wrapper .price_body,
  .price_body {
    font-size: 5vw;
    padding: 1.3vw 0 3.5vw;
  }

  .main_product .price_head,
  .thum_product .price_head,
  .homevisual_wrapper .price_head,
  .price_head {
    padding: 2.3vw 0 2.5vw;
    font-size: 5vw;
    font-size: 3.6vw;
  }

  .postage,
  .main_product .postage,
  .thum_product .postage,
  .main_product .price_body,
  .thum_product .price_body,
  .homevisual_wrapper .price_body,
  .price_body {
    font-size: 4vw;
  }

  .postage,
  .main_product .postage,
  .thum_product .postage,
  .main_product .price_body,
  .thum_product .price_body,
  .homevisual_wrapper .price_body,
  .price_body {
    font-size: 2.8vw;
    font-size: 2.6vw;
  }

  .main_product .price,
  .thum_product .price,
  .homevisual_wrapper .price,
  .price {
    font-size: 8.5vw;
  }

  .main_product .float_card .price_label {
    top: -28vw;
    top: -27vw;
    left: -20px;
    right: auto;
  }

  a.online_btn {
    font-size: 5.4vw;
    height: 48px;
    line-height: 42px;
    width: calc(100% - 40px);
    margin: 20px auto 0;
  }

  .product3 .in_card_item .card_text,
  .product2 .in_card_item .card_text {
    font-size: 6vw;
  }
}
@media screen and (max-width: 400px) {
  .product3 .in_card_item .card_text,
  .product2 .in_card_item .card_text {
    font-size: 5.9vw;
    letter-spacing: -0.2vw;
  }
}
@media screen and (max-width: 320px) {
  .product3 .in_card_item .card_text,
  .product2 .in_card_item .card_text {
    letter-spacing: -0.4vw;
  }
}


.img_product_2_teiki {
    text-align: center;
    width: 168px;
    height: 168px;
    line-height: 168px;
/*    background: #f5945b;*/
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    border-radius: 100%;
		z-index: 3;
		position: absolute;


		display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
		transform: translate(50%, -50%);


}
.img_product_2 {
top: 12px;
right: 20px;
position: absolute;
font-size: 1.4vw;
background: #fff;
padding: 10px 20px 20px 20px;
}
.img_product_2 p {
border-bottom: 4px solid #f5945b;
font-weight: bold;
}

.img_product_2 span {
font-size: 76%;
font-weight: bold;
}

.br700 {
display: none;
}
.di700 {
display: none;
}


@media screen and (max-width: 1279px){
	.img_product_2_teiki {
/*
	    text-align: center;
	    width: 13vw;
	    height: 13vw;
	    font-size: 20px;
	    line-height: 13vw;
	    top: -7.5vw;
	    right: -7.5vw;
*/

	}


}
@media screen and (max-width: 800px){
	.img_product_2_teiki {
	    font-size: 18px;

	}


}
@media screen and (max-width: 1000px) {
	.img_product_2 {
	font-size: 1.8vw;
	}

}
@media screen and (max-width: 700px) {
.br700 {
display: block;
}
.img_product_2_teiki {
display: none;
}
.di700 {
display: inline;
}
	.img_product_2 p {
	display: inline;
	}
	.img_product_2 {
white-space: nowrap;
	padding: 10px;
	text-align: center;
	font-size: 2.4vw;
	width: 60%;
    top: 12%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	}

}


.v2New {
font-weight: bold;
    font-size: 18px;
    padding: 5px 10px;
    line-height: 1.0;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ffbc00;
    color: #fff;
    border: 2px solid #fff;

}

.v2in_card_item {
    line-height: 1.5;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 425px;
    margin: 0 auto 20px auto;
}
.pcDisp {
display: block;
}

	.flaColor {
	color: #ff2e2e !important;
	}
	.flaColorBg {
	background: #ff2e2e !important;
	border: 2px solid #ff2e2e !important;
	}
	.fasColor {
	color: #ffa500 !important;
	}
	.fasColorBg {
	background: #ffa500 !important;
	border: 2px solid #ffa500 !important;
	}

	.img_product_2_teiki {
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    top: 0;
	    right: 0;
	    transform: translate(50%, -50%);


}
.v3teiki {
background: #92a3cc;
}


.mulColor {
color: #ea7049;
}
.mulColorBg {
background: #ea7049;
border: 2px solid #ea7049;

}
.intoaColor {
color: #576da0;
}
.intoaColorBg {
background: #576da0;
border: 2px solid #576da0;
}







@media screen and (max-width: 1000px) {
	.img_product_2_teiki {
	transform: translate(0%, 0%);
	top: -10px;
	right: -10px;
    width: 125px;
    height: 125px;
	}
	.sales {
	transform: translate(0%, 0%);
	top: -10px;
	right: -10px;
	}




}





@media screen and (max-width: 700px){
  .smb40 {
    margin-bottom: 40px;
  }
  .btn02 {
    top: 82.5%;
  }
  .btn03 {
    top: 83.5%;
  }

	.v2teiki {
/*
	display: block;
	width: 128px;
	    height: 128px;
	right: 10px;
	    top: -30px;
	    padding-top: 28px;
*/
	}

	.v2in_card_item .card_text2:nth-of-type(2) {
		font-size: 7.4vw !important;
	}

	.pcDisp {
	display: none;
	}
	.v2in_card_item {
	width: calc(100% - 40px);
	margin: 20px auto;
	}
	.v2in_card_item .card_text2 {
	line-height: 1.5;
	width: 100%;
	}
	.v2in_card_item .card_text2:nth-of-type(3) {
	    font-size: 6.2vw;
	}
	.v2product_text {
	    font-size: 8.4vw;
			padding-left: 20px;
	    padding-right: 20px;
	}





}



.tableWrap {
width: 100%;
display: flex;
flex-direction: row;
}
.tableWrap .overlaid {
margin-right:40px;
}
.tableWrap .overlaid:last-of-type {
margin-right: 0px;
}
.lp_inne {
margin-top: 0;
margin: 0 auto;
margin-bottom: 40px;
}

.headerWrap {
width: 100%;
max-width: 1280px;
margin-left: auto;
margin-right: auto;
padding: 20px 28px 0px 28px;
background: #fff;
display: flex;
flex-direction: row;
align-items: center;
/*margin-bottom: 20px;*/
}
.headerLogo {
width: 100%;
max-width: 200px;
}
.headerBanner {
padding: 0 50px 0 180px;
}

.lp_inne .overlaid {
border: 5px solid #fff;
box-shadow: 0px 10px 10px -5px rgba(0,0,0, 0.2);
}



@media screen and (max-width: 1000px){
	.headerWrap {
		flex-direction: column;
	}
	.headerLogo {
	width: 100%;
	max-width: 200px;

	}
	.headerWrap {
	padding: 20px 20px 20px 20px;
	background: #fff;
    z-index: 100;
    position: relative;
	}
	.headerBanner {
	padding: 20px 0 0 0;
	}
	.lp_inne {
	padding: 0 20px;
	}
	.tableWrap {
	display: flex;
	flex-direction: column;
	}
	.tableWrap a {
	margin-right: 0;
	}

}

.pageJumpWrap {
display: none;
}
.spTitle {
display: none;
}
.siDisp {
display: none;
}

@media screen and (max-width: 1000px){
.siDisp {
	display: flex;
}

	.pageJumpWrap {
	display: flex;
	flex-direction: row;
	padding: 0 1.5%;
	margin-bottom: 20px;
	}
	.pageJumpBox a {
	display: block;
	color: #fff !important;
	font-weight: bold;
	text-decoration: none;
	}

	.pageJumpBox a:before {
content: "\e313";
font-family: 'Material Icons';
    vertical-align: middle;
margin-right: 3px;
	}

	.pageJumpBox {
	text-align: center;
	width: 50%;
	margin: 0 1.5%;
	border-radius: 3px;
	filter: drop-shadow(2px 2px 0px rgba(0,0,0, 0.15));
	padding: 6px 0;
	}
	.pageJumpBox:nth-of-type(1) {
	background: rgb(0,157,152);
	background: linear-gradient(0deg, rgba(0,157,152,1) 0%, rgba(0,223,221,1) 100%);
  background: rgb(242,220,54);
  background: linear-gradient(0deg, rgba(242,220,54,1) 0%, rgba(221,178,3,1) 100%);

	}
	.pageJumpBox:nth-of-type(2) {
	background: rgb(0,123,187);
	background: linear-gradient(0deg, rgba(0,123,187,1) 0%, rgba(0,192,242,1) 100%);
	}
	.pageJumpBox:nth-of-type(3) {
	background: rgb(187,88,0);
	background: linear-gradient(0deg, rgba(187,88,0,1) 0%, rgba(242,174,0,1) 100%);
	}

	.spTitle {
	display: block;
	border-radius: 3px;
	color: #fff;
	padding: 2em;
	font-size: 125%;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 15px;
	}


	.spTitleA {
	background: rgb(0,157,152);
	background: linear-gradient(0deg,  rgba(0,223,221,1) 0%, rgba(0,157,152,1) 100%);
	}
	.spTitleB {
	background: rgb(187,88,0);
	background: linear-gradient(0deg, rgba(242,174,0,1) 0%, rgba(187,88,0,1) 100%);
	}
	.spTitleC {
	background: rgb(0,123,187);
	background: linear-gradient(0deg, rgba(0,192,242,1) 0%, rgba(0,123,187,1) 100% );
	}
	.spTitleD {
	background: rgb(242,220,54);
	background: linear-gradient(0deg, rgba(242,220,54,1) 0%, rgba(221,178,3,1) 100%);
	}

}
