@charset "UTF-8";
/* Document
   ========================================================================== */
/* line 4, ../scss/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/* line 15, ../scss/_normalize.scss */
body {
  margin: 0;
}

/* line 20, ../scss/_normalize.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/* line 32, ../scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/* line 42, ../scss/_normalize.scss */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/* line 49, ../scss/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 55, ../scss/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* line 63, ../scss/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/* line 73, ../scss/_normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/* line 80, ../scss/_normalize.scss */
a:active,
a:hover {
  outline-width: 0;
}

/* line 87, ../scss/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/* line 94, ../scss/_normalize.scss */
b,
strong {
  font-weight: inherit;
}

/* line 100, ../scss/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/* line 107, ../scss/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* line 115, ../scss/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 120, ../scss/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/* line 126, ../scss/_normalize.scss */
small {
  font-size: 80%;
}

/* line 132, ../scss/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 140, ../scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 144, ../scss/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/* line 152, ../scss/_normalize.scss */
audio,
video {
  display: inline-block;
}

/* line 158, ../scss/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 163, ../scss/_normalize.scss */
img {
  border-style: none;
}

/* line 168, ../scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/* line 177, ../scss/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/* line 190, ../scss/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/* line 197, ../scss/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/* line 205, ../scss/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/* line 213, ../scss/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* line 222, ../scss/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* line 230, ../scss/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 240, ../scss/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/* line 251, ../scss/_normalize.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/* line 258, ../scss/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 264, ../scss/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/* line 271, ../scss/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 278, ../scss/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/* line 284, ../scss/_normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 291, ../scss/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/* line 301, ../scss/_normalize.scss */
details,
menu {
  display: block;
}

/* line 307, ../scss/_normalize.scss */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/* line 315, ../scss/_normalize.scss */
canvas {
  display: inline-block;
}

/* line 320, ../scss/_normalize.scss */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/* line 328, ../scss/_normalize.scss */
[hidden] {
  display: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 3, ../scss/_common.scss */
body::-webkit-scrollbar {
  display: none;
}

@media screen and (min-width: 1270px) {
  /* line 7, ../scss/_common.scss */
  .container {
    width: 1240px;
  }
}

/* line 13, ../scss/_common.scss */
img {
  max-width: 100%;
}

/* line 17, ../scss/_common.scss */
.btn-gray {
  text-align: center;
}
/* line 19, ../scss/_common.scss */
.btn-gray a {
  display: inline-block;
  font-family: "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #000;
  background-color: #f2f2f2;
  text-align: center;
  padding: 1.5rem 5rem;
}
@media screen and (min-width: 992px) {
  /* line 19, ../scss/_common.scss */
  .btn-gray a {
    padding: 1.5rem 8rem;
  }
}
/* line 29, ../scss/_common.scss */
.btn-gray a:hover, .btn-gray a:focus {
  opacity: 0.8;
  text-decoration: none;
}

/* line 1, ../scss/_global.scss */
.ec-layoutRole__header {
  margin-top: 76px;
  position: relative;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  /* line 1, ../scss/_global.scss */
  .ec-layoutRole__header {
    margin-top: 0;
  }
}

/* line 10, ../scss/_global.scss */
.ec-layoutRole .ec-layoutRole__contents {
  max-width: none;
}

/* line 18, ../scss/_global.scss */
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before {
  top: 1.1em;
}

/* line 26, ../scss/_global.scss */
.ec-headerNavSP {
  border-radius: 0;
  border-color: 1px solid #f2f2f2;
  margin: 0 auto;
  position: static;
}
@media screen and (min-width: 768px) {
  /* line 26, ../scss/_global.scss */
  .ec-headerNavSP {
    display: block;
  }
}

/* line 35, ../scss/_global.scss */
.ec-drawerRoleClose {
  border-radius: 0;
  border-color: 1px solid #f2f2f2;
}

@media screen and (min-width: 768px) {
  /* line 41, ../scss/_global.scss */
  .have_curtain .ec-overlayRole {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  /* line 48, ../scss/_global.scss */
  .ec-drawerRoleClose.is_active {
    display: block;
  }
}

/* line 55, ../scss/_global.scss */
.ec-drawerRole::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 58, ../scss/_global.scss */
  .ec-drawerRole.is_active {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  /* line 64, ../scss/_global.scss */
  .ec-itemNav__nav {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  /* line 68, ../scss/_global.scss */
  .ec-itemNav__nav li {
    float: none;
  }
}
/* line 72, ../scss/_global.scss */
.ec-itemNav__nav li a {
  display: block;
  text-align: left;
}

/* line 79, ../scss/_global.scss */
.ec-blockTopBtn {
  border-radius: 50%;
  width: 40px;
  right: 5px;
}

/* line 85, ../scss/_global.scss */
.footer {
  background-image: url(../images/common/bg_footer.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 5rem;
  padding: 4rem 0 6rem;
}
@media screen and (min-width: 768px) {
  /* line 85, ../scss/_global.scss */
  .footer {
    margin-top: 8rem;
  }
}
/* line 95, ../scss/_global.scss */
.footer .footer-row {
  border-bottom: 1px solid #fff;
  padding-bottom: 5rem;
}
/* line 99, ../scss/_global.scss */
.footer h1 {
  font-size: 12px;
  color: #fff;
  line-height: 2;
  margin: 0;
}
/* line 104, ../scss/_global.scss */
.footer h1 span {
  font-size: 18px;
}
/* line 108, ../scss/_global.scss */
.footer p {
  font-size: 12px;
  color: #fff;
  line-height: 2;
}
/* line 113, ../scss/_global.scss */
.footer ul {
  letter-spacing: -0.4em;
  list-style: none;
  text-align: right;
  padding: 0;
  margin: 1rem 0 0;
}
@media screen and (min-width: 768px) {
  /* line 113, ../scss/_global.scss */
  .footer ul {
    margin: 0;
  }
}
/* line 123, ../scss/_global.scss */
.footer li {
  display: inline-block;
  letter-spacing: normal;
  margin-bottom: 0.75rem;
}
/* line 127, ../scss/_global.scss */
.footer li a {
  font-size: 12px;
  color: #fff;
  border-right: 1px solid #fff;
  padding: 0.25rem 1rem;
}

@media screen and (min-width: 768px) {
  /* line 136, ../scss/_global.scss */
  .subpage-hero {
    padding-top: 179px;
  }
}
/* line 140, ../scss/_global.scss */
.subpage-hero .hero-black-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  background-color: #000;
  padding-top: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
/* line 153, ../scss/_global.scss */
.subpage-hero .hero-black-area .ec-headerNavSP {
  position: absolute;
  left: 8px;
  top: 18px;
}
@media screen and (min-width: 768px) {
  /* line 153, ../scss/_global.scss */
  .subpage-hero .hero-black-area .ec-headerNavSP {
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
  }
}
/* line 165, ../scss/_global.scss */
.subpage-hero .marushin-logo {
  text-align: center;
  padding: 8px 8px 8px 0;
}
@media screen and (min-width: 768px) {
  /* line 165, ../scss/_global.scss */
  .subpage-hero .marushin-logo {
    margin: 1rem 0;
  }
}
@media screen and (min-width: 768px) {
  /* line 171, ../scss/_global.scss */
  .subpage-hero .marushin-logo img {
    height: auto;
  }
}
/* line 178, ../scss/_global.scss */
.subpage-hero .marushin-title {
  font-family: "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #f7f7f7;
}
/* line 181, ../scss/_global.scss */
.subpage-hero .marushin-title h1 {
  font-size: 30px;
  width: auto;
  height: auto;
  text-align: center;
  margin: 0;
  position: static;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
@media screen and (min-width: 768px) {
  /* line 181, ../scss/_global.scss */
  .subpage-hero .marushin-title h1 {
    display: block;
  }
}
/* line 195, ../scss/_global.scss */
.subpage-hero .marushin-title h1 span {
  writing-mode: horizontal-tb;
  letter-spacing: 8px;
}
/* line 200, ../scss/_global.scss */
.subpage-hero .marushin-title a {
  color: #fff;
}
/* line 202, ../scss/_global.scss */
.subpage-hero .marushin-title a:hover, .subpage-hero .marushin-title a:focus {
  text-decoration: none;
  opacity: 0.8;
}

/* line 211, ../scss/_global.scss */
.subpage-foot-wrapper {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  /* line 211, ../scss/_global.scss */
  .subpage-foot-wrapper {
    margin-top: 8rem;
  }
}

/* line 219, ../scss/_global.scss */
body:not(.front_page) .bottom-catch {
  margin-top: 40%;
}
@media screen and (min-width: 768px) {
  /* line 219, ../scss/_global.scss */
  body:not(.front_page) .bottom-catch {
    margin-top: 120px;
  }
}

/* line 227, ../scss/_global.scss */
.subpage-title {
  color: #000;
  background-color: #fbf6f1;
  padding: 4rem 0 6rem;
}
@media screen and (min-width: 768px) {
  /* line 227, ../scss/_global.scss */
  .subpage-title {
    padding: 6rem 0 8rem;
  }
}
/* line 234, ../scss/_global.scss */
.subpage-title h2 {
  font-family: "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 24px;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 768px) {
  /* line 234, ../scss/_global.scss */
  .subpage-title h2 {
    font-size: 32px;
  }
}
/* line 242, ../scss/_global.scss */
.subpage-title h2 span {
  display: block;
  font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 12px;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  /* line 242, ../scss/_global.scss */
  .subpage-title h2 span {
    font-size: 14px;
  }
}

/* line 256, ../scss/_global.scss */
.ec-searchnavRole .ec-searchnavRole__infos {
  border: none;
}

/* line 1, ../scss/_top.scss */
.hero-wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  /* line 1, ../scss/_top.scss */
  .hero-wrapper {
    flex-direction: row;
  }
}

/* line 9, ../scss/_top.scss */
.hero-black-area {
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  /* line 9, ../scss/_top.scss */
  .hero-black-area {
    width: 305px;
    height: 820px;
    padding-top: 56px;
    position: static;
  }
}
/* line 21, ../scss/_top.scss */
.hero-black-area .ec-headerNavSP {
  position: absolute;
  left: 8px;
  top: 18px;
}
@media screen and (min-width: 768px) {
  /* line 21, ../scss/_top.scss */
  .hero-black-area .ec-headerNavSP {
    position: static;
    left: auto;
    top: auto;
  }
}

/* line 33, ../scss/_top.scss */
.hero-image-area {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/top/hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 768px) {
  /* line 33, ../scss/_top.scss */
  .hero-image-area {
    width: 100%;
    height: 820px;
  }
}
@media screen and (min-width: 1440px) {
  /* line 33, ../scss/_top.scss */
  .hero-image-area {
    padding-right: 305px;
  }
}
/* line 48, ../scss/_top.scss */
.hero-image-area .hero-image-contents {
  text-align: center;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  /* line 48, ../scss/_top.scss */
  .hero-image-area .hero-image-contents {
    padding: 0;
  }
}
/* line 55, ../scss/_top.scss */
.hero-image-area .main-catch {
  margin: 24px 0 20px;
}
/* line 58, ../scss/_top.scss */
.hero-image-area h2 {
  font-family: "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: left;
  margin: 0;
}
@media screen and (min-width: 768px) {
  /* line 58, ../scss/_top.scss */
  .hero-image-area h2 {
    font-size: 24px;
  }
}

/* line 72, ../scss/_top.scss */
.marushin-logo {
  text-align: center;
  padding: 8px 8px 8px 0;
}
@media screen and (min-width: 768px) {
  /* line 72, ../scss/_top.scss */
  .marushin-logo {
    margin: 64px 0 56px;
    padding: 0;
  }
}
/* line 79, ../scss/_top.scss */
.marushin-logo img {
  height: 60px;
}
@media screen and (min-width: 768px) {
  /* line 79, ../scss/_top.scss */
  .marushin-logo img {
    height: auto;
  }
}

/* line 87, ../scss/_top.scss */
.marushin-title {
  font-family: "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #fff;
}
@media screen and (min-width: 768px) {
  /* line 87, ../scss/_top.scss */
  .marushin-title {
    position: relative;
  }
}
/* line 93, ../scss/_top.scss */
.marushin-title h1 {
  display: none;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  /* line 93, ../scss/_top.scss */
  .marushin-title h1 {
    display: block;
    width: 33px;
    height: 380px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
/* line 107, ../scss/_top.scss */
.marushin-title h1 span {
  writing-mode: vertical-rl;
  letter-spacing: 8px;
}

/* line 114, ../scss/_top.scss */
.pickup-products {
  background-color: #f4f4f4;
  overflow: hidden;
  padding: 30px 0 40px;
}
@media screen and (min-width: 992px) {
  /* line 114, ../scss/_top.scss */
  .pickup-products {
    padding: 72px 0 40px;
  }
}
/* line 121, ../scss/_top.scss */
.pickup-products__inner {
  overflow: visible;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  /* line 121, ../scss/_top.scss */
  .pickup-products__inner {
    width: 760px;
  }
}
@media screen and (min-width: 992px) {
  /* line 121, ../scss/_top.scss */
  .pickup-products__inner {
    width: 980px;
  }
}
@media screen and (min-width: 1270px) {
  /* line 121, ../scss/_top.scss */
  .pickup-products__inner {
    width: 1250px;
  }
}
/* line 134, ../scss/_top.scss */
.pickup-products .main_visual {
  overflow: visible;
}
/* line 137, ../scss/_top.scss */
.pickup-products .slick-list {
  overflow: visible;
}

@media screen and (min-width: 768px) {
  /* line 142, ../scss/_top.scss */
  .item {
    padding: 0 20px;
  }
}

/* line 148, ../scss/_top.scss */
.front-products {
  margin-top: 2rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 992px) {
  /* line 148, ../scss/_top.scss */
  .front-products {
    margin-bottom: 8rem;
  }
}
/* line 155, ../scss/_top.scss */
.front-products__item {
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 768px) {
  /* line 155, ../scss/_top.scss */
  .front-products__item {
    margin-bottom: 3rem;
  }
}
/* line 160, ../scss/_top.scss */
.front-products__item img {
  display: block;
  width: 100%;
  margin: 0 auto 1.5rem;
}
/* line 165, ../scss/_top.scss */
.front-products__item p {
  font-family: "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 1rem;
}
/* line 173, ../scss/_top.scss */
.front-products__item p span {
  display: block;
  color: #bd0303;
}

/* line 181, ../scss/_top.scss */
.bottom-catch {
  background-image: url(../images/top/bottom-catch_sp.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  margin-top: 25%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  /* line 181, ../scss/_top.scss */
  .bottom-catch {
    background-image: url(../images/top/bottom-catch.jpg);
    margin-top: 0;
    margin-bottom: 5rem;
  }
}

/* line 194, ../scss/_top.scss */
.bottom-catch__inner {
  background-image: url(../images/common/bg_hex.png);
  border: 1px solid #f2f2f2;
  text-align: center;
  margin-top: -25%;
  margin-bottom: 25%;
}
@media screen and (min-width: 768px) {
  /* line 194, ../scss/_top.scss */
  .bottom-catch__inner {
    margin-top: -6rem;
    margin-bottom: 6rem;
    margin-left: 2rem;
  }
}
/* line 205, ../scss/_top.scss */
.bottom-catch__inner h2 {
  font-family: "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 26px;
  font-weight: bold;
  color: #ee8230;
  letter-spacing: -2px;
}
@media screen and (min-width: 768px) {
  /* line 205, ../scss/_top.scss */
  .bottom-catch__inner h2 {
    font-size: 28px;
  }
}
/* line 214, ../scss/_top.scss */
.bottom-catch__inner h2 .lg-txt {
  font-size: 48px;
}
@media screen and (min-width: 768px) {
  /* line 214, ../scss/_top.scss */
  .bottom-catch__inner h2 .lg-txt {
    font-size: 54px;
  }
}
/* line 221, ../scss/_top.scss */
.bottom-catch__inner p {
  font-family: "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 18px;
  font-weight: bold;
  color: #9a9a9a;
  letter-spacing: -2px;
}
@media screen and (min-width: 768px) {
  /* line 221, ../scss/_top.scss */
  .bottom-catch__inner p {
    font-size: 26px;
  }
}
/* line 230, ../scss/_top.scss */
.bottom-catch__inner p .lg-txt {
  font-size: 26px;
}
@media screen and (min-width: 768px) {
  /* line 230, ../scss/_top.scss */
  .bottom-catch__inner p .lg-txt {
    font-size: 36px;
  }
}
/* line 236, ../scss/_top.scss */
.bottom-catch__inner p .small-letter {
  letter-spacing: -5px;
}
/* line 239, ../scss/_top.scss */
.bottom-catch__inner p .more-small-letter {
  letter-spacing: -10px;
}
/* line 243, ../scss/_top.scss */
.bottom-catch__inner img {
  margin-bottom: 1rem;
}

/* line 248, ../scss/_top.scss */
.front-guides_item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 2rem;
  position: relative;
}
/* line 254, ../scss/_top.scss */
.front-guides_item::before {
  display: block;
  content: '';
  padding-top: 54.3%;
}
/* line 259, ../scss/_top.scss */
.front-guides_item a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 270, ../scss/_top.scss */
.front-guides_item a span {
  font-family: "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 28px;
  text-align: center;
  letter-spacing: 6px;
  border: 1px solid #fff;
  padding: 1.5rem;
}
/* line 278, ../scss/_top.scss */
.front-guides_item a small {
  font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  display: block;
  font-size: 14px;
}
/* line 283, ../scss/_top.scss */
.front-guides_item a:hover, .front-guides_item a:focus {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 289, ../scss/_top.scss */
.front-guides_item.bottom-about {
  background-image: url(../images/top/bg_about.jpg);
}
/* line 292, ../scss/_top.scss */
.front-guides_item.bottom-guide {
  background-image: url(../images/top/bg_guide.jpg);
}

/* line 298, ../scss/_top.scss */
.ec-headerNavSP.scrolled {
  animation-name: fadeIn;
  animation-duration: 500ms;
  animation-fill-mode: forwards;
}
@media screen and (min-width: 768px) {
  /* line 298, ../scss/_top.scss */
  .ec-headerNavSP.scrolled {
    background-color: #000;
    position: fixed;
    top: 10px;
    left: 10px;
  }
}
@media screen and (min-width: 768px) {
  /* line 308, ../scss/_top.scss */
  .ec-headerNavSP.scrolled .fas {
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  /* line 319, ../scss/_top.scss */
  .front-products__item.first-item .img-wrap {
    display: block;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  /* line 325, ../scss/_top.scss */
  .front-products__item.first-item .img-wrap::before {
    display: block;
    content: '';
    padding-top: 60%;
  }
}
@media screen and (min-width: 768px) {
  /* line 334, ../scss/_top.scss */
  .front-products__item.first-item .img-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  /* line 343, ../scss/_top.scss */
  .front-products__item.first-item .img-inner img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

/* line 3, ../scss/_product.scss */
.ec-shelfGrid .ec-shelfGrid__item-image {
  height: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  /* line 3, ../scss/_product.scss */
  .ec-shelfGrid .ec-shelfGrid__item-image {
    height: auto;
  }
}
/* line 9, ../scss/_product.scss */
.ec-shelfGrid .ec-shelfGrid__item-image::before {
  display: block;
  content: '';
  padding-top: 75%;
}
/* line 14, ../scss/_product.scss */
.ec-shelfGrid .ec-shelfGrid__item-image img {
  width: auto;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 23, ../scss/_product.scss */
.ec-shelfGrid .item-name {
  font-family: "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: bold;
}
/* line 27, ../scss/_product.scss */
.ec-shelfGrid .price02-default {
  font-family: "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: bold;
  color: #DE5D50;
}
/* line 32, ../scss/_product.scss */
.ec-shelfGrid .small {
  font-size: 12px;
  margin-left: 4px;
}

/* line 37, ../scss/_product.scss */
.ec-searchnavRole__counter {
  display: flex;
  align-items: center;
}

/* line 41, ../scss/_product.scss */
.ec-select {
  margin: 10px 0;
}

/* line 46, ../scss/_product.scss */
.ec-productRole {
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  /* line 46, ../scss/_product.scss */
  .ec-productRole {
    margin-top: 5rem;
  }
}
/* line 51, ../scss/_product.scss */
.ec-productRole .ec-productRole__priceRegular {
  padding: 0;
}
/* line 54, ../scss/_product.scss */
.ec-productRole .ec-productRole__price {
  line-height: 1;
  border: 0;
  padding-top: 0;
  margin-bottom: 12px;
}
/* line 60, ../scss/_product.scss */
.ec-productRole .ec-price {
  display: inline-block;
  font-family: "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 1;
  padding: 0 0 0 36px;
  position: relative;
}
/* line 66, ../scss/_product.scss */
.ec-productRole .ec-price::before {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position: absolute;
  top: 0;
  left: 16px;
}
/* line 77, ../scss/_product.scss */
.ec-productRole .ec-price__price {
  font-size: 24px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  /* line 77, ../scss/_product.scss */
  .ec-productRole .ec-price__price {
    font-size: 28px;
  }
}
/* line 84, ../scss/_product.scss */
.ec-productRole .ec-price__tax {
  font-size: 14px;
}
/* line 89, ../scss/_product.scss */
.ec-productRole .ec-productRole__title .ec-headingTitle {
  font-family: "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  /* line 89, ../scss/_product.scss */
  .ec-productRole .ec-productRole__title .ec-headingTitle {
    font-size: 28px;
  }
}
/* line 98, ../scss/_product.scss */
.ec-productRole .ec-productRole__description {
  line-height: 1.75;
}

/* line 105, ../scss/_product.scss */
.caution {
  font-size: 14px;
}

/* line 1, ../scss/_cart.scss */
.ec-cartRole,
.ec-role,
.ec-registerCompleteRole,
.ec-registerRole,
.ec-forgotRole,
.ec-registerRole,
.ec-forgetCompleteRole {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  /* line 1, ../scss/_cart.scss */
  .ec-cartRole,
  .ec-role,
  .ec-registerCompleteRole,
  .ec-registerRole,
  .ec-forgotRole,
  .ec-registerRole,
  .ec-forgetCompleteRole {
    margin-top: 56px;
  }
}

/* line 15, ../scss/_cart.scss */
.ec-layoutRole__main .ec-layoutRole__main {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  /* line 15, ../scss/_cart.scss */
  .ec-layoutRole__main .ec-layoutRole__main {
    width: 750px;
    margin: 48px auto 0;
  }
}
@media screen and (min-width: 992px) {
  /* line 15, ../scss/_cart.scss */
  .ec-layoutRole__main .ec-layoutRole__main {
    width: 970px;
  }
}
@media screen and (min-width: 1270px) {
  /* line 15, ../scss/_cart.scss */
  .ec-layoutRole__main .ec-layoutRole__main {
    width: 1240px;
  }
}

/* line 2, ../scss/_page.scss */
.page-contents table {
  width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 5, ../scss/_page.scss */
  .page-contents tr {
    border-bottom: 1px solid #ccc;
  }
}
/* line 10, ../scss/_page.scss */
.page-contents th, .page-contents td {
  display: block;
  width: 100%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 24px 32px;
}
@media screen and (min-width: 768px) {
  /* line 10, ../scss/_page.scss */
  .page-contents th, .page-contents td {
    display: table-cell;
  }
}
/* line 20, ../scss/_page.scss */
.page-contents th {
  font-weight: normal;
  color: #fff;
  background-color: #777;
  text-align: center;
  border-right: none;
}
@media screen and (min-width: 768px) {
  /* line 20, ../scss/_page.scss */
  .page-contents th {
    border-top: 1px solid #ccc;
    width: 180px;
  }
}
/* line 31, ../scss/_page.scss */
.page-contents td {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  /* line 31, ../scss/_page.scss */
  .page-contents td {
    width: calc(100% - 200px);
    border-bottom: none;
    margin-bottom: 0;
  }
}

/* line 44, ../scss/_page.scss */
#page_help_tradelaw th {
  padding: 24px 16px;
}
/* line 48, ../scss/_page.scss */
#page_help_tradelaw dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
/* line 54, ../scss/_page.scss */
#page_help_tradelaw dt {
  font-weight: normal;
  width: calc(100% - 70px);
  padding: 2px 5px 2px 10px;
  position: relative;
}
/* line 60, ../scss/_page.scss */
#page_help_tradelaw dt::before {
  content: '-';
  position: absolute;
  left: 0;
}
/* line 67, ../scss/_page.scss */
#page_help_tradelaw dd {
  width: 70px;
  text-align: right;
  padding: 2px 5px;
}

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