@charset "UTF-8";
/*
 * Main Stylesheet
 * r8/spring ランディングページ
 */
/*
 * Variables
 * プロジェクト全体で使用する変数定義
 */
.product-pattern-b .inner-content, .product-pattern-b .inner-header, .product-pattern-a .inner-content, .product-pattern-a .inner-header, .list-section .inner-header, .lead-section .inner-content, .lead-section .inner-header, .fv .inner-content {
  margin: 0 auto;
  max-width: 1024px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .product-pattern-b .inner-content, .product-pattern-b .inner-header, .product-pattern-a .inner-content, .product-pattern-a .inner-header, .list-section .inner-header, .lead-section .inner-content, .lead-section .inner-header, .fv .inner-content {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.list-section .inner-content {
  margin: 0 auto;
  max-width: 680px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .list-section .inner-content {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*
 * Common Styles
 * プロジェクト全体で使用する共通スタイル
 */
.hidden-xs {
  display: block;
}
@media (max-width: 420px) {
  .hidden-xs {
    display: none !important;
  }
}

.visible-xs {
  display: none;
}
@media (max-width: 420px) {
  .visible-xs {
    display: block !important;
  }
}

.hidden-xs-inline {
  display: inline;
}
@media (max-width: 420px) {
  .hidden-xs-inline {
    display: none !important;
  }
}

.visible-xs-inline {
  display: none;
}
@media (max-width: 420px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

body {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
  background-color: #ffffff;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

.btn {
  display: inline-block;
  padding: 12px 32px;
  border: none;
  border-radius: 4px;
  background-color: #d32f2f;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.btn:hover {
  opacity: 1;
  background-color: rgb(170.8571428571, 36.1428571429, 36.1428571429);
}

.container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 420px) {
  .container {
    padding: 0 16px;
  }
}

section {
  padding: 80px 0;
}
@media (max-width: 420px) {
  section {
    padding: 32px 0;
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  font-weight: bold;
}

h1 {
  font-size: 32px;
}
@media (max-width: 420px) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  font-size: 28px;
}
@media (max-width: 420px) {
  h2 {
    font-size: 22px;
  }
}
h2.heading {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  h2.heading {
    line-height: 1.6;
    font-size: 20px;
  }
}
h2.image-heading {
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
}
h2.image-heading.pattern-a {
  max-width: 505px;
}
h2.image-heading.pattern-b {
  max-width: 815px;
}

h3 {
  font-size: 24px;
}
@media (max-width: 420px) {
  h3 {
    font-size: 20px;
  }
}

img {
  width: 100%;
  height: auto;
}

.order {
  padding: 80px 30px 130px 30px;
  background: url(../images/order-bg.jpg) no-repeat 0 0/cover;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .order {
    padding: 55px 7.7% 65px 7.7%;
    background-image: url(../images/order-bg-sp.jpg);
  }
  .order * {
    letter-spacing: 0;
  }
}
.order-inner {
  max-width: 1140px;
  margin: 0 auto;
}

.order h2 {
  margin-bottom: 50px;
  font-size: 36px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .order h2 {
    margin-bottom: 45px;
    font-size: 4.6153846154vw;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 600px) {
  .order h2 {
    font-size: 3.2307692308vw;
  }
}
.order .lead {
  margin-bottom: 70px;
  text-align: center;
}

@media (max-width: 1190px) {
  .order .lead {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .order .lead {
    margin-bottom: 30px;
    line-height: 1.7142857143;
  }
}
.order dl {
  display: flex;
  margin: 0 auto;
  margin-bottom: 50px;
  max-width: 1090px;
}

@media (max-width: 960px) {
  .order dl {
    display: block;
  }
}
.order dl dt {
  width: 385px;
  padding-right: 1em;
  padding-top: 0.2em;
  font-size: 24px;
  font-weight: 600;
}

@media screen and (max-width: 1280px) {
  .order dl dt {
    padding-top: 0;
    font-size: 22px;
    width: 330px;
  }
}
@media (max-width: 960px) {
  .order dl dt {
    width: 100%;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .order dl dt {
    margin-bottom: 20px;
    font-size: 4.1025641026vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 600px) {
  .order dl dt {
    font-size: 2.8717948718vw;
  }
}
.order dl dt span {
  font-size: 20px;
}

@media screen and (max-width: 1280px) {
  .order dl dt span {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .order dl dt span {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .order dl dt span {
    font-size: 3.5897435897vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 600px) {
  .order dl dt span {
    font-size: 2.5128205128vw;
  }
}
@media screen and (max-width: 768px) {
  .order dl:nth-of-type(3) {
    margin-bottom: 0;
  }
}
.order dl:nth-of-type(3) dt {
  padding-top: 0;
}

.order dl dd {
  display: flex;
  width: calc(100% - 385px);
}

@media screen and (max-width: 1280px) {
  .order dl dd {
    display: block;
    width: calc(100% - 330px);
  }
}
@media (max-width: 960px) {
  .order dl dd {
    width: 100%;
  }
}
.order dl dd .tit {
  width: 250px;
  padding-top: 1em;
}

@media screen and (max-width: 1280px) {
  .order dl dd .tit {
    width: 100%;
    padding-top: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .order dl dd .tit {
    margin-bottom: -5px;
    padding-top: 0;
  }
}
.order dl dd .tel {
  width: calc(100% - 250px);
}

@media screen and (max-width: 1280px) {
  .order dl dd .tel {
    width: 100%;
  }
}
.order dl dd .tel a {
  display: flex;
  align-items: center;
  font-size: 32px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .order dl dd .tel a {
    font-size: 6.1538461538vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 600px) {
  .order dl dd .tel a {
    font-size: 4.3076923077vw;
  }
}
.order dl dd .tel a img {
  margin-right: 7px;
  margin-top: 3px;
  max-width: 43px;
}

@media screen and (max-width: 768px) {
  .order dl dd .tel a img {
    width: 34px;
  }
}
.order dl dd .tel .note {
  display: block;
}

@media screen and (max-width: 768px) {
  .order dl dd .tel .note {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .order dl dd .tel .para {
    line-height: 1.7142857143;
  }
}
@media screen and (max-width: 768px) {
  .order ul {
    margin-top: 36px;
  }
}
.order ul li {
  margin-left: 1.2em;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

@media screen and (max-width: 768px) {
  .order ul li {
    margin-left: 0;
  }
}
.contact {
  padding: 40px 150px;
  background: #B76745;
  color: #fff;
  text-align: center;
  font-weight: 600;
}

@media screen and (max-width: 1280px) {
  .contact {
    padding: 40px 70px;
  }
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 55px 7.7% 58px 7.7%;
  }
}
.contact h2 {
  margin-bottom: 30px;
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  .contact h2 {
    font-size: 5.1282051282vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 600px) {
  .contact h2 {
    font-size: 3.5897435897vw;
  }
}
.contact p {
  letter-spacing: 0.05em;
}

.contact p:nth-of-type(1) {
  margin-bottom: 10px;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .contact p:nth-of-type(1) {
    margin-bottom: 20px;
    font-size: 4.1025641026vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 600px) {
  .contact p:nth-of-type(1) {
    font-size: 2.8717948718vw;
  }
}
.footer {
  padding: 0 150px;
  background: #7A6F6B;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #fff;
}

@media screen and (max-width: 1280px) {
  .footer {
    padding: 0 70px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 0 7.7%;
    font-size: 3.0769230769vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 600px) {
  .footer {
    font-size: 2.1538461538vw;
  }
}
.footer-inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1240px;
  margin: 0 auto;
  padding: 75px 0 40px 0;
}

@media screen and (max-width: 768px) {
  .footer-inner {
    display: block;
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .footer ul {
    margin-bottom: 35px;
  }
}
.footer ul li:first-child {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .footer ul li:first-child {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .footer .copyright {
    text-align: center;
  }
}
.fv {
  height: 600px;
  background: url(../images/fv_bg.jpg) repeat center;
  background-size: contain;
  position: relative;
}
@media screen and (max-width: 1410px) {
  .fv {
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .fv {
    height: 300px;
  }
}
.fv .inner-content {
  position: relative;
  height: 100%;
}
.fv .inner-content .pc {
  height: 100%;
}
.fv .pc .object-left {
  max-width: 640px;
  position: absolute;
  bottom: -110px;
  left: 0;
  width: 46%;
}
.fv .pc .object-right {
  max-width: 640px;
  position: absolute;
  top: -50px;
  right: 0;
  width: 46%;
}
.fv .pc .store-logo {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 90px;
}
.fv .pc .heading {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fv .pc .heading img {
  max-width: 190px;
}
.fv .sp .object-left {
  max-width: 640px;
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 46%;
}
.fv .sp .object-right {
  max-width: 640px;
  position: absolute;
  top: 0px;
  right: 0;
  width: 46%;
}
.fv .sp .store-logo {
  position: absolute;
  top: 0;
  left: 30px;
  max-width: 50px;
}
.fv .sp .heading {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fv .sp .heading img {
  max-width: 100px;
  margin-top: 40px;
}

.lead-section {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lead-section {
    padding-top: 60px;
  }
}
.lead-section .inner-content p {
  font-size: 18px;
  line-height: 2;
  text-align: justify;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .lead-section .inner-content p {
    font-size: 16px;
  }
}

.list-section .inner-header {
  text-align: center;
}
.list-section .inner-content .list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .list-section .inner-content .list {
    gap: 8px;
  }
}
.list-section .inner-content .list .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .list-section .inner-content .list .item {
    gap: 8px;
  }
}
.list-section .inner-content .list .item .thumbnail {
  width: 100px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .list-section .inner-content .list .item .thumbnail {
    width: 80px;
  }
}
.list-section .inner-content .list .item .thumbnail img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.list-section .inner-content .list .item .text {
  flex-grow: 1;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .list-section .inner-content .list .item .text {
    font-size: 14px;
  }
}
.product-pattern-a .inner-header {
  text-align: center;
}
.product-pattern-a .inner-content .product-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px;
}
@media screen and (max-width: 1024px) {
  .product-pattern-a .inner-content .product-area {
    grid-template-columns: repeat(2, 1fr);
    gap: 64px;
  }
}
@media screen and (max-width: 768px) {
  .product-pattern-a .inner-content .product-area {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.product-pattern-a .inner-content .product-area .product-item {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .product-pattern-a .inner-content .product-area .product-item {
    font-size: 14px;
  }
}
.product-pattern-a .inner-content .product-area .product-item img {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .product-pattern-a .inner-content .product-area .product-item img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 110%;
    width: 110%;
    margin-left: -5%;
  }
}
.product-pattern-a .inner-content .product-area .product-item .title {
  margin-bottom: 16px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .product-pattern-a .inner-content .product-area .product-item .title {
    font-size: 18px;
  }
}
.product-pattern-a .inner-content .product-area .product-item .detail {
  margin-bottom: 16px;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .product-pattern-a .inner-content .product-area .product-item .detail {
    text-align: left;
    font-size: 12px;
    display: none;
  }
}
.product-pattern-a .inner-content .product-area .product-item .spec .price-area {
  display: flex;
  align-items: baseline;
  gap: 8px;
  justify-content: center;
}
.product-pattern-a .inner-content .product-area .product-item .limited-notice {
  display: block;
  max-width: 280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #d32f2f;
  margin-top: 24px;
}
.product-pattern-a .inner-content .product-area .product-item .btn-area {
  padding-top: 24px;
}
@media screen and (max-width: 768px) {
  .product-pattern-a .inner-content .product-area .product-item .btn-area .btn {
    font-size: 14px;
    padding: 8px 12px;
    display: block;
  }
}
.product-pattern-a .inner-footer {
  margin-top: 48px;
  text-align: center;
}
.product-pattern-a .inner-footer p {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .product-pattern-a .inner-footer p {
    font-size: 18px;
  }
}

.product-pattern-b .inner-header {
  text-align: center;
}
.product-pattern-b .inner-content .product-area {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 64px;
}
@media screen and (max-width: 1024px) {
  .product-pattern-b .inner-content .product-area {
    grid-template-columns: repeat(5, 1fr);
    gap: 64px;
  }
}
@media screen and (max-width: 768px) {
  .product-pattern-b .inner-content .product-area {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.product-pattern-b .inner-content .product-area .product-item {
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .product-pattern-b .inner-content .product-area .product-item {
    font-size: 14px;
  }
}
.product-pattern-b .inner-content .product-area .product-item img {
  margin-bottom: 16px;
}
.product-pattern-b .inner-content .product-area .product-item .detail {
  margin-bottom: 16px;
  flex-grow: 1;
}
.product-pattern-b .inner-content .product-area .product-item .spec .price-area {
  display: flex;
  align-items: baseline;
  gap: 8px;
  justify-content: center;
}
.product-pattern-b .inner-content .product-area .product-item .spec .price-area .price-num {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .product-pattern-b .inner-content .product-area .product-item .spec .price-area .price-num {
    font-size: 18px;
  }
}/*# sourceMappingURL=style.css.map */