@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
/*--------------------------- 初期設定 ---------------------------*/
html {
  overflow-y: scroll;
}

body, div, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, blockquote, pre, form, input, textarea, header, footer, nav, figure, figcaption {
  margin: 0;
  padding: 0;
  zoom: 1;
}

header, footer, main, nav, article, aside, section {
  display: block;
}

ul, ol {
  list-style-type: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle;
}

hr {
  display: none;
  margin: 0;
  padding: 0;
  width: 1px;
  height: 1px;
}

a {
  outline: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media all and (-ms-high-contrast: none) {
  select::-ms-expand {
    display: none;
  }
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clear-both {
  clear: both;
}

/* For IE 6/7 */
.clearfix {
  zoom: 1;
}

/* 全体
--------------------------------------------*/
* {
  font-style: normal;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    line-height: 1.8;
    -webkit-text-size-adjust: 100%;
  }
}
@media screen and (min-width: 769px) {
  body {
    min-width: 1200px;
    font-size: 1.4rem;
    line-height: 2;
  }
}
body a {
  color: #000;
  text-decoration: none;
  transition: all .5s;
  opacity: 1;
}
body a:hover {
  opacity: .7;
}

button {
  font-family: "Noto Sans JP", sans-serif;
}

/* 表示・非表示 */
@media screen and (min-width: 769px) {
  .dis-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .dis-pc {
    display: none;
  }
}

.disnone {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .disnone-sp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .disnone-pc {
    display: none !important;
  }
}

/* ローディング
--------------------------------------------*/
.l-loading {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 50;
}

/* ページwrap
--------------------------------------------*/
.l-wrap {
  overflow: hidden;
  opacity: 0;
  transition: all 1s;
}
.l-wrap.fadein {
  opacity: 1;
}

/* ヘッダー
--------------------------------------------*/
.l-header {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0;
    z-index: 100;
  }
}
.l-header .header {
  position: relative;
}
.l-header .header-inner {
  width: 92%;
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-header .header-inner {
    padding: 15px 0;
  }
}
@media screen and (min-width: 769px) {
  .l-header .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .l-header .header-logo {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .l-header .header-logo img {
    width: 150px;
  }
}
@media screen and (min-width: 769px) {
  .l-header .header-logo img {
    width: 230px;
  }
}
@media screen and (max-width: 768px) {
  .l-header .header-bm {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    z-index: 101;
  }
  .l-header .header-bm .menu-trigger {
    position: relative;
    width: 100%;
    height: 18px;
    margin: 0 auto;
  }
  .l-header .header-bm .menu-trigger > span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #008332;
    transition: all .4s;
  }
  .l-header .header-bm .menu-trigger > span:nth-of-type(1) {
    top: 0;
  }
  .l-header .header-bm .menu-trigger > span:nth-of-type(2) {
    top: 8px;
  }
  .l-header .header-bm .menu-trigger > span:nth-of-type(3) {
    top: 16px;
  }
  .l-header .header-bm .menu-trigger.active > span {
    background-color: #fff;
  }
  .l-header .header-bm .menu-trigger.active > span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  .l-header .header-bm .menu-trigger.active > span:nth-of-type(2) {
    opacity: 0;
  }
  .l-header .header-bm .menu-trigger.active > span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
  }
}
@media screen and (min-width: 769px) {
  .l-header .header-bm {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header .header-menu {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .l-header .header-menu .sns {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
  }
  .l-header .header-menu .sns li:not(:last-child) {
    margin-right: 20px;
  }
  .l-header .header-menu .nav-m {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
  }
  .l-header .header-menu .nav-m li:not(:last-child) {
    margin-right: 30px;
  }
  .l-header .header-menu .nav-m li a {
    font-weight: bold;
  }
  .l-header .header-menu .nav-s {
    display: flex;
    justify-content: flex-end;
  }
  .l-header .header-menu .nav-s li {
    line-height: 1;
    border-left: 1px solid #9fa0a0;
  }
  .l-header .header-menu .nav-s li:last-child {
    border-right: 1px solid #9fa0a0;
  }
  .l-header .header-menu .nav-s li a {
    font-size: 1.2rem;
    color: #9fa0a0;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-header .header-menu-sp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
    overflow-y: scroll;
    z-index: 100;
  }
  .l-header .header-menu-sp.active {
    background-color: rgba(0, 131, 50, 0.9);
    visibility: visible;
    opacity: 1;
  }
  .l-header .header-menu-sp .header-menu-clone {
    display: flex;
    flex-direction: column;
    padding: 65px 6% 5%;
  }
  .l-header .header-menu-sp .header-menu-clone .sns {
    order: 2;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .l-header .header-menu-sp .header-menu-clone .sns li {
    margin: 0 7px;
  }
  .l-header .header-menu-sp .header-menu-clone .sns li a img {
    width: 30px;
  }
  .l-header .header-menu-sp .header-menu-clone .nav-m {
    order: 3;
  }
  .l-header .header-menu-sp .header-menu-clone .nav-s {
    order: 1;
    margin-bottom: 30px;
  }
  .l-header .header-menu-sp .header-menu-clone .nav-m li,
  .l-header .header-menu-sp .header-menu-clone .nav-s li {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
  }
  .l-header .header-menu-sp .header-menu-clone .nav-m li a,
  .l-header .header-menu-sp .header-menu-clone .nav-s li a {
    display: block;
    font-size: 1.4rem;
    color: #fff;
    padding: 10px;
  }
  .l-header .header-menu-sp .header-menu-clone .nav-m li a::before,
  .l-header .header-menu-sp .header-menu-clone .nav-s li a::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #fff;
    padding-right: 10px;
  }
}
@media screen and (min-width: 769px) {
  .l-header .header-menu-sp {
    display: none;
  }
}

/* メイン
--------------------------------------------*/
@media screen and (max-width: 768px) {
  .l-main {
    padding-top: 65px;
  }
}

.l-content {
  background-image: url("../img/common/content_bg.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 45% auto;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .l-content {
    padding-bottom: 40px;
  }
}

#top.l-content,
#case-details.l-content,
#product-details.l-content {
  background: none;
}

/* アクセス
--------------------------------------------*/
.l-access {
  position: relative;
}
.l-access::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 70%;
  background-image: url("../img/common/access_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1;
}
.l-access .access-inner {
  width: 92%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .l-access .access-inner {
    padding: 40px 0;
  }
}
.l-access .access-head {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .l-access .access-head {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.l-access .access-head-l {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-access .access-head-l {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  .l-access .access-head-l {
    width: 35%;
  }
}
.l-access .access-head-r {
  display: flex;
}
.l-access .access-head-r p {
  margin: 0 15px;
}
@media screen and (max-width: 768px) {
  .l-access .access-head-r p {
    margin: 0 8px;
  }
}
.l-access .access-title {
  display: flex;
  text-align: right;
  line-height: 1.4;
  background-image: url("../img/common/access_title_bg_w.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  padding: 15px 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .l-access .access-title {
    padding: 10px 20px;
    margin-bottom: 15px;
  }
}
.l-access .access-title .en {
  display: block;
  font-size: 1rem;
  color: #9b9b9b;
  padding-bottom: 5px;
}
.l-access .access-title .hn {
  font-size: 2.6rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .l-access .access-title .hn {
    font-size: 1.8rem;
  }
}
.l-access .access-map {
  position: relative;
  width: 100%;
  padding-top: 35%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-access .access-map {
    padding-top: 75%;
  }
}
.l-access .access-map iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

/* 最新情報
--------------------------------------------*/
.l-news {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .l-news {
    padding-bottom: 40px;
  }
}
.l-news .news-inner {
  width: 92%;
  max-width: 700px;
  margin: 0 auto;
}
.l-news .news-title {
  display: flex;
  justify-content: center;
}
.l-news .news-item {
  display: flex;
  align-items: center;
  border-bottom: 1px dotted #666;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .l-news .news-item {
    display: block;
    padding: 10px 0;
  }
}
.l-news .news-date {
  flex: none;
  width: 8em;
  color: #2ea716;
}
.l-news .news-txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 8em);
}
@media screen and (max-width: 768px) {
  .l-news .news-txt {
    width: 100%;
  }
}
.l-news .news-link {
  flex: none;
  font-size: 1.3rem;
  color: #717171;
  padding-left: 2em;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .l-news .news-link {
    padding-left: 1em;
  }
}

/* fancybox */
.compensate-for-scrollbar {
  margin-right: 0 !important;
}

/* 追従メニュー（スマホのみ）
--------------------------------------------*/
@media screen and (max-width: 768px) {
  .l-follow {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  .l-follow .follow-list {
    display: flex;
  }
  .l-follow .follow-item {
    width: 50%;
    background-color: #008332;
    padding: 8px 0;
  }
  .l-follow .follow-item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.3rem;
    color: #fff;
    text-align: center;
    padding: 0 15px;
  }
  .l-follow .follow-item a i {
    margin-bottom: 3px;
  }
  .l-follow .follow-item a i img {
    width: 18px;
  }
  .l-follow .follow-item:nth-of-type(2) a {
    border-left: 1px solid #fff;
  }
}
@media screen and (min-width: 769px) {
  .l-follow {
    display: none;
  }
}

/* ページトップ
--------------------------------------------*/
.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .page-top {
    right: 15px;
  }
}
.page-top img {
  transition: all .5s;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .page-top img {
    width: 70px;
  }
}
.page-top img:hover {
  opacity: .7;
}

/* フッター
--------------------------------------------*/
.l-footer {
  color: #fff;
  background-color: #009444;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding-bottom: 60px;
  }
}
.l-footer a {
  color: #fff;
}
.l-footer .footer-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 92%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .l-footer .footer-inner {
    padding: 30px 0;
  }
}
.l-footer .footer-nav-t {
  display: flex;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .l-footer .footer-nav-t {
    font-size: 1.35rem;
  }
}
.l-footer .footer-nav-t li {
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .l-footer .footer-nav-t li {
    margin: 0 10px;
  }
}
.l-footer .footer-nav-c {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .l-footer .footer-nav-c {
    margin-bottom: 30px;
  }
}
.l-footer .footer-nav-c li {
  line-height: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.l-footer .footer-nav-c li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.l-footer .footer-nav-c li a {
  display: block;
  text-align: center;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .l-footer .footer-nav-c li a {
    padding: 0 10px;
  }
}
.l-footer .footer-logo {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .l-footer .footer-logo {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .footer-logo a img {
    width: 150px;
  }
}
@media screen and (min-width: 769px) {
  .l-footer .footer-logo a img {
    width: 230px;
  }
}
.l-footer .footer-sns {
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .l-footer .footer-sns {
    margin-bottom: 20px;
  }
}
.l-footer .footer-sns li {
  margin: 0 15px;
}
@media screen and (max-width: 768px) {
  .l-footer .footer-sns li {
    margin: 0 10px;
  }
}
.l-footer .footer-sns li a img {
  width: 20px;
}
.l-footer .footer-nav-b {
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .l-footer .footer-nav-b {
    margin-bottom: 20px;
  }
}
.l-footer .footer-nav-b li {
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .l-footer .footer-nav-b li {
    margin: 0 7px;
  }
}
.l-footer .footer-cr {
  font-size: 1.2rem;
}

/* 共通－パーツ
--------------------------------------------*/
.sup {
  position: relative;
  top: 1px;
  font-size: 60%;
}

.c-title {
  display: flex;
  text-align: right;
  line-height: 1.4;
  background-image: url("../img/common/c_title_bg.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  padding: 15px 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .c-title {
    padding: 10px 20px;
    margin-bottom: 15px;
  }
}
.c-title .en {
  display: block;
  font-size: 1rem;
  color: #9b9b9b;
  padding-bottom: 5px;
}
.c-title .hn {
  font-size: 2.6rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .c-title .hn {
    font-size: 1.8rem;
  }
}

.c-btn {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .c-btn {
    margin-top: 20px;
  }
}
.c-btn a {
  display: inline-block;
  width: 320px;
  font-size: 1.6rem;
  color: #009444;
  text-align: center;
  padding: 10px 20px;
  border: 1px solid #009444;
  border-radius: 2em;
  background-image: url("../img/common/btn_arrow.png");
  background-repeat: no-repeat;
  background-position: right 20px center;
}
@media screen and (max-width: 768px) {
  .c-btn a {
    width: 250px;
    font-size: 1.4rem;
    padding: 6px 20px;
    background-position: right 15px center;
  }
}

.c-page-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 140px;
  background-color: #009444;
}
@media screen and (max-width: 768px) {
  .c-page-title {
    height: 60px;
  }
}
.c-page-title .hn {
  font-size: 2.8rem;
  font-weight: normal;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-page-title .hn {
    font-size: 1.8rem;
  }
}

.c-sec {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .c-sec {
    padding: 30px 0;
  }
}
.c-sec:last-child {
  padding-bottom: 0;
}

.c-inner {
  width: 92%;
  max-width: 1300px;
  margin: 0 auto;
}

/* アニメーション
--------------------------------------------*/
.fade-up {
  transform: translate(0, 100px);
  opacity: 0;
  transition: all 1s;
  transition-delay: .5s;
}
.fade-up.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-hn {
  transform: translate(100px, 0);
  opacity: 0;
  transition: all 1s;
  transition-delay: .5s;
}
.fade-hn.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-li {
  transform: translate(0, 100px);
  opacity: 0;
  transition: all 1s;
  transition-delay: .5s;
}
.fade-li.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-header .header-logo {
  transform: translate(-100px, 0);
  opacity: 0;
  transition: all 2s;
}
.fade-header.scroll-in .header-logo {
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (min-width: 769px) {
  .fade-header .header-menu .sns li, .fade-header .header-menu .nav-m li, .fade-header .header-menu .nav-s li {
    opacity: 1;
    transform: translate(0, 100px);
    transition: all 1.5s;
  }
  .fade-header .header-menu .sns li:nth-of-type(1), .fade-header .header-menu .nav-m li:nth-of-type(1), .fade-header .header-menu .nav-s li:nth-of-type(1) {
    transition-delay: .1s;
  }
  .fade-header .header-menu .sns li:nth-of-type(2), .fade-header .header-menu .nav-m li:nth-of-type(2), .fade-header .header-menu .nav-s li:nth-of-type(2) {
    transition-delay: .2s;
  }
  .fade-header .header-menu .sns li:nth-of-type(3), .fade-header .header-menu .nav-m li:nth-of-type(3), .fade-header .header-menu .nav-s li:nth-of-type(3) {
    transition-delay: .3s;
  }
  .fade-header .header-menu .sns li:nth-of-type(4), .fade-header .header-menu .nav-m li:nth-of-type(4), .fade-header .header-menu .nav-s li:nth-of-type(4) {
    transition-delay: .4s;
  }
  .fade-header .header-menu .sns li:nth-of-type(5), .fade-header .header-menu .nav-m li:nth-of-type(5), .fade-header .header-menu .nav-s li:nth-of-type(5) {
    transition-delay: .5s;
  }
  .fade-header .header-menu .sns li:nth-of-type(6), .fade-header .header-menu .nav-m li:nth-of-type(6), .fade-header .header-menu .nav-s li:nth-of-type(6) {
    transition-delay: .6s;
  }
  .fade-header.scroll-in .header-menu .sns li, .fade-header.scroll-in .header-menu .nav-m li, .fade-header.scroll-in .header-menu .nav-s li {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.fade-mv .mv-slide {
  transform: translate(0, 50px);
  opacity: 0;
  transition: all 1s;
  transition-delay: 1s;
}
.fade-mv .mv-lead-title, .fade-mv .mv-lead-sub, .fade-mv .mv-lead-txt {
  transform: translate(50px, 0);
  opacity: 0;
  transition: all 1s;
}
.fade-mv .mv-lead-title {
  transition-delay: 1.4s;
}
.fade-mv .mv-lead-sub {
  transition-delay: 1.6s;
}
.fade-mv .mv-lead-txt {
  transition-delay: 1.8s;
}
.fade-mv.scroll-in .mv-slide {
  opacity: 1;
  transform: translate(0, 0);
}
.fade-mv.scroll-in .mv-lead-title, .fade-mv.scroll-in .mv-lead-sub, .fade-mv.scroll-in .mv-lead-txt {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-commit {
  transform: translate(0, 100px);
  opacity: 0;
  transition: all 1s;
  transition-delay: 1s;
}
.fade-commit.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

/* TOPページ－メインビジュアル
--------------------------------------------*/
#mv {
  position: relative;
  width: 92%;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #mv {
    display: flex;
    justify-content: flex-end;
  }
}
#mv .mv-lead {
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #mv .mv-lead {
    position: relative;
    width: 90%;
    text-align: center;
    margin: -25px auto 0;
  }
}
@media screen and (min-width: 769px) {
  #mv .mv-lead {
    position: absolute;
    top: 40%;
    left: 0;
  }
}
#mv .mv-lead-title {
  font-size: 4.8rem;
  font-weight: normal;
  padding: 10px 20px;
  background-color: rgba(225, 249, 236, 0.7);
}
@media screen and (max-width: 768px) {
  #mv .mv-lead-title {
    font-size: 1.8rem;
    text-align: center;
  }
}
#mv .mv-lead-sub {
  font-size: 2rem;
  padding: 20px 0 15px 20px;
}
@media screen and (max-width: 768px) {
  #mv .mv-lead-sub {
    font-size: 1.6rem;
    padding: 15px 0;
  }
}
#mv .mv-lead-txt {
  padding: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  #mv .mv-lead-txt {
    padding: 0;
  }
}
#mv .mv-slide {
  width: 78%;
  max-width: 1092px;
}
@media screen and (max-width: 768px) {
  #mv .mv-slide {
    width: 100%;
  }
}
#mv .mv-slide img {
  width: 100%;
	border-radius : 14px;
}

/* TOPページ－PUT BLOCKとは
--------------------------------------------*/
#sec-putblock {
  display: flex;
  justify-content: space-between;
  width: 92%;
  max-width: 1300px;
  margin: 0 auto;
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  #sec-putblock {
    flex-direction: column-reverse;
    padding-top: 40px;
  }
}
#sec-putblock .putblock-l {
  width: 49.23076923%;
}
@media screen and (max-width: 768px) {
  #sec-putblock .putblock-l {
    width: 100%;
  }
}
#sec-putblock .putblock-r {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45%;
}
@media screen and (max-width: 768px) {
  #sec-putblock .putblock-r {
    width: 100%;
    margin-bottom: 15px;
  }
}
#sec-putblock .putblock-img img {
  width: 100%;
}

/* TOPページ－7つのこだわり
--------------------------------------------*/
#sec-commit {
  background-image: url("../img/index/sec_commit_bg.png");
  background-repeat: no-repeat;
  background-position: right top 120px;
  background-size: 45% auto;
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  #sec-commit {
    background-position: right top 90px;
    background-size: 70% auto;
    padding-top: 40px;
  }
}
#sec-commit .commit-inner {
  width: 92%;
  max-width: 1300px;
  margin: 0 auto;
}
#sec-commit .commit-block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #sec-commit .commit-block {
    margin-bottom: 20px;
  }
}
#sec-commit .commit-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
}
@media screen and (max-width: 768px) {
  #sec-commit .commit-title {
    width: 100%;
  }
}
#sec-commit .commit-item {
  position: relative;
}
@media screen and (max-width: 768px) {
  #sec-commit .commit-item {
    width: 50%;
  }
  #sec-commit .commit-item:nth-of-type(2n) {
    padding-right: 4%;
  }
  #sec-commit .commit-item:nth-of-type(2n+1) {
    padding-left: 4%;
  }
  #sec-commit .commit-item:nth-of-type(2n+1)::before {
    content: '';
    display: block;
    position: absolute;
    top: 30%;
    left: 0;
    width: 1px;
    height: 70%;
    background-color: #e0e0e0;
  }
  #sec-commit .commit-item:nth-child(n+4) {
    margin-top: 5%;
  }
}
@media screen and (min-width: 769px) {
  #sec-commit .commit-item {
    width: 25%;
    padding: 0 4%;
  }
  #sec-commit .commit-item::before {
    content: '';
    display: block;
    position: absolute;
    top: 30%;
    left: 0;
    width: 1px;
    height: 70%;
    background-color: #e0e0e0;
  }
  #sec-commit .commit-item:nth-child(4n)::after {
    content: '';
    display: block;
    position: absolute;
    top: 30%;
    right: 0;
    width: 1px;
    height: 70%;
    background-color: #e0e0e0;
  }
  #sec-commit .commit-item:nth-child(n+5) {
    margin-top: 5%;
  }
}
#sec-commit .commit-thumb {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #sec-commit .commit-thumb {
    margin-bottom: 15px;
  }
}
#sec-commit .commit-thumb img {
  width: 100%;
  border-radius: 100%;
}
#sec-commit .commit-tit {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #sec-commit .commit-tit {
    font-size: 1.4rem;
  }
}
#sec-commit .commit-txt {
  font-size: 1.3rem;
}

/* TOPページ－土のう市場とは
--------------------------------------------*/
#sec-market {
  width: 92%;
  max-width: 1300px;
  margin: 0 auto;
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  #sec-market {
    padding-top: 40px;
  }
}
#sec-market .market-title {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  #sec-market .market-title {
    position: absolute;
    top: 40%;
    left: 0;
    padding: 50px;
    background-color: #fff;
    border-radius: 8px;
    z-index: 1;
  }
  #sec-market .market-title .c-title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #sec-market .market-txt {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 769px) {
  #sec-market .market-txt {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 35%;
    background-color: #fff;
    border-radius: 8px 0 0 0;
    padding: 30px 0 0 36px;
    z-index: 1;
  }
}
#sec-market .market-img {
  position: relative;
}
@media screen and (min-width: 769px) {
  #sec-market .market-img {
    padding-left: 15%;
  }
}

/* TOPページ－一般販売について
--------------------------------------------*/
#sec-gsale {
  display: flex;
  justify-content: space-between;
  width: 92%;
  max-width: 1300px;
  margin: 0 auto;
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  #sec-gsale {
    flex-direction: column-reverse;
    padding-top: 40px;
  }
}
#sec-gsale .gsale-l {
  width: 49.23076923%;
}
@media screen and (max-width: 768px) {
  #sec-gsale .gsale-l {
    width: 100%;
  }
}
#sec-gsale .gsale-r {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45%;
}
@media screen and (max-width: 768px) {
  #sec-gsale .gsale-r {
    width: 100%;
    margin-bottom: 25px;
  }
}
#sec-gsale .gsale-img img {
  width: 100%;
}

/* 会社概要
--------------------------------------------*/
.company-head {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .company-head {
    margin-bottom: 40px;
  }
}
.company-head .t {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .company-head .t {
    flex-direction: column;
    margin-bottom: 25px;
  }
}
.company-head .t .l {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .company-head .t .l {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 15px;
  }
}
.company-head .t .l .c-title {
  margin-bottom: 0;
}
.company-head .t .r {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .company-head .t .r {
    width: 100%;
  }
}
.company-txt {
  color: #9b9b9b;
}
@media screen and (min-width: 769px) {
  .company-txt {
    font-size: 1.5rem;
  }
}
.company-president {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .company-president img {
    width: 200px;
  }
}
.company-table table {
  width: 100%;
  border: 2px solid #cbcbcb;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .company-table table {
    border-width: 1px 2px 2px;
  }
}
.company-table table tbody th, .company-table table tbody td {
  padding: 20px;
  border: 1px solid #cbcbcb;
}
@media screen and (max-width: 768px) {
  .company-table table tbody th, .company-table table tbody td {
    display: block;
    font-size: 1.3rem;
    padding: 10px;
  }
}
.company-table table tbody th {
  width: 30%;
  font-weight: bold;
  border-right-width: 2px;
  background-color: #e1faed;
}
@media screen and (max-width: 768px) {
  .company-table table tbody th {
    width: 100%;
    border-width: 1px 0 1px 0;
  }
}
@media screen and (max-width: 768px) {
  .company-table table tbody td {
    border-width: 0;
  }
}
.company-table table tbody td .yakuin {
  display: flex;
  flex-wrap: wrap;
}
.company-table table tbody td .yakuin dt {
  width: 7em;
  text-align: right;
  margin-right: 1.5em;
}
.company-table table tbody td .yakuin dd {
  width: calc(100% - 10em);
}

/* 送料・配送について
--------------------------------------------*/
.deliver-sec:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .deliver-sec:not(:last-child) {
    margin-bottom: 30px;
  }
}
.deliver-title {
  font-size: 2.8rem;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .deliver-title {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.deliver-flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .deliver-flow {
    justify-content: flex-start;
  }
}
.deliver-flow .flow-item {
  width: 18%;
}
@media screen and (max-width: 768px) {
  .deliver-flow .flow-item {
    width: 31%;
  }
  .deliver-flow .flow-item:not(:nth-of-type(3n+1)) {
    margin-left: 3.5%;
  }
  .deliver-flow .flow-item:nth-of-type(n+4) {
    margin-top: 6%;
  }
}
.deliver-flow .flow-thumb {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .deliver-flow .flow-thumb {
    margin-bottom: 10px;
  }
}
.deliver-flow .flow-thumb img {
  width: 100%;
}
.deliver-flow .flow-txt {
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  border-radius: 2em;
  background-color: #009444;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .deliver-flow .flow-txt {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 3.5em;
    font-size: 1.3rem;
    line-height: 1.4;
    border-radius: 10px;
    padding: 5px;
  }
}
@media screen and (max-width: 768px) {
  .deliver-table {
    white-space: nowrap;
    overflow-x: scroll;
  }
}
.deliver-table table {
  width: 100%;
  border: 2px solid #cbcbcb;
  border-collapse: collapse;
}
.deliver-table table thead th {
  color: #fff;
  padding: 20px;
  background-color: #009444;
  border: 1px solid #cbcbcb;
}
@media screen and (max-width: 768px) {
  .deliver-table table thead th {
    font-size: 1.3rem;
    padding: 10px;
  }
}
.deliver-table table tbody th, .deliver-table table tbody td {
  padding: 20px;
  border: 1px solid #cbcbcb;
}
@media screen and (max-width: 768px) {
  .deliver-table table tbody th, .deliver-table table tbody td {
    font-size: 1.3rem;
    padding: 10px;
  }
}
.deliver-table table tbody td {
  text-align: center;
}
.deliver-taiou {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .deliver-taiou {
    font-size: 1.4rem;
  }
}
.deliver-map {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .deliver-map {
    margin-top: 20px;
  }
}
.deliver-map img {
  width: 100%;
}

/* 活用事例
--------------------------------------------*/
/* 一覧 */
.case-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.case-list .item {
  position: relative;
  width: 48%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .case-list .item {
    width: 100%;
  }
  .case-list .item:nth-of-type(n+2) {
    margin-top: 6%;
  }
}
@media screen and (min-width: 769px) {
  .case-list .item:nth-of-type(n+3) {
    margin-top: 60px;
  }
}
.case-list .item img {
  width: 100%;
  border-radius: 10px;
}
.case-list .item .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .case-list .item .txt {
    padding: 7px;
  }
}
@media screen and (max-width: 768px) {
  .case-list .item .txt .date {
    font-size: 1.3rem;
  }
}
.case-list .item .txt .title {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .case-list .item .txt .title {
    font-size: 1.4rem;
  }
}

/* 詳細 */
.case-details-item .details-slide {
  width: 92%;
  max-width: 730px;
  margin: 0 auto;
}
.case-details-item .details-slide .slick-slide img {
  width: 100%;
  border-radius: 10px;
}
.case-details-item .details-slide .slick-dots {
  top: calc(100% + 5px);
  bottom: auto;
}
.case-details-item .details-slide .slick-dots li button:before {
  font-size: 14px;
}
.case-details-item .details-slide .slick-dots li:hover button:before {
  color: #009444;
  opacity: .5;
}
.case-details-item .details-slide .slick-dots li.slick-active button:before {
  color: #009444;
  opacity: 1;
}
.case-details-item .details-cont {
  background-color: #f3f3f3;
  padding: 280px 0 50px;
  margin: -200px 0 40px;
}
@media screen and (max-width: 768px) {
  .case-details-item .details-cont {
    padding: 160px 0 30px;
    margin: -100px 0 20px;
  }
}
.case-details-item .details-cont-inner {
  width: 92%;
  max-width: 500px;
  margin: 0 auto;
}
.case-details-item .details-head {
  margin-bottom: 30px;
}
.case-details-item .details-head dl {
  display: flex;
  flex-wrap: wrap;
}
.case-details-item .details-head dl dt, .case-details-item .details-head dl dd {
  padding: 5px 0;
  border-bottom: 1px solid #dedede;
}
@media screen and (max-width: 768px) {
  .case-details-item .details-head dl dt, .case-details-item .details-head dl dd {
    font-size: 1.3rem;
  }
}
.case-details-item .details-head dl dt {
  width: 12em;
  font-weight: bold;
  padding-right: 1em;
}
@media screen and (max-width: 768px) {
  .case-details-item .details-head dl dt {
    width: 10em;
  }
}
.case-details-item .details-head dl dd {
  width: calc(100% - 12em);
}
@media screen and (max-width: 768px) {
  .case-details-item .details-head dl dd {
    width: calc(100% - 10em);
  }
}
.case-details-item .details-pagenav {
  display: flex;
  justify-content: center;
  justify-content: space-between;
  width: 92%;
  max-width: 730px;
  margin: 0 auto;
}
.case-details-item .details-pagenav a {
  position: relative;
  display: block;
  width: 150px;
  color: #fff;
  text-align: center;
  border-radius: 2em;
  background-color: #000;
  padding: 5px 20px;
}
@media screen and (max-width: 768px) {
  .case-details-item .details-pagenav a {
    width: 105px;
    font-size: 1.2rem;
    padding: 5px 10px;
  }
}
.case-details-item .details-pagenav a.prev {
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .case-details-item .details-pagenav a.prev {
    padding-left: 20px;
  }
}
.case-details-item .details-pagenav a.prev::before {
  position: absolute;
  content: '';
  top: 40%;
  left: 20px;
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .case-details-item .details-pagenav a.prev::before {
    top: 35%;
    left: 13px;
  }
}
.case-details-item .details-pagenav a.next {
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .case-details-item .details-pagenav a.next {
    padding-right: 20px;
  }
}
.case-details-item .details-pagenav a.next::after {
  position: absolute;
  content: '';
  top: 40%;
  right: 20px;
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .case-details-item .details-pagenav a.next::after {
    top: 35%;
    right: 13px;
  }
}

/* 商品一覧
--------------------------------------------*/
.product-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .product-nav {
    margin-bottom: 30px;
  }
}
.product-nav .item {
  width: 23%;
}
@media screen and (max-width: 768px) {
  .product-nav .item {
    width: 48%;
  }
  .product-nav .item:nth-of-type(n+3) {
    margin-top: 5%;
  }
}
.product-nav .item.current {
  opacity: .5;
}
.product-nav .item a {
  display: block;
}
.product-nav .item img {
  width: 100%;
}
.product-nav .item .title {
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background-color: #009444;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .product-nav .item .title {
    font-size: 1.3rem;
    padding: 5px;
  }
}

/* 一覧 */
.product-list {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}
.product-list .item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .product-list .item {
    flex-direction: column;
  }
}
.product-list .item:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .product-list .item:not(:last-child) {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px dotted #dedede;
  }
}
.product-list .item .thumb {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .product-list .item .thumb {
    width: 100%;
    margin-bottom: 15px;
  }
}
.product-list .item .thumb img {
  width: 100%;
  border-radius: 10px;
}
.product-list .item .r {
  width: 50%;
  padding-left: 5%;
}
@media screen and (max-width: 768px) {
  .product-list .item .r {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .product-list .item .no {
    font-size: 1.2rem;
  }
}
.product-list .item .title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .product-list .item .title {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.product-list .item .desc {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .product-list .item .desc {
    margin-bottom: 20px;
  }
}
.product-list .item .btn a {
  position: relative;
  display: block;
  max-width: 350px;
  font-size: 1.8rem;
  color: #fff;
  padding: 10px 20px;
  background: #009444;
  background: -moz-linear-gradient(90deg, #009444 0%, #39db84 100%);
  background: -webkit-linear-gradient(90deg, #009444 0%, #39db84 100%);
  background: linear-gradient(90deg, #009444 0%, #39db84 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#009444",endColorstr="#39db84",GradientType=1);
}
@media screen and (max-width: 768px) {
  .product-list .item .btn a {
    width: 80%;
    font-size: 1.4rem;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
  }
}
.product-list .item .btn a::after {
  position: absolute;
  content: '';
  top: 40%;
  right: 20px;
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .product-list .item .btn a::after {
    top: 35%;
    right: 13px;
  }
}

/* 詳細 */
.product-details-item .details-head {
  background-color: #f3f3f3;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .product-details-item .details-head {
    margin-bottom: 30px;
  }
}
.product-details-item .details-head-inner {
  display: flex;
  width: 92%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .product-details-item .details-head-inner {
    flex-direction: column;
    padding: 30px 0;
  }
}
.product-details-item .details-slide {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .product-details-item .details-slide {
    width: 100%;
    margin-bottom: 50px;
  }
}
.product-details-item .details-slide .slick-slide img {
  width: 100%;
  border-radius: 10px;
}
.product-details-item .details-slide .slick-dots {
  top: calc(100% + 5px);
  bottom: auto;
}
.product-details-item .details-slide .slick-dots li button:before {
  font-size: 14px;
}
.product-details-item .details-slide .slick-dots li:hover button:before {
  color: #009444;
  opacity: .5;
}
.product-details-item .details-slide .slick-dots li.slick-active button:before {
  color: #009444;
  opacity: 1;
}
.product-details-item .details-txt {
  width: 50%;
  padding-left: 5%;
}
@media screen and (max-width: 768px) {
  .product-details-item .details-txt {
    width: 100%;
    padding-left: 0;
  }
}
.product-details-item .details-txt .title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .product-details-item .details-txt .title {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.product-details-item .details-txt .desc {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .product-details-item .details-txt .desc {
    margin-bottom: 20px;
  }
}
.product-details-item .details-txt .info dl {
  display: flex;
  flex-wrap: wrap;
}
.product-details-item .details-txt .info dl dt, .product-details-item .details-txt .info dl dd {
  padding: 5px 0;
  border-bottom: 1px solid #dedede;
}
@media screen and (max-width: 768px) {
  .product-details-item .details-txt .info dl dt, .product-details-item .details-txt .info dl dd {
    font-size: 1.3rem;
  }
}
.product-details-item .details-txt .info dl dt {
  width: 12em;
  font-weight: bold;
  padding-right: 1em;
}
@media screen and (max-width: 768px) {
  .product-details-item .details-txt .info dl dt {
    width: 10em;
  }
}
.product-details-item .details-txt .info dl dd {
  width: calc(100% - 12em);
}
@media screen and (max-width: 768px) {
  .product-details-item .details-txt .info dl dd {
    width: calc(100% - 10em);
  }
}
.product-details-item .details-table {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .product-details-item .details-table {
    white-space: nowrap;
    overflow-x: scroll;
    margin-bottom: 30px;
  }
}
.product-details-item .details-table table {
  width: 100%;
  border: 2px solid #cbcbcb;
  border-collapse: collapse;
}
.product-details-item .details-table table thead th {
  color: #fff;
  padding: 20px;
  background-color: #009444;
  border: 1px solid #cbcbcb;
}
@media screen and (max-width: 768px) {
  .product-details-item .details-table table thead th {
    font-size: 1.3rem;
    padding: 10px;
  }
}
.product-details-item .details-table table tbody th, .product-details-item .details-table table tbody td {
  padding: 20px;
  border: 1px solid #cbcbcb;
}
@media screen and (max-width: 768px) {
  .product-details-item .details-table table tbody th, .product-details-item .details-table table tbody td {
    font-size: 1.3rem;
    padding: 10px;
  }
}
.product-details-item .details-table table tbody td {
  text-align: center;
}
.product-details-item .details-attention {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .product-details-item .details-attention {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.product-details-item .details-attention .ic {
  flex: none;
}
@media screen and (max-width: 768px) {
  .product-details-item .details-attention .ic {
    margin-bottom: 20px;
  }
}
.product-details-item .details-attention .ic img {
  width: 117px;
}
@media screen and (max-width: 768px) {
  .product-details-item .details-attention .ic img {
    width: 60px;
  }
}
.product-details-item .details-attention .r {
  max-width: 500px;
  padding-left: 80px;
}
@media screen and (max-width: 768px) {
  .product-details-item .details-attention .r {
    max-width: 100%;
    padding-left: 0;
  }
}
.product-details-item .details-attention .r ul li {
  font-weight: bold;
  line-height: 2.4;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .product-details-item .details-attention .r ul li {
    font-size: 1.3rem;
    line-height: 2;
  }
}
.product-details-item .details-attention .r ul li::before {
  content: '・';
}
.product-details-item .details-btn {
  display: flex;
  justify-content: center;
}
.product-details-item .details-btn .btn {
  position: relative;
  display: block;
  width: 48%;
  max-width: 500px;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .product-details-item .details-btn .btn {
    font-size: 1.4rem;
    padding: 10px;
  }
}
.product-details-item .details-btn .btn.purchase {
  background: #ffb933;
  background: -moz-linear-gradient(180deg, #ffb933 0%, #f19f00 100%);
  background: -webkit-linear-gradient(180deg, #ffb933 0%, #f19f00 100%);
  background: linear-gradient(180deg, #ffb933 0%, #f19f00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffb933",endColorstr="#f19f00",GradientType=1);
  margin-right: 2%;
}
.product-details-item .details-btn .btn.deliver {
  background: #15ca68;
  background: -moz-linear-gradient(180deg, #15ca68 0%, #009444 100%);
  background: -webkit-linear-gradient(180deg, #15ca68 0%, #009444 100%);
  background: linear-gradient(180deg, #15ca68 0%, #009444 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#15ca68",endColorstr="#009444",GradientType=1);
  margin-left: 2%;
}
.product-details-item .details-btn .btn::after {
  position: absolute;
  content: '';
  top: 40%;
  right: 30px;
  width: 15px;
  height: 15px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .product-details-item .details-btn .btn::after {
    right: 13px;
    width: 10px;
    height: 10px;
    border-width: 2px;
  }
}
