/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/sass/style.scss ***!
  \****************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
Theme Name: rcmart-site-theme
Description: ロケットマートの公式サイト
Theme URI: https://rocket-mart.net/
Author: Rocket Mart
Author URI: https://rocket-mart.net/
Version: ver1.0.0
*/
/*
0 - 600px:      Phone
600 - 900px:    Tablet portrait
900 - 1200px:   Tablet landscape
[1200 - 1800] is where our noraml styles apply
1800px + :      Big Desktop

$breakpoint argument choices:
-   phone
-   tab-port
-   tab-land
-   big-desktop

1em = 16px
*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  -webkit-text-decoration: none;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@-webkit-keyframes moveInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20rem);
            transform: translate(-20rem);
  }
  80% {
    -webkit-transform: translate(1rem);
            transform: translate(1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes moveInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20rem);
            transform: translate(-20rem);
  }
  80% {
    -webkit-transform: translate(1rem);
            transform: translate(1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes moveInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate(20rem);
            transform: translate(20rem);
  }
  80% {
    -webkit-transform: translate(-1rem);
            transform: translate(-1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes moveInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate(20rem);
            transform: translate(20rem);
  }
  80% {
    -webkit-transform: translate(-1rem);
            transform: translate(-1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes moveInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20rem);
            transform: translateY(20rem);
  }
  80% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes moveInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20rem);
            transform: translateY(20rem);
  }
  80% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    top: 95%;
  }
  100% {
    opacity: 1;
    top: 75%;
  }
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    top: 95%;
  }
  100% {
    opacity: 1;
    top: 75%;
  }
}
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  word-break: break-all;
}

input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
}
@media only screen and (max-width: 75em) {
  html {
    font-size: 56.25%;
  }
}
@media only screen and (max-width: 56.25em) {
  html {
    font-size: 50%;
  }
}

.container {
  max-width: 100%;
  margin: 0 0;
}

body {
  font-size: 16px;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
  -webkit-font-smoothing: antialiased;
}

.link-text {
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.link-text:link, .link-text:visited {
  color: #3c4f6b;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.link-text:hover {
  color: #485f81;
}

.site-title {
  display: block;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  line-height: 1;
  color: #000;
  font-weight: bold;
}
.site-title__first {
  display: block;
  font-size: 2.4rem;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
}
.site-title__first a:link, .site-title__first a:visited {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: currentColor;
}
.site-title__second {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: normal;
}

.heading-section__first {
  display: block;
  font-size: 3.2rem;
  letter-spacing: 4px;
  color: #000;
  line-height: 1;
  margin-bottom: 0.7rem;
}
.heading-section__second {
  letter-spacing: 2px;
  color: #3c4f6b;
}

.heading-page__first {
  font-size: 2.8rem;
  letter-spacing: 2px;
  display: block;
}
.heading-page__second {
  color: #777;
  letter-spacing: 1px;
}

.page-title {
  font-size: 2.8rem;
  letter-spacing: 2px;
}

.u-center-text {
  text-align: center !important;
}

.u-mb-small {
  margin-bottom: 1.5rem !important;
}

.u-mb-medium {
  margin-bottom: 4rem !important;
}

.u-mb-big {
  margin-bottom: 10rem !important;
}
@media only screen and (max-width: 37.5em) {
  .u-mb-big {
    margin-bottom: 6rem !important;
  }
}

.u-mt-small {
  margin-top: 1.5rem !important;
}

.u-mt-medium {
  margin-top: 4rem !important;
}

.u-mt-big {
  margin-top: 8rem !important;
}

.u-mt-huge {
  margin-top: 10rem !important;
}

.u-max-width {
  max-width: 1024px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media only screen and (max-width: 75em) {
  .u-max-width {
    width: 80%;
  }
}
@media only screen and (max-width: 37.5em) {
  .u-max-width {
    width: 90%;
  }
}

.js-fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}
.js-fadein--active {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.btn {
  display: inline-block;
  max-width: 30rem;
  text-align: center;
  padding: 1.5rem 4rem;
  letter-spacing: 2px;
}
.btn--big {
  min-width: 25rem;
  padding: 1.5rem 2rem;
}
@media only screen and (max-width: 37.5em) {
  .btn--big {
    min-width: 0;
    width: 100%;
  }
}
.btn--primary {
  background-color: #ff5851;
  color: #fff;
  border: 1px solid #ff5851;
  -webkit-transition: background-color 0.4s, letter-spacing 0.4s;
  transition: background-color 0.4s, letter-spacing 0.4s;
}
.btn--primary:link, .btn--primary:visited {
  color: white;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.btn--primary:hover {
  background-color: #ff7973;
  border: 1px solid #ff7973;
  letter-spacing: 4px;
}
.btn--secondary {
  background-color: #3c4f6b;
  color: #fff;
  border: 1px solid #3c4f6b;
  -webkit-transition: background-color 0.4s, letter-spacing 0.4s;
  transition: background-color 0.4s, letter-spacing 0.4s;
}
.btn--secondary:link, .btn--secondary:visited {
  color: white;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.btn--secondary:hover {
  background-color: #485f81;
  border: 1px solid #485f81;
  letter-spacing: 4px;
}
.btn--black {
  background-color: #333;
  color: #fff;
  border: 1px solid #333;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.btn--black:link, .btn--black:visited {
  color: white;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.btn--black:hover {
  background-color: rgba(51, 51, 51, 0.8);
}
.btn--white {
  background-color: #fff;
  color: #333;
  border: 1px solid #333;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.btn--white:link, .btn--white:visited {
  color: #333;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.btn--white:hover {
  background-color: #333;
  color: #fff;
}
.btn--ghost {
  background-color: transparent;
  color: #333;
  border: 1px solid #333;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.btn--ghost:link, .btn--ghost:visited {
  color: #333;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.btn--ghost:hover {
  background-color: #333;
  color: #fff;
}

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 56.25em) {
  .btn-group {
    display: block;
    text-align: center;
  }
}
.btn-group .btn:not(:last-child) {
  margin-right: 4rem;
}
@media only screen and (max-width: 56.25em) {
  .btn-group .btn:not(:last-child) {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
@media only screen and (max-width: 56.25em) {
  .card {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 37.5em) {
  .card {
    display: block;
  }
}
.card__link {
  min-height: 25rem;
  background-color: #fff;
  padding: 1.5rem 2rem;
  display: block;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.card__link:link, .card__link:visited {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #333;
}
.card__link:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0.6;
}
@media only screen and (max-width: 37.5em) {
  .card__link {
    height: auto;
    padding: 1.8rem 2.2rem;
  }
}
.card--3cl .card__item {
  width: calc(33.33333333% - 3rem);
  margin-bottom: 3rem;
}
@media only screen and (max-width: 56.25em) {
  .card--3cl .card__item {
    width: 46%;
  }
}
@media only screen and (max-width: 37.5em) {
  .card--3cl .card__item {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.card--3cl .card__item:not(:nth-child(3n)) {
  margin-right: 4.5rem;
}
@media only screen and (max-width: 56.25em) {
  .card--3cl .card__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
.card__heading {
  margin-bottom: 1rem;
}
.card__body {
  height: 8rem;
  color: #777;
  font-size: 1.4rem;
}
@media only screen and (max-width: 37.5em) {
  .card__body {
    height: auto;
  }
}
.card-title {
  display: block;
  height: 5rem;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #333;
}
.card-img {
  width: 100%;
  height: 12rem;
  overflow: hidden;
  position: relative;
  background-color: #000;
}
@media only screen and (max-width: 37.5em) {
  .card-img {
    height: 15rem;
  }
}
.card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}
.card-category {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background-color: #ff5851;
  font-size: 1.2rem;
  letter-spacing: 1px;
  padding: 0.5rem 0.7rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.card-date {
  color: #cccccc;
}

.comments-area .comments-title {
  font-size: 20px;
  margin-bottom: 2.5rem;
}
.comments-area .comment-list {
  list-style: none;
}
.comments-area .comment-body {
  margin-bottom: 3rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eee;
}
.comments-area .comment-meta {
  margin-bottom: 1.5rem;
}
.comments-area .comment-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.comments-area .comment-author img {
  width: 60px;
  height: auto;
  border-radius: 50%;
  border: 1px solid #eee;
  margin-right: 2.5rem;
}
.comments-area .comment-author .url:link, .comments-area .comment-author .url:visited {
  color: #3c4f6b;
}
.comments-area .comment-metadata a:link, .comments-area .comment-metadata a:visited {
  color: #999;
}
.comments-area .comment-content {
  margin-bottom: 2rem;
}
.comments-area .reply {
  text-align: right;
}
.comments-area .reply .comment-reply-link {
  display: inline-block;
  padding: 0.5rem 2rem;
  background-color: #ff5851;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.comments-area .reply .comment-reply-link:link, .comments-area .reply .comment-reply-link:visited {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #fff;
}
.comments-area .reply .comment-reply-link:hover {
  background-color: rgba(255, 88, 81, 0.8);
}
.comments-area .children {
  list-style: none;
}
.comments-area .depth-1 > .children {
  padding-left: 6rem;
}
.comments-area .comment-awaiting-moderation {
  color: #777;
}

.comment-respond .comment-reply-title {
  font-size: 20px;
  margin-bottom: 1.5rem;
}
.comment-respond .comment-reply-title small {
  font-size: 16px;
  margin-left: 1.5rem;
}
.comment-respond .comment-reply-title small a:link, .comment-respond .comment-reply-title small a:visited {
  color: #777;
}
.comment-respond .logged-in-as a:link, .comment-respond .logged-in-as a:visited {
  color: #333;
}
.comment-respond .comment-notes {
  color: #777;
  margin-bottom: 1rem;
}
.comment-respond .comment-form-comment, .comment-respond .comment-form-author, .comment-respond .comment-form-email, .comment-respond .comment-form-url {
  margin-bottom: 2rem;
}
.comment-respond .comment-form-comment textarea, .comment-respond .comment-form-comment input, .comment-respond .comment-form-author textarea, .comment-respond .comment-form-author input, .comment-respond .comment-form-email textarea, .comment-respond .comment-form-email input, .comment-respond .comment-form-url textarea, .comment-respond .comment-form-url input {
  width: 80%;
  padding: 1rem 1.5rem;
  font-size: 16px;
}
@media only screen and (max-width: 37.5em) {
  .comment-respond .comment-form-comment textarea, .comment-respond .comment-form-comment input, .comment-respond .comment-form-author textarea, .comment-respond .comment-form-author input, .comment-respond .comment-form-email textarea, .comment-respond .comment-form-email input, .comment-respond .comment-form-url textarea, .comment-respond .comment-form-url input {
    width: 100%;
  }
}
.comment-respond .comment-form-comment label, .comment-respond .comment-form-author label, .comment-respond .comment-form-email label, .comment-respond .comment-form-url label {
  display: block;
  font-weight: bold;
}
.comment-respond .comment-form-cookies-consent {
  width: 80%;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 37.5em) {
  .comment-respond .comment-form-cookies-consent {
    width: 100%;
  }
}
.comment-respond .form-submit {
  width: 80%;
  text-align: right;
}
@media only screen and (max-width: 37.5em) {
  .comment-respond .form-submit {
    width: 100%;
  }
}
.comment-respond .form-submit input[type=submit] {
  display: inline-block;
  letter-spacing: 1px;
  padding: 1.5rem 2.5rem;
  background-color: #ff5851;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.comment-respond .form-submit input[type=submit]:hover {
  background-color: rgba(255, 88, 81, 0.8);
}

.comments-pagination {
  margin-bottom: 4rem;
}
.comments-pagination a {
  font-size: 16px;
  margin-right: 1rem;
}
.comments-pagination a:link, .comments-pagination a:visited {
  color: #777;
}
.comments-pagination span {
  font-size: 16px;
  margin-right: 1rem;
}

.wpcf7 {
  width: 100%;
}
.wpcf7 .screen-reader-response {
  padding: 1rem 1.5rem;
  border: 2px solid #eee;
  margin-bottom: 2rem;
}
.wpcf7 .screen-reader-response ul {
  padding-left: 2rem;
}
.wpcf7 form {
  color: #000;
}
.wpcf7 form p {
  margin-bottom: 4rem;
}
.wpcf7 form input, .wpcf7 form textarea, .wpcf7 form select {
  font-size: 16px;
  color: #333;
  width: 100%;
  padding: 0.7rem 1rem;
}
.wpcf7 form option {
  padding: 0.7rem 1rem;
}
.wpcf7 form input[type=radio], .wpcf7 form input[type=checkbox] {
  width: 30px;
}
.wpcf7 form .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpcf7 form .wpcf7-list-item .wpcf7-list-item-label {
  margin-right: 1rem;
}
.wpcf7 form input[type=file] {
  font-size: 14px;
}
.wpcf7 form input[type=submit] {
  display: block;
  width: 50%;
  padding: 2rem 0;
  margin: 0 auto;
  background-color: #ff5851;
  color: #fff;
  letter-spacing: 2px;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
@media only screen and (max-width: 37.5em) {
  .wpcf7 form input[type=submit] {
    width: 100%;
  }
}
.wpcf7 form input[type=submit]:hover {
  background-color: rgba(255, 88, 81, 0.8);
}
.wpcf7 form .wpcf7-not-valid-tip {
  display: block;
  color: red;
}
.wpcf7 form .wpcf7-validation-errors {
  color: red;
}
.wpcf7 form .wpcf7-quiz-label {
  margin-right: 1rem;
}

.faq-list__item:not(:last-child) {
  margin-bottom: 48px;
}
.faq-list__question {
  font-size: 24px;
  margin-bottom: 8px;
}
.faq-list__question span:first-child {
  margin-right: 4px;
}

.feature__item {
  height: 50rem;
  background-size: cover;
  position: relative;
}
.feature__item--first {
  background-image: linear-gradient(110deg, rgba(60, 79, 107, 0.8) 0%, rgba(60, 79, 107, 0.8) 50%, rgba(0, 0, 0, 0.6) 50.1%), url(https://rocket-mart.net/wp-content/themes/rcmart/img/optimisation.jpg);
}
.feature__item--second {
  background-image: linear-gradient(70deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(255, 88, 81, 0.8) 50.1%), url(https://rocket-mart.net/wp-content/themes/rcmart/img/mobile.jpg);
}
.feature__item--tertiary {
  background-image: linear-gradient(110deg, rgba(60, 79, 107, 0.8) 0%, rgba(60, 79, 107, 0.8) 50%, rgba(0, 0, 0, 0.6) 50.1%), url(https://rocket-mart.net/wp-content/themes/rcmart/img/simple.jpg);
}
.feature__item--quaternary {
  background-image: linear-gradient(70deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(255, 88, 81, 0.8) 50.1%), url(https://rocket-mart.net/wp-content/themes/rcmart/img/web.jpg);
}
.feature__item:nth-child(odd) .feature__text {
  left: 15%;
}
@media only screen and (max-width: 56.25em) {
  .feature__item:nth-child(odd) .feature__text {
    left: 50%;
  }
}
.feature__item:nth-child(even) .feature__text {
  right: 15%;
}
@media only screen and (max-width: 56.25em) {
  .feature__item:nth-child(even) .feature__text {
    right: 0;
    left: 50%;
  }
}
.feature__text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.9);
  width: 50%;
  min-height: 55%;
  padding: 4rem;
}
@media only screen and (max-width: 56.25em) {
  .feature__text {
    width: 75%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 37.5em) {
  .feature__text {
    width: 90%;
    padding: 2.5rem;
  }
}
.feature__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4rem;
  border-bottom: 1px solid #000;
  color: #000;
}
@media only screen and (max-width: 37.5em) {
  .feature__heading {
    margin-bottom: 2rem;
  }
}
.feature__heading .number {
  background-color: #000;
  font-size: 1.6rem;
  color: #fff;
  padding: 1.5rem;
  margin-right: 2rem;
}
@media only screen and (max-width: 37.5em) {
  .feature__heading .number {
    padding: 1rem;
    margin-right: 1rem;
  }
}
.feature__heading h3 {
  line-height: 1;
  font-size: 2rem;
  letter-spacing: 1px;
}
@media only screen and (max-width: 37.5em) {
  .feature__heading h3 {
    font-size: 14px;
  }
}
.feature__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.feature__body ion-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  font-size: 10rem;
}
@media only screen and (max-width: 37.5em) {
  .feature__body ion-icon {
    display: none;
  }
}
.feature__body .feature-description p:not(:last-child) {
  margin-bottom: 1.2rem;
}

.pagination .screen-reader-text {
  display: none;
}
.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pagination .nav-links .page-numbers {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #ff5851;
  border: 1px solid #ff5851;
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1.5rem;
  text-align: center;
  line-height: 3.5rem;
  margin-bottom: 1.5rem;
}
.pagination .nav-links .page-numbers:not(:last-child) {
  margin-right: 1.3rem;
}
@media only screen and (max-width: 37.5em) {
  .pagination .nav-links .page-numbers:not(:last-child) {
    margin-right: 1.5rem;
  }
}
.pagination .nav-links .page-numbers:not(.current) {
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.pagination .nav-links .page-numbers:not(.current):hover {
  color: #fff;
  background-color: #ff5851;
}
.pagination .nav-links .current {
  color: #fff;
  background-color: #ff5851;
}

.sns-share-btn ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sns-share-btn li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  text-align: center;
  background-color: orangered;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.sns-share-btn li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
  padding: 0.5rem 0;
}
.sns-share-btn .twitter {
  background-color: #55acee;
}
.sns-share-btn .facebook {
  background-color: #3B5998;
}
.sns-share-btn .hatebu {
  background-color: #008FDE;
}
.sns-share-btn .pocket {
  background-color: #EB4654;
}
.sns-share-btn .line {
  background-color: #1dcd00;
}
.sns-share-btn i {
  font-size: 18px;
}
@media only screen and (max-width: 37.5em) {
  .sns-share-btn i {
    font-size: 14px;
  }
}
.sns-share-btn .hatebu-icon {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 17px;
  font-weight: bold;
}
.sns-share-btn .hatebu-icon::before {
  position: absolute;
  content: "B!";
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
@media only screen and (max-width: 37.5em) {
  .sns-share-btn .hatebu-icon {
    font-size: 15px;
  }
}

.theme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 56.25em) {
  .theme {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.theme__item {
  width: calc(33.33333333% - 4rem);
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #eee;
}
@media only screen and (max-width: 56.25em) {
  .theme__item {
    width: 46%;
  }
}
@media only screen and (max-width: 37.5em) {
  .theme__item {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.theme__item:not(:nth-child(3n)) {
  margin-right: 6rem;
}
@media only screen and (max-width: 56.25em) {
  .theme__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
.theme__item:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0.8;
}
.theme__item:hover .theme__link {
  background-color: #f8f8f8;
}
.theme__link {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.theme__link:link, .theme__link:visited {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #333;
}
.theme__heading {
  width: 100%;
  height: 20rem;
  background-color: #000;
  overflow: hidden;
}
.theme__heading img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}
.theme__body {
  padding: 1.5rem 1rem;
}
.theme__title {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 5px;
}
.theme__price {
  display: block;
  color: #999;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
.theme__description {
  letter-spacing: 1px;
}

.widget {
  background-color: #eee;
  padding: 2rem 2rem;
}
.widget:not(:last-child) {
  margin-bottom: 4rem;
}
.widget h2 {
  font-size: 16px;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #fff;
  margin-bottom: 1.5rem;
}
.widget ul {
  list-style: none;
}
.widget li {
  margin-bottom: 1.2rem;
}
.widget a {
  line-height: 1.4;
}
.widget a:link, .widget a:visited {
  color: #777;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.widget video {
  width: 100%;
}
.widget .searchform input {
  display: block;
  width: 100%;
  padding: 1rem 1.5rem;
  border: 2px solid #eee;
}
.widget .searchform input:not(:last-child) {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 37.5em) {
  .widget .searchform input:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.widget .searchform #searchsubmit {
  width: 50%;
  margin: 0 auto;
  background-color: #ff5851;
  color: #fff;
  letter-spacing: 2px;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.widget .searchform #searchsubmit:hover {
  background-color: rgba(255, 88, 81, 0.8);
}
.widget .screen-reader-text {
  display: none;
}

.wp-custom p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 3rem;
}
.wp-custom h2 {
  font-size: 2.2rem;
  color: #333;
  border-bottom: double 3px currentColor;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.wp-custom h3 {
  font-size: 18px;
  padding: 1rem;
  color: #333;
  background: #eee;
  border-left: solid 5px #999;
  margin-bottom: 2rem;
}
.wp-custom h4 {
  font-size: 18px;
  margin-bottom: 1rem;
}
.wp-custom img {
  width: 100%;
  height: auto;
}
.wp-custom table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
}
.wp-custom table th, .wp-custom table td {
  padding: 0.5rem 1rem;
  border: 2px solid #eee;
}
.wp-custom table th {
  background-color: #cccccc;
}
.wp-custom ul:not([class]) {
  padding-left: 3rem;
  margin-bottom: 2rem;
}

figcaption {
  color: #cccccc;
}

iframe {
  width: 100%;
}

pre {
  margin-bottom: 2rem;
}

blockquote {
  color: #777;
  border: 1px solid #f8f8f8;
  background-color: #f8f8f8;
  padding: 1.5rem 2rem;
  margin-bottom: 2rem;
}
blockquote cite {
  color: #999;
}

.wp-block-file {
  margin-bottom: 2rem;
}
.wp-block-file a:first-child {
  margin-right: 2rem;
}
.wp-block-file__button {
  display: inline-block;
  text-align: center;
  padding: 1rem 2rem;
  letter-spacing: 1px;
  border: 1px solid #ff5851;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.wp-block-file__button:link, .wp-block-file__button:visited {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #ff5851;
}
.wp-block-file__button:hover {
  color: #fff;
  background-color: #ff5851;
}

.wp-block-gallery {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}
.wp-block-gallery.columns-1 .blocks-gallery-item {
  width: 100%;
}
.wp-block-gallery.columns-3, .wp-block-gallery.columns-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 37.5em) {
  .wp-block-gallery.columns-3, .wp-block-gallery.columns-2 {
    display: block;
  }
}
.wp-block-gallery.columns-3 .blocks-gallery-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
}
.wp-block-gallery.columns-2 .blocks-gallery-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}
.wp-block-gallery figure {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1rem;
}
.wp-block-gallery img {
  width: 100%;
  height: auto;
}

.wp-block-embed {
  width: 100%;
  margin-bottom: 2rem;
  overflow: hidden;
}
.wp-block-embed iframe {
  width: 100%;
}

.wp-block-columns {
  margin-bottom: 2rem;
}
.wp-block-columns.has-2-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 37.5em) {
  .wp-block-columns.has-2-columns {
    display: block;
  }
}
.wp-block-columns.has-2-columns .wp-block-column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}

.wp-block-separator {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  color: #eee;
}
.wp-block-separator.is-style-wide {
  width: 100%;
}
.wp-block-separator.is-style-dots {
  border-top: 3px dotted currentColor;
}

.wp-block-button {
  margin-bottom: 2rem;
}
.wp-block-button__link {
  display: inline-block;
  text-align: center;
  padding: 1.5rem 2rem;
  letter-spacing: 1px;
  background-color: #ff5851;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.wp-block-button__link:link, .wp-block-button__link:visited {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #fff;
}
.wp-block-button__link:hover {
  background-color: rgba(255, 88, 81, 0.8);
}

.wp-block-media-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 37.5em) {
  .wp-block-media-text {
    display: block;
  }
}
.wp-block-media-text__media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  margin-right: 4rem;
}
@media only screen and (max-width: 37.5em) {
  .wp-block-media-text__media {
    margin-right: 0;
  }
}
.wp-block-media-text__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}

.wp-block-latest-comments {
  list-style: none;
  border: 2px solid #eee;
  padding: 1.5rem 2.5rem;
  margin-bottom: 2rem;
}
.wp-block-latest-comments__comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-block-latest-comments__comment:not(:last-child) {
  margin-bottom: 2rem;
}
.wp-block-latest-comments__comment-meta a:link, .wp-block-latest-comments__comment-meta a:visited {
  color: #777;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-avatar {
  width: 60px;
  border-radius: 50%;
  margin-right: 4rem;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
  font-size: 14px;
  margin-bottom: 0;
}

.wp-block-search {
  margin-bottom: 2rem;
}
.wp-block-search__label {
  display: block;
  font-weight: bold;
  letter-spacing: 1px;
}
@media only screen and (max-width: 37.5em) {
  .wp-block-search__label {
    margin-bottom: 0.5rem;
  }
}
.wp-block-search__input {
  font-size: 16px;
  width: 40rem;
  margin-right: 1.5rem;
}
@media only screen and (max-width: 37.5em) {
  .wp-block-search__input {
    display: block;
    width: 70%;
    margin-bottom: 1rem;
  }
}
.wp-block-search__button {
  display: inline-block;
  background-color: #ff5851;
  border: none;
  color: #fff;
  letter-spacing: 1px;
  padding: 0.5rem 2rem;
  cursor: pointer;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.wp-block-search__button:hover {
  background-color: rgba(255, 88, 81, 0.8);
}

.wp-block-tag-cloud a:link, .wp-block-tag-cloud a:visited,
.wp-block-archives a:link,
.wp-block-archives a:visited,
.wp-block-categories a:link,
.wp-block-categories a:visited,
.wp-block-latest-posts a:link,
.wp-block-latest-posts a:visited {
  color: #777;
}

.multi-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 56.25em) {
  .multi-column {
    display: block;
  }
}
.multi-column__left {
  width: 70%;
}
@media only screen and (max-width: 56.25em) {
  .multi-column__left {
    margin-bottom: 6rem;
    width: 100%;
  }
}
.multi-column__left--small {
  width: 65%;
}
@media only screen and (max-width: 56.25em) {
  .multi-column__left--small {
    width: 100%;
  }
}
.multi-column__right {
  width: 25%;
}
@media only screen and (max-width: 56.25em) {
  .multi-column__right {
    width: 100%;
  }
}

.footer {
  min-height: 20rem;
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #333;
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 56.25em) {
  .footer__nav {
    display: block;
  }
}
.footer__logo-link {
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 2px;
}
.footer__logo-link:link, .footer__logo-link:visited {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.footer__logo-info {
  display: block;
  padding: 5px 0;
  color: #fff;
  font-size: 10px;
  letter-spacing: 1px;
}
.footer__copyright {
  font-size: 12px;
  color: #fff;
}

.header--top {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url(https://rocket-mart.net/wp-content/themes/rcmart/img//main-img01.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(https://rocket-mart.net/wp-content/themes/rcmart/img//main-img01.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}
.header__bar {
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.header__bar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 56.25em) {
  .header__nav {
    display: none;
  }
}
.header__copy {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
}
@media only screen and (max-width: 37.5em) {
  .header__copy {
    width: 90%;
  }
}
.header__copy .copy-first {
  display: block;
  font-size: 4.2rem;
  margin-bottom: 1.6rem;
  -webkit-animation: moveInLeft 1.2s 0.2s both;
          animation: moveInLeft 1.2s 0.2s both;
}
@media only screen and (max-width: 56.25em) {
  .header__copy .copy-first {
    font-size: 3.8rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .header__copy .copy-first {
    letter-spacing: 2px;
  }
}
.header__copy .copy-first span {
  font-size: 5.2rem;
  letter-spacing: 4px;
}
@media only screen and (max-width: 56.25em) {
  .header__copy .copy-first span {
    font-size: 4.6rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .header__copy .copy-first span {
    font-size: 4.2rem;
    letter-spacing: 2px;
  }
}
.header__copy .copy-first br {
  display: none;
}
@media only screen and (max-width: 37.5em) {
  .header__copy .copy-first br {
    display: block;
  }
}
.header__copy .copy-second {
  display: block;
  font-size: 2.8rem;
  letter-spacing: 2px;
  -webkit-animation: moveInRight 1.2s 0.2s both;
          animation: moveInRight 1.2s 0.2s both;
}
.header__btn {
  width: 100%;
  position: absolute;
  text-align: center;
  bottom: 15vh;
  -webkit-animation: moveInBottom 1.2s 0.4s both;
          animation: moveInBottom 1.2s 0.4s both;
}

.main-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-nav li:not(:last-child) {
  margin-right: 2rem;
}
.main-nav a {
  padding: 2rem 1.5rem;
  letter-spacing: 1px;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.main-nav a:link, .main-nav a:visited {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #333;
}
.main-nav a:hover {
  color: #485f81;
}

.drawer-nav {
  width: 40vw;
  height: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform: translate(40vw);
      -ms-transform: translate(40vw);
          transform: translate(40vw);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 11;
  background-color: #fff;
  padding-top: 7rem;
  opacity: 0;
}
@media only screen and (max-width: 37.5em) {
  .drawer-nav {
    width: 70vw;
    -webkit-transform: translate(70vw);
        -ms-transform: translate(70vw);
            transform: translate(70vw);
  }
}
.drawer-nav.js-nav-active {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}
.drawer-nav a, .drawer-nav i {
  color: #333;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.drawer-nav a {
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.drawer-nav a:hover {
  color: #806413;
}
.drawer-nav .menu {
  width: 100%;
}
.drawer-nav .parent-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.drawer-nav .parent-wrap a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90%;
          flex: 0 0 90%;
  margin-right: 2.5rem;
}
.drawer-nav .parent-wrap i {
  font-size: 2.4rem;
  cursor: pointer;
}
.drawer-nav .parent-wrap + ul {
  display: none;
  background-color: #eee;
}
.drawer-nav .parent-wrap + ul a {
  padding-left: 2rem;
}
@media only screen and (max-width: 37.5em) {
  .drawer-nav .parent-wrap + ul a {
    padding-left: 2rem;
  }
}
.drawer-nav .menu-item,
.drawer-nav .parent-wrap {
  padding: 1.2rem 2rem 1.2rem 1rem;
  border-bottom: 1px solid #cccccc;
}
@media only screen and (max-width: 37.5em) {
  .drawer-nav .menu-item,
  .drawer-nav .parent-wrap {
    padding: 1.2rem 3rem 1.2rem 1rem;
  }
}
.drawer-nav .menu-item a {
  display: block;
  width: 90%;
}

.drawer-overlay {
  display: none;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 10;
}

.drawer-btn {
  display: none;
  position: fixed;
  top: 1.2rem;
  right: 3rem;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.3);
  cursor: pointer;
  z-index: 12;
}
@media only screen and (max-width: 56.25em) {
  .drawer-btn {
    display: block;
  }
}
@media only screen and (max-width: 37.5em) {
  .drawer-btn {
    right: 2rem;
  }
}
.drawer-btn--sub {
  top: 1.5rem;
}
@media only screen and (max-width: 37.5em) {
  .drawer-btn--sub {
    top: 2rem;
  }
}
.drawer-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.drawer-btn span, .drawer-btn span::before, .drawer-btn span::after {
  width: 2rem;
  height: 2px;
  background-color: #333;
  display: inline-block;
}
.drawer-btn span::before, .drawer-btn span::after {
  content: "";
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.drawer-btn span::before {
  top: -0.8rem;
}
.drawer-btn span::after {
  top: 0.8rem;
}
.drawer-btn--active {
  background-color: #333;
}
.drawer-btn--active span {
  background-color: transparent;
}
.drawer-btn--active span::before {
  background-color: #fff;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 0;
}
.drawer-btn--active span::after {
  background-color: #fff;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 0;
}

.footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 56.25em) {
  .footer-nav ul {
    display: block;
  }
}
.footer-nav li:not(:last-child) {
  margin-right: 4rem;
}
@media only screen and (max-width: 56.25em) {
  .footer-nav li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.footer-nav a {
  padding-bottom: 0.5rem;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.footer-nav a:link, .footer-nav a:visited {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.footer-nav a:hover {
  color: #777;
}

.heading-concept {
  font-size: 3.6rem;
  letter-spacing: 2px;
  font-weight: normal;
  color: #000;
  text-align: center;
}
@media only screen and (max-width: 37.5em) {
  .heading-concept {
    text-align: left;
    font-size: 3.2rem;
  }
}
.heading-concept span {
  color: #ff5851;
}

.concept-body {
  width: 50%;
  margin: 0 auto;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 56.25em) {
  .concept-body {
    width: 70%;
  }
}
@media only screen and (max-width: 37.5em) {
  .concept-body {
    width: 100%;
    text-align: left;
  }
}
.concept-body p {
  margin-bottom: 2.8rem;
}
.concept-body .emphasis {
  color: #ff5851;
  font-size: 24px;
}

.section-top-case {
  padding-top: 6rem;
  border-top: 1px solid #eee;
}

.case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 56.25em) {
  .case {
    display: block;
  }
}
.case__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28%;
          flex: 0 0 28%;
}
@media only screen and (max-width: 56.25em) {
  .case__item {
    margin-bottom: 6rem;
  }
}
.case__icon {
  width: 10rem;
  height: 10rem;
  background-color: #333;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 4rem;
  position: relative;
}
@media only screen and (max-width: 56.25em) {
  .case__icon {
    margin-bottom: 2rem;
  }
}
.case__icon .c-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 40px;
  color: #fff;
}
.case__title {
  color: #000;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 1.2rem;
}

.section-top-theme {
  padding-top: 6rem;
  padding-bottom: 6rem;
  border-top: 1px solid #eee;
}

.section-top-blog {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #f2f2f2;
}

.heading-info {
  font-size: 2rem;
  font-weight: normal;
  color: #999;
}
.heading-info span {
  color: #333;
}

.info-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.media {
  margin-bottom: 3rem;
}
.media__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #eee;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
@media only screen and (max-width: 37.5em) {
  .media__link {
    display: block;
  }
}
.media__link:link, .media__link:visited {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: currentColor;
}
.media__link:hover {
  background-color: #eee;
}
.media__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  height: 23rem;
  overflow: hidden;
}
@media only screen and (max-width: 37.5em) {
  .media__img {
    padding: 2rem 2rem 0 2rem;
  }
}
.media__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.media__body {
  padding: 2rem 2.5rem;
}
.media__date {
  color: #777;
  display: block;
  margin-bottom: 0.5rem;
}
.media__title {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.4;
  margin-bottom: 2rem;
}
.media__excerpt {
  color: #777;
}

.article {
  border-bottom: 1px solid #eee;
}
.article__date {
  color: #777;
  margin-bottom: 0.5rem;
}
.article__date .date-new {
  margin-right: 2rem;
}
.article__main-img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.article__main-img img {
  width: 100%;
}
.article__heading--title {
  color: #333;
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.article__pagination {
  font-size: 16px;
}
.article__pagination .post-page-numbers {
  margin-right: 1rem;
}

.tag-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tag-list__item {
  margin-right: 2rem;
  margin-bottom: 2rem;
}
.tag-list__link:link, .tag-list__link:visited {
  color: #999;
}

.article-category {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  background-color: #3c4f6b;
  border: 1px solid #3c4f6b;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
}

.post-link__prev span, .post-link__next span {
  font-weight: bold;
}
.post-link__prev a:link, .post-link__prev a:visited, .post-link__next a:link, .post-link__next a:visited {
  color: #333;
}
.post-link__prev {
  text-align: left;
  margin-bottom: 1.5rem;
}
.post-link__next {
  text-align: right;
}

.contact-form__description {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.contact-form__description p:not(:last-child) {
  margin-bottom: 2rem;
}
.contact-form__description .note {
  color: #ff5851;
}
.contact-form__form {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 37.5em) {
  .contact-form__form {
    width: 100%;
  }
}

.policy__item:not(:last-child) {
  margin-bottom: 2.5rem;
}
.policy__heading {
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
}
.policy__list {
  padding-left: 3rem;
}
.policy__list li {
  margin-bottom: 1rem;
}
.policy__list li .policy-note {
  display: block;
  color: #777;
}
.policy__list li .policy-note:not(:last-child) {
  margin-bottom: 5px;
}

.purchase-form__description p:not(:last-child) {
  margin-bottom: 2rem;
}
.purchase-form__step {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #3c4f6b;
  padding: 2rem;
}
@media only screen and (max-width: 37.5em) {
  .purchase-form__step {
    width: 100%;
  }
}
.purchase-form__step-list {
  padding-left: 2rem;
}
.purchase-form__step-list li:not(:last-child) {
  margin-bottom: 2rem;
}
.purchase-form__step-list .purchase-note {
  display: block;
  color: #777;
}
.purchase-form__form {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 37.5em) {
  .purchase-form__form {
    width: 100%;
  }
}

.tokusho__name img {
  position: relative;
  top: 5px;
}
.tokusho table {
  border-collapse: collapse;
  border: 1px solid #eee;
  margin: 0 auto;
}
.tokusho table th, .tokusho table td {
  padding: 15px 10px;
  border: 1px solid #eee;
}
.tokusho table th {
  background-color: #f8f8f8;
}

.search-item {
  border-bottom: 1px solid #eee;
  padding-bottom: 2rem;
  margin-bottom: 6rem;
}
.search-item__link:link {
  color: #333;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.search-item__heading {
  margin-bottom: 2rem;
}

.general-page {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 37.5em) {
  .general-page {
    width: 100%;
  }
}
.general-page__main-img {
  width: 100%;
  height: auto;
}
.general-page__main-img img {
  width: 100%;
}

.theme-title__first {
  display: block;
  font-size: 4.2rem;
  letter-spacing: 2px;
  color: #000;
}
.theme-title__second {
  letter-spacing: 1px;
  color: #3c4f6b;
}

.theme-price {
  font-size: 2.4rem;
  letter-spacing: 2px;
  color: #999;
}
.theme-price .tax {
  font-size: 1.8rem;
}

.theme-main-img {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  height: 50rem;
  overflow: hidden;
}
@media only screen and (max-width: 56.25em) {
  .theme-main-img {
    height: 30rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .theme-main-img {
    height: 20rem;
  }
}
.theme-main-img img {
  width: 100%;
  height: auto;
}

.theme-link-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.theme-copy__heading {
  font-size: 3.2rem;
  letter-spacing: 2px;
  line-height: 1.6;
  margin-bottom: 6rem;
}
.theme-copy__body {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 56.25em) {
  .theme-copy__body {
    width: 100%;
  }
}
.theme-copy__body p {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 37.5em) {
  .theme-copy__body p {
    line-height: 2;
    margin-bottom: 3.2rem;
  }
}

.theme-feature__item {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.theme-feature__item .theme-feature__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 37.5em) {
  .theme-feature__item .theme-feature__container {
    display: block;
  }
}
.theme-feature__item:nth-child(odd) {
  background-color: #f2f2f2;
}
.theme-feature__item:nth-child(even) .theme-feature__container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.theme-feature__img {
  width: 45%;
  height: auto;
}
@media only screen and (max-width: 37.5em) {
  .theme-feature__img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.theme-feature__img img {
  width: 100%;
  height: auto;
}
.theme-feature__body {
  width: 50%;
}
@media only screen and (max-width: 37.5em) {
  .theme-feature__body {
    width: 100%;
  }
}
.theme-feature__heading {
  font-size: 2.4rem;
  color: #000;
  margin-bottom: 2rem;
}
.theme-feature__description p {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 37.5em) {
  .theme-feature__description p {
    margin-bottom: 2rem;
    line-height: 2;
  }
}

.section-theme-functions {
  border-bottom: 1px solid #eee;
}

.theme-functions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 56.25em) {
  .theme-functions {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.theme-functions__item {
  width: calc(25% - 3rem);
  margin-bottom: 6rem;
}
@media only screen and (max-width: 56.25em) {
  .theme-functions__item {
    width: 46%;
  }
}
@media only screen and (max-width: 37.5em) {
  .theme-functions__item {
    width: 100%;
    margin-bottom: 6rem;
  }
}
.theme-functions__item:not(:nth-child(4n)) {
  margin-right: 4rem;
}
@media only screen and (max-width: 56.25em) {
  .theme-functions__item:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
.theme-functions__img {
  width: 100%;
  border: 2px solid #eee;
  margin-bottom: 1.5rem;
}
.theme-functions__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.theme-functions__heading {
  font-weight: bold;
  color: #3c4f6b;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 37.5em) {
  .theme-functions__heading {
    font-size: 20px;
  }
}
.theme-functions__description p:not(:last-child) {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 37.5em) {
  .theme-functions__description p:not(:last-child) {
    margin-bottom: 2rem;
    line-height: 2;
  }
}

.theme-options-section {
  border-bottom: 1px solid #eee;
  padding-bottom: 8rem;
}

.theme-options__item {
  border: 4px solid #eee;
}
.theme-options__item:not(:last-child) {
  margin-bottom: 6rem;
}
.theme-options__heading {
  background-color: #eee;
  padding: 1.5rem 2rem;
  font-size: 2rem;
  letter-spacing: 2px;
}
.theme-options__body {
  padding: 2rem 2rem;
}
.theme-options__description {
  margin-bottom: 2rem;
}
.theme-options__description p:not(:last-child) {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 37.5em) {
  .theme-options__description p:not(:last-child) {
    margin-bottom: 2rem;
    line-height: 2;
  }
}
.theme-options__price {
  margin-bottom: 1rem;
}
.theme-options__price-heading {
  color: #3c4f6b;
  margin-bottom: 5px;
}
.theme-options__time {
  margin-bottom: 1rem;
}
.theme-options__time-heading {
  color: #3c4f6b;
  margin-bottom: 5px;
}
.theme-options-note {
  color: #ff5851;
}

.theme-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 56.25em) {
  .theme-info {
    display: block;
  }
}
.theme-info__img {
  width: 50%;
}
@media only screen and (max-width: 56.25em) {
  .theme-info__img {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.theme-info__img img {
  width: 100%;
  height: auto;
}
.theme-info__body {
  width: 40%;
}
@media only screen and (max-width: 56.25em) {
  .theme-info__body {
    width: 100%;
    text-align: center;
  }
}
.theme-info__heading {
  font-size: 3.2rem;
  color: #000;
}
.theme-info__price {
  display: block;
  font-size: 2.4rem;
  letter-spacing: 2px;
  color: #999;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 56.25em) {
  .theme-info__price {
    margin-bottom: 2.5rem;
  }
}
.theme-info__price .tax {
  font-size: 1.8rem;
}
.theme-info__description ul {
  padding-left: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 56.25em) {
  .theme-info__description ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 4rem;
  }
}
.theme-info__requirement {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #eee;
  margin-bottom: 2rem;
}
.theme-info__requirement th, .theme-info__requirement td {
  padding: 15px 10px;
  border: 1px solid #eee;
}
.theme-info__requirement th {
  background-color: #f8f8f8;
  letter-spacing: 1px;
}
.theme-info__note {
  color: #ff5851;
}

.theme-faq-section {
  border-bottom: 1px solid #eee;
  padding-bottom: 8rem;
}

.theme-faq__list {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 56.25em) {
  .theme-faq__list {
    width: 100%;
  }
}

.theme-purchase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 56.25em) {
  .theme-purchase {
    display: block;
  }
}
.theme-purchase__item {
  width: 45%;
  border: 4px solid #eee;
  padding: 2rem 2.5rem;
}
@media only screen and (max-width: 56.25em) {
  .theme-purchase__item {
    width: 100%;
  }
  .theme-purchase__item:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.theme-purchase__heading {
  color: #3c4f6b;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 2rem;
}
.theme-purchase__step-list {
  padding-left: 2rem;
  margin-bottom: 4rem;
}
.theme-purchase__step-list li {
  margin-bottom: 1rem;
}
.theme-purchase__step-list .purchase-note {
  display: block;
  color: #777;
}
@media only screen and (max-width: 56.25em) {
  .theme-purchase__btn {
    text-align: center;
  }
}
@media only screen and (max-width: 37.5em) {
  .theme-purchase__btn {
    width: 100%;
  }
}

.theme-archive-info__body {
  padding: 2rem 2rem;
}

/*# sourceMappingURL=style.css.map*/