/*
Theme Name: Shinso Japan 2020
Theme URI: 
description: Shinso Japan 2020 is the shinso Theme based on TwentyFourteen template
Author: Jeetesh Saxena
Author URI: http://www.webappscity.com
Template: noto-simple
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: noto-simple-child
*/
body a {
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    color: #bb2024;
    outline: none;
    text-decoration: none;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
	float : none;
	width : 100%;
}

.shoppingBagDetails .row{
	/*display:block;*/
}

.titlePadding{
	padding-bottom:21px;
	border-bottom : 1px solid #eee;
}
.woocommerce-tabs{
	margin-top:21px;
}
.woocommerce .quantity .qty{
	width : 100%;
	height : 40px;
}
.pCollapseLink[aria-expanded="false"]::after, .pCollapseLink[aria-expanded="false"]::before, .pCollapseLink[aria-expanded="true"]::after, .pCollapseLink[aria-expanded="true"]::before{
	content : none;
}
.woocommerce img, .woocommerce-page img{
	display : block;
	margin : 0 auto;
}
.PageItemList img{
	display : block;
	margin : 0 auto;
}
.woocommerce-product-gallery__trigger{
	display:none;
}
.international ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
    justify-content: center;
    align-items: center;
	list-style: none;
}
.international ul li {
    margin: 0 10px;
}
.international ul li a {
    opacity: 0.5;
    transition: .4s;
    mix-blend-mode: luminosity;
}
.international ul li a img {
    width: 40px;
}
.footerInstaIcon a{
	float:right;
}

.PageItem-componentFeature-right h3 span{
	float:none !important;
}

/* ===================================================================

about style

=================================================================== */
.about section {
  padding-bottom: 80px;
}
.about section p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 2.2;
  /*word-break: break-all;*/
}
@media (max-width: 767px) {
  .about section {
    padding: 0 4% 60px;
  }
}
.about .sec01 {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
	margin-top: 30px;
}
.about .sec01 h2 {
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 3rem;
  text-indent: 0.5em;
}
@media (max-width: 991px) {
  .about .sec01 h2 {
    font-size: 2rem;
  }
.about section p {
  margin-bottom: 30px;
  font-size: 1rem;
  line-height: 2.6;
  /*word-break: break-all;*/
}
}
.about .sec01 h3 {
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .about .sec01 h3 {
    font-size: 1.6rem;
  }
}
.about .sec02 {
  position: relative;
  font-size: 0;
  padding-bottom: 180px;
}
.about .sec02_cont {
  position: relative;
}
.about .sec02_inner {
  max-width: 1000px;
  margin: 0 auto;
}
.about .sec02_inner p {
  font-size: 18px;
  max-width: 48%;
  padding-bottom: 0px;
  margin: auto 0px auto auto;
}
.about .sec02_title {
  max-width: 48%;
  margin: auto 0 40px auto;
  padding-top: 30px;
  font-size: 2.2rem;
}
.about .sec02 .leftbg {
  position: absolute;
  top: 0;
  left: 0px;
  width: 50%;
  height: 100%;
  background: url(../images/about_img01.jpg) no-repeat left center/cover;
}
@media (max-width: 767px) {
  .about .sec02 {
    padding-bottom: 60px;
  }
  .about .sec02_inner p {
    max-width: none;
    margin: 0 4%;
  }
  .about .sec02_title {
    max-width: none;
    margin: 20px 0 10px;
    font-size: 1.5rem;
  }
  .about .sec02 .leftbg {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    /*height: 200px;*/
  }
}
.about .sec03 {
  max-width: 1000px;
  margin: 0 auto;
}
.about .sec03_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 15px;
  background: #9a2124 url(../images/about_img02.jpg) no-repeat left top/auto auto;
}
@media (max-width: 767px) {
  .about .sec03_inner {
    background: #9a2124 url(../images/about_img02.jpg) no-repeat left top/100% auto;
  }
}
.about .sec03_inner p {
  font-size: 1.5rem;
  max-width: 575px;
  padding-bottom: 0px;
  margin: auto 0px auto auto;
}
.about .sec03 p {
  padding: 0 10px 10px;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}
.about .sec03 .image {
  padding: 0 0 30px;
}
@media (max-width: 991px) {
  .about .sec03 p {
    padding: 0;
    font-size: 1rem;
  }
  .about .sec03_inner {
    padding: 180% 20px 40px;
  }
}
.about .sec04 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}
.about .sec04 .tc {
  text-align: center;
}
@media (max-width: 767px) {
  .about .sec04 .tc {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .about .sec04 {
    padding: 80px 4%;
  }
}
.about .sec04 h3 {
  font-size: 2.1rem;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .about .sec04 h3 {
    font-size: 1.5rem;
  }
}
.about .sec04 ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .about .sec04 ul li {
    flex-direction: column;
    align-items: center;
  }
}
.about .sec04 ul li .img {
  width: 20%;
}
.about .sec04 ul li .img img{
  max-width: 100%;
}

@media (max-width: 767px) {
  .about .sec04 ul li .img {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.about .sec04 ul li .info {
  width: 80%;
  box-sizing: border-box;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .about .sec04 ul li .info {
    width: 100%;
    padding-left: 0;
  }
}
.about .sec04 ul li .info h4 {
  background: #efefef;
  padding: 15px 20px;
  font-weight: bold;
  margin-bottom: 20px;
	font-size: 1.1rem;
}

/* ===================================================================

contents style

=================================================================== */
.contents {
  position: relative;
}
.contents .inner {
  max-width: 1000px;
  margin: 0 auto;
	margin-top: 50px;
}
.title_cont {
  text-align: center;
  margin-bottom: 40px;
}
.title_cont .main-ttl {
  font-size: 5.6rem;
  font-family: poynter-oldstyle-display, serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
}
.title_cont p {
  padding-top: 40px;
}
.title_cont p.sub-ttl {
  padding-top: 0;
  margin-top: 10px;
}
.sub .title_cont .main-ttl {
  font-size: 3.6rem;
  font-weight: normal;
}
@media (max-width: 991px) {
  .sub .title_cont .main-ttl {
    font-size: 2.6rem;
  }
}
.sub .title_cont + .txt {
  text-align: center;
  margin-bottom: 40px;
  padding: 40px 0;
  border-bottom: 1px solid rgba(38, 38, 38, 0.3);
}
@media (max-width: 991px) {
  .sub .title_cont + .txt {
    margin-bottom: 20px;
    padding: 20px 0;
    text-align: left;
  }
}
.contents .image {
  margin-bottom: 30px;
}
.contents .list {
  margin-bottom: 50px;
}
.contents .list li {
  display: inline-block;
}
.contents .list li:nth-of-type(1) {
  animation-delay: 0.1s;
}
.contents .list li:nth-of-type(2) {
  animation-delay: 0.2s;
}
.contents .list li:nth-of-type(3) {
  animation-delay: 0.3s;
}
.contents .list li:nth-of-type(4) {
  animation-delay: 0.4s;
}
.contents .list li:nth-of-type(5) {
  animation-delay: 0.5s;
}
.contents .list li:nth-of-type(6) {
  animation-delay: 0.6s;
}
.contents .list li:nth-of-type(7) {
  animation-delay: 0.7s;
}
.contents .list li:nth-of-type(8) {
  animation-delay: 0.8s;
}
.contents .list li:nth-of-type(9) {
  animation-delay: 0.9s;
}
.contents .list li:nth-of-type(10) {
  animation-delay: 1s;
}
.contents .list li:nth-of-type(11) {
  animation-delay: 1.1s;
}
.contents .list li:nth-of-type(12) {
  animation-delay: 1.2s;
}

.section-content {
  text-align: center;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .section-content {
    text-align: left;
  }
}
.home .section-content {
  padding-top: 80px;
}

.fv_slider {
  overflow: hidden;
  background: #262626;
}
.fv_slider .slideBox {
  position: relative;
}
.fv_slider .slideBox a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 15px 40px 15px 20px;
  line-height: 1;
  font-size: 1.8rem;
  position: absolute;
  transition: .4s;
}
.fv_slider .slideBox a:after {
  content: '';
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #fff;
  vertical-align: middle;
  position: absolute;
  top: 49%;
  right: -30px;
  transition: .4s;
}
.fv_slider .slideBox a:hover {
  background: #fff;
  color: #333;
}
.fv_slider .slideBox a:hover:after {
  background: #ccc;
  width: 40px;
}
.fv_slider .slideBox.slide01 a {
  top: 80%;
  left: 21%;
}
.fv_slider .slideBox.slide02 a {
  top: 78%;
  left: 28%;
}
.fv_slider .slideBox.slide03 a {
  top: 80%;
  left: 66%;
}
.fv_slider .slideBox.slide04 a {
  top: 80%;
  left: 44%;
}
.fv_slider .video {
  position: relative;
}

.amazon_pay_info_box {
    margin-top: 20px;
    margin-left: 37%;
    text-align: left!important;
    line-height: 23px;
}


@media (max-width: 767px) {
  .fv_slider .video {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
    justify-content: center;
    align-items: center;
  }
}
.fv_slider .video .moreBtn {
  position: absolute;
  bottom: 60px;
  right: 20px;
}
@media (max-width: 991px) {
  .fv_slider .video .moreBtn {
    bottom: 60px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
}
.fv_slider .video .moreBtn a {
  display: inline-block;
  background: #333;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 1.8rem;
}
.fv_slider .video video {
  width: 100%;
}

.slick-slider .slick-slide {
  text-align: center;
}
.slick-slider .slick-slide img {
  width: 100%;
}
.slick-slider .slick-slide img.pc {
  display: inline-block;
}
@media (max-width: 991px) {
  .slick-slider .slick-slide img.pc {
    display: none;
  }
}
.slick-slider .slick-slide img.sp {
  display: none;
}
@media (max-width: 991px) {
  .slick-slider .slick-slide img.sp {
    display: inline-block;
  }
}
.slick-slider.slick-slider {
  margin-bottom: 0;
}
.slick-slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto 20px;
}
.slick-slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 2px;
}
.slick-slider .slick-dots li button {
  background: #fff;
  height: 2px;
  width: 30px;
  padding: 0;
}
.slick-slider .slick-dots li button:before {
  content: none;
  color: transparent;
}
.slick-slider .slick-dots li.slick-active button {
  background: #bb2024;
}

.more {
  margin: 0 auto;
}
.more a {
  display: inline-block;
  padding: 10px 40px;
  color: #c6c6c6;
  border: 1px solid rgba(198, 198, 198, 0.2);
  background: transparent;
  transition: all 1s;
}
.more a:hover {
  color: #262626;
  background: #fff;
}
.more.more_g a {
  color: rgba(38, 38, 38, 0.8);
  border: 1px solid rgba(38, 38, 38, 0.2);
}
.more.more_g a:hover {
  color: #fff;
  background: rgba(38, 38, 38, 0.8);
}

.title_cont .main-ttl {
    font-size: 2.5rem;
    font-weight: normal;
}

.info_box {
  text-align: left;
}
@media (max-width: 991px) {
  .info_box {
    padding: 0 4% 80px;
  }
}
.info_box h3 {
  padding: 15px 0;
  font-weight: bold;
}
.info_box p {
  padding-bottom: 15px;
}
.info_box dl {
  border-bottom: 1px solid rgba(38, 38, 38, 0.3);
  font-size: 0;
}
.info_box dl:first-of-type {
  border-top: 1px solid rgba(38, 38, 38, 0.3);
}
.info_box dl dt, .info_box dl dd {
  display: inline-block;
  padding: 15px 0;
  font-size: 1.6rem;
  vertical-align: top;
}
.info_box dl dt {
  width: 23%;
}
.info_box dl dd {
  width: 77%;
}
@media (max-width: 991px) {
  .info_box dl dt, .info_box dl dd {
    display: block;
    width: auto;
  }
  .info_box dl dd {
    padding-top: 0;
  }
}



.info_box {
  text-align: left;
}
@media (max-width: 991px) {
  .info_box {
    padding: 0 4% 80px;
  }
}
.info_box h3 {
  padding: 15px 0;
  font-weight: bold;
}
.info_box p {
  padding-bottom: 15px;
}
.info_box dl {
  border-bottom: 1px solid rgba(38, 38, 38, 0.3);
  font-size: 0;
}
.info_box dl:first-of-type {
  border-top: 1px solid rgba(38, 38, 38, 0.3);
}
.info_box dl dt, .info_box dl dd {
  display: inline-block;
  padding: 15px 0;
  font-size: 1.0rem;
  vertical-align: top;
	font-weight: normal;
	line-height: 2rem;
}
.info_box dl dt {
  width: 23%;
}
.info_box dl dd {
  width: 77%;
}
@media (max-width: 991px) {
  .info_box dl dt, .info_box dl dd {
    display: block;
    width: auto;
  }
  .info_box dl dd {
    padding-top: 0;
  }
}

/* ===================================================================

footer style

=================================================================== */
footer {
  position: relative;
  display: block;
  background: #bb2024;
  padding: 5% 0 0;
  color: #fff;
  text-align: center;
}
footer .footer_content {
  max-width: 1000px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(198, 198, 198, 0.2);
}
footer .footer_content:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 991px) {
  footer .footer_content {
    padding-bottom: 40px;
    border-bottom: none;
  }
}
footer .footer_logo {
  float: left;
  text-align: center;
  margin-bottom: 3%;
  width: 10%;
}
@media (min-width: 1356px) {
  footer .footer_logo {
    width: auto;
  }
}
footer .footer_logo a {
  display: inline-block;
}
@media (max-width: 991px) {
  footer .footer_logo {
    float: none;
    width: 100%;
    margin-bottom: 10%;
  }
}
footer .footer_contact {
  float: right;
  margin-top: 1%;
}
footer .footer_contact a {
  display: inline-block;
  padding: 6px 50px;
  color: #c6c6c6;
  border: 1px solid rgba(198, 198, 198, 0.2);
  background: transparent;
  transition: all 1s;
  font-size: 14px;
}
@media (min-width: 1356px) {
  footer .footer_contact a {
    /*font-size: 1.6rem;*/
  }
}
footer .footer_contact a:hover {
  color: #262626;
  background: #fff;
}
@media (max-width: 991px) {
  footer .footer_contact {
    float: none;
  }
  footer .footer_contact a {
    display: block;
    margin: 0 auto;
    padding: 10px;
    width: 80%;
  }
}
@media (max-width: 991px) {
  footer .item_nav,
  footer .content_nav {
    display: none;
  }
}
footer .footer_nav {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1000px;
  margin: 0 auto 60px;
  text-align: left;
  justify-content: space-between;
}
@media (max-width: 991px) {
  footer .footer_nav {
    display: none;
  }
}
footer .footer_nav .title {
  width: 100%;
  font-size: 1rem;
  text-align: left;
  padding: 2% 0 1%;
  font-weight: 600;
}
@media (min-width: 1356px) {
  footer .footer_nav .title {
    /*font-size: 2.0rem;*/
  }
}
footer .footer_nav .title a {
  color: #c6c6c6;
}
footer .footer_nav ul {
  font-size: 0;
}
footer .footer_nav ul.item_nav {
  width: 25%;
}
footer .footer_nav ul.item_nav li {
  display: block;
}
footer .footer_nav ul.content_nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 65%;
  margin-right: 5%;
  max-height: 100px;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (min-width: 1356px) {
  footer .footer_nav ul.content_nav {
    max-height: 140px;
  }
}
footer .footer_nav ul.content_nav li {
  display: block;
}
footer .footer_nav li {
  display: inline-block;
  padding: 0 30px 0.3% 0;
  font-size: 0.9rem;
}
@media (min-width: 1356px) {
  footer .footer_nav li {
    /*font-size: 1.6rem;*/
  }
}
footer .footer_nav li a {
  color: #c6c6c6;
  letter-spacing: 2px;
}
footer .footer_nav .insta_icon {
  width: 5%;
  position: absolute;
  right: 0;
  top: 15px;
  text-align: right;
}
footer .footer_nav .insta_fb {
  width: 5%;
  position: absolute;
  right: 4%;
  top: 15px;
  text-align: right;
}
footer .international ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  justify-content: center;
  align-items: center;
	margin-bottom: 7px;
}
footer .international ul li {
  margin: 0 10px;
}
footer .international ul li a {
  opacity: 0.5;
  transition: .4s;
  mix-blend-mode: luminosity;
}
footer .international ul li a:hover {
  opacity: 1;
  mix-blend-mode: lighten;
}
footer .international ul li a img {
  width: 40px;
}
footer .copy {
  display: block;
  background: #bb2024;
  font-size: 1.2rem;
  padding: 0px 50px 12px 50px;
  text-align: center;
}
footer .copy:after {
  content: "";
  display: block;
  clear: both;
}
footer .copy small {
  display: inline-block;
  color: #aaa;
  font-size: 0.8rem;
}


.payment_gateway_label {
  display: none;
}

#payment .payment_method_paypal label img{
  /*margin-left:30%!important;
  max-height: 100%!important;*/
}

#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {display: inline;}

.PageItem-productDetailSection form.cart {
  text-align: right!important;
}

@media (max-width: 991px) {
  footer {
    padding: 40px 0 0;
  }
  footer .copy {
    padding: 13px 0;
  }
}

@media (max-width: 767px){
.pc {
    display: none;
}

.woocommerce .quantity .qty {
    width: 40px;
    height: 25px;
}

td.product-quantity {
  width: 100%!important;
}
tr td.buttons_control::before {
    content: attr(data-title)!important;
}

table.payment_gateway_table tr td:first-child {
  display: none;
}

table.payment_gateway_table tr td input {
  max-width: 72%;
}

table.payment_gateway_table tr td span.payment_gateway_td_span{
  word-break: keep-all;
}

.payment_gateway_label {
  max-width: 77%;
  margin-top: 10px;
  display: block;
}

#payment .payment_method_paypal label img{
  margin-left:22%!important;
  max-height: 100%!important;
}

.woocommerce-cart-form__cart-item td.product-subtotal {
  padding-left: 10px!important;
}

.woocommerce-cart-form__cart-item td.product-remove a.remove {
  margin-left: 95%;
}

.type-news .featured-image img {
  width: 100%!important;
  height: 100%!important;
}

}

.type-news .featured-image {
  margin-bottom: 15px;
}

.type-news .featured-image img{
  max-width: 100%;
  height: auto;
}

#ship-to-different-address label span{
  font-size: 15px!important;
}

.woocommerce form .form-row textarea {
    height: 6em!important;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%!important;
  }

  .woocommerce-checkout-review-order-table tr td, .woocommerce-checkout-review-order-table tr th:last-child {
    text-align: right;
  }

  .woocommerce-checkout-review-order-table tr td.product-name{
    text-align: left!important; 
  }

  div.cart_totals tr.woocommerce-shipping-totals th {
    text-transform: uppercase;
  }

/* デスクトップ用のPayPalアイコンの位置調整 */
.payment_methods img[alt="PayPal acceptance mark"] {
    position: relative;
    top: 5px;
    left: 5px;
    /* 必要に応じて値を調整 */
}

/* モバイルデバイス用のPayPalアイコンの位置調整 */
@media (max-width: 767px) {
    .payment_methods img[alt="PayPal acceptance mark"] {
        position: relative;
        top: 10px; /* 必要に応じてこの値を調整 */
        left: -85px; /* 必要に応じてこの値を調整 */
    }
}

}


