@charset "UTF-8";
/* ==========================================================================
   Foundation
========================================================================== */
/* Font
----------------------------------------------------------------- */
/* ==========================================================================
   Foundation
========================================================================== */
/* Color
----------------------------------------------------------------- */
/* ==========================================================================
   Foundation
========================================================================== */
/* Reset
----------------------------------------------------------------- */
/*
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;
}

ol, 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;
  text-decoration: none;
}

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

del {
  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 #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select, textarea {
  vertical-align: middle;
  -webkit-appearance: none;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* フォームスタイルのリセット */
input[type="text"],
input[type="number"],
input[type="password"] {
  font-size: 16px;
}

input[type="number"] {
  -moz-appearance: textfield;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

button, input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0;
  border: none;
  outline: none;
}

input[type="radio"] {
  opacity: 0;
}

input[type="checkbox"] {
  opacity: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button,
input[type="date"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
  margin: 0;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

input[type="date"]::-webkit-clear-button {
  -webkit-appearance: none;
}

/* ==========================================================================
   Foundation
========================================================================== */
/* Base
----------------------------------------------------------------- */
@font-face {
  font-family: "futuraround";
  src: url('../fonts/FuturaRound-Medium.otf') format('opentype');
}

@font-face {
  font-family: "dinalternate";
  src: url('../fonts/DIN Alternate Bold.ttf') format('truetype');
}

html {
  background: #DBC9C3;
  color: #fff;
  font-family: "futuraround", "dinalternate", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

body {
  margin: 0 auto;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

button {
  cursor: pointer;
}

button:hover {
  opacity: .8;
  transition: all 1s;
}

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

a {
  color: #9C6963;
  text-decoration: none;
}

a:hover {
  opacity: .7;
  transition: all .5s;
}

address {
  font-style: normal;
}

/* ==========================================================================
   Layout
========================================================================== */
/* Footer
----------------------------------------------------------------- */
.footer {
  margin-top: auto;
  text-align: center;
  padding: 60px 30px 40px;
}

.footer .footer__text {
  max-width: 560px;
  margin: 0 auto 40px;
  width: 80%;
}

.footer .footer__copyright {
  font-size: 12px;
}

@media (min-width: 481px) {
  .footer {
    padding: 80px;
  }
}

/* ページトップへ戻る */
.page-top {
  align-items: center;
  background: #9C6963;
  bottom: 2%;
  border-radius: 60%;
  color: #fff;
  display: flex;
  height: 50px;
  justify-content: center;
  position: fixed;
  right: 2%;
  z-index: 9999;
  width: 50px;
}

.page-top .arrow {
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-45deg);
  margin-top: 5px;
}

/* ==========================================================================
   Layout
========================================================================== */
/* Header
----------------------------------------------------------------- */
.main__hero {
  position: relative;
}

.mainHero__image {
  background-image: url(../images/hero.jpg);
  background-size: cover;  
  background-position: center center;
  height: 60vh;
  width: 100%;
}

.mainHero__text {
  bottom: -22%;
  left: 30%;
  position: absolute;  
  transform: translateX(-30%);
}

.heading__main {
  padding: 0;
  width: 80%;
}

.heading__main span {
  display: block;
}

.mainHero__iconImage {
  bottom: 40%;
  position: absolute;
  right: -22%;
  margin: 0;
  width: 45%; 
}

@media (min-width: 768px) {
  .heading__main {
    width: 70%;
  }

  .mainHero__iconImage {
    bottom: 25%;
    width: 40%;      
  }
}

@media (min-width: 897px) {
  .mainHero__text {
    bottom: -8%;
  }

  .heading__main {
    width: 60%;
  }

  .mainHero__iconImage {
    bottom: 3%;    
  }
}

@media (min-width: 1025px) {
  .mainHero__image {
    height: 700px;
    width: 60%;
  }

  .mainHero__text {
    top: 20%;
    left: 80%;
    bottom: auto;
    transform: translateX(-80%);
  }

  .heading__main {
    padding: 0 0 40px 0;
    width: 140%;
  }

  .mainHero__iconImage {
    margin: 0 0 0 -120px;
    position: static;
    width: 55%; 
  }
}

@media (min-width: 1440px) {
  .mainHero__text {
    top: 8%;
  }
    
  .heading__main {
    width: 120%;
  }
}

/* ==========================================================================
   Layout
========================================================================== */
/* Main
----------------------------------------------------------------- */
.topLead {
  position: relative;
}

.contents {
  margin: 50px auto 0;
  max-width: 1100px;
  width: 90%;
}

.topLead .container {
  display: grid;
  grid-template-columns: calc(60* (100vw / 750)) calc(200* (100vw / 750)) calc(160* (100vw / 750)) auto;
  grid-template-rows: calc(250* (100vw / 750)) calc(240* (100vw / 750)) auto;
  margin-top: calc(670* (100vw / 750));
}

.topLead .topLead__text {
  position: absolute;
  width: calc(372* (200vw / 750));
  top: calc(-390* (100vw / 750));
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.topLead .topLead__text .topLead__textParagraph {
  font-size: 15px;
  font-weight: bold;
  line-height: 2.4;
  text-align: center;
}

.topLead .topLead__item01 {
  width: calc(270 * (100vw / 750));
  grid-area: 1/4/2/5;
}

.topLead .topLead__item02 {
  width: calc(320 * (100vw / 750));
  grid-area: 2/2/3/3;
  z-index: 2;
}

.topLead .topLead__item03 {
  width: calc(360 * (100vw / 750));
  grid-area: 3/3/4/4;
  z-index: 1;
}

.producDetail__main {
  margin: 60px auto 0;
  max-width: 1200px;
  position: relative;
  width: 90%;  
}

.producDetail__mainText {
  position: absolute;
  top: 1%;
  left: 2%;
}

.productDetail .container {
  display: grid;  
}

.mainColumn02 .productDetail__mainImage {
  width: 55%;
}

.mainColumn02 .productDetail__item01 {
  position: absolute;
  bottom: -40%;
  right: 10%;
  width: 55%;
}

.productDetail__block {
  position: relative;
  max-width: 1100px;
  margin: 40px auto 0;
  width: 90%;   
}

.productDetail__block.row01 {
  height: 62vh;
}

.productDetail__block.row02 {
  height: 50vh;
}

.productDetail__block.row03 {
  height: 65vh;
}

@media (max-width: 375px) {
  .productDetail__block.row01 {
    height: 73vh;
  }

  .productDetail__block.row02 {
    height: 60vh;
  }  

  .productDetail__block.row03 {
    height: 80vh;
  }  
}

@media (min-width: 481px) {
  .productDetail__block.row01 {
    height: 95vh;
  }

  .productDetail__block.row02 {
    height: 70vh;
  }  

  .productDetail__block.row03 {
    height: 90vh;
  }  
}

.productDetail__block.row01 .productDetail__item02 {
  position: absolute;
  top: 10%;
  right: 33%;
  max-width: 640px;
  width: 65%;
}

.productDetail__block.row01 .productDetail__item03 {
  position: absolute;
  top: 0;
  left: 62%;
  max-width: 300px;
  z-index: 2;
  width: 33%;
}

.productDetail__block.row01 .productDetail__item04 {
  position: absolute;
  bottom: 29%;
  right: 0;
  z-index: -1;
  width: 75%;
}

.productDetail__block.row01 .productDetail__item05 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.productDetail__block.row02 .productDetail__item01 {
  position: absolute;
  left: 0;
  top: 5%;
  z-index: 2;
  width: 80%
}

.productDetail__block.row02 .productDetail__item02 {
  position: absolute;
  bottom: 5%;
  right: 0;
  z-index: 1;
  width: 50%;
}

.productDetail__block.row02 .productDetail__item03 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.productDetail__block.row03 .productDetail__item01 {
  position: absolute;
  right: 0;
  top: 45%;
  z-index: 2;
  width: 45%;
}

.productDetail__block.row03 .productDetail__item02 {
  position: absolute;
  top: 5%;
  left: 0;
  z-index: 1;
  width: 60%;
}

.productDetail__block.row03 .productDetail__item03 {
  position: absolute;
  right: 0;
  bottom: 5%;
  z-index: 3;
}

.banner {
  margin: 20px auto 0;
  max-width: 500px;
  width: 100%;
}

@media (min-width: 768px) {
  .mainColumn02 .productDetail__mainImage {
    width: 100%;
  }
  
  .mainColumn02 .productDetail__item01 {
    bottom: -10%;
    left: -5%;
    width: 60%;   
  }

  .productDetail__block.row01 {
    height: 75vh;
  }

  .productDetail__block.row02 {
    height: 70vh;    
  }

  .productDetail__block.row03 {
    height: 90vh;
  }  
  
  .productDetail__block.row01 .productDetail__item02 {
    top: 8%;
    right: 45%;
    width: 55%;    
  }
  
  .productDetail__block.row01 .productDetail__item03 {
    top: 0;
    left: 62%;
    width: 30%;
  }
  
  .productDetail__block.row01 .productDetail__item04 {
    bottom: 25%;
    right: 0;
    width: 70%;    
  }
  
  .productDetail__block.row01 .productDetail__item05 {
    bottom: 0;
    right: 40%;
  }
  
  .productDetail__block.row03 .productDetail__item03 {
    right: 40%;
    bottom: 5%;  
  }
    
  .topLead .container {
    margin-top: calc(670* (70vw / 750));
  }
  
  .topLead .topLead__text {
    top: calc(-390* (70vw / 750));
  }

  .banner {
    margin: 50px auto 0;
    width: 80%;
  }    
}

@media (min-width: 897px) {
  .contents {
    margin: 100px auto 0;
  }

  .topLead .container {
    width: 80rem;
    grid-template-columns: 30rem 10rem auto;
    grid-template-rows: 22rem 26rem auto;
    margin: 8rem auto 0;
  }

  .topLead .topLead__text {
    padding: 0 0 0 40px;
    position: static;
    transform: none;    
    width: auto;
  }

  .topLead .topLead__text .topLead__textParagraph {
    font-size: 20px;
    text-align: left;
  }  

  .topLead .topLead__item01 {
    width: 27rem;
    grid-area: 1/3/2/4;
  }

  .topLead .topLead__item02 {
    width: 35rem;
    grid-area: 2/1/3/2;
    z-index: 2;
  }

  .topLead .topLead__item03 {
    width: 35rem;
    grid-area: 3/2/4/3;
    z-index: 1;
  }

  .producDetail__mainText {
    left: 5%;
    top: 8%;
    width: 50%;
  }

  .mainColumn02 .productDetail__item01 {
    bottom: -10%;
    left: -10%;
    width: 60%;
  }

  .productDetail__block.row01 {
    height: 95vh;
  }
  
  .productDetail__block.row02 {
    height: 100vh;
  }

  .productDetail__block.row03 {
    height: 85vh;
  }
  
  .productDetail__block.row01 .productDetail__item02 {
    top: 5%;
    right: 0;
  }
  
  .productDetail__block.row01 .productDetail__item03 {
    top: 15%;
    left: 5%;
  }
  
  .productDetail__block.row01 .productDetail__item04 {
    bottom: 3%;
    left: 15%;
    max-width: 420px;
    z-index: 1;
  }
  
  .productDetail__block.row01 .productDetail__item05 {
    bottom: 15%;
    right: 0;
    z-index: 2;
  }
  
  .productDetail__block.row02 {
    height: 100vh;
  }
  
  .productDetail__block.row02 .productDetail__item01 {
    left: 0;
    top: 5%;
    width: 100%;
  }
  
  .productDetail__block.row02 .productDetail__item02 {
    bottom: 25%;
    right: 0;
    width: 40%;
  }

  .productDetail__block.row02 .productDetail__item03 {
    left: 10%;
    bottom: 5%;
  }
  
  .productDetail__block.row03 .productDetail__item01 {
    right: 10%;
    top: 0;
    width: 45%;
  }
  
  .productDetail__block.row03 .productDetail__item02 {
    top: 6%;
    left: 0;
    width: 50%;
  }
  
  .productDetail__block.row03 .productDetail__item03 {
    right: 5%;
    bottom: 15%;
  }
}

@media (min-width: 1024px) {
  .productDetail__block.row01 {
    height: 60vh;
  }

  .productDetail__block.row02 {
    height: 60vh;
  }
  
  .productDetail__block.row02 .productDetail__item01 {
    width: 70%;
  }
  
  .productDetail__block.row03 {
    height: 55vh;    
  }
}

@media (min-width: 1280px) {
  .topLead .topLead__text {
    padding: 0;
  }
    
  .productDetail__block.row01 {
    height: 120vh;
  }
  
  .productDetail__block.row02 {
    height: 120vh;
  }

  .productDetail__block.row02 .productDetail__item01 {
    width: 100%;
  }

  .productDetail__block.row03 {
    height: 100vh;
  }   
}

@media (min-width: 1440px) {
  .productDetail__block.row01 {
    height: 95vh;
  }
  
  .productDetail__block.row02 {
    height: 100vh;
  }

  .productDetail__block.row03 {
    height: 85vh;
  }
}  

/* ==========================================================================
   Object - Component
========================================================================== */
/* Button
----------------------------------------------------------------- */
.button {
  background: #9C6963;
  border-radius: 30px;
  color: #fff;
  display: flex;
  font-size: 18px;
  justify-content:center;
  align-items:center;
  height: 44px;
  line-height: 44px;
  letter-spacing: 0.1em;
  margin: 25px auto 0;
  padding: 0 10px;
  position: relative;
  max-width: 350px;
  width: 80%;
}

.button span {
  font-size: 12px;
  font-weight: bold;
  padding: 0 0 0 15px;
}

.button::after {
  content: '';
  position: absolute;
  right: 25px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(0, -50%) rotate(45deg);
}

.productItem__list .productItem__item.twoColumns .button {
  width: 85%;
}

@media (min-width: 768px) {
  .mainColumn02 .button {
    width: 100%;
  }
}

@media (min-width: 897px) {
  .button {
    height: 50px;
    line-height: 50px;    
  }
    
  .topLead__text .button,
  .mainColumn02 .button,
  .productDetail__item05 .button,
  .productDetail__block.row02 .button,
  .productDetail__block.row03 .button {
    margin: 25px 0 0;   
  }
  
  .button span {
    padding: 0 0 0 20px;
  }  
}

/* ==========================================================================
   Object - Component
========================================================================== */
/* Heading
----------------------------------------------------------------- */
.heading__primary {
  margin: 0 auto 40px;
  max-width: 580px;
  width: 60%;
}

.productDetail__list.mainColumn .productDetail__heading {
  width: 125%;
  margin: 10px 0 15px -50px;
}

.productDetail__list.mainColumn02 .productDetail__heading {
  position: absolute;
  right: 10%;
  top: 0;
  margin: 0 0 15px;
  width: 45%;  
}

.producDetail__mainText .productDetail__heading {
  margin: 0 0 15px;
  width: 55%;
}

.heading__secondary {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 30px; 
}

.productDetail__secondary {
  margin: 20px 0 15px;
  max-width: 400px;
  width: 60%;    
}

.productDetail__secondaryText .productDetail__secondary {
  margin: 20px 0 15px 40px;
}

.productDetail__block.row01 .productDetail__item05 .productDetail__secondary {
  margin: 20px 0 15px 40px;
}

@media (min-width: 768px) {
  .heading__primary {
    margin: 0 auto 60px;
  }
  
  .productDetail__list.mainColumn .productDetail__heading {
    margin: 0 0 70px -30px;
    width: 100%;
  }

  .productDetail__list.mainColumn02 .productDetail__heading {
    position: static;
    margin: 0 0 30px -40px;
    width: 75%;
  }  

  .heading__secondary {
    font-size: 26px;
  }

  .producDetail__mainText .productDetail__heading {
    margin: 0 0 40px;
    width: 65%;
  }

  .productDetail__secondary {
    margin: 80px 0 30px;
    width: 100%;  
  }

  .productDetail__secondaryText .productDetail__secondary {
    margin: 40px 0 15px;
  }

  .productDetail__block.row01 .productDetail__item05 .productDetail__secondary {
    margin: 40px 0 30px;
  }  
  
  .productDetail__block.row02 .productDetail__item03 .productDetail__secondary {
    width: 100%;
  }      
}

@media (min-width: 897px) {
  .productDetail__list.mainColumn02 .productDetail__heading {
    margin: 0 0 70px -40px;
    width: 75%;
  }

  .productDetail__secondaryText .productDetail__secondary {
    margin: 80px 0 30px;
  }
  
  .productDetail__block.row01 .productDetail__item05 .productDetail__secondary {
    margin: 80px 0 30px;
  }    
}

@media (min-width: 1280px) {
  .producDetail__mainText .productDetail__heading {
    margin: 0 0 70px;
    width: 90%;
  }  
}

/* ==========================================================================
   Object - Component
========================================================================== */
/* List
----------------------------------------------------------------- */
.productDetail__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 90%;
}

.productDetail__list.mainColumn,
.productDetail__list.mainColumn02 {
  margin: 60px auto 0;
  width: 90%;
  max-width: 1200px;  
}

.productDetail__list.mainColumn02 {
  position: relative;
  height: 65vh;
}

@media (max-width: 375px) {
  .productDetail__list.mainColumn02 {
    height: 80vh;
  }
}

@media (min-width: 481px) {
  .productDetail__list.mainColumn02 {
    height: 90vh;
  }
}

.productDetail__list.mainColumn .productDetail__item {
  width: 50%;
}

.productDetail__list.mainColumn02 .productDetail__item {
  width: 100%;
}

.productDetail__list.mainColumn02 .producDetail__image {
  position: relative;
}

.productDetail__list.mainColumn02 .item--text {
  position: absolute;
  top: 16%;
  right: 0;
}

.productDetail__secondaryText {
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.productDetail__textParagraph {
  font-size: 13px;
  font-weight: bold;
  line-height: 2.2;
}

.productDetail__list.mainColumn .productDetail__textParagraph {
  margin: 0 0 0 -20px;  
}

.productDetail__list.mainColumn02 .productDetail__secondaryText .productDetail__textParagraph {
  padding: 0 0 0 40px;  
}

.productDetail__block.row01 .productDetail__item05 .productDetail__textParagraph {
  padding: 0 0 0 40px;
}

.productDetail__icon {
  margin: -8px 0 20px -10px;  
  width: 25%;
}

.productDetail__list:not(:last-child) {
  margin-bottom: 40px;
}

.productItem__list .productItem__item.twoColumns:not(:last-child) {
  margin-bottom: 50px;
}

@media (min-width: 481px) {
  .productDetail__list.mainColumn02 .item--text {
    top: 20%;
  }
}

@media (min-width: 768px) {
  .productDetail__list {
    align-items:center;
    justify-content:center;
    width: 100%;
  }

  .productDetail__list:not(:last-child) {
    margin-bottom: 50px;
  }
  
  .productDetail__item {
    position: relative;
    width: 50%;
  }

  .productDetail__list.mainColumn02 {
    height: auto;
  }
  
  .productDetail__list.mainColumn02 .productDetail__item {
    width: 50%;
  }

  .productDetail__text {
    padding: 0 0 0 40px;
  }
  
  .productDetail__textParagraph {
    font-size: 18px;
  }

  .productDetail__list.mainColumn .productDetail__textParagraph {
    margin: 0;  
  }

  .productDetail__secondaryText {
    position: static;
  }

  .productDetail__list.mainColumn02 .productDetail__secondaryText .productDetail__textParagraph {
    padding: 0;  
  }
  
  .productDetail__block.row01 .productDetail__item05 .productDetail__textParagraph {
    padding: 0;
  }  
  
  .productDetail__icon {
    margin: 0 0 20px -20px;
    max-width: 150px;
  }
  
  .productDetail__list.reverse {
    flex-direction: row-reverse;
  }
  
  .productDetail__list.reverse .productDetail__text {
    padding: 0 10px 0 0;
  }

  .productDetail__list.mainColumn02 .item--text {
    position: static;
  }  
}

@media (min-width: 897px) {
  .productDetail__list.reverse .productDetail__text {
    padding: 0 0 0 20px;
  }
}

.productItem__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.productItem__list .productItem__item {
  width: 48%;
  margin: 0 0 20px;
}

.productItem__list .productItem__item.twoColumns {
  width: 100%;
}

.productItem__list .productItem__item.twoColumns .productItem__image {
  margin: 0 auto;
  position: relative;
  width: 70%;
}

.productItem__list .productItem__item.twoColumns .productItem__imageText {
  position: absolute;
  width: 100px;
}

.productItem__list .productItem__item.twoColumns:nth-child(odd) .productItem__imageText {
  left: -15%;
  top: 10%;
}

.productItem__list .productItem__item.twoColumns:nth-child(even) .productItem__imageText {
  bottom: 10%;  
  right: -15%;
}

.productItem__list .productItem__item p {
  line-height: 1.5;
}

.productItem__list .productItem__item .productItem__text {
  font-size: 14px;
}

.productItem__list .productItem__item .productItem__text,
.productItem__list .productItem__item .productItem__priceText {
  font-weight: bold;
}

.productItem__list .productItem__item .productItem__priceText {
  padding: 10px 0 0;
}

.productItem__list .productItem__item .productItem__icon {
  background: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  margin: 15px 0 6px;
  padding: 5px 2px 2px;
  text-align: center;
  width: 110px;
}

@media (min-width: 768px) {
  .productItem__list .productItem__item {
    width: 23%;
  }

  .productItem__list.twoColumns {
    max-width: 850px;
    margin: 50px auto 0;
    width: 90%;
  }
  
  .productItem__list .productItem__item.twoColumns {
    width: 48%;
    margin: 0;
  }
  
  .productItem__list .productItem__item.twoColumns .productItem__image {
    width: 100%;
  }
  
  .productItem__list .productItem__item.twoColumns .productItem__imageText {
    width: 40%;
  }
  
  .productItem__list .productItem__item.twoColumns:nth-child(odd) .productItem__imageText {
    left: -15%;
    top: 10%;
  }
  
  .productItem__list .productItem__item.twoColumns:nth-child(even) .productItem__imageText {
    bottom: 10%;
    right: -15%;
  }  
}

@media (min-width: 1280px) {
  .productDetail__text {
    padding: 0 0 0 80px;
  }
}  

/* ==========================================================================
   Utility
========================================================================== */
/* Generic
----------------------------------------------------------------- */
@media (max-width: 896px) {
  .nobr--pc {
    display: none;
  }
}

.nobr--sp {
  display: block;
}

@media (max-width: 480px) {
  .nobr--sp {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 896px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .mainHero__image .pc {
    display: none;
  }
  
  .mainHero__image .sp {
    display: block;
  }
}
