@charset "UTF-8";
footer{
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #main-column {
    padding-inline: 5.3333333333vw;
  }
footer{
  margin-top: 0;
}
  #main-column-full{
    padding: 0;
  }
}

#shopGuide_wrap,
#contact {
  margin-left: auto;
  margin-right: auto;
  max-width: 1004px !important;
  padding-inline: 10px;
}
@media screen and (max-width: 768px) {
  #shopGuide_wrap,
#contact {
    margin-top: 6vw;
    padding-inline: 0;
  }
}
#shopGuide_wrap h1,
#contact h1 {
  margin: 0;
  line-height: 46px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #shopGuide_wrap h1,
#contact h1 {
    font-size: 5.3333333333vw;
    line-height: 1.45;
    letter-spacing: 0;
  font-family: var(--font-zen);
  font-weight: var(--semi);
  }
}
.append,
#policy .prepend,
#policy .body,
#policy .append,
#business .prepend,
#business .body,
#business .append,
#guide .prepend,
#guide .body,
#guide .append,
#faq .prepend,
#faq .body,
#faq .append {
  margin-left: auto;
  margin-right: auto;
  width: 984px;
  max-width: 100%;
  font-family: var(--font-notsans);
  font-size: 14px;
  line-height: 25px;
}
@media screen and (max-width: 768px) {
  .append,
  #policy .prepend,
#policy .body,
#policy .append,
#business .prepend,
#business .body,
#business .append,
#guide .prepend,
#guide .body,
#guide .append,
#faq .prepend,
#faq .body,
#faq .append {
    font-size: 3.4666666667vw;
    line-height: 1.6153846154;
  }
}
.append,
#policy .append,
#business .append,
#guide .append,
#faq .append {
  border-top: 1px solid #646464;
  padding: 0 0 140px;
}
@media screen and (max-width: 768px) {
  .append,
  #policy .append,
#business .append,
#guide .append,
#faq .append {
  margin-left: calc(40/750*100vw);
  margin-right: calc(40/750*100vw);
    padding: 0 0 20vw;
  width: calc(100% - calc(80/750*100vw));
  }
}
.append .pageTop,
#policy .append .pageTop,
#business .append .pageTop,
#guide .append .pageTop,
#faq .append .pageTop {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
  color: #646464;
  font-family: var(--font-notserif);
  font-size: 15px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .append .pageTop,
  #policy .append .pageTop,
#business .append .pageTop,
#guide .append .pageTop,
#faq .append .pageTop {
    gap: 0.8vw;
    margin: 1.0666666667vw 0 0 auto;
    font-size: 3.4666666667vw;
    line-height: 46/26;
  }
}
.append .pageTop::before,
#policy .append .pageTop::before,
#business .append .pageTop::before,
#guide .append .pageTop::before,
#faq .append .pageTop::before {
  content: "";
  display: block;
  width: 13px;
  aspect-ratio: 1;
  /*background: currentColor;
  -webkit-mask: url(../imgs/arw-pagetop.png) center/contain no-repeat;
          mask: url(../imgs/arw-pagetop.png) center/contain no-repeat;*/
  background-image: url(../imgs/arw-pagetop.png) ;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

#policy h2 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
}
#policy .prepend {
  border-bottom: 1px solid #BDBDBD;
  padding: 25px 0 35px;
}
@media screen and (max-width: 768px) {
  #policy .prepend {
    padding: 6vw 0 7.3333333333vw;
  }
}
#policy .body {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 1lh;
  padding: 30px 0 50px;
}
@media screen and (max-width: 768px) {
  #policy .body {
    padding: 5.3333333333vw 0 21.3333333333vw;
  }
}
#policy .body h2::before {
  content: "（";
}
#policy .body h2::after {
  content: "）";
}
#policy .body ul {
  font-size: inherit;
}
#policy .body ul li::before {
  content: "・";
}

#business .body {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 55px;
  padding: 25px 0 80px;
}
@media screen and (max-width: 768px) {
  #business .body {
    gap: 13.3333333333vw;
    padding: 6.6666666667vw 0 21.3333333333vw;
  }
}
#business .body h2 {
  margin: 0;
  padding: 0;
  font-family: var(--font-notserif);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #business .body h2 {
    margin: 0 -5.3333333333vw;
    padding: 3.3333333333vw 5.3333333333vw;
    background: #FAF7EF;
    font-size: 4vw;
    font-weight: 600;
  }
}
#business .body dl {
  display: grid;
  grid-template-columns: 250px 1fr;
  margin: 25px 0 0;
  border: 1px solid #BDBDBD;
  border-top: none;
}
@media screen and (max-width: 768px) {
  #business .body dl {
    display: block;
    margin: 6.6666666667vw 0 0;
  }
}
#business .body dl dt,
#business .body dl dd {
  display: grid;
  place-items: center start;
  border-top: 1px solid #BDBDBD;
  padding: 18px 20px;
}
#business .body dl dt {
  grid-column: 1/2;
  background: #FAF7EF;
}
@media screen and (max-width: 768px) {
  #business .body dl dt {
    padding: 3.3333333333vw 2.6666666667vw;
  }
}
#business .body dl dd {
  grid-template-columns: 2/3;
}
@media screen and (max-width: 768px) {
  #business .body dl dd {
    padding: 2.9333333333vw 2.6666666667vw;
  }
}

#guide .prepend {
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  #guide .prepend {
    margin: 6.6666666667vw 0 0;
  }
}
#guide .prepend .sNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 12px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #guide .prepend .sNav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 2.6666666667vw;
  }
}
#guide .prepend .sNav li {
  width: calc((100% - 36px) / 4);
  border: 1px solid currentColor;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #guide .prepend .sNav li {
    width: auto;
  }
}
#guide .prepend .sNav a {
  display: grid;
  place-items: center;
  height: 62px;
  font-family: var(--font-notserif);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #guide .prepend .sNav a {
    height: 11.7333333333vw;
    font-size: 3.4666666667vw;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  #guide .prepend .sNav a {
    transition: 0.4s;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  #guide .prepend .sNav a:active, #guide .prepend .sNav a:hover {
    background-color: var(--bl);
    color: #fff;
  }
}
#guide .body {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  padding: 60px 0 50px;
}
@media screen and (max-width: 768px) {
  #guide .body {
    gap: 9.3333333333vw;
    padding: 13.3333333333vw 0 14.6666666667vw;
  }
}
#guide .body h2 {
  margin: 0;
  padding: 17px 30px;
  background: #FAF7EF;
  font-family: var(--font-notserif);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #guide .body h2 {
    margin: 0 -5.3333333333vw;
    padding: 3.3333333333vw 5.3333333333vw;
    font-size: 4vw;
    font-weight: 600;
  }
}
#guide .body dl dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 0.25em;
  padding: 23px 0 0;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #guide .body dl dt {
    padding: 6vw 0 0;
    font-size: 3.2vw;
    line-height: 1.4583333333;
  }
}
#guide .body dl dt::before {
  content: "■";
}
#guide .body dl dd {
  padding: 8px 0 25px;
}
@media screen and (max-width: 768px) {
  #guide .body dl dd {
    padding: 4.6666666667vw 0 6vw;
    line-height: 1.5384615385;
  }
}
#guide .body dl dd figure.creditCards {
  width: 503px;
  margin: 6px 0 10px;
}
@media screen and (max-width: 768px) {
  #guide .body dl dd figure.creditCards {
    width: auto;
    margin: 6vw 0 4vw;
  }
}
#guide .body dl dd p + figure {
  margin: 14px 0 5px;
}
@media screen and (max-width: 768px) {
  #guide .body dl dd p + figure {
    margin: 5.3333333333vw 0 1.3333333333vw;
  }
}
#guide .body dl dd figure.amazonPay {
  width: 310px;
}
@media screen and (max-width: 768px) {
  #guide .body dl dd figure.amazonPay {
    width: 66.6666666667vw;
  }
}
#guide .body dl dd figure.payPay {
  width: 280px;
}
@media screen and (max-width: 768px) {
  #guide .body dl dd figure.payPay {
    width: 53.3333333333vw;
  }
}
#guide .body dl dd figure.time {
  width: 475px;
}
@media screen and (max-width: 768px) {
  #guide .body dl dd figure.time {
    width: auto;
  }
}
#guide .body dl dd figure.time img {
  width: 100%;
}
#guide .body dl dd + dt {
  border-top: 1px solid #BDBDBD;
}

#faq .body {
  padding: 30px 0 70px;
}
@media screen and (max-width: 768px) {
  #faq .body {
    padding: 6.6666666667vw 0 21.3333333333vw;
    line-height: 1.5384615385;
  }
}
#faq .body a {
  color: #B90C0C;
  text-decoration: underline;
}
#faq .body dl {
  border-bottom: 1px solid #BDBDBD;
}
#faq .body dl dt,
#faq .body dl dd {
  padding-inline: 30px;
  -webkit-padding-start: 46px;
          padding-inline-start: 46px;
  text-indent: -16px;
}
@media screen and (max-width: 768px) {
  #faq .body dl dt,
#faq .body dl dd {
    text-indent: 0;
  }
}
#faq .body dl dt::before,
#faq .body dl dd::before {
  display: inline-block;
  width: 16px;
  text-indent: 0;
}
@media screen and (max-width: 768px) {
  #faq .body dl dt::before,
#faq .body dl dd::before {
    display: inline;
    width: auto;
  }
}
#faq .body dl dt {
  padding-block: 20px;
  background: #FAF7EF;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #faq .body dl dt {
    margin: 0 -5.3333333333vw;
    padding: 3.3333333333vw 5.3333333333vw;
  }
}
#faq .body dl dt::before {
  content: "Q.";
}
#faq .body dl dd {
  padding-block: 27px;
}
@media screen and (max-width: 768px) {
  #faq .body dl dd {
    padding: 4.6666666667vw 0;
  }
}
#faq .body dl dd::before {
  content: "A.";
}
#faq .body dl dd a.tel {
  display: block;
  width: 345px;
  margin: 10px 0 5px;
  text-indent: 0;
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #faq .body dl dd a.tel {
    width: 80.1333333333vw;
    margin: 5.3333333333vw 0 2vw;
  }
}
#faq .body dl dd a.tel .note {
  margin: 20px 0 0;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #faq .body dl dd a.tel .note {
    margin: 2.6666666667vw 0 0;
    font-size: inherit;
  }
}
#faq .body .contact {
  margin: 30px 0 0;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #faq .body .contact br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #faq .body .contact {
    margin: 6.6666666667vw 0 0;
  }
}
#faq .body .contact .btn--contact {
  display: grid;
  place-items: center;
  width: 370px;
  height: 65px;
  margin: 30px auto 0;
  background: #53482D;
  font-family: var(--font-notserif);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px #53482D;
}

@media screen and (max-width: 768px) {
  #faq .body .contact .btn--contact {
    width: 53.3333333333vw;
    height: 12vw;
    margin: 4.6666666667vw auto 0;
    font-size: inherit;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  #faq .body .contact .btn--contact {
    transition: 0.4s;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  #faq .body .contact .btn--contact:hover {
     opacity: .5;
  }
}

#contact.sps-mailMagazine h1 {
  margin: 0;
}
#contact.sps-mailMagazine .mailmagGuidance {
  margin: 25px 0 0;
  font-family: var(--font-notsans);
  font-size: 14px;
  line-height: 25px;
}
@media screen and (max-width: 768px) {
  #contact.sps-mailMagazine .mailmagGuidance {
    margin: 6vw 0 0;
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
  }
}
#contact.sps-mailMagazine .mailm {
  margin: 60px 0 0;
}
#contact.sps-mailMagazine .mailm.sps-mailMagazine-new {
  margin: 22px 0 0;
}
@media screen and (max-width: 768px) {
  #contact.sps-mailMagazine .mailm {
    margin: 13.3333333333vw 0 0;
  }
#contact.sps-mailMagazine .mailm.sps-mailMagazine-new {
  margin: calc(77/750*100vw)  0 0;
}
}
#contact.sps-mailMagazine .mailm .txtBox h2 {
  border: none;
  margin: 0 0 30px;
  padding: 17px 30px;
  background: #FAF7EF;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #contact.sps-mailMagazine .mailm .txtBox h2 {
    margin: 0 -5.3333333333vw 4.6666666667vw;
    padding: 3.2vw 5.3333333333vw;
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #contact.sps-mailMagazine .mailm table.mailMF {
    display: block;
  }
  #contact.sps-mailMagazine .mailm table.mailMF tbody,
#contact.sps-mailMagazine .mailm table.mailMF tr,
#contact.sps-mailMagazine .mailm table.mailMF th,
#contact.sps-mailMagazine .mailm table.mailMF td {
    display: block;
  
  }
}
  #contact.sps-mailMagazine .mailm table.mailMF tbody,
#contact.sps-mailMagazine .mailm table.mailMF tr,
#contact.sps-mailMagazine .mailm table.mailMF th,
#contact.sps-mailMagazine .mailm table.mailMF td {
  font-family: var(--font-notsans);
  letter-spacing: 0;
  }
#contact.sps-mailMagazine .mailm table.mailMF td input.btn-confirmNext[value="新規登録"]{
  font-family: var(--font-notserif);
}
#contact table.mailMF td p {
    float: left;
    font-size:14px;
    padding:  0;
    margin-right:-7px;
  width: 174px;
}
#contact.sps-mailMagazine .mailm table.mailMF th {
  width: 174px;
  border: none;
  padding: 0;
  background: transparent;
  font-family: var(--font-notsans);
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #contact.sps-mailMagazine .mailm table.mailMF th {
    width: auto;
    font-size: 3.7333333333vw;
    line-height: 1.25;
  }
#contact table.mailMF td p {
  margin:0 0 2.6666666667vw;
    font-size: 4vw;
    padding: 0;
    width: auto;
}
}
#contact.sps-mailMagazine .mailm table.mailMF td {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 7px;
  width: auto;
  border: none;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #contact.sps-mailMagazine .mailm table.mailMF td {
    display: block;
    margin: 2.6666666667vw 0 0;
  }
}
#contact.sps-mailMagazine .mailm table.mailMF td input.mailAddress,
#contact.sps-mailMagazine .mailm table.mailMF td input.mailAddress_new {
  float: none;
  width: 395px;
  height: 42px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #contact.sps-mailMagazine .mailm table.mailMF td input.mailAddress,
#contact.sps-mailMagazine .mailm table.mailMF td input.mailAddress_new {
    width: 100%;
    height: 11.3333333333vw;
  }
}
#contact.sps-mailMagazine .mailm table.mailMF td span.btn-confirm {
  float: none;
}
@media screen and (max-width: 768px) {
  #contact.sps-mailMagazine .mailm table.mailMF td span.btn-confirm {
    width: 53.3333333333vw;
    margin: 5.3333333333vw auto 0;
  }
  #contact.sps-mailMagazine .mailm table.mailMF td span.btn-confirm input {
    width: 100%;
    height: 12vw;
    font-size: 3.4666666667vw;
  }
}
#contact.sps-mailMagazine .mailm table.mailMF td input.btn-confirmNext {
  width: 125px;
  height: 42px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: #53482D;
  box-shadow: inset 0 0 0 1px #53482D;
  color: #fff;
  font-size: 14px;
}
#contact div.caution p{
  display: none;
}
@media screen and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  #contact.sps-mailMagazine .mailm table.mailMF td input.btn-confirmNext {
    transition: 0.4s;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  #contact.sps-mailMagazine .mailm table.mailMF td input.btn-confirmNext:hover {
     opacity: .5;
  }
}
#contact.sps-mailMagazine .mailm table.mailMF tr:nth-child(n+2) th,
#contact.sps-mailMagazine .mailm table.mailMF tr:nth-child(n+2) td {
  padding-top: 16px;
}
@media screen and (max-width: 768px) {
  #contact.sps-mailMagazine .mailm table.mailMF tr:nth-child(n+2) th {
    padding-top: 3.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #contact.sps-mailMagazine .mailm table.mailMF tr:nth-child(n+2) td {
    padding-top: inherit;
  }
}

#contact.sps-mailMagazine .append {
  margin: 80px 0 0;
  border-top: 1px solid #BDBDBD;
  padding: 0 0 140px;
  font-family: var(--font-notsans);
  font-size: 14px;
  line-height: 25px;
}
@media screen and (max-width: 768px) {
  #contact.sps-mailMagazine .append {
    margin: 21.3333333333vw 0 0;
    padding: 0 0 20vw;
    font-size: 3.4666666667vw;
    line-height: 1.6153846154;
  }
}
#contact.sps-mailMagazine .append .pageTop {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
  color: #646464;
  font-family: var(--font-notserif);
  font-size: 15px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #contact.sps-mailMagazine .append .pageTop {
    gap: 0.8vw;
    margin: 1.0666666667vw 0 0 auto;
    font-size: 3.4666666667vw;
    line-height: 46/26;
  }
}
#contact.sps-mailMagazine .append .pageTop::before {
  content: "";
  display: block;
  width: 13px;
  aspect-ratio: 1;
 /* background: currentColor;
  -webkit-mask: url(../imgs/arw-pagetop.png) center/contain no-repeat;
          mask: url(../imgs/arw-pagetop.png) center/contain no-repeat;*/
  background-image: url(../imgs/arw-pagetop.png) ;
  background-size: 100%;
}

form[name=CNTFORM] ~ tbody #center3 {
  padding-bottom: 20px;
}
@media screen and (max-width: 599px) {
  form[name=CNTFORM] ~ tbody #center3 {
    width: auto;
    padding-bottom: 6vw;
  }
}
form[name=CNTFORM] ~ tbody #center3 h3.title1 {
  margin-top: 30px;
  margin-bottom: 14px;
  padding: 12px 30px;
}
@media screen and (max-width: 599px) {
  form[name=CNTFORM] ~ tbody #center3 h3.title1 {
    margin: 0 0 0 0;
   padding: calc(100 / 750 * 100vw) 0 0 0;
    background: transparent;
    font-size: 5.3333333333vw;
    text-align: center;
    font-family: var(--font-zen);
    font-weight: var(--semi);
    line-height: 1;
  }
}
@media screen and (max-width: 599px) {
  form[name=CNTFORM] ~ tbody #center3 .mainCont {
    padding-inline: 5.3333333333vw;
  }
}
form[name=CNTFORM] ~ tbody #center3 .mainCont p {
  padding: 0;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0;
}
@media screen and (max-width: 599px) {
  form[name=CNTFORM] ~ tbody #center3 .mainCont p {
    margin: 6vw 0 0;
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
  }
}
form[name=CNTFORM] ~ tbody #center3 .mainCont p.caution {
  margin: 20px 0 0;
}
@media screen and (max-width: 599px) {
  form[name=CNTFORM] ~ tbody #center3 .mainCont p.caution {
    margin: 6vw 0 0;
  }
}
form[name=CNTFORM] ~ tbody #center3 .mainCont p.caution br {
  display: inline;
}
form[name=CNTFORM] ~ tbody #center3 .mainCont br {
  display: none;
}
form[name=CNTFORM] ~ tbody #center3 .mainCont .layoutp3 {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  gap: 60px 16px;
  margin: 10px 0 0;
  letter-spacing: 0;
}
@media screen and (max-width: 599px) {
  form[name=CNTFORM] ~ tbody #center3 .mainCont .layoutp3 {
    display: block;
  }
}
form[name=CNTFORM] ~ tbody #center3 .mainCont .layoutp3 table:is(:not(body:has(#cnt_submit) *)) {
  grid-row: 1/2;
  grid-column: 1/3;
  margin: 0;
  border: none;
}
@media screen and (max-width: 599px) {
  form[name=CNTFORM] ~ tbody #center3 .mainCont .layoutp3 table:is(:not(body:has(#cnt_submit) *)) {
    display: block;
    margin: 8vw 0;
  }
  form[name=CNTFORM] ~ tbody #center3 .mainCont .layoutp3 table:is(:not(body:has(#cnt_submit) *)) tbody,
form[name=CNTFORM] ~ tbody #center3 .mainCont .layoutp3 table:is(:not(body:has(#cnt_submit) *)) tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  form[name=CNTFORM] ~ tbody #center3 .mainCont .layoutp3 table:is(:not(body:has(#cnt_submit) *)) tbody {
    gap: 6vw;
  }
  form[name=CNTFORM] ~ tbody #center3 .mainCont .layoutp3 table:is(:not(body:has(#cnt_submit) *)) tr {
    gap: 2.6666666667vw;
  }
}
form[name=CNTFORM] ~ tbody #center3 .mainCont .layoutp3 table:is(:not(body:has(#cnt_submit) *)) th,
form[name=CNTFORM] ~ tbody #center3 .mainCont .layoutp3 table:is(:not(body:has(#cnt_submit) *)) td {
  border: none;
}
form[name=CNTFORM] ~ tbody #center3 .mainCont .layoutp3 table:is(:not(body:has(#cnt_submit) *)) th {
  width: 145px;
  padding: 26px 0 0;
  background: transparent;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  vertical-align: top;
  text-align: left;
}
@media screen and (max-width: 599px) {
  form[name=CNTFORM] ~ tbody #center3 .mainCont .layoutp3 table:is(:not(body:has(#cnt_submit) *)) th {
    width: auto;
    padding: 0;
    font-size: 3.7333333333vw;
    line-height: 4.6666666667vw;
  }
  form[name=CNTFORM] ~ tbody #center3 .mainCont .layoutp3 table:is(:not(body:has(#cnt_submit) *)) th:has(.caution) {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    gap: 0.25em;
  }
  form[name=CNTFORM] ~ tbody #center3 .mainCont .layoutp3 table:is(:not(body:has(#cnt_submit) *)) th:has(.caution)::after {
    content: "必須";
    display: block;
    padding: 0 2vw;
    background: #B90C0C;
    color: #fff;
    font-size: 2.6666666667vw;
  }
  form[name=CNTFORM] ~ tbody #center3 .mainCont .layoutp3 table:is(:not(body:has(#cnt_submit) *)) th:has(.caution) .caution {
    display: none;
  }
}
form[name=CNTFORM] ~ tbody #center3 .mainCont .layoutp3 table:is(:not(body:has(#cnt_submit) *)) td {
  width: auto;
  padding: 16px 0 0 !important;
  font-size: 10px;
  line-height: 28px;
}
@media screen and (max-width: 599px) {
  form[name=CNTFORM] ~ tbody #center3 .mainCont .layoutp3 table:is(:not(body:has(#cnt_submit) *)) td {
    padding: 0 !important;
    font-size: 2.6666666667vw;
    line-height: 1.75;
  }
}
form[name=CNTFORM] ~ tbody #center3 .mainCont .layoutp3 table:is(:not(body:has(#cnt_submit) *)) td:nth-child(2) {
  border: none;
}
form[name=CNTFORM] ~ tbody #center3 .mainCont .layoutp3 table:is(:not(body:has(#cnt_submit) *)) td input,
form[name=CNTFORM] ~ tbody #center3 .mainCont .layoutp3 table:is(:not(body:has(#cnt_submit) *)) td textarea {
  display: block;
  margin: 0;
}
@media screen and (max-width: 599px) {
  form[name=CNTFORM] ~ tbody #center3 .mainCont .layoutp3 table:is(:not(body:has(#cnt_submit) *)) td input,
form[name=CNTFORM] ~ tbody #center3 .mainCont .layoutp3 table:is(:not(body:has(#cnt_submit) *)) td textarea {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  form[name=CNTFORM] ~ tbody #center3 .mainCont .layoutp3 table:is(:not(body:has(#cnt_submit) *)) td input[name=YourMail1] {
    margin: 0 0 1.3333333333vw;
  }
}
@media screen and (max-width: 599px) {
  form[name=CNTFORM] ~ tbody #center3 .mainCont .layoutp3 table:is(:not(body:has(#cnt_submit) *)) td input[name=YourMail2] {
    margin: 3.3333333333vw 0 0;
  }
}
form[name=CNTFORM] ~ tbody #center3 .mainCont .layoutp3 table:is(body:has(#cnt_submit) *) {
  grid-row: 1/2;
  grid-column: 1/3;
  margin: 6px 0 0;
  border: 1px solid #BDBDBD;
  line-height: 23px;
}
@media screen and (max-width: 599px) {
  form[name=CNTFORM] ~ tbody #center3 .mainCont .layoutp3 table:is(body:has(#cnt_submit) *) {
    margin: 6.6666666667vw 0 8vw;
    font-size: 3.4666666667vw;
    line-height: 1.3461538462;
  }
}
form[name=CNTFORM] ~ tbody #center3 .mainCont .layoutp3 table:is(body:has(#cnt_submit) *) th,
form[name=CNTFORM] ~ tbody #center3 .mainCont .layoutp3 table:is(body:has(#cnt_submit) *) td {
  padding: 18px 15px;
}
@media screen and (max-width: 599px) {
  form[name=CNTFORM] ~ tbody #center3 .mainCont .layoutp3 table:is(body:has(#cnt_submit) *) th,
form[name=CNTFORM] ~ tbody #center3 .mainCont .layoutp3 table:is(body:has(#cnt_submit) *) td {
    display: table-cell;
    padding: 3.7333333333vw 2.6666666667vw;
  }
}
form[name=CNTFORM] ~ tbody #center3 .mainCont .layoutp3 table:is(body:has(#cnt_submit) *) th {
  width: 198px;
  background: #FAF7EF;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 599px) {
  form[name=CNTFORM] ~ tbody #center3 .mainCont .layoutp3 table:is(body:has(#cnt_submit) *) th {
    width: 30.6666666667vw;
    vertical-align: middle;
  }
}
form[name=CNTFORM] ~ tbody #center3 .mainCont .layoutp3 table:is(body:has(#cnt_submit) *) td {
  width: auto;
  border-top: 1px solid #BDBDBD;
  border-bottom: 1px solid #BDBDBD;
}
form[name=CNTFORM] ~ tbody #center3 .mainCont .layoutp3 input[type=button] {
  width: auto;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  form[name=CNTFORM] ~ tbody #center3 .mainCont .layoutp3 input[type=button] {
    width: 53.3333333333vw;
    height: 12vw;
    font-size: 3.4666666667vw;
    margin: 2.6666666667vw auto 0;
    display: block;
  }
}
form[name=CNTFORM] ~ tbody #center3 .mainCont .layoutp3 input[type=button]#cnt_submit {
  background-color: #B90C0C;
}
.append{
  display: none;
}
.state_l{
  display: none;
}
#JournalList .journal-cont, #Journal .journal-cont,
#JournalList article{
  margin: 0 0 0;
}


#faq{
  letter-spacing: 0;
}
#guide .body  #delivery dl dd:last-child{
  padding-bottom: 0;
}