/*
Theme Name: a
*/
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, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, 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, input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  color: #000;
  font: inherit;
  vertical-align: baseline;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-family:"游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
input {
  font-family:"游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  font: inherit;
  --scrollbar-width: 15px;
  background: url(/shop/wp-content/themes/a/img/bg1.jpg)repeat;
  position: relative;
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
}
a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
a:hover img {
  opacity: 0.8;
}
img, iframe {
  vertical-align: bottom;
  max-width: 100%;
  background: transparent;
  transition: 0.3s;
  height: auto;
}
input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
        appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
.grecaptcha-badge {
  display: none;
}
.clear:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.df {
  display: flex;
}
.sb {
  justify-content: space-between;
}
.fw {
  flex-wrap: wrap;
}
.w90 {
  margin: 0 auto;
  width: 90%;
}
.dg{
  display: grid;
}
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 500ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.hBox1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  padding: 34px 3%;
  z-index: 20;
  background: url(/shop/wp-content/themes/a/img/bg1.jpg)repeat;
}
.hBox1 > h2 {
  font-size: 13px;
  font-weight: 700;
}
.headIcon{
  align-items: center;
}
.headIcon > a > img {
  width: 22px;
  height: 20px;
  display: block;
  margin: auto;
}
.headIcon > a > p,
.humBlock .btn p {
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  margin-top: 8px;
}
.headIcon > a {
  display: block;
  border-right: 1px solid #000;
  padding: 0 14px;
  position: relative;
}
.headIcon > a .cartCount {
  background: #D51719;
  position: absolute;
  top: -9px;
  right: 8px;
  width: 18px;
  height: 18px;
  text-align: center;
  color: #fff;
  line-height: 18px;
  font-size: 10px;
  border-radius: 50%;
}
.humBlock .btn {
  display: block;
  border-right: 1px solid #000;
  padding: 3px 14px 0;
  cursor: pointer;
}
.humBlock .btn span {
  display: block;
  width: 28px;
  background: #000;
  height: 1px;
  margin: 0 auto;
  position: relative;
  top: 0;
  transition: .3s;
}
.humBlock .btn span:nth-child(2) {
  margin: 5px auto;
}
.humBlock.open .btn span:nth-child(1) {
  transform: rotate(25deg);
  top: 9px;
}
.humBlock.open .btn span:nth-child(2) {
  opacity: 0;
}
.humBlock.open .btn span:nth-child(3) {
  transform: rotate(-25deg);
  top: -3px;
}
.humBlock .btn p {
  margin-top: 12px;
  font-size: 12px;
}
.humWrap {
  opacity: 0;
  position: fixed;
  pointer-events: none;
  top: 100px;
  left: 0;
  background: #2F2F2F;
  width: 100%;
  height: calc(100vh - 100px);
  transition: .3s;
}
.humBlock.open .humWrap {
  opacity: 1;
  pointer-events: unset;
}
.mainNavmenu {
  width: min(1460px, 90%);
  margin: 100px auto 0;
}
.mainNavmenu *{
  color: #fff;
}
.mainNavmenu .left {
  width: 60%;
  margin-right: 10%;
}
.mainNavmenu .right {
  width: 30%;
}
.mainNavmenu .wrap2 h2 {
  font-family: "Shippori Mincho B1", serif;
  font-size: 20px;
}
.mainNavmenu .wrap2 .titbox1 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 16px;
  align-items: center;
  margin-bottom: 30px;
}
.mainNavmenu .wrap2 .titbox1 .formBox {
  background: #DBDBDB;
  display: block;
}
.mainNavmenu .wrap2 .titbox1 .formBox form {
  display: flex;
  justify-content: space-between;
}
.mainNavmenu .wrap2 .titbox1 .formBox input.search-field {
  padding: 6px 20px;
  background: #DBDBDB;
  width: 240px;
  font-size: 14px;
  color: #3e3e3e;
}
.mainNavmenu .wrap2 .titbox1 .formBox button {
  background: #DBDBDB;
  border: none;
  padding-right: 14px;
  position: relative;
  top: 0;
}
.mainNavmenu .wrap2 .fbox2_1 h3 {
  font-size: 18px;
  font-weight: 700;
}
.mainNavmenu .wrap2 .fbox2_1 ul li a {
  margin-top: 24px;
  display: block;
  position: relative;
  padding-left: 14px;
}
.mainNavmenu .wrap2 .fbox2_1 ul li a:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 14px;
  background: url(/shop/wp-content/themes/a/img/arrow3.svg)0 0 no-repeat;
  background-size: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.mainNavmenu .wrap2 .fbox2_1 .inner2 ul li a {
  font-size: 18px;
  font-weight: 700;
}
.mainNavmenu .wrap2 .fbox2_1 .inner2 ul li:nth-child(1) a{
  margin-top: 0;
}
.hbox2 {
  margin: 100px auto 0;
  width: min(1780px,94%);
  border-top: 1px solid #CCC;
}
.hbox2 nav{
  width: min(1420px,94%);
  margin:0 auto;
  padding: 24px 0;
  position: relative;
}
.hbox2 ul {
  width: min(1060px,90%);
  margin: 0 auto;
}
.hbox2 nav ul li a {
  font-family: "游明朝","Yu Mincho","YuMincho","Shippori Mincho B1", serif;
  font-weight: 900;
}
.hbox2 nav ul li.on a {
  border-bottom: 1px solid #B72D2E;
}
.hbox2 nav:before {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 52px;
  background: url(/shop/wp-content/themes/a/img/navNoren.svg)0 0 no-repeat;
  background-size: 100%;
  left: 0;
  bottom: 0;
}
.hbox2 nav:after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 52px;
  background: url(/shop/wp-content/themes/a/img/navNoren.svg)0 0 no-repeat;
  background-size: 100%;
  right: 0;
  bottom: 0;
}
.searchBox1 {
  display: flex;
  align-items: center;
}
.searchBox1 button {
  background: transparent;
  border: none;
}
.hbox2 .searchBox1 input.search-field {
  background: transparent;
}
.hbox2 .searchBox1 button img {
  position: relative;
  top: -2px;
  padding-right: 4px;
}
.hbox2 .searchBox1 input::placeholder {
  color: #626262 !important;
  opacity: 1;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Shippori Mincho B1", serif;
  font-weight: 900;
}
.fvSwiper {
  background: #000000e3;
  padding: 88px 0 140px;
}
.fvSwiper .swiper-slide img {
  width: 100%;
}
.fvSwiper .swiper-pn {
  width: 43%;
  margin: 0 auto;
  position: absolute;
  inset: 0;
  margin: auto;
}
.fvSwiper .swiper-button-next:after,
.fvSwiper .swiper-button-prev:after {
  background: url(/shop/wp-content/themes/a/img/arrow1.svg)0 0 no-repeat;
  background-size: 100%;
  width: 30px;
  height: 102px;
  color: transparent;
}
.fvSwiper .swiper-button-prev:after {
  transform: rotate(180deg);
}
.fvSwiper .swiper-button-prev,
.fvSwiper .swiper-rtl .swiper-button-next,
.fvSwiper .swiper-button-next,
.fvSwiper .swiper-rtl .swiper-button-prev {
  width: 30px;
  height: 102px;
}
.fvSwiper .swiper-pagination {
  margin-bottom: 80px;
}
.fvSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 190px;
  height: 2px;
  background: #fff;
  opacity: 1;
  border-radius: 0;
}
.fvSwiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #B72D2E;
}
.fvNews {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
  align-items: center;
  margin-right: 70px;
}
.fvNews a {
  background: #fff;
  display: table;
  padding: 14px 60px 14px 28px;
  position: relative;
  box-shadow: 0 2px 2px rgb(149 149 149 / 22%);
  font-size: 15px;
}
.fvNews a span {
  font-family: "Open Sans", serif;
  font-size: 13px;
  font-weight: 600;
  margin-right: 20px;
  letter-spacing: 0.15em;
}
.fvNews a:before {
  content: "";
  display: block;
  width: 5px;
  height: 11px;
  background: url(/shop/wp-content/themes/a/img/aroow2.svg)0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.mainWrap {
  margin: 140px auto;
  width: min(1240px,90%);
  display: flex;
  justify-content: space-between;
}
.sideBar1 {
  width: 25%;
  margin-right: 5%;
}
.mainInner{
  width: 70%;
}
.sideBar1 h2 {
  font-size: 20px;
  font-family: "游明朝","Yu Mincho","YuMincho","Shippori Mincho B1", serif;
  padding: 24px 16px;
  box-sizing: border-box;
  position: relative;
  background: #fff;
}
.sideBar1 h2:before {
  CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
  content: "";
  display: block;
  width: 86px;
  height: 86px;
  background: url(/shop/wp-content/themes/a/img/sideTit1.png) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sideBar1 .box1 {
  padding-bottom: 56px;
  background: #fff;
}
.sideBar1 .box1 h3 {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-left: 16px;
}
.sideBar1 .box1 h3 span {
  font-size: 18px;
  font-weight: 700;
  color: #B72D2E;
  margin-right: 2px;
}
.sideBar1 .box1 ul{
  border-top: 1px dashed #CBCCCC;
}
.sideBar1 .box1 ul li a {
  padding: 14px 0;
  border-left: 3px solid #fff;
  padding-left: 30px;
  position: relative;
  background: #fff;
  font-family: "Open Sans", "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP","ヒラギノ角ゴ Pro";
  display: block;
  border-bottom: 1px dashed #CBCCCC;
  font-weight: 600;
}
.sideBar1 .box1 ul li a:before {
  content: "";
  width: 5px;
  height: 11px;
  background: url(/shop/wp-content/themes/a/img/arrow4.svg)0 0 no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 14px;
  margin: auto;
}
.sideBar1 .box1 ul li a:hover {
  border-left: 3px solid #B62D2E;
  background: #EFEFEF;
}
.sideBar1 .box1 .searchBox1 {
  width: 90%;
  margin: 0 auto;
  border: 1px solid #9B9B9B;
  box-sizing: border-box;
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
}
.sideBar1 .box2 img {
  margin-bottom: 20px;
}
.sideBar1 .box3 {
  background: #fff url(/shop/wp-content/themes/a/img/sideBg1.png)0 0 no-repeat;
  background-size: 100%;
  margin-bottom: 15px;
}
.sideBar1 .box3 h3 {
  background: url(/shop/wp-content/themes/a/img/sideTit2.png)0 0 no-repeat;
  background-size: 100%;
  height: 70px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: "游明朝","Yu Mincho","YuMincho","Shippori Mincho B1", serif;
  padding-top: 18px;
  
}
.sideBar1 .box3 .inner1 {
  width: 100%;
  margin: 0 auto;
  padding: 18px 10%;
  border-bottom: 1px solid #CBCCCC;
  box-sizing: border-box;
}
.sideBar1 .box3 .inner1 > img {
  width: 30%;
  margin-right: 10%;
}
.sideBar1 .box3 .inner1 > div {
  width: 60%;
}
.sideBar1 .box3 .inner1 > div h4 {
  font-family: "游明朝","Yu Mincho","YuMincho","Shippori Mincho B1", serif;
  color: #896C35;
}
.sideBar1 .box3 .inner1 > div p {
  font-size: 15px;
  font-weight: 700;
  margin-top: 2px;
}
.sideBar1 .box4 {
  background: #fff url(/shop/wp-content/themes/a/img/sideBg2.jpg) 0 0 no-repeat;
  background-size: 100%;
  margin-bottom: 20px;
  padding: 30px 10%;
  box-sizing: border-box;
}
.sideBar1 .box4 h3 {
  font-size: 18px;
  text-align: center;
  font-family: "游明朝","Yu Mincho","YuMincho","Shippori Mincho B1", serif;
  margin-bottom: 16px;
}
.sideBar1 .box4 a {
    background: #fff;
    display: block;
    padding: 10px 20px;
}
.sideBar1 .box4 a h4 {
  text-align: center;
  font-family: "Open Sans", "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP","ヒラギノ角ゴ Pro";
  font-size: 18px;
  align-items: center;
  justify-content: center;
}
.sideBar1 .box4 a h4 img {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.sideBar1 .box4 a p {
  background: #F8F8F8;
  padding: 6px 14px;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
.sideBar1 .box4 a p span {
  font-size: 10px;
  display: block;
}
.sideBar1 .box4 a.mailLink {
  margin-top: 14px;
  padding: 20px 0;
}
.sideBar1 .instBnr {
  display: block;
  margin: 20px 0;
}
.sideBar1 .instBnr, .sideBar1 .voiceBnr, .sideBar1 .downloadBnr {
  box-shadow: 0 2px 6px rgb(204 203 203 / 22%);
  display: block;
}
.tit1 {
  background: #EFEFEF;
  text-align: center;
  padding: 15px 0;
  color: #C14F50;
  font-weight: 900;
  font-family: "游明朝","Yu Mincho","YuMincho","Shippori Mincho B1", serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tit1 img {
  margin-right: 6px;
}
.topImg1 {
  margin: 24px 0 18px;
}
.topRanking {
  margin-top: 200px;
}
.tit2 {
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding-top: 60px;
  font-family: "游明朝","Yu Mincho","YuMincho","Shippori Mincho B1", serif;
  font-size: 36px;
  font-weight: 600;
}
.tit2:before {
  content: "";
  width: 144px;
  height: 58px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(/shop/wp-content/themes/a/img/iconTit1.svg)0 0 no-repeat;
  background-size: 100%;
}
.tit2 span {
  font-family: "Open Sans", "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP","ヒラギノ角ゴ Pro";
  font-size: 11px;
  display: block;
  margin-top: -6px;
}
.itemListBlock .itemList1 {
  border-top: 1px solid #ccc;
  padding-top: 40px;
  margin-top: 40px;
  grid-column: auto;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 70px 15px;
}
.itemListBlock .itemList1 li a{
  position: relative;
}
.itemListBlock .itemList1 li a .num {
  position: absolute;
  width: 28px;
  height: 30px;
  background-color: #AC9464;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 22px;
  clip-path: polygon(0 0, 100% 0, 100% 95%, 50% 80%, 0 95%);
  top: 0;
  left: 0;
  z-index: 1;
}
.itemListBlock .itemList1 li:nth-child(2) a .num {
  background-color: #989898;
}
.itemListBlock .itemList1 li:nth-child(3) a .num {
  background-color: #7C4D35;
}
.itemListBlock .itemList1 li:nth-child(n+4) a .num {
  background-color: #B72D2D;
}
.itemListBlock .itemList1 li .txtBox {
  width: 90%;
  margin: 12px auto 0;
}
.itemListBlock .itemList1 li .txtBox h3 {
  font-family: "游明朝","Yu Mincho","YuMincho","Shippori Mincho B1", serif;
  font-size: 18px;
  font-weight: 600;
}
.itemListBlock .itemList1 li .txtBox .price {
  font-size: 17px;
  font-weight: 600;
  color: #B72D2E;
  margin: 12px 0 28px;
  font-family: "Open Sans", "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP","ヒラギノ角ゴ Pro";
}
.itemListBlock .itemList1 li .txtBox .price span {
  font-size: 12px;
  font-weight: 700;
  color: #B72D2E;
  margin-left: 4px;
}
.itemListBlock .itemList1 li .txtBox .price span bdi {
  font-size: 17px;
}
.imgBox {
  overflow: hidden;
}
.imgBox img {
  transition: .3s;
  transform: scale(1.0,1.0);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.itemListBlock .imgBox img {
    aspect-ratio: 16 / 11;
}
.imgBox img:hover,
.itemListBlock .itemList1 li a:hover .imgBox img {
  transform: scale(1.1,1.1);
}
.linkBtn1,
button.woocommerce-Button.button {
  border: 1px solid #B72D2E;
  text-align: center;
  padding: 12px;
  font-size: 13px;
  font-weight: 800;
  position: relative;
  transition: .3s;
}
.linkBtn1:after,
button.woocommerce-Button.button:after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: absolute;
  right: 28%;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/shop/wp-content/themes/a/img/arrow2.svg)0 0 no-repeat;
  background-size: 100%;
  transition: .3s;
}
.linkBtn1:hover,
a:hover .linkBtn1,
button.woocommerce-Button.button:hover {
  background: #B72D2E;
  color: #fff;
}
button.woocommerce-Button.button {
    border-radius: 0;
    display: block;
    margin-top: 20px;
    padding: 20px 90px;
    background: #B72D2E;
    color: #fff;
}
.linkBtn1:hover:after,
a:hover .linkBtn1:hover:after,
button.woocommerce-Button.button:hover:after {
  background: url(/shop/wp-content/themes/a/img/arrow3.svg)0 0 no-repeat;
  background-size: 100%;
}
.topOsusume {
  margin-top: 70px;
}
.linkBtn2 {
  border: 1px solid #B62D2E;
  background: #B62D2E;
  color: #fff;
  padding: 18px 0;
  width: min(408px, 100%);
  display: block;
  text-align: center;
  position: relative;
}
.linkBtn2:after {
  content: "";
  display: block;
  position: absolute;
  right: 28px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/shop/wp-content/themes/a/img/arrow3.svg)0 0 no-repeat;
  background-size: 100%;
  width: 5px;
  height: 11px;
}
.linkBtn2:hover{
  background: #fff;
  color: #B62D2E;
}
.linkBtn2:hover:after{
  background: url(/shop/wp-content/themes/a/img/arrow2.svg)0 0 no-repeat;
  background-size: 100%;
}
.itemListBlock .linkBtn2 {
  margin: 70px auto 0;
}
.topSearch {
  margin-top: 200px;
}
.tit3 {
  background: #2D2D2D;
  text-align: center;
  color: #fff;
  font-size: 20px;
  padding: 20px 0;
  font-weight: 700;
  margin: 40px 0;
}
.itemCatBlock ul {
  grid-column: auto;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 015px;
}
.itemCatBlock ul li p {
  background: #fff;
  padding: 14px 0 14px 30px;
  font-family: "游明朝","Yu Mincho","YuMincho","Shippori Mincho B1", serif;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  transition: .3s;
}
.itemCatBlock ul li a:hover p{
  background: #B72D2E;
  color: #fff;
}
.itemCatBlock ul li p:after {
  content: "";
  display: block;
  width: 5px;
  height: 11px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 14px;
  background: url(/shop/wp-content/themes/a/img/arrow2.svg)0 0 no-repeat;
  background-size: 100%;
  margin: auto;
}
.itemCatBlock ul li a:hover p:after{
  background: url(/shop/wp-content/themes/a/img/arrow3.svg)0 0 no-repeat;
  background-size: 100%;
}
.topSeen {
  margin-top: 70px;
}
.topReason {
  margin-top: 200px;
}
.topReason .box1{
  position: relative;
}
.topReason .box1 .textBox {
  position: absolute;
  bottom: 36px;
  left: 30px;
}
.topReason .box1 .textBox h2{
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  font-family: "游明朝","Yu Mincho","YuMincho","Shippori Mincho B1", serif;
}
.topReason .box1 .textBox .en{
  font-size:11px;
  color: #fff;
  font-family: "Open Sans", "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP","ヒラギノ角ゴ Pro";
}
.topReason .box1 .textBox .txt1{
  font-size:20px;
  color: #fff;
  margin-top: 28px;
  font-family: "游明朝","Yu Mincho","YuMincho","Shippori Mincho B1", serif;
}
.topReason .box2 {
  background: #292929;
  padding: 30px 30px 1px;
}
.topReason .box2 .txt1 {
  font-family: "游明朝","Yu Mincho","YuMincho","Shippori Mincho B1", serif;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  margin: 16px 0 24px 20px;
}
.topReason .box2 .txt2 {
  font-size: 20px;
  font-weight: 600;
}
.topReason .box2_1 img {
  width: 50%;
}
.topReason .linkBtn2 {
  margin: 70px auto 0;
}
.footTopBlock {
  padding-top: 200px;
  width: min(870px,100%);
  margin: 0 auto;
}
.tit3 span {
  color: #fff;
  font-size: 15px;
  margin-left: 20px;
}
.tempGuideWrap{
  background:#fff;
}
.tempGuideWrap .box1 .inner1 {
  padding: 70px 5%;
  align-items: flex-start;
}
.tempGuideWrap .box1 .inner1 .left,
.tempGuideWrap .box1 .inner1 .right {
  width: 48%;
}
.tempGuideWrap .box1 .inner1 .left {
  background: #F0F0F0;
  padding: 30px;
  box-sizing: border-box;
}
.tempGuideWrap .box1 .inner1 .left > img {
  margin: 0 auto;
  display: block;
}
.tempGuideWrap .box1 .inner1 h4 {
  color: #B72D2E;
  font-size: 19px;
  font-weight: 900;
  text-align: center;
  font-family: "游明朝","Yu Mincho","YuMincho","Shippori Mincho B1", serif;
  margin: 14px 0 44px;
}
.tempGuideWrap .box1 .inner1 ul li {
  font-size: 15px;
  font-weight: 700;
  margin-top: 12px;
}
.tempGuideWrap .box2 {
  width: 90%;
  border: 1px solid #D9D9D9;
  margin: 0 auto;
  padding: 30px 30px 0;
  box-sizing: border-box;
}
.tempGuideWrap .box2 li {
  width: 48%;
  margin-bottom: 42px;
}
.tempGuideWrap .box2 li h4 {
  background: #FFF12F;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
}
.tempGuideWrap .box2 li h4 span {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-left: 4px;
}
.tempGuideWrap .box2 li p {
  width: 90%;
  margin: 14px auto 0;
  font-size: 15px;
  font-weight: 700;
}
.tempGuideWrap .box2 li:nth-child(1) h4,
.tempGuideWrap .box2 li:nth-child(1) h4 span {
    text-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}
.tempGuideWrap .box2 li:nth-child(2) h4 {
  background: #F8B62C;
}
.tempGuideWrap .box2 li:nth-child(3) h4 {
  background: #8EC323;
}
.tempGuideWrap .box2 li:nth-child(4) h4 {
  background: #00A1E9;
}
.tempGuideWrap .box2 li:nth-child(5) h4 {
  background: #145EA0;
}
.tempGuideWrap .box2 li:nth-child(6) h4 {
  background: #E66D67;
}
.tempGuideWrap .box2 li:nth-child(7) h4 {
  background: #E93328;
}
.tempGuideWrap .box3 {
  margin-top: 70px;
  padding-bottom: 70px;
}
.tempGuideWrap .box3_1 {
  width: 90%;
  margin: 0 auto;
}
.redTit {
  font-size: 18px;
  font-weight: 700;
  color: #B52927;
  margin-bottom: 14px;
}
.tempGuideWrap .box3_1 .inner1 h5 {
  background: #EFEFEF;
  padding: 10px;
  font-size: 15px;
  font-weight: 700;
}
.tempGuideWrap .box3_1 .inner1 .txt1 {
  font-size: 15px;
  font-weight: 700;
  margin: 8px 0 20px;
}
.tempGuideWrap .box3_1 .payList {
  grid-column: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 6px;
}
.tempGuideWrap .box3_1 .inner1{
  margin-bottom: 34px;
}
.redTit {
  margin-top: 34px;
}
.tempGuideWrap .box3_1 h5 {
  margin-top: 24px;
  font-size: 15px;
  font-weight: 700;
}
.tempGuideWrap .box3_1 .txt1 {
  font-size: 15px;
  font-weight: 700;
}
.tempGuide .linkBtn2 {
  margin: 70px auto 0;
}
.topNews {
  margin: 200px auto;
  width: min(870px,100%);
}
.topNews ul {
  background: #fff;
  padding: 34px 50px;
  box-sizing: border-box;
  margin: 40px 0 70px;
}
.topNews ul li a {
  padding: 34px 0;
  display: block;
  border-top: 1px solid #CCCCCC;
  position: relative;
}
.topNews ul li a span {
  margin-right: 40px;
}
.topNews ul li:nth-child(1) a {
  border-top:none;
}
.topNews ul li a:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 11px;
  background: url(/shop/wp-content/themes/a/img/arrow2.svg)0 0 no-repeat;
  background-size: 100%;
}
.topNews .linkBtn2 {
  margin: auto;
}
.instBlock {
  background: #fff;
  padding: 90px 60px;
  box-sizing: border-box;
  width: min(870px,100%);
  margin: 0 auto;
}
.instBlock .titBox1{
  margin-bottom: 50px;
  align-items: center;
}
.instBlock .titBox1 h2 {
  width: 50%;
  font-family: "游明朝","Yu Mincho","YuMincho","Shippori Mincho B1", serif;
  font-size: 36px;
  font-weight: 600;
}
.instBlock .titBox1 p {
  width: 48%;
  font-size: 15px;
  font-weight: 700;
}
.followBtn {
  display: block;
  background: linear-gradient(180deg,#405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d, #f56040, #f77737, #fcaf45);
  color: #fff;
  text-align: center;
  padding: 20px 0;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  margin: 70px auto 0;
  width: min(408px, 90%);
  transition: .3s;
}
.followBtn:before {
  content: "";
  width: 5px;
  height: 11px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  background: url(/shop/wp-content/themes/a/img/arrow3.svg) 0 0 no-repeat;
  background-size: 100%;
  margin: auto;
}
.fbox1 {
  background: url(/shop/wp-content/themes/a/img/fbox1Bg.jpg)0 0 no-repeat;
  background-size: cover;
  padding: 90px 0;
}
.fbox1 .wrap1 {
  width: min(1230px,90%);
  margin: 0 auto;
  align-items: flex-start;
}
.fbox1 .wrap1 .left {
  width: 35%;
  margin-right: 5%;
}
.fbox1 .wrap1 .left h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 50px;
  font-family: "游明朝","Yu Mincho","YuMincho","Shippori Mincho B1", serif;
}
.fbox1 .wrap1 .left p {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
.fbox1 .wrap1 .right {
  width: 60%;
}
.fbox1 .wrap1 .right .linkBox1 > div {
  width: 49%;
}
.fbox1 .wrap1 .right .linkBox1 > div a {
  background: #fff;
  padding: 36px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Open Sans", "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP","ヒラギノ角ゴ Pro";
  font-size: 23px;
  font-weight: 600;
}
.fbox1 .wrap1 .right .linkBox1 > div a img{
  margin-right: 10px;
}
.fbox1 .wrap1 .right .linkBox1 > div p {
  color: #fff;
  font-size: 15px;
  margin-top: 10px;
  line-height: 1.2;
}
.fbox2 {
  background: url(/shop/wp-content/themes/a/img/fbox2Bg.jpg)0 0 no-repeat;
  background-size: cover;
  padding: 100px 0 50px;
}
.fbox2 .mainNavmenu{
  margin-top: 0;
}
.mainNavmenu .wrap2 .fbox2_1 ul li.bnr a {
  padding-left: 0;
  margin-top: 16px;
}
.mainNavmenu .wrap2 .fbox2_1 ul li.bnr a img{
  width: 170px;
}
.mainNavmenu .wrap2 .fbox2_1 ul li.bnr a:before{
  display: none;
}
.mainNavmenu .wrap2 .fbox2_1 ul li.bnr a p {
  font-size: 14px;
  margin-top: 4px;
}
.mainNavmenu .wrap2 .fbox2_1 ul li.bnr a p:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(/shop/wp-content/themes/a/img/iconLink.svg)0 0 no-repeat;
  background-size: 100%;
  margin-left: 12px;
}
.fbox2 .wrap3 {
  width: min(1460px, 90%);
  margin: 90px auto 0;
  border-top: 1px solid #ccc;
  padding-top: 90px;
}
.fbox2 .wrap3 *{
  color: #fff;
}
.fbox2 .wrap3 .box1 img {
  margin: 10px 0 24px;
}
.fbox2 .wrap3 .box1 .txt2 {
  font-size: 15px;
  font-weight: 700;
}
.fbox2 .wrap3 .box1 .left {
  width: 60%;
  margin-right: 5%;
}
.fbox2 .wrap3 .box1 .right {
  width: 35%;
}
.fbox2 .wrap3 .box1 .right iframe {
  height: 180px;
  margin-bottom: 6px;
}
.fbox2 .wrap3 .box1 .right a {
  font-size: 12px;
  font-weight: 700;
}
.fbox2 .wrap3 .box1 .right a:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(/shop/wp-content/themes/a/img/iconLink.svg)0 0 no-repeat;
  background-size: 100%;
  margin-left: 10px;
  position: relative;
  top: 2px;
}
.fbox2 .wrap3 .box2 small {
  font-size: 8px;
}
.fbox2 .wrap3 .box2 a {
  margin-top: 14px;
}
.pageUnder > header {
  background: #2F2F2F;
}
.pageUnder .hbox2 {
  border-top:none;
}
.pageUnder .hbox2 nav ul li a{
  color: #fff;
}
.pageUnder .hbox2 .searchBox1 input.search-field{
  color: #fff;
}
.pageUnder .hbox2 .searchBox1 input.search-field::placeholder {
  color: #fff !important;
}
.pankuzu {
  width: min(1230px,90%);
  margin: 0 auto 100px;
  padding-top: 20px;
}
.pankuzu a {
  font-size: 15px;
  font-weight: 500;
}
.pankuzu a::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 9px;
  background: url(/shop/wp-content/themes/a/img/arrow2.svg)0 0 no-repeat;
  background-size: 100%;
  margin: 0 18px;
}
.pankuzu a:nth-child(1):before {
  display: none;
}
.itemWrap {
  width: min(1230px,90%);
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.itemMain {
  width: 53%;
}
.itemSide {
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
}
.swiper-pointer-events {
  cursor: grab;
}
.swiper-pointer-events:active {
  cursor: grabbing;
}
.itemInfo {
  background: #fff;
  padding: 40px;
  box-sizing: border-box;
}
.itemInfo h1 {
  font-family: "游明朝","Yu Mincho","YuMincho","Shippori Mincho B1", serif;
  font-size: 25px;
  margin-bottom: 42px;
  font-weight: 600;
}
.itemInfo .count {
  color: #ff0000;
  font-size: 23px;
  font-weight: 700;
}
.itemInfo .price{
  padding-bottom: 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid #9B9B9B;
}
.itemInfo .kome{
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 700;
  color: #D85B00;
}
.itemInfo .price .txt1 {
  font-size: 15px;
  font-weight: 700;
  color: #D85B00;
  margin-bottom: 6px;
}
.itemInfo .price .txt2 bdi {
  color: #B72D2E;
  font-size: 26px;
  font-family: "Open Sans", "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP","ヒラギノ角ゴ Pro";
  font-weight: 600;
}
.itemInfo .price .txt2 .yen{
  color: #B72D2E;
  font-size: 15px;
  font-weight: 700;
}
.woocommerce-Price-currencySymbol{
  display: none;
}
.itemaddtocart {
  margin: 16px 0 0;
}





.itemAccordion .box1,
.itemaddtocart .wapf-field-group > .wapf-field-container{
  background: #F7F7F7;
  padding: 26px;
  margin-top: 16px;
  box-sizing: border-box;
}
.itemaddtocart .wapf-field-group > .wapf-field-container {
    background: #F7F7F7;
    padding: 26px;
    box-sizing: border-box;
}
.itemAccordion .box1 h2,
.itemaddtocart .wapf-field-group .wapf-field-label label,
.itemaddtocart .wapf-field-row .wapf-field-label label,
.itemaddtocart .wapf-field-group .wapf-field-label label span {
  font-size: 15px;
  font-weight: 700;
  color: #D85B00;
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
  margin: 0;
}

.itemaddtocart .wapf-field-container .wapf-field-input {
  height: 0;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  transition: height .3s ease, opacity .3s ease;
}

.itemaddtocart .wapf-field-container.open .wapf-field-input,
.itemaddtocart .wapf-field-row.open .wapf-field-input {
  height: auto;
  opacity: 1;
  pointer-events: auto;
  overflow: visible;
}
.wapf-field-description {
    font-size: 12px;
    font-weight: 700;
    margin-top: 6px;
}
.label-above .wapf-field-label{
  margin-bottom: 0;
}
.itemaddtocart .wapf-field-row {
  display: block;
  width: 100%;
  margin: 0 0 16px;
  padding: 0;
  box-sizing: border-box;
}

.itemaddtocart .wapf-field-input select.wapf-input,
.itemaddtocart .wapf-field-input input.wapf-input,
.itemaddtocart .wapf-field-input textarea.wapf-input {
  width: 100%;
  background: #fff;
  padding: 10px 12px;
  margin-top: 6px;
  border: 1px solid #DDD;
  border-radius: 4px;
  box-sizing: border-box;
}

.itemaddtocart .wapf-pricing-hint {
  font-size: 12px;
  opacity: .75;
  margin-left: 4px;
}

.itemAccordion .box1 h2::after,
.itemaddtocart .wapf-field-group .wapf-field-label label::after,
.itemaddtocart .wapf-field-row .wapf-field-label label::after {
  content: "";
  position: absolute;
  right: 0; top: 0; bottom: 0;
  margin: auto;
  width: 6px; height: 14px;
  background: url(/shop/wp-content/themes/a/img/arrow4.svg) no-repeat 0 0 / 100% auto;
  transform: rotate(90deg);
  transition: transform .2s ease;
}

.itemAccordion .box1.open h2::after,
.itemaddtocart .wapf-field-container.open .wapf-field-label label::after,
.itemaddtocart .wapf-field-row.open .wapf-field-label label::after {
  transform: rotate(-90deg);
}

.itemaddtocart .quantity {
  width: 134px;
  display: flex;
  align-items: center;
  border: 1px solid #B72D2E;
  margin-right: 22px;
  padding: 16px 10px;
  box-sizing: border-box;
  float: left;
}

.itemaddtocart .quantity .input-text {
  width: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  border: 0;
  background: transparent;
}

.itemaddtocart .quantity .qty-minus,
.itemaddtocart .quantity .qty-plus {
  color: #B72D2E;
  background: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.itemaddtocart .wapf-field-group.two-cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}




.single_add_to_cart_button {
  background-color: #B72D2E;
  color: #fff;
  font-weight: bold;
  padding: 21px 30px;
  font-size: 15px;
  display: flex;
  align-items: center;
  border: none;
  width: 234px;
  cursor: pointer;
}
.single_add_to_cart_button::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('https://goshado-shop.com/wp-content/themes/a/img/iconCart2.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
}
.itemImgSlide .thumb-slider {
  margin-top: 24px;
}
.swiper-button-next{
    right: 10px;
    left: auto;
    color: #fff;
}
.swiper-button-prev{
    left: 10px;
    right: auto;
    color: #fff;
}
.itemConts{
  border-top: 1px solid #9B9B9B;
  padding-top: 40px;
  margin-top: 50px;
}
.itemConts h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 14px;
}
.itemConts p {
  font-size: 15px;
  font-weight: 500;
}
.itemBnrGift {
  margin-top: 48px;
}
.itemBnrDrink {
  margin: 16px 0 50px;
}
.pageItem > .linkBtn2 {
  margin: 70px auto 200px;
}
.itemShere {
  margin: 24px auto 0;
  width: 90%;
}
.itemShere h3 {
  border-right: 1px solid #9B9B9B;
  width: 55%;
  font-size: 15px;
  font-weight: 700;
}
.itemShere ul {
  width: 28%;
  justify-content: space-between;
}
.freeBlock1 {
  width: min(1230px,90%);
  margin: 0 auto;
}
.wc-block-components-button{
  border: 1px solid #B62D2E;
  background: #B62D2E;
  color: #fff;
  padding: 18px 0;
  width: min(408px, 100%);
  display: block;
  text-align: center;
  position: relative;  
  margin-top: 50px;
}
.wc-block-components-button span{
  color: #fff;
}
.wc-block-components-button:after {
  content: "";
  display: block;
  position: absolute;
  right: 28px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/shop/wp-content/themes/a/img/arrow3.svg) 0 0 no-repeat;
  background-size: 100%;
  width: 5px;
  height: 11px;
}
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button .wc-block-components-checkout-place-order-button__text {
  color: #fff;
  font-size: 18px;
}
.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
    color: #fff;
}
.wc-block-components-checkout-return-to-cart-button {
  background: #ddd;
  width: 42%;
  padding: 16px 0;
  text-align: center;
  margin-top: 48px;
}
.wc-block-components-checkout-return-to-cart-button svg{
  display: none;
}
.headBlock {
  width: 100%;
  height: 240px;
  background: url(/shop/wp-content/themes/a/img/headBg.jpg)0 0 no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.headBlock h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Shippori Mincho B1";
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  transform: translate(-50%,-50%);
}
.headBlock h1:before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 33px;
  background: url(/shop/wp-content/themes/a/img/logoMark2.svg)0 0 no-repeat;
  background-size: 100%;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.lawBlock1 {
  width: min(1230px, 90%);
  margin: 0 auto;
}
.lawBlock1 table th {
  background: #F5F5F5;
  width: 25%;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 700;
}
.lawBlock1 table tr{
  border-top: 1px solid #CCC;
}
.lawBlock1 table tr:nth-child(1){
  border-top: 0;
}
.lawBlock1 table td {
  width: 75%;
  background: #fff;
  padding: 5%;
  line-height: 2;
}
.bottomBtn {
  margin: 100px auto 180px;
}
.viewedBlock{
  width: min(870px,90%);
  margin: 200px auto 0;
}
.itemList1.viewed {
  border: none;
  margin-top: 0;
}
.viewedBlock h2 {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Shippori Mincho B1";
}
.underHead2 h1 {
  font-size: 36px;
  font-weight: 600;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Shippori Mincho B1";
  text-align: center;
  margin: 0 auto;
  padding-bottom: 60px;
  border-bottom: 1px solid #CCC;
}
.underHead2 h1:before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 33px;
  background: url(/shop/wp-content/themes/a/img/mark.svg)0 0 no-repeat;
  background-size: 100%;
  margin-right: 8px;
  position: relative;
  top: 2px;
}
.sortBtnBox {
  padding: 40px 0 60px;
}
.sortBtnBox a {
  cursor: pointer;
  border: 1px solid #B72D2E;
  padding: 12px 40px;
  font-size: 15px;
  font-weight: 700;
  position: relative;
}
.sortBtnBox a:hover {
  background: #B72D2E;
  color: #fff;
}
.sortBtnBox a#rankingBtn {
  margin: 0 20px;
}
.sortBtnBox a:before {
  content: "";
  display: inline-block;
  background: url(/shop/wp-content/themes/a/img/arrow2.svg)0 0 no-repeat;
  width: 5px;
  height: 11px;
  background-size: 100%;
  transform: rotate(90deg);
  margin-right: 14px;
}
.sortBtnBox a#joukenBtn:before {
  background: url(/shop/wp-content/themes/a/img/iconSort.svg)0 0 no-repeat;
  background-size: 100%;
  width: 25px;
  height: 25px;
  transform: none;
  position: relative;
  top: 7px;
}
.sortDropdown { 
  position: relative;
  display:inline-block;
}
.sortMenu[hidden]{
  display:none;
}
.sortMenu {
  position:absolute;
  top:100%;
  left:0;
  background:#fff;
  border:1px solid #ddd;
  padding:6px;
  z-index:10;
  min-width:200px;
}
.sortList {
  list-style:none;
  margin:0;
  padding:0;
}
.sortList li { margin:0; }
.sortItem { display:block; width:100%; text-align:left; padding:8px 10px; border:0; background:transparent; cursor:pointer; }
.sortItem:hover { background:#f5f5f5; }
.sortItem.is-active { font-weight:700; }


.joukenArea {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(0 0 0 / 50%);
  z-index: 50;
  pointer-events: none;
  opacity: 0;
  transition: .3s;
}
.joukenArea.open {
  pointer-events: unset;
  opacity: 1;
}
.joukenArea .wrap1 {
  background: #fff;
  position: absolute;
  inset: 0;
  margin: auto;
  width: fit-content;
  max-width: 600px;
  padding: 40px;
  overflow-y: auto;
  height: 80vh;
  max-height: 930px;
}
.joukenArea .wrap1 .box1 {
  padding-bottom: 36px;
  border-bottom: 1px solid #9B9B9B;
}
.joukenArea .wrap1 h2 {
  font-size: 20px;
  font-weight: 700;
}
.joukenArea .wrap1 .box3 {
  border-bottom: 1px solid #9B9B9B;
  padding: 36px 5%;
  width: 90%;
  margin: 0 auto;
}
.joukenArea .wrap1 .box3 h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}
.joukenArea .wrap1 .box3 label {
  width: 48%;
  display: inline-block;
  margin-bottom: 2%;
  font-size: 15px;
  font-weight: 700;
}
.joukenArea .wrap1 .box3 input[type="search"] {
  font-size: 12px;
  font-weight: 700;
  border: 1px solid #9B9B9B;
  width: 100%;
  box-sizing: border-box;
  padding: 3% 4%;
}
.joukenArea .wrap1 .box4 {
  width: 90%;
  margin: 38px auto 0;
}
.joukenArea .wrap1 .box4 button {
  width: 46%;
  color: #B72D2E;
  border: 1px solid #D1D1D1;
  background: #fff;
  cursor: pointer;
}
.iconBatsu{
  cursor: pointer;
}
.joukenArea .wrap1 .box4 button.submit {
  color: #fff;
  background: #B72D2E;
}
.joukenArea .wrap1 .box4 button.submit:after {
  background: url(/shop/wp-content/themes/a/img/arrow3.svg) 0 0 no-repeat;
  background-size: 100%;
}
.joukenArea .wrap1 .box4 button::after {
  right: 24%;
}
.nomalListBlock .itemList1 {
  border-top: 0;
  padding-top: 10px;
  margin-top: 10px;
}
.pagination {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 60px 0;
  margin: 60px 0 20px;
}
.page-numbers {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.page-numbers li > * {
  border: 1px solid #BEBEBE;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 7px;
}
.page-numbers li span {
  border: 1px solid #B72D2E;
  background: #B72D2E;
  color: #fff;
}
.page-numbers li .prev.page-numbers {
  transform: rotate(180deg);
}
.itemListInfo {
  align-items: center;
}
.itemListInfo .count {
  color: #B72D2E;
  font-weight: 600;
  font-size: 25px;
  font-family: "Open Sans", serif;
  margin-right: 18px;
  padding-right: 18px;
  border-right: 1px solid #ddd;
}
.itemListInfo .count span {
  font-size: 15px;
}
.featureBlock1 {
  padding-top: 70px;
}
.featureBlock1 li {
  margin-bottom: 60px;
}
.featureBlock1 li p {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Shippori Mincho B1";
  font-size: 25px;
  font-weight: 600;
  margin-top: 16px;
}
.featureBlock1 li p img {
  width: 10px;
  height: 20px;
  position: relative;
  top: -10px;
}
.itemNone {
  margin-top: 50px;
}
.underHead1 h1 {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Shippori Mincho B1";
  font-size: 36px;
  margin: 60px 0 20px;
}
.underHead1 {
  padding-bottom: 60px;
  border-bottom: 1px solid #ccc;
}
.underHead1 p {
  font-size: 15px;
  font-weight: 700;
}
.underHead3{
  padding-bottom: 60px;
  border-bottom: 1px solid #CCC;
}
.underHead3 h2,
.underHead4 h2 {
  background: #2D2D2D;
  color: #fff;
  padding: 14px 16px;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 600;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Shippori Mincho B1";
  margin-bottom: 36px;
}
.underHead3 .box1 {
  align-items: center;
}
.underHead3 .box1 img {
  width: 50%;
  margin-right: 8%;
}
.underHead3 .box1 div h1 {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Shippori Mincho B1";
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 34px;
}
.underHead3 .box1 div p {
  font-size: 15px;
  font-weight: 700;
}
.underHead4 {
  background:#535353;
}
.underHead4 h1{
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Shippori Mincho B1";
  font-size: 36px;
  font-weight: 600;
  padding: 70px 0;
  text-align: center;
  color: #fff;
}
.underHead4 h1:before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 33px;
  margin-right: 6px;
  background: url(/shop/wp-content/themes/a/img/mark2.svg)0 0 no-repeat;
  background-size: 100%;
  position: relative;
  top: 3px;
}
.pageSelection .bg1 {
  background: #292929 url(/shop/wp-content/themes/a/img/selectionBg.png)0 0 no-repeat;
  background-position: center 1%;
  background-size: 95%;
  padding-bottom: 60px;
}
.pageSelection .bg1 *{
  color: #fff;
}
.selectionBlock1 h2 {
  writing-mode: vertical-rl;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Shippori Mincho B1", serif;
  font-size: 25px;
  line-height: 2;
  letter-spacing: 6px;
  width: fit-content;
  margin: 0 auto;
  padding: 50px 0;
}
.selectionImg1 {
  width: 90%;
  margin: 0 auto;
  display: block;
}
.selectionBlock2 {
  padding-top: 100px;
}
.selectionBlock2 h2,
.selectionBlock3 h2 {
  font-size: 36px;
  width: 90%;
  margin: 0 auto;
  font-weight: 600;
  padding-bottom: 60px;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Shippori Mincho B1", serif;
}
.selectionBlock2 > div {
  margin: 70px auto 150px;
  width: 90%;
  align-items: center;
}
.selectionBlock2 > div .img {
  width: 55%;
}
.selectionBlock2 > div .inner1 {
  width: 40%;
  padding-left: 5%;
  background: url(/shop/wp-content/themes/a/img/selectionAshirai.png)0 0 no-repeat;
  background-size: 170px;
  background-position: 3% 0;
}
.selectionBlock2 > div .inner1 .num {
  color: #B59961;
  font-size: 15px;
  font-family: "Open Sans", serif;
  border-bottom: 1px solid;
  display: inline-block;
  font-weight: 600;
}
.selectionBlock2 > div .inner1 h3 {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Shippori Mincho B1", serif;
  font-size: 24px;
  font-weight: 600;
  margin: 24px 0 32px;
}
.selectionBlock2 > div .inner1 .txt1 {
  font-size: 15px;
  font-weight: 700;
}
.selectionBlock2 > div.box2 .img {
  order: 2;
}
.selectionBlock2 > div.box2 .inner1 {
  padding: 0 5% 0 0;
  background-position: right 0;
}
.selectionBlock2 > div.box3 {
  margin-bottom: 10px;
  align-items: flex-end;
}
.selectionBlock2 > div.box3 .inner1 {
  background-position: right 0px;
  padding-top: 4%;
}
.selectionBlock2 > div.box4 {
  margin-top: 10px;
}
.selectionBlock2 > div.box4 .inner1 {
  padding: 10% 0 10% 5%;
  background-position: -10px 0;
}
.selectionBlock3 {
  margin: 200px auto 0;
}
.selectionBlock3 .box1 {
  margin: 70px auto 0;
  width: 90%;
  position: relative;
  padding-bottom: 30%;
}
.selectionBlock3 .box1 img {
  width: 60%;
}
.selectionBlock3 .box1 .txtBox {
  background: rgb(255 255 255 / 80%);
  width: 52%;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 8% 6%;
  box-sizing: border-box;
}
.selectionBlock3 .box1 .txtBox h3 {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Shippori Mincho B1", serif;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
}
.selectionBlock3 .box1 .txtBox h3 span{
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Shippori Mincho B1", serif;
  margin-right: 20px;
  color: #B59961;
}
.selectionBlock3 .box1 .txtBox p {
  color: #000;
  font-size: 15px;
  text-align: justify;
}
.pageSelection .bg1 .linkBtn2 {
  margin: 70px auto;
}
.pageSelection .bg1 .linkBtn2:hover{
  color: #B62D2E;
}
.pageVoice .underHead2 h1:before{
  display: none;
}
.voiceBlock1 .num {
  margin-top: 50px;
  color: #B72D2E;
  font-size: 25px;
  font-weight: 600;
}
.voiceBlock1 .num span{
  font-size: 15px;
  font-weight: 600;
  margin-left: 2px;
}
.voiceBlock1 ul li a {
  background: #fff;
  box-sizing: border-box;
  padding: 7%;
  margin-top: 20px;
}
.voiceBlock1 ul li a .left {
  width: 38%;
  margin-right: 7%;
}
.voiceBlock1 ul li a .right{
  width: 55%;
}
.voiceBlock1 ul li a .left .txt1 {
  width: 90%;
  margin: 14px auto 0;
}
.voiceBlock1 ul li a .left .txt1 h3 {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Shippori Mincho B1", serif;
  font-size: 15px;
  font-weight: 600;
}
.voiceBlock1 ul li a .left .txt1 .price {
  font-size: 17px;
  color: #B72D2E;
  font-weight: 600;
  font-family: "Open Sans", serif;
  margin: 8px 0 20px;
}
.voiceBlock1 ul li a .left .txt1 .price span {
  font-size: 12px;
  color: #B72D2E;
  font-weight: 700;
  margin-left: 4px;
}
.voiceBlock1 ul li a .left .txt1 .linkBtn2 {
  padding: 8px 0;
  transition: .3s;
}
.voiceBlock1 ul li a:hover .left .txt1 .linkBtn2 {
  background: #fff;
  color: #B62D2E;
}
.voiceBlock1 ul li a:hover .left .txt1 .linkBtn2:after {
  background: url(/shop/wp-content/themes/a/img/arrow2.svg) 0 0 no-repeat;
  background-size: 100%;
}
.voiceBlock1 ul li a .right {
  width: 55%;
}
.voiceBlock1 ul li a .right .seen {
  margin: 12px 0 40px;
  color: #9D8047;
  font-weight: 700;
}
.voiceBlock1 ul li a .right .content p {
  font-size: 14px;
  font-weight: 700;
  text-align: justify;
}
.voiceBlock1 ul li a .right .day {
  font-family: "Open Sans", serif;
  letter-spacing: 0.15em;
  margin-top: 26px;
  font-size: 15px;
}
.pageVoice .mainInner > .linkBtn2 {
  margin: 70px auto 0;
}
.formBlock1 {
  background: #F3F3F3;
  margin-top: 200px;
  padding-bottom: 60px;
}
.formBlock1 h2 {
  background: #2E2E2E;
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Shippori Mincho B1", serif;
  padding: 24px 0;
  letter-spacing: 0.05em;
}
.formBlock1 .wrap1 {
  width: 80%;
  margin: 0 auto;
  padding: 60px 0;
}
.formBlock1 .wrap1 .txt1 {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 50px;
  margin:0 auto 50px;
  border-bottom: 1px solid #ccc;
}
.formBlock1 .wrap1 > p .tit {
  display: block;
  margin-top: 30px;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}
.formBlock1 .wrap1 > p .tit .red {
  background: #B72D2E;
  border-radius: 2px;
  color: #fff;
  padding: 3px 6px;
  font-size: 10px;
  font-weight: 700;
  margin-left: 10px;
}
.formBlock1 .wrap1 input[type=text],
.formBlock1 .wrap1 textarea {
  padding: 2% 3%;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #CCC;
}
.formBlock1 .wrap1 .wpcf7-list-item {
  display: block;
  margin:0 0 8px;
  font-size: 15px;
}
.formBlock1 .wrap1 .txt2 {
  margin-top: 70px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}
.formBlock1 .wrap1 .wpcf7-acceptance{
  margin: 17px auto 60px;
  display: block;
  width: fit-content;
}
.formBlock1 .wrap1 .wpcf7-acceptance a{
  color: #B72D2E;
  text-decoration: underline;
}
.wpcf7-submit {
  background: #B62D2E;
  width: 100%;
  padding: 20px 0;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form .wpcf7-response-output {
  width: 80%;
  margin: 0 auto;
  padding: 2%;
  text-align: center;
  border-radius: 50px;
  background: #fff;
}
.guideBlock1 .tempGuideWrap{
  background:transparent;
}
.guideBlock1 .footTopBlock {
  padding-top: 0;
}
.guideBlock1 .footTopBlock .tempGuideWrap {
  padding-top: 0;
  background: #fff;
  box-sizing: border-box;
  padding: 5%;
  margin-bottom: 60px;
}
.tit4 {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Shippori Mincho B1", serif;
}
.guideBlock1 .tempGuideWrap .box3{
  margin-top: 0;
}
.guideBlock1 .tempGuideWrap .box3_1 {
  width: 100%;
}
.guideBlock1 .footTopBlock .tempGuideWrap .inner1 {
  padding-top: 30px;
}
.guideBlock1 .tempGuideWrap .box3_1 .inner1 {
  margin-bottom: 34px;
  padding-top: 0;
}
.guideBlock1 .footTopBlock .tempGuideWrap .inner1 h4 {
  font-size: 20px;
  margin-bottom: 6px;
}
.guideBlock1 .footTopBlock .tempGuideWrap .inner1 p {
  font-size: 15px;
}
.guideBlock1 .footTopBlock .tempGuideWrap .inner1 h4.red {
  color: #B72D2E;
}
.guideBlock1 .footTopBlock .tempGuideWrap .telBox {
  border: 1px solid #B72D2E;
  margin-top: 40px;
  padding: 30px 0;
  box-sizing: border-box;
  align-items: center;
}
.guideBlock1 .footTopBlock .tempGuideWrap .telBox .left {
  width: 70%;
  padding: 0 5%;
  border-right: 1px solid #CCCCCC;
}
.guideBlock1 .footTopBlock .tempGuideWrap .telBox .left h5 {
  color: #B72D2E;
  font-size: 20px;
  margin-bottom: 2px;
}
.guideBlock1 .footTopBlock .tempGuideWrap .telBox .left a {
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.guideBlock1 .footTopBlock .tempGuideWrap .telBox .left a img {
  margin-right: 10px;
}
.guideBlock1 .footTopBlock .tempGuideWrap .telBox .right {
  width: 50%;
  padding: 0 5%;
}
.accessBlock iframe {
  width: 100%;
  margin-top: 40px;
  height: 450px;
}
.guideBlock1 .footTopBlock .tempGuideWrap .accessBlock .jusyo {
  font-size: 15px;
  margin: 10px 0;
}
.guideBlock1 .footTopBlock .tempGuideWrap .accessBlock ul .th {
  background: #EFEFEF;
  width: 35%;
  padding: 2%;
  box-sizing: border-box;
  font-size: 15px;
  color: #B72D2E;
}
.guideBlock1 .footTopBlock .tempGuideWrap .accessBlock ul .td {
  width: 65%;
  padding: 2% 0 2% 2%;
  box-sizing: border-box;
  font-size: 15px;
}
.guideBlock1 .footTopBlock .tempGuideWrap .accessBlock ul li{
  border: 1px solid #ccc;
}
.guideBlock1 .footTopBlock .tempGuideWrap .accessBlock ul li:nth-child(1){
  border-bottom:none;
}
.newsBlock1 {
  width: min(870px,90%);
  margin: 0 auto;
}
.newsBlock1 ul.newsList li a {
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
  border-bottom: 1px solid #ccc;
  display: flex;
}
.newsBlock1 ul.newsList li a .day {
  margin-right: 80px;
  font-size: 15px;
  font-family: "Open Sans", serif;
  font-weight: 600;
}
.newsBlock1 .page-numbers {
  margin-top: 70px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.newsBlock1 .page-numbers li > * {
  border: 1px solid #BEBEBE;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  margin: 0 6px;
  position: relative;
}
.newsBlock1 .page-numbers li > span {
  border: 1px solid #B72D2E;
  background: #B72D2E;
  color: #fff;
}
.newsBlock1 .page-numbers li > * img {
  margin: auto;
  position: absolute;
  inset: 0;
}
.newsBlock1 .page-numbers li .prev.page-numbers img {
  transform: rotate(180deg);
}
.singleBlock1 {
  width: min(870px,90%);
  margin: 0 auto 180px;
}
.singleBlock1 > h1 {
  font-size: 36px;
  text-align: center;
  font-weight: 600;
}
.singleBlock1 > .day {
  margin: 60px 0 50px;
  text-align: center;
  font-size: 15px;
  font-family: "Open Sans", serif;
  font-weight: 600;
  letter-spacing: .15em;
}
.singleBlock1 > img {
  margin-bottom: 67px;
}
.entry-conts h1 {
  font-size: 26px;
}
.entry-conts h2 {
  font-size: 24px;
}
.entry-conts h3 {
  font-size: 22px;
}
.entry-conts h4 {
  font-size: 20px;
}
.entry-conts h5 {
  font-size: 18px;
}
.entry-conts h6 {
  font-size: 16px;
}
.entry-conts  ul li {
  list-style: inside;
}
.entry-conts .wp-block-quote p {
  background: #f3f3f3;
  padding: 20px;
}
.entry-conts .wp-block-quote cite {
  font-style: italic;
  font-size: 12px;
  margin-top: 4px;
}
.entry-conts .wp-block-quote cite:before {
  content: "参照元：";
  font-size: 12px;
}
.entry-conts a{
    color: blue;
    text-decoration: underline;
}
.singleNavi {
  margin-top: 150px;
  border-top: 1px solid #ccc;
  padding-top: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.singleNavi .prev,
.singleNavi .next {
  display: flex;
  align-items: center;
}
.singleNavi .prev img{
  margin-right: 12px;
  transform: rotate(180deg);
}
.singleNavi .next img{
  margin-left: 12px;
}
.singleNavi .arrow {
  padding: 10px 13px;
  border: 1px solid #ccc;
}
.contactBlock1 {
  width: min(1230px,90%);
  margin: 0 auto;
  padding-bottom: 200px;
}
.contactBlock1 .left {
  width: 40%;
  margin-right: 10%;
}
.contactBlock1 .right {
  width: 50%;
}
.contactBlock1 .left h3 {
  font-size: 36px;
  font-weight: 600;
}
.contactBlock1 .left .txt1 {
  font-size: 15px;
  margin: 38px 0 80px;
}
.contactBlock1 .left .txt2 {
  font-size: 15px;
  font-weight: 700;
}
.contactBlock1 .left .telBox {
  margin-top: 10px;
  border: 1px solid #B62D2E;
  width: 100%;
  padding: 50px 80px;
  box-sizing: border-box;
}
.contactBlock1 .left .telBox a {
  display: flex;
  align-items: center;
  font-family: "Open Sans", serif;
  font-size: 27px;
  font-weight: 600;
}
.contactBlock1 .left .telBox a img {
  margin-right: 10px;
}
.contactBlock1 .left .telBox p {
  margin-top: 8px;
}
.contactBlock1 .right label .th {
  display: block;
  margin: 24px 0 10px;
}
.contactBlock1 .right label .th .red {
  background: #B72D2E;
  border-radius: 2px;
  font-weight: 600;
  color: #fff;
  padding: 5px;
  font-size: 10px;
  margin-left: 10px;
}
.contactBlock1 .right label.none {
  display: none;
}
.contactBlock1 .right label input[type=text],
.contactBlock1 .right label input[type=tel],
.contactBlock1 .right label input[type=email],
.contactBlock1 .right label textarea {
  border: 1px solid #ccc;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
}
.contactBlock1 .right .privacy {
  margin-top: 50px;
  text-align: center;
}
.contactBlock1 .right .privacy p,
.contactBlock1 .right .privacy p span{
  font-size: 15px;
}
.contactBlock1 .right .privacy label {
  margin-top: 8px;
  display: block;
}
.contactBlock1 .right .privacy a{
  color: #B72D2E;
  text-decoration: underline;
}
.contactBlock1 .right input.wpcf7-form-control.wpcf7-submit.has-spinner {
  margin-top: 60px;
}
.wpcf7-not-valid-tip {
  font-size: 14px;
  font-weight: 700;
  margin-top: 8px;
}
.privacyBlock1 {
  width: min(1230px,90%);
  margin: 0 auto 200px;
}
.privacyBlock1 .txt1 {
  margin-bottom: 84px;
}
.privacyBlock1 h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 50px 0 20px;
}
.pageFree {
  padding-bottom: 140px;
}
.woocommerce-MyAccount-navigation ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.woocommerce-MyAccount-navigation ul li a,
.woocommerce-Address-title .edit{
    display: block;
    width: fit-content;
    background: #ad0200;
    color: #fff;
    margin: 0 auto 10px;
    padding: 10px 30px;
}
.woocommerce-MyAccount-content p {
  line-height: 2;
}
.woocommerce-MyAccount-content p a {
  color: #b42927;
  text-decoration: underline;
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout {
  width: 100%;
  margin: 70px 0;
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a {
  display: block;
  width: fit-content;
  background: #000;
  color: #fff;
  margin: 0 auto;
  padding: 10px 30px;
  border-radius: 50px;
}
.woocommerce-Address-title h2 {
  margin: 60px 0 10px;
  font-size: 18px;
  font-weight: 700;
}
.woocommerce-Address-title .edit{
  margin: 20px 0 40px;
}
.notfoundBlock1 {
  width: min(1230px, 90%);
  margin: 0 auto 100px;
}
.notfoundBlock1 h2{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}
.wp-block-heading.has-text-align-center{
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Shippori Mincho B1";
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 34px;
}
.wc-block-grid.wp-block-product-new.wp-block-woocommerce-product-new.wc-block-product-new.has-4-columns {
  margin-top: 20px;
}
.side-cart {
    position: fixed;
    right: 0;
    top: 20%;
    transform: translate(0, -50%);
    margin: auto;
    z-index: 10;
    width: 46px;
    box-sizing: border-box;
    height: fit-content;
}
.side-cart .side-cart-tab {
  writing-mode: vertical-rl;
  position: absolute;
  right: 0;
  background: #B72D2E;
  padding: 14px 10px 30px;
  width: 46px;
  height: 180px;
  box-sizing: border-box;
  z-index: 19;
  cursor: pointer;
}
.side-cart .side-cart-tab:after {
  content: "";
  display: block;
  position: absolute;
  right: 28px;
  bottom: 14px;
  margin: auto;
  background: url(/shop/wp-content/themes/a/img/arrow3.svg) 0 0 no-repeat;
  background-size: 100%;
  width: 5px;
  height: 11px;
  left: 0;
  right: 0;
  transform: rotate(180deg);
}
.side-cart .side-cart-content {
  background: #fff;
  position: absolute;
  right: -260px;
  padding: 18px;
  box-sizing: border-box;
  transition: .3s;
  width: 260px;
  top: 0;
}
.side-cart .side-cart-content.open {
  right: 46px;
} 
.side-cart .side-cart-tab img {
  display: inline-block;
  margin: 0 auto 8px;
}
.side-cart .side-cart-tab span {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
.side-cart .cart-header {
  background: #F8F8F8;
  padding: 11px;
}
.side-cart .cart-header img {
  display: block;
  margin: 0 auto 8px;
  width: 30px;
}
.side-cart .cart-header p {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}
.side-cart .cart-header p span {
  color: #B72D2E;
}
.side-cart .cart-item {
  padding: 20px 0;
  border-bottom: 1px solid #CCC;
}
.side-cart .cart-item > p {
  width: 60%;
  margin-right: 5%;
  font-size: 15px;
  font-weight: 600;
}
.side-cart .cart-item > div {
  width: 35%;
}
.side-cart .cart-item div > p,
.side-cart .cart-item div > p bdi {
  color: #B72D2E;
  font-weight: 700;
  font-size: 12px;
}
.side-cart .cart-quantity-input {
  border: 1px solid #CCC;
  width: 60px;
  padding: 4px 8px;
  box-sizing: border-box;
  font-size: 12px;
  margin: 6px 0;
}
.side-cart .cart-item > div .remove-btn {
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
}
.side-cart .cart-summary p {
  border-bottom: 1px solid #ccc;
  padding: 12px 0;
}
.side-cart .cart-summary p span,
.side-cart .cart-summary p span * {
  color: #B72D2E;
  font-size: 14px;
  font-weight: 700;
}
.cart-summary .linkBtn2 {
  margin-top: 12px;
}
.spHead,
.headerTxt{
  display: none;
}
.itemaddtocart .wapf-product-totals {
    display: none !important;
}
.step-bar {
    text-align: center;
    margin: 30px 0 220px;
}
.steps {
    display: flex;
    justify-content: space-between;
    list-style: none;
    position: relative;
    width: min(620px,90%);
    margin: auto;
}
.steps:before {
    content: "";
    display: block;
    position: absolute;
    top: 52px;
    left: 0;
    right: 0;
    height: 1px;
    width: 70%;
    background: #999;
    margin: auto;
}
.step {
    width: 33%;
    font-weight: bold;
    color: #999;
    position: relative;
}
.step.current {
  color: #B72D2E;
  position: relative;
}
.step::before {
    content: "●";
    display: block;
    font-size: 36px;
    line-height: 30px;
    height: 34px;
    margin-bottom: 4px;
    position: absolute;
    top: 34px;
    left: 0;
    right: 0;
    margin: auto;
}
.step.current::before {
  color: B72D2E;
}
.steps .step span {
    padding-top: 52px;
    display: block;
    color: #999;
    font-size: 17px;
}
.steps .step.current span{
    color: #B72D2E;
}
.delivery-info {
    margin-top: 80px;
}
.delivery-info .box1 {
    margin-top: 50px;
}
.delivery-info .box1 h3 {
    font-size: 15px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 30px;
    padding-left: 10px;
}
.delivery-info .box1 select,
.delivery-info .box1 input[type="date"] {
    background: #EFEFEF;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
}
.delivery-info .box2 {
    background: #FFEDED;
    padding: 20px;
    margin-top: 14px;
}
.delivery-info .box2 p {
    font-size: 15px;
    font-weight: 500;
    color: #B72D2E;
    margin-top: 0;
}
.delivery-info .box2 p:nth-child(n+2) {
  margin-top: 20px;
}
div.wc-block-cart__submit {
    margin-top: 60px;
}
.delivery-info .box1 ul li {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.8;
}
div.wc-block-components-sidebar-layout .wc-block-components-main {
    width: 50%;
}
div.wc-block-components-sidebar {
    width: 50%;
}
div.woocommerce-message {
    border-top-color: #b42927;
}
div.woocommerce-message::before {
    color: #b52a28;
}
.custom-delivery-fields {
    margin-bottom: 50px;
}
.custom-login-box{
  margin-bottom: 80px;
}
.custom-delivery-fields .box1 #delivery_date,
.custom-delivery-fields .box1 select#delivery_time {
    background-color: #fff;
    border: 1px solid hsla(0, 0%, 7%, .8);
    border-radius: 4px;
    box-sizing: border-box;
    color: #2b2d2f;
    font-family: inherit;
    font-size: 1em;
    height: 3.125em;
    line-height: 1em;
    margin: 10px 0 0;
    min-height: 0;
    padding: 1em .5em;
    width: 100%;
}
.custom-delivery-fields .box1 h3 {
    border: 0;
    border-radius: 0;
    font-size: 1.25em;
    margin: 46px 0 4px;
    padding: 0;
    vertical-align: baseline;
    word-break: break-word;
}
.custom-delivery-fields .box1 label {
    font-size: .875em;
    line-height: 1.2;
    margin: 0 0 16px;
}
.custom-delivery-fields .box1 label .red {
    color: red;
    font-weight: 700;
    margin-left: 10px;
}
.custom-login-box h3,
.checkoutTit {
    background: #B72D2E;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 18px 14px;
    margin-bottom: 30px;
}
.checkoutLabel {
    font-size: 15px;
    font-weight: 700;
    margin-top: 20px;
    display: block;
}
.checkoutLabel input {
    border: 1px solid #ccc;
    width: 100%;
    box-sizing: border-box;
    padding: 12px;
    margin-top: 8px;
    border-radius: 6px;
}
.checkoutKioku {
    margin: 10px 0 20px;
}
.checkoutSubmit #wp-submit {
    border: 1px solid #ccc;
    padding: 6px 20px;
    border-radius: 6px;
}
.checkoutLost a {
    display: table;
    margin-top: 30px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: underline;
}
.is-large .wc-block-checkout__sidebar.is-sticky {
    top: 120px;
}
.wp-block-woocommerce-checkout-order-summary-block {
    background: #fff;
}

.sp{
  display: none;
}
.custom-delivery-fields .box1 h3.red,
.delivery-info .box1 h3.red {
    color: red;
}
.delivery-info .box1 .wrap {
    position: relative;
}
.delivery-info .box1 .wrap .arrow {
    position: absolute;
    transform: rotate(90deg) scale(0.5, 1);
    font-size: 30px;
    font-weight: 700;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 20px;
    line-height: 20px;
    height: 20px;
}

@media (width < 1281px){
.itemaddtocart .quantity {
  width: 100%;
  justify-content: space-evenly;
  margin-bottom: 5%;
  box-sizing: border-box;
}
.single_add_to_cart_button {
  box-sizing: border-box;
  width: 100%;
  justify-content: center;
}
.selectionBlock3 .box1 .txtBox {
  width: 60%;
}
.hBox1 > h2 {
  display: none;
}
}
@media (width < 900px){
.spHead {
  padding: 20px;
  box-sizing: border-box;
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 20;
}
.pcHead{
  display: none;
}
.headerTxt{
  display: block;
}
.spHead .searchBox .searchBox1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background: #fff;
  border-top: 1px solid #ccc;
  padding: 10px;
  box-sizing: border-box;
  transition: .3s;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
.spHead .searchBox.on .searchBox1 {
  opacity: 1;
  pointer-events: unset;
  bottom: -46px;
}
.spHead .searchBox1 button {
  width: 26px;
  margin-right: 14px;
}
.spHead .searchBox1 input.search-field{
  width: calc(100% - 40px);
}
.hbox2Sp .searchBox > img {
  width: 20px;
  position: relative;
  top: -3px;
  margin: 0 10px;
}
.humBlock .btn {
  border-right: none;
  padding: 8px 4px 0;
}
.humBlock.open .btn span:nth-child(1) {
  top: 5px;
}
.humBlock.open .btn span:nth-child(3) {
  top: -6px;
}
.fvSwiper {
  padding: 88px 0 50px;
}
.fvSwiper .swiper-pagination {
  margin-bottom: 8px;
}
.fvSwiper .swiper-pn {
  width: 93%;
}
.fvNews {
  width: 90%;
  margin: 10px auto 0;
}
.fvNews a {
  width: 100%;
  box-sizing: border-box;
}
.mainWrap {
  flex-wrap: wrap;
  margin: 50px auto;
}
.mainInner {
  width: 100%;
  order: 1;
}
.sideBar1 {
  width: 100%;
  margin-right: 0;
  order: 2;
  width: 100%;
  margin-top: 50px;
}
.topRanking {
  margin-top: 100px;
}
.topSearch {
  margin-top: 100px;
}
.topReason {
  margin-top: 100px;
}
.footTopBlock{
  padding-top: 100px;
}
.pageItem .footTopBlock,
.pageItem .topNews,
.pageItem .instBlock{
  width: 90%;
}
.tempGuideWrap .box1 .inner1 {
  padding: 40px 5%;
}
.guideBlock1 .footTopBlock .tempGuideWrap .inner1 {
    padding: 5% 0;
}
.guideBlock1 .tempGuideWrap .box2{
  width: 100%;
}
.topNews {
  margin: 100px auto;
}
.instBlock .titBox1 {
  flex-wrap: wrap;
}
.instBlock .titBox1 h2 {
  width: 100%;
  margin-bottom: 30px;
}
.instBlock .titBox1 p {
  width: 100%;
}
.sideBar1 {
  width: 100%;
  margin-top: 50px;
}
.sideBar1 .box2 img {
  width: 100%;
}
.sideBar1 .box1 .searchBox1 {
  width: 96%;
}
.sideBar1 .box3 h3{
  height: auto;
  padding: 18px 0;
}
.sideBar1 .instBnr img, .sideBar1 .voiceBnr img, .sideBar1 .downloadBnr img {
  width: 100%;
}
.fbox1 .wrap1 {
  flex-wrap: wrap;
}
.fbox1 .wrap1 .left {
  width: 100%;
  margin-right: 0;
}
.fbox1 .wrap1 .left h2 {
  margin-bottom: 20px;
}
.fbox1 .wrap1 .left p br{
  display: none;
}
.fbox1 .wrap1 .right {
  width: 100%;
  margin-top: 20px;
}
.fbox2 {
  padding: 60px 0 50px;
}
.mainNavmenu .wrap2 {
  width: 100%;
  flex-wrap: wrap;
}
.mainNavmenu .left {
  width: 100%;
  margin-right: 0;
}
.mainNavmenu .right {
  width: min(480px,100%);
  margin-top: 50px;
}
.fbox2 .wrap3 .box1{
  flex-wrap: wrap;
}
.fbox2 .wrap3 .box1 .left {
  width: 100%;
}
.fbox2 .wrap3 .box1 .right {
  width: 100%;
  margin-top: 20px;
}
.fbox2 .wrap3 .box1 .right iframe {
  height: 40vw;
  width: 100%;
  margin-bottom: 6px;
}
.fbox2 .wrap3 .box2 {
  margin-top: 100px;
  align-items: flex-end;
}
.humWrap {
  top: 66px;
  width: 100%;
  height: calc(94vh - 66px);
  padding-bottom: 6vh;
  overflow-y: auto;
}
.hbox1Sp h1 {
  width: 125px;
}
.pageUnder .humBlock .btn span {
  background: #fff;
}
.pageUnder {
  margin-top: 66px;
}
.itemWrap{
  flex-wrap: wrap;
}
.itemMain {
  width: 100%;
}
.itemSide {
  position: static;
  width: 100%;
  margin-top: 40px;
}
.viewedBlock {
  margin: 100px auto 0;
}
.wc-block-components-sidebar-layout {
  flex-wrap: wrap;
}
.wc-block-cart .wc-block-cart__submit-container--sticky:before {
  background: #fff;
}
.selectionBlock2 > div {
  flex-wrap: wrap;
  margin: 70px auto;
}
.selectionBlock2 > div .img {
  width: 40%;
}
.selectionBlock2 > div .inner1 {
  width: 55%;
}
.selectionBlock2 > div .inner1 h3 {
  font-size: 22px;
}
.selectionBlock2 > div .inner1 .txt1 {
  font-size: 13px;
}
.selectionBlock3 {
  margin: 100px auto 0;
}
.selectionBlock3 .box1 .txtBox {
  width: 80%;
}
.sideBar1 .box3 .inner1{
  align-items: center;
}
.sideBar1 .box3 .inner1 > img {
  width: 15%;
  margin-right: 5%;
}
.sideBar1 .box3 .inner1 > div {
  width: 80%;
}
.singleNavi .linkBtn2 {
  width: min(280px, 100%);
}
.wp-block-heading.has-text-align-center {
  font-size: 18px;
}
.contactBlock1 {
  flex-wrap: wrap;
}
.contactBlock1 .left,
.contactBlock1 .right {
  width: 100%;
  margin-right: 0;
}
.hbox2Sp .cartBtn{
  position: relative;
}
.hbox2Sp .cartCount {
  background: #D51719;
  position: absolute;
  top: -6px;
  right: -14px;
  width: 18px;
  height: 18px;
  text-align: center;
  color: #fff;
  line-height: 18px;
  font-size: 10px;
  border-radius: 50%;
}
.headerTxt {
  position: absolute;
  width: 100%;
  background: #000;
  top: 62px;
  z-index: 10;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 10px 0;
  line-height: 1;
}
}
@media (width < 600px){
.side-cart {
    display: none;
}
article {
    padding-top: 60px;
}
.spHead {
    padding: 18px 20px;
}
.hbox2Sp {
  width: 130px;
}
.humBlock.open .btn span:nth-child(1) {
  top: 6px;
}
.humBlock .btn {
  border-right: none;
  padding: 8px 0 0;
}
.mainNavmenu {
  margin: 40px auto 0;
}
.mainNavmenu .wrap2 .titbox1 {
  flex-wrap: wrap;
}
.mainNavmenu .wrap2 h2 {
  margin-bottom: 10px;
}
.fbox2_1 {
  flex-wrap: wrap;
}
.fbox2_1 .inner1 {
  width: 50%;
  margin-bottom: 40px;
}
.mainNavmenu .wrap2 .fbox2_1 h3 {
  font-size: 16px;
}
.mainNavmenu .wrap2 .fbox2_1 ul li a {
  font-size: 14px;
  margin-top: 12px;
}
.mainNavmenu .right .inner1 {
  width: 100%;
}
.mainNavmenu .right .inner1 ul {
  width: 50%;
}
.humWrap {
  top: 62px;
  height: calc(94vh - 62px);
}
.tit1 {
  padding: 5%;
  font-size: 14px;
}
.topImg1 {
  margin: 10px 0;
}
.mainWrap {
  width: 100%;
  margin: 5% auto 0;
}
.topBlock1, .itemListBlock, .topSearch, .topSeen{
  width: 90%;
  margin: 70px auto 0;
}
.topBlock1 {
  margin-top: 0;
}
.tit2:before {
  width: 104px;
  height: 42px;
}
.tit2 {
  font-size: 26px;
  padding-top: 40px;
}
.fvNews a span {
  display: block;
  margin: 0  0 6px;
}
.linkBtn2 {
  padding: 10px 0;
  font-size: 15px;
  width: 190px;
}
.itemListBlock .itemList1 {
  padding-top: 20px;
  margin-top: 20px;
  grid-template-columns: 1fr;
  gap: 40px 20px;
}
.imgBox img {
  width: 100%;
}
.itemListBlock .itemList1 li .txtBox {
  width: 100%;
  padding: 0;
}
.itemListBlock .itemList1 li .txtBox h3 {
  font-size: 14px;
  line-height: 1.4;
}
.itemListBlock .itemList1 li .txtBox .price {
  margin: 6px 0 14px;
}
.linkBtn1, button.woocommerce-Button.button {
  padding: 8px 0;
}
.linkBtn1:after, button.woocommerce-Button.button:after {
  right: 14px;
}
.tit3 {
  padding: 16px 0;
  font-size: 16px;
  margin: 24px 0 16px;
}
.itemCatBlock ul {
  grid-column: auto;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.itemCatBlock ul li p {
  padding: 10px 0 10px 28px;
  font-size: 15px;
}
.itemCatBlock ul li p:after {
  top: 1px;
}
.topReason{
  margin-top: 70px;
}
.topReason .box2 {
  padding: 5%;
}
.topReason .box2 .txt1 {
  font-size: 16px;
  margin: 10px 0 30px;
}
.topReason .linkBtn2 {
  width: 90%;
  margin-top: 20px;
}
.footTopBlock {
  padding-top: 70px;
  width: 90%;
}
.tempGuideWrap .box1 .inner1 {
  padding: 5%;
  flex-wrap: wrap;
}
.tempGuideWrap .box1 .inner1 .left {
  width: 100%;
}
.tempGuideWrap .box1 .inner1 .right {
  width: 100%;
  margin-top: 20px;
}
.tempGuideWrap .box2 {
  width: 100%;
  margin-top: 5%;
  flex-wrap: wrap;
}
.tempGuideWrap .box2 li {
  width: 100%;
  margin-bottom: 30px;
}
.tempGuideWrap .box2 li p {
  width: 100%;
  margin: 10px auto 0;
  font-size: 14px;
}
.tempGuideWrap .box2 li h4 {
  padding: 6px 0;
  font-size: 18px;
}
.tempGuideWrap .box3_1 .payList {
  grid-template-columns: 1fr 1fr 1fr;
}
.tempGuideWrap .box3_1 .inner1 .txt1 {
  font-size: 13px;
}
.tempGuideWrap .box3 {
  margin-top: 70px;
  padding-bottom: 30px;
}
.tempGuide .linkBtn2 {
  margin: 20px auto 0;
}
.topNews {
  margin: 70px auto;
}
.topNews ul {
  width: 90%;
  margin: 30px auto;
  padding: 5%;
}
.topNews ul li a {
  padding: 18px 0;
  font-size: 15px;
}
.topNews ul li a span {
  margin-right: 0;
  display: block;
  font-size: 13px;
  margin-bottom: 6px;
}
.topNews .linkBtn2 {
  margin: auto;
  width: 90%;
}
.instBlock {
  width: 90%;
  padding: 5%;
}
.instBlock .titBox1 h2 {
  font-size: 28px;
}
.itemList1 li{
  position: relative;
}
.itemList1 li:nth-child(4) {
  height: 100px;
  overflow: hidden;
}
.itemList1 li:nth-child(4)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  pointer-events: none;
  z-index: 1;
}
.itemList1 li.remove-gradient::after {
  display: none;
}
.itemList1 .more-hidden {
  display: none;
}
.moreBtn {
  text-align: center;
  margin-top: 16px;
}
.moreBtn button {
  border: 1px solid #000;
  background: transparent;
  padding: 14px 50px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}
.moreBtn button:after {
  content: "";
  display: block;
  width: 5px;
  height: 11px;
  background: url(/shop/wp-content/themes/a/img/arrow4.svg)0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  transform: rotate(90deg);
}
.sideBar1 .box1 .searchBox1 {
  width: 90%;
}
.fvSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 80px;
}
.fvSwiper .swiper-button-next:after,
.fvSwiper .swiper-button-prev:after {
  width: 20px;
  height: 66px;
}
.swiper-button-prev{
  left: -10px;
}
.swiper-button-next{
  right: -10px;
}
.spFootMenu {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex !important;
  background: #000;
  z-index: 30;
  width: 100%;
  align-items: center;
}
.spFootMenu a {
  width: 20%;
  padding: 10px 0;
}
.spFootMenu a img {
  display: block;
  margin: 0 auto 4px;
  width: 22px;
  height: 22px;
}
.spFootMenu a p{
  font-size: 10px;
  color: #fff;
  text-align: center;
}
.topReason .box1 .textBox h2 {
  font-size: 20px;
}
.topReason .box1 .textBox .txt1 {
  font-size: 12px;
  margin-top: 10px;
}
.topReason .box1 .textBox {
  bottom: 14px;
  left: 16px;
}
.sideBar1 {
  width: 90%;
  margin: 50px auto;
}
.sideBar1 .box1,
.sideBar1 h2:nth-child(1) {
  display: none;
}
.fbox1 .wrap1 .left h2{
  font-size: 24px;
  text-align: center;
}
.fbox1 {
  padding: 40px 0;
}
.fbox1 .wrap1 .left p{
  text-align: center;
}
.fbox1 .wrap1 .right .linkBox1 {
  flex-wrap: wrap;
}
.fbox1 .wrap1 .right .linkBox1 > div {
  width: 100%;
}
.fbox1 .wrap1 .right .linkBox1 > div:nth-child(1) {
  margin-bottom: 20px;
}
.fbox2 .wrap3 .box1 .left .txt1 {
  font-size: 12px;
  text-align: center;
}
.pc{
  display: none;
}
.sp{
  display: block;
}
.fbox2 .wrap3 .box1 .left img.sp {
  display: block;
  margin: 14px auto 40px;
}
.br{
  display: block;
}
footer {
  padding-bottom: 50px;
}
.pageUnder {
  margin-top: 0;
  padding-top: 20px;
}
.pankuzu {
    margin: 0 auto 40px;
    line-height: 1;
}
.pankuzu a {
  font-size: 10px;
}
.pankuzu a::before {
  margin: 0 8px;
}
.underHead2 h1 {
  font-size: 20px;
}
.underHead2 h1:before {
  width: 20px;
  height: 20px;
}
.sortBtnBox {
  width: 90%;
  margin: 0 auto;
  padding: 10px 0;
}
.sortBtnBox a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 10px auto;
}
.sortBtnBox a#rankingBtn {
  margin: auto;
}
.topBlock1, .itemListBlock, .topSearch, .topSeen {
  margin: 20px auto 0;
}
.pageItem .itemList1 li:nth-child(4)::after,
.pageCat1 .itemList1 li:nth-child(4)::after{
  display: none;
}
.pageItem .itemList1 li:nth-child(4),
.pageCat1 .itemList1 li:nth-child(4){
    height: auto;
}
.itemInfo {
    padding: 5%;
}
.itemImgSlide .thumb-slider {
    margin-top: 5%;
}
.itemInfo h1 {
    font-size: 20px;
    margin-bottom: 22px;
}
.itemAccordion .box1, .itemaddtocart .wapf-field-row,
.itemAccordion .box1, .itemaddtocart .wapf-field-group {
    padding: 5% 20px;
    margin-top: 10px;
}
.itemShere ul {
    width: 35%;
}
.underHead3 .box1 {
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
}
.underHead3 .box1 img {
    width: 100%;
    margin: 0 0 20px;
}
.featureBlock1 {
    margin: 0 auto;
    width: 90%;
}
.bottomBtn {
    margin: 50px auto;
}
.singleNavi {
    flex-wrap: wrap;
}
.singleNavi .prev, .singleNavi .next {
    width: 48%;
    text-align: center;
    order: 2;
}
.singleNavi .next {
    justify-content: flex-end;
}
.singleNavi .linkBtn2 {
    order: 1;
    width: 100%;
    margin-bottom: 20px;
}
.singleBlock1 {
    margin: 0 auto 80px;
}
.underHead1 h1 {
    font-size: 28px;
    margin: 30px auto 0;
    width: 90%;
}
.selectionBlock2 > div .img {
    width: 100%;
    margin-bottom: 20px;
}
.selectionBlock2 > div .inner1 {
    width: 100%;
    padding-left: 0;
    order: 2;
}
.selectionBlock2 > div.box2 .inner1 {
    padding-right: 0;
}
.selectionBlock2 > div.box4 .inner1 {
    padding: 0 0 0;
}
.selectionBlock3 .box1 .txtBox {
    position: relative;
    width: 95%;
    margin-left: 5%;
    margin-top: -10%;
}
.selectionBlock2 h2, .selectionBlock3 h2 {
    padding-bottom: 10px;
}
.selectionBlock3 .box1 img {
    width: 90%;
}
.selectionBlock3 .box1 {
    font-size: 28px;
    margin: 30px auto 0;
    padding-bottom: 15%;
}
.underHead4 h1 {
    font-size: 26px;
}
.underHead4 h1:before {
    width: 23px;
    height: 24px;
}
.voiceBlock1 {
    width: 90%;
    margin: 0 auto;
}
.voiceBlock1 ul li a {
    flex-wrap: wrap;
}
.voiceBlock1 ul li a .left {
    width: 100%;
    margin-right: 0;
}
.voiceBlock1 ul li a .right {
    width: 100%;
    margin-top: 20%;
}
.formBlock1 {
    margin-top: 80px;
}
.formBlock1 h2 {
    font-size: 20px;
}
.formBlock1 .wrap1 {
    width: 90%;
    padding-bottom: 0;
}
.newsBlock1 ul.newsList li a {
    padding: 5% 0;
    display: block;
}
.newsBlock1 ul.newsList li a .day {
    margin: 0;
    display: block;
    width: 100%;
}
.newsBlock1 ul.newsList li a h3 {
    margin-top: 4px;
    font-size: 16px;
    font-weight: 500;
}
.tit4 {
    font-size: 20px;
    padding-bottom: 18px;
}
.guideBlock1 .tempGuideWrap .box3_1 .inner1 {
    margin-bottom: 0;
}
.guideBlock1 .footTopBlock .tempGuideWrap .telBox {
    flex-wrap: wrap;
}
.guideBlock1 .footTopBlock .tempGuideWrap .telBox .left {
    width: 76%;
    border-right: 0;
    padding: 0 0 20px;
    border-bottom: 1px solid #CCCCCC;
    margin: 0 auto 30px;
}
.guideBlock1 .footTopBlock .tempGuideWrap .telBox .right {
    width: 100%;
    padding: 0 5%;
}
.accessBlock iframe {
    height: 300px;
}
.guideBlock1 .footTopBlock .tempGuideWrap .accessBlock ul li {
    flex-wrap: wrap;
}
.guideBlock1 .footTopBlock .tempGuideWrap .accessBlock ul .th,
.guideBlock1 .footTopBlock .tempGuideWrap .accessBlock ul .td {
    width: 100%;
}
.followBtn {
    margin: 0 auto 0;
    width: 100%;
    padding: 10px 0;
}
.guideBlock1 .footTopBlock .tempGuideWrap .inner1 h4 {
    font-size: 17px;
}
.tempGuideWrap .box1 .inner1 ul li {
    font-size: 14px;
}
.contactBlock1 .left h3 {
    font-size: 26px;
}
.contactBlock1 .left .telBox {
    padding: 10%;
}
.contactBlock1 .right label input[type=text], .contactBlock1 .right label input[type=tel], .contactBlock1 .right label input[type=email], .contactBlock1 .right label textarea {
    padding: 10px;
}
.contactBlock1 {
    padding-bottom: 80px;
}
.lawBlock1 table tr {
    border-top: 0;
}
.lawBlock1 table th, .lawBlock1 table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 4%;
}
.woocommerce-MyAccount-navigation ul li {
    width: 48%;
}
.woocommerce-MyAccount-navigation ul li a {
    width: 100%;
    padding: 4% 0;
    text-align: center;
}
.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button {
    width: 100%;
    box-sizing: border-box;
}
.pageFree {
    padding-bottom: 80px;
}
.step-bar {
    text-align: center;
    margin: 30px 0 40px;
}
.step {
    font-size: 13px;
}
.step::before {
    font-size: 16px;
    line-height: 16px;
    height: 16px;
}
.steps:before {
    top: 42px;
}
.steps .step span {
    font-size: 12px;
}
