@charset "UTF-8";
/* ================================================== *
 *    Compassのメインモジュールをインポート
 * ================================================== */
/* ------------------------------------------------- *
 *        Original Settings
 * ------------------------------------------------- */

/* CSS Document */
.p-attribute-2clm {
  margin-bottom: 40px;
}

.no-gutter > [class*='col-'] {
  /* 子要素のガター溝をなくす 通常は左右8px */
  padding-right: 0;
  padding-left: 0;
}

/* ------------------------------------------------- *
 *        c-header
 * ------------------------------------------------- */
header#header {
  display: none;
}

header.header_g1064_shuhai2017 {
  margin: 0 -500%;
  padding: 0 500%;
  background: #0c0909;
  border-bottom: 2px solid #be9e7a;
}

.c-header {
  /* 高さは指定しない プルダウンが機能しなくなる */
  background: #0c0909;
}
@media (max-width: 767px) {
  .c-header {
    padding: 2px 0 0; /* SP時ヘッダ余白  */
  }
}
@media (min-width: 768px) {
  .c-header {
    padding: 0px;
  }
}
@media (min-width: 992px) {
  .c-header {
    padding: 0px;
  }
}

.c-header.navbar-default {
  /* ヘッダ 全共通 */
  margin-bottom: 0;
}
.c-header.navbar-default .nav.navbar-nav > li > a {
  /* ヘッダナビリンク */
  color: #be9e7a;
}

.c-header.navbar-default .nav.navbar-nav > li > a:hover {
  color: #a0805b;
  background: rgba(40, 40, 40, 0.7);
}

.c-header.navbar-default .navbar-header {
  /* ロゴ */
  /* 高さは指定しない プルダウンが機能しなくなる */
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .c-header.navbar-default .navbar-header {
    margin-top: 1px;
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .c-header.navbar-default .navbar-header {
    margin-left: -8px;
    margin-top: 21px;
    margin-bottom: 18px;
  }
}
@media (min-width: 992px) {
  .c-header.navbar-default .navbar-header {
    margin-left: -8px;
    margin-top: 19px;
    margin-bottom: 18px;
  }
}

.c-header.navbar-default .navbar-brand {
  /* ロゴを内包 全共通 */
  height: auto;
  padding: 0;
}
@media (max-width: 767px) {
  .c-header.navbar-default .navbar-brand {
    position: absolute;
    top: 14px;
    left: 50%;
    padding: 0;
    margin-left: -104px;
    overflow: hidden;
    width: 200px;
  }
  .c-header.navbar-default .navbar-brand img {
    width: 268px;
    height: auto;
  }
}
@media (min-width: 768px) {
  .c-header.navbar-default .navbar-brand {
    padding: 0;
    /*margin-top: -10px;*/
    margin-right: 0px; /* ロゴ右横の余白 */
  }
  .c-header.navbar-default .navbar-brand img {
    width: 310px;
    height: 28px;
  }
}
@media (min-width: 992px) {
  .c-header.navbar-default .navbar-brand {
    padding: 0;
    /*margin-top: -10px;*/
    margin-right: 0px; /* ロゴ右横の余白 */
  }
  .c-header.navbar-default .navbar-brand img {
    width: 362px;
    height: 33px;
  }
}

.navbar-default {
  border: none;
}

.c-header.navbar-default .navbar-collapse {
  /* ロゴを内包したヘッダ部分 */
  max-height: none;
}
@media (max-width: 767px) {
  .c-header.navbar-default .navbar-collapse {
    z-index: 20;
    margin-top: 6px;
    border-top: 2px solid #be9e7a;
  }
}

.c-header.navbar-default .navbar-collapse .navbar-nav {
  float: none;
}
@media (max-width: 767px) {
  .c-header.navbar-default .navbar-collapse .navbar-nav {
    margin-top: 6px;
  }
}
@media (min-width: 768px) {
  .c-header.navbar-default .navbar-collapse .navbar-nav {
    float: right;
    margin-top: 16px; /* 調整 */
    margin-right: -16px;
    font-size: 87.5%;
  }
}
@media (min-width: 992px) {
  .c-header.navbar-default .navbar-collapse .navbar-nav {
    float: right;
    margin-top: 18px; /* 調整 */
    margin-right: -20px;
    font-size: 87.5%;
  }
}

.c-header.navbar-default .navbar-collapse .navbar-nav > li > a {
  padding-top: 10px; /* 15px */
  padding-bottom: 10px; /* 15px */
}
@media (max-width: 767px) {
  .c-header.navbar-default .navbar-collapse .navbar-nav > li > a {
    border-bottom: 1px solid #292521;
  }
  .c-header.navbar-default .navbar-collapse .navbar-nav > li > a span {
    display: inline !important;
  }
}
.c-header.navbar-default .navbar-collapse .navbar-nav > li:last-child a {
  border-bottom: none;
}

.c-header.navbar-default .navbar-collapse .navbar-form {
  clear: right;
  float: right;
}

.c-header.navbar-default .navbar-toggle {
  /* SP トグルボタン */
  position: relative;
  float: right;
  padding: 9px 10px 4px 10px; /* 下は.icon-barの間隔調整の影響を受ける */
  margin-top: 10px; /* 8px */
  margin-right: -5px; /* 15px */
  margin-bottom: 3px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-default .navbar-toggle .icon-bar {
  /* ハンバーガーアイコン */
  background-color: #be9e7a; /* 横LINEの色 */
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  margin-bottom: 5px; /* 間隔調整 */
}

@media (min-width: 768px) {
  html {
    overflow: auto;
  }
}

@media (min-width: 768px) {
  body {
    overflow-x: hidden;
    min-width: 814px;
    position: relative;
  }
}

.btn-primary .c-icon-26 {
  display: inline-block;
  margin-top: -3px;
  margin-right: 7px;
  font-size: 2.3rem;
  vertical-align: middle;
}

.btn-primary {
  /* 申し込みボタン ※共通 */
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1;
  width: 70%;
  margin: 0 auto 20px auto;
  padding: 14px 0 13px 0;
  background: #018f92;
  background: linear-gradient(to bottom, #97693b, #7f562b);
  box-shadow: 2px 2px 2px rgba(6, 0, 1, 0.12);
  color: #fdfdfd;
}
.btn-primary:link,
.btn-primary:visited {
  color: #fdfdfd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:focus {
  color: #fdfdfd;
  background: #017578;
  background: linear-gradient(to bottom, #764823, #553316);
}

#contents {
  /* 特集ページ専用背景 */
  background: #fefefe;
}
@media (min-width: 768px) {
  #contents {
    overflow: hidden;
  }
}

#sidebar {
  /* レフトカラムを非表示 */
}
@media (min-width: 992px) {
  #sidebar {
    display: none;
  }
}

#main {
  padding-top: 0px;
}
@media (max-width: 767px) {
  #main {
    border: none;
  }
}

.box_attributehtml {
  padding-bottom: 30px; /* 50px */
  background: #fefefe;
}
@media (max-width: 767px) {
  .box_attributehtml {
    margin-left: -8px;
    margin-right: -8px;
    overflow: hidden; /* iPhoneでの右余白を消す PC版では設定しない */
  }
}

.g1064_shuhai2017 {
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .g1064_shuhai2017 {
    margin: 0;
    padding: 0;
  }
}
.g1064_shuhai2017 a {
  color: #c1854a;
  text-decoration: underline;
}
.g1064_shuhai2017 h2 {
  margin: 88px auto 65px auto;
}
@media (max-width: 767px) {
  .g1064_shuhai2017 h2 {
    clear: both;
    position: relative;
    width: 86%;
    text-align: center;
    margin: 60px auto 50px auto;
    line-height: 0; /* 必須 */
    padding: 2px 0 2px 0;
    border-top: 1px solid #8b96c0;
    border-bottom: 1px solid #8b96c0;
  }
  .g1064_shuhai2017 h2 span {
    width: 100%;
    display: inline-block;
    padding: 27px 12px 26px 12px;
    border-top: 1px solid #8b96c0;
    border-bottom: 1px solid #8b96c0;
  }
  .g1064_shuhai2017 h2 span img {
    margin: 0 auto;
    vertical-align: bottom;
  }
}
@media (min-width: 768px) {
  .g1064_shuhai2017 h2 {
    clear: both;
    position: relative;
    width: 80%;
    text-align: center;
    line-height: 0; /* 必須 */
    padding: 3px 0;
    border-top: 1px solid #8b96c0;
    border-bottom: 1px solid #8b96c0;
  }
  .g1064_shuhai2017 h2 span {
    width: 100%;
    display: inline-block;
    padding: 27px 0 26px 0;
    border-top: 1px solid #8b96c0;
    border-bottom: 1px solid #8b96c0;
  }
  .g1064_shuhai2017 h2 span img {
    margin: 0 auto;
    vertical-align: bottom;
  }
}
@media (min-width: 992px) {
  .g1064_shuhai2017 h2 {
    clear: both;
    position: relative;
    width: 70%;
    text-align: center;
    line-height: 0; /* 必須 */
    padding: 3px 0;
    border-top: 1px solid #8b96c0;
    border-bottom: 1px solid #8b96c0;
  }
  .g1064_shuhai2017 h2 span {
    width: 100%;
    display: inline-block;
    padding: 27px 0 26px 0;
    border-top: 1px solid #8b96c0;
    border-bottom: 1px solid #8b96c0;
  }
  .g1064_shuhai2017 h2 span img {
    margin: 0 auto;
    vertical-align: bottom;
  }
}

.g1064_shuhai2017 h3 {
  color: #283788;
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 32px;
}

.g1064_shuhai2017 p {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .box_1005_796 {
    position: relative;
    overflow: hidden;
    width: 796px;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .box_1005_796 {
    overflow: visible;
    position: relative;
    width: 1005px;
    margin-left: 0;
  }
}

.jumbotron-01 {
  /* 第一階層 */
}
@media (max-width: 767px) {
  .jumbotron-01 {
    overflow: hidden;
    z-index: 1;
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .jumbotron-01 {
    z-index: 1;
    margin: 0 -500%;
    padding: 0 500%;
    background-color: #030205;
  }
}
@media (min-width: 992px) {
  .jumbotron-01 {
    z-index: 1;
    margin: 0 -500%;
    padding: 0 500%;
    background-color: #030205;
  }
}

@media (max-width: 767px) {
  .jumbotron-01 .box_1005_796 {
    min-height: 510px;
    background: #020104;
  }
}
@media (min-width: 768px) {
  .jumbotron-01 .box_1005_796 {
    min-height: 467px;
  }
}
@media (min-width: 992px) {
  .jumbotron-01 .box_1005_796 {
    min-height: 590px;
  }
}

.jumbotron-01 .box_1005_796 .btn_jumbotron-01 {
  /* ご購入はこちらボタン */
}
@media (max-width: 767px) {
  .jumbotron-01 .box_1005_796 .btn_jumbotron-01 {
    z-index: 10;
    position: absolute;
    top: 394px;
    left: 2px;
  }
  .jumbotron-01 .box_1005_796 .btn_jumbotron-01 img {
    width: 77%;
    height: auto;
  }
}
@media (min-width: 768px) {
  .jumbotron-01 .box_1005_796 .btn_jumbotron-01 {
    z-index: 10;
    position: absolute;
    top: 286px;
    left: 26px;
  }
  .jumbotron-01 .box_1005_796 .btn_jumbotron-01 img {
    width: 92%;
    height: auto;
  }
}
@media (min-width: 992px) {
  .jumbotron-01 .box_1005_796 .btn_jumbotron-01 {
    z-index: 10;
    position: absolute;
    top: 368px;
    left: 38px;
  }
  .jumbotron-01 .box_1005_796 .btn_jumbotron-01 img {
    width: 100%;
    height: auto;
  }
}

.jumbotron-01 .box_1005_796 .btn_jumbotron-01 img:hover {
  cursor: pointer;
  opacity: 0.75;
}
/* FVイメージ */
@media (max-width: 767px) {
  .jumbotron-01 .box_1005_796 .g1064_topimage_01 {
    width: 100%;
    min-height: 510px;
    background: url(/user/images/pg/1672/topimage_2026.jpg) no-repeat;
    background-position: center top;
    background-size: auto 510px;
  }
}
@media (min-width: 768px) {
  .jumbotron-01 .box_1005_796 .g1064_topimage_01 {
    width: 796px;
    min-height: 467px;
    background: url(/user/images/pg/1672/topimage_2026.jpg) no-repeat;
    background-position: center top;
    background-size: contain;
  }
}
@media (min-width: 992px) {
  .jumbotron-01 .box_1005_796 .g1064_topimage_01 {
    width: 1005px;
    min-height: 590px;
    background: url(/user/images/pg/1672/topimage_2026.jpg) no-repeat;
    background-position: center top;
  }
}

@media (max-width: 767px) {
  .jumbotron-01 .box_1005_796 .g1064_topimage_02 {
    width: 100%;
    min-height: 510px;
    background: url(/user/images/pg/590/g1064_topimage_02.jpg) no-repeat;
    background-position: -460px top;
    background-size: auto 560px;
  }
}
@media (min-width: 768px) {
  .jumbotron-01 .box_1005_796 .g1064_topimage_02 {
    width: 796px;
    min-height: 467px;
    background: url(/user/images/pg/590/g1064_topimage_02.jpg) no-repeat;
    background-position: center top;
    background-size: contain;
  }
}
@media (min-width: 992px) {
  .jumbotron-01 .box_1005_796 .g1064_topimage_02 {
    width: 1005px;
    min-height: 590px;
    background: url(/user/images/pg/590/g1064_topimage_02.jpg) no-repeat;
    background-position: center top;
  }
}

@media (max-width: 767px) {
  .jumbotron-01 h1 {
    position: absolute;
    top: 56px;
    left: 62%;
  }
  .jumbotron-01 h1 img {
    width: 130px; /* 137*335 */
    height: auto;
  }
}
@media (max-width: 320px) {
  .jumbotron-01 h1 {
    position: absolute;
    top: 44px;
    left: 204px;
  }
  .jumbotron-01 h1 img {
    width: 120px;
    height: auto;
  }
}
@media (min-width: 768px) {
  .jumbotron-01 h1 {
    position: absolute;
    top: 52px;
    left: 632px;
  }
  .jumbotron-01 h1 img {
    width: 136px; /* 137*335 */
    height: 332px;
  }
}
@media (min-width: 992px) {
  .jumbotron-01 h1 {
    position: absolute;
    top: 111px;
    left: 820px;
  }
  .jumbotron-01 h1 img {
    width: 137px;
    height: 335px;
  }
}

@media (min-width: 768px) {
  .jumbotron-01 .copy_01 {
    position: absolute;
    top: 54px;
    left: 572px;
  }
  .jumbotron-01 .copy_01 img {
    width: 27px; /* 30*272 */
    height: 244px;
  }
}
@media (min-width: 992px) {
  .jumbotron-01 .copy_01 {
    position: absolute;
    top: 111px;
    left: 748px;
  }
  .jumbotron-01 .copy_01 img {
    width: 30px;
    height: 272px;
  }
}

@media (min-width: 768px) {
  .jumbotron-01 .copy_02 {
    position: absolute;
    top: 54px;
    left: 10px;
  }
  .jumbotron-01 .copy_02 img {
    width: 230px; /* 249*264 */
    height: 244px;
  }
}
@media (min-width: 992px) {
  .jumbotron-01 .copy_02 {
    position: absolute;
    top: 114px;
    left: 26px;
  }
  .jumbotron-01 .copy_02 img {
    width: 249px;
    height: 264px;
  }
}

@media (max-width: 767px) {
  .jumbotron-01 .copy_03 {
    position: absolute;
    top: 54px;
    left: 50%;
    margin-left: -94px;
  }
  .jumbotron-01 .copy_03 img {
    width: 188px; /* 204*345 */
    height: auto;
  }
}
@media (min-width: 768px) {
  .jumbotron-01 .copy_03 {
    position: absolute;
    top: 68px;
    left: 300px;
  }
  .jumbotron-01 .copy_03 img {
    width: 190px; /* 204*345 */
    height: 321px;
  }
}
@media (min-width: 992px) {
  .jumbotron-01 .copy_03 {
    position: absolute;
    top: 108px;
    left: 377px;
  }
  .jumbotron-01 .copy_03 img {
    width: 204px;
    height: 345px;
  }
}

.section-01 {
  /* 日本最高の洋食器を作る大倉陶園と食文化の共同企画 */
}

.section-01 h2 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-01 h2 {
    margin-bottom: 20px;
  }
}

.section-01 p {
  font-size: 15px;
  color: #22307c;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .section-01 p {
    text-align: left;
    font-size: 1.5rem;
    color: #22307c;
    margin: 0 24px 60px 32px;
  }
}

.section-01 p:last-child {
  margin-bottom: 80px;
  padding: 0 30px;
}

.section-01 p img {
  margin: 0 auto;
}

.section-02 {
  /* 行く年来る年の想い出の一部に干支の酒杯 */
  margin: 0 -500%;
  padding: 0 500%;
  background-color: #030205;
}

.section-02 .row {
  /* 行く年来る年の想い出の一部に干支の酒杯 */
}
@media (max-width: 767px) {
  .section-02 .row {
    min-height: 620px;
    position: relative;
  }
  .section-02 .row img {
    /* SP辰年酒杯 */
    opacity: 0.45;
    width: auto;
    height: 520px;
    margin-top: 50px;
    margin-left: -140px;
  }
  .section-02 .row .col-md-12 {
    z-index: 1;
    position: absolute;
    top: 0;
    padding-top: 45px; /* 92 */
    padding-bottom: 25px;
  }
  .section-02 .row .col-md-12 h3 {
    font-size: 2.1rem;
    font-weight: normal;
    line-height: 1.4;
    color: #fefefe;
    margin: 0 0 12px 0;
    text-align: center;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.7);
  }
  .section-02 .row .col-md-12 p {
    font-size: 1.4rem; /* TEXT 行く年来る年の想い出の一部に干支の酒杯 */
    color: #fefefe;
    margin: 0 28px 8px 36px;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.7);
  }
}
@media (max-width: 320px) {
  .section-02 .row .col-md-12 h3 {
    font-size: 1.9rem;
  }
}
@media (min-width: 768px) {
  .section-02 .row {
    min-height: 698px;
    position: relative;
  }
  .section-02 .row img {
    /* Tablet辰年酒杯 */
    z-index: 0;
    position: absolute;
    top: 30px;
    margin-left: -260px;
  }
  .section-02 .row .col-md-12 {
    z-index: 1;
    position: absolute;
    top: 0;
    padding-top: 170px; /* 92 */
    padding-bottom: 30px;
  }
  .section-02 .row .col-md-12 h3 {
    color: #fefefe;
    margin: 0 0 18px 28px;
  }
  .section-02 .row .col-md-12 p {
    font-size: 1.4rem; /* TEXT 行く年来る年の想い出の一部に干支の酒杯 */
    color: #fefefe;
    margin: 0 20px 10px 28px;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.7);
  }
}
@media (min-width: 992px) {
  .section-02 .row {
    min-height: 720px;
    position: relative;
  }
  .section-02 .row img {
    /* PC辰年酒杯 */
    z-index: 0;
    position: absolute;
    top: 30px;
    margin-left: -160px;
  }
  .section-02 .row .col-md-12 {
    z-index: 1;
    position: absolute;
    top: 0;
    padding-top: 170px;
    padding-bottom: 40px;
  }
  .section-02 .row .col-md-12 h3 {
    color: #fefefe;
    margin: 0 0 22px 28px;
  }
  .section-02 .row .col-md-12 p {
    font-size: 1.4rem; /* TEXT 行く年来る年の想い出の一部に干支の酒杯 */
    color: #fefefe;
    margin: 0 20px 12px 28px;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.7);
  }
}

.section-03 {
  /* 十二支を刻む白磁の酒杯 */
}
.section-03 h2 {
  margin: 88px auto 35px auto;
}
.section-03 .row.no-gutters {
  /* border-bottom: 1px solid #afbce1; */
}
@media (max-width: 767px) {
  .section-03 .row.no-gutters {
    border: none;
  }
}
.section-03 .row:nth-of-type(4) {
  border: none;
  margin-bottom: 20px;
}
.section-03 .col-md-12.col-sm-12.col-xs-24 {
  padding: 50px 14px 15px 14px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .section-03 .col-md-12.col-sm-12.col-xs-24 {
    padding: 15px 28px 15px 28px;
  }
}
@media (max-width: 767px) {
  .section-03 .col-md-12.col-sm-12.col-xs-24 h3 {
    text-align: center;
  }
}
.section-03 .col-md-12.col-sm-12.col-xs-24 p {
  width: 90%;
}
@media (max-width: 767px) {
  .section-03 .col-md-12.col-sm-12.col-xs-24 p {
    width: 100%;
  }
}
.section-03 .col-md-12.col-sm-12.col-xs-24 p:last-child {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .section-03 .col-md-12.col-sm-12.col-xs-24 p:last-child {
    margin-bottom: 10px;
  }
}
.section-03 a:link,
.section-03 a:visited {
  line-height: 3;
  color: #c5a05a;
}
.section-03 a:hover,
.section-03 a:focus,
.section-03 a:focus {
  color: #af8536;
  background: #f5f0e6;
}
.section-03 a.a-attribute_products:link,
.section-03 a.a-attribute_products:visited {
  display: block;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #d1ac67;
  border: 2px solid #d2a973;
  text-align: center;
}
@media (max-width: 767px) {
  .section-03 a.a-attribute_products:link,
  .section-03 a.a-attribute_products:visited {
    width: 84%;
    padding: 23px 0;
    margin: 0 0 60px 30px;
  }
}
@media (min-width: 768px) {
  .section-03 a.a-attribute_products:link,
  .section-03 a.a-attribute_products:visited {
    width: 70%;
    padding: 21px;
    margin: 0 auto 90px auto;
  }
}
@media (min-width: 992px) {
  .section-03 a.a-attribute_products:link,
  .section-03 a.a-attribute_products:visited {
    width: 70%;
    padding: 22px 0 21px 0;
    margin: 0 auto 90px auto;
  }
}
.section-03 a.a-attribute_products:link .c-icon-26,
.section-03 a.a-attribute_products:visited .c-icon-26 {
  display: inline-block;
  margin-top: -3px;
  margin-right: 10px;
  font-size: 2.4rem;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .section-03 a.a-attribute_products:link .c-icon-26,
  .section-03 a.a-attribute_products:visited .c-icon-26 {
    font-size: 2.4rem;
    margin-right: 2px;
  }
}
.section-03 a.a-attribute_products:hover,
.section-03 a.a-attribute_products:focus,
.section-03 a.a-attribute_products:focus {
  text-decoration: none;
  color: #d1ac67;
  background: #f5f4f2;
}

.section-04 {
  /* 拡大写真 */
  margin: 0 -500%;
  padding: 0 500%;
  background-color: #020202;
}
@media (max-width: 767px) {
  .section-04 {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-04 {
    margin: 0 -500%;
    padding: 0 500%;
    background-color: #020202;
  }
}

.section-05 {
  /* 大倉陶園のものづくりにかける情熱 */
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .section-05 {
    margin-bottom: 20px;
  }
}

.section-05 .row:first-of-type .col-md-12.col-sm-12.col-xs-24 {
  padding: 0;
  margin-bottom: 30px;
}
.section-05 .row:first-of-type .col-md-12.col-sm-12.col-xs-24:nth-of-type(1),
.section-05 .row:first-of-type .col-md-12.col-sm-12.col-xs-24:nth-of-type(2) {
  min-height: 480px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .section-05 .row:first-of-type .col-md-12.col-sm-12.col-xs-24:nth-of-type(1),
  .section-05 .row:first-of-type .col-md-12.col-sm-12.col-xs-24:nth-of-type(2) {
    padding-left: 20px;
    padding-right: 30px;
  }
  .section-05 .row:first-of-type .col-md-12.col-sm-12.col-xs-24:nth-of-type(1) p:last-child,
  .section-05 .row:first-of-type .col-md-12.col-sm-12.col-xs-24:nth-of-type(2) p:last-child {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .section-05 .row:first-of-type .col-md-12.col-sm-12.col-xs-24:nth-of-type(1),
  .section-05 .row:first-of-type .col-md-12.col-sm-12.col-xs-24:nth-of-type(2) {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .section-05 .row:first-of-type .col-md-12.col-sm-12.col-xs-24:nth-of-type(1),
  .section-05 .row:first-of-type .col-md-12.col-sm-12.col-xs-24:nth-of-type(2) {
    margin-bottom: 0px;
  }
}

.section-05 .col-md-12.col-sm-12.col-xs-24 h4,
.section-05 .col-md-12.col-sm-12.col-xs-24 p {
  margin-left: 14px;
}

.section-05 .col-md-12.col-sm-12.col-xs-24 h4 {
  width: 80%;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 16px;
}

.section-05 .col-md-12.col-sm-12.col-xs-24 p {
  width: 90%; /* 95% */
}
@media (max-width: 767px) {
  .section-05 .col-md-12.col-sm-12.col-xs-24 p {
    width: 100%;
  }
}

.section-05 .col-md-12.col-sm-12.col-xs-24 img {
  margin-bottom: 20px;
}

.section-05 .col-md-12.col-sm-12.col-xs-24 img + p {
  width: 100%;
  text-align: left;
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .section-05 .col-md-12.col-sm-12.col-xs-24 img + p {
    margin: 0 0 20px 0;
    padding: 0 18px 0 18px;
  }
}
@media (min-width: 768px) {
  .section-05 .col-md-12.col-sm-12.col-xs-24 img + p {
    margin: 0 0 60px 0;
    padding: 0 10px 0 10px;
  }
}
@media (min-width: 992px) {
  .section-05 .col-md-12.col-sm-12.col-xs-24 img + p {
    text-align: center;
    margin: 0 0 60px 0;
    padding: 0;
  }
}

.section-05 .box_1005_796 {
  clear: both;
}

.section-05 .row:nth-child(2) .box_1005_796 {
  /* 大倉陶園の酒器担当のデザイナー　伊藤康行氏のコメント */
}
@media (min-width: 768px) {
  .section-05 .row:nth-child(2) .box_1005_796 {
    background: #eaeaea;
    padding-bottom: 20px;
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .section-05 .row:nth-child(2) .box_1005_796 {
    background: #eaeaea;
    padding-bottom: 20px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .section-05 .row:nth-child(2) .box_1005_796 .col-md-9.col-sm-9.col-xs-24 .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 30px auto;
  }
}

.section-05 .row:nth-child(2) .box_1005_796 .col-md-12.col-sm-12.col-xs-24 {
  min-height: 380px;
}

@media (max-width: 767px) {
  .section-05 .row:nth-child(2) .box_1005_796 .col-md-15.col-sm-15.col-xs-24 {
    padding-left: 18px;
    padding-right: 18px;
  }
  .section-05 .row:nth-child(2) .box_1005_796 .col-md-15.col-sm-15.col-xs-24 p:last-child {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .section-05 .row:nth-child(2) .box_1005_796 .col-md-15.col-sm-15.col-xs-24 {
    padding: 45px 10px 15px 10px;
  }
}
@media (min-width: 992px) {
  .section-05 .row:nth-child(2) .box_1005_796 .col-md-15.col-sm-15.col-xs-24 {
    padding: 50px 10px 15px 10px;
  }
}

@media (max-width: 767px) {
  .section-05 .row:nth-child(2) .box_1005_796 .col-md-15.col-sm-15.col-xs-24 h3 {
    text-align: center;
    color: #283788;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .section-05 .row:nth-child(2) .box_1005_796 .col-md-15.col-sm-15.col-xs-24 h3 {
    color: #283788;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.3;
    margin: 10px 0 35px 0px;
  }
}
@media (min-width: 992px) {
  .section-05 .row:nth-child(2) .box_1005_796 .col-md-15.col-sm-15.col-xs-24 h3 {
    color: #283788;
    font-size: 1.55rem;
    font-weight: normal;
    line-height: 1.3;
    margin: 10px 0 35px 0px;
  }
}

@media (max-width: 767px) {
  .section-05 .row:nth-child(2) .box_1005_796 .col-md-15.col-sm-15.col-xs-24 h4 {
    font-size: 1.4rem;
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .section-05 .row:nth-child(2) .box_1005_796 .col-md-15.col-sm-15.col-xs-24 h4 {
    font-size: 1.4rem;
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .section-05 .row:nth-child(2) .box_1005_796 .col-md-15.col-sm-15.col-xs-24 h4 {
    font-size: 1.4rem;
    line-height: 1.3;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .section-05 .row:nth-child(2) .box_1005_796 .col-md-15.col-sm-15.col-xs-24 p {
    font-size: 1.3rem;
    margin-left: 0px;
  }
}
@media (min-width: 992px) {
  .section-05 .row:nth-child(2) .box_1005_796 .col-md-15.col-sm-15.col-xs-24 p {
    font-size: 1.3rem;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .section-05 .row:nth-child(2) .box_1005_796 .col-md-15.col-sm-15.col-xs-24 p {
    margin: 0 0 15px 0;
  }
}

.section-05 .row:nth-child(3) {
  /* すべてが職人の手作りです〜大倉陶園は1919年、大倉孫兵衛、和親親子により創業されました */
  min-height: 480px;
  position: relative;
}
@media (max-width: 767px) {
  .section-05 .row:nth-child(3) {
    min-height: 700px;
  }
}

.section-05 .row:nth-child(3) h3 {
  display: block;
  text-align: center;
  width: 160px;
  height: 160px;
  border-radius: 80px;
  border: 2px solid #d1ac67;
  background-color: rgba(254, 254, 254, 0.9);
}
@media (max-width: 767px) {
  .section-05 .row:nth-child(3) h3 {
    display: none;
  }
}
@media (min-width: 768px) {
  .section-05 .row:nth-child(3) h3 {
    z-index: 1;
    position: absolute;
    top: 310px;
    left: 200px;
  }
}
@media (min-width: 992px) {
  .section-05 .row:nth-child(3) h3 {
    z-index: 1;
    position: absolute;
    top: 80px;
    left: -110px;
  }
}
.section-05 .row:nth-child(3) h3 span {
  position: relative;
  top: 40%;
  margin: 0 auto 0 auto; /*  １行-4%　２行-10%　３行-17%　*/
  width: 140px;
  text-align: center;
  font-size: 1.4rem;
  color: #d1ac67;
  line-height: 1.6;
}

.section-05 .row:nth-child(3) img {
  /* すべてが職人の手作り */
}
@media (max-width: 767px) {
  .section-05 .row:nth-child(3) img {
    width: 120%;
    margin-left: -50px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .section-05 .row:nth-child(3) img {
    z-index: 0;
    position: absolute;
    top: 18px;
    margin-left: -120px;
  }
}
@media (min-width: 992px) {
  .section-05 .row:nth-child(3) img {
    z-index: 0;
    position: absolute;
    top: 18px;
    margin-left: -120px;
  }
}

.section-05 .row:nth-child(3) .col-md-12 {
  position: relative;
  min-height: 100px;
  border: 2px solid #d8b686;
  background-color: rgba(254, 254, 254, 0.9);
  background-image: url(/user/images/pg/590/dot_01.svg), url(/user/images/pg/590/dot_02.svg);
  background-position: left top, left bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .section-05 .row:nth-child(3) .col-md-12 {
    width: 90%;
    margin: 0 0 15px 20px;
    padding: 30px 16px 18px 22px;
  }
}
@media (min-width: 768px) {
  .section-05 .row:nth-child(3) .col-md-12 {
    z-index: 1;
    position: absolute;
    top: 15px;
    padding: 40px 20px 30px 36px;
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .section-05 .row:nth-child(3) .col-md-12 {
    z-index: 1;
    position: absolute;
    top: 15px;
    padding: 40px 20px 30px 36px;
    margin-top: 40px;
  }
}
.section-05 .row:nth-child(3) .col-md-12 p {
  font-size: 1.3rem;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
}

/*ChromeとOperaのみだけに適用されるCSSハック*/
@media all and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0), all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .section-05 .row:nth-child(3) .col-md-12 {
    background-image: none;
  }
}
.section-05 .col-md-6 {
  /* 制作過程 */
}
@media (max-width: 767px) {
  .section-05 .col-md-6 {
    min-height: 242px;
  }
}
@media (min-width: 768px) {
  .section-05 .col-md-6 {
    min-height: 290px;
  }
}
@media (min-width: 992px) {
  .section-05 .col-md-6 {
    min-height: 290px;
  }
}

.section-05 .col-md-6 img {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .section-05 .col-md-6 img {
    margin-bottom: 13px;
  }
}

.section-05 .col-md-6 img + p {
  font-size: 1.3rem;
  line-height: 1.6;
  margin: 0 10px 0 5px;
}
@media (max-width: 767px) {
  .section-05 .col-md-6 img + p {
    margin: 0;
    padding: 0 15px 0 5px;
  }
}

@media (max-width: 767px) {
  .section-05 .col-md-6:nth-child(odd) p {
    padding: 0 10px 0 18px;
  }
}

.section-06 {
  /* オーダーメイド */
  display: none;
  border: 2px solid red;
  padding: 100px;
  text-align: center;
  font-size: 2.5rem;
  margin: 200px 0;
}

.section-07 {
  /* 商品 */
  margin: 0 -500%;
  padding: 0 500%;
  padding-top: 70px;
  padding-bottom: 40px;
  background-color: #0c0909;
  color: #fefefe;
}
.section-07 .col-md-12 {
  text-align: center;
}
@media (max-width: 767px) {
  .section-07 .col-md-12.section-07-product {
    padding-top: 10px;
    min-height: 300px;
  }
  .section-07 .col-md-12.section-07-product img {
    margin-bottom: 17px;
  }
}
@media (min-width: 768px) {
  .section-07 .col-md-12.section-07-product {
    min-height: 420px;
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .section-07 .col-md-12.section-07-product {
    min-height: 500px;
    padding-top: 50px;
  }
}
/* START セレクターの書き換え */
.section-07 .col-md-12:nth-child(2),
.section-07 .col-md-12:nth-child(6),
.section-07 .col-md-12:nth-child(10),
.section-07 .col-md-12:nth-child(14),
.section-07 .col-md-12:nth-child(18),
.section-07 .col-md-12:nth-child(22),
.section-07 .col-md-12:nth-child(26),
.section-07 .col-md-12:nth-child(30),
.section-07 .col-md-12:nth-child(34),
.section-07 .col-md-12:nth-child(37),
.section-07 .col-md-12:nth-child(41) {
  color: #e9e9e9;
  /* border: 2px solid red; */
}
@media (min-width: 768px) {
  .section-07 .col-md-12:nth-child(2),
  .section-07 .col-md-12:nth-child(6),
  .section-07 .col-md-12:nth-child(10),
  .section-07 .col-md-12:nth-child(14),
  .section-07 .col-md-12:nth-child(18),
  .section-07 .col-md-12:nth-child(22),
  .section-07 .col-md-12:nth-child(26),
  .section-07 .col-md-12:nth-child(30),
  .section-07 .col-md-12:nth-child(34),
  .section-07 .col-md-12:nth-child(37),
  .section-07 .col-md-12:nth-child(41) {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .section-07 .col-md-12:nth-child(2),
  .section-07 .col-md-12:nth-child(6),
  .section-07 .col-md-12:nth-child(10),
  .section-07 .col-md-12:nth-child(14),
  .section-07 .col-md-12:nth-child(18),
  .section-07 .col-md-12:nth-child(22),
  .section-07 .col-md-12:nth-child(26),
  .section-07 .col-md-12:nth-child(30),
  .section-07 .col-md-12:nth-child(34),
  .section-07 .col-md-12:nth-child(37),
  .section-07 .col-md-12:nth-child(41) {
    padding-top: 80px;
  }
}
.section-07 .col-md-12:nth-child(2) h3,
.section-07 .col-md-12:nth-child(6) h3,
.section-07 .col-md-12:nth-child(10) h3,
.section-07 .col-md-12:nth-child(14) h3,
.section-07 .col-md-12:nth-child(18) h3,
.section-07 .col-md-12:nth-child(22) h3,
.section-07 .col-md-12:nth-child(26) h3,
.section-07 .col-md-12:nth-child(30) h3,
.section-07 .col-md-12:nth-child(34) h3,
.section-07 .col-md-12:nth-child(37) h3,
.section-07 .col-md-12:nth-child(41) h3 {
  letter-spacing: 0.06em;
  color: #e9e9e9;
  font-weight: normal;
  font-size: 5.1rem;
  line-height: 1;
  margin-bottom: 19px;
}
@media (max-width: 767px) {
  .section-07 .col-md-12:nth-child(2) h3,
  .section-07 .col-md-12:nth-child(6) h3,
  .section-07 .col-md-12:nth-child(10) h3,
  .section-07 .col-md-12:nth-child(14) h3,
  .section-07 .col-md-12:nth-child(18) h3,
  .section-07 .col-md-12:nth-child(22) h3,
  .section-07 .col-md-12:nth-child(26) h3,
  .section-07 .col-md-12:nth-child(30) h3,
  .section-07 .col-md-12:nth-child(34) h3,
  .section-07 .col-md-12:nth-child(37) h3,
  .section-07 .col-md-12:nth-child(41) h3 {
    font-size: 4.8rem;
  }
  .section-07 .col-md-12:nth-child(2) h3 span,
  .section-07 .col-md-12:nth-child(6) h3 span,
  .section-07 .col-md-12:nth-child(10) h3 span,
  .section-07 .col-md-12:nth-child(14) h3 span,
  .section-07 .col-md-12:nth-child(18) h3 span,
  .section-07 .col-md-12:nth-child(22) h3 span,
  .section-07 .col-md-12:nth-child(26) h3 span,
  .section-07 .col-md-12:nth-child(30) h3 span,
  .section-07 .col-md-12:nth-child(34) h3 span,
  .section-07 .col-md-12:nth-child(37) h3 span,
  .section-07 .col-md-12:nth-child(41) h3 span {
    font-size: 4rem;
  }
}
.section-07 .col-md-12:nth-child(2) h3 span,
.section-07 .col-md-12:nth-child(6) h3 span,
.section-07 .col-md-12:nth-child(10) h3 span,
.section-07 .col-md-12:nth-child(14) h3 span,
.section-07 .col-md-12:nth-child(18) h3 span,
.section-07 .col-md-12:nth-child(22) h3 span,
.section-07 .col-md-12:nth-child(26) h3 span,
.section-07 .col-md-12:nth-child(30) h3 span,
.section-07 .col-md-12:nth-child(34) h3 span,
.section-07 .col-md-12:nth-child(37) h3 span,
.section-07 .col-md-12:nth-child(41) h3 span {
  font-size: 4.3rem;
}
.section-07 .col-md-12:nth-child(2) P,
.section-07 .col-md-12:nth-child(6) P,
.section-07 .col-md-12:nth-child(10) P,
.section-07 .col-md-12:nth-child(14) P,
.section-07 .col-md-12:nth-child(18) P,
.section-07 .col-md-12:nth-child(22) P,
.section-07 .col-md-12:nth-child(26) P,
.section-07 .col-md-12:nth-child(30) P,
.section-07 .col-md-12:nth-child(34) P,
.section-07 .col-md-12:nth-child(37) P,
.section-07 .col-md-12:nth-child(41) P {
  letter-spacing: 0.15em;
  font-size: 1.9rem;
  line-height: 1;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .section-07 .col-md-12:nth-child(2) P,
  .section-07 .col-md-12:nth-child(6) P,
  .section-07 .col-md-12:nth-child(10) P,
  .section-07 .col-md-12:nth-child(14) P,
  .section-07 .col-md-12:nth-child(18) P,
  .section-07 .col-md-12:nth-child(22) P,
  .section-07 .col-md-12:nth-child(26) P,
  .section-07 .col-md-12:nth-child(30) P,
  .section-07 .col-md-12:nth-child(34) P,
  .section-07 .col-md-12:nth-child(37) P,
  .section-07 .col-md-12:nth-child(41) P {
    font-size: 1.5rem;
    margin-bottom: 16px;
  }
}
.section-07 .col-md-12:nth-child(2) P:nth-child(2),
.section-07 .col-md-12:nth-child(6) P:nth-child(2),
.section-07 .col-md-12:nth-child(10) P:nth-child(2),
.section-07 .col-md-12:nth-child(14) P:nth-child(2),
.section-07 .col-md-12:nth-child(18) P:nth-child(2),
.section-07 .col-md-12:nth-child(22) P:nth-child(2),
.section-07 .col-md-12:nth-child(26) P:nth-child(2),
.section-07 .col-md-12:nth-child(30) P:nth-child(2),
.section-07 .col-md-12:nth-child(34) P:nth-child(2),
.section-07 .col-md-12:nth-child(37) P:nth-child(2),
.section-07 .col-md-12:nth-child(41) P:nth-child(2) {
  margin-bottom: 15px;
  font-size: 3.1rem;
}
@media (max-width: 767px) {
  .section-07 .col-md-12:nth-child(2) P:nth-child(2),
  .section-07 .col-md-12:nth-child(6) P:nth-child(2),
  .section-07 .col-md-12:nth-child(10) P:nth-child(2),
  .section-07 .col-md-12:nth-child(14) P:nth-child(2),
  .section-07 .col-md-12:nth-child(18) P:nth-child(2),
  .section-07 .col-md-12:nth-child(22) P:nth-child(2),
  .section-07 .col-md-12:nth-child(26) P:nth-child(2),
  .section-07 .col-md-12:nth-child(30) P:nth-child(2),
  .section-07 .col-md-12:nth-child(34) P:nth-child(2),
  .section-07 .col-md-12:nth-child(37) P:nth-child(2),
  .section-07 .col-md-12:nth-child(41) P:nth-child(2) {
    font-size: 2.9rem;
  }
  .section-07 .col-md-12:nth-child(2) P:nth-child(2) span,
  .section-07 .col-md-12:nth-child(6) P:nth-child(2) span,
  .section-07 .col-md-12:nth-child(10) P:nth-child(2) span,
  .section-07 .col-md-12:nth-child(14) P:nth-child(2) span,
  .section-07 .col-md-12:nth-child(18) P:nth-child(2) span,
  .section-07 .col-md-12:nth-child(22) P:nth-child(2) span,
  .section-07 .col-md-12:nth-child(26) P:nth-child(2) span,
  .section-07 .col-md-12:nth-child(30) P:nth-child(2) span,
  .section-07 .col-md-12:nth-child(34) P:nth-child(2) span,
  .section-07 .col-md-12:nth-child(37) P:nth-child(2) span,
  .section-07 .col-md-12:nth-child(41) P:nth-child(2) span {
    font-size: 2.4rem;
  }
}
.section-07 .col-md-12:nth-child(2) P:nth-child(2) span,
.section-07 .col-md-12:nth-child(6) P:nth-child(2) span,
.section-07 .col-md-12:nth-child(10) P:nth-child(2) span,
.section-07 .col-md-12:nth-child(14) P:nth-child(2) span,
.section-07 .col-md-12:nth-child(18) P:nth-child(2) span,
.section-07 .col-md-12:nth-child(22) P:nth-child(2) span,
.section-07 .col-md-12:nth-child(26) P:nth-child(2) span,
.section-07 .col-md-12:nth-child(30) P:nth-child(2) span,
.section-07 .col-md-12:nth-child(34) P:nth-child(2) span,
.section-07 .col-md-12:nth-child(37) P:nth-child(2) span,
.section-07 .col-md-12:nth-child(41) P:nth-child(2) span {
  font-size: 2.6rem;
  padding-left: 8px;
}
.section-07 .col-md-12:nth-child(2) P:nth-child(4),
.section-07 .col-md-12:nth-child(6) P:nth-child(4),
.section-07 .col-md-12:nth-child(10) P:nth-child(4),
.section-07 .col-md-12:nth-child(14) P:nth-child(4),
.section-07 .col-md-12:nth-child(18) P:nth-child(4),
.section-07 .col-md-12:nth-child(22) P:nth-child(4),
.section-07 .col-md-12:nth-child(26) P:nth-child(4),
.section-07 .col-md-12:nth-child(30) P:nth-child(4),
.section-07 .col-md-12:nth-child(34) P:nth-child(4),
.section-07 .col-md-12:nth-child(37) P:nth-child(4),
.section-07 .col-md-12:nth-child(41) P:nth-child(4) {
  /* 年号表記 */
  margin: 0 auto 25px auto;
  width: 50%;
  color: #c28b40;
  font-size: 1.9rem;
  padding: 9px;
  border-top: 1px solid #79572a;
  border-bottom: 1px solid #79572a;
}
@media (max-width: 767px) {
  .section-07 .col-md-12:nth-child(2) P:nth-child(4),
  .section-07 .col-md-12:nth-child(6) P:nth-child(4),
  .section-07 .col-md-12:nth-child(10) P:nth-child(4),
  .section-07 .col-md-12:nth-child(14) P:nth-child(4),
  .section-07 .col-md-12:nth-child(18) P:nth-child(4),
  .section-07 .col-md-12:nth-child(22) P:nth-child(4),
  .section-07 .col-md-12:nth-child(26) P:nth-child(4),
  .section-07 .col-md-12:nth-child(30) P:nth-child(4),
  .section-07 .col-md-12:nth-child(34) P:nth-child(4),
  .section-07 .col-md-12:nth-child(37) P:nth-child(4),
  .section-07 .col-md-12:nth-child(41) P:nth-child(4) {
    margin-bottom: 17px;
  }
}
.section-07 .col-md-12:nth-child(2) P:nth-child(5),
.section-07 .col-md-12:nth-child(6) P:nth-child(5),
.section-07 .col-md-12:nth-child(10) P:nth-child(5),
.section-07 .col-md-12:nth-child(14) P:nth-child(5),
.section-07 .col-md-12:nth-child(18) P:nth-child(5),
.section-07 .col-md-12:nth-child(22) P:nth-child(5),
.section-07 .col-md-12:nth-child(26) P:nth-child(5),
.section-07 .col-md-12:nth-child(30) P:nth-child(5),
.section-07 .col-md-12:nth-child(34) P:nth-child(5),
.section-07 .col-md-12:nth-child(37) P:nth-child(5),
.section-07 .col-md-12:nth-child(41) P:nth-child(5) {
  margin: 0 auto;
  padding-left: 8%;
  width: 50%;
  font-size: 1.3rem;
  text-align: left !important;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .section-07 .col-md-12:nth-child(2) P:nth-child(5),
  .section-07 .col-md-12:nth-child(6) P:nth-child(5),
  .section-07 .col-md-12:nth-child(10) P:nth-child(5),
  .section-07 .col-md-12:nth-child(14) P:nth-child(5),
  .section-07 .col-md-12:nth-child(18) P:nth-child(5),
  .section-07 .col-md-12:nth-child(22) P:nth-child(5),
  .section-07 .col-md-12:nth-child(26) P:nth-child(5),
  .section-07 .col-md-12:nth-child(30) P:nth-child(5),
  .section-07 .col-md-12:nth-child(34) P:nth-child(5),
  .section-07 .col-md-12:nth-child(37) P:nth-child(5),
  .section-07 .col-md-12:nth-child(41) P:nth-child(5) {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .section-07 .col-md-12:nth-child(2),
  .section-07 .col-md-12:nth-child(6),
  .section-07 .col-md-12:nth-child(10),
  .section-07 .col-md-12:nth-child(14),
  .section-07 .col-md-12:nth-child(18),
  .section-07 .col-md-12:nth-child(22),
  .section-07 .col-md-12:nth-child(26),
  .section-07 .col-md-12:nth-child(30),
  .section-07 .col-md-12:nth-child(34),
  .section-07 .col-md-12:nth-child(37),
  .section-07 .col-md-12:nth-child(41) {
    padding-top: 0px;
    padding-bottom: 30px;
    min-height: 280px;
  }
}
.section-07 .col-md-12:nth-child(34) {
  /* border: 2px solid green; */
  /* clear: both; */
}

/* END セレクターの書き換え */

.section-07 .col-md-12.section-07-cart {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .section-07 .col-md-12.section-07-cart {
    padding-bottom: 14px;
  }
}
.section-07 .col-md-12.section-07-cart p {
  margin-bottom: 20px;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .section-07 .col-md-12.section-07-cart p {
    margin-bottom: 18px;
  }
}
.section-07 .col-md-12.section-07-cart p:first-child span {
  font-size: 1.7rem;
}
.section-07 .col-md-12.section-07-cart p:first-child span:last-child {
  font-size: 1.2rem;
}
.section-07 .col-md-12.section-07-cart p a:link,
.section-07 .col-md-12.section-07-cart p a:visited {
  font-size: 1.3rem;
  color: #929292;
}
.section-07 .col-md-12.section-07-cart p a:hover,
.section-07 .col-md-12.section-07-cart p a:focus,
.section-07 .col-md-12.section-07-cart p a:focus {
  color: #fdfdfd;
}
.section-07 .col-md-12.section-07-cart .btn {
  margin-bottom: 13px;
  text-decoration: none;
}

/* ふわふわさせたいものに fuwafuwaクラスを付与 */
.fuwafuwa {
  -webkit-animation-name: fuwafuwa;
  -webkit-animation-duration: 2.5s;
  -webkit-animation-iteration-count: infinite;
  /*-webkit-animation-direction:alternate;*/
  -webkit-animation-timing-function: ease;
  -moz-animation-name: fuwafuwa;
  -moz-animation-duration: 2.5s;
  -moz-animation-iteration-count: infinite;
  /*-moz-animation-direction:alternate;*/
  -moz-animation-timing-function: ease;
}

/* fuwafuwaっていうアニメーションはこんなふうだよ！ */
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -8px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
