@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
/* ↓
から */
/*========================================================
▼共通
========================================================*/
/* 共通変数 */
/* 768px以下変数 */
/* 769px以上変数 */
/* SPのみ */
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

/* PCのみ */
.pc {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
}

#main {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.78571;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  max-width: 2600px;
  margin: 0 auto;
  color: #191919;
}

.inner {
  padding: 0 6.67%;
}
@media screen and (min-width: 769px) {
  .inner {
    width: 800px;
    margin: 0 auto;
    padding: 0;
  }
}
h2 {
  font-size: 5.33vw;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Serif JP",serif;
}
@media screen and (min-width: 769px) {
  h2 {
    font-size: 26px;
    font-size: 2.6rem;
    text-align: center;
    padding-bottom: 40px;
  }
}

#mv, #concept, #slide, #contents, #movie, #campaign, #share, #epilogue {
  position: relative;
  z-index: 2;
  background-color: #000;
}

@media screen and (min-width: 769px) {
  img {
    /*display: block;*/
    width: 100%;
  }
}

.article-btn a {
  max-width: 17em;
  margin: 0 auto;
  background-color: #361717;
  border: 1px solid #361717;
  display: block;
  text-align: center;
  margin-bottom: 0;
  padding: 1em 0;
  color: #fff;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .article-btn a {
    width: 270px;
    margin: 0 auto;
  }
  .article-btn a:hover {
    /*border: 1px solid #c7c7d5;
    background-color: #90909a;*/
    opacity: 0.7;
  }
}

/*========================================================
▼アニメーション設定
========================================================*/
/* 矢印 */
@-webkit-keyframes down {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
    opacity: 0;
  }
}
@keyframes down {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-10px, 10px);
    opacity: 0;
  }
}
@keyframes slider-zoomin {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  12.5% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  27.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1.3);
  }
}
/* ボタンエフェクト */
.article-btn a::before,
.article-btn a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.article-btn a,
.article-btn a::before,
.article-btn a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/*========================================================
▼コンテンツ背景（SPのみ）
========================================================*/
#bg {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  z-index: 0;
  height: 100%;
  background-color: #000;
}
#bg .sp-bg {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
#bg .sp-bg img {
  width: auto;
  height: 100vh;
}

/*========================================================
▼メインビジュアル
========================================================*/
#mv {
  width: 100%;
  height: 80vh;
  position: relative;
  background-size: 100%;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  color: #fff;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Serif JP",serif;
  }
  
@media screen and (min-width: 769px) {
  #mv {
    max-width: 2600px;
    height: 100vh;
    max-height: 1463px;
    margin: 0 auto;
    background-color: #726254;
    background-image: none;
  }
}
#mv #box {
  width: 100%;
  position: absolute;
  z-index: 9996;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  height: 80vh;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #mv #box {
    height: 100vh;
    max-height: 1463px;
  }
}
#mv #box span {
  width: 33.3333vw;
  max-width: calc(2600px / 5);
  height: 20vh;
  max-height: calc(1463px / 5);
  display: block;
  background-color: #726254;
}
@media screen and (min-width: 769px) {
  #mv #box span {
    width: 20%;
    height: 20vh;
  }
}
#mv #box span:nth-of-type(1), #mv #box span:nth-of-type(3), #mv #box span:nth-of-type(11) {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
#mv #box span:nth-of-type(2), #mv #box span:nth-of-type(22) {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
#mv #box span:nth-of-type(4), #mv #box span:nth-of-type(8), #mv #box span:nth-of-type(12), #mv #box span:nth-of-type(15), #mv #box span:nth-of-type(21) {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
#mv #box span:nth-of-type(5), #mv #box span:nth-of-type(7), #mv #box span:nth-of-type(9), #mv #box span:nth-of-type(19), #mv #box span:nth-of-type(22), #mv #box span:nth-of-type(25) {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#mv #box span:nth-of-type(6), #mv #box span:nth-of-type(10), #mv #box span:nth-of-type(14), #mv #box span:nth-of-type(16), #mv #box span:nth-of-type(18), #mv #box span:nth-of-type(24) {
  opacity: 0.55;
  filter: alpha(opacity=55);
}
#mv #box span:nth-of-type(13), #mv #box span:nth-of-type(17), #mv #box span:nth-of-type(21) {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#mv #box span:nth-of-type(20), #mv #box span:nth-of-type(23) {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#mv .video {
  width: 100%;
  height: 100vh;
  max-height: 1463px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: -70%;
}
@media screen and (max-width: 480px) {
  #mv .video { 
    left: -140%;
  }
}
@media screen and (min-width: 769px) {
  #mv .video { 
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  }
}
#mv .video-inner, #mv #video-bg {
  min-width: 100%;
  height: auto;
}
@media screen and (max-width: 480px) {
  #mv .video-inner, #mv #video-bg { 
    margin-top: -20%;
  }
}
@media screen and (min-width: 769px) {
  #mv .video-inner, #mv #video-bg { 
    margin: 0;
  }
}
#mv .mv-bg {
  width: 100%;
  height: 80vh;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  z-index: 10;
}
#mv .pr {
  color: #565252;
  background-color: #bab8b8;
  position: absolute;
  top: 2%;
  right: 2%;
  bottom: auto;
  left: auto;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0.3em 0.5em;
}
@media screen and (min-width: 769px) {
  #mv .pr {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    position: absolute;
    top: 16px;
    right: 10px;
    bottom: auto;
    left: auto;
  }
}
#mv .mv-txt {
  width: 100%;
  height: 80vh;
  padding: 4% 8%;
  position: relative;
  z-index: 9998;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #mv .mv-txt {
    height: 100vh;
    max-height: 1463px;
    min-height: 600px;
  }
}
#mv .mv-txt .logo a {
  width: 30%;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 769px) {
  #mv .mv-txt .logo a {
    width: 154px;
  }
  #mv .mv-txt .logo a img {
    width: 100%;
  }
}
#mv .mv-txt .ttl {
  width: 100%;
  text-align: center;
  z-index: 9999;
  position: absolute;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -48%);
  -ms-transform: translate(-50%, -48%);
  transform: translate(-50%, -48%);
}
@media screen and (min-width: 769px) {
  #mv .mv-txt .ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
#mv .mv-txt .ttl dt {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 0.69231;
  margin-bottom: 10%;
  width: 64%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #mv .mv-txt .ttl dt {
    width: 420px;
    margin: 0 auto 60px;
  }
}
#mv .mv-txt .ttl dd {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
  font-size: 4.6875vw;
  padding: 0.8em 0;
  position: relative;
  z-index: 9999;
  width: 100%;
}
#mv .mv-txt .ttl .mv-txt {
  font-size: 2.5vw;
}
#mv .mv-txt .ttl .lead-txt {
  font-size: 3.75vw;
}
@media screen and (min-width: 769px) {
  #mv .mv-txt .ttl dd {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.4;
    width: 20em;
    margin: 0 auto;
    padding: 0.3em 0;
  }
}
@media screen and (min-width: 769px) {
    #mv .mv-txt .ttl .mv-txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 769px) {
    #mv .mv-txt .ttl .lead-txt {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#mv .mv-txt .arrow {
  position: absolute;
  top: 88%;
  bottom: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  #mv .mv-txt .arrow {
    position: absolute;
    top: 90%;
    bottom: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
#mv .arrow a {
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  padding-bottom: 5px;
  position: relative;
}
#mv .arrow a span {
  position: absolute;
  bottom: 0;
  left: 63%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 15px;
  height: 15px;
  margin-left: -12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: down 1s infinite;
  animation: down 2s infinite;
}

/*========================================================
▼コンセプト
========================================================*/
#concept {
  background-color: #f7f2eb;
  padding: 0 0 10%;
  color: #0e0e0e;
}
@media screen and (min-width: 769px) {
  #concept {
    padding: 0;
  }
}
#concept h2 {
  text-align: left;
  margin-bottom: 6.4%;
  margin-top: -15%;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.47059;
  font-size: 4.6vw;
  position: relative;
  font-weight: 500;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Serif JP",serif;
}
#concept h2:before {
  position: absolute;
  display: block;
  content: "";
  width: calc(650/750*100%);
  height: calc(700/600*100%);
  background-color: #fff;
  z-index: -1;
  width: 100%;
  height: calc(700/600*100%);
  left: -10%;
  top: 0;
}
#concept .concept-title {
  background-color: #fff;
  height: 70px;
}
@media screen and (min-width: 769px) {
  #concept h2:before {
  width: 2000px;
  height: 230px;
  left: -1550px;
  top:-80px;
  }
}
@media screen and (min-width: 768px) {
  #concept h2 {
    font-size: 4vw;
  }
}
@media screen and (min-width: 769px) {
  #concept h2 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.538;
    padding: 0 0 50px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  #concept h2 span {
    font-size: 20px;
    font-size: 2rem;
    line-height: 2;
  }
}
@media screen and (min-width: 769px) {
  #concept .concept-inner {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 75px 0 0;
  }
}
.concept-inner .txt {
  padding: 8% 0;
}
@media screen and (min-width: 769px) {
  .concept-inner .txt {
    width: 420px;
    padding: 0 0 8%;
    margin-right: 90px;
  }
}
.concept-inner .txt p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6714;
}
@media screen and (min-width: 768px) {
  .concept-inner .txt p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 769px) {
  .concept-inner .txt p {
    margin: 0 auto;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
  }
}
@media screen and (min-width: 768px) {
  .concept-inner .concept-img {
    width: 454px;
  }
}
@media screen and (min-width: 769px) {
  .concept-inner .concept-img {
    width: 283px;
  }
}
@media screen and (min-width: 768px) {
  .concept-inner .txt p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
  }
}
.concept-inner .txt p span {
    display: block;
}
.concept-img {
  width: calc(454/650 *100%);
  margin: 0 auto;
}

/*========================================================
▼スライダー
========================================================*/
#slide {
  background-color: #fff;
  background-image: url("../images/slide-bg.jpg");
  background-size: cover;
}
.slide-inner {
  color: #fff;
  padding: 8% 0;
}
@media screen and (min-width: 769px) {
  .slide-inner {
    padding: 70px 0;
  }
}
#slide h2 {
  padding-bottom: 5%;
}
.slick-slide{
    margin-left: 0.5%;
    margin-right: 0.5%;
}

@media screen and (min-width: 769px) {
  .slick-slide{
    margin-left: 20px;
    margin-right: 20px;
  }
}

.slick-slide:not(.slick-center) {
  position: relative;
  padding-top: 14%;
  overflow: hidden;
  margin-top: -0.2%;

  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media screen and (min-width: 768px) {
    .slick-slide:not(.slick-center) {
    padding-top: 8%;
    margin-top: 1%;
    }
}
@media screen and (min-width: 769px) {
    .slick-slide:not(.slick-center) {
    padding-top: 8%;
    margin-top: 1%;
    }
}
.slick-slide:not(.slick-center) img{
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slick-prev {
  left: 15%;
}
.slick-next {
  right: 15%;
}
.slick-prev, .slick-next {
  width: 20px;
  height: 30px;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .slick-prev {
    left: 34%;
  }
}
@media screen and (min-width: 768px) {
  .slick-next {
    right: 34%;
  }
}
@media screen and (min-width: 769px) {
  .slick-prev {
    width: 40px;
    height: 60px;
    margin-top: -20px;
    left: 33%;
  }
}
@media screen and (min-width: 769px) {
  .slick-next {
    width: 40px;
    height: 60px;
    margin-top: -20px;
    right: 33%;
  }
}
.slick-prev:before {
  content: ''!important;
}
.slick-prev:before  {
  width: 15px;
  height: 15px;
  border: 0px;
  border-bottom: solid 2px #fff;
  border-left: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 35%;
  left: 28%;
  margin-top: -4px;
}
@media screen and (min-width: 769px) {
  .slick-prev:before {
    width: 25px;
    height: 25px;
    top: 40%;
    left: 32%;
    margin-top: -4px;
  }
}
.slick-next:before {
  content: ''!important;
}
.slick-next:before {
  width: 15px;
  height: 15px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 35%;
  left: -12%;
  margin-top: -4px;
}
@media screen and (min-width: 769px) {
  .slick-next:before {
    width: 25px;
    height: 25px;
    top: 40%;
    left: 0;
    margin-top: -4px;
  }
}

/*========================================================
▼コンテンツ
========================================================*/
#contents {
  padding: 10% 0;
  background-color: #eee;
  color: #333;
}
@media screen and (min-width: 769px) {
  #contents {
    padding: 60px 0 0;
  }
}
#contents .contents-inner {
  padding: 0 6.67%;
}
@media screen and (min-width: 769px) {
  #contents .contents-inner {
    width: 800px;
    margin: 0 auto;
    padding: 0;
  }
}

/*---------------------------- 
フィーチャーアイテム
----------------------------*/
.items {
  padding: 8% 0;
}
.items:nth-of-type(2n) {
  background-color: #fff;
}
.items:nth-of-type(3) {
  background-color: #f7f2eb;
}
@media screen and (min-width: 769px) {
  .items {
    padding: 0 0 100px;
  }
}
.items-inner {
  padding-top: 6%;
}
@media screen and (min-width: 769px) {
  .items-inner {
    display: flex;
    align-items: center;
    padding-top: 40px;
  }
}
@media screen and (min-width: 769px) {
  .items-inner:last-of-type {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.items-inner .items-txt {
  position: relative;
}
@media screen and (min-width: 769px) {
  .items-inner .items-txt {
    width: 312px;
    margin-right: 90px;
  }
}
#contents .num {
  color: #fff;
  background-color: #000;
  padding: 2%;
  font-weight: 600;
  position: relative;
  font-size: 3.46vw;
  width: calc(192/650*100%);
  line-height: 1;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Serif JP",serif;
}
#contents .num span {
  font-size: 6.66vw;
}
@media screen and (min-width: 769px) {
  #contents .num {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    width:27.887%;
    margin: 0;
  }
}
.items-inner .items-txt dt {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho","Noto Serif JP",serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  font-size: 5.33vw;
  margin-bottom: 6%;
}
@media screen and (min-width: 769px) {
  .items-inner .items-txt dt {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    margin: 50px 0;
  }
}
.items-inner .items-txt dt span {
  display: block;
  margin-bottom: 4%;
  font-weight: 300;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-size: 3.733vw;
}
@media screen and (min-width: 768px) {
  .items-inner .items-txt dt span {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 769px) {
  .items-inner .items-txt dt span {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 35px;
  }
}
.items-inner .items-txt dd {
  margin-bottom: 10%;
  font-size: 3.733vw;
  line-height: 1.60714;
}
@media screen and (min-width: 768px) {
  .items-inner .items-txt dd {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 769px) {
  .items-inner .items-txt dd {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 769px) {
  .items-inner .items-txt dd:first-of-type {
    /*padding: 0 1.4rem;*/
  }
}
.items-inner .items-txt dd span {
  color: #fff;
  background-color: #626262;
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 10px;
  padding: 1% 3%;
}
.items-inner .items-txt .article-btn {
  margin-bottom: 0;
}
.items-inner .items-img {
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .items-inner .items-img {
    margin: 0;
  }
}
.items-inner .items-img01 {
  width: calc(584/650 *100%);
}
.items-inner .items-img02 {
  width: calc(478/650 *100%);
}
.items-inner .items-img03 {
  width: calc(446/650 *100%);
}
.items-inner .items-img04 {
  width: calc(524/650 *100%);
}
.items-inner .items-img05 {
  width: calc(536/650 *100%);
}
@media screen and (min-width: 768px) {
  .items-inner .items-img01 {
    width: 584px;
  }
}
@media screen and (min-width: 768px) {
  .items-inner .items-img02 {
    width: 478px;
  }
}
@media screen and (min-width: 768px) {
  .items-inner .items-img03 {
    width: 446px;
  }
}
@media screen and (min-width: 768px) {
  .items-inner .items-img04 {
    width: 524px;
  }
}
@media screen and (min-width: 768px) {
  .items-inner .items-img05 {
    width: 536px;
  }
}
@media screen and (min-width: 769px) {
  .items-inner .items-img01 {
    width: 398px;
  }
}
@media screen and (min-width: 769px) {
  .items-inner .items-img02 {
    width: 316px;
  }
}
@media screen and (min-width: 769px) {
  .items-inner .items-img03 {
    width: 302px;
  }
}
@media screen and (min-width: 769px) {
  .items-inner .items-img04 {
    width: 391px;
  }
}
@media screen and (min-width: 769px) {
  .items-inner .items-img05 {
    width: 361px;
  }
}
.items-inner .items-detail {
  margin-bottom: 4%;
}
@media screen and (min-width: 769px) {
  .items-inner .items-detail {
    width: 336px;
    display: flex;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .items-inner .items-detail-03 {
    width: 256px;
  }
}
@media screen and (min-width: 769px) {
  .items-inner .items-detail-03 img {
    max-width: 130px;
  }
}
.items-inner .items-detail dl {
  display: flex;
}
.items-inner .items-detail dd {
  width: calc(250/650 *100%);
  position: relative;
}
@media screen and (min-width: 768px) {
  .items-inner .items-detail dd {
    width: 250px;
  }
}
@media screen and (min-width: 769px) {
  .items-inner .items-detail dd {
    width: 130px;
    margin-right: 0;
  }
}
.items-inner .items-detail dt {
  width: calc(310/610*100%);
  position: relative;
  font-size: 3.733vw;
  line-height: 1.60714;
  margin: 0 3% 0 0;
}
@media screen and (min-width: 768px) {
  .items-inner .items-detail dt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.64286;
  }
}
@media screen and (min-width: 769px) {
  .items-inner .items-detail dt {
    width: 14.286em;
    border: none;
    margin-left: 0;
    padding: 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    margin-right: 13px;
  }
}
@media screen and (min-width: 769px) {
  .items-inner .items-detail-03 dt {
    width: 8em;
  }
}
.items-inner .items-detail dt span {
  font-weight: 600;
}
.ttl_point {
  display: block;
  width: calc(410/650 *100%);
  margin-bottom: 0.5em;
  margin-left: -7%;
}
@media screen and (min-width: 768px) {
  .ttl_point {
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  .ttl_point {
    margin-left: 0;
    width: 213px;
  }
}
.items-inner .article-btn {
  margin: 8% auto 0;
}
@media screen and (min-width: 769px) {
  .items-inner .article-btn {
    margin-top: 50px;
  }
}
.items-inner:last-of-type {
  padding-top: 0;
}
.items-inner .items-detail:/*nth-of-type*/(even) {
  margin-bottom: 0;
}
.items-inner .items-detail:nth-of-type(even) dl {
  flex-direction: row-reverse;
}
@media screen and (min-width: 769px) {
  .items-inner .items-detail:nth-of-type(even) dl {
    flex-direction: row;
  }
}
.items-inner .items-detail:nth-of-type(even) dt {
  margin: 0 0 0 6%;
}
@media screen and (min-width: 769px) {
  .items-inner .items-detail:nth-of-type(even) dt {
    margin: 0 14px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .items-inner .items-detail:nth-of-type(even) dd {
    margin-right: 0;
  }
}


/*========================================================
プレゼントキャンペーン
========================================================*/
#campaign {
  padding: 10% 3.47% 8%;
  background-color: #fff;
}
#campaign img {
  vertical-align: bottom;
}
@media screen and (min-width: 769px) {
  #campaign {
    padding: 110px 0 70px;
    background: transparent;
  }
}
.campaign-inner {
  color: #fff;
  padding: 0;
}
.campaign-ttl-contrnts {
  background-color: #111;
  padding: 0 6.1% 35px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .campaign-ttl-contrnts {
    padding: 80px 55px 50px;
  }
}
.campaign-inner .ttl {
  text-align: center;
  font-weight: 500;
  font-size: 5.33vw;
  position: relative;
  line-height: 1.375;
  margin-bottom: 40px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Serif JP",serif;
}
@media screen and (min-width: 769px) {
  .campaign-inner .ttl {
    margin-bottom: 30px;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.5;
  }
}
.campaign-inner .ttl dd > span {
  color: #dd502b;
}
.campaign-inner .ttl span.lg {
  font-size: 6.5vw;
}
@media screen and (min-width: 769px) {
  .campaign-inner .ttl span.lg {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.125;
  }
}
@media screen and (min-width: 769px) {
.campaign-inner .ttl:before {
  content: "";
  background-image: url("../images/ttl_bg_01.png");
  background-repeat:no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 60%;
  height: 110px;
}
}
@media screen and (min-width: 769px) {
.campaign-inner .ttl:before {
  top: -129px;
  left: 250px;
  width: 150px;
  height: 102px;
}
}
.campaign-inner .ttl:after {
  content: "";
  background-image: url("../images/ttl_bg_02.png");
  background-repeat:no-repeat;
  position: absolute;
  top: 23%;
  left: 0;
  width: 65%;
  height: 20vh;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .campaign-inner .ttl:after {
  top: 55%;
  left: 5%;
}
}
@media screen and (min-width: 769px) {
.campaign-inner .ttl:after {
  bottom: -32px;
  right: 410px;
  left: auto;
  top: auto;
  width: 139px;
  height: 101px;
  z-index: -1;
}
}
@media screen and (min-width: 768px) {
  .campaign-inner p {
    font-size: 1.4em;
    margin-bottom: 5%;
  }
}
@media screen and (min-width: 769px) {
  .campaign-inner p {
    margin-bottom: 0;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 35px;
    line-height: 2;
  }
}
.present {
  background-color: #fff;
  color: #191919;
  text-align: center;
  width: 100%;
  padding: 14% 5% 8%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  border: solid 2px #111;
}
@media screen and (min-width: 769px) {
  .present {
    padding: 45px 90px 65px;
  }
}
.present dl {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Serif JP",serif;
  width: 47%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10%;
}
.present dl:nth-of-type(1) {
    width: 50.8%;
}
.present dl:nth-of-type(2) {
    width: 45.8%;
    margin-top: -3.5%;
}
.present dl:nth-of-type(3) {
    width: 39%;
    margin-left: 4%;
}
.present dl:nth-of-type(4) {
    width: 56%;
    margin-right: -4%;
    margin-top: -2.5%;
}
.present dl:nth-of-type(4) dt {
    margin-bottom: 13%;
}
.present dl:nth-of-type(6) {
    width: 49%;
}
@media screen and (min-width: 769px) {
  .present dl {
    width: 194px !important;
    margin: 0 0 30px 0 !important;
    display: block;
    vertical-align: baseline;
  }
}

@media screen and (min-width: 769px) {
  .present dl:nth-of-type(1) dt {
    width: 174px;
    margin-top: 11px;
  }
}
@media screen and (min-width: 769px) {
  .present dl:nth-of-type(2) dt {
    width: 163px;
    margin-top: -14px;
  }
}
@media screen and (min-width: 769px) {
  .present dl:nth-of-type(2) {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  .present dl:nth-of-type(3) dt {
    width: 134px;
    /*margin: -6px;*/
  }
}
@media screen and (min-width: 769px) {
  .present dl:nth-of-type(3) {
    margin: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  .present dl:nth-of-type(4) dt {
    width: 194px;
  }
}
@media screen and (min-width: 769px) {
  .present dl:nth-of-type(6) dt {
    width: 184px;
  }
}

.present dl dt {
  margin: 0 auto;
}
.present dl:nth-of-type(2) dd {
  margin-bottom: 0.4em;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  font-size: 3.5vw;
}
@media screen and (min-width: 768px) {
  .present dl:nth-of-type(2) dd {
    font-size: 3.1vw;
  }
}
@media screen and (min-width: 769px) {
  .present dl:nth-of-type(2) dd {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
.present dd {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  font-size: 3.5vw;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 768px) {
  .present dd {
    font-size: 3.1vw;
  }
}
@media screen and (min-width: 769px) {
  .present dd {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 15px 0 20px;
  }
}
.present .circle {
  width: 34vw;
  height: 34vw;
  max-width: 200px;
  max-height: 200px;
  border-radius: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f2eb;
  margin-top: 18%;
}
@media screen and (min-width: 769px) {
  .present .circle {
    width: 150px;
    height: 150px;
    max-width: 150px;
    max-height: 150px;
    position: relative;
    align-self: center;
    margin: 0;
  }
}
.present .circle dt {
  margin: 0;
  /*font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.61538;
  font-size: 3.4vw;
}
@media screen and (min-width: 768px) {
  .present .circle dt {
    font-size: 3vw;
  }
}
@media screen and (min-width: 769px) {
  .present .circle dt {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.present .circle span {
  display: inline;
  color: #d22c06;
}
.present .article-btn {
  margin: 0 auto;
  width: 100%;
}

/*========================================================
snsシェア
========================================================*/
#share {
  padding: 8% 0 0;
}
@media screen and (min-width: 769px) {
  #share {
    padding: 70px 0 54px;
  }
}

.share-inner {
  padding: 0 4.35%;
}
@media screen and (min-width: 769px) {
  .share-inner {
    width: 890px;
    margin: 0 auto;
    padding: 0;
  }
}
.share-inner h2 {
  text-align: center;
  color: #aaa;
  position: relative;
  padding-bottom: 0.5em;
  margin-bottom: 8%;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .share-inner h2 {
    margin-bottom: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
  }
}
.share-inner h2:after {
  width: 3.6em;
  height: 2px;
  content: '';
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #aaa;
}
@media screen and (min-width: 769px) {
  .share-inner ul {
    display: flex;
    justify-content: space-between;
  }
}
.share-inner ul * {
  color: #fff;
}
.share-inner li a {
  border: 1px solid #fff;
  text-align: center;
  display: block;
  width: 60%;
  margin: 0 auto 8%;
  padding: 1em 0;
}
@media screen and (min-width: 769px) {
  .share-inner li a {
    width: 270px;
    padding: 1.5em 0;
    margin: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
  }
  .share-inner li a:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .share-inner li a:before, .share-inner li a:after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;
  }
}
.share-inner li:last-of-type a {
  margin-bottom: 0;
}

/*========================================================
お問い合わせ・クレジット
========================================================*/
#epilogue {
  background-color: #000;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.75;
  text-align: center;
  padding: 10% 0;
}
@media screen and (min-width: 769px) {
  #epilogue {
    padding: 60px 0 30px;
  }
}

.epilogue-inner * {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .epilogue-inner {
    width: 890px;
  }
}
.epilogue-inner .epilogue-logo {
  width: 50%;
  margin: 0 auto 5.33%;
}
@media screen and (min-width: 769px) {
  .epilogue-inner .epilogue-logo {
    width: 210px;
    margin: 0 auto 40px;
  }
}
@media screen and (min-width: 769px) {
  .epilogue-inner ul {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  .epilogue-inner .contact {
    display: flex;
    justify-content: space-between;
  }
}
.epilogue-inner .contact li a {
  width: 60%;
  margin: 0 auto 8%;
  border: 1px solid #fff;
  display: block;
  padding: 1em 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .epilogue-inner .contact li a {
    width: 270px;
    padding: 1.5em 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
  }
  .epilogue-inner .contact li a:hover {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .epilogue-inner .contact li a:before, .epilogue-inner .contact li a:after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;
  }
}
.epilogue-inner .sns {
  display: flex;
  justify-content: space-between;
  width: 36%;
  margin: 0 auto 6.4%;
}
@media screen and (min-width: 769px) {
  .epilogue-inner .sns {
    width: 120px;
    margin: 0 auto 40px;
  }
}
.epilogue-inner .sns li a {
  width: 60%;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 769px) {
  .epilogue-inner .sns li a {
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .epilogue-inner .sns li a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
}
.epilogue-inner .sns li a img {
  display: inline;
  vertical-align: middle;
}
.epilogue-inner .credit {
  font-weight: 600;
  margin-bottom: 6.4%;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .epilogue-inner .credit {
    margin-bottom: 50px;
  }
}
.epilogue-inner .copy {
  color: #666;
}

/*========================================================
▼TOPへ戻る
========================================================*/
#to-top {
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 3.2em;
  text-align: center;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0.5em;
}
#to-top p {
  position: relative;
  padding-top: 1em;
}
#to-top p span {
  position: absolute;
  top: 0;
  left: 63%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 15px;
  height: 15px;
  margin-left: -12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #dd502b;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/*========================================================
▼共通テンプレートのスタイル修正
========================================================*/
#wrapper {
  padding: 0;
}
/*========================================================
▼アニメーション設定
========================================================*/

/* スクロールに応じたフェード表示*/

#contents .num{
  position: relative;
  overflow: hidden;
}

#contents .num:before{
  content: '';
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 100%;
}

/*左から右へフェードイン*/
#contents .num.fadeInLeft:before{
  content: '';
  animation: anime-fade 1s cubic-bezier(.4, 0, .2, 1) forwards;
}

.num-bg-g:before{
  background-color: #eee;
}

.num-bg-w:before{
  background-color: #fff;
}

.num-bg-b:before{
  background-color: #f7f2eb;
}

@keyframes anime-fade {
  100% {
    transform: translateX(100%);
  }
}