/*
Theme Name: a	
Theme URI: https://dessin.work/
Description: dessin Inc. Client theme.
Author: dessin Inc. development team [Yuki Fujii]
Version: 2024-06-13
*/
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.06em;
  font-family:"noto-sans-cjk-jp", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
input {
  font-family:"noto-sans-cjk-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;
}
html {
  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;
}
a {
  color: #333;
  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;
}
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;
}
.dg {
  display:grid;
}
.w90 {
  margin: 0 auto;
  width: 90%;
}
.mainHeader {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 72px;
  z-index: 20;
  height: 100vh;
  flex-direction: column;
  transition: .3s;
}
.cookie {
  position: fixed;
  right: 40px;
  bottom: 40px;
  background: #fff;
  width: 300px;
  padding: 26px;
  z-index: 15;
  opacity: 1;
  transition: .3s;
}
.cookie.close {
  opacity: 0;
  pointer-events: none;
}
.cookie p {
  font-size: 12px;
  text-align: justify;
}
.cookie p a{
  color: #0027FF;
  text-decoration: underline;
}
.cookie div {
  margin-top: 12px;
}
.cookie div a {
  width: 48%;
  text-align: center;
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 8px 0;
  cursor: pointer;
}
.mainHeader h1 {
  display: block;
  margin: 40px auto 0;
  width: 40px;
}
.mainHeader nav ul li a {
  color: #fff;
  writing-mode: vertical-lr;
  text-orientation: upright;
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin: 15px auto;
  font-family: "work-sans", sans-serif;
  letter-spacing: -3px;
}
.scrolled nav ul li a {
  color: #000;
}
.headIcon {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px auto 50px;
}
.topSlide {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.topSlide .swiper-slide img {
  width: 100%;
  height: 100vh;
}
.topSlide .swiper-slide-active img,
.topSlide .swiper-slide-duplicate-active img,
.topSlide .swiper-slide-prev img {
  animation: zoomUp 10s linear 0s normal both;
  object-fit: cover;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.mainWrap,
.bodyUnder {
  width: calc(100% - 72px);
  padding-left: 72px;
}
.mainInner {
  width: calc(100% - 144px);
  margin: 0 auto;
}
.topCaution {
  background: #D3D3D3;
  padding: 26px 90px;
}
.topCaution p {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
}
.topCaution p img{
  margin-right: 10px;
}
.topAbout {
  position: relative;
  padding: 130px 0;
  align-items: flex-start;
}
.topAbout .left {
  width: 30%;
  margin-right: 5%;
}
.topAbout .left .txt1 {
  writing-mode: vertical-rl;
  margin-top: 140px;
  width: 2%;
  margin-left: 16%;
}
.topAbout3 {
  position: absolute;
  bottom: 0;
  right: 5%;
  width: 30%;
  max-width: 330px;
}
.topAbout .right {
  width: 65%;
  margin-left: 4%;
  padding-top: 220px;
}
.tit1 {
  font-family: "work-sans", sans-serif;
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 0;
}
.topAbout .right h3 {
  font-size: 28px;
  font-weight: 500;
  margin: 30px 0 50px;
  padding-bottom: 30px;
  position: relative;
}
.topAbout .right h3:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
}
.topAbout .right .txt2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}
.topProcut {
  padding-top: 70px;
}
.topProcut p {
  padding: 80px 0 110px;
}
.topItem ul li a {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 26px 0;
  width: 100%;
  position: relative;
}
.topItem ul li .imgbox {
  width: 50%;
  margin-right: 5%;
}
.topItem ul li .txtBox {
  width: 45%;
}
.topItem ul li a h3 {
  font-size: 32px;
  margin-bottom: 50px;
}
.topItem ul li a .txt1 {
  font-size: 20px;
}
.topItem ul li a .txt1 span {
  font-size: 12px;
}
.topItem ul li a .linkBtn1 {
  position: absolute;
  bottom: 26px;
  right: 0;
}
.linkBtn1 {
  font-size: 13px;
  font-weight: 500;
  border: 1px solid #000;
  display: table;
  padding: 24px 70px;
  transition: .3s;
}
.linkBtn1:hover,
a:hover .linkBtn1  {
  color: #fff;
  background:#000;
}
.linkBtn1:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(/wp-content/themes/a/img/arrow1.svg)0 0 no-repeat;
  background-size: 100%;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(180deg);
}
.imgbox{
  overflow:hidden;
  transition: .3s;
}
a:hover .imgbox img{
  transform:scale(1.1,1.1);
}
.topItem .txtBox2 {
  padding: 80px 0;
  border-bottom: 1px solid #707070;
}
.topItem .txtBox2 p {
  text-align: center;
  margin-bottom: 24px;
}
.linkBtn2 {
  padding: 34px 130px;
  display: table;
  margin: 0 auto;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
.linkBtn2:hover {
  color: #000;
  background: #fff;
  font-weight: 500;
  font-size: 18px;
}
.topNews {
  padding: 120px 0 0;
  position: relative;
}
.topNews .tit1 {
  width: 30%;
  margin-right: 5%;
}
.topNews ul {
  width: 65%;
}
.topNews > a{
  position: absolute;
  bottom: 0;
  right: 0;
}
.topNews > a,
.linkBtn3 {
  display: table;
  color: #fff;
  border: 1px solid #000;
  background: #000;
  font-size: 13px;
  font-weight: 500;
  padding: 24px 70px;
}
.topNews > a:hover,
.linkBtn3:hover{
  background: #fff;
  color: #000;
}
.topNews ul li {
  width: 48%;
  padding-bottom:60px;
}
.topNews ul li:last-child {
  padding-bottom:0;
}
.topNews ul li a{
  display: block;
  padding-bottom: 40px;
  border-bottom: 1px solid #707070;
}
.topNews ul li a p {
  font-size: 12px;
  font-weight: 700;
}
.topNews ul li a h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 20px 0;
}
.topNews ul li a .conts {
  font-weight: 500;
}
.guideBlock1 {
  margin: 130px 0 100px 72px;
  padding-top: 130px;
  width: calc(100% - 72px);
  border-top: 1px solid #707070;
}
.guideBlock1 ul {
  margin-top: 140px;
}
.guideBlock1 ul li h2 {
  font-size: 26px;
  font-weight: 500;
  margin: 60px 0;
}
.guideBlock1 ul li {
  width: 32%;
}
.guideBlock1 ul li p {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
}
.guideBlock1 ul li a {
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid #000;
  margin-top: 38px;
  padding: 30px 0;
  position: relative;
}
.guideBlock1 ul li a:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(/wp-content/themes/a/img/arrow1.svg)0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  right: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(180deg);
}
.guideBlock1 ul li a:hover{
  background:#000;
  color: #fff;
}
.loopBlock .imgLoop {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.loopBlock .imgLoop img {
  width: 100vw;
  max-width: 100vw;
}
.loopBlock .imgLoop img:first-child {
  -webkit-animation: slide1 60s linear infinite;
  animation: slide1 60s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}
.loopBlock .imgLoop img:nth-child(2) {
  -webkit-animation: slide2 60s linear infinite;
  animation: slide2 60s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}
.loopBlock .imgLoop img:last-child {
  -webkit-animation: slide5 60s linear infinite;
  animation: slide5 60s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}
@keyframes slide1 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(200%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slide5 {
  0% {
    transform: translateX(-400%);
  }
  to {
    transform: translateX(-200%);
  }
}
footer {
  background: #EAEAEA;
  padding: 146px 0;
}
footer h2 {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 26px;
}
.fbox1 {
  width: 45%;
  margin-right: 5%;
  max-width: 440px;
}
.fbox1 ul li a,
.fbox1 .infoBox p {
  font-size: 12px;
  line-height: 2;
}
.fbox2 {
  width: 48%;
  max-width: 290px;
}
.fbox2 p {
  font-size: 12px;
  margin-bottom: 40px;
}
.fbox2 a {
  display: block;
  font-size: 12px;
  font-weight: 500;
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
  position: relative;
}
.fbox2 a img {
  margin-right: 10px;
}
.fbox2 a:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  transform: rotate(180deg);
  background:url(/wp-content/themes/a/img/arrow1.svg)0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top:0;
  bottom:0;
  right: 0;
  margin: auto;
}
small {
  margin-top: 100px;
  font-size: 10px;
  display: block;
  letter-spacing: 0;
}
.titleBlock {
  padding: 170px 0 110px;
  border-bottom: 1px solid #707070;
}
.titleBlock p {
  margin-top: 80px;
  font-size: 16px;
}
.aboutBlock1 {
  padding: 110px 0 180px;
  align-items: flex-start;
}
.aboutBlock1 img {
  width: 50%;
}
.aboutBlock1 .right {
  width: 42%;
}
.aboutBlock1 .right {
  width: 42%;
}
.aboutBlock1 .right .txt1 {
  font-size: 24px;
  font-family: "work-sans", sans-serif;
  letter-spacing: 0;
  font-weight: 500;
}
.aboutBlock1 .right h2 {
  font-size: 40px;
  font-weight: 500;
  margin: 30px 0 40px;
  letter-spacing: 0;
}
.aboutBlock1 .right .txt2 {
  font-size: 18px;
  line-height: 2;
}
.aboutBlock2 {
  align-items: center;
  margin-bottom: 210px;
}
.aboutBlock2 .left {
  width: 40%;
}
.aboutBlock2 > img {
  width: 55%;
  margin-left: 5%;
}
.aboutBlock2 .left .txt1 {
  font-size: 18px;
}
.aboutBlock2 .left h2 {
  font-size: 40px;
  margin: 40px 0 74px;
}
.aboutBlock2 .left .txt2 {
  font-size: 18px;
  margin-bottom: 150px;
}
.aboutBlock2 .left .txt3 {
  font-size: 12px;
  margin-bottom: 42px;
}
.aboutBlock3 {
  padding-top: 290px;
}
.aboutBlock3 iframe {
  margin: 120px 0 60px;
  width: 100%;
  height: 500px;
  filter: grayscale(1);
}
.aboutBlock3 p {
  font-size: 15px;
  margin-bottom: 60px;
}
.bodyUnder .guideBlock1 {
  margin-left: 0;
  width: 95%;
}
.productsBlock1 {
  padding-top: 40px;
}
.productsBlock1 ul {
  grid-column: auto;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}
.productsBlock1 .imgbox {
  height: 360px;
  margin-bottom: 28px;
}
.productsBlock1 ul li h2 {
  font-size: 20px;
  display: inline;
  border-bottom: 1px solid;
}
.productsBlock1 ul li .price {
  margin-top: 28px;
  font-size: 20px;
}
.productsBlock1 ul li .price .tax {
  font-size: 12px;
}
.pagination {
  margin-top: 130px;
  text-align: center;
}
.pagination > * {
  background: #fff;
  border: 1px solid #000;
  width: 30px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  font-size: 15px;
  text-align: center;
}
.pagination > span {
  background: #000;
  color:#fff;
}
.woocommerce-breadcrumb {
  margin: 20px 0 16px;
  font-size: 10px;
}
.imgGalleryBlock {
  width: 60%;
  margin-right: 5%;
}
.imgGalleryBlock img {
  width: 100%;
  height: auto;
}
.itemWrap .txtBlock {
  width: 35%;
  padding-top: 30px;
}
.itemWrap .txtBlock .txtBlockInner {
  position: sticky;
  top: 82px;
  height: 86vh;
  overflow-x: auto;
}
.itemWrap .txtBlock .txtBlockInner h2 {
  font-size: 28px;
}
.woocommerce-Price-amount bdi {
  font-size: 22px;
}
.itemWrap .price .tax {
  font-size: 13px;
}
.itemWrap .price {
  margin: 20px auto 60px;
}
.itemWrap .size {
  font-size: 12px;
}
.itemWrap .txtBlock .txtBlockInner .cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}
.itemWrap .txtBlock .txtBlockInner .cart label {
  font-size: 14px;
  margin-right: 20px;
}
.itemWrap .txtBlock .txtBlockInner .cart .quantity input {
  border: 1px solid #000;
  padding: 6px 10px;
}
.itemWrap .txtBlock .txtBlockInner .cart .single_add_to_cart_button {
  display: block;
  width: 100%;
  border: none;
  background: #000;
  color: #fff;
  font-size: 16px;
  margin: 20px 0 40px;
  padding: 20px 0;
}
.itemWrap .openBox {
  margin-top: 48px;
}
.itemWrap .openBox .txt1 {
  font-size: 14px;
  padding: 28px 0;
  border-top: 1px solid #000;
  position: relative;
  cursor: pointer;
}
.itemWrap .txt1:last-child {
  border-bottom: 1px solid #000;
}
.itemWrap .txt1:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(/wp-content/themes/a/img/iconPlus.svg)0 0 no-repeat;
  background-size: 100%;
  margin: auto;
}
.itemWrap .Share a {
  font-size: 12px;
  color: #fff;
  background: #000;
  padding: 5px 20px;
  text-align: center;
  border-radius: 50px;
}
.itemWrap .Share {
  margin-top: 30px;
}
.itemWrap .Share a img {
  position: relative;
  margin: auto;
  width: 12px;
  height: 12px;
  top: -6px;
  margin-right: 5px;
}
.itemWrap .Share a.fb {
  background: #3B5998;
}
.recommend {
  border-top: 1px solid #707070;
  padding-top: 110px;
  width: calc(100% - 144px);
  margin: 300px auto 0;
}
.recommend ul {
  margin-top: 60px;
}
.bodyUnder .guideBlock1 {
  margin-left: 4%;
  width: 92%;
}
.bodyUnder .guideBlock1 .mainInner{
  width: 100%;
}
.itemWrap .txtBlock .txtBlockInner .openBox .txt1 span {
  display: block;
  margin-top: 0;
  font-size: 12px;
  width: 92%;
  opacity: 0;
  height: 0;
  transition: .3s;
}
.itemWrap .txtBlock .txtBlockInner .openBox .txt1.on span {
  opacity: 1;
  height: auto;
  margin-top: 10px;
}
.pageNews .titleBlock,
.pageFaq .titleBlock,
.pageContact .titleBlock,
.pageGuide .titleBlock,
.pageFree .titleBlock {
  border-bottom: 0;
  padding: 70px 0;
}
.newsWrap1 .sideBlock1 {
  padding-top: 80px;
  border-top: 1px solid #707070;
  width: 20%;
  margin-right: 5%;
}
.newsWrap1 .newsList {
  padding-top: 80px;
  border-top: 1px solid #707070;
  width: 75%;
}
.newsWrap1 .sideBlock1 ul li a {
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
  position: relative;
  font-family: 'work-sans';
  font-weight: 500;
  width: 150px;
}
.newsWrap1 .sideBlock1 ul li a:after {
  content: ">";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  transform: scale(0.45, 1);
  margin: auto;
}
.newsWrap1 .newsList ul {
  border-top: 1px solid #A3A3A3;
}
.newsWrap1 .newsList li a {
  border-bottom: 1px solid #A3A3A3;
  padding: 40px 0;
  display: flex;
  align-items: center;
}
.newsWrap1 .newsList li a .day {
  font-size: 15px;
  font-weight: 500;
}
.newsWrap1 .newsList li a .cat {
  padding: 5px 20px;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  margin: 0 24px 0 50px;
}
.newsWrap1 .newsList li a h2 {
  font-size: 15px;
  font-weight: 500;
}
.newsWrap1 .newsList .next.page-numbers,
.newsWrap1 .newsList .prec.page-numbers{
  display: none;
}
.page-numbers.dots {
  background: transparent;
  border: none;
  color: #000;
}
.newsList .pagination {
  text-align: right;
}
.pageSingle .recommend {
  width: 100%;
}
.singleMain {
  width: 65%;
  margin-right: 5%;
}
.singleWrap aside {
  width: 30%;
}
.singleWrap {
  margin-top: 50px;
}
.singleBlock1 h1 {
  font-size: 28px;
}
.singleBlock1 .date {
  font-size: 12px;
  margin: 14px 0 50px;
}
.entry-conts {
  margin-top: 90px;
  padding-bottom: 90px;
  border-bottom: 1px solid #707070;
}
.entry-conts h2 {
  font-size: 22px;
}
.entry-conts h3 {
  font-size: 20px;
}
.entry-conts h4 {
  font-size: 18px;
}
.entry-conts h5 {
  font-size: 16px;
}
.entry-conts h6 {
  font-size: 14px;
}
.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;
}
.sinShare {
  padding: 110px 0;
}
.sinShare > p {
  font-family: 'work-sans';
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 40px;
}
.sinShare ul {
  display: flex;
}
.sinShare ul li {
  margin-right: 20px;
}
.singleBlock1 .prevnext * {
  font-size: 20px;
  font-weight: 500;
  font-family: 'work-sans';
  left: 0;
}
.singleBlock1 .prevnext a span {
  transform: scale(0.5, 1);
  display: inline-block;
}
.singleBlock1 .prevnext .prev span {
  margin-right: 24px;
}
.singleBlock1 .prevnext .next span {
  margin-left: 24px;
}
.tit2 {
  font-size: 32px;
  letter-spacing: 0;
  font-weight: 500;
  font-family: 'work-sans';
}
.singleWrap aside ul {
  padding: 54px 0;
  border-bottom: 1px solid #707070;
  margin-bottom: 54px;
}
.singleWrap aside ul li a {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 4px 0;
  align-items: center;
}
.singleWrap aside ul li img {
  width: 30%;
  margin-right: 5%;
}
.singleWrap aside ul li div {
  width: 65%;
}
.singleWrap aside ul li div .date {
  font-size: 12px;
  margin-bottom: 10px;
}
.singleWrap aside ul li div h2 {
  font-size: 15px;
  font-weight: 400;
}
.pageFaq .newsWrap1 .sideBlock1 ul li a {
  width: 220px;
}
.qaBlock {
  border-top: 1px solid #707070;
  width: 75%;
}
.qaList{
  padding-top: 80px;
}
.qaList h2 {
  font-size: 28px;
  padding-bottom: 70px;
  border-bottom: 1px solid #707070;
}
.qaList ul li {
  border-bottom: 1px solid #707070;
  cursor: pointer;
  padding: 30px 0;
  position: relative;
  width: 96%;
  padding-right: 4%;
}
.qaList ul li h3 {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
}
.qaList ul li h3 span,
.qaList ul li p span {
  font-size: 24px;
  font-family: 'work-sans';
  font-weight: 500;
  margin-right: 20px;
}
.qaList ul li p {
  font-size: 14px;
  display: flex;
  align-items: center;
  padding-top: 0;
  opacity: 0;
  height: 0;
  transition: .3s;
}
.qaList ul li.on p {
  padding-top: 20px;
  opacity: 1;
  height: auto;
}
.qaList ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(/wp-content/themes/a/img/iconPlus.svg)0 0 no-repeat;
  background-size: 100%;
}
.qaList ul li.on:before {
  background: url(/wp-content/themes/a/img/iconMinus.svg)0 0 no-repeat;
  background-size: 100%;
}
.newsWrap1 .sideBlock1 ul {
  position: sticky;
  top: 120px;
}
.stickyBox {
  position: sticky;
  top: 118px;
  overflow-x: auto;
  height: 90vh;
}
.pageContact .newsWrap1 .sideBlock1 ul li a {
  width: 280px;
}
.contactBlock {
  width: 75%;
  border-top: 1px solid #707070;
}
.contactList1 {
  padding-top: 76px;
}
.contactBlock div > h2 {
  font-size: 28px;
  font-weight: 500;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #707070;
}
.contactBlock div > h2 img {
  margin-right: 16px;
}
.contactBlock .txt1 {
  font-size: 18px;
  margin: 70px 0 60px;
}
.contactList1 a {
  font-weight: 500;
  font-size: 24px;
}
.contactList2 {
  padding-top: 200px;
}
.contactList2 form label {
  font-size: 20px;
  font-weight: 500;
}
.contactList2 form label .hissu {
  margin-left: 10px;
}
.contactList2 form label select, .contactList2 form label input, .contactList2 form label textarea {
  display: block;
  width: 100%;
  padding: 20px;
  background: #EAEAEA;
  margin-top: 10px;
  box-sizing: border-box;
  font-size: 15px;
  border: none;
}
.contactList2 form .purapori {
  text-align: center;
  margin: 70px 0 50px;
}
.contactList2 form .purapori a {
  color: blue;
  text-decoration: underline;
}
.contactList2 form .send {
  display: block;
  background: #000;
  max-width: 360px;
  text-align: center;
  position: relative;
  margin: 0 auto;
  border: 1px solid #000;
}
.contactList2 form .send input {
  background: no-repeat;
  color: #fff;
  font-size: 18px;
  width: 100%;
  padding: 30px;
}
.contactList2 form .send .wpcf7-spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -40px;
}
.contactList2 form .send:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  background: url(/wp-content/themes/a/img/arrow2.svg)0 0 no-repeat;
  background-size: 100%;
}
.contactList3 {
  padding-top: 190px;
}
.contactList3 iframe {
  width: 100%;
  height: 600px;
  filter: grayscale(1);
}
.contactList3 .txt2 {
  margin-top: 45px;
  font-size: 18px;
}
.wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 6px;
  font-weight: 500;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output,.wpcf7 form.sent .wpcf7-response-output {
  text-align: center;
  border: none;
  color: red;
  margin-top: 70px;
}
.guideBlock {
  border-top: 1px solid #707070;
}
.guideBlock > div {
  padding-top: 76px;
}
.guideBlock h2 {
  font-size: 28px;
  padding-bottom: 70px;
  border-bottom: 1px solid #707070;
}
.guideBlock h3 {
  font-size: 20px;
  margin: 26px 0 10px;
  font-weight: 500;
}
.pageGuide .newsWrap1 .sideBlock1 ul li a {
  width: 240px;
}
.wc-block-cart__submit-container a,
.wc-block-cart__submit-container a span {
  background: #000;
  color: #fff;
}
.wc-block-cart__submit-container a,
.wc-block-cart__submit-container a span {
  background: #000;
  color: #fff;
}
.wp-block-separator.is-style-dots{
  display: none;
}
.wp-block-woocommerce-empty-cart-block .wp-block-heading:nth-child(3) {
  display: none;
}
.wc-block-grid.wp-block-product-new.wc-block-product-new.has-4-columns {
  margin-top: 100px;
}
.woocommerce-order-overview li {
  padding: 20px 0;
  border-bottom: 1px solid #707070;
}
.woocommerce-order > p {
  margin-top: 7px;
  font-size: 14px;
}
.woocommerce-order-details {
  padding: 60px 0;
}
.woocommerce-order-details .woocommerce-order-details__title,
.woocommerce-customer-details .woocommerce-column__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.woocommerce-order-details table {
  table-layout: fixed;
  width: 100%;
  text-align: left;
  max-width: 500px;
}
.woocommerce-order-details table tr > * {
  border: 1px solid #707070;
  padding: 3%;
}
.woocommerce-customer-details address {
  line-height: 1.6;
}
.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout,
.woocommerce-order,
#customer_login,
.woocommerce-MyAccount-navigation,
.woocommerce-ResetPassword.lost_reset_password {
  width: 90%;
  background: #fff;
  padding: 5% !important;
  box-sizing: border-box;
  margin: 140px auto !important;
}
.wc-block-cart .wc-block-cart__submit-container {
  background: #ab7729;
}
.wc-block-cart .wc-block-cart__submit-container span.wc-block-components-button__text {
  color: #fff;
}
.woocommerce-thankyou-order-received {
  text-align: center;
  font-weight: 700;
  margin-bottom: 70px;
  color: red;
}
.wc-block-cart__empty-cart__title {
  margin-bottom: 70px;
}
.wp-block-button__link{
  background-color: #ab7729 !important;
}
.wp-block-woocommerce-empty-cart-block .wp-block-separator.is-style-dots,
.wp-block-woocommerce-empty-cart-block h2.wp-block-heading.has-text-align-center,
.wp-block-woocommerce-empty-cart-block .wc-block-grid.wp-block-product-new.wc-block-product-new.has-4-columns{
  display: none;
}
.wc-block-cart__empty-cart__title{
  display: block !important;
  margin-bottom: 0;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output{
  border: none;
  text-align: center;
  color: red;
  font-size: 14px;
  font-weight: 700;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  background: #ddd;
  padding: 14px;
}
.lost_password a {
  display: inline-block;
  margin: 30px auto 0;
  border-bottom: 1px solid #000;
  font-size: 14px;
}
.woocommerce-form.woocommerce-form-register.register p {
  margin: 30px 0;
  font-size: 13px;
}
.woocommerce-form.woocommerce-form-register.register p a{
  text-decoration: underline;
}
nav.woocommerce-MyAccount-navigation {
  padding: 1% !important;
  background:transparent;
}
.woocommerce-MyAccount-navigation ul {
  display: flex;
  justify-content: space-between;
}
.woocommerce-MyAccount-navigation ul li a {
  background: #000;
  color: #fff;
  padding: 10px 40px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 700;
}
.woocommerce-MyAccount-content {
  width: 90%;
  background: #fafafa;
  padding: 2% !important;
  box-sizing: border-box;
  margin: auto !important;
}
.woocommerce-MyAccount-content p {
  line-height: 3;
}
.woocommerce-MyAccount-content p a {
  text-decoration: underline;
}
.woocommerce-info {
  border-top-color: #ab7729;
}
.woocommerce-info::before {
  color: #ab7729;
}
.woocommerce-ResetPassword.lost_reset_password p:nth-child(1) {
  margin-bottom: 20px;
}
.woocommerce-MyAccount-content > p {
  margin-bottom: 20px;
}
header.woocommerce-Address-title.title {
  position: static;
  padding: 0;
  margin-bottom: 20px;
  background: transparent;
}
header.woocommerce-Address-title.title h3 {
  font-size: 18px;
  font-weight: 700;
}
header.woocommerce-Address-title.title a.edit {
  background: #ab7729;
  color: #fff;
  padding: 6px 20px;
  display: table;
  margin-top: 10px;
  border-radius: 50px;
  font-size: 14px;
}
.woocommerce-MyAccount-content table tr > * {
  border: 1px solid #707070;
  padding: 20px;
  text-align: center;
}
.woocommerce-MyAccount-content table,
.woocommerce-order-details table {
  background: #fff;
}
.woocommerce-MyAccount-content table tr > * a {
  text-decoration: underline;
}
.woocommerce-Address {
  margin: 50px 0;
}
.woocommerce-form label {
  display: block;
  margin-bottom: 6px;
}
.woocommerce > h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 40px;
}
.woocommerce-form-row {
  width: 100%;
  max-width: 500px;
}
.woocommerce-form input {
  width: 100%;
}
.woocommerce-form input#rememberme {
  width: auto;
}
.woocommerce-form label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  margin-top: 6px;
}
button.woocommerce-button.button.woocommerce-form-login__submit,
button.woocommerce-Button.button {
  margin-top: 40px;
  background: #000;
  color: #fff;
  border: none;
  padding: 10px 20px;
}
.sp{
  display: none;
}
#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  z-index: 1000;
  transition: .3s;
}

#loading-content {
  text-align: center;
}

#loading-bar {
  width: 300px;
  height: 3px;
  background-color: gray;
  margin: 20px auto;
  border-radius: 10px;
  overflow: hidden;
}

#loading-progress {
  height: 100%;
  width: 0;
  background-color: white;
  border-radius: 10px 0 0 10px;
}

#loading-text {
  font-size: 16px;
  margin-top: 10px;
  color: #fff;
  font-family: 'work-sans';
}
@media screen and (max-height: 820px){
  .mainHeader h1 {
    margin-top: 20px;
    width: 24px;
}
.mainHeader nav ul li a {
  font-size: 12px;
}
.headIcon {
  margin: 20px auto;
}
}
@media screen and (max-width: 1280px){
.topAbout3 {
  position: static;
  margin-top: 90px;
}
.topNews ul li {
  width: 100%;
}
.topNews > a {
  position: static;
  margin: 60px auto 0;
}
.topNews {
  flex-wrap: wrap;
}
.productsBlock1 .imgbox {
  height: 18.5vw;
  margin-bottom: 10px;
}
.productsBlock1 ul {
  gap: 40px 1vw;
}
.woocommerce-Price-amount bdi {
  font-size: 16px;
}
.productsBlock1 ul li .price {
  margin-top: 8px;
  font-size: 16px;
}
}
@media screen and (max-width: 1000px){
.topAbout {
    flex-wrap: wrap;
}
.topAbout .right {
  width: 90%;
  margin: 0 auto;
  padding-top: 100px;
}
.topAbout .left {
  width: 90%;
  margin-right: 0;
  align-items: flex-end;
}
.topAbout .left img{
  width: 90%;
}
.topAbout .left .txt1 {
  width: 5%;
  margin-left: 5%;
}
.tit1 {
  font-size: 30px;
}

.topAbout .right h3 {
  margin: 30px 0 30px;
}
.mainHeader nav,
.headIcon {
  display: none;
}
.pc{
  display: none;
}
.sp{
  display: block;
}
.mainHeaderSp {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
}
.closeBtn span {
  width: 50px;
  height: 2px;
  background: #fff;
  display: block;
}
.spMenu {
  background: url(/wp-content/themes/a/img/menuBgSp.jpg) 0 0 no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: .3s;
}
.mainHeaderSp.on .spMenu {
  opacity: 1;
  pointer-events: unset;
}
.mainHeaderSp .closeBtn {
  position: fixed;
  z-index: 21;
  top: 38px;
  right: 14px;
}
.mainHeaderSp .closeBtn span {
  margin-bottom: 8px;
  position: relative;
  transition: .3s;
}
.mainHeaderSp.on span:nth-child(1) {
  transform: rotate(-45deg);
  top: 7px;
}
.mainHeaderSp.on span:nth-child(2) {
  transform: rotate(45deg);
  top: -4px;
}
.menuLogo {
  position: absolute;
  top: 100px;
  right: 20px;
}
.spMenu .box1 {
  margin-left: 40px;
  font-size: 12px;
  font-weight: 700;
}
.spMenu .left {
  padding-top: 100px;
}
.spMenu .left *{
  color: #fff;
}
.spMenu .box1 h2 {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 26px;
}
.spMenu .left .list1 li a {
  font-size: 12px;
  margin-top: 10px;
  display: table;
}
.spMenu .left .box2 {
  margin-top: 40px;
  margin-left: 40px;
  font-size: 12px;
  font-weight: 700;
}
.spMenu .left .box2 h3 {
  margin-top: 30px;
}
.spMenu .left .box2 > p {
  font-size: 12px;
  line-height: 2;
}
.mainWrap, .bodyUnder,.mainInner {
  width: 100%;
  padding-left: 0;
}
.mainHeader {
  position: absolute;
}
.topCaution {
  width: 90%;
  padding:12px 5%;
}
.topCaution p{
  font-size: 12px;
}
.topAbout {
  padding-top: 90px;
  width: 100%;
}
.topAbout {
  padding: 90px 0;
  width: 100%;
}
.topAbout .right .tit1 {
  font-size: 50px;
}
.topProcut {
  width: 90%;
  margin: 0 auto;
  padding-top: 0;
}
.topProcut p {
  padding: 30px 0 50px;
}
.topItem {
  width: 90%;
  margin: 0 auto;
}
.topItem .txtBox2 {
  padding: 40px 0;
}
.topNews {
  padding-top: 70px;
  width: 90%;
  margin: 0 auto;
}
.topNews .tit1 {
  width: 100%;
  margin-right: 0;
  font-size: 50px;
  margin-bottom: 40px;
}
.topNews ul {
  width: 100%;
}
.guideBlock1 {
  margin: 0px auto;
  width: 90%;
  padding: 100px 0;
  border-top: 0;
}
.guideBlock1 .tit1 {
  font-size: 50px;
}
.guideBlock1 ul {
  flex-wrap: wrap;
  margin-top: 0;
}
.guideBlock1 ul li {
  width: 100%;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.guideBlock1 ul li img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.guideBlock1 ul li h2 {
  margin: 0;
  font-size: 23px;
}
.guideBlock1 ul li p {
  margin: 60px 0 20px;
  font-size: 14px;
}
footer {
  padding: 100px 5% 26px;
  width: 90%;
}
.footWrap {
  flex-wrap: wrap;
}
.fbox1 {
  width: 100%;
  margin-right: 0;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.fbox1 > *,
.fbox1 div > *{
  width: 100%;
}
.fbox1 div {
  flex-wrap: wrap;
}
.fbox1 div.infoBox {
  margin-top: 26px;
}
.fbox2 {
  margin-top: 42px;
  width: 90%;
  max-width: 90%;
}
.titleBlock {
  padding: 60px 0;
  width: 90%;
  margin: 0 auto;
}
.titleBlock p {
  margin-top: 30px;
  font-size: 14px;
}
.aboutBlock1 {
  padding: 60px 0;
  width: 90%;
  margin: 0 auto;
  flex-wrap: wrap;
}
.aboutBlock1 img {
  width: 100%;
}
.aboutBlock1 .right {
  width: 100%;
  margin-top: 30px;
}
.aboutBlock2 {
  width: 90%;
  margin: 0 auto 60px;
  flex-wrap: wrap;
}
.aboutBlock2 .left{
  width: 100%;
  order: 2;
}
.aboutBlock2 > img {
  margin: 0;
  width: 100%;
  order: 1;
  margin: 0 auto;
  max-width: 360px;
} 
.aboutBlock2 .left {
  width: 100%;
  order: 2;
  margin-top: 50px;
}
.aboutBlock2 .left h2 {
  font-size: 40px;
  margin: 20px 0 50px;
}
.aboutBlock2 .left .txt2 {
  font-size: 16px;
  margin-bottom: 40px;
}
.aboutBlock3 {
  padding-top: 60px;
  width: 90%;
  margin: 0 auto;
}
.aboutBlock3 iframe {
  margin: 20px 0;
  height: 50vw;
}
.aboutBlock3 p {
  font-size: 15px;
  margin-bottom: 30px;
}
.bodyUnder .mainHeader h1 {
  margin-top: 20px;
}
.pageProducts .titleBlock {
  width: calc(100% - 100px);
  margin-left: 100px;
  margin-bottom: 20px;
}
.productsBlock1 {
  width: 90%;
  margin: 0 auto;
}
.productsBlock1 ul {
  grid-template-columns: 1fr 1fr;
  gap: 30px 1vw;
}
.productsBlock1 .imgbox {
  height: 32vw;
}
.pageItem,
.pageNews,
.pageSingle,
.pageGuide,
.pageFaq,
.pageContact,
.pageFree {
  width: 90%;
  margin: 0 auto;
}
.pankuzu {
  margin-left: 20px;
}
.itemWrap {
  flex-wrap: wrap;
  padding-bottom: 80px;
}
.itemWrap .txtBlock {
  width: 100%;
  order: 1;
}
.imgGalleryBlock {
  width: 100%;
  margin: 50px 0 0;
  order: 2;
}
.itemWrap .txtBlock .txtBlockInner {
  overflow: unset;
  height: auto;
}
.itemWrap .txtBlock .txtBlockInner h2,
.itemWrap .txtBlock .txtBlockInner .price,
.itemWrap .txtBlock .txtBlockInner .size,
.itemWrap .txtBlock .txtBlockInner .cart {
  width: 100%;
  padding-left: 30px;
  box-sizing: border-box;
}
.itemWrap .entry-conts {
  border-bottom: 0;
}
.itemWrap .txtBlock .txtBlockInner .cart label {
  width: 10%;
}
.itemWrap .txtBlock .txtBlockInner .cart div.quantity {
  width: 60px;
}
.itemWrap .txtBlock .txtBlockInner .cart .single_add_to_cart_button {
  width: 50%;
  padding: 10px;
  font-size: 15px;
  margin: 0;
}
.imgGalleryBlock .woocommerce-product-gallery__image img {
  width: 100%;
  height: auto;
}
.imgGalleryBlock .sp .Share img {
  width: auto;
}
.itemWrap .txtBlock .txtBlockInner .cart .quantity input {
  width: 100%;
}
.itemWrap .txtBlock .txtBlockInner .cart {
  justify-content: space-between;
}
.itemWrap {
    flex-wrap: wrap;
    padding-bottom: 80px;
}
.recommend ul {
  grid-template-columns: 1fr;
  margin-top: 20px;
}
.recommend .imgbox {
  height: 66vw;
}
.bodyUnder .mainHeaderSp .closeBtn span {
  background: #000;
}
.bodyUnder .mainHeaderSp.on .closeBtn span {
  background: #fff;
}
.newsWrap1 {
  flex-wrap: wrap;
}
.newsWrap1 .sideBlock1 {
  width: 100%;
  margin: 0;
  order: 2;
  border-top: 0;
  padding-top: 0;
}
.newsWrap1 .newsList {
  width: 100%;
  border-top: 0;
}
.newsWrap1 .newsList li a{
  flex-wrap: wrap;
}
.newsWrap1 .newsList li a .cat {
  margin-left: 20px;
}
.newsWrap1 .newsList li a h2 {
  display: block;
  width: 100%;
  margin-top: 20px;
}
.singleWrap {
  flex-wrap: wrap;
}
.singleMain {
  width: 100%;
  margin-right: 0;
}
.singleBlock1 h1 {
  width: 80%;
  margin-left: 20%;
}
.singleBlock1 .date{
  text-align: right;
}
.sinShare {
  padding: 30px 0;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}
.singleWrap aside {
  width: 100%;
  margin-top: 60px;
}
.stickyBox {
  height: auto;
}
.pageSingle .recommend {
  border-top: 0;
  padding-top: 60px;
}
.singleWrap aside ul {
  padding: 20px 0;
}
.newsWrap1 .sideBlock1 {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #707070;
}
.pageGuide .newsWrap1 {
  width: 95%;
  margin: 0 auto;
}
.qaBlock {
  width: 100%;
}
.contactBlock {
  width: 100%;
}
.contactList1 {
  padding-top: 30px;
}
.contactBlock .txt1 {
  font-size: 16px;
  margin: 30px 0 20px;
}
.contactList2 {
  padding-top: 60px;
}
.contactList3 {
  padding-top: 100px;
}
.contactList3 iframe {
  height: 400px;
}
.wp-block-woocommerce-cart, .wp-block-woocommerce-checkout, .woocommerce-order, #customer_login, .woocommerce-MyAccount-navigation, .woocommerce-ResetPassword.lost_reset_password {
  margin-top: 0 !important;
  width: 100%;
  padding: 0 !important;
}
}
@media screen and (max-width: 810px){
  .topAbout .right .tit1 {
    line-height: 1.2;
}
.topAbout .right h3 {
  font-size: 22px;
}
.br{
  display: block;
}
.topAbout .right .txt2 {
  font-size: 14px;
}
.topAbout3 {
  width: 226px;
}
.topProcut p {
  font-size: 12px;
}
.topItem ul li a {
  flex-wrap: wrap;
}
.topItem ul li .imgbox {
  width: 100%;
  margin-right: 0;
}
.topItem ul li .txtBox {
  width: 100%;
  margin: 22px 0 0;
}
.topItem ul li a h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.topItem ul li a .linkBtn1 {
  margin-top: 22px;
  width: 100%;
  padding: 16px 0;
  text-align: center;
  position: relative;
  bottom: 0;
}
.topItem .txtBox2 p {
  font-size: 12px;
}
.linkBtn2 {
  width: 100%;
  padding: 0;
  text-align: center;
  font-size: 13px;
  padding: 20px 0;
}
.topNews > a {
  width: 100%;
  text-align: center;
}
.loopBlock .imgLoop img {
  width: 250vw;
  max-width: 250vw;
}
.aboutBlock1 .right h2 {
  font-size: 20px;
  font-weight: 500;
  margin: 30px 0 30px;
  letter-spacing: 0;
}
.aboutBlock1 .right .txt2 {
  font-size: 13px;
  line-height: 2;
}
.aboutBlock2 .left h2 {
  font-size: 26px;
  margin: 20px 0 50px;
}
.aboutBlock2 .left .txt2 {
  font-size: 14px;
  margin-bottom: 30px;
}
.linkBtn3 {
  width: 100%;
  padding: 0;
  text-align: center;
  padding: 20px 0;
}
.pageProducts .titleBlock,
.itemWrap .txtBlock {
  width: calc(100% - 80px);
  margin-left: 80px;
}
.productsBlock1 ul {
  grid-template-columns: 1fr;
  gap: 30px 1vw;
}
.productsBlock1 .imgbox {
  height: 66vw;
}
.pageItem .itemWrap .txtBlock h2 {
  margin-left: 30px;
  width: calc(100% - 30px);
}
.itemWrap .txtBlock .txtBlockInner .price {
  margin-left: 30px;
  padding-left: 30px;
  width: 90%;
}
.itemWrap .txtBlock .txtBlockInner .size {
  padding-left: 0;
}
.itemWrap .txtBlock,
.itemWrap .txtBlock .txtBlockInner .cart{
  width: 100%;
  margin-left: 0;
  padding-left: 0;
}
.itemWrap .pankuzu, .pageContact .pankuzu, .pageFaq .pankuzu, .pageItem .pankuzu,.pageFree .pankuzu {
  margin-left: 50px;
  width: calc(100% - 50px);
}
.pageFaq .titleBlock,.pageContact .titleBlock, .pageGuide .titleBlock, .pageFree .titleBlock {
  width: 80%;
  margin-left: 20%;
}
.contactBlock div > h2 {
  font-size: 18px;
}
.contactBlock div > h2 img {
  width: 30px;
  margin-right: 10px;
}
.contactList1 a {
  font-size: 18px;
}
.contactList2 form .send .wpcf7-spinner {
  right: 0;
  top: -30px;
  bottom: unset;
}
.contactList2 form label {
  font-size: 14px;
}
.cookie {
  margin: auto;
  left: 0;
  bottom: 10px;
  right: 0;
  padding: 15px;
}
.cookie p {
  font-size: 10px;
  text-align: justify;
}
.cookie div a {
  padding: 4px 0;
}












}