@charset "UTF-8";
@import url(/assets/css/reset.css);
/* =========================================================
サイト全体で使用するカラー
========================================================= */
/* =========================================================
サイト全体で使用するフォントを定義
========================================================= */
html {
  font-size: 10px;
}

body {
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1.8;
}

header {
  font-size: 1.2rem;
}

main {
  font-size: 1.3rem;
}

/* =========================================================
@extendされるパーツ
========================================================= */
/* clearfix
--------------------------------------------------------- */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* border-box
--------------------------------------------------------- */
.isBorderBox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* =========================================================
一般タグに対する設定
========================================================= */
@media screen and (min-width: 769px) {
  a {
    transition: opacity 0.5s;
  }
  a:hover {
    opacity: 0.5;
  }
}
a.text {
  opacity: 1 !important;
}
a.text:hover {
  text-decoration: none;
}

img {
  width: 100%;
  vertical-align: bottom;
}

/* =========================================================
一般タグに対する設定
========================================================= */
.parts-button {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}

@media screen and (max-width: 960px) {
  .parts-button {
    padding: 8px 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .parts-button {
    padding: 8px 10px;
    font-size: 13px;
  }
}
/* =========================================================
ユーティリティ
========================================================= */
/* media
--------------------------------------------------------- */
@media screen and (min-width: 961px) {
  .u-media-SP,
  .u-media-TAB {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .u-media-PC {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .u-media-PC {
    display: none !important;
  }

  .u-media-SP.inline {
    display: inline-block !important;
  }
  .u-media-SP.block {
    display: block !important;
  }
}
/* margin-bottom
--------------------------------------------------------- */
.u-mb {
  margin-bottom: 20px;
}

.u-mb-VS {
  margin-bottom: 5px;
}

.u-mb-S {
  margin-bottom: 10px;
}

.u-mb-L {
  margin-bottom: 40px;
}

/* margin-top
--------------------------------------------------------- */
.u-mt {
  margin-top: 20px;
}

.u-mt-VS {
  margin-top: 5px;
}

.u-mt-S {
  margin-top: 10px;
}

.u-mt-L {
  margin-top: 40px;
}

/* text-align
--------------------------------------------------------- */
.u-textAlign-L {
  text-align: left;
}

.u-textAlign-R {
  text-align: right;
}

.u-textAlign-C {
  text-align: center;
}

/* 横マージン
--------------------------------------------------------- */
.u-spacer {
  position: relative;
  margin: 0 auto;
  width: 1180px;
  box-sizing: border-box;
}

@media screen and (max-width: 960px) {
  .u-spacer {
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
  }
}
/* =========================================================
ユニット
========================================================= */
.unit-button {
  text-align: center;
}
.unit-button .button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 10px;
  border: 2px solid #f00;
  min-width: 240px;
  padding: 15px;
  background: #fff;
  line-height: 1;
  color: #f00;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .unit-button .button {
    transition: opacity 0.5s;
  }
  .unit-button .button:hover {
    opacity: 0.5;
  }
}
.unit-button .button:after {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 16px;
  font-weight: normal;
}

@media screen and (max-width: 960px) {
  .unit-button .button {
    font-size: 1.4rem;
    width: 300px;
  }
}
@media screen and (max-width: 600px) {
  .unit-button .button {
    box-sizing: border-box;
    font-size: 1.3rem;
    width: 260px;
  }
  .unit-button .button:after {
    right: 15px;
    font-size: 20px;
  }
}
/* .unit-col2
--------------------------------------------------------- */
.unit-col2 {
  display: flex;
  margin: 0 auto;
  max-width: 900px;
  font-size: 1.5rem;
  /* 左カラム可変・右カラム固定 */
  /* 左カラム固定・右カラム可変 */
}
.unit-col2 .l_col_liquid {
  width: 100%;
  /* 右カラムで指定した100px以外の幅を保持 */
  margin: 0 -42% 0 0;
  /* 右カラムと同じ幅をマイナス指定し横並びに */
}
.unit-col2 .r_col_fix {
  width: 42%;
  /* 右カラムをpxで固定 */
}
.unit-col2 .l_contents {
  margin: 0 42% 0 0;
  /* 右カラムとの右マージンを調整 */
}
.unit-col2 .l_col_fix {
  width: 42%;
  /* 左カラムをpxで固定 */
}
.unit-col2 .r_col_liquid {
  width: 100%;
  /* 左カラムで指定した100px以外の幅を保持 */
  margin: 0 0 0 -42%;
  /* 左カラムと同じ幅をマイナス指定し横並びに */
}
.unit-col2 .r_contents {
  margin: 0 0 0 42%;
  /* 左カラムとの左マージンを調整 */
}
.unit-col2.half {
  /* 左カラム可変・右カラム固定 */
  /* 左カラム固定・右カラム可変 */
}
.unit-col2.half .l_col_liquid {
  width: 100%;
  /* 右カラムで指定した100px以外の幅を保持 */
  margin: 0 -50% 0 0;
  /* 右カラムと同じ幅をマイナス指定し横並びに */
}
.unit-col2.half .r_col_fix {
  width: 50%;
  /* 右カラムをpxで固定 */
}
.unit-col2.half .l_contents {
  margin: 0 50% 0 0;
  /* 右カラムとの右マージンを調整 */
}
.unit-col2.half .l_col_fix {
  width: 50%;
  /* 左カラムをpxで固定 */
}
.unit-col2.half .r_col_liquid {
  width: 100%;
  /* 左カラムで指定した100px以外の幅を保持 */
  margin: 0 0 0 -50%;
  /* 左カラムと同じ幅をマイナス指定し横並びに */
}
.unit-col2.half .r_contents {
  margin: 0 0 0 50%;
  /* 左カラムとの左マージンを調整 */
}

@media screen and (max-width: 960px) {
  .unit-col2.tab {
    display: block;
    /* 左カラム可変・右カラム固定 */
    /* 左カラム固定・右カラム可変 */
  }
  .unit-col2.tab .l_col_liquid {
    width: 100% !important;
    /* 右カラムで指定した100px以外の幅を保持 */
    margin: 0;
    /* 右カラムと同じ幅をマイナス指定し横並びに */
  }
  .unit-col2.tab .r_col_fix {
    width: 100% !important;
    /* 右カラムをpxで固定 */
  }
  .unit-col2.tab .l_contents {
    margin: 0;
    /* 右カラムとの右マージンを調整 */
  }
  .unit-col2.tab .l_col_fix {
    width: 100% !important;
    /* 左カラムをpxで固定 */
  }
  .unit-col2.tab .r_col_liquid {
    width: 100% !important;
    /* 左カラムで指定した100px以外の幅を保持 */
    margin: 0;
    /* 左カラムと同じ幅をマイナス指定し横並びに */
  }
  .unit-col2.tab .r_contents {
    margin: 0;
    /* 左カラムとの左マージンを調整 */
  }
}
@media screen and (max-width: 600px) {
  .unit-col2 {
    display: flex;
    flex-wrap: wrap;
    /* 左カラム可変・右カラム固定 */
    /* 左カラム固定・右カラム可変 */
  }
  .unit-col2 .order-01 {
    -webkit-order: 1;
    order: 1;
  }
  .unit-col2 .order-02 {
    -webkit-order: 2;
    order: 2;
  }
  .unit-col2 .l_col_liquid {
    width: 100% !important;
    /* 右カラムで指定した100px以外の幅を保持 */
    margin: 0 !important;
    /* 右カラムと同じ幅をマイナス指定し横並びに */
  }
  .unit-col2 .r_col_fix {
    width: 100% !important;
    /* 右カラムをpxで固定 */
  }
  .unit-col2 .l_contents {
    margin: 0 !important;
    /* 右カラムとの右マージンを調整 */
  }
  .unit-col2 .l_col_fix {
    width: 100% !important;
    /* 左カラムをpxで固定 */
  }
  .unit-col2 .r_col_liquid {
    width: 100% !important;
    /* 左カラムで指定した100px以外の幅を保持 */
    margin: 0 !important;
    /* 左カラムと同じ幅をマイナス指定し横並びに */
  }
  .unit-col2 .r_contents {
    margin: 0 !important;
    /* 左カラムとの左マージンを調整 */
  }
}
/* .unit-relations
--------------------------------------------------------- */
.unit-relations ul {
  display: flex;
  list-style: none;
  justify-content: center;
  font-size: 1.5rem;
}
.unit-relations ul li:not(:last-child) {
  margin-right: 40px;
}
.unit-relations ul li.active a {
  opacity: 0.3 !important;
}

@media screen and (max-width: 960px) {
  .unit-relations {
    padding: 0 20px;
  }
  .unit-relations ul li:not(:last-child) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .unit-relations {
    padding: 0;
  }
  .unit-relations ul {
    display: block;
  }
  .unit-relations ul li {
    margin: 0 auto !important;
    max-width: 306px;
  }
  .unit-relations ul li:not(:last-child) {
    margin-bottom: 20px !important;
  }
}
/* .unit-section
--------------------------------------------------------- */
.unit-section {
  min-width: 1180px;
  margin-bottom: 100px;
  /*
  &:after {
  	display: block;
  	content: "";
  	margin: 0 auto;
  	margin-top: 80px;
  	height: 8px;
  	background: url(/assets/images/top/top_cmn_bg02.png) center bottom no-repeat;
  }
  */
}
@media screen and (max-width: 960px) {
  .unit-section {
    min-width: inherit;
  }
}

@media screen and (max-width: 960px) {
  .unit-section {
    margin-bottom: 40px;
    /*
    &:after {
    	margin-top: 40px;
    	height: 4px;
    	background: url(/assets/images/top/sp-top_cmn_bg02.png) center bottom no-repeat;
    	background-size: contain;
    }
    */
  }
}
/* .unit-secText
--------------------------------------------------------- */
.unit-secText {
  margin: 0 auto;
  width: 600px;
  font-size: 1.5rem;
}
.unit-secText p {
  margin: 0 auto;
  max-width: 840px;
}
.unit-secText:not(:last-child) {
  margin-bottom: 60px;
}
.unit-secText p:not(:last-child) {
  margin-bottom: 2em;
}

@media screen and (max-width: 960px) {
  .unit-secText {
    width: auto;
  }
}
@media screen and (max-width: 600px) {
  .unit-secText {
    text-align: left;
  }
  .unit-secText:not(:last-child) {
    margin-bottom: 30px;
  }
  .unit-secText p:not(:last-child) {
    margin-bottom: 1.5em;
  }
  .unit-secText br {
    display: none;
  }
}
/* .unit-secTitle
--------------------------------------------------------- */
.unit-secTitle {
  margin-bottom: 40px;
  text-align: center;
}
.unit-secTitle .title {
  margin-bottom: 30px;
}
.unit-secTitle .title span {
  display: inline-block;
}
.unit-secTitle .sub {
  display: block;
  font-size: 3.0rem;
  color: #123475;
}
.unit-secTitle .sub span {
  background: url(/assets/images/top/top_cmn_bg01.png) left bottom repeat-x;
}
.unit-secTitle .attach {
  margin-top: 20px;
  font-size: 3.0rem;
  font-weight: bold;
  color: #123475;
}

@media screen and (max-width: 960px) {
  .unit-secTitle {
    margin-bottom: 40px;
    line-height: 1.4;
  }
  .unit-secTitle .title {
    margin-bottom: 30px;
  }
  .unit-secTitle .sub {
    font-size: 2.4rem;
  }
  .unit-secTitle .sub span {
    background: url(/assets/images/top/top_cmn_bg01.png) left bottom repeat-x;
    background-size: 100% 40%;
  }
  .unit-secTitle .attach {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .unit-secTitle {
    margin-bottom: 20px;
  }
  .unit-secTitle .title {
    margin-bottom: 20px;
  }
  .unit-secTitle .sub {
    font-size: 2.4rem;
  }
}
/* .unit-topicpath
--------------------------------------------------------- */
.unit-topicpath {
  margin-bottom: 40px;
}
.unit-topicpath .u-spacer {
  border-top: 1px solid #123475;
  padding-top: 40px;
}
.unit-topicpath ul {
  display: flex;
  list-style: none;
  margin-left: 160px;
}
.unit-topicpath ul li {
  font-size: 1.0rem;
}
.unit-topicpath ul li:not(:last-child):after {
  display: inline-block;
  content: ">";
  margin: 0 10px;
}
.unit-topicpath ul li a {
  color: #123475;
  text-decoration: none;
}
.unit-topicpath ul li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 960px) {
  .unit-topicpath {
    margin-bottom: 40px;
  }
  .unit-topicpath .u-spacer {
    border-top: 1px solid #123475;
    padding-top: 40px;
  }
  .unit-topicpath ul {
    margin-left: 0;
  }
  .unit-topicpath ul li {
    font-size: 1.0rem;
  }
  .unit-topicpath ul li:not(:last-child):after {
    display: inline-block;
    content: ">";
    margin: 0 10px;
  }
  .unit-topicpath ul li a {
    color: #123475;
    text-decoration: none;
  }
  .unit-topicpath ul li a:hover {
    text-decoration: underline;
  }
}
/* =========================================================
<header>タグのレイアウト
========================================================= */
#clone-header header .u-spacer {
  width: auto;
}
#clone-header header .identity {
  top: 20px;
}
#clone-header header .identity .logo {
  transform: translate(-50%, 0);
  margin-top: 0;
  width: 137px;
  height: 59px;
}
#clone-header header .gnav {
  bottom: 14px;
}

header .u-spacer {
  height: 250px;
}
header .identity {
  position: absolute;
  left: 50%;
  top: 40px;
  transform: translateX(-50%);
}
header .identity .logo {
  width: 274px;
  height: 168px;
}
header .gnav {
  position: absolute;
  left: 0;
  bottom: 28px;
  width: 100%;
}
header .gnav ul {
  display: flex;
  justify-content: center;
  width: 100%;
}
header .gnav ul li {
  margin-right: 40px;
}
header .gnav ul li.bt01 span {
  width: 143px;
}
header .gnav ul li.bt02 span {
  width: 196px;
}
header .gnav ul li.bt03 span {
  width: 100px;
}
header .gnav ul li.bt04 span {
  width: 166px;
}
header .gnav ul li.bt05 span {
  width: 101px;
}
header .gnav ul li.bt06 span {
  width: 153px;
}
header .gnav ul a {
  opacity: 1;
}
header .gnav ul a.js-fade {
  opacity: 0.5;
}
header .gnav ul a.js-active {
  opacity: 1.0;
}
header .gnav ul span {
  display: inline-block;
}
header .utility {
  position: absolute;
  right: 10px;
  top: 36px;
  display: flex;
}
header .utility .sns {
  display: flex;
  align-items: center;
  list-style: none;
  margin-right: 20px;
}
header .utility .sns li:not(:last-child) {
  margin-right: 15px;
}
header .utility .sns a {
  display: inline-block;
}
header .utility .sns a span {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
}
header .utility .sns .instagram span {
  background: url(/assets/images/layout/header_sns_ic01.png);
  background-size: cover;
}
header .utility .sns .facebook span {
  background: url(/assets/images/layout/header_sns_ic02.png);
  background-size: cover;
}
header .utility .cart .parts-button {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 72px;
  color: #fff;
  background: #f18101;
}
header .utility .cart span {
  display: flex;
  align-items: center;
  font-size: 18px;
}
header .utility .cart span:before {
  display: inline-block;
  content: "";
  margin-right: 30px;
  width: 28px;
  height: 28px;
  background: url(/assets/images/layout/header_curt_ic01.png);
}
header .utility .cart span:after {
  margin-left: 30px;
  font-size: 20px;
  font-weight: normal;
  font-family: "FontAwesome";
  content: "\f105";
}
header .sb-opener {
  display: none;
  cursor: pointer;
  width: 20px;
  height: 16px;
  background: url(/assets/images/layout/sp-header_bt01.png) center no-repeat;
  background-size: cover;
  text-indent: -9999px;
}

#clone-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  background: #fff;
  transform: translateY(-110%);
  transition: transform 0.5s;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
#clone-header.js-show {
  transform: translateY(0);
}
#clone-header header .u-spacer {
  height: 140px;
}
#clone-header header h1 {
  position: absolute;
  left: 0;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}
#clone-header header h1 .tagline {
  display: none;
}
#clone-header header h1 .logo {
  margin-top: 0;
}
#clone-header header .utility {
  top: 16px;
}

@media screen and (max-width: 960px) {
  header .u-spacer {
    height: 80px;
  }
  header .identity {
    position: static;
    transform: none;
  }
  header .identity h1 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
  }
  header .identity .logo {
    margin-top: 0;
    margin-bottom: 0;
    width: 137px;
    height: 59px;
  }
  header .gnav {
    display: none;
  }
  header .utility {
    position: absolute;
    right: 60px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
  header .utility .sns {
    display: none;
  }
  header .utility .cart .parts-button {
    padding: 8px 15px;
    width: inherit;
    height: inherit;
  }
  header .utility .cart span {
    font-size: 14px;
  }
  header .utility .cart span:before {
    display: inline-block;
    content: "";
    margin-right: 10px;
    width: 14px;
    height: 14px;
    background: url(/assets/images/layout/header_curt_ic01.png);
    background-size: cover;
  }
  header .utility .cart span:after {
    margin-left: 10px;
    font-size: 14px;
  }
  header .sb-opener {
    position: absolute;
    right: 20px;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
  }

  #original-header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    background: #fff;
    -moz-box-shadow: 0px 10px 9px -10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 10px 9px -10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 10px 9px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 9px -10px rgba(0, 0, 0, 0.2);
  }

  #clone-header {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  header .u-spacer {
    height: 80px;
  }
  header .identity .logo {
    left: 10px;
  }
  header .utility {
    right: 44px;
  }
  header .sb-opener {
    right: 10px;
  }

  #original-header {
    left: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  header .u-spacer {
    height: 80px;
  }
  header .identity .logo {
    left: 10px;
  }
  header .utility {
    right: 39px;
  }
  header .sb-opener {
    right: 10px;
  }
}
@media screen and (max-width: 358px) {
  header .u-spacer {
    height: 80px;
  }
  header .identity .logo {
    left: 5px;
  }
  header .utility .cart span {
    font-size: 1.1rem;
  }
  header .utility .cart span:before {
    margin-right: 5px;
  }
  header .utility .cart .parts-button {
    padding: 8px 5px;
    min-width: auto;
  }
}
/* =========================================================
<footer>タグのレイアウト
========================================================= */
footer {
  padding: 40px 0 80px;
  background: #e7eaf1;
}
footer .sns {
  margin-bottom: 60px;
}
footer .sns .l_contents {
  display: flex;
  justify-content: flex-end;
}
footer .sns .instagram {
  padding-right: 50px;
  width: 500px;
}
footer .sns .facebook {
  padding-left: 50px;
  width: 500px;
}
footer .bg01 {
  position: relative;
}
footer .bg01:after {
  position: absolute;
  left: -70px;
  top: -240px;
  display: block;
  content: "";
  width: 514px;
  height: 294px;
  background: url(/assets/images/layout/footer_bg01.png) center no-repeat;
}
footer .bg02 {
  position: relative;
}
footer .bg02:after {
  position: absolute;
  left: 0;
  top: -180px;
  display: block;
  content: "";
  width: 311px;
  height: 273px;
  background: url(/assets/images/layout/footer_bg02.png) center no-repeat;
  background-size: cover;
}
footer .pagetop {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
footer .pagetop .circle {
  position: relative;
  display: inline-block;
  border: 1px solid #333;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-decoration: none;
}
footer .pagetop .circle span {
  display: none;
}
footer .pagetop .circle:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: -2px;
  font-family: "FontAwesome";
  content: "\f106";
  font-size: 3.2rem;
  color: #333;
}
footer .pagetop .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 40px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  line-height: 1;
  text-decoration: none;
}
footer .copyright {
  text-align: center;
}
footer .copyright p {
  font-size: 1.2rem;
}

@media screen and (max-width: 960px) {
  footer {
    margin-top: 160px;
    padding: 40px 0 80px;
  }
  footer.page-top {
    margin-top: 40px;
  }
  footer .sns {
    margin-bottom: 60px;
  }
  footer .sns .instagram {
    padding-right: 10px;
    max-width: 280px;
  }
  footer .sns .facebook {
    padding-left: 10px;
    width: 280px;
  }
  footer .bg01 {
    position: relative;
  }
  footer .bg01:after {
    position: absolute;
    left: 50%;
    top: -160px;
    transform: translateX(-50%);
    display: block;
    content: "";
    width: 257px;
    height: 147px;
    background: url(/assets/images/layout/footer_bg01.png) center no-repeat;
    background-size: cover;
  }
  footer .bg02 {
    position: relative;
  }
  footer .bg02:after {
    left: 50%;
    top: -140px;
    transform: translateX(-50%);
    width: 156px;
    height: 137px;
    background: url(/assets/images/layout/footer_bg02.png) center no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 600px) {
  footer .sns {
    display: block;
    margin-bottom: 60px;
  }
  footer .sns .instagram, footer .sns .facebook {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 500px;
  }
  footer .sns .instagram {
    margin-bottom: 20px;
  }
}
footer .logo {
  margin: 0 auto 30px;
  width: 274px;
}
footer .logo figure {
  display: flex;
  margin-bottom: 10px;
  padding: 20px 0;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  background: #eee;
  color: #333;
  text-decoration: none;
}

footer .fnav {
  margin-bottom: 80px;
}
footer .fnav nav ul {
  display: flex;
  justify-content: center;
  width: 100%;
}
footer .fnav nav ul li[class^="bt"] span {
  display: flex;
  height: 48px;
  align-items: center;
}
footer .fnav nav ul li.bt01 span {
  width: 117px;
}
footer .fnav nav ul li.bt02 span {
  width: 161px;
}
footer .fnav nav ul li.bt03 span {
  width: 83px;
}
footer .fnav nav ul li.bt04 span {
  width: 136px;
}
footer .fnav nav ul li.bt05 span {
  width: 83px;
}
footer .fnav nav ul li.bt06 span {
  width: 127px;
}
footer .fnav nav ul li:not(:last-child) {
  margin-right: 30px;
}
footer .fnav nav ul li span {
  display: inline-block;
}
footer .fnav nav ul li p {
  margin-top: 10px;
  width: 140px;
}
footer .fnav nav ul li a {
  color: #333;
}
footer .fnav nav ul li a:hover {
  text-decoration: none;
}

@media screen and (max-width: 960px) {
  footer .fnav {
    display: block;
    margin-bottom: 40px;
  }
  footer .fnav .logo {
    margin: 0 auto 40px;
    text-align: center;
    display: block;
  }
  footer .fnav .logo figure {
    display: inline-block;
    margin-bottom: 10px;
    padding: 20px 0;
    justify-content: center;
    align-items: center;
    font-size: 2.4rem;
    background: #eee;
    color: #333;
    text-decoration: none;
  }
  footer .fnav nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -40px auto 0;
    width: 600px;
  }
  footer .fnav nav ul li {
    box-sizing: border-box;
    margin-top: 40px;
    padding: 0 15px;
    width: 20%;
    min-width: 200px;
  }
  footer .fnav nav ul li:not(:last-child) {
    margin-right: 0;
  }
  footer .fnav nav ul li span {
    display: inline-block;
  }
  footer .fnav nav ul li p {
    margin-top: 10px;
    width: auto;
  }
  footer .fnav nav ul li a {
    color: #333;
  }
  footer .fnav nav ul li a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 960px) {
  footer .fnav {
    display: block;
    margin-bottom: 40px;
  }
  footer .fnav .logo {
    margin: 0 auto 40px;
    text-align: center;
    display: block;
  }
  footer .fnav .logo figure {
    display: inline-block;
    margin-bottom: 10px;
    padding: 20px 0;
    justify-content: center;
    align-items: center;
    font-size: 2.4rem;
    background: #eee;
    color: #333;
    text-decoration: none;
  }
  footer .fnav nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: -40px auto 0;
    width: auto;
    max-width: 620px;
  }
  footer .fnav nav ul li {
    box-sizing: border-box;
    margin-top: 40px;
    padding: 0 20px;
    width: 50%;
    min-width: auto;
  }
  footer .fnav nav ul li:not(:last-child) {
    margin-right: 0;
  }
  footer .fnav nav ul li span {
    display: inline-block;
  }
  footer .fnav nav ul li p {
    margin-top: 10px;
    width: auto;
  }
  footer .fnav nav ul li a {
    color: #333;
  }
  footer .fnav nav ul li a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 600px) {
  footer .fnav nav ul li {
    box-sizing: border-box;
    margin-top: 20px;
    padding: 0 10px;
    width: auto;
  }
  footer .fnav nav ul li:not(:last-child) {
    margin-right: 0;
  }
}
/* =========================================================
<aside>のレイアウト
========================================================= */
#sidebar {
  position: relative;
  background: #fff;
}
#sidebar .inner {
  padding: 80px 20px 80px;
}
#sidebar .buttonClose {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 2.0rem;
}
#sidebar .buttonClose span {
  display: inline-block;
}
#sidebar .buttonClose span:before {
  font-family: "FontAwesome";
  content: "\f00d";
  margin-right: 5px;
}
#sidebar .gnav {
  margin-bottom: 40px;
  text-align: center;
}
#sidebar .gnav li:not(:last-child) {
  margin-bottom: 30px;
}
#sidebar .gnav span {
  display: inline-block;
}
#sidebar .gnav .bt01 span {
  width: 143px;
}
#sidebar .gnav .bt02 span {
  width: 196px;
}
#sidebar .gnav .bt03 span {
  width: 100px;
}
#sidebar .gnav .bt04 span {
  width: 166px;
}
#sidebar .gnav .bt05 span {
  width: 101px;
}
#sidebar .gnav .bt06 span {
  width: 153px;
}
#sidebar .sns .sns {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}
#sidebar .sns .sns li:not(:last-child) {
  margin-right: 20px;
}
#sidebar .sns .sns a {
  display: inline-block;
}
#sidebar .sns .sns a span {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
}
#sidebar .sns .sns .instagram span {
  background: url(/assets/images/layout/header_sns_ic01.png);
  background-size: cover;
}
#sidebar .sns .sns .facebook span {
  background: url(/assets/images/layout/header_sns_ic02.png);
  background-size: cover;
}

/* =========================================================
<main>のレイアウト
========================================================= */
main {
  display: block;
}

body {
  min-width: 1200px;
}

@media screen and (max-width: 960px) {
  body {
    padding-top: 80px;
    min-width: auto;
  }
}
/* =========================================================
トップページ
========================================================= */
/* #cover
--------------------------------------------------------- */
#page-top #cover {
  min-width: 1180px;
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  #page-top #cover {
    min-width: inherit;
  }
}
#page-top #cover .u-spacer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 450px;
}
#page-top #cover .illust {
  position: absolute;
  right: 0;
  bottom: -80px;
  z-index: 9999;
  width: 456px;
}
#page-top #cover .slider {
  position: relative;
  height: 450px;
}
#page-top #cover .slider ul {
  position: relative;
  width: 100%;
  height: 450px;
  display: table;
}
#page-top #cover .slider ul li {
  position: absolute;
  left: 0;
  top: 0;
  display: table-cell;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#page-top #cover .slider ul li span {
  display: block;
  width: 100%;
  height: 100%;
}
#page-top #cover .slider ul li span img {
  visibility: hidden;
}
#page-top #cover .slider ul li.js-isActive {
  animation: ani-sliderWrap;
  animation-duration: 0.5s;
}
@keyframes ani-sliderWrap {
  0% {
    width: 0;
    transform: scale(0.8);
  }
  100% {
    width: 100%;
    transform: scale(1);
  }
}
#page-top #cover .slider .pager {
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  text-align: center;
}
#page-top #cover .slider .pager span {
  cursor: pointer;
  display: inline-block;
  text-indent: -9999px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #999;
}
#page-top #cover .slider .pager span.js-isActive {
  background: #f00;
}
#page-top #cover .slider .pager span:not(:last-child) {
  margin-right: 8px;
}

@media screen and (max-width: 960px) {
  #page-top #cover .illust {
    bottom: -80px;
    width: 278px;
  }
}
@media screen and (max-width: 600px) {
  #page-top #cover {
    margin-bottom: 60px;
  }
  #page-top #cover .u-spacer {
    height: 300px;
  }
  #page-top #cover .illust {
    display: none;
  }
  #page-top #cover .slider {
    height: 300px;
  }
  #page-top #cover .slider ul {
    height: 300px;
  }
}
/* #about
--------------------------------------------------------- */
#page-top #about .unit-secTitle h2.title span {
  display: inline-block;
  max-width: 185px;
}
#page-top #about .bg {
  padding-bottom: 120px;
  background: url(/assets/images/top/top_about_bg01.png) center bottom no-repeat;
}
#page-top #about.unit-section {
  padding-bottom: 180px;
  background: url(/assets/images/top/top_about_bg02.png) center bottom no-repeat;
}

@media screen and (max-width: 960px) {
  #page-top #about .bg {
    padding-bottom: 240px;
    background: url(/assets/images/top/sp-top_about_bg01.png) center bottom no-repeat;
    background-size: 587px 335px;
  }
  #page-top #about.unit-section {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 600px) {
  #page-top #about .bg {
    padding-bottom: 210px;
    background: url(/assets/images/top/sp-top_about_bg01b.png) center bottom no-repeat;
    background-size: 400px 190px;
  }
  #page-top #about.unit-section {
    padding-bottom: 90px;
    background: url(/assets/images/top/top_about_bg02.png) center bottom no-repeat;
    background-size: 58px 63px;
  }
}
/* #activity
--------------------------------------------------------- */
#page-top #activity {
  padding-bottom: 200px;
  background: url(/assets/images/top/top_activity_bg03.png) center bottom no-repeat;
}
#page-top #activity .unit-secTitle h2.title span {
  display: inline-block;
  max-width: 291px;
}
#page-top #activity .bg01 {
  margin-top: -160px;
  padding-top: 160px;
  margin-bottom: 100px;
  background: url(/assets/images/top/top_activity_bg01.png) center top no-repeat;
}
#page-top #activity .bg02 {
  background: url(/assets/images/top/top_activity_bg02.png) left bottom 40px no-repeat;
}
#page-top #activity .relation a {
  color: inherit;
}
#page-top #activity .relation a:hover {
  text-decoration: none;
}
#page-top #activity .relation p {
  margin-top: 10px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  #page-top #activity {
    padding-bottom: 160px;
    background: url(/assets/images/top/top_activity_bg03.png) center bottom no-repeat;
  }
  #page-top #activity .bg01 {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 40px;
    background: none;
  }
  #page-top #activity .bg02 {
    background: none;
  }
}
@media screen and (max-width: 600px) {
  #page-top #activity {
    padding-bottom: 100px;
    background: url(/assets/images/top/top_activity_bg03.png) center bottom no-repeat;
    background-size: 23px 57px;
  }
  #page-top #activity .bg01 {
    margin-bottom: 20px;
  }
}
/* #product
--------------------------------------------------------- */
#page-top #product {
  padding-bottom: 200px;
  background: url(/assets/images/top/top_product_bg03.png) center bottom no-repeat;
}
#page-top #product .unit-secTitle h2.title span {
  display: inline-block;
  max-width: 167px;
}
#page-top #product .u-spacer:before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 190px;
  height: 377px;
}
#page-top #product .bg01 {
  min-width: 1180px;
  background: url(/assets/images/top/top_product_bg01.png) center top 70px no-repeat;
}
@media screen and (max-width: 960px) {
  #page-top #product .bg01 {
    min-width: inherit;
  }
}
#page-top #product .bg02 {
  min-width: 1180px;
  margin-top: -140px;
  padding-top: 180px;
  padding-bottom: 60px;
  background: url(/assets/images/top/top_product_bg02.png) center bottom no-repeat;
}
@media screen and (max-width: 960px) {
  #page-top #product .bg02 {
    min-width: inherit;
  }
}
#page-top #product .item ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
}
#page-top #product .item ul li {
  position: relative;
  margin-right: 50px;
  max-width: 280px;
}
#page-top #product .item ul li:nth-child(3n) {
  margin-right: 0;
}
#page-top #product .item ul li .tag {
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 10;
  border: 3px solid #123475;
  padding: 10px;
  color: #123475;
  line-height: 1;
  font-size: 2.0rem;
  background: #fff;
}
#page-top #product .item ul li .block {
  display: block;
  text-align: center;
  line-height: 1.6;
  color: #221814;
}
#page-top #product .item ul li .block figure {
  margin-bottom: 10px;
}
#page-top #product .item ul li .block figure img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media screen and (min-width: 769px) {
  #page-top #product .item ul li a.block img {
    transition: opacity 0.5s;
  }
  #page-top #product .item ul li a.block img:hover {
    opacity: 0.5;
  }
}
#page-top #product .item ul li a.block:hover {
  text-decoration: none;
}
#page-top #product .item ul li {
  margin-top: 40px;
}
#page-top #product .item ul li:nth-child(-n+3) {
  margin-top: 0;
}

@media screen and (max-width: 960px) {
  #page-top #product .u-spacer:before {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 190px;
    height: 377px;
  }
  #page-top #product .bg01 {
    background: none;
  }
  #page-top #product .bg02 {
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 0;
    background: none;
  }
  #page-top #product .item {
    margin: 0 auto;
    max-width: 620px;
  }
  #page-top #product .item ul li {
    box-sizing: border-box;
    margin-right: 0;
    width: 50%;
    margin-top: 25px;
  }
  #page-top #product .item ul li .block {
    font-size: 1.2rem;
  }
  #page-top #product .item ul li .block figure {
    margin-bottom: 5px;
  }
  #page-top #product .item ul li:nth-child(odd) {
    padding: 0 10px;
  }
  #page-top #product .item ul li:nth-child(even) {
    padding: 0 10px;
  }
  #page-top #product .item ul li:nth-child(3n) {
    margin-right: 0;
  }
  #page-top #product .item ul li:nth-child(2n) {
    margin-right: 0;
  }
  #page-top #product .item ul li:nth-child(-n+3) {
    margin-top: 25px;
  }
  #page-top #product .item ul li:nth-child(-n+2) {
    margin-top: 0;
  }
  #page-top #product .item ul li .tag {
    right: 0;
    top: -10px;
    padding: 5px 10px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  #page-top #product {
    margin-bottom: 20px;
    padding-bottom: 110px;
    background: url(/assets/images/top/top_product_bg03.png) center bottom no-repeat;
    background-size: 77px 84px;
  }
  #page-top #product .u-spacer:before {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 190px;
    height: 377px;
  }
  #page-top #product .bg01 {
    background: none;
  }
  #page-top #product .bg02 {
    margin-top: 40px;
    padding-top: 0;
    background: none;
  }
  #page-top #product .item {
    width: auto;
  }
  #page-top #product .item ul li {
    box-sizing: border-box;
    width: 50%;
    margin-right: 0;
    margin-top: 25px;
  }
  #page-top #product .item ul li:nth-child(odd) {
    padding-right: 2.5%;
  }
  #page-top #product .item ul li:nth-child(even) {
    padding-left: 2.5%;
  }
  #page-top #product .item ul li:nth-child(even) .tag {
    right: 5px;
  }
  #page-top #product .item ul li:nth-child(3n) {
    margin-right: 0;
  }
  #page-top #product .item ul li:nth-child(-n+3) {
    margin-top: 25px;
  }
  #page-top #product .item ul li:nth-child(-n+2) {
    margin-top: 0;
  }
  #page-top #product .item ul li .tag {
    right: 0;
    top: -10px;
    padding: 5px 10px;
    font-size: 1.3rem;
  }
}
/* #supporter
--------------------------------------------------------- */
#page-top #supporter {
  padding-bottom: 160px;
  background: url(/assets/images/top/top_supporter_bg04.png) center bottom no-repeat;
}
#page-top #supporter .unit-secTitle h2.title span {
  display: inline-block;
  max-width: 303px;
}
#page-top #supporter .bg01 {
  margin-top: -320px;
  padding-top: 320px;
  background: url(/assets/images/top/top_supporter_bg01.png) center top no-repeat;
}
#page-top #supporter .unit-secText {
  margin-bottom: 60px;
}
#page-top #supporter .text {
  padding: 30px;
}
#page-top #supporter .text p:not(:last-child) {
  margin-bottom: 1.5em;
}
#page-top #supporter .figCopy {
  position: relative;
}
#page-top #supporter .figCopy p {
  position: absolute;
  left: 5%;
  top: 5%;
  font-size: 4.0rem;
  font-weight: bold;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#page-top #supporter div[class^="figCopy"] {
  min-height: 520px;
}
#page-top #supporter .row_01 {
  padding-top: 60px;
  margin-top: -60px;
}
#page-top #supporter .row_01 .figCopy_01-1 {
  background: url(/assets/images/top/top_supporter_ph01.jpg) left center no-repeat;
  background-size: cover;
}
#page-top #supporter .row_01 .figCopy_01-1 p {
  left: auto;
  right: 5%;
}
#page-top #supporter .row_01 .r_col_fix {
  background: url(/assets/images/top/top_supporter_bg02.png) right 30px bottom 30px no-repeat;
}
#page-top #supporter .row_02 .l_contents {
  background: url(/assets/images/top/top_supporter_ph02.jpg) left 25% bottom 200px no-repeat;
}
#page-top #supporter .row_02 .figCopy_02-1 {
  background: url(/assets/images/top/top_supporter_ph02.jpg) center no-repeat;
  background-size: cover;
}
#page-top #supporter .row_02 .figCopy_02-2 {
  background: url(/assets/images/top/top_supporter_ph03.jpg) center no-repeat;
  background-size: cover;
}
#page-top #supporter .row_02 .figCopy_02-2 p {
  left: auto;
  right: 5%;
}
#page-top #supporter .row_03 {
  margin-bottom: 60px;
}
#page-top #supporter .row_03 .figCopy_03-1 {
  background: url(/assets/images/top/top_supporter_ph04.jpg) center no-repeat;
  background-size: cover;
}
#page-top #supporter .row_03 .l_col_fix {
  background: url(/assets/images/top/top_supporter_bg03.png) center bottom 30px no-repeat;
}
#page-top #supporter .pUnit-secText.bottom {
  margin-bottom: 60px;
}

@media screen and (max-width: 960px) {
  #page-top #supporter {
    padding-bottom: 140px;
  }
  #page-top #supporter .bg01 {
    margin-top: 0;
    padding-top: 0;
    background: url(/assets/images/top/top_supporter_bg01.png) center top no-repeat;
  }
  #page-top #supporter .unit-secText {
    margin-bottom: 40px;
  }
  #page-top #supporter .text {
    padding: 20px;
  }
  #page-top #supporter .text p br {
    display: none;
  }
  #page-top #supporter .text p:not(:last-child) {
    margin-bottom: 1.0em;
  }
  #page-top #supporter .figCopy {
    position: relative;
  }
  #page-top #supporter .figCopy p {
    position: absolute;
    left: 5%;
    top: 5%;
    font-size: 4.0rem;
    font-weight: bold;
    color: #fff;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  #page-top #supporter .row {
    padding: 0 20px;
  }
  #page-top #supporter .row_01 {
    margin-top: 0;
  }
  #page-top #supporter .row_01 .r_col_fix {
    background: url(/assets/images/top/top_supporter_bg02.png) right 10px bottom 10px no-repeat;
  }
  #page-top #supporter .row_03 {
    margin-bottom: 40px;
  }
  #page-top #supporter .row_03 .l_col_fix {
    background: url(/assets/images/top/top_supporter_bg03.png) center bottom 10px no-repeat;
  }
  #page-top #supporter #js-clone_supporter {
    margin-bottom: 2em;
  }
  #page-top #supporter .pUnit-secText.bottom {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  #page-top #supporter {
    padding-bottom: 80px;
    background: url(/assets/images/top/top_supporter_bg04.png) center bottom no-repeat;
    background-size: 59px 25px;
  }
  #page-top #supporter .figCopy {
    position: relative;
  }
  #page-top #supporter .figCopy p {
    position: absolute;
    left: 5%;
    top: 5%;
    font-size: 2.4rem;
  }
  #page-top #supporter .text {
    padding: 0;
    margin: 10px 0 20px;
  }
  #page-top #supporter div[class^="figCopy"] {
    min-height: 240px;
  }
  #page-top #supporter .row_01 {
    margin-top: 0;
  }
  #page-top #supporter .row_01 .left {
    position: relative;
  }
  #page-top #supporter .row_01 .left:after {
    position: absolute;
    left: -20px;
    top: -20px;
    z-index: 2;
    display: block;
    content: "";
    width: 119px;
    height: 117px;
    background: url(/assets/images/top/top_supporter_bg02.png) center no-repeat;
    background-size: cover;
  }
  #page-top #supporter .row_01 .r_col_fix {
    background: none;
  }
  #page-top #supporter .row_03 {
    margin-bottom: 10px;
  }
  #page-top #supporter .row_03 .l_col_fix {
    background: none;
  }
  #page-top #supporter .row_03 .right {
    position: relative;
  }
  #page-top #supporter .row_03 .right:after {
    position: absolute;
    right: -10px;
    bottom: -10px;
    z-index: 2;
    display: block;
    content: "";
    width: 140px;
    height: 84px;
    background: url(/assets/images/top/top_supporter_bg03.png) center no-repeat;
    background-size: cover;
  }
  #page-top #supporter .row_03 .unit-col2 {
    display: flex;
  }
  #page-top #supporter .row_03 .unit-col2 .left {
    -webkit-order: 1;
    order: 1;
  }
  #page-top #supporter .row_03 .unit-col2 .right {
    -webkit-order: 2;
    order: 2;
  }
  #page-top #supporter .pUnit-secText.bottom {
    margin-bottom: 40px;
  }
}
/* #store
--------------------------------------------------------- */
#page-top #store {
  margin-bottom: 40px;
}
#page-top #store .unit-secTitle h2.title span {
  display: inline-block;
  max-width: 187px;
}
#page-top #store .intro {
  margin-bottom: 40px;
}
#page-top #store .intro .u-spacer {
  padding-top: 40px;
  background: url(/assets/images/top/top_store_bg01.png) center top no-repeat;
}
#page-top #store .address {
  margin-bottom: -60px;
  margin-top: -120px;
  padding-top: 120px;
  min-height: 245px;
  background: url(/assets/images/top/top_store_bg02.png) center top no-repeat;
}
#page-top #store .address address {
  margin: 0 auto;
  max-width: 600px;
  font-style: normal;
  line-height: 1.8;
}
#page-top #store .address a {
  color: inherit;
}
#page-top #store .gmap {
  position: relative;
  padding-top: 75%;
  height: 0;
  overflow: hidden;
}
#page-top #store .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#page-top #store .unit-col2 {
  /* 左カラム固定・右カラム可変 */
}
#page-top #store .unit-col2 .l_col_fix {
  width: 50%;
  /* 左カラムをpxで固定 */
}
#page-top #store .unit-col2 .r_col_liquid {
  width: 100%;
  /* 左カラムで指定した100px以外の幅を保持 */
  margin: 0 0 0 -50%;
  /* 左カラムと同じ幅をマイナス指定し横並びに */
}
#page-top #store .unit-col2 .r_contents {
  margin: 0 0 0 50%;
  /* 左カラムとの左マージンを調整 */
  padding-top: 37.5%;
  height: 0;
  background: url(/assets/images/top/top_store_ph01.jpg) center top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 960px) {
  #page-top #store .intro {
    margin-bottom: 40px;
  }
  #page-top #store .intro .u-spacer {
    padding-top: 40px;
    background: none;
  }
  #page-top #store .address {
    margin-top: 20px;
    margin-bottom: 40px;
    min-height: auto;
    padding-top: 0;
    background: none;
  }
  #page-top #store .address address {
    padding-left: 0;
  }
  #page-top #store .address a {
    color: inherit;
  }
  #page-top #store .unit-col2 {
    display: flex;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: flexbox;
    -webkit-flex-direction: column;
    flex-direction: column;
    /* 左カラム固定・右カラム可変 */
  }
  #page-top #store .unit-col2 .l_col_fix {
    -webkit-order: 2;
    order: 2;
  }
  #page-top #store .unit-col2 .r_col_liquid {
    -webkit-order: 1;
    order: 1;
    margin: 0;
    /* 左カラムと同じ幅をマイナス指定し横並びに */
  }
  #page-top #store .unit-col2 .r_contents {
    margin: 0;
    /* 左カラムとの左マージンを調整 */
    height: 400px;
  }
  #page-top #store .gmap {
    position: relative;
    padding-top: 75%;
    height: 0;
    overflow: hidden;
  }
  #page-top #store .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 600px) {
  #page-top #store .intro {
    margin-bottom: 20px;
  }
  #page-top #store .intro .u-spacer {
    padding-top: 0;
    background: none;
  }
  #page-top #store .address address {
    padding: 20px;
    background: #efefef;
    font-size: 1.3rem;
  }
  #page-top #store .unit-col2 .r_contents {
    height: 240px;
    min-height: inherit;
  }
}
/* =========================================================
わたしたちについて
========================================================= */
/* #about
--------------------------------------------------------- */
#page-about #about {
  padding-bottom: 200px;
  background: url(/assets/images/about/about_about_bg02.png) center bottom no-repeat;
}
#page-about #about #about-01 {
  min-height: 900px;
  position: relative;
  background: url(/assets/images/about/about_about_bg01.png) center bottom no-repeat;
}
#page-about #about #about-01 .unit-secTitle h2.title span {
  display: inline-block;
  max-width: 185px;
}

@media screen and (max-width: 960px) {
  #page-about #about {
    padding-bottom: 140px;
  }
  #page-about #about #about-01 {
    min-height: auto;
    padding-bottom: 240px;
    background: url(/assets/images/about/sp-about_about_bg01.png) center bottom no-repeat;
    background-size: 450px 200px;
  }
}
@media screen and (max-width: 600px) {
  #page-about #about #about-01 {
    padding-bottom: 200px;
    background: url(/assets/images/about/sp-about_about_bg01b.png) center bottom no-repeat;
    background-size: 400px 180px;
  }
  #page-about #about #about-02 {
    padding-top: 20px;
    padding-bottom: 80px;
    background: url(/assets/images/about/about_about_bg02.png) center bottom no-repeat;
    background-size: 77px 60px;
  }
  #page-about #about #about-03 {
    padding-top: 30px;
    padding-bottom: 80px;
    background: url(/assets/images/about/sp-about_about_bg03.png) center bottom no-repeat;
    background-size: 110px 77px;
  }
}
/* #project
--------------------------------------------------------- */
#page-about #project {
  margin-bottom: 0;
  padding-bottom: 0;
}
#page-about #project:after {
  display: none;
}
#page-about #project .unit-secTitle h2.title span {
  display: inline-block;
  max-width: 337px;
}
#page-about #project .text {
  padding: 20px 30px;
}
#page-about #project .text h3 {
  margin-bottom: 10px;
  font-size: 2.0rem;
  color: #123475;
  line-height: 1.6;
}
#page-about #project .text p:not(:last-child) {
  margin-bottom: 1.5em;
}
#page-about #project .row .bg {
  position: relative;
  min-height: 520px;
}
#page-about #project .row .bg:after {
  position: absolute;
  display: block;
  content: "";
  z-index: 10;
}
#page-about #project .row_01 .bg {
  background: url(/assets/images/about/about_project_ph01.jpg) center no-repeat;
  background-size: cover;
}
#page-about #project .row_01 .bg:after {
  right: -20px;
  bottom: -60px;
  width: 116px;
  height: 192px;
  background: url(/assets/images/about/about_project_attach01.png) center no-repeat;
  background-size: cover;
}
#page-about #project .row_02 .bg {
  background: url(/assets/images/about/about_project_ph02.jpg) center no-repeat;
  background-size: cover;
}
#page-about #project .row_02 .bg:after {
  left: -160px;
  bottom: 20px;
  width: 280px;
  height: 250px;
  background: url(/assets/images/about/about_project_attach02.png) center no-repeat;
  background-size: cover;
}
#page-about #project .row_03 .bg {
  background: url(/assets/images/about/about_project_ph03.jpg) center no-repeat;
  background-size: cover;
}
#page-about #project .row_03 .bg:after {
  right: 20px;
  top: -20px;
  width: 114px;
  height: 83px;
  background: url(/assets/images/about/about_project_attach03.png) center no-repeat;
  background-size: cover;
}
#page-about #project .row_04 .bg {
  background: url(/assets/images/about/about_project_ph04.jpg) center no-repeat;
  background-size: cover;
}
#page-about #project .row_05 .writer {
  font-size: 1.2rem;
}
#page-about #project .row_05 .right {
  position: relative;
}
#page-about #project .row_05 .right:after {
  position: absolute;
  display: block;
  content: "";
  z-index: 2;
  right: 60px;
  bottom: 20px;
  width: 160px;
  height: 102px;
  background: url(/assets/images/about/about_project_attach04.png) center no-repeat;
  background-size: cover;
}
#page-about #project .row_05 .bg {
  background: url(/assets/images/about/about_project_ph05.jpg) center no-repeat;
  background-size: cover;
}
#page-about #project .row_06 .l_contents.bg {
  background: url(/assets/images/about/about_project_ph06.jpg) center no-repeat;
  background-size: cover;
}
#page-about #project .row_06 .r_contents.bg {
  margin: 0;
  background: url(/assets/images/about/about_project_ph07.jpg) left center no-repeat;
  background-size: cover;
}
#page-about #project .row_07 {
  margin-bottom: 40px;
}
#page-about #project .row_07 .l_contents.bg {
  background: url(/assets/images/about/about_project_ph08.jpg) center no-repeat;
  background-size: cover;
}
#page-about #project .row_07 .r_contents.bg {
  margin: 0;
  background: url(/assets/images/about/about_project_ph09.jpg) left center no-repeat;
  background-size: cover;
}
#page-about #project .row_07 .r_contents.bg:after {
  right: -40px;
  bottom: 80px;
  width: 241px;
  height: 194px;
  background: url(/assets/images/about/about_project_attach06.png) center no-repeat;
}

@media screen and (max-width: 960px) {
  #page-about #project {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #page-about #project .unit-col2 {
    align-items: center;
  }
  #page-about #project:after {
    display: none;
  }
  #page-about #project .text {
    padding: 20px;
  }
  #page-about #project .text h3 {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  #page-about #project .text p:not(:last-child) {
    margin-bottom: 1.0em;
  }
  #page-about #project .text p br {
    display: none;
  }
  #page-about #project .row .bg {
    position: relative;
    min-height: auto;
    padding-top: 65%;
  }
  #page-about #project .row .bg:after {
    position: absolute;
    display: block;
    content: "";
    z-index: 10;
  }
  #page-about #project .row_01 .bg:after {
    width: 80px;
    height: 132px;
    right: 20px;
  }
  #page-about #project .row_05 .right:after {
    right: 60px;
    bottom: -80px;
    width: 160px;
    height: 102px;
  }
  #page-about #project .row_06 .l_contents.bg {
    background: url(/assets/images/about/about_project_ph06.jpg) center no-repeat;
    background-size: cover;
  }
  #page-about #project .row_06 .r_contents.bg {
    margin: 0;
    padding-top: 130%;
    background: url(/assets/images/about/about_project_ph07.jpg) left center no-repeat;
    background-size: cover;
  }
  #page-about #project .row_07 {
    margin-bottom: 40px;
  }
  #page-about #project .row_07 .l_contents.bg {
    background: url(/assets/images/about/about_project_ph08.jpg) center no-repeat;
    background-size: cover;
  }
  #page-about #project .row_07 .r_contents.bg {
    margin: 0;
    padding-top: 130%;
    background: url(/assets/images/about/about_project_ph09.jpg) left center no-repeat;
    background-size: cover;
  }
  #page-about #project .row_07 .r_contents.bg:after {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  #page-about #project .row_01 .bg:after {
    right: 10px;
    bottom: -20px;
  }
  #page-about #project .row_02 .bg:after {
    width: 140px;
    height: 125px;
    left: auto;
    left: -20px;
    top: auto;
    bottom: -20px;
  }
  #page-about #project .row_03 .bg:after {
    right: 10px;
    top: -20px;
  }
  #page-about #project .row_05 .right:after {
    right: auto;
    left: 10px;
    top: -80px;
    bottom: auto;
  }
  #page-about #project .row_06 .l_contents.bg {
    background: url(/assets/images/about/about_project_ph06.jpg) center no-repeat;
    background-size: cover;
  }
  #page-about #project .row_06 .r_contents.bg {
    padding-top: 65%;
  }
  #page-about #project .row_07 {
    margin-bottom: 40px;
  }
  #page-about #project .row_07 .r_contents.bg {
    padding-top: 65%;
  }
}
/* =========================================================
わたしたちがつくるもの
========================================================= */
/* 枇杷
--------------------------------------------------------- */
#page-biwa .unit-section:after {
  display: none;
}
#page-biwa #cover {
  background: url(/assets/images/biwa/biwa_cover_bg01.jpg) center no-repeat;
  background-size: cover;
}
#page-biwa #cover h2 span {
  width: 392px;
}
#page-biwa #intro .unit-secTitle h2.title span {
  display: inline-block;
  max-width: 335px;
}
#page-biwa #intro .text {
  background: url(/assets/images/biwa/biwa_intro_bg01.png) center no-repeat;
}
#page-biwa #intro .bg {
  background: url(/assets/images/biwa/biwa_intro_bg02.jpg) center no-repeat;
  background-size: cover;
}
#page-biwa #project .unit-secTitle h2.title span {
  display: inline-block;
  max-width: 327px;
}
#page-biwa #project .row_01 .bg {
  background: url(/assets/images/biwa/biwa_project_ph01.jpg) center no-repeat;
  background-size: cover;
}
#page-biwa #project .row_01 .bg:after {
  left: -50px;
  bottom: -100px;
  width: 116px;
  height: 192px;
  background: url(/assets/images/biwa/biwa_atatch01.png) center no-repeat;
  background-size: cover;
}
#page-biwa #project .row_02 .l_contents.bg {
  background: url(/assets/images/biwa/biwa_project_ph02.jpg) center no-repeat;
  background-size: cover;
}
#page-biwa #project .row_02 .r_contents.bg {
  margin: 0;
  background: url(/assets/images/biwa/biwa_project_ph03.jpg) left center no-repeat;
  background-size: cover;
}
#page-biwa #project .row_02 .r_contents.bg:after {
  right: -50px;
  top: -20px;
  width: 133px;
  height: 145px;
  background: url(/assets/images/biwa/biwa_atatch02.png) center no-repeat;
  background-size: cover;
}
#page-biwa #project .row_03 .bg {
  background: url(/assets/images/biwa/biwa_project_ph04.jpg) center no-repeat;
  background-size: cover;
}
#page-biwa #project .row_03 .bg:after {
  left: -250px;
  bottom: -80px;
  width: 280px;
  height: 190px;
  background: url(/assets/images/biwa/biwa_atatch03.png) center no-repeat;
  background-size: cover;
}
#page-biwa #relation .shop {
  background: url(/assets/images/biwa/biwa_relation_bg01.jpg) center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 960px) {
  #page-biwa #cover {
    background: url(/assets/images/biwa/biwa_cover_bg01.jpg) center no-repeat;
    background-size: cover;
  }
  #page-biwa #intro .unit-secTitle h2.title span {
    display: inline-block;
    max-width: 335px;
  }
  #page-biwa #intro .text {
    margin-bottom: 20px;
    padding-bottom: 120px;
    background: url(/assets/images/biwa/sp-biwa_intro_bg01.png) bottom center no-repeat;
    background-size: 264px 136px;
  }
  #page-biwa #intro .bg {
    background: url(/assets/images/biwa/biwa_intro_bg02.jpg) center no-repeat;
    background-size: cover;
  }
  #page-biwa #project .unit-secTitle h2.title span {
    display: inline-block;
    max-width: 327px;
  }
  #page-biwa #project .row_01 .bg {
    background: url(/assets/images/biwa/biwa_project_ph01.jpg) center no-repeat;
    background-size: cover;
  }
  #page-biwa #project .row_01 .bg:after {
    left: 20px;
  }
  #page-biwa #project .row_02 .r_contents.bg {
    margin: 0;
    padding-top: 120%;
  }
  #page-biwa #project .row_02 .r_contents.bg:after {
    right: 20px;
  }
  #page-biwa #project .row_03 .bg:after {
    left: auto;
    right: 10px;
    bottom: -50px;
  }
  #page-biwa #relation .shop {
    background: url(/assets/images/biwa/biwa_relation_bg01.jpg) center no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 600px) {
  #page-biwa #cover h2 span {
    width: 196px;
  }
  #page-biwa #project .row_01 .bg:after {
    left: auto;
    right: 20px;
    bottom: -20px;
    width: 80px;
    height: 132px;
  }
  #page-biwa #project .row_02 {
    padding-top: 20px;
  }
  #page-biwa #project .row_02 .l_contents.bg {
    position: relative;
  }
  #page-biwa #project .row_02 .l_contents.bg:after {
    display: block;
    content: "";
    right: 20px;
    top: -30px;
    width: 120px;
    height: 131px;
    background: url(/assets/images/biwa/biwa_atatch02.png) center no-repeat;
    background-size: cover;
  }
  #page-biwa #project .row_02 .r_contents.bg:after {
    display: none;
  }
  #page-biwa #project .row_03 .bg:after {
    left: -60px;
    bottom: -20px;
    width: 200px;
    height: 136px;
  }
  #page-biwa #project .row_02 .r_contents.bg {
    padding-top: 60%;
  }
  #page-biwa #relation .shop {
    background: url(/assets/images/biwa/sp-biwa_relation_bg01.jpg) center no-repeat;
    background-size: cover;
  }
}
/* コーヒー
--------------------------------------------------------- */
#page-coffee .unit-section:after {
  display: none;
}
#page-coffee #cover {
  background: url(/assets/images/coffee/coffee_cover_bg01.jpg) center no-repeat;
  background-size: cover;
}
#page-coffee #cover h2 span {
  width: 274px;
}
#page-coffee #intro .unit-secTitle h2.title span {
  display: inline-block;
  max-width: 439px;
}
#page-coffee #intro .text {
  background: url(/assets/images/coffee/coffee_intro_bg01.png) center 200px no-repeat;
}
#page-coffee #intro .bg {
  background: url(/assets/images/coffee/coffee_intro_bg02.jpg) center no-repeat;
  background-size: cover;
}
#page-coffee #project .unit-secTitle h2.title span {
  display: inline-block;
  max-width: 292px;
}
#page-coffee #project .row_01 .bg {
  background: url(/assets/images/coffee/coffee_project_ph01.jpg) center no-repeat;
  background-size: cover;
}
#page-coffee #project .row_01 .bg:after {
  right: -420px;
  bottom: 0;
  width: 300px;
  height: 102px;
  background: url(/assets/images/coffee/coffee_atatch01.png) center no-repeat;
  background-size: cover;
}
#page-coffee #project .row_02 .bg {
  background: url(/assets/images/coffee/coffee_project_ph02.jpg) center no-repeat;
  background-size: cover;
}
#page-coffee #project .row_03 .bg {
  background: url(/assets/images/coffee/coffee_project_ph03.jpg) center no-repeat;
  background-size: cover;
}
#page-coffee #project .row_03 .bg:after {
  left: -400px;
  bottom: -60px;
  width: 323px;
  height: 133px;
  background: url(/assets/images/coffee/coffee_atatch02.png) center no-repeat;
  background-size: cover;
}
#page-coffee #project blockquote {
  position: relative;
  padding: 35px 0;
}
#page-coffee #project blockquote:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 35px;
  height: 26px;
  background: url(/assets/images/coffee/coffee_atatch03.png) center no-repeat;
}
#page-coffee #project blockquote:after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 35px;
  height: 26px;
  background: url(/assets/images/coffee/coffee_atatch04.png) center no-repeat;
}
#page-coffee #relation .shop {
  background: url(/assets/images/coffee/coffee_relation_bg01.jpg) center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 960px) {
  #page-coffee #intro .text {
    margin-bottom: 30px;
    padding-bottom: 120px;
    background: url(/assets/images/coffee/sp-coffee_intro_bg01.png) bottom center no-repeat;
    background-size: 275px 114px;
  }
  #page-coffee #project .row_01 .bg {
    background: url(/assets/images/coffee/coffee_project_ph01.jpg) center no-repeat;
    background-size: cover;
  }
  #page-coffee #project .row_01 .bg:after {
    right: -10px;
    bottom: -20px;
    width: 150px;
    height: 51px;
  }
  #page-coffee #project .row_03 .bg {
    background: url(/assets/images/coffee/coffee_project_ph03.jpg) center no-repeat;
    background-size: cover;
  }
  #page-coffee #project .row_03 .bg:after {
    left: auto;
    right: 20px;
    bottom: -20px;
    width: 162px;
    height: 67px;
  }
}
@media screen and (max-width: 600px) {
  #page-coffee #cover h2 span {
    width: 137px;
  }
  #page-coffee #project .row_01 .bg:after {
    right: 20px;
    bottom: -20px;
  }
  #page-coffee #project .row_03 .bg {
    background: url(/assets/images/coffee/coffee_project_ph03.jpg) center no-repeat;
    background-size: cover;
  }
  #page-coffee #project .row_03 .bg:after {
    left: auto;
    right: 20px;
    bottom: -20px;
    width: 162px;
    height: 67px;
  }
  #page-coffee #relation .shop {
    background: url(/assets/images/coffee/sp-coffee_relation_bg01.jpg) center no-repeat;
    background-size: cover;
  }
}
/* スウィーツ
--------------------------------------------------------- */
#page-sweet .unit-section:after {
  display: none;
}
#page-sweet #cover {
  background: url(/assets/images/sweet/sweet_cover_bg01.jpg) center no-repeat;
  background-size: cover;
}
#page-sweet #cover h2 span {
  width: 116px;
}
#page-sweet #intro {
  background: url(/assets/images/sweet/sweet_intro_bg01.png) center 120px no-repeat;
}
#page-sweet #intro .unit-secTitle h2.title span {
  display: inline-block;
  max-width: 299px;
}
#page-sweet #intro .bg {
  background: url(/assets/images/sweet/sweet_intro_bg02.jpg) center no-repeat;
  background-size: cover;
}
#page-sweet #project .unit-secTitle h2.title span {
  display: inline-block;
  max-width: 255px;
}
#page-sweet #project .row_01 .bg {
  background: url(/assets/images/sweet/sweet_project_ph01.jpg) center no-repeat;
  background-size: cover;
}
#page-sweet #project .row_01 .bg:after {
  right: -450px;
  bottom: -40px;
  width: 250px;
  height: 192px;
  background: url(/assets/images/sweet/sweet_atatch01.png) center no-repeat;
  background-size: cover;
}
#page-sweet #project .row_02 .bg {
  background: url(/assets/images/sweet/sweet_project_ph02.jpg) center no-repeat;
  background-size: cover;
}
#page-sweet #project .row_02 .bg:after {
  right: -420px;
  bottom: 40px;
  width: 198px;
  height: 100px;
  background: url(/assets/images/sweet/sweet_atatch02.png) center no-repeat;
  background-size: cover;
}
#page-sweet #project .row_03 .bg {
  background: url(/assets/images/sweet/sweet_project_ph03.jpg) center no-repeat;
  background-size: cover;
}
#page-sweet #project .row_03 .bg:after {
  left: -220px;
  bottom: 40px;
  width: 148px;
  height: 66px;
  background: url(/assets/images/sweet/sweet_atatch03.png) center no-repeat;
  background-size: cover;
}
#page-sweet #project .row_04 .bg {
  background: url(/assets/images/sweet/sweet_project_ph04.jpg) center no-repeat;
  background-size: cover;
}
#page-sweet #project .row_04 .bg:after {
  left: -400px;
  bottom: 30px;
  width: 242px;
  height: 140px;
  background: url(/assets/images/sweet/sweet_atatch04.png) center no-repeat;
  background-size: cover;
}
#page-sweet #relation .shop {
  background: url(/assets/images/sweet/sweet_relation_bg01.jpg) center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 960px) {
  #page-sweet #cover {
    background: url(/assets/images/sweet/sweet_cover_bg01.jpg) center no-repeat;
    background-size: cover;
  }
  #page-sweet #intro {
    background: none;
  }
  #page-sweet #intro .unit-secText {
    margin-bottom: 0;
  }
  #page-sweet #intro .text {
    margin-bottom: 30px;
    padding-bottom: 160px;
    background: url(/assets/images/sweet/sp-sweet_intro_bg01.png) center bottom no-repeat;
    background-size: 237px 142px;
  }
  #page-sweet #project .unit-secTitle h2.title span {
    display: inline-block;
    max-width: 255px;
  }
  #page-sweet #project .row_01 .bg:after {
    right: -10px;
    bottom: -80px;
  }
  #page-sweet #project .row_02 .bg:after {
    right: auto;
    left: 20px;
    bottom: -20px;
  }
  #page-sweet #project .row_03 .bg:after {
    left: -20px;
    bottom: -40px;
  }
  #page-sweet #project .row_04 .bg:after {
    left: -20px;
    bottom: -20px;
  }
  #page-sweet #relation .shop {
    background: url(/assets/images/sweet/sp-sweet_relation_bg01.jpg) center no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 600px) {
  #page-sweet #cover h2 span {
    width: 58px;
  }
  #page-sweet #project .unit-secTitle h2.title span {
    display: inline-block;
    max-width: 255px;
  }
  #page-sweet #project .row_01 .bg:after {
    background: url(/assets/images/sweet/sp-sweet_atatch01.png) center no-repeat;
    background-size: cover;
    right: 10px;
    bottom: -20px;
    width: 160px;
    height: 96px;
  }
  #page-sweet #project .row_02 .bg:after {
    right: 5px;
    left: auto;
    bottom: -15px;
    width: 160px;
    height: 81px;
  }
  #page-sweet #project .row_03 .bg:after {
    left: 20px;
    bottom: -20px;
    width: 100px;
    height: 45px;
  }
  #page-sweet #project .row_04 .bg:after {
    left: 20px;
    bottom: -10px;
    width: 180px;
    height: 104px;
  }
}
/* .category-products
--------------------------------------------------------- */
.category-products .unit-topicpath .u-spacer {
  border-top: none;
}
.category-products #cover .u-spacer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 460px;
}
.category-products #cover .u-spacer h2 span {
  display: inline-block;
}
.category-products #intro .unit-secText {
  margin-bottom: 40px;
}
.category-products #intro .bg {
  padding-top: 37.5%;
  height: 0;
}
.category-products #project .row .bg {
  position: relative;
  min-height: 520px;
}
.category-products #project .row .bg:after {
  position: absolute;
  z-index: 10;
  display: inline-block;
  content: "";
}
.category-products #project .text {
  padding: 20px 30px;
}
.category-products #project .text h3 {
  margin-bottom: 10px;
  font-size: 2.0rem;
  color: #123475;
  line-height: 1.6;
}
.category-products #project .text p:not(:last-child) {
  margin-bottom: 1.5em;
}
.category-products #relation {
  position: relative;
  margin-bottom: 120px;
}
.category-products #relation:after {
  position: absolute;
  left: 50%;
  top: 300px;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 400px;
  height: 192px;
  background: url(/assets/images/products/products_relation_atatch01.png) center no-repeat;
}
.category-products #relation .header {
  margin-bottom: 20px;
  color: #fff;
  font-size: 3.0rem;
}
.category-products #relation .unit-button {
  text-align: left;
}
.category-products #relation .unit-button .button {
  padding-left: 40px;
  padding-right: 40px;
  width: auto;
  min-width: inherit;
}
.category-products #relation .shop {
  display: table;
  width: 100%;
  margin-bottom: 140px;
}
.category-products #relation .shop .u-spacer {
  display: table;
  width: 900px;
}
.category-products #relation .shop .u-spacer .cell {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
  height: 400px;
}
.category-products #relation .relation ul li {
  width: 150px;
}

@media screen and (max-width: 960px) {
  .category-products {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .category-products .unit-col2 {
    align-items: center;
  }
  .category-products:after {
    display: none;
  }
  .category-products #cover .u-spacer {
    padding-top: 60%;
    height: 0;
  }
  .category-products #cover .u-spacer h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .category-products #project .text {
    padding: 20px;
  }
  .category-products #project .text h3 {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  .category-products #project .text p br {
    display: none;
  }
  .category-products #project .row .bg {
    padding-top: 60%;
    min-height: inherit;
  }
  .category-products #project .fullBg {
    margin-top: 0;
  }
  .category-products #relation {
    margin-bottom: 60px;
  }
  .category-products #relation .shop {
    margin-bottom: 120px;
  }
  .category-products #relation .shop .u-spacer {
    padding-top: 0;
    width: auto;
    height: 400px;
    justify-content: center;
  }
  .category-products #relation .shop .u-spacer p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding: 10px 20px;
    width: 75%;
    font-size: 1.3rem;
    line-height: 1.4;
    background: rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 600px) {
  .category-products #relation:after {
    top: 200px;
    width: 320px;
    height: 160px;
    background: url(/assets/images/products/products_relation_atatch01.png) center no-repeat;
    background-size: cover;
  }
  .category-products #relation .shop {
    margin-bottom: 80px;
  }
  .category-products #relation .shop .u-spacer {
    height: 250px;
    text-align: center;
  }
  .category-products #relation .shop .u-spacer .cell {
    height: 250px;
  }
  .category-products #relation .shop .u-spacer .unit-button {
    text-align: center;
  }
  .category-products #relation .shop .u-spacer .header {
    font-size: 1.8rem;
  }
  .category-products #relation .shop .u-spacer p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding: 10px 20px;
    width: 75%;
    font-size: 1.3rem;
    line-height: 1.4;
    background: rgba(0, 0, 0, 0.3);
  }
  .category-products #relation .shop .u-spacer p br {
    display: none;
  }
  .category-products #relation .relation {
    padding-top: 60px;
  }
  .category-products #relation .relation ul li {
    width: auto;
    max-width: 240px;
  }
}
/* =========================================================
共通パーツ
========================================================= */

/*# sourceMappingURL=style.css.map */
