@charset "UTF-8";
/* CSS Document */
:root {
  interpolate-size: allow-keywords;
}

/* Reset
------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}

address, em, th {
  font-style: normal;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: left;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

/* フロート
------------------------------------------------------------*/
.float_l {
  float: left;
}

.float_r {
  float: right;
}

.clear {
  clear: both;
}

/* Body Html Fonts
------------------------------------------------------------*/
html {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 15px;
  background: #F0E7D8 url(../img/bg.jpg) repeat center/500px auto;
}
@media screen and (max-width: 700px) {
  html {
    font-size: 14px;
  }
}

body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333333;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.06em;
  min-height: 100vh;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
}
body.fixed {
  position: fixed;
}
body a {
  color: #670B00;
  text-decoration: none;
  transition: color 0.3s ease;
}
body a:hover {
  text-decoration: underline;
}
body a img {
  transition: opacity 0.3s ease;
  backface-visibility: hidden;
}
body a img:hover {
  opacity: 0.7;
}
body img, body picture {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
body iframe {
  vertical-align: top;
}
body .wrap {
  width: 1080px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
body ::selection {
  background: rgba(49, 112, 207, 0.2); /* Safari */
}
body ::-moz-selection {
  background: rgba(49, 112, 207, 0.2); /* Firefox */
}

/* header
------------------------------------------------------------*/
header {
  height: 50px;
  position: relative;
  background: #FFF;
  z-index: 10;
  display: flex;
  padding-left: 50px;
  padding-right: 50px;
}
header .head-inside {
  width: 1080px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
header .head-tagline {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 0;
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}
header .head-logo {
  width: 200px;
  display: flex;
  padding-top: 5px;
}
header .head-logo a, header .head-logo > span {
  width: 200px;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 15px;
  box-sizing: border-box;
  height: 100px;
  background: #FFF;
  line-height: 0;
  border-radius: 0 0 100px 100px;
}
header .head-nav {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
header .head-nav ul {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -30px;
}
header .head-nav ul li {
  margin-left: 30px;
}
header .head-nav ul li a {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .head-nav ul li a:before {
  content: "";
  width: 18px;
  height: 19px;
  background: no-repeat center/auto;
  background-image: url(../img/icon/order.svg);
  margin-right: 5px;
}
header .head-nav ul li a[href*=cart]:before {
  background-image: url(../img/icon/cart.svg);
}
header .head-nav ul li a[href*=logout]:before {
  width: 16px;
  background-image: url(../img/icon/logout.svg);
}
header .head-nav ul li a[href*=settings]:before {
  background-image: url(../img/icon/setting.svg);
}
header .head-nav ul li a[href*=login]:before {
  background-image: url(../img/icon/login.svg);
}
@media screen and (min-width: 701px) and (max-width: 1080px) {
  header {
    padding-left: 40px;
    padding-right: 40px;
  }
  header .head-nav ul {
    margin-left: -15px;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  header .head-nav ul li {
    margin-left: 15px;
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
  header .head-nav ul li a:before {
    width: 15px;
    height: 15px;
    background-size: contain;
  }
}
@media screen and (max-width: 700px) {
  header {
    padding: 0;
    height: auto;
  }
  header .head-inside {
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header .head-tagline {
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 150px;
    -ms-flex: 0 0 auto;
    flex-grow: 0;
  }
  header .head-logo {
    width: auto;
    display: flex;
    padding: 10px 20px;
  }
  header .head-logo a, header .head-logo > span {
    width: 60px;
    padding-top: 0;
    box-sizing: border-box;
    height: auto;
  }
  header .head-nav {
    -webkit-box-original-group: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    border-top: 1px solid #D5C2A4;
  }
  header .head-nav ul {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0;
    width: 100%;
  }
  header .head-nav ul li {
    margin-left: 0px;
    width: 10px;
    -ms-flex: 1 0 auto;
    flex-grow: 1;
    display: flex;
  }
  header .head-nav ul li:not(:first-child) {
    border-left: 1px solid #D5C2A4;
  }
  header .head-nav ul li a {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 5px;
    font-size: min(3vw, 14px);
    font-size: min(3vw, 0.9333333333rem);
  }
  header .head-nav ul li a:before {
    margin-right: 4px;
    width: 14px;
    height: 14px;
    background-size: contain;
  }
}

/* footer
------------------------------------------------------------*/
footer {
  background: #F7F3EA;
  padding: 15px 50px;
}
footer .foot-inside {
  display: flex;
  width: 1080px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  flex-wrap: wrap;
}
footer .foot-logo {
  margin-right: 30px;
}
footer .foot-nav {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: -30px;
}
footer .foot-nav li {
  margin-right: 30px;
  font-size: 13px;
  font-size: 0.8666666667rem;
}
footer .foot-nav li a {
  color: #670B00;
}
footer .foot-copy {
  margin-left: auto;
  font-size: 13px;
  font-size: 0.8666666667rem;
  color: #670B00;
}
@media screen and (min-width: 701px) and (max-width: 1080px) {
  footer {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 700px) {
  footer {
    padding: 20px 20px;
  }
  footer .foot-logo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  footer .foot-logo img {
    width: 80px;
  }
  footer .foot-nav {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    flex-wrap: wrap;
    border-top: 1px solid #D5C2A4;
  }
  footer .foot-nav li {
    width: 50%;
    margin-right: 0px;
    border-bottom: 1px solid #D5C2A4;
    font-size: 13px;
    font-size: 0.8666666667rem;
    box-sizing: border-box;
  }
  footer .foot-nav li:nth-child(even) {
    border-left: 1px solid #D5C2A4;
  }
  footer .foot-nav li:first-child:last-child {
    -ms-flex: 1 0 auto;
    flex-grow: 1;
  }
  footer .foot-nav li a {
    display: block;
    text-align: center;
    padding: 10px;
  }
  footer .foot-copy {
    margin-right: auto;
    margin-top: 10px;
  }
}

/* message
------------------------------------------------------------*/
#message {
  background: #C7544A;
  padding: 70px 50px 30px;
  color: #FFF;
}
#message .inside {
  width: 1080px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#message p:nth-child(1):last-child {
  text-align: center;
}
#message p a {
  color: #FFF;
  text-decoration: underline;
}
#message p a:hover {
  text-decoration: none;
}
#message p:not(:last-child) {
  margin-bottom: 15px;
}
#message h2 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#message .hidden {
  display: none;
}
#message .more, #message .close {
  text-decoration: underline;
  cursor: pointer;
}
#message .more:hover, #message .close:hover {
  text-decoration: none;
}
#message + main {
  padding-top: 80px;
}
@media screen and (min-width: 701px) and (max-width: 1080px) {
  #message {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 700px) {
  #message {
    padding: 20px;
  }
  #message + main {
    padding-top: 50px;
  }
}

/* main
------------------------------------------------------------*/
main {
  display: block;
  padding: 150px 50px 160px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}
main > section, main > article {
  width: 1080px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
main:has(#login) {
  background: url(../img/bg-login.svg) no-repeat center;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main #style-box, main #news-style, main #news-detail .item-inside, main #news .item-inside, main #order .item-content, main #order-index .item-box, main #settings .item-box, main #register .item-form, main #form .item-form, main #login .item-box {
  background-color: #FFF;
  border-radius: 10px;
}
main #style-form dl, main #settings .item-form .right dl, main #register .item-list dl, main #form .item-list dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
}
main #style-form dl:not(:last-child), main #settings .item-form .right dl:not(:last-child), main #register .item-list dl:not(:last-child), main #form .item-list dl:not(:last-child) {
  margin-bottom: 40px;
}
main #style-form dl > *, main #settings .item-form .right dl > *, main #register .item-list dl > *, main #form .item-list dl > * {
  margin-bottom: 20px;
}
main #style-form dl dt, main #settings .item-form .right dl dt, main #register .item-list dl dt, main #form .item-list dl dt {
  width: 160px;
  padding-top: 10px;
}
main #style-form dl dt.required:after, main #settings .item-form .right dl dt.required:after, main #register .item-list dl dt.required:after, main #form .item-list dl dt.required:after {
  content: "*";
  color: #670B00;
}
main #style-form dl dd, main #settings .item-form .right dl dd, main #register .item-list dl dd, main #form .item-list dl dd {
  width: calc(100% - 160px);
}
main #style-form dl dd > div:not(:last-child), main #settings .item-form .right dl dd > div:not(:last-child), main #register .item-list dl dd > div:not(:last-child), main #form .item-list dl dd > div:not(:last-child) {
  margin-bottom: 10px;
}
main #style-form dl dd .name, main #settings .item-form .right dl dd .name, main #register .item-list dl dd .name, main #form .item-list dl dd .name, main #style-form dl dd .flex, main #settings .item-form .right dl dd .flex, main #register .item-list dl dd .flex, main #form .item-list dl dd .flex {
  display: flex;
}
main #style-form dl dd .name > *, main #settings .item-form .right dl dd .name > *, main #register .item-list dl dd .name > *, main #form .item-list dl dd .name > *, main #style-form dl dd .flex > *, main #settings .item-form .right dl dd .flex > *, main #register .item-list dl dd .flex > *, main #form .item-list dl dd .flex > * {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}
main #style-form dl dd .name > *.auto, main #settings .item-form .right dl dd .name > *.auto, main #register .item-list dl dd .name > *.auto, main #form .item-list dl dd .name > *.auto, main #style-form dl dd .flex > *.auto, main #settings .item-form .right dl dd .flex > *.auto, main #register .item-list dl dd .flex > *.auto, main #form .item-list dl dd .flex > *.auto {
  width: auto;
  -ms-flex: 0 0 auto;
  flex-grow: 0;
}
main #style-form dl dd .name > *:not(:last-child), main #settings .item-form .right dl dd .name > *:not(:last-child), main #register .item-list dl dd .name > *:not(:last-child), main #form .item-list dl dd .name > *:not(:last-child), main #style-form dl dd .flex > *:not(:last-child), main #settings .item-form .right dl dd .flex > *:not(:last-child), main #register .item-list dl dd .flex > *:not(:last-child), main #form .item-list dl dd .flex > *:not(:last-child) {
  margin-right: 10px;
}
main #style-form dl dd .flex > div, main #settings .item-form .right dl dd .flex > div, main #register .item-list dl dd .flex > div, main #form .item-list dl dd .flex > div {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main #style-form dl dd .flex > div > *:not(:last-child), main #settings .item-form .right dl dd .flex > div > *:not(:last-child), main #register .item-list dl dd .flex > div > *:not(:last-child), main #form .item-list dl dd .flex > div > *:not(:last-child) {
  margin-right: 5px;
}
main #style-form dl dd .flex > div .select:not(.auto), main #settings .item-form .right dl dd .flex > div .select:not(.auto), main #register .item-list dl dd .flex > div .select:not(.auto), main #form .item-list dl dd .flex > div .select:not(.auto) {
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}
main #style-form dl dd .zip, main #settings .item-form .right dl dd .zip, main #register .item-list dl dd .zip, main #form .item-list dl dd .zip {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main #style-form dl dd .zip > *:not(:last-child), main #settings .item-form .right dl dd .zip > *:not(:last-child), main #register .item-list dl dd .zip > *:not(:last-child), main #form .item-list dl dd .zip > *:not(:last-child) {
  margin-right: 10px;
}
main #style-form dl dd .zip > div, main #settings .item-form .right dl dd .zip > div, main #register .item-list dl dd .zip > div, main #form .item-list dl dd .zip > div {
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}
main #style-form dl dd .zip > div:nth-of-type(1), main #settings .item-form .right dl dd .zip > div:nth-of-type(1), main #register .item-list dl dd .zip > div:nth-of-type(1), main #form .item-list dl dd .zip > div:nth-of-type(1) {
  width: 20px;
}
main #style-form dl dd .zip > div:nth-of-type(2), main #settings .item-form .right dl dd .zip > div:nth-of-type(2), main #register .item-list dl dd .zip > div:nth-of-type(2), main #form .item-list dl dd .zip > div:nth-of-type(2) {
  width: 40px;
}
main #style-form dl dd .check-radios:first-child, main #settings .item-form .right dl dd .check-radios:first-child, main #register .item-list dl dd .check-radios:first-child, main #form .item-list dl dd .check-radios:first-child {
  padding-top: 10px;
}
main #style-form dl dd p, main #settings .item-form .right dl dd p, main #register .item-list dl dd p, main #form .item-list dl dd p {
  color: #670B00;
  font-size: 13px;
  font-size: 0.8666666667rem;
}
main #style-form h3, main #settings .item-form .right h3, main #register .item-list h3, main #form .item-list h3 {
  background-color: #F7F3EA;
  padding: 10px;
  line-height: 1.3;
  font-size: 15px;
  font-size: 1rem;
  font-weight: 500;
}
main #style-form h3:not(:last-child), main #settings .item-form .right h3:not(:last-child), main #register .item-list h3:not(:last-child), main #form .item-list h3:not(:last-child) {
  margin-bottom: 20px;
}
main #style-form > p, main #settings .item-form .right > p, main #register .item-list > p, main #form .item-list > p {
  font-size: 13px;
  font-size: 0.8666666667rem;
  color: #670B00;
}
main #style-form > p:not(:last-child), main #settings .item-form .right > p:not(:last-child), main #register .item-list > p:not(:last-child), main #form .item-list > p:not(:last-child) {
  margin-bottom: 15px;
}
main #style-form section:not(:last-child), main #settings .item-form .right section:not(:last-child), main #register .item-list section:not(:last-child), main #form .item-list section:not(:last-child) {
  margin-bottom: 60px;
}
main #style-form section .delete, main #settings .item-form .right section .delete, main #register .item-list section .delete, main #form .item-list section .delete {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -40px;
}
main #style-form .add, main #settings .item-form .right .add, main #register .item-list .add, main #form .item-list .add {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px dashed #670B00;
  border-radius: 10px;
  height: 200px;
  position: relative;
}
main #style-form .add:not(:last-child), main #settings .item-form .right .add:not(:last-child), main #register .item-list .add:not(:last-child), main #form .item-list .add:not(:last-child) {
  margin-bottom: 20px;
}
main #style-form .add + p, main #settings .item-form .right .add + p, main #register .item-list .add + p, main #form .item-list .add + p {
  text-align: center;
}
main #style-form .add + p:not(:last-child), main #settings .item-form .right .add + p:not(:last-child), main #register .item-list .add + p:not(:last-child), main #form .item-list .add + p:not(:last-child) {
  margin-bottom: 50px;
}
main #style-form a, main #settings .item-form .right a, main #register .item-list a, main #form .item-list a {
  text-decoration: underline;
}
main #style-form a:hover, main #settings .item-form .right a:hover, main #register .item-list a:hover, main #form .item-list a:hover {
  text-decoration: none;
}
main #style-error, main #settings .item-error, main #register .item-error, main #form .item-error, main #login .item-error {
  background: #FFFDC0;
  color: #EF6250;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: bold;
  border: 2px solid #EF6250;
  border-radius: 5px;
  padding: 15px 30px;
}
main #style-error p:not(:last-child), main #settings .item-error p:not(:last-child), main #register .item-error p:not(:last-child), main #form .item-error p:not(:last-child), main #login .item-error p:not(:last-child) {
  margin-bottom: 4px;
}
main #style-error:not(:last-child), main #settings .item-error:not(:last-child), main #register .item-error:not(:last-child), main #form .item-error:not(:last-child), main #login .item-error:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 700px) {
  main #style-error, main #settings .item-error, main #register .item-error, main #form .item-error, main #login .item-error {
    font-size: 14px;
    font-size: 0.9333333333rem;
    padding: 15px;
  }
  main #style-error:not(:last-child), main #settings .item-error:not(:last-child), main #register .item-error:not(:last-child), main #form .item-error:not(:last-child), main #login .item-error:not(:last-child) {
    margin-bottom: 30px;
  }
}
main #login {
  width: 560px;
}
main #login.wide {
  width: 800px;
}
main #login .item-box {
  padding: 56px 80px;
}
main #login .item-box:not(:last-child) {
  margin-bottom: 28px;
}
main #login .item-error {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -30px;
  margin-right: -30px;
}
main #login .item-error:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 700px) {
  main #login .item-error {
    margin-left: 0;
    margin-right: 0;
  }
}
main #login .item-list:not(:last-child) {
  margin-bottom: 30px;
}
main #login .item-list dt {
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: bold;
  margin-bottom: 3px;
}
main #login .item-list dd:not(:last-child) {
  margin-bottom: 20px;
}
main #login .item-save {
  text-align: center;
}
main #login .item-save:not(:last-child) {
  margin-bottom: 25px;
}
main #login .item-submit {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
main #login .item-submit:not(:last-child) {
  margin-bottom: 10px;
}
main #login .item-link {
  text-align: center;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
main #register .item-form, main #form .item-form {
  padding: 60px;
}
main #register .item-inside, main #form .item-inside {
  width: 600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
main #register .item-list, main #form .item-list {
  padding-left: 10px;
  padding-right: 10px;
}
main #register .item-list:not(:last-child), main #form .item-list:not(:last-child) {
  margin-bottom: 60px;
}
main #register .item-list > *, main #form .item-list > * {
  padding-left: 10px;
  padding-right: 10px;
}
main #register .item-terms, main #form .item-terms {
  border: 1px solid #DDD9D5;
  padding: 30px;
  height: 200px;
  overflow-y: auto;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 14px;
  font-size: 0.9333333333rem;
}
main #register .item-terms .phase:not(:last-child), main #form .item-terms .phase:not(:last-child) {
  margin-bottom: 30px;
}
main #register .item-terms h2, main #form .item-terms h2 {
  color: #670B00;
  text-align: center;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: bold;
  margin-bottom: 15px;
}
main #register .item-terms h3, main #form .item-terms h3 {
  color: #670B00;
  font-size: 15px;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 15px;
}
main #register .item-terms h4, main #form .item-terms h4 {
  color: #670B00;
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: bold;
  margin-bottom: 5px;
}
main #register .item-terms p:not(:last-child), main #form .item-terms p:not(:last-child) {
  margin-bottom: 15px;
}
main #register .item-terms:not(:last-child), main #form .item-terms:not(:last-child) {
  margin-bottom: 20px;
}
main #register .item-agree, main #form .item-agree {
  text-align: center;
}
main #register .item-agree:not(:last-child), main #form .item-agree:not(:last-child) {
  margin-bottom: 50px;
}
main #settings .item-box {
  padding: 60px 80px;
}
main #settings .item-box:not(:last-child) {
  margin-bottom: 20px;
}
main #settings .item-title {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main #settings .item-title:not(:last-child) {
  margin-bottom: 15px;
}
main #settings .item-title h2 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #670B00;
}
main #settings .item-title a {
  margin-left: auto;
  font-size: 13px;
  font-size: 0.8666666667rem;
  font-weight: 500;
  color: #333333;
  text-decoration: underline;
}
main #settings .item-title a:hover {
  text-decoration: none;
}
main #settings .item-list {
  width: 720px;
  max-width: 100%;
  margin-left: auto;
}
main #settings .item-list section:not(:last-child) {
  margin-bottom: 40px;
}
main #settings .item-list h3 {
  background: #F7F3EA;
  padding: 10px;
  font-size: 15px;
  font-size: 1rem;
  font-weight: 500;
}
main #settings .item-list h3:not(:last-child) {
  margin-bottom: 20px;
}
main #settings .item-list h3:not(:first-child) {
  margin-top: 40px;
}
main #settings .item-list dl {
  display: grid;
  grid-template-columns: 200px 1fr;
}
main #settings .item-list dl > * {
  border-bottom: 1px solid #DDD9D5;
  padding-bottom: 10px;
}
main #settings .item-list dl > *:not(:last-of-type) {
  margin-bottom: 20px;
}
main #settings .item-form {
  display: flex;
}
main #settings .item-form h2 {
  line-height: 1.4;
  color: #670B00;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  width: 220px;
}
main #settings .item-form .right {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
  max-width: 550px;
}
@media screen and (min-width: 701px) {
  main #settings .item-form .right .item-submit {
    margin-top: -20px;
  }
}
main #settings .item-submit {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
main #settings .item-submit a:not(.btn) {
  width: 100%;
  text-align: center;
  color: #333333;
  font-size: 13px;
  font-size: 0.8666666667rem;
  margin-top: 10px;
}
main #policy {
  width: 800px;
}
main #history {
  width: 800px;
}
main #history .item-text:not(:last-child) {
  margin-bottom: 40px;
}
main #history .item-links {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
main #history .item-links .btn {
  max-width: calc(50% - 10px);
}
main #history .item-form:not(:last-child) {
  margin-bottom: 40px;
}
main #history .item-list {
  border-bottom: 1px solid #D5C2A4;
}
main #history .item-list:not(:last-child) {
  margin-bottom: 30px;
}
main #history .item-list dt {
  background: #D5C2A4;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: bold;
  padding: 10px;
  line-height: 1.4;
}
main #history .item-list dd {
  padding: 10px 10px 20px;
}
main #history .item-submit {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
main #order-index .item-title {
  display: flex;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
main #order-index .item-title:not(:last-child) {
  margin-bottom: 30px;
}
main #order-index .item-title .btn {
  margin-left: auto;
}
main #order-index .item-box {
  padding: 50px;
}
main #order-index .item-list:not(:last-child) {
  margin-bottom: 50px;
}
main #order-index .item-list li {
  display: grid;
  grid-template-columns: 90px 55% 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main #order-index .item-list li:not(:last-child) {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #D5C2A4;
}
main #order-index .item-list li:before {
  content: "";
  width: 67px;
  height: 60px;
  background: no-repeat center/auto;
  margin-right: 10px;
  background-image: url(../img/icon/girl.svg);
}
main #order-index .item-list li.boy:before {
  background-image: url(../img/icon/boy.svg);
}
main #order-index .item-list li .text {
  padding-right: 30px;
}
main #order-index .item-list li .text h2 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
}
main #order-index .item-list li .message {
  color: #670B00;
  font-size: 14px;
  font-size: 0.9333333333rem;
}
main #order-index ~ #news {
  margin-top: 40px;
  background: #F7F3EA;
  border-radius: 10px;
  padding: 40px 80px;
  box-sizing: border-box;
}
main #cart .item-title {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 40px;
}
main #cart .item-title.center {
  text-align: center;
}
@media screen and (min-width: 701px) {
  main #cart .item-title.center {
    font-size: 28px;
    font-size: 1.8666666667rem;
  }
}
main #cart .item-title small {
  font-size: 0.7em;
}
main #cart .item-title + .item-text {
  margin-top: -15px;
}
main #cart .item-text:not(:last-child) {
  margin-bottom: 30px;
}
main #cart .item-text.thanks {
  text-align: center;
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
main #cart .item-text.thanks:not(:last-child) {
  margin-bottom: 50px;
}
main #cart .item-text p:not(:last-child) {
  margin-bottom: 15px;
}
main #cart .item-btns {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
main #cart .item-btns .btn:first-child:last-child {
  margin-left: auto;
  margin-right: auto;
}
main #cart .item-orders section:not(:last-child) {
  margin-bottom: 40px;
}
main #cart .item-orders h2 {
  font-size: 21px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}
main #cart .item-orders h3 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 15px;
}
main #cart .item-orders table {
  background: transparent;
}
main #cart .item-orders table th, main #cart .item-orders table td {
  padding: 10px;
  border: none;
  border-bottom: 1px solid #D5C2A4;
}
main #cart .item-orders table td.delete > div {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
main #cart .item-orders table.subtotal {
  width: 240px;
  max-width: 100%;
  margin-left: auto;
}
main #cart .item-orders table.subtotal th {
  background: transparent;
}
main #cart .item-orders table.subtotal td {
  text-align: center;
  font-size: 26px;
  font-size: 1.7333333333rem;
  font-weight: bold;
}
main #cart .item-orders table.total {
  margin-left: auto;
  width: 400px;
  max-width: 100%;
  margin-top: 20px;
}
main #cart .item-orders table.total th {
  background: transparent;
}
main #cart .item-orders table.total td {
  text-align: center;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
}
main #cart .item-orders:not(:last-child) {
  margin-bottom: 50px;
}
main #cart .item-terms {
  border: 1px solid #D5C2A4;
  border-radius: 10px;
  background: #FFF;
  padding: 50px;
  max-height: 400px;
  overflow-y: auto;
}
main #cart .item-terms .title {
  text-align: center;
  margin-bottom: 40px;
}
main #cart .item-terms:not(:last-child) {
  margin-bottom: 50px;
}
main #order .item-btn {
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
main #order .item-btn:not(:last-child) {
  margin-bottom: 20px;
}
main #order .item-btn a {
  margin-left: 10px;
}
main #order .item-move {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main #order .item-move .tabs {
  display: flex;
  margin-left: auto;
}
main #order .item-move .tabs li {
  margin-left: 10px;
}
main #order .item-move .tabs li a {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 240px;
  height: 60px;
  background: #FFF;
  color: #FFF;
  border-radius: 10px 10px 0 0;
  font-size: 28px;
  font-size: 1.8666666667rem;
  font-weight: bold;
  transition: all 0.3s ease;
}
main #order .item-move .tabs li a span {
  margin-right: 20px;
  line-height: 0;
}
main #order .item-move .tabs li a i {
  font-style: normal;
}
main #order .item-move .tabs li a i small {
  font-size: 20px;
  font-size: 1.3333333333rem;
}
main #order .item-move .tabs li a:hover {
  text-decoration: none;
}
main #order .item-move .tabs li:nth-child(1) a {
  background-color: #FBA73F;
}
main #order .item-move .tabs li:nth-child(2) a {
  background-color: #3170CF;
}
main #order .item-move .tabs li.current a {
  background-color: #FFF;
  color: #670B00;
}
main #order .item-title {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  position: relative;
}
main #order .item-title h2 {
  color: #670B00;
  font-size: 28px;
  font-size: 1.8666666667rem;
  font-weight: bold;
}
main #order .item-title h2 span {
  font-size: 36px;
  font-size: 2.4rem;
}
main #order .item-title > a {
  position: absolute;
  top: 50%;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transform: translateY(-50%);
}
main #order .item-title > a:hover {
  text-decoration: none;
}
main #order .item-title > a.prev {
  left: 0;
}
main #order .item-title > a.prev:before {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "Chalkboard SE", sans-serif;
  content: ">";
  margin-right: 10px;
  transform: rotate(180deg);
  transform-origin: center center;
}
main #order .item-title > a.next {
  right: 0;
}
main #order .item-title > a.next:after {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "Chalkboard SE", sans-serif;
  content: ">";
  margin-left: 10px;
}
main #order .item-check {
  display: none;
}
main #order .item-content {
  padding: 50px;
}
main #order .item-tab:not(:last-child) {
  margin-bottom: 30px;
}
main #order .item-tab .tab {
  display: none;
}
main #order .item-tab .tab.current {
  display: block;
}
main #order .item-tab .tab#night table tbody td label:before {
  background-color: #3170CF;
  background-image: url(../img/icon/moon.svg);
}
main #order .item-table:not(:last-child) {
  margin-bottom: 30px;
}
main #order .item-table table {
  border: 1px solid #D5C2A4;
}
main #order .item-table table thead th {
  text-align: center;
  font-size: 17px;
  font-size: 1.1333333333rem;
  padding: 10px;
}
main #order .item-table table thead th:not(:last-child) {
  border-right: 1px solid #FFF;
}
main #order .item-table table thead th:nth-child(6) {
  color: #670B00;
}
main #order .item-table table thead th:nth-child(7) {
  color: #670B00;
}
main #order .item-table table tbody td {
  vertical-align: top;
  padding: 0;
  border-style: dashed;
  position: relative;
}
main #order .item-table table tbody td:nth-child(6), main #order .item-table table tbody td:nth-child(7), main #order .item-table table tbody td.holiday {
  background-color: #f2f2f2;
}
main #order .item-table table tbody td label {
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: bold;
  display: block;
  aspect-ratio: 1.25;
  padding: 15px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}
main #order .item-table table tbody td label:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FBA73F url(../img/icon/sun.svg) no-repeat center/40px auto;
  z-index: -1;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
main #order .item-table table tbody td input:checked ~ label {
  color: #FFF;
}
main #order .item-table table tbody td input:checked ~ label:before {
  opacity: 1;
  visibility: visible;
}
main #order .item-table table tbody td p {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  color: #999;
}
main #order .item-sup {
  color: #670B00;
  font-size: 13px;
  font-size: 0.8666666667rem;
}
main #order .item-sup p {
  padding-left: 1em;
  text-indent: -1em;
}
main #order .item-submit {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}
main #news .item-list:not(:last-child) {
  margin-bottom: 40px;
}
main #news .item-li {
  border-bottom: 1px dashed #D5C2A4;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
main #news .item-li:not(:last-child) {
  margin-bottom: 15px;
}
main #news .item-date {
  width: 85px;
  font-size: 13px;
  font-size: 0.8666666667rem;
  font-weight: 500;
}
main #news .item-title {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
  font-size: 15px;
  font-size: 1rem;
  font-weight: 500;
}
main #news .item-title a {
  color: #333333;
}
main #news .item-pagenavi {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -3px;
  margin-right: -3px;
  margin-bottom: -3px;
}
main #news .item-pagenavi > * {
  width: 32px;
  height: 32px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 3px 3px;
  font-size: 13px;
  font-size: 0.8666666667rem;
  box-sizing: border-box;
  background: #FFF;
  border: 1px solid #D5C2A4;
  border-radius: 50%;
  box-sizing: border-box;
  color: #333333;
}
main #news .item-pagenavi .current {
  background-color: #D5C2A4;
  color: #FFF;
}
main #news .item-pagenavi span {
  border: none;
}
main #news .item-pagenavi a {
  color: #222222;
  transition: all 0.3s ease;
}
main #news .item-pagenavi a:hover {
  background: #D5C2A4;
  text-decoration: none;
}
main #news .item-pagenavi a[class*=prev], main #news .item-pagenavi a[class*=next] {
  background: #FFF url(../img/arrow-next.svg) no-repeat center;
  font-size: 0;
}
main #news .item-pagenavi a[class*=prev]:hover, main #news .item-pagenavi a[class*=next]:hover {
  background-color: #D5C2A4;
}
main #news .item-pagenavi a[class*=prev], main #news .item-pagenavi a[class*=first] {
  transform: rotate(180deg);
  transform-origin: center center;
}
main #news .item-pagenavi a[class*=first], main #news .item-pagenavi a[class*=last] {
  font-size: 0;
  background: #FFF url(../img/arrow-last.svg) no-repeat center;
}
main #news .item-pagenavi a[class*=first]:hover, main #news .item-pagenavi a[class*=last]:hover {
  background-color: #D5C2A4;
}
main #news-style, main #news-detail .item-inside, main #news .item-inside {
  padding: 60px 80px;
}
main #news-detail .item-date {
  font-size: 13px;
  font-size: 0.8666666667rem;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  margin-bottom: 5px;
}
main #news-detail .item-title {
  border-bottom: 1px solid #D5C2A4;
  font-size: 22px;
  font-size: 1.4666666667rem;
  font-weight: bold;
  padding: 0 20px 20px;
  line-height: 1.5;
  margin-bottom: 40px;
}
main #news-detail .item-text {
  padding-left: 20px;
  padding-right: 20px;
}
main #news-detail .item-text:not(:last-child) {
  margin-bottom: 80px;
}
main #news-detail .item-link {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
main #news-detail .item-link .list {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333333;
  font-size: 13px;
  font-size: 0.8666666667rem;
  font-weight: 500;
}
main #news-detail .item-link .list:before {
  content: "";
  width: 32px;
  height: 32px;
  background: no-repeat center/auto;
  background-image: url(../img/icon-list.svg);
  border: 1px solid #D5C2A4;
  border-radius: 50%;
  margin-right: 10px;
}
main #bnr:not(:first-child) {
  margin-top: 42px;
}

@media screen and (min-width: 701px) and (max-width: 1080px) {
  /* main
  ------------------------------------------------------------*/
  main {
    padding: 120px 40px;
  }
  main #style-form .add, main #settings .item-form .right .add, main #register .item-list .add, main #form .item-list .add {
    height: auto;
    aspect-ratio: 3;
  }
  main #style-form dl dt, main #settings .item-form .right dl dt, main #register .item-list dl dt, main #form .item-list dl dt {
    width: 150px;
  }
  main #style-form dl dd, main #settings .item-form .right dl dd, main #register .item-list dl dd, main #form .item-list dl dd {
    width: calc(100% - 150px);
  }
  main #register .item-form, main #form .item-form {
    padding: 60px 40px;
  }
  main #settings .item-box {
    padding: 60px 60px;
  }
  main #settings .item-list dl {
    grid-template-columns: 180px 1fr;
  }
  main #settings .item-form h2 {
    font-size: 17px;
    font-size: 1.1333333333rem;
    width: auto;
    padding-right: 30px;
  }
  main #order-index .item-box {
    padding: 40px;
  }
  main #order-index ~ #news {
    padding: 40px 40px;
  }
  main #order .item-move {
    flex-wrap: wrap;
  }
  main #order .item-move .select {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  main #order .item-move .tabs li a {
    width: 200px;
    height: 55px;
    font-size: 24px;
    font-size: 1.6rem;
  }
  main #order .item-move .tabs li a i small {
    font-size: 18px;
    font-size: 1.2rem;
  }
  main #order .item-title {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
    position: relative;
  }
  main #order .item-title h2 {
    color: #670B00;
    font-size: 28px;
    font-size: 1.8666666667rem;
    font-weight: bold;
  }
  main #order .item-title h2 span {
    font-size: 36px;
    font-size: 2.4rem;
  }
  main #order .item-title > a {
    position: absolute;
    top: 50%;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transform: translateY(-50%);
  }
  main #order .item-title > a:hover {
    text-decoration: none;
  }
  main #order .item-title > a.prev {
    left: 0;
  }
  main #order .item-title > a.prev:before {
    font-family: "ＭＳ Ｐゴシック", "MS PGothic", "Chalkboard SE", sans-serif;
    content: ">";
    margin-right: 10px;
    transform: rotate(180deg);
    transform-origin: center center;
  }
  main #order .item-title > a.next {
    right: 0;
  }
  main #order .item-title > a.next:after {
    font-family: "ＭＳ Ｐゴシック", "MS PGothic", "Chalkboard SE", sans-serif;
    content: ">";
    margin-left: 10px;
  }
  main #order .item-content {
    padding: 40px;
  }
  main #order .item-table table thead th {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
  main #order .item-table table tbody td {
    vertical-align: top;
    padding: 0;
    border-style: dashed;
    position: relative;
  }
  main #order .item-table table tbody td:nth-child(6), main #order .item-table table tbody td:nth-child(7), main #order .item-table table tbody td.holiday {
    background-color: #f2f2f2;
  }
  main #order .item-table table tbody td label {
    font-size: 15px;
    font-size: 1rem;
    padding: 5px;
    aspect-ratio: 1;
  }
  main #order .item-table table tbody td input:checked ~ label:before {
    background-size: 30px auto;
  }
  main #order .item-table table tbody td p {
    padding-top: 10px;
    box-sizing: border-box;
    font-size: 13px;
    font-size: 0.8666666667rem;
  }
  main #order .item-sup {
    color: #670B00;
    font-size: 13px;
    font-size: 0.8666666667rem;
  }
  main #order .item-sup p {
    padding-left: 1em;
    text-indent: -1em;
  }
  main #order .item-submit {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
  }
  main #news-style, main #news-detail .item-inside, main #news .item-inside {
    padding: 60px 50px;
  }
}
@media screen and (max-width: 700px) {
  /* main
  ------------------------------------------------------------*/
  main {
    padding: 50px 20px;
  }
  main #style-form dl, main #settings .item-form .right dl, main #register .item-list dl, main #form .item-list dl {
    margin-bottom: -20px;
  }
  main #style-form dl:not(:last-child), main #settings .item-form .right dl:not(:last-child), main #register .item-list dl:not(:last-child), main #form .item-list dl:not(:last-child) {
    margin-bottom: 10px;
  }
  main #style-form dl > *, main #settings .item-form .right dl > *, main #register .item-list dl > *, main #form .item-list dl > * {
    margin-bottom: 20px;
  }
  main #style-form dl dt, main #settings .item-form .right dl dt, main #register .item-list dl dt, main #form .item-list dl dt {
    width: 100%;
    padding-top: 0px;
    margin-bottom: 5px;
  }
  main #style-form dl dd, main #settings .item-form .right dl dd, main #register .item-list dl dd, main #form .item-list dl dd {
    width: 100%;
  }
  main #style-form dl dd .check-radios:first-child, main #settings .item-form .right dl dd .check-radios:first-child, main #register .item-list dl dd .check-radios:first-child, main #form .item-list dl dd .check-radios:first-child {
    padding-top: 0;
  }
  main #style-form h3:not(:last-child), main #settings .item-form .right h3:not(:last-child), main #register .item-list h3:not(:last-child), main #form .item-list h3:not(:last-child) {
    margin-bottom: 15px;
  }
  main #style-form section:not(:last-child), main #settings .item-form .right section:not(:last-child), main #register .item-list section:not(:last-child), main #form .item-list section:not(:last-child) {
    margin-bottom: 30px;
  }
  main #style-form section .delete, main #settings .item-form .right section .delete, main #register .item-list section .delete, main #form .item-list section .delete {
    margin-top: -10px;
  }
  main #style-form .add, main #settings .item-form .right .add, main #register .item-list .add, main #form .item-list .add {
    height: auto;
    aspect-ratio: 3;
  }
  main #style-form .add:not(:last-child), main #settings .item-form .right .add:not(:last-child), main #register .item-list .add:not(:last-child), main #form .item-list .add:not(:last-child) {
    margin-bottom: 15px;
  }
  main #style-form .add + p:not(:last-child), main #settings .item-form .right .add + p:not(:last-child), main #register .item-list .add + p:not(:last-child), main #form .item-list .add + p:not(:last-child) {
    margin-bottom: 30px;
  }
  main #style-form a, main #settings .item-form .right a, main #register .item-list a, main #form .item-list a {
    text-decoration: underline;
  }
  main #style-form a:hover, main #settings .item-form .right a:hover, main #register .item-list a:hover, main #form .item-list a:hover {
    text-decoration: none;
  }
  main #login .item-box {
    padding: 30px 20px;
  }
  main #login .item-box:not(:last-child) {
    margin-bottom: 20px;
  }
  main #login .item-list:not(:last-child) {
    margin-bottom: 20px;
  }
  main #login .item-list dt {
    font-size: 15px;
    font-size: 1rem;
  }
  main #login .item-list dd:not(:last-child) {
    margin-bottom: 15px;
  }
  main #login .item-save:not(:last-child) {
    margin-bottom: 20px;
  }
  main #register .item-form, main #form .item-form {
    padding: 30px 20px;
  }
  main #register .item-list, main #form .item-list {
    padding-left: 0;
    padding-right: 0;
  }
  main #register .item-list:not(:last-child), main #form .item-list:not(:last-child) {
    margin-bottom: 30px;
  }
  main #register .item-list > *, main #form .item-list > * {
    padding-left: 0;
    padding-right: 0;
  }
  main #register .item-terms, main #form .item-terms {
    padding: 20px;
    height: 180px;
  }
  main #register .item-agree:not(:last-child), main #form .item-agree:not(:last-child) {
    margin-bottom: 30px;
  }
  main #settings .item-box {
    padding: 20px;
  }
  main #settings .item-title {
    flex-wrap: wrap;
  }
  main #settings .item-title h2 {
    font-size: 17px;
    font-size: 1.1333333333rem;
  }
  main #settings .item-list section:not(:last-child) {
    margin-bottom: 30px;
  }
  main #settings .item-list h3:not(:last-child) {
    margin-bottom: 15px;
  }
  main #settings .item-list h3:not(:first-child) {
    margin-top: 30px;
  }
  main #settings .item-list dl {
    grid-template-columns: 120px 1fr;
  }
  main #settings .item-list dl > * {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
  main #settings .item-list dl > *:not(:last-of-type) {
    margin-bottom: 15px;
  }
  main #settings .item-form {
    flex-wrap: wrap;
  }
  main #settings .item-form h2 {
    font-size: 17px;
    font-size: 1.1333333333rem;
    width: 100%;
    margin-bottom: 20px;
  }
  main #settings .item-form .right {
    max-width: 100%;
  }
  main #settings .item-submit a:not(.btn) {
    font-size: 12px;
    font-size: 0.8rem;
    margin-top: 10px;
  }
  main #history .item-text:not(:last-child) {
    margin-bottom: 30px;
  }
  main #history .item-links {
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  main #history .item-links .btn {
    max-width: 100%;
  }
  main #history .item-links .btn:not(:first-child) {
    margin-bottom: 15px;
  }
  main #order-index .item-title {
    flex-wrap: wrap;
  }
  main #order-index .item-title:not(:last-child) {
    margin-bottom: 20px;
  }
  main #order-index .item-box {
    padding: 20px;
  }
  main #order-index .item-list:not(:last-child) {
    margin-bottom: 30px;
  }
  main #order-index .item-list li {
    display: grid;
    grid-template-columns: 70px 1fr;
    grid-template-areas: "col1 col2" "col1 col3";
  }
  main #order-index .item-list li:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  main #order-index .item-list li:before {
    grid-area: col1;
    width: 50px;
    background-size: contain;
  }
  main #order-index .item-list li .text {
    grid-area: col2;
    padding-right: 0;
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
  main #order-index .item-list li .text:not(:last-child) {
    margin-bottom: 10px;
  }
  main #order-index .item-list li .text h2 {
    font-size: 17px;
    font-size: 1.1333333333rem;
  }
  main #order-index .item-list li .message {
    font-size: 13px;
    font-size: 0.8666666667rem;
  }
  main #order-index .item-list li .message, main #order-index .item-list li .order {
    grid-area: col3;
  }
  main #order-index ~ #news {
    margin-top: 30px;
    padding: 30px 20px;
  }
  main #cart .item-title {
    font-size: 20px;
    font-size: 1.3333333333rem;
    margin-bottom: 25px;
  }
  main #cart .item-title small {
    display: block;
  }
  main #cart .item-btns {
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: -10px;
  }
  main #cart .item-btns .btn {
    margin-bottom: 10px;
  }
  main #cart .item-orders section:not(:last-child) {
    margin-bottom: 30px;
  }
  main #cart .item-orders h3 {
    font-size: 16px;
    font-size: 1.0666666667rem;
    color: #670B00;
  }
  main #cart .item-orders h3:not(:last-child) {
    margin-bottom: 10px;
  }
  main #cart .item-orders table {
    background: transparent;
  }
  main #cart .item-orders table:not(.subtotal, .total) {
    display: block;
    width: 100%;
  }
  main #cart .item-orders table:not(.subtotal, .total) thead {
    display: none;
  }
  main #cart .item-orders table:not(.subtotal, .total) tbody {
    display: block;
  }
  main #cart .item-orders table:not(.subtotal, .total) tr {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  main #cart .item-orders table:not(.subtotal, .total) tr td, main #cart .item-orders table:not(.subtotal, .total) tr th {
    border: none;
    border-bottom: 1px solid #D5C2A4;
    -ms-flex: 1 0 auto;
    flex-grow: 1;
  }
  main #cart .item-orders table:not(.subtotal, .total) .name {
    width: 100%;
    display: flex;
    font-weight: bold;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  main #cart .item-orders table:not(.subtotal, .total) .name:before {
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    content: "";
    width: 16px;
    height: 16px;
    background: no-repeat center/contain;
    margin-right: 10px;
    background-image: url(../img/icon/rice.svg);
  }
  main #cart .item-orders table:not(.subtotal, .total) .price:before {
    content: "単価：";
    font-weight: bold;
  }
  main #cart .item-orders table:not(.subtotal, .total) .number:before {
    content: "数量：";
    font-weight: bold;
  }
  main #cart .item-orders table:not(.subtotal, .total) .total {
    text-align: right;
  }
  main #cart .item-orders table:not(.subtotal, .total) .total:before {
    content: "小計：";
    font-weight: bold;
  }
  main #cart .item-orders table:not(.subtotal, .total) .delete {
    width: 100%;
    border-bottom: none;
  }
  main #cart .item-orders table:not(.subtotal, .total) .delete > div {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  main #cart .item-orders table.subtotal {
    width: 200px;
  }
  main #cart .item-orders table.subtotal td {
    font-size: 21px;
    font-size: 1.4rem;
    text-align: center;
  }
  main #cart .item-orders:not(:last-child) {
    margin-bottom: 30px;
  }
  main #cart .item-text:not(:last-child) {
    margin-bottom: 30px;
  }
  main #cart .item-text.thanks {
    text-align: left;
  }
  main #cart .item-text.thanks:not(:last-child) {
    margin-bottom: 30px;
  }
  main #cart .item-terms {
    padding: 20px;
    max-height: 300px;
  }
  main #cart .item-terms .title {
    margin-bottom: 30px;
  }
  main #cart .item-terms:not(:last-child) {
    margin-bottom: 30px;
  }
  main #order .item-btn {
    flex-wrap: wrap;
    margin-left: -5px;
  }
  main #order .item-btn:not(:last-child) {
    margin-bottom: 5px;
  }
  main #order .item-btn a {
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 0.8rem;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
  }
  main #order .item-move {
    flex-wrap: wrap;
  }
  main #order .item-move .select {
    width: 100%;
    margin-bottom: 10px;
  }
  main #order .item-move .tabs {
    margin-left: 0;
    width: 10px;
    -ms-flex: 1 0 auto;
    flex-grow: 1;
  }
  main #order .item-move .tabs li {
    margin-left: 0;
    width: 10px;
    -ms-flex: 1 0 auto;
    flex-grow: 1;
  }
  main #order .item-move .tabs li:not(:last-child) {
    margin-right: 5px;
  }
  main #order .item-move .tabs li a {
    width: 100%;
    height: 50px;
    font-size: 18px;
    font-size: 1.2rem;
  }
  main #order .item-move .tabs li a span {
    margin-right: 10px;
    width: 25px;
  }
  main #order .item-move .tabs li a i small {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
  main #order .item-title {
    margin-bottom: 20px;
  }
  main #order .item-title h2 {
    font-size: 22px;
    font-size: 1.4666666667rem;
  }
  main #order .item-title h2 span {
    font-size: 28px;
    font-size: 1.8666666667rem;
  }
  main #order .item-title > a {
    font-size: 13px;
    font-size: 0.8666666667rem;
  }
  main #order .item-check {
    display: none;
  }
  main #order .item-content {
    border-radius: 0;
    padding: 20px 20px 40px;
    margin-left: -20px;
    margin-right: -20px;
  }
  main #order .item-tab:not(:last-child) {
    margin-bottom: 20px;
  }
  main #order .item-table:not(:last-child) {
    margin-bottom: 20px;
  }
  main #order .item-table table thead th {
    font-size: 13px;
    font-size: 0.8666666667rem;
    line-height: 1;
  }
  main #order .item-table table tbody td label {
    font-size: 12px;
    font-size: 0.8rem;
    font-weight: bold;
    aspect-ratio: 1;
    padding: 5px;
  }
  main #order .item-table table tbody td label:before {
    background-position: center top 60%;
    background-size: 20px auto;
  }
  main #order .item-table table tbody td p {
    font-size: min(2.2vw, 11px);
    font-size: min(2.2vw, 0.7333333333rem);
    font-weight: bold;
    padding-top: 15px;
    box-sizing: border-box;
  }
  main #order .item-sup {
    font-size: 12px;
    font-size: 0.8rem;
  }
  main #order .item-submit {
    margin-top: 30px;
  }
  main #news .item-list:not(:last-child) {
    margin-bottom: 25px;
  }
  main #news .item-li {
    padding-left: 0;
    padding-right: 0;
  }
  main #news .item-pagenavi {
    margin-left: -2px;
    margin-right: -2px;
    margin-bottom: -2px;
  }
  main #news .item-pagenavi > * {
    width: 28px;
    height: 28px;
    margin: 0 2px 2px;
  }
  main #news-style, main #news-detail .item-inside, main #news .item-inside {
    padding: 30px 20px;
  }
  main #news-detail .item-date {
    font-size: 13px;
    font-size: 0.8666666667rem;
    font-weight: 500;
    padding-left: 0;
    padding-right: 0;
  }
  main #news-detail .item-title {
    font-size: 20px;
    font-size: 1.3333333333rem;
    padding: 0 0 15px;
    margin-bottom: 20px;
  }
  main #news-detail .item-text {
    padding-left: 0;
    padding-right: 0;
  }
  main #news-detail .item-text:not(:last-child) {
    margin-bottom: 50px;
  }
}
/* padding & margin */
.pd {
  padding: 30px;
}

.mg {
  margin: 30px;
}

.nomb {
  margin-bottom: 0 !important;
}

.nomt {
  margin-top: 0 !important;
}

.nopt {
  padding-top: 0 !important;
}

.nopb {
  padding-bottom: 0 !important;
}

.pt {
  padding-top: 30px;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt35 {
  padding-top: 35px;
}
.pt40 {
  padding-top: 40px;
}
.pt45 {
  padding-top: 45px;
}
.pt50 {
  padding-top: 50px;
}
.pt60 {
  padding-top: 60px;
}
.pt70 {
  padding-top: 70px;
}
.pt80 {
  padding-top: 80px;
}
.pt90 {
  padding-top: 90px;
}
.pt100 {
  padding-top: 100px;
}
.pt110 {
  padding-top: 110px;
}
.pt120 {
  padding-top: 120px;
}
.pt130 {
  padding-top: 130px;
}
.pt140 {
  padding-top: 140px;
}
.pt150 {
  padding-top: 150px;
}
.pt160 {
  padding-top: 160px;
}
.pt170 {
  padding-top: 170px;
}
.pt180 {
  padding-top: 180px;
}
.pt190 {
  padding-top: 190px;
}
.pt200 {
  padding-top: 200px;
}

.pb {
  padding-bottom: 30px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb45 {
  padding-bottom: 45px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb70 {
  padding-bottom: 70px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb90 {
  padding-bottom: 90px;
}
.pb100 {
  padding-bottom: 100px;
}
.pb110 {
  padding-bottom: 110px;
}
.pb120 {
  padding-bottom: 120px;
}
.pb130 {
  padding-bottom: 130px;
}
.pb140 {
  padding-bottom: 140px;
}
.pb150 {
  padding-bottom: 150px;
}
.pb160 {
  padding-bottom: 160px;
}
.pb170 {
  padding-bottom: 170px;
}
.pb180 {
  padding-bottom: 180px;
}
.pb190 {
  padding-bottom: 190px;
}
.pb200 {
  padding-bottom: 200px;
}

.mt {
  margin-top: 30px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mt90 {
  margin-top: 90px;
}
.mt100 {
  margin-top: 100px;
}
.mt110 {
  margin-top: 110px;
}
.mt120 {
  margin-top: 120px;
}
.mt130 {
  margin-top: 130px;
}
.mt140 {
  margin-top: 140px;
}
.mt150 {
  margin-top: 150px;
}
.mt160 {
  margin-top: 160px;
}
.mt170 {
  margin-top: 170px;
}
.mt180 {
  margin-top: 180px;
}
.mt190 {
  margin-top: 190px;
}
.mt200 {
  margin-top: 200px;
}

.mb {
  margin-bottom: 30px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}
.mb110 {
  margin-bottom: 110px;
}
.mb120 {
  margin-bottom: 120px;
}
.mb130 {
  margin-bottom: 130px;
}
.mb140 {
  margin-bottom: 140px;
}
.mb150 {
  margin-bottom: 150px;
}
.mb160 {
  margin-bottom: 160px;
}
.mb170 {
  margin-bottom: 170px;
}
.mb180 {
  margin-bottom: 180px;
}
.mb190 {
  margin-bottom: 190px;
}
.mb200 {
  margin-bottom: 200px;
}

.pl {
  padding-left: 30px;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}

.pr {
  padding-right: 30px;
}
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}

.ml {
  margin-left: 30px;
}
.ml-a {
  margin-left: auto;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}

.mr {
  margin-right: 30px;
}
.mr-a {
  margin-right: auto;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}

@media screen and (max-width: 700px) {
  .pd {
    padding: 20px;
  }
  .mg {
    margin: 20px;
  }
  .pt {
    padding-top: 20px;
  }
  .pt5 {
    padding-top: 3px;
  }
  .pt10 {
    padding-top: 6px;
  }
  .pt15 {
    padding-top: 9px;
  }
  .pt20 {
    padding-top: 12px;
  }
  .pt25 {
    padding-top: 15px;
  }
  .pt30 {
    padding-top: 18px;
  }
  .pt35 {
    padding-top: 21px;
  }
  .pt40 {
    padding-top: 24px;
  }
  .pt45 {
    padding-top: 27px;
  }
  .pt50 {
    padding-top: 30px;
  }
  .pt60 {
    padding-top: 36px;
  }
  .pt70 {
    padding-top: 42px;
  }
  .pt80 {
    padding-top: 48px;
  }
  .pt90 {
    padding-top: 54px;
  }
  .pt100 {
    padding-top: 60px;
  }
  .pt110 {
    padding-top: 66px;
  }
  .pt120 {
    padding-top: 72px;
  }
  .pt130 {
    padding-top: 78px;
  }
  .pt140 {
    padding-top: 84px;
  }
  .pt150 {
    padding-top: 90px;
  }
  .pt160 {
    padding-top: 96px;
  }
  .pt170 {
    padding-top: 102px;
  }
  .pt180 {
    padding-top: 108px;
  }
  .pt190 {
    padding-top: 114px;
  }
  .pt200 {
    padding-top: 120px;
  }
  .pb {
    padding-bottom: 20px;
  }
  .pb5 {
    padding-bottom: 3px;
  }
  .pb10 {
    padding-bottom: 6px;
  }
  .pb15 {
    padding-bottom: 9px;
  }
  .pb20 {
    padding-bottom: 12px;
  }
  .pb25 {
    padding-bottom: 15px;
  }
  .pb30 {
    padding-bottom: 18px;
  }
  .pb35 {
    padding-bottom: 21px;
  }
  .pb40 {
    padding-bottom: 24px;
  }
  .pb45 {
    padding-bottom: 27px;
  }
  .pb50 {
    padding-bottom: 30px;
  }
  .pb55 {
    padding-bottom: 33px;
  }
  .pb60 {
    padding-bottom: 36px;
  }
  .pb65 {
    padding-bottom: 39px;
  }
  .pb70 {
    padding-bottom: 42px;
  }
  .pb75 {
    padding-bottom: 45px;
  }
  .pb80 {
    padding-bottom: 48px;
  }
  .pb85 {
    padding-bottom: 51px;
  }
  .pb90 {
    padding-bottom: 54px;
  }
  .pb95 {
    padding-bottom: 57px;
  }
  .pb100 {
    padding-bottom: 60px;
  }
  .pb60 {
    padding-bottom: 36px;
  }
  .pb70 {
    padding-bottom: 42px;
  }
  .pb80 {
    padding-bottom: 48px;
  }
  .pb90 {
    padding-bottom: 54px;
  }
  .pb100 {
    padding-bottom: 60px;
  }
  .mt {
    margin-top: 20px;
  }
  .mt5 {
    margin-top: 3px;
  }
  .mt10 {
    margin-top: 6px;
  }
  .mt15 {
    margin-top: 9px;
  }
  .mt20 {
    margin-top: 12px;
  }
  .mt25 {
    margin-top: 15px;
  }
  .mt30 {
    margin-top: 18px;
  }
  .mt35 {
    margin-top: 21px;
  }
  .mt40 {
    margin-top: 24px;
  }
  .mt45 {
    margin-top: 27px;
  }
  .mt50 {
    margin-top: 30px;
  }
  .mt55 {
    margin-top: 33px;
  }
  .mt60 {
    margin-top: 36px;
  }
  .mt65 {
    margin-top: 39px;
  }
  .mt70 {
    margin-top: 42px;
  }
  .mt75 {
    margin-top: 45px;
  }
  .mt80 {
    margin-top: 48px;
  }
  .mt85 {
    margin-top: 51px;
  }
  .mt90 {
    margin-top: 54px;
  }
  .mt95 {
    margin-top: 57px;
  }
  .mt100 {
    margin-top: 60px;
  }
  .mt60 {
    margin-top: 36px;
  }
  .mt70 {
    margin-top: 42px;
  }
  .mt80 {
    margin-top: 48px;
  }
  .mt90 {
    margin-top: 54px;
  }
  .mt100 {
    margin-top: 60px;
  }
  .mb {
    margin-bottom: 20px;
  }
  .mb5 {
    margin-bottom: 3px;
  }
  .mb10 {
    margin-bottom: 6px;
  }
  .mb15 {
    margin-bottom: 9px;
  }
  .mb20 {
    margin-bottom: 12px;
  }
  .mb25 {
    margin-bottom: 15px;
  }
  .mb30 {
    margin-bottom: 18px;
  }
  .mb35 {
    margin-bottom: 21px;
  }
  .mb40 {
    margin-bottom: 24px;
  }
  .mb45 {
    margin-bottom: 27px;
  }
  .mb50 {
    margin-bottom: 30px;
  }
  .mb55 {
    margin-bottom: 33px;
  }
  .mb60 {
    margin-bottom: 36px;
  }
  .mb65 {
    margin-bottom: 39px;
  }
  .mb70 {
    margin-bottom: 42px;
  }
  .mb75 {
    margin-bottom: 45px;
  }
  .mb80 {
    margin-bottom: 48px;
  }
  .mb85 {
    margin-bottom: 51px;
  }
  .mb90 {
    margin-bottom: 54px;
  }
  .mb95 {
    margin-bottom: 57px;
  }
  .mb100 {
    margin-bottom: 60px;
  }
  .mb60 {
    margin-bottom: 36px;
  }
  .mb70 {
    margin-bottom: 42px;
  }
  .mb80 {
    margin-bottom: 48px;
  }
  .mb90 {
    margin-bottom: 54px;
  }
  .mb100 {
    margin-bottom: 60px;
  }
  .pl {
    padding-left: 20px;
  }
  .pl5 {
    padding-left: 3px;
  }
  .pl10 {
    padding-left: 6px;
  }
  .pl15 {
    padding-left: 9px;
  }
  .pl20 {
    padding-left: 12px;
  }
  .pl25 {
    padding-left: 15px;
  }
  .pr {
    padding-right: 20px;
  }
  .pr5 {
    padding-right: 3px;
  }
  .pr10 {
    padding-right: 6px;
  }
  .pr15 {
    padding-right: 9px;
  }
  .pr20 {
    padding-right: 12px;
  }
  .pr25 {
    padding-right: 15px;
  }
  .ml {
    margin-left: 20px;
  }
  .ml5 {
    margin-left: 3px;
  }
  .ml10 {
    margin-left: 6px;
  }
  .ml15 {
    margin-left: 9px;
  }
  .ml20 {
    margin-left: 12px;
  }
  .ml25 {
    margin-left: 15px;
  }
  .mr {
    margin-right: 20px;
  }
  .mr5 {
    margin-right: 3px;
  }
  .mr10 {
    margin-right: 6px;
  }
  .mr15 {
    margin-right: 9px;
  }
  .mr20 {
    margin-right: 12px;
  }
  .mr25 {
    margin-right: 15px;
  }
}
/* padding & margin */
/* btn */
.btn {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  max-width: 100%;
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  background: #D5C2A4;
  border: none;
  box-shadow: 0 4px 0 0px #670B00;
  color: #670B00;
  border-radius: 5px;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  appearance: none;
  top: 0;
  line-height: 1.2;
}
@media screen and (max-width: 700px) {
  .btn {
    height: 45px;
    font-size: 15px;
    font-size: 1rem;
  }
}
.btn:hover {
  text-decoration: none;
  background-color: rgb(229.1052631579, 217.3909774436, 198.8947368421);
}
.btn:active {
  border-bottom-width: 1px;
  top: 3px;
  box-shadow: 0 1px 0 0px #670B00;
}
.btn:disabled {
  pointer-events: none;
}
.btn[target=_blank]:after {
  content: "";
  width: 14px;
  height: 14px;
  background: no-repeat center/auto;
  background-image: url(../img/icon/external.svg);
  margin-left: 10px;
}
.btn.brown {
  background-color: #670B00;
  color: #FFF;
}
.btn.brown:hover {
  background-color: rgb(154, 16.4466019417, 0);
}
.btn.yellow {
  background-color: #FFF601;
  border: 2px solid #D5C2A4;
  box-shadow: 0 4px 0 0px #D5C2A4;
}
.btn.yellow:hover {
  border-color: #670B00;
  box-shadow: 0 4px 0 0px #670B00;
}
.btn.yellow:active {
  box-shadow: 0 1px 0 0px #670B00;
}
.btn.gray, .btn:disabled {
  background-color: #AAAAAA;
  color: #FFF;
  border: 2px solid #919191;
  box-shadow: 0 4px 0 0px #919191;
}
.btn.gray:active, .btn:disabled:active {
  box-shadow: 0 1px 0 0px #919191;
}
.btn.gray:hover, .btn:disabled:hover {
  background-color: rgb(195.5, 195.5, 195.5);
}
.btn.sml {
  height: 35px;
  font-size: 14px;
  font-size: 0.9333333333rem;
  box-shadow: 0 0 0 0px #EEE;
}
.btn.mdl {
  height: 45px;
  box-shadow: 0 0 0 0px #EEE;
  border: none;
}
.btn.lg {
  height: 70px;
  font-size: 18px;
  font-size: 1.2rem;
}
@media screen and (max-width: 700px) {
  .btn.lg {
    height: 60px;
    font-size: 17px;
    font-size: 1.1333333333rem;
  }
}
.btn.plus:after {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  top: 50%;
  width: 11px;
  height: 11px;
  margin-top: -5px;
  background: url(../img/icon/plus.svg);
}
.btn.plus.brown:after {
  background-image: url(../img/icon/plus-white.svg);
}
.btn.login:before {
  content: "";
  width: 14px;
  height: 18px;
  background: no-repeat center/auto;
  background-image: url(../img/icon/login.svg);
  margin-right: 8px;
}
.btn.register:before {
  content: "";
  width: 25px;
  height: 26px;
  background: no-repeat center/contain;
  background-image: url(../img/icon/order.svg);
  margin-right: 15px;
}
@media screen and (max-width: 700px) {
  .btn.register:before {
    width: 22px;
    height: 22px;
    margin-right: 10px;
  }
}
.btn.rice:after {
  content: "";
  width: 23px;
  height: 21px;
  background: no-repeat center/contain;
  background-image: url(../img/icon/rice.svg);
  transition: all 0.3s ease;
  margin-left: 15px;
  position: relative;
  left: 0;
}
@media screen and (max-width: 700px) {
  .btn.rice:after {
    width: 22px;
    height: 22px;
    margin-right: 10px;
  }
}
.btn.rice:hover:after {
  transform: rotate(90deg);
  transform-origin: center center;
}
.btn.rice:active:after {
  left: 20px;
}
.btn.arrow:after {
  transition: all 0.3s ease;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 20px;
  margin-top: -10px;
  right: 15px;
  background: url(../img/arrow.svg) no-repeat center/contain;
}
.btn.arrow:hover:after {
  transform: translateX(5px);
}
.btn.back:after {
  transition: all 0.3s ease;
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  top: 50%;
  width: 10px;
  height: 20px;
  margin-top: -10px;
  background: url(../img/arrow.svg) no-repeat center/contain;
  transform: rotate(180deg);
  transform-origin: center center;
}
.btn.back:hover:after {
  left: 10px;
}
.btn-block {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -10px -15px;
}
.btn-block.left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-block.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.btn-block.f-wrap {
  flex-wrap: wrap;
}
.btn-block > * {
  margin: 0 10px 15px;
}
.btn-block > *.w5p {
  width: calc(5% - 20px);
}
.btn-block > *.w10p {
  width: calc(10% - 20px);
}
.btn-block > *.w15p {
  width: calc(15% - 20px);
}
.btn-block > *.w20p {
  width: calc(20% - 20px);
}
.btn-block > *.w25p {
  width: calc(25% - 20px);
}
.btn-block > *.w30p {
  width: calc(30% - 20px);
}
.btn-block > *.w35p {
  width: calc(35% - 20px);
}
.btn-block > *.w40p {
  width: calc(40% - 20px);
}
.btn-block > *.w45p {
  width: calc(45% - 20px);
}
.btn-block > *.w50p {
  width: calc(50% - 20px);
}
.btn-block > *.w55p {
  width: calc(55% - 20px);
}
.btn-block > *.w60p {
  width: calc(60% - 20px);
}
.btn-block > *.w65p {
  width: calc(65% - 20px);
}
.btn-block > *.w70p {
  width: calc(70% - 20px);
}
.btn-block > *.w75p {
  width: calc(75% - 20px);
}
.btn-block > *.w80p {
  width: calc(80% - 20px);
}
.btn-block > *.w85p {
  width: calc(85% - 20px);
}
.btn-block > *.w90p {
  width: calc(90% - 20px);
}
.btn-block > *.w95p {
  width: calc(95% - 20px);
}
.btn-block > *.w100p {
  width: calc(100% - 20px);
}
@media screen and (max-width: 700px) {
  .btn-block {
    flex-wrap: wrap;
    margin: 0 -5px -10px;
  }
  .btn-block > * {
    margin: 0 5px 10px;
  }
  .btn-block > *.w5p {
    width: calc(5% - 10px);
  }
  .btn-block > *.w5p-sp {
    width: calc(5% - 10px);
  }
  .btn-block > *.w10p {
    width: calc(10% - 10px);
  }
  .btn-block > *.w10p-sp {
    width: calc(10% - 10px);
  }
  .btn-block > *.w15p {
    width: calc(15% - 10px);
  }
  .btn-block > *.w15p-sp {
    width: calc(15% - 10px);
  }
  .btn-block > *.w20p {
    width: calc(20% - 10px);
  }
  .btn-block > *.w20p-sp {
    width: calc(20% - 10px);
  }
  .btn-block > *.w25p {
    width: calc(25% - 10px);
  }
  .btn-block > *.w25p-sp {
    width: calc(25% - 10px);
  }
  .btn-block > *.w30p {
    width: calc(30% - 10px);
  }
  .btn-block > *.w30p-sp {
    width: calc(30% - 10px);
  }
  .btn-block > *.w35p {
    width: calc(35% - 10px);
  }
  .btn-block > *.w35p-sp {
    width: calc(35% - 10px);
  }
  .btn-block > *.w40p {
    width: calc(40% - 10px);
  }
  .btn-block > *.w40p-sp {
    width: calc(40% - 10px);
  }
  .btn-block > *.w45p {
    width: calc(45% - 10px);
  }
  .btn-block > *.w45p-sp {
    width: calc(45% - 10px);
  }
  .btn-block > *.w50p {
    width: calc(50% - 10px);
  }
  .btn-block > *.w50p-sp {
    width: calc(50% - 10px);
  }
  .btn-block > *.w55p {
    width: calc(55% - 10px);
  }
  .btn-block > *.w55p-sp {
    width: calc(55% - 10px);
  }
  .btn-block > *.w60p {
    width: calc(60% - 10px);
  }
  .btn-block > *.w60p-sp {
    width: calc(60% - 10px);
  }
  .btn-block > *.w65p {
    width: calc(65% - 10px);
  }
  .btn-block > *.w65p-sp {
    width: calc(65% - 10px);
  }
  .btn-block > *.w70p {
    width: calc(70% - 10px);
  }
  .btn-block > *.w70p-sp {
    width: calc(70% - 10px);
  }
  .btn-block > *.w75p {
    width: calc(75% - 10px);
  }
  .btn-block > *.w75p-sp {
    width: calc(75% - 10px);
  }
  .btn-block > *.w80p {
    width: calc(80% - 10px);
  }
  .btn-block > *.w80p-sp {
    width: calc(80% - 10px);
  }
  .btn-block > *.w85p {
    width: calc(85% - 10px);
  }
  .btn-block > *.w85p-sp {
    width: calc(85% - 10px);
  }
  .btn-block > *.w90p {
    width: calc(90% - 10px);
  }
  .btn-block > *.w90p-sp {
    width: calc(90% - 10px);
  }
  .btn-block > *.w95p {
    width: calc(95% - 10px);
  }
  .btn-block > *.w95p-sp {
    width: calc(95% - 10px);
  }
  .btn-block > *.w100p {
    width: calc(100% - 10px);
  }
  .btn-block > *.w100p-sp {
    width: calc(100% - 10px);
  }
}
.btn:where(button) {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.btn:where(input) {
  display: -moz-inline-box;
  display: inline-block;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* btn */
/* link */
.link {
  text-decoration: underline;
  color: #333333;
  font-size: 15px;
  font-size: 1rem;
}
.link:hover {
  text-decoration: none;
}
.link:before {
  content: "→";
  margin-right: 5px;
  display: -moz-inline-box;
  display: inline-block;
}
.link-block {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -10px -15px;
}
.link-block.left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.link-block.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.link-block.f-wrap {
  flex-wrap: wrap;
}
.link-block > * {
  margin: 0 10px 15px;
}
.link-block > *.w5p {
  width: calc(5% - 20px);
}
.link-block > *.w10p {
  width: calc(10% - 20px);
}
.link-block > *.w15p {
  width: calc(15% - 20px);
}
.link-block > *.w20p {
  width: calc(20% - 20px);
}
.link-block > *.w25p {
  width: calc(25% - 20px);
}
.link-block > *.w30p {
  width: calc(30% - 20px);
}
.link-block > *.w35p {
  width: calc(35% - 20px);
}
.link-block > *.w40p {
  width: calc(40% - 20px);
}
.link-block > *.w45p {
  width: calc(45% - 20px);
}
.link-block > *.w50p {
  width: calc(50% - 20px);
}
.link-block > *.w55p {
  width: calc(55% - 20px);
}
.link-block > *.w60p {
  width: calc(60% - 20px);
}
.link-block > *.w65p {
  width: calc(65% - 20px);
}
.link-block > *.w70p {
  width: calc(70% - 20px);
}
.link-block > *.w75p {
  width: calc(75% - 20px);
}
.link-block > *.w80p {
  width: calc(80% - 20px);
}
.link-block > *.w85p {
  width: calc(85% - 20px);
}
.link-block > *.w90p {
  width: calc(90% - 20px);
}
.link-block > *.w95p {
  width: calc(95% - 20px);
}
.link-block > *.w100p {
  width: calc(100% - 20px);
}
@media screen and (max-width: 700px) {
  .link-block {
    flex-wrap: wrap;
    margin: 0 -5px -10px;
  }
  .link-block > * {
    margin: 0 5px 10px;
  }
  .link-block > *.w5p {
    width: calc(5% - 10px);
  }
  .link-block > *.w5p-sp {
    width: calc(5% - 10px);
  }
  .link-block > *.w10p {
    width: calc(10% - 10px);
  }
  .link-block > *.w10p-sp {
    width: calc(10% - 10px);
  }
  .link-block > *.w15p {
    width: calc(15% - 10px);
  }
  .link-block > *.w15p-sp {
    width: calc(15% - 10px);
  }
  .link-block > *.w20p {
    width: calc(20% - 10px);
  }
  .link-block > *.w20p-sp {
    width: calc(20% - 10px);
  }
  .link-block > *.w25p {
    width: calc(25% - 10px);
  }
  .link-block > *.w25p-sp {
    width: calc(25% - 10px);
  }
  .link-block > *.w30p {
    width: calc(30% - 10px);
  }
  .link-block > *.w30p-sp {
    width: calc(30% - 10px);
  }
  .link-block > *.w35p {
    width: calc(35% - 10px);
  }
  .link-block > *.w35p-sp {
    width: calc(35% - 10px);
  }
  .link-block > *.w40p {
    width: calc(40% - 10px);
  }
  .link-block > *.w40p-sp {
    width: calc(40% - 10px);
  }
  .link-block > *.w45p {
    width: calc(45% - 10px);
  }
  .link-block > *.w45p-sp {
    width: calc(45% - 10px);
  }
  .link-block > *.w50p {
    width: calc(50% - 10px);
  }
  .link-block > *.w50p-sp {
    width: calc(50% - 10px);
  }
  .link-block > *.w55p {
    width: calc(55% - 10px);
  }
  .link-block > *.w55p-sp {
    width: calc(55% - 10px);
  }
  .link-block > *.w60p {
    width: calc(60% - 10px);
  }
  .link-block > *.w60p-sp {
    width: calc(60% - 10px);
  }
  .link-block > *.w65p {
    width: calc(65% - 10px);
  }
  .link-block > *.w65p-sp {
    width: calc(65% - 10px);
  }
  .link-block > *.w70p {
    width: calc(70% - 10px);
  }
  .link-block > *.w70p-sp {
    width: calc(70% - 10px);
  }
  .link-block > *.w75p {
    width: calc(75% - 10px);
  }
  .link-block > *.w75p-sp {
    width: calc(75% - 10px);
  }
  .link-block > *.w80p {
    width: calc(80% - 10px);
  }
  .link-block > *.w80p-sp {
    width: calc(80% - 10px);
  }
  .link-block > *.w85p {
    width: calc(85% - 10px);
  }
  .link-block > *.w85p-sp {
    width: calc(85% - 10px);
  }
  .link-block > *.w90p {
    width: calc(90% - 10px);
  }
  .link-block > *.w90p-sp {
    width: calc(90% - 10px);
  }
  .link-block > *.w95p {
    width: calc(95% - 10px);
  }
  .link-block > *.w95p-sp {
    width: calc(95% - 10px);
  }
  .link-block > *.w100p {
    width: calc(100% - 10px);
  }
  .link-block > *.w100p-sp {
    width: calc(100% - 10px);
  }
}

/* link */
/* cat */
.cat {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #670B00;
  color: #670B00;
  padding: 5px 10px;
  transition: all 0.3s ease;
}
.cat:hover {
  text-decoration: none;
  background-color: #670B00;
  color: #FFF;
}
.cat-list {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -5px -10px 0;
}
.cat-list.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cat-list.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.cat-list.f-wrap {
  flex-wrap: wrap;
}
.cat-list > * {
  margin: 0 5px 10px 0;
}
.cat-list > *.w5p {
  width: calc(5% - 20px);
}
.cat-list > *.w10p {
  width: calc(10% - 20px);
}
.cat-list > *.w15p {
  width: calc(15% - 20px);
}
.cat-list > *.w20p {
  width: calc(20% - 20px);
}
.cat-list > *.w25p {
  width: calc(25% - 20px);
}
.cat-list > *.w30p {
  width: calc(30% - 20px);
}
.cat-list > *.w35p {
  width: calc(35% - 20px);
}
.cat-list > *.w40p {
  width: calc(40% - 20px);
}
.cat-list > *.w45p {
  width: calc(45% - 20px);
}
.cat-list > *.w50p {
  width: calc(50% - 20px);
}
.cat-list > *.w55p {
  width: calc(55% - 20px);
}
.cat-list > *.w60p {
  width: calc(60% - 20px);
}
.cat-list > *.w65p {
  width: calc(65% - 20px);
}
.cat-list > *.w70p {
  width: calc(70% - 20px);
}
.cat-list > *.w75p {
  width: calc(75% - 20px);
}
.cat-list > *.w80p {
  width: calc(80% - 20px);
}
.cat-list > *.w85p {
  width: calc(85% - 20px);
}
.cat-list > *.w90p {
  width: calc(90% - 20px);
}
.cat-list > *.w95p {
  width: calc(95% - 20px);
}
.cat-list > *.w100p {
  width: calc(100% - 20px);
}
@media screen and (max-width: 700px) {
  .cat-list {
    flex-wrap: wrap;
    margin: 0 -5px -10px;
  }
  .cat-list > * {
    margin: 0 5px 10px;
  }
  .cat-list > *.w5p {
    width: calc(5% - 10px);
  }
  .cat-list > *.w5p-sp {
    width: calc(5% - 10px);
  }
  .cat-list > *.w10p {
    width: calc(10% - 10px);
  }
  .cat-list > *.w10p-sp {
    width: calc(10% - 10px);
  }
  .cat-list > *.w15p {
    width: calc(15% - 10px);
  }
  .cat-list > *.w15p-sp {
    width: calc(15% - 10px);
  }
  .cat-list > *.w20p {
    width: calc(20% - 10px);
  }
  .cat-list > *.w20p-sp {
    width: calc(20% - 10px);
  }
  .cat-list > *.w25p {
    width: calc(25% - 10px);
  }
  .cat-list > *.w25p-sp {
    width: calc(25% - 10px);
  }
  .cat-list > *.w30p {
    width: calc(30% - 10px);
  }
  .cat-list > *.w30p-sp {
    width: calc(30% - 10px);
  }
  .cat-list > *.w35p {
    width: calc(35% - 10px);
  }
  .cat-list > *.w35p-sp {
    width: calc(35% - 10px);
  }
  .cat-list > *.w40p {
    width: calc(40% - 10px);
  }
  .cat-list > *.w40p-sp {
    width: calc(40% - 10px);
  }
  .cat-list > *.w45p {
    width: calc(45% - 10px);
  }
  .cat-list > *.w45p-sp {
    width: calc(45% - 10px);
  }
  .cat-list > *.w50p {
    width: calc(50% - 10px);
  }
  .cat-list > *.w50p-sp {
    width: calc(50% - 10px);
  }
  .cat-list > *.w55p {
    width: calc(55% - 10px);
  }
  .cat-list > *.w55p-sp {
    width: calc(55% - 10px);
  }
  .cat-list > *.w60p {
    width: calc(60% - 10px);
  }
  .cat-list > *.w60p-sp {
    width: calc(60% - 10px);
  }
  .cat-list > *.w65p {
    width: calc(65% - 10px);
  }
  .cat-list > *.w65p-sp {
    width: calc(65% - 10px);
  }
  .cat-list > *.w70p {
    width: calc(70% - 10px);
  }
  .cat-list > *.w70p-sp {
    width: calc(70% - 10px);
  }
  .cat-list > *.w75p {
    width: calc(75% - 10px);
  }
  .cat-list > *.w75p-sp {
    width: calc(75% - 10px);
  }
  .cat-list > *.w80p {
    width: calc(80% - 10px);
  }
  .cat-list > *.w80p-sp {
    width: calc(80% - 10px);
  }
  .cat-list > *.w85p {
    width: calc(85% - 10px);
  }
  .cat-list > *.w85p-sp {
    width: calc(85% - 10px);
  }
  .cat-list > *.w90p {
    width: calc(90% - 10px);
  }
  .cat-list > *.w90p-sp {
    width: calc(90% - 10px);
  }
  .cat-list > *.w95p {
    width: calc(95% - 10px);
  }
  .cat-list > *.w95p-sp {
    width: calc(95% - 10px);
  }
  .cat-list > *.w100p {
    width: calc(100% - 10px);
  }
  .cat-list > *.w100p-sp {
    width: calc(100% - 10px);
  }
}

/* cat */
/* form */
.style-style, select, input[type=text], input[type=email], input[type=tel], input[type=password], input[type=number], input[type=search], textarea {
  border-radius: 5px;
  border: 1px solid #DDD9D5;
  background-color: #FFF;
  -webkit-appearance: none;
  appearance: none;
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
  outline: none;
  transition: all 0.3s ease;
}
.style-style:focus, select:focus, input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=password]:focus, input[type=number]:focus, input[type=search]:focus, textarea:focus {
  background-color: #FFF;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
}
.style-style::placeholder, select::placeholder, input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, input[type=password]::placeholder, input[type=number]::placeholder, input[type=search]::placeholder, textarea::placeholder {
  color: #999;
}
.style-style.error, select.error, input.error[type=text], input.error[type=email], input.error[type=tel], input.error[type=password], input.error[type=number], input.error[type=search], textarea.error {
  border-color: #EF6250;
  border-width: 2px;
}
.style-input, select, input[type=text], input[type=email], input[type=tel], input[type=password], input[type=number], input[type=search] {
  line-height: 45px;
  height: 45px;
  padding-left: 15px;
}
.style-font, select, label.radio, label.checkbox, input[type=text], input[type=email], input[type=tel], input[type=password], input[type=number], input[type=search], textarea {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-size: 0.9333333333rem;
  color: #333333;
}

textarea {
  position: relative;
  resize: vertical;
  padding: 10px;
  vertical-align: top;
}
textarea.h100 {
  height: 100px;
}

input[type=text].lg, input[type=email].lg, input[type=tel].lg, input[type=password].lg, input[type=number].lg, input[type=search].lg {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.2rem;
}
input[type=checkbox] {
  display: none;
}
input[type=checkbox]:checked + .checkbox:before {
  background-color: #670B00;
  border-color: #670B00;
}
input[type=checkbox]:checked + .checkbox:after {
  opacity: 1;
  visibility: visible;
  transform: rotate(45deg);
  transform-origin: center center;
}
input[type=radio] {
  display: none;
}
input[type=radio]:checked + .radio:after {
  opacity: 1;
  visibility: visible;
}

label.checkbox {
  padding-left: 30px;
  min-height: 20px;
  cursor: pointer;
  margin: 0;
  display: -moz-inline-box;
  display: inline-block;
  position: relative;
  line-height: 1.5;
}
label.checkbox.single {
  width: 20px;
  padding-left: 0;
}
label.checkbox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: -moz-inline-box;
  display: inline-block;
  width: 21px;
  height: 21px;
  border-radius: 5px;
  background-color: #FFF;
  border: 1px solid #DDD9D5;
  margin-top: 0px;
}
label.checkbox:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 8px;
  display: block;
  width: 5px;
  height: 10px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(60deg);
  transform-origin: center center;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  margin-top: 0px;
}
label.radio {
  padding-left: 30px;
  min-height: 24px;
  cursor: pointer;
  margin: 0;
  display: -moz-inline-box;
  display: inline-block;
  position: relative;
  line-height: 1.5;
}
label.radio.single {
  width: 20px;
  padding-left: 0;
}
label.radio:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  display: -moz-inline-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #DDD9D5;
  box-sizing: border-box;
  background-color: #FFF;
  border-radius: 50% 50% 50% 50%;
  margin-top: 2px;
}
label.radio:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #670B00;
  border-radius: 50% 50% 50% 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  margin-top: 2px;
}
label.select {
  position: relative;
  display: block;
  max-width: 100%;
}
label.select select {
  padding-right: 25px;
  width: 100%;
}
label.select:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #670B00 transparent transparent transparent;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  pointer-events: none;
  box-sizing: border-box;
}

select {
  cursor: pointer;
}
select option {
  padding: 8px;
  border: none;
}
select.lg {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.2rem;
}
select::-ms-expand {
  display: none;
}

.check-radios {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-bottom: -5px;
}
.check-radios > * {
  margin-right: 15px;
  margin-bottom: 5px;
}
.check-radios .horizontal-item {
  margin-left: 0;
}
.check-radios .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.check-radios.vertical {
  -webkit-box-orient: vertical;
  flex-direction: column;
}

/* form */
/* table */
table {
  width: 100%;
  background-color: #FFF;
}
table th, table td {
  padding: 15px;
  border: 1px solid #D5C2A4;
  vertical-align: middle;
}
table th {
  background-color: #D5C2A4;
  font-weight: bold;
}
@media screen and (max-width: 700px) {
  table.sp-column {
    display: block;
    border: 1px solid #D5C2A4;
  }
  table.sp-column thead, table.sp-column tbody, table.sp-column tr, table.sp-column th, table.sp-column td {
    display: block;
  }
  table.sp-column th, table.sp-column td {
    padding: 10px;
    border: none;
  }
}
table.viewcart {
  border-collapse: separate;
  border-radius: 10px;
  overflow: hidden;
}
table.viewcart th, table.viewcart td {
  border: none;
}

/* table */
/* text */
.heading, .heading-lv03 {
  line-height: 1.4;
}
.heading:not(:last-child), .heading-lv03:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 700px) {
  .heading:not(:last-child), .heading-lv03:not(:last-child) {
    margin-bottom: 35px;
  }
}
.heading-lv01 {
  line-height: 1.4;
  color: #670B00;
  font-size: 28px;
  font-size: 1.8666666667rem;
  text-align: center;
}
.heading-lv01:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .heading-lv01 {
    font-size: 24px;
    font-size: 1.6rem;
  }
}
.heading-lv02 {
  font-size: 22px;
  font-size: 1.4666666667rem;
  color: #670B00;
  text-align: center;
  line-height: 1.4;
}
.heading-lv02:not(:last-child) {
  margin-bottom: 20px;
}
.heading-lv03 {
  font-size: 17px;
  font-size: 1.1333333333rem;
}

.fs11 {
  font-size: 11px;
  font-size: 0.7333333333rem;
}
.fs12 {
  font-size: 12px;
  font-size: 0.8rem;
}
.fs13 {
  font-size: 13px;
  font-size: 0.8666666667rem;
}
.fs14 {
  font-size: 14px;
  font-size: 0.9333333333rem;
}
.fs15 {
  font-size: 15px;
  font-size: 1rem;
}
.fs16 {
  font-size: 16px;
  font-size: 1.0666666667rem;
}
.fs17 {
  font-size: 17px;
  font-size: 1.1333333333rem;
}
.fs18 {
  font-size: 18px;
  font-size: 1.2rem;
}
.fs19 {
  font-size: 19px;
  font-size: 1.2666666667rem;
}
.fs20 {
  font-size: 20px;
  font-size: 1.3333333333rem;
}
.fs21 {
  font-size: 21px;
  font-size: 1.4rem;
}
.fs22 {
  font-size: 22px;
  font-size: 1.4666666667rem;
}
.fs23 {
  font-size: 23px;
  font-size: 1.5333333333rem;
}
.fs24 {
  font-size: 24px;
  font-size: 1.6rem;
}
.fs25 {
  font-size: 25px;
  font-size: 1.6666666667rem;
}
.fs26 {
  font-size: 26px;
  font-size: 1.7333333333rem;
}
.fs27 {
  font-size: 27px;
  font-size: 1.8rem;
}
.fs28 {
  font-size: 28px;
  font-size: 1.8666666667rem;
}
.fs29 {
  font-size: 29px;
  font-size: 1.9333333333rem;
}
.fs30 {
  font-size: 30px;
  font-size: 2rem;
}

.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}

.text-error {
  display: block;
  color: #EF6250;
  font-size: 13px;
  font-size: 0.8666666667rem;
  font-weight: bold;
}
.text-error:not(:first-child) {
  margin-top: 5px;
}
.text-sup {
  text-indent: -1em;
  padding-left: 1em;
}
.text-red {
  color: #C7544A;
}
.text-blue {
  color: #3170CF;
}
.text-bold {
  font-weight: bold;
}

/* text */
/* etc */
.lh0 {
  line-height: 0;
}

.w10 {
  width: 10px;
}
.w20 {
  width: 20px;
}
.w30 {
  width: 30px;
}
.w40 {
  width: 40px;
}
.w50 {
  width: 50px;
}
.w60 {
  width: 60px;
}
.w70 {
  width: 70px;
}
.w80 {
  width: 80px;
}
.w90 {
  width: 90px;
}
.w100 {
  width: 100px;
}
.w110 {
  width: 110px;
}
.w120 {
  width: 120px;
}
.w130 {
  width: 130px;
}
.w140 {
  width: 140px;
}
.w150 {
  width: 150px;
}
.w160 {
  width: 160px;
}
.w170 {
  width: 170px;
}
.w180 {
  width: 180px;
}
.w190 {
  width: 190px;
}
.w200 {
  width: 200px;
}
.w210 {
  width: 210px;
}
.w220 {
  width: 220px;
}
.w230 {
  width: 230px;
}
.w240 {
  width: 240px;
}
.w250 {
  width: 250px;
}
.w260 {
  width: 260px;
}
.w270 {
  width: 270px;
}
.w280 {
  width: 280px;
}
.w290 {
  width: 290px;
}
.w300 {
  width: 300px;
}
.w310 {
  width: 310px;
}
.w320 {
  width: 320px;
}
.w330 {
  width: 330px;
}
.w340 {
  width: 340px;
}
.w350 {
  width: 350px;
}
.w360 {
  width: 360px;
}
.w370 {
  width: 370px;
}
.w380 {
  width: 380px;
}
.w390 {
  width: 390px;
}
.w400 {
  width: 400px;
}
.w410 {
  width: 410px;
}
.w420 {
  width: 420px;
}
.w430 {
  width: 430px;
}
.w440 {
  width: 440px;
}
.w450 {
  width: 450px;
}
.w460 {
  width: 460px;
}
.w470 {
  width: 470px;
}
.w480 {
  width: 480px;
}
.w490 {
  width: 490px;
}
.w500 {
  width: 500px;
}
.w510 {
  width: 510px;
}
.w520 {
  width: 520px;
}
.w530 {
  width: 530px;
}
.w540 {
  width: 540px;
}
.w550 {
  width: 550px;
}
.w560 {
  width: 560px;
}
.w570 {
  width: 570px;
}
.w580 {
  width: 580px;
}
.w590 {
  width: 590px;
}
.w600 {
  width: 600px;
}
.w610 {
  width: 610px;
}
.w620 {
  width: 620px;
}
.w630 {
  width: 630px;
}
.w640 {
  width: 640px;
}
.w650 {
  width: 650px;
}
.w660 {
  width: 660px;
}
.w670 {
  width: 670px;
}
.w680 {
  width: 680px;
}
.w690 {
  width: 690px;
}
.w700 {
  width: 700px;
}
.w710 {
  width: 710px;
}
.w720 {
  width: 720px;
}
.w730 {
  width: 730px;
}
.w740 {
  width: 740px;
}
.w750 {
  width: 750px;
}
.w760 {
  width: 760px;
}
.w770 {
  width: 770px;
}
.w780 {
  width: 780px;
}
.w790 {
  width: 790px;
}
.w800 {
  width: 800px;
}
.w810 {
  width: 810px;
}
.w820 {
  width: 820px;
}
.w830 {
  width: 830px;
}
.w840 {
  width: 840px;
}
.w850 {
  width: 850px;
}
.w860 {
  width: 860px;
}
.w870 {
  width: 870px;
}
.w880 {
  width: 880px;
}
.w890 {
  width: 890px;
}
.w900 {
  width: 900px;
}
.w910 {
  width: 910px;
}
.w920 {
  width: 920px;
}
.w930 {
  width: 930px;
}
.w940 {
  width: 940px;
}
.w950 {
  width: 950px;
}
.w960 {
  width: 960px;
}
.w970 {
  width: 970px;
}
.w980 {
  width: 980px;
}
.w990 {
  width: 990px;
}
.w1000 {
  width: 1000px;
}
.w150 {
  width: 150px;
}
.w200 {
  width: 200px;
}
.w250 {
  width: 250px;
}
.w300 {
  width: 300px;
}
.w350 {
  width: 350px;
}
.w400 {
  width: 400px;
}
.w450 {
  width: 450px;
}
.w500 {
  width: 500px;
}
.w550 {
  width: 550px;
}
.w600 {
  width: 600px;
}
.w650 {
  width: 650px;
}
.w700 {
  width: 700px;
}
.w750 {
  width: 750px;
}
.w800 {
  width: 800px;
}
.w850 {
  width: 850px;
}
.w900 {
  width: 900px;
}
.w950 {
  width: 950px;
}
.w1000 {
  width: 1000px;
}
.w5p {
  width: 5%;
}
.w10p {
  width: 10%;
}
.w15p {
  width: 15%;
}
.w20p {
  width: 20%;
}
.w25p {
  width: 25%;
}
.w30p {
  width: 30%;
}
.w35p {
  width: 35%;
}
.w40p {
  width: 40%;
}
.w45p {
  width: 45%;
}
.w50p {
  width: 50%;
}
.w55p {
  width: 55%;
}
.w60p {
  width: 60%;
}
.w65p {
  width: 65%;
}
.w70p {
  width: 70%;
}
.w75p {
  width: 75%;
}
.w80p {
  width: 80%;
}
.w85p {
  width: 85%;
}
.w90p {
  width: 90%;
}
.w95p {
  width: 95%;
}
.w100p {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .w10-sp {
    width: 10px;
  }
}
@media screen and (max-width: 700px) {
  .w20-sp {
    width: 20px;
  }
}
@media screen and (max-width: 700px) {
  .w30-sp {
    width: 30px;
  }
}
@media screen and (max-width: 700px) {
  .w40-sp {
    width: 40px;
  }
}
@media screen and (max-width: 700px) {
  .w50-sp {
    width: 50px;
  }
}
@media screen and (max-width: 700px) {
  .w60-sp {
    width: 60px;
  }
}
@media screen and (max-width: 700px) {
  .w70-sp {
    width: 70px;
  }
}
@media screen and (max-width: 700px) {
  .w80-sp {
    width: 80px;
  }
}
@media screen and (max-width: 700px) {
  .w90-sp {
    width: 90px;
  }
}
@media screen and (max-width: 700px) {
  .w100-sp {
    width: 100px;
  }
}
@media screen and (max-width: 700px) {
  .w110-sp {
    width: 110px;
  }
}
@media screen and (max-width: 700px) {
  .w120-sp {
    width: 120px;
  }
}
@media screen and (max-width: 700px) {
  .w130-sp {
    width: 130px;
  }
}
@media screen and (max-width: 700px) {
  .w140-sp {
    width: 140px;
  }
}
@media screen and (max-width: 700px) {
  .w150-sp {
    width: 150px;
  }
}
@media screen and (max-width: 700px) {
  .w160-sp {
    width: 160px;
  }
}
@media screen and (max-width: 700px) {
  .w170-sp {
    width: 170px;
  }
}
@media screen and (max-width: 700px) {
  .w180-sp {
    width: 180px;
  }
}
@media screen and (max-width: 700px) {
  .w190-sp {
    width: 190px;
  }
}
@media screen and (max-width: 700px) {
  .w200-sp {
    width: 200px;
  }
}
@media screen and (max-width: 700px) {
  .w210-sp {
    width: 210px;
  }
}
@media screen and (max-width: 700px) {
  .w220-sp {
    width: 220px;
  }
}
@media screen and (max-width: 700px) {
  .w230-sp {
    width: 230px;
  }
}
@media screen and (max-width: 700px) {
  .w240-sp {
    width: 240px;
  }
}
@media screen and (max-width: 700px) {
  .w250-sp {
    width: 250px;
  }
}
@media screen and (max-width: 700px) {
  .w260-sp {
    width: 260px;
  }
}
@media screen and (max-width: 700px) {
  .w270-sp {
    width: 270px;
  }
}
@media screen and (max-width: 700px) {
  .w280-sp {
    width: 280px;
  }
}
@media screen and (max-width: 700px) {
  .w290-sp {
    width: 290px;
  }
}
@media screen and (max-width: 700px) {
  .w300-sp {
    width: 300px;
  }
}
@media screen and (max-width: 700px) {
  .w310-sp {
    width: 310px;
  }
}
@media screen and (max-width: 700px) {
  .w320-sp {
    width: 320px;
  }
}
@media screen and (max-width: 700px) {
  .w330-sp {
    width: 330px;
  }
}
@media screen and (max-width: 700px) {
  .w340-sp {
    width: 340px;
  }
}
@media screen and (max-width: 700px) {
  .w350-sp {
    width: 350px;
  }
}
@media screen and (max-width: 700px) {
  .w360-sp {
    width: 360px;
  }
}
@media screen and (max-width: 700px) {
  .w370-sp {
    width: 370px;
  }
}
@media screen and (max-width: 700px) {
  .w380-sp {
    width: 380px;
  }
}
@media screen and (max-width: 700px) {
  .w390-sp {
    width: 390px;
  }
}
@media screen and (max-width: 700px) {
  .w400-sp {
    width: 400px;
  }
}
@media screen and (max-width: 700px) {
  .w410-sp {
    width: 410px;
  }
}
@media screen and (max-width: 700px) {
  .w420-sp {
    width: 420px;
  }
}
@media screen and (max-width: 700px) {
  .w430-sp {
    width: 430px;
  }
}
@media screen and (max-width: 700px) {
  .w440-sp {
    width: 440px;
  }
}
@media screen and (max-width: 700px) {
  .w450-sp {
    width: 450px;
  }
}
@media screen and (max-width: 700px) {
  .w460-sp {
    width: 460px;
  }
}
@media screen and (max-width: 700px) {
  .w470-sp {
    width: 470px;
  }
}
@media screen and (max-width: 700px) {
  .w480-sp {
    width: 480px;
  }
}
@media screen and (max-width: 700px) {
  .w490-sp {
    width: 490px;
  }
}
@media screen and (max-width: 700px) {
  .w500-sp {
    width: 500px;
  }
}
@media screen and (max-width: 700px) {
  .w150-sp {
    width: 150px;
  }
}
@media screen and (max-width: 700px) {
  .w200-sp {
    width: 200px;
  }
}
@media screen and (max-width: 700px) {
  .w250-sp {
    width: 250px;
  }
}
@media screen and (max-width: 700px) {
  .w300-sp {
    width: 300px;
  }
}
@media screen and (max-width: 700px) {
  .w350-sp {
    width: 350px;
  }
}
@media screen and (max-width: 700px) {
  .w400-sp {
    width: 400px;
  }
}
@media screen and (max-width: 700px) {
  .w450-sp {
    width: 450px;
  }
}
@media screen and (max-width: 700px) {
  .w500-sp {
    width: 500px;
  }
}
@media screen and (max-width: 700px) {
  .w5p-sp {
    width: 5%;
  }
}
@media screen and (max-width: 700px) {
  .w10p-sp {
    width: 10%;
  }
}
@media screen and (max-width: 700px) {
  .w15p-sp {
    width: 15%;
  }
}
@media screen and (max-width: 700px) {
  .w20p-sp {
    width: 20%;
  }
}
@media screen and (max-width: 700px) {
  .w25p-sp {
    width: 25%;
  }
}
@media screen and (max-width: 700px) {
  .w30p-sp {
    width: 30%;
  }
}
@media screen and (max-width: 700px) {
  .w35p-sp {
    width: 35%;
  }
}
@media screen and (max-width: 700px) {
  .w40p-sp {
    width: 40%;
  }
}
@media screen and (max-width: 700px) {
  .w45p-sp {
    width: 45%;
  }
}
@media screen and (max-width: 700px) {
  .w50p-sp {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .w55p-sp {
    width: 55%;
  }
}
@media screen and (max-width: 700px) {
  .w60p-sp {
    width: 60%;
  }
}
@media screen and (max-width: 700px) {
  .w65p-sp {
    width: 65%;
  }
}
@media screen and (max-width: 700px) {
  .w70p-sp {
    width: 70%;
  }
}
@media screen and (max-width: 700px) {
  .w75p-sp {
    width: 75%;
  }
}
@media screen and (max-width: 700px) {
  .w80p-sp {
    width: 80%;
  }
}
@media screen and (max-width: 700px) {
  .w85p-sp {
    width: 85%;
  }
}
@media screen and (max-width: 700px) {
  .w90p-sp {
    width: 90%;
  }
}
@media screen and (max-width: 700px) {
  .w95p-sp {
    width: 95%;
  }
}
@media screen and (max-width: 700px) {
  .w100p-sp {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  br.pc {
    display: none;
  }
}
br.tablet {
  display: none;
}
@media screen and (min-width: 701px) and (max-width: 1080px) {
  br.tablet {
    display: inline;
  }
}
br.sp {
  display: none;
}
@media screen and (max-width: 700px) {
  br.sp {
    display: inline;
  }
}

@media screen and (max-width: 700px) {
  img.pc {
    display: none;
  }
}
@media screen and (min-width: 701px) {
  img.sp {
    display: none;
  }
}

@media screen and (min-width: 701px) {
  .hidden-pc {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .hidden-sp {
    display: none;
  }
}

/* etc */
/* column */
.column-style, .column-04, .column-03, .column-02 {
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
}
.column-style:last-child, .column-04:last-child, .column-03:last-child, .column-02:last-child {
  margin-bottom: -30px;
}
.column-style > *, .column-04 > *, .column-03 > *, .column-02 > * {
  width: 10px;
  margin-right: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 501px) {
  .column-style > *.w5p, .column-04 > *.w5p, .column-03 > *.w5p, .column-02 > *.w5p {
    width: calc(5% - 30px);
  }
  .column-style > *.w10p, .column-04 > *.w10p, .column-03 > *.w10p, .column-02 > *.w10p {
    width: calc(10% - 30px);
  }
  .column-style > *.w15p, .column-04 > *.w15p, .column-03 > *.w15p, .column-02 > *.w15p {
    width: calc(15% - 30px);
  }
  .column-style > *.w20p, .column-04 > *.w20p, .column-03 > *.w20p, .column-02 > *.w20p {
    width: calc(20% - 30px);
  }
  .column-style > *.w25p, .column-04 > *.w25p, .column-03 > *.w25p, .column-02 > *.w25p {
    width: calc(25% - 30px);
  }
  .column-style > *.w30p, .column-04 > *.w30p, .column-03 > *.w30p, .column-02 > *.w30p {
    width: calc(30% - 30px);
  }
  .column-style > *.w35p, .column-04 > *.w35p, .column-03 > *.w35p, .column-02 > *.w35p {
    width: calc(35% - 30px);
  }
  .column-style > *.w40p, .column-04 > *.w40p, .column-03 > *.w40p, .column-02 > *.w40p {
    width: calc(40% - 30px);
  }
  .column-style > *.w45p, .column-04 > *.w45p, .column-03 > *.w45p, .column-02 > *.w45p {
    width: calc(45% - 30px);
  }
  .column-style > *.w50p, .column-04 > *.w50p, .column-03 > *.w50p, .column-02 > *.w50p {
    width: calc(50% - 30px);
  }
  .column-style > *.w55p, .column-04 > *.w55p, .column-03 > *.w55p, .column-02 > *.w55p {
    width: calc(55% - 30px);
  }
  .column-style > *.w60p, .column-04 > *.w60p, .column-03 > *.w60p, .column-02 > *.w60p {
    width: calc(60% - 30px);
  }
  .column-style > *.w65p, .column-04 > *.w65p, .column-03 > *.w65p, .column-02 > *.w65p {
    width: calc(65% - 30px);
  }
  .column-style > *.w70p, .column-04 > *.w70p, .column-03 > *.w70p, .column-02 > *.w70p {
    width: calc(70% - 30px);
  }
  .column-style > *.w75p, .column-04 > *.w75p, .column-03 > *.w75p, .column-02 > *.w75p {
    width: calc(75% - 30px);
  }
  .column-style > *.w80p, .column-04 > *.w80p, .column-03 > *.w80p, .column-02 > *.w80p {
    width: calc(80% - 30px);
  }
  .column-style > *.w85p, .column-04 > *.w85p, .column-03 > *.w85p, .column-02 > *.w85p {
    width: calc(85% - 30px);
  }
  .column-style > *.w90p, .column-04 > *.w90p, .column-03 > *.w90p, .column-02 > *.w90p {
    width: calc(90% - 30px);
  }
  .column-style > *.w95p, .column-04 > *.w95p, .column-03 > *.w95p, .column-02 > *.w95p {
    width: calc(95% - 30px);
  }
  .column-style > *.w100p, .column-04 > *.w100p, .column-03 > *.w100p, .column-02 > *.w100p {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 700px) {
  .column-style, .column-04, .column-03, .column-02 {
    margin-right: -20px;
  }
  .column-style:last-child, .column-04:last-child, .column-03:last-child, .column-02:last-child {
    margin-bottom: -20px;
  }
  .column-style > *, .column-04 > *, .column-03 > *, .column-02 > * {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
.column-02 > * {
  width: calc(50% - 30px);
}
.column-03 > * {
  width: calc(33.3333% - 30px);
}
.column-04 > * {
  width: calc(25% - 30px);
}
@media screen and (max-width: 700px) {
  .column-02 > * {
    width: calc(50% - 20px);
  }
  .column-03 > * {
    width: calc(50% - 20px);
  }
  .column-04 > * {
    width: calc(33.3333% - 20px);
  }
}
@media screen and (max-width: 700px) and (max-width: 500px) {
  .column-02 > * {
    width: calc(100% - 20px);
  }
  .column-03 > * {
    width: calc(100% - 20px);
  }
  .column-04 > * {
    width: calc(50% - 20px);
  }
}

/* column */
.post .margin-bottom:not(:last-child):not([class^=mb]), .post table:not(:last-child):not([class^=mb]), .post .wp-caption:not(:last-child):not([class^=mb]), .post blockquote:not(:last-child):not([class^=mb]), .post ol:not(:last-child):not([class^=mb]), .post ul:not(:last-child):not([class^=mb]), .post .phase:not(:last-child):not([class^=mb]) {
  margin-bottom: 30px;
}
.post section:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #D5C2A4;
}
@media screen and (max-width: 700px) {
  .post section:not(:last-child) {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}
.post ul li {
  list-style-type: none;
  text-indent: -1em;
  padding-left: 1em;
}
.post ul li:before {
  content: "・";
  margin-right: 0.5em;
}
.post ol {
  padding-left: 1.5em;
}
.post ol li {
  list-style-type: decimal;
}
.post ol li:not(:last-child) {
  margin-bottom: 10px;
}
.post ol li:last-child {
  padding-bottom: 0;
}
.post strong {
  font-weight: bold;
}
.post em {
  font-style: italic;
}
.post del {
  text-decoration: line-through;
  color: #999;
}
.post blockquote {
  display: block;
  padding: 15px;
  background-color: #F0E7D8;
  clear: both;
}
.post .h, .post h5, .post h4, .post h3, .post h2, .post h1 {
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #670B00;
}
.post .h:not(:first-child), .post h5:not(:first-child), .post h4:not(:first-child), .post h3:not(:first-child), .post h2:not(:first-child), .post h1:not(:first-child) {
  margin-top: 30px;
}
.post .h:not(:last-child), .post h5:not(:last-child), .post h4:not(:last-child), .post h3:not(:last-child), .post h2:not(:last-child), .post h1:not(:last-child) {
  margin-bottom: 15px;
}
.post h1 {
  font-size: 27px;
  font-size: 1.8rem;
  font-weight: bold;
}
.post h2 {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: bold;
}
.post h2:not(:last-child) {
  margin-bottom: 20px;
}
.post h3 {
  font-size: 20px;
  font-size: 1.3333333333rem;
  font-weight: bold;
}
.post h4 {
  font-size: 19px;
  font-size: 1.2666666667rem;
  font-weight: bold;
}
.post h5 {
  font-size: 17px;
  font-size: 1.1333333333rem;
  font-weight: bold;
}
.post iframe {
  max-width: 100%;
}
.post a:not(.btn) {
  color: #670B00;
  text-decoration: underline;
}
.post a:not(.btn):hover {
  text-decoration: none;
}
.post .aligncenter {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.post .aligncenter:not(:first-child) {
  margin-top: 30px;
}
.post .aligncenter:not(:last-child) {
  margin-bottom: 30px;
}
.post .alignright {
  text-align: right;
  float: right;
  display: block;
  margin: 0 0 10px 15px;
}
.post .alignleft {
  text-align: left;
  float: left;
  margin: 0 15px 10px 0;
}
.post .wp-caption {
  max-width: 100%;
}
.post .wp-caption-text {
  color: #999;
}
.post p:not(:last-child):not([class^=mb]) {
  margin-bottom: 30px;
}
.post table td p:not(:last-child) {
  margin-bottom: 10px;
}
.post cite {
  border: 1px solid #D5C2A4;
  margin-top: 15px;
  padding: 10px;
  display: -moz-inline-box;
  display: inline-block;
}
.post cite:before, .post cite:after {
  content: "”";
}
.post small {
  font-size: 12px;
  font-size: 0.8rem;
}
.post .video-container {
  max-width: 640px;
  margin: 30px auto 0;
}
.post .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.post .video iframe, .post .video object, .post .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 700px) {
  .post .alignright {
    max-width: 160px;
    height: auto;
    margin: 0 0 10px 10px;
  }
  .post .alignleft {
    max-width: 160px;
    height: auto;
    margin: 0 10px 10px 0;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.eg-parent > *:not(.eg) {
  opacity: 0;
  visibility: hidden;
}

*[data-emergence], *.eg {
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  opacity: 0;
}
*[data-emergence=visible] {
  animation-name: fadeIn;
}
@supports (clip-path: polygon(0 0, 0 0, 0 0)) {
  *[data-anm=skew] {
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    transition: 1s all ease-out;
  }
  *[data-anm=skew][data-emergence=visible] {
    animation-duration: 0.3s;
    transition-delay: 0.3s;
    -webkit-clip-path: polygon(0 0, 220% 0, 0 220%, 0 0);
    clip-path: polygon(0 0, 220% 0, 0 220%, 0 0);
  }
}

/* floating */
@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(30%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(30%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes flipIn {
  0% {
    opacity: 0;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}
@keyframes flipIn {
  0% {
    opacity: 0;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    -ms-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}
.flipIn {
  -webkit-animation-name: flipIn;
  animation-name: flipIn;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

div.error {
  color: red;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

div.zip {
  display: flex !important;
  flex-direction: row !important;
  align-items: baseline !important;
}

.alert .message {
  border: 2px solid;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  padding: 10px;
  margin: 0 0 25px;
  font-weight: bold;
  background: #FFF;
  border-color: #ffa73f;
  color: #000;
}

.justify-content-center {
  justify-content: center;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.align-items-center {
  align-items: center;
}

.bd-1 {
  border: 1px solid #ddd;
}

.rounded-5 {
  border-radius: 5px;
}

.align-items-start {
  align-items: flex-start;
}
