@media screen and (max-width: 767px) {
  .global-nav__list li a {
      font-size: 12px;
  }
}
@media screen and (max-width:600px) {
.global-nav__list li {
    padding: 0 1%;
}
  .global-nav__list li a {
    font-size: 1.5vw;
  }
}
/* メインビジュアル */
.pos .mv__inner {
  background-image: url("../img/pos-mv_pc.jpg");
}
.pos .mv-catch {
  position: absolute;
  width: 47.8%;
  left: 6%;
  top: 10%;
}
@media screen and (max-width:767px) {
  .pos .mv__inner {
    background-image: url("../img/pos-mv_sp.jpg");
  }
  .pos .mv-catch {
    width: 86.4%;
    left: 7.30%;
    top: 6.5%;
  }
}

/* コピー */
.copy .inner {
  padding-top: 75px;
  padding-bottom: 75px;
}
.copy_lead {
  font-size: 3.5rem;
  font-size: 35px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 4px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .copy .inner {
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .copy_lead {
    font-size: 20px;
  }
}

/*
 *  共通
-----------------------------------------------------------*/
.pos .img-wrap {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .pos .img-wrap {
    margin-bottom: 40px;
  }
}
/*タイトル*/
.ttl-wrap {
  padding-top: 80px;
  padding-bottom: 73px;
  background-position: 7% 55%;
  background-repeat: no-repeat;
}
.ttl-wrap .h3_ttl {
  position: relative;
  line-height: 2;
}
.ttl-wrap .h3_ttl:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  width: 75px;
  height: 2px;
  background-color: #525252;
}
.ttl-wrap .lead {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 2px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ttl-wrap {
    padding-top: 40px;
    padding-bottom: 60px;
    background-position: 100% 100%;
  }
  .ttl-wrap .h3_ttl {
    font-size: 4.2rem;
    margin-bottom: 18px;
    line-height: 1.5;
  }
  .ttl-wrap .lead {
    font-size: 1.6rem;
  }
  .ttl-wrap .h3_ttl:after {
      bottom: 10px;
      width: 40px;
  }
}

/*写真内商品リンク*/
.product-link-wrap {
  text-align: right;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 1px;
  padding-top: 15px;
  /* margin-bottom: -41px; */
}
.product-link-wrap .sepalate {
  margin: 0 10px;
}
.product-link-wrap a:hover {
  text-decoration: underline;
}
.product-link-wrap p {
  display: inline-block;
}
@media screen and (max-width: 1030px) {
  .product-link_pl10 {
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .product-link-wrap {
    font-size: 1.2rem;
    line-height: 1.4;
    letter-spacing: 1px;
    padding-top: 10px;
  }
  .product-link-wrap p {
    display: block;
  }
  .product-link-wrap .sepalate {
    display: none;
  }
}
/* ページ下部商品リンク */
.product-list {
  margin-top: 100px;
}
.product-list h2.ttl {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  border-bottom: 3px solid #000;
}
.product-list .list-ttl {
  background-color: #DDDDDD;
  color: #4D4C4C;
  text-align: center;
  padding: 5px 0;
  font-size: 25px;
  line-height: 1.2;
  margin-top: 50px;
}
.product-list .list-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  /* border: 2px solid #DBDBDB; */
}
.product-list .list-box::before{
  content:"";
  display: block;
  width: 25%;
  order:1;
}
.product-list .list-box::after{
  content:"";
  display: block;
  width: 25%;
}
.product-list .list-item {
  border: 1px solid #DBDBDB;
  text-align: center;
  margin-top: -1px;
  margin-left: -1px;
  width: calc(25% + 1px);
}
.product-list .list-item a {
  display: block;
  padding-bottom: 20px;
}
.product-list .list-item p {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 0 5px;
}
.product-list .list-item .item-name {
  min-height: 42px;
}
.product-list .list-item .price {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .product-list h2.ttl {
    font-size: 30px;
  }
  .product-list {
    margin-top: 50px;
  }
  .product-list .list-ttl {
    margin-top: 30px;
    font-size: 18px;
  }
  .product-list .list-item {
    width: calc(50% + 1px);
  }
  .product-list .list-item p {
    font-size: 14px;
  }
}

/* レイアウト */
.pos .inner {
  overflow: initial;
}
.pos .img-relative {
  position: relative;
}

/*
 *  セクション
-----------------------------------------------------------*/
/*sec01*/
.sec01 .inner {
  padding-top: 75px;
}
.sec01 .mb100 {
  margin-bottom: 100px;
}
.inner667 {
  max-width: 667px;
  margin: 0 auto;
  position: relative;
}
.sec01 .img-txt {
  position: absolute;
  bottom: 20%;
  max-width: 40%;
  text-align: left;
}
.sec01 .img-txt-box a{
  display: block;
}
.sec01 .img-txt_link {
  position: absolute;
  right: 12%;
  bottom:40%;
  color: #fff;
  font-size: 40px;
  padding: 5%;
  line-height: 1;
  text-align: left;
}
.sec01 .img-txt_link span {
  font-size: 20px;
  display: block;
  letter-spacing: 1px;
}
.sec01 .mid-wide-bg {
  margin: 0 auto;
  background: url(../img/sec01-004.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  max-width: 100%;
  min-height: 400px;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .sec01 .inner {
    padding-top: 40px;
  }
  .sec01 .mb100 {
    margin-bottom: 0;
  }
  .sec01 .img-txt {
    position: initial;
    max-width: initial;
    padding-top: 15px;
    font-size: 1.4rem;
  }
  .sec01 .img-txt_link {
    right: 7%;
    font-size: 8vw;
  }
  .sec01 .img-txt_link span {
    font-size: 4vw;
  }
  .sec01 .mid-wide-bg {
    padding-top: 30%;
    min-height: auto;
  }
}

/*
 *  sec02
-----------------------------------------------------------*/
.sec02 .inner {
  padding-top: 120px;
}
.sec02 .flex {
  display: flex;
  flex-wrap: nowrap;
  padding-top: 30px;
  justify-content: center;
}
.sec02 .flex .flex-item01 {
  width: 50%;
  order: 2;
}
.sec02 .flex .flex-item02 {
  width: 50%;
  margin-top: 190px;
  padding-right: 40px;
  order: 1;
  position: relative;
}
.sec02 .img-txt {
  position: absolute;
  bottom: 0%;
  right: -80%;
  max-width: 80%;
  text-align: left;
}
.sec02 .img-txt-box a{
  display: block;
}
.sec02 .img-txt_link {
  position: absolute;
  left: 3%;
  bottom:3%;
  color: #fff;
  font-size: 40px;
  padding: 3%;
  line-height: 1;
  text-align: left;
}
@media screen and (max-width: 1030px) {
  .sec02 .img-txt_link {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sec02 .inner {
    padding-top: 60px;
  }
  .sec02 .flex {
    flex-wrap: wrap;
    padding-top: 0;
  }
  .sec02 .flex .flex-item01 {
    width: 100%;
    order: 1;
  }
  .sec02 .flex .flex-item02 {
    width: 100%;
    margin-top: 40px;
    padding-right: 0;
    order: 2;
  }
  .sec02 .img-txt {
    position: initial;
    max-width: initial;
    padding-top: 15px;
    font-size: 1.4rem;
  }
  .sec02 .img-txt_link {
    font-size: 8vw;
  }
}

/*
 *  sec03
-----------------------------------------------------------*/
.sec03 .inner {
  padding-top: 120px;
}
.sec03 .flex {
  display: flex;
  flex-wrap: nowrap;
  padding-top: 30px;
  justify-content: flex-end;
}
.sec03 .flex .flex-item01 {
  width: 50%;
  position: relative;
}
.sec03 .img-txt {
  position: absolute;
  bottom: 7%;
  left: -90%;
  max-width: 80%;
  text-align: left;
}
.sec03 .inner675 {
  max-width: 675px;
  margin: 0 auto;
}
.sec03 .img-txt-box a{
  display: block;
}
.sec03 .img-txt_link {
  position: absolute;
  right: 0%;
  bottom:0%;
  color: #fff;
  font-size: 40px;
  padding: 5%;
  line-height: 1;
  text-align: left;
}
.sec03 .img-txt_link span {
  font-size: 20px;
  display: block;
  letter-spacing: 1px;
}
.sec03 .mid-wide-bg {
  margin: 0 auto;
  background: url(../img/sec03-004.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  max-width: 100%;
  min-height: 400px;
  padding-top: 0;
}
.sec03 .bg-right-over {
  margin-right: -140px;
}
@media screen and (max-width: 767px) {
  .sec03 .inner {
    padding-top: 40px;
  }
  .sec03 .flex {
    flex-wrap: wrap;
    padding-top: 0;
  }
  .sec03 .flex .flex-item01 {
    width: 100%;
  }
  .sec03 .img-txt {
    position: initial;
    max-width: initial;
    padding-top: 15px;
    font-size: 1.4rem;
  }
  .sec03 .img-txt_link {
    font-size: 8vw;
  }
  .sec03 .img-txt_link span {
    font-size: 4vw;
  }
  .sec03 .mid-wide-bg {
    padding-top: 30%;
    min-height: auto;
  }
  .sec03 .bg-right-over {
    margin-right: 0;
  }
}

/*
 *  sec04
-----------------------------------------------------------*/
.sec04 .inner {
  padding-top: 80px;
  padding-bottom: 80px;
}
.sec04 .inner550 {
  max-width: 550px;
  padding-top: 30px;
  padding-bottom: 80px;
  margin: 0 auto;
}
.sec04 .product-link-wrap p {
  display: block;
}
.sec04 .img-txt-box {
  text-align: left;
  margin-top: 40px;
}
.sec04 .img-txt {
  position: absolute;
  bottom: 7%;
  left: -90%;
  max-width: 80%;
  text-align: left;
}
.sec04 .img-txt-box a{
  display: block;
}
.sec04 .img-txt_link {
  position: absolute;
  left: 0%;
  bottom:0%;
  color: #fff;
  font-size: 40px;
  padding: 5%;
  line-height: 1;
  text-align: left;
}
.sec04 .bg-left-over {
  margin-left: -140px;
}
@media screen and (max-width: 1030px) {
  .sec04 .img-txt_link {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sec04 .inner {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .sec04 .inner550 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sec04 .img-txt-box {
    text-align: left;
    margin-top: 20px;
  }
  .sec04 .img-txt {
    position: initial;
    max-width: initial;
    padding-top: 15px;
    font-size: 1.4rem;
  }
  .sec04 .img-txt_link {
    font-size: 8vw;
  }
  .sec04 .bg-left-over {
    margin-left: 0;
  }
}
