body {
  background: #fff;
  color: #222;
}

a {
  color: #fff;
}
a:link {
  color: #fff;
}
a:visited {
  color: #fff;
}

.bottom_company {
  margin-top: 4rem;
}

.bottom_sns {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.bottom_sns a {
  width: 20px;
  height: 20px;
}

footer p {
  padding: 1rem 0;
  font-size: 0.8rem;
}

#mv .logo {
  position: absolute;
  top: 6rem;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 20vw;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  #mv .logo {
    max-width: 22vw;
    top: 1.8rem;
  }
}
#mv img {
  width: 100%;
}

#info {
  margin-top: 4rem;
}
#info .inner .title span {
  display: block;
  margin-top: 1rem;
  font-size: 1.4rem;
}
#info .inner .title span:nth-of-type(1) {
  font-size: 2.6rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #info .inner .title span:nth-of-type(1) {
    font-size: 1.6rem;
  }
}
#info .inner .title p {
  margin-top: 2rem;
}
#info .inner .detail {
  margin-top: 4rem;
}
#info .inner .detail dl {
  text-align: center;
}
#info .inner .detail dl div dt span {
  display: block;
  max-width: 300px;
  margin: auto;
  border: 1px solid #222;
  padding: 0.5rem 2rem;
}
#info .inner .detail dl div dd {
  padding: 2rem 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #info .inner .detail dl div dd {
    font-size: 1rem;
  }
}
#info .inner .detail dl div dd .fs {
  font-size: 0.8rem;
  margin-top: 1rem;
}
#info .inner .detail dl div dd ul {
  max-width: 75%;
  text-align: left;
  font-size: 0.8rem;
  margin: auto;
  margin-top: 2rem;
}
#info .inner .detail dl div dd ul li {
  margin-bottom: 0.3rem;
}

.contact {
  margin-top: 4rem;
}
.contact > a {
  background-color: #7ea074;
  color: #fff;
  padding: 1rem 2rem;
  text-decoration: none;
}
.contact p:nth-of-type(1) {
  margin-top: 2rem;
}
.contact p:nth-of-type(1) a {
  text-decoration: none;
  color: #222;
  font-size: 1.8rem;
}
.contact p:nth-of-type(1) a img {
  margin-right: 15px;
}
.contact p:nth-of-type(2) {
  margin-top: 1rem;
}

#contents .lineup {
  max-width: 1000px;
  margin: auto;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #contents .lineup {
    max-width: 92%;
  }
}
#contents .lineup h2 {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  letter-spacing: 4px;
}
#contents .lineup .row .col {
  border-bottom: 1px solid #222;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 10px;
  justify-items: flex-start;
  align-items: center;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #contents .lineup .row .col {
    grid-template-columns: 1fr;
  }
}
#contents .lineup .row .col:first-child {
  border-top: 1px solid #222;
}
#contents .lineup .row .col h3 {
  width: 100%;
  height: 100%;
  padding: 1rem;
  padding-left: 0;
  border-right: 1px solid #222;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-weight: normal;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  #contents .lineup .row .col h3 {
    border-right: none;
    justify-content: center;
  }
}
#contents .lineup .row .col .txt {
  width: 100%;
  padding: 2rem;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  #contents .lineup .row .col .txt {
    padding: 0;
    padding-bottom: 2rem;
  }
}
#contents .lineup .row .col .txt p {
  margin-top: 1rem;
}
#contents .lineup .row .col .txt .price {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  justify-items: flex-start;
  align-items: flex-start;
}
#contents .lineup .row .col .txt .price p {
  width: 100%;
}
#contents .lineup .row .col .txt .price p:nth-of-type(2) {
  text-align: right;
}
#contents .other {
  max-width: 1000px;
  margin: auto;
  margin-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #222;
}
@media screen and (max-width: 767px) {
  #contents .other {
    max-width: 92%;
  }
}
#contents .other .col {
  text-align: left;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 10px;
  justify-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #contents .other .col {
    grid-template-columns: 1fr;
  }
}
#contents .other .col h2 {
  width: 100%;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #contents .other .col h2 {
    font-size: 1.2rem;
    border-right: none;
    text-align: center;
    margin-bottom: 0;
  }
}
#contents .other .col .row {
  width: 100%;
}
#contents .other .col .row .txt p.fs {
  font-size: 0.8rem;
  margin-bottom: 1rem;
}
#contents .other .col.gift .row {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 10px;
  justify-items: flex-start;
  align-items: center;
}
#contents .image {
  margin-top: 4rem;
}
#contents .image img {
  width: 100%;
}
#contents .performance {
  margin-top: 4rem;
}
#contents .performance .inner h2 {
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 1px;
  margin: auto;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #fff;
  max-width: 300px;
}
#contents .performance .inner .txt {
  line-height: 2.2;
}
#contents .performance .inner p {
  text-align: left;
  max-width: 80%;
  margin: auto;
  margin-top: 4rem;
}
#contents .performance .inner .btn {
  margin-top: 4rem;
}
#contents .performance .inner .btn a {
  border: 1px solid #fff;
  padding: 1rem 3rem;
  text-decoration: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
#contents .performance .inner .btn a:hover {
  background: #fff;
  color: #111;
  transform: scale(1.05);
}

#shop_info {
  margin-top: 4rem;
}
#shop_info h2 {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 4rem;
  letter-spacing: 4px;
}
@media screen and (max-width: 767px) {
  #shop_info h2 {
    font-size: 2rem;
  }
}
#shop_info .img img {
  width: 100%;
}
#shop_info .inner .txt {
  margin-top: 2rem;
}
#shop_info .inner .txt p:nth-of-type(1) {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  #shop_info .inner .txt p:nth-of-type(1) {
    font-size: 1.2rem;
  }
}

#msp {
  margin-top: 6rem;
}
#msp .inner h3 {
  font-size: 1.2rem;
  margin-bottom: 4rem;
}
#msp .inner > p {
  text-align: left;
}
#msp .inner > p a {
  color: #eb7e00;
}
#msp .inner .line {
  margin-top: 2rem;
  border: 1px solid #eb7e00;
  padding: 1rem 2rem;
}
#msp .inner .line p:nth-of-type(1) {
  color: #eb7e00;
  font-weight: bold;
  font-size: 1.2rem;
}
#msp .inner .form {
  margin-top: 4rem;
  text-align: left;
}
#msp .inner .form .smf-progress-tracker {
  max-width: 60% !important;
  margin: auto;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #msp .inner .form .smf-progress-tracker {
    max-width: 100% !important;
  }
}
#msp .inner .form .smf-form .smf-item {
  border-bottom: 1px solid #999;
}
#msp .inner .form .smf-form .smf-item .smf-item__col--label {
  position: relative;
}
#msp .inner .form .smf-form .smf-item .smf-item__col--label .smf-item__description {
  position: absolute;
  top: 0;
  right: 20px;
  margin-top: 0;
  color: #da5353;
}
@media screen and (max-width: 767px) {
  #msp .inner .form .smf-form .smf-item .smf-item__col--controls .smf-item__controls input[type=text], #msp .inner .form .smf-form .smf-item .smf-item__col--controls .smf-item__controls input[type=tel], #msp .inner .form .smf-form .smf-item .smf-item__col--controls .smf-item__controls input[type=email] {
    width: 100%;
    box-sizing: border-box;
  }
}
#msp .inner .form .smf-form .smf-item .smf-item__col--controls .smf-item__controls select {
  color: #111;
  padding: 1rem;
}
#msp .inner .form .smf-form .smf-item .smf-item__col--controls .smf-item__controls .smf-select-control__toggle::before {
  color: #111;
}
#msp .inner .form form[data-screen=confirm] .confirm_txt {
  display: block;
}

main.comp h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}
main.comp h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
main.comp a {
  color: #222;
}

#autozip {
  display: none !important;
}