@charset "utf-8";

/*
  File Name   : top.css
  Description : コンテンツエリア関係 他
*/

/* slick
============================================================ */
.slick-arrow {
  display: none !important;
}

/* section-kv
============================================================ */
.section-kv {
  width: 100%;
  height: 100vh;
  position: relative;
}
.section-kv .top-slider-wrap {
  opacity: 0;
}
.section-kv .top-slider-wrap .top-slider-body .slide-item {
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.section-kv .top-slider-wrap .slider-pc-catch {
  position: absolute;
  top: 50%;
  left: 100px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-kv .top-slider-wrap .slider-pc-catch .text {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 2.6;
  letter-spacing: 5px;
  margin: 65px 0 0;
}
.section-kv .top-slider-wrap .slider-pc-catch img {
  width: 546px;
  height: auto;
}

.section-kv .page-scroll-wrap {
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.section-kv .page-scroll-wrap span {
  display: block;
  position: relative;
  width: 72px;
}
.section-kv .page-scroll-wrap span::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  height: 40px;
  background-color: #000;
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.section-kv .btn-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
}
.section-kv .btn-wrap a {
  display: block;
  width: 400px;
  height: 140px;
  background-color: #fff;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  position: relative;
  padding: 54px 0 0 190px;
  box-sizing: border-box;
}
.section-kv .btn-wrap a:hover {
  /* background-color: #fef076; */
  background-color: rgba(255, 255, 255, .7);
  text-decoration: none;
}
.section-kv .btn-wrap a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 30px;
  background: url(../img/common/icon-arrow-ye-right.png) 0 0 no-repeat;
  background-size: 16px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.section-kv .btn-wrap a:hover::after {
  right: 12px;
}
.section-kv .btn-wrap img {
  width: 116px;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 40px;
}
.section-kv .btn-wrap p,
.section-kv .btn-wrap p span {
  display: block;
  line-height: 1;
}
.section-kv .btn-wrap p {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 4px;
}
.section-kv .btn-wrap p span {
  font-size: 14px;
  margin-top: 12px;
  letter-spacing: 0;
}

@media screen and (max-width: 1481px) {
  .section-kv .top-slider-wrap .slider-pc-catch {
    top: calc(50% + 40px);
    left: 6.757vw;
  }
  .section-kv .top-slider-wrap .slider-pc-catch .text {
    font-size: 1.216vw;
    letter-spacing: 0.338vw;
    margin: 4.392vw 0 0;
  }
  .section-kv .top-slider-wrap .slider-pc-catch img {
    width: 36.892vw;
  }

  .section-kv .btn-wrap a {
    width: 27.027vw;
    height: 9.459vw;
    padding: 3.649vw 0 0 12.838vw;
  }
  .section-kv .btn-wrap a::after {
    right: 1.486vw;
    width: 1.081vw;
    height: 2.027vw;
    background-size: 1.081vw;
  }
  .section-kv .btn-wrap a:hover::after {
    right: 0.811vw;
  }
  .section-kv .btn-wrap img {
    width: 7.838vw;
    left: 2.703vw;
  }
  .section-kv .btn-wrap p {
    font-size: 1.351vw;
    letter-spacing: 0.27vw;
  }
  .section-kv .btn-wrap p span {
    font-size: 0.946vw;
    margin-top: 0.811vw;
  }
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .section-kv {
    height: auto;
  }
  .section-kv .top-slider-wrap .top-slider-body .slide-item {
    height: auto;
    background-image: none;
  }
  .section-kv img {
    width: 100%;
  }
}

/* concept
============================================================ */
.section-concept {
  padding: 194px 0 154px;
  box-sizing: border-box;
  text-align: center;
}
.section-concept .title {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #fce003;
  line-height: 1;
  letter-spacing: 10px;
  position: relative;
  left: 5px;
  margin: 0 0 56px;
}
.section-concept .catch {
  font-size: 26px;
  font-weight: bold;
  line-height: 2.4;
  letter-spacing: 5px;
}
.section-concept .text {
  line-height: 3.4;
  letter-spacing: 5px;
  margin: 60px 0 0;
}
.section-concept .logo {
  width: 100%;
  margin: 80px 0 0;
}
.section-concept .logo img {
  width: 100%;
  height: auto;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .section-concept {
    padding: 80px 0 80px;
    box-sizing: border-box;
    text-align: center;
  }
  .section-concept .title {
    font-size: 28px;
    margin: 0 0 34px;
  }
  .section-concept .catch {
    font-size: 18px;
  }
  .section-concept .text {
    line-height: 2.4;
    letter-spacing: 2px;
    margin: 30px 0 0;
    text-align: left;
  }
  .section-concept .text br {
    display: none;
  }
  .section-concept .logo {
    margin: 40px 0 0;
  }
  .section-concept .logo img {
    width: 300px;
  }
}

/* section-pentagon
============================================================ */
.section-pentagon {
  padding: 200px 0 250px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e74d7d+0,e74d4d+100 */
  background: #e74d7d; /* Old browsers */
  background: -moz-linear-gradient(left,  #e74d7d 0%, #e74d4d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #e74d7d 0%,#e74d4d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #e74d7d 0%,#e74d4d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e74d7d', endColorstr='#e74d4d',GradientType=1 ); /* IE6-9 */
  color: #fff;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.section-pentagon::before {
  content: "";
  position: absolute;
  top: -46px;
  left: -7px;
  width: 758px;
  height: 1037px;
  background: url(../img/top/pentagon-img-parts-1.png) 0 0 no-repeat;
  background-size: 758px;
}
.section-pentagon::after {
  content: "";
  position: absolute;
  bottom: -240px;
  right: 0;
  width: 677px;
  height: 1079px;
  background: url(../img/top/pentagon-img-parts-2.png) 0 0 no-repeat;
  background-size: 677px;
}
.section-pentagon > div {
  position: relative;
  z-index: 1;
}
.section-pentagon .title-wrap .title {
  font-size: 22px;
  font-weight: bold;
}
.section-pentagon .title-wrap .text {
  font-size: 14px;
  margin: 20px 0 0;
}
.section-pentagon .pentagon-img-wrap {
  margin: 116px 0 0;
  position: relative;
}
.section-pentagon .pentagon-img-wrap .img-block img {
  width: 1300px;
}
.section-pentagon .pentagon-img-wrap .disc-block {
  position: absolute;
  top: 10px;
  right: 0;
  -webkit-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
  opacity: 0;
}
.section-pentagon .pentagon-img-wrap.js-offset-active .disc-block {
  top: -62px;
  opacity: 1;
}
.section-pentagon .pentagon-img-wrap .disc-block-inner {
  position: relative;
  width: 600px;
  height: 300px;
  background-color: #fff;
}
.section-pentagon .pentagon-img-wrap .disc-block .title-text-box {
  position: absolute;
  bottom: -35px;
  right: 0;
  width: 300px;
  height: 70px;
  background-color: #ff886c;
  text-align: center;
  padding-top: 24px;
  box-sizing: border-box;
  z-index: 1;
}
.section-pentagon .pentagon-img-wrap .disc-block .title-text-box .arrow::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #ff876c transparent;
}
.section-pentagon .pentagon-img-wrap .disc-block .title-text {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 6px;
  position: relative;
  right: -3px;
}
.section-pentagon .pentagon-img-wrap .disc-block .text {
  font-size: 20px;
  font-weight: bold;
  color: #c73665;
  letter-spacing: 5px;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-pentagon .pentagon-img-wrap .disc-block .sub-text {
  font-size: 13px;
  color: #000;
  line-height: 1;
  position: absolute;
  top: 30px;
  right: 30px;
}
.section-pentagon .pentagon-img-wrap .disc-block img {
  width: 300px;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section-pentagon .disc-text-wrap {
  width: 600px;
  margin-top: -200px;
}
.section-pentagon .disc-text-wrap .title {
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 10px;
  line-height: 1.9;
}
.section-pentagon .disc-text-wrap .text {
  line-height: 2.4;
  letter-spacing: 0;
  margin: 26px 0 0;
}

@media screen and (max-width: 1481px) {
  .section-pentagon {
    padding: 13.514vw 0 16.892vw;
  }
  .section-pentagon::before {
    top: -3.108vw;
    left: -0.473vw;
    width: 51.216vw;
    height: 70.068vw;
    background-size: 51.216vw;
  }
  .section-pentagon::after {
    bottom: -16.216vw;
    width: 45.743vw;
    height: 72.905vw;
    background-size: 45.743vw;
  }
  .section-pentagon .pentagon-img-wrap {
    margin: 7.838vw 0 0;
  }
  .section-pentagon .pentagon-img-wrap .img-block img {
    width: 87.838vw;
  }
  .section-pentagon .pentagon-img-wrap .disc-block {
    top: 0.676vw;
    right: 0;
  }
  .section-pentagon .pentagon-img-wrap.js-offset-active .disc-block {
    top: -4.189vw;
  }
  .section-pentagon .pentagon-img-wrap .disc-block-inner {
    width: 40.541vw;
    height: 20.27vw;
  }
  .section-pentagon .pentagon-img-wrap .disc-block .title-text-box {
    bottom: -2.365vw;
    right: 0;
    width: 20.27vw;
    height: 4.73vw;
    padding-top: 1.622vw;
  }
  .section-pentagon .pentagon-img-wrap .disc-block .title-text-box .arrow::before {
    left: -0.711vw;
    border-width: 0 0 0.811vw 0.811vw;
  }
  .section-pentagon .pentagon-img-wrap .disc-block .title-text {
    font-size: 1.757vw;
    letter-spacing: 0.405vw;
    right: -0.203vw;
  }
  .section-pentagon .pentagon-img-wrap .disc-block .text {
    font-size: 1.351vw;
    letter-spacing: 0.338vw;
    right: 2.027vw;
  }
  .section-pentagon .pentagon-img-wrap .disc-block .sub-text {
    font-size: 0.878vw;
    top: 2.027vw;
    right: 2.027vw;
  }
  .section-pentagon .pentagon-img-wrap .disc-block img {
    width: 20.27vw;
  }
  .section-pentagon .disc-text-wrap {
    width: 40.541vw;
    margin-top: -13.514vw;
  }
  .section-pentagon .disc-text-wrap .title {
    font-size: 2.568vw;
    letter-spacing: 0.676vw;
  }
  .section-pentagon .disc-text-wrap .text {
    margin: 1.757vw 0 0;
  }
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .section-pentagon {
    padding: 100px 0 100px;
    overflow: hidden;
  }
  .section-pentagon .title-wrap .title {
    font-size: 22px;
  }
  .section-pentagon .title-wrap .text {
    font-size: 14px;
    margin: 20px 0 0;
  }
  .section-pentagon .pentagon-img-wrap {
    margin: 40px 0 0;
  }
  .section-pentagon .pentagon-img-wrap .img-block img {
    width: 100%;
  }
  .section-pentagon .pentagon-img-wrap .disc-block {
    display: none;
  }
  .section-pentagon .disc-text-wrap {
    width: 100%;
    margin-top: 40px;
  }
  .section-pentagon .disc-text-wrap .title {
    font-size: 20px;
    letter-spacing: 10px;
    line-height: 1.9;
  }
  .section-pentagon .disc-text-wrap .text {
    line-height: 2.4;
    letter-spacing: 0;
    margin: 16px 0 0;
  }
}

/* section-finger-grip
============================================================ */
.section-finger-grip {
  padding: 224px 0 492px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#42f7ff+0,42bdff+100 */
  background: #42f7ff; /* Old browsers */
  background: -moz-linear-gradient(left,  #42f7ff 0%, #42bdff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #42f7ff 0%,#42bdff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #42f7ff 0%,#42bdff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42f7ff', endColorstr='#42bdff',GradientType=1 ); /* IE6-9 */
}
.section-finger-grip > div {
  position: relative;
}
.section-finger-grip .title-wrap .title {
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 5px;
}
.section-finger-grip .title-wrap .text {
  line-height: 2.4;
  margin: 30px 0 0;
  padding-right: 580px;
  box-sizing: border-box;
}
.section-finger-grip .img-list-wrap {
  margin: 138px 0 0;
}
.section-finger-grip .img-list-wrap ul {
  display: flex;
}
.section-finger-grip .img-list-wrap li {
  width: 400px;
  height: 400px;
  margin-right: 100px;
  position: relative;
}
.section-finger-grip .img-list-wrap li:last-child {
  margin-right: 0;
}
.section-finger-grip .img-list-wrap .round-block {
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .05);
  width: 400px;
  height: 400px;
}
.section-finger-grip .img-list-wrap li:nth-child(2),
.section-finger-grip .img-list-wrap li:nth-child(3) {
  top: -100px;
}
.section-finger-grip .img-list-wrap li:nth-child(3) {
  top: -200px;
}
.section-finger-grip .img-list-wrap li:nth-child(1) .img-block,
.section-finger-grip .img-list-wrap li:nth-child(2) .img-block,
.section-finger-grip .img-list-wrap li:nth-child(3) .img-block {
  position: absolute;
}
.section-finger-grip .img-list-wrap li:nth-child(1) .img-block {
  width: 324px;
  top: -59px;
  left: 75px;
}
.section-finger-grip .img-list-wrap li:nth-child(2) .img-block {
  width: 400px;
  top: 85px;
  left: 0;
}
.section-finger-grip .img-list-wrap li:nth-child(3) .img-block {
  width: 310px;
  top: -108px;
  left: 78px;
}
.section-finger-grip .img-list-wrap .name {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 15px 15px 15px;
  box-sizing: border-box;
  border: solid 4px #fff;
  width: 240px;
  margin: 0 auto;
  position: relative;
  top: -40px;
  z-index: 1;
}
.section-finger-grip .img-list-wrap .move-round {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #39e4fe;
  box-shadow: 0 0 10px rgba(0, 0, 0, .10);
  border-radius: 50%;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}
.section-finger-grip .img-list-wrap li .move-round {
  width: 0;
  height: 0;
}
.section-finger-grip .img-list-wrap.js-offset-active li:nth-child(1) .move-round {
  width: 13px;
  height: 13px;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}
.section-finger-grip .img-list-wrap.js-offset-active li:nth-child(2) .move-round {
  width: 130px;
  height: 130px;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}
.section-finger-grip .img-list-wrap.js-offset-active li:nth-child(3) .move-round {
  width: 280px;
  height: 280px;
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}
.section-finger-grip .bottom-text-wrap {
  width: 424px;
  position: absolute;
  bottom: -93px;
  right: 40px;
}
.section-finger-grip .bottom-text-wrap .title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  letter-spacing: 2px;
  white-space: nowrap;
}
.section-finger-grip .bottom-text-wrap .title span {
  display: block;
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
  padding: 20px 0 20px;
  margin: 15px 0 0;
}
.section-finger-grip .bottom-text-wrap .text {
  font-size: 13px;
  line-height: 1;
  text-align: right;
  margin: 39px 0 0;
}

@media screen and (max-width: 1481px) {
  .section-finger-grip {
    padding: 15.135vw 0 33.243vw;
  }
  .section-finger-grip .title-wrap .title {
    font-size: 2.568vw;
    letter-spacing: 0.338vw;
  }
  .section-finger-grip .title-wrap .text {
    margin: 2.027vw 0 0;
    padding-right: 39.189vw;
  }
  .section-finger-grip .title-wrap .text br {
    display: none;
  }
  .section-finger-grip .img-list-wrap {
    margin: 9.324vw 0 0;
  }
  .section-finger-grip .img-list-wrap li {
    width: 27.027vw;
    height: 27.027vw;
    margin-right: 4.757vw;
  }
  .section-finger-grip .img-list-wrap .round-block {
    width: 27.027vw;
    height: 27.027vw;
  }
  .section-finger-grip .img-list-wrap li:nth-child(2),
  .section-finger-grip .img-list-wrap li:nth-child(3) {
    top: -6.757vw;
  }
  .section-finger-grip .img-list-wrap li:nth-child(3) {
    top: -13.514vw;
  }
  .section-finger-grip .img-list-wrap li:nth-child(1) .img-block {
    width: 21.892vw;
    top: -3.986vw;
    left: 5.068vw;
  }
  .section-finger-grip .img-list-wrap li:nth-child(2) .img-block {
    width: 27.027vw;
    top: 5.743vw;
  }
  .section-finger-grip .img-list-wrap li:nth-child(3) .img-block {
    width: 20.946vw;
    top: -7.297vw;
    left: 5.27vw;
  }
  .section-finger-grip .img-list-wrap .name {
    font-size: 1.216vw;
    padding: 1.014vw 1.014vw 1.014vw;
    width: 16.216vw;
    top: -2.703vw;
  }
  .section-finger-grip .img-list-wrap li .move-round {
    width: 0;
    height: 0;
  }
  .section-finger-grip .img-list-wrap.js-offset-active li:nth-child(1) .move-round {
    width: 0.878vw;
    height: 0.878vw;
  }
  .section-finger-grip .img-list-wrap.js-offset-active li:nth-child(2) .move-round {
    width: 8.784vw;
    height: 8.784vw;
  }
  .section-finger-grip .img-list-wrap.js-offset-active li:nth-child(3) .move-round {
    width: 18.919vw;
    height: 18.919vw;
  }
  .section-finger-grip .bottom-text-wrap {
    width: 28.649vw;
    bottom: -6.284vw;
  }
  .section-finger-grip .bottom-text-wrap .title {
    font-size: 1.622vw;
    letter-spacing: 0.135vw;
  }
  .section-finger-grip .bottom-text-wrap .title span {
    padding: 1.351vw 0 1.351vw;
    margin: 1.014vw 0 0;
  }
  .section-finger-grip .bottom-text-wrap .text {
    font-size: 0.878vw;
    margin: 2.635vw 0 0;
  }
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .section-finger-grip {
    padding: 60px 0 140px;
  }
  .section-finger-grip .title-wrap .title {
    font-size: 18px;
  }
  .section-finger-grip .title-wrap .text {
    margin: 20px 0 0;
    padding-right: 0;
  }
  .section-finger-grip .img-list-wrap {
    margin: 115px 0 0;
  }
  .section-finger-grip .img-list-wrap ul {
    display: block;
    width: 300px;
    margin: 0 auto;
  }
  .section-finger-grip .img-list-wrap li {
    width: 300px;
    height: 300px;
    margin-right: 0;
    margin: 80px 0 0;
  }
  .section-finger-grip .img-list-wrap li:nth-child(3) {
    margin: 180px 0 0;
  }
  .section-finger-grip .img-list-wrap .round-block {
    width: 300px;
    height: 300px;
  }
  .section-finger-grip .img-list-wrap li:nth-child(2),
  .section-finger-grip .img-list-wrap li:nth-child(3) {
    top: 0;
  }
  .section-finger-grip .img-list-wrap li:nth-child(3) {
    top: 0;
  }
  .section-finger-grip .img-list-wrap li:nth-child(1) .img-block {
    width: 222px;
    top: -59px;
    left: 75px;
  }
  .section-finger-grip .img-list-wrap li:nth-child(2) .img-block {
    width: 299px;
    top: 85px;
    left: 0;
  }
  .section-finger-grip .img-list-wrap li:nth-child(3) .img-block {
    width: 234px;
    top: -108px;
    left: 78px;
  }
  .section-finger-grip .img-list-wrap .name {
    font-size: 16px;
    width: 200px;
    padding: 15px 15px 15px;
  }
  .section-finger-grip .img-list-wrap.js-offset-active li:nth-child(1) .move-round {
    width: 13px;
    height: 13px;
  }
  .section-finger-grip .img-list-wrap.js-offset-active li:nth-child(2) .move-round {
    width: 130px;
    height: 130px;
  }
  .section-finger-grip .img-list-wrap.js-offset-active li:nth-child(3) .move-round {
    width: 200px;
    height: 200px;
  }
  .section-finger-grip .bottom-text-wrap {
    width: 100%;
    position: static;
    margin: 100px 0 220px;
  }
  .section-finger-grip .bottom-text-wrap .title {
    font-size: 18px;
  }
  .section-finger-grip .bottom-text-wrap .title span {
    display: block;
    border-top: solid 2px #fff;
    border-bottom: solid 2px #fff;
    padding: 20px 0 20px;
    margin: 15px 0 0;
  }
  .section-finger-grip .bottom-text-wrap .text {
    font-size: 13px;
    line-height: 1;
    text-align: right;
    margin: 39px 0 0;
  }
}
@media screen and (max-width: 321px) {
  .section-finger-grip .img-list-wrap ul {
    width: 280px;
  }
  .section-finger-grip .img-list-wrap li {
    width: 280px;
    height: 280px;
  }
  .section-finger-grip .img-list-wrap .round-block {
    width: 280px;
    height: 280px;
  }
  .section-finger-grip .img-list-wrap li:nth-child(2) .img-block {
    width: 290px;
    top: 64px;
  }
  .section-finger-grip .img-list-wrap li:nth-child(3) .img-block {
    width: 200px;
    top: -35px;
    left: 90px;
  }
  .section-finger-grip .bottom-text-wrap .title {
    white-space: normal;
    line-height: 1.4;
  }
}

/* section-control
============================================================ */
.section-control {
  padding: 0 0 414px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#faf101+0,ffc806+25,ffc806+50,ffc806+50,f4f5fa+50,f4f5fa+100 */
  background: #faf101; /* Old browsers */
  background: -moz-linear-gradient(left,  #faf101 0%, #ffc806 25%, #ffc806 50%, #ffc806 50%, #f4f5fa 50%, #f4f5fa 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #faf101 0%,#ffc806 25%,#ffc806 50%,#ffc806 50%,#f4f5fa 50%,#f4f5fa 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #faf101 0%,#ffc806 25%,#ffc806 50%,#ffc806 50%,#f4f5fa 50%,#f4f5fa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf101', endColorstr='#f4f5fa',GradientType=1 ); /* IE6-9 */
}
.section-control .control-first-area {
  display: flex;
  background-color: #fff;
  padding: 50px 100px 50px 0;
  position: relative;
  top: -300px;
  margin-bottom: -100px;
}
.section-control .control-first-area .img-block,
.section-control .control-first-area .disc-block {
  width: 50%;
}
.section-control .control-first-area .img-block {
}
.section-control .control-first-area .disc-block {
  position: relative;
}
.section-control .control-first-area .disc-block .disc-block-inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-control .control-first-area .disc-block .title {
  font-size: 30px;
  font-weight: bold;
  color: #4caade;
  letter-spacing: 5px;
  line-height: 2;
}
.section-control .control-first-area .disc-block .text {
  line-height: 2.2;
  margin: 30px 0 0;
}
.point-wrap .title-wrap {
  text-align: center;
  border-bottom: solid 1px #000;
  padding-bottom: 23px;
}
.point-wrap .title-wrap .title {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 10px;
}
.point-wrap .title-wrap .point {
  font-size: 16px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 5px;
  margin: 0 0 9px;
}
.section-control .harf-wrap {
  display: flex;
}
.section-control .harf-wrap .left-area,
.section-control .harf-wrap .right-area {
  width: 50%;
  padding: 80px 0 0 0;
  position: relative;
}
.section-control .harf-wrap .left-area .title {
  text-align: center;
}
.section-control .harf-wrap .left-area .title img {
  width: 200px;
}
.section-control .harf-wrap .right-area .title {
  text-align: center;
  position: relative;
}
.section-control .harf-wrap .right-area .title span {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  background-color: #a0a5ba;
  padding: 18px 20px 18px;
  box-sizing: border-box;
  display: inline-block;
  width: 320px;
  margin: 0 auto;
}
.section-control .harf-wrap .right-area .title::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #a0a5ba transparent transparent transparent;
}
.section-control .harf-wrap .left-area .text-A,
.section-control .harf-wrap .left-area .text-A,
.section-control .harf-wrap .left-area .text-B,
.section-control .harf-wrap .right-area .text-A,
.section-control .harf-wrap .right-area .text-B {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 5px;
  position: absolute;
}
.section-control .harf-wrap .left-area .text-A {
  top: 208px;
  right: 506px;
}
.section-control .harf-wrap .left-area .text-B {
  top: 300px;
  right: 63px;
}
.section-control .harf-wrap .right-area .text-A {
  top: 368px;
  right: 604px;
}
.section-control .harf-wrap .right-area .text-B {
  top: 255px;
  right: 399px;
}
.section-control .harf-wrap .left-area .control-slider-A {
  float: right;
  position: relative;
  top: 190px;
  width: 846px;
}
.section-control .harf-wrap .right-area .control-slider-B {
  float: right;
  position: relative;
  top: 173px;
  width: 846px;
}

@media screen and (max-width: 1920px) {
  .section-control .harf-wrap .left-area,
  .section-control .harf-wrap .right-area {
    padding: 4.167vw 0 0 0;
  }
  .section-control .harf-wrap .left-area .text-A,
  .section-control .harf-wrap .left-area .text-A,
  .section-control .harf-wrap .left-area .text-B,
  .section-control .harf-wrap .right-area .text-A,
  .section-control .harf-wrap .right-area .text-B {
    font-size: 0.938vw;
    letter-spacing: 0.26vw;
  }
  .section-control .harf-wrap .left-area .text-A {
    top: 10.833vw;
    right: 26.354vw;
  }
  .section-control .harf-wrap .left-area .text-B {
    top: 15.625vw;
    right: 3.281vw;
  }
  .section-control .harf-wrap .right-area .text-A {
    top: 19.167vw;
    right: 30.458vw;
  }
  .section-control .harf-wrap .right-area .text-B {
    top: 13.281vw;
    right: 20.781vw;
  }
  .section-control .harf-wrap .left-area .control-slider-A {
    top: 9.896vw;
    width: 44.063vw;
  }
  .section-control .harf-wrap .right-area .control-slider-B {
    top: 9.01vw;
    width: 44.063vw;
  }
}

@media screen and (max-width: 1481px) {
  .section-control {
    padding: 0 0 27.973vw;
  }
  .section-control .control-first-area {
    padding: 3.378vw 6.757vw 3.378vw 0;
    top: -20.27vw;
    margin-bottom: -6.757vw;
  }
  .section-control .control-first-area .disc-block .title {
    font-size: 2.027vw;
    letter-spacing: 0.338vw;
  }
  .section-control .control-first-area .disc-block .text {
    margin: 2.027vw 0 0;
  }
  .point-wrap .title-wrap {
    padding-bottom: 1.554vw;
  }
  .point-wrap .title-wrap .title {
    font-size: 2.568vw;
    letter-spacing: 0.676vw;
  }
  .point-wrap .title-wrap .point {
    font-size: 1.081vw;
    letter-spacing: 0.338vw;
    margin: 0 0 0.608vw;
  }
  .section-control .harf-wrap .left-area,
  .section-control .harf-wrap .right-area {
    padding: 5.405vw 0 0 0;
  }
  .section-control .harf-wrap .left-area .title img {
    width: 13.514vw;
  }
  .section-control .harf-wrap .right-area .title span {
    font-size: 1.486vw;
    padding: 1.216vw 1.351vw 1.216vw;
    width: 21.622vw;
  }
  .section-control .harf-wrap .right-area .title::after {
    bottom: -0.608vw;
    border-width: 0.676vw 0.541vw 0 0.541vw;
  }
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .section-control {
    padding: 0 0 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#faf101+0,ffc806+100 */
    background: #f9fb00; /* Old browsers */
    background: -moz-linear-gradient(left,  #f9fb00 0%, #ffc706 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #f9fb00 0%,#ffc706 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #f9fb00 0%,#ffc706 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf101', endColorstr='#ffc806',GradientType=1 ); /* IE6-9 */
  }
  .section-control .control-first-area {
    padding: 30px 20px 30px 20px;
    top: -300px;
    margin-bottom: -240px;
    display: block;
  }
  .section-control .control-first-area .img-block,
  .section-control .control-first-area .disc-block {
    width: 100%;
  }
  .section-control .control-first-area .disc-block .disc-block-inner {
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-top: 20px;
  }
  .section-control .control-first-area .disc-block .title {
    font-size: 20px;
    letter-spacing: 5px;
    line-height: 2;
  }
  .section-control .control-first-area .disc-block .text {
    line-height: 2.2;
    margin: 20px 0 0;
  }
  .point-wrap .title-wrap {
    padding-bottom: 23px;
  }
  .point-wrap .title-wrap .title {
    font-size: 20px;
    letter-spacing: 10px;
    position: relative;
    left: 5px;
    padding: 0 20px 0;
    box-sizing: border-box;
  }
  .point-wrap .title-wrap .point {
    font-size: 14px;
    margin: 0 0 9px;
  }
  .section-control .harf-wrap {
    display: block;
  }
  .section-control .harf-wrap .left-area,
  .section-control .harf-wrap .right-area {
    width: 100%;
    padding: 80px 0 0 0;
  }
  .section-control .harf-wrap .right-area {
    background-color: #f4f5fa;
    padding-bottom: 30px;
  }
  .section-control .harf-wrap .left-area .title {
    text-align: center;
  }
  .section-control .harf-wrap .left-area .title img {
    width: 200px;
  }
  .section-control .harf-wrap .right-area .title span {
    font-size: 20px;
    padding: 18px 20px 18px;
    width: 300px;
  }
  .section-control .harf-wrap .right-area .title::after {
    bottom: -9px;
    border-width: 10px 8px 0 8px;
    z-index: 1;
  }
  .section-control .harf-wrap .left-area .text-A,
  .section-control .harf-wrap .left-area .text-A,
  .section-control .harf-wrap .left-area .text-B,
  .section-control .harf-wrap .right-area .text-A,
  .section-control .harf-wrap .right-area .text-B {
    display: none;
  }
  .section-control .harf-wrap .left-area .control-slider-A,
  .section-control .harf-wrap .right-area .control-slider-B {
    float: none;
    position: static;
    width: 100%;
  }
  .control-slider-A,
  .control-slider-B {
    position: relative;
  }
  .control-slider-A::after,
  .control-slider-B::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
  }
}

/* section-point-2
============================================================ */
.section-point-2 {
  padding: 194px 0 210px;
}
.section-point-2 .lead-text {
  line-height: 2;
  margin: 49px 0 0;
}
.section-point-2 .harf-wrap {
  display: flex;
  margin: 80px 0 0;
}
.section-point-2 .harf-wrap .left-area,
.section-point-2 .harf-wrap .right-area {
  width: 50%;
}
.section-point-2 .harf-wrap .left-area {
  position: relative;
  top: -28px;
}
.section-point-2 .harf-wrap .left-area::before {
  content: "";
  position: absolute;
  top: 30px;
  left: -500px;
  width: 500px;
  height: calc(100% - 30px);
  background-color: #e74d7f;
}
.section-point-2 .harf-wrap .right-area {
  padding-left: 100px;
  box-sizing: border-box;
}
.section-point-2 .harf-wrap .right-area img:nth-child(2n) {
  margin-top: 40px;
}

@media screen and (max-width: 1481px) {
  .section-point-2 {
    padding: 13.857vw 0 15vw;
  }
  .section-point-2 .lead-text {
    margin: 3.5vw 0 0;
  }
  .section-point-2 .harf-wrap {
    margin: 5.714vw 0 0;
  }
  .section-point-2 .harf-wrap .left-area {
    top: -2.143vw;
  }
  .section-point-2 .harf-wrap .left-area::before {
    top: calc(2.143vw - 0.113vw);
    left: -35.714vw;
    width: 35.714vw;
    height: calc(100% - 2.143vw + 0.143vw);
  }
  .section-point-2 .harf-wrap .right-area {
    padding-left: 7.143vw;
  }
  .section-point-2 .harf-wrap .right-area img:nth-child(2n) {
    margin-top: 2.857vw;
  }
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .section-point-2 {
    padding: 60px 0 60px;
  }
  .section-point-2 .lead-text {
    margin: 30px 0 0;
  }
  .section-point-2 .harf-wrap {
    display: block;
    margin: 40px 0 0;
  }
  .section-point-2 .harf-wrap .left-area,
  .section-point-2 .harf-wrap .right-area {
    width: 100%;
  }
  .section-point-2 .harf-wrap .left-area {
    position: relative;
    top: -28px;
  }
  .section-point-2 .harf-wrap .left-area::before {
    display: none;
  }
  .section-point-2 .harf-wrap .right-area {
    padding-left: 0;
  }
  .section-point-2 .harf-wrap .right-area img:nth-child(2n) {
    margin-top: 20px;
  }
}

/* section-head
============================================================ */
.section-head {
  padding: 0 0 0;
  box-sizing: border-box;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#faf101+0,ffc806+100 */
  background: #faf101; /* Old browsers */
  background: -moz-linear-gradient(left,  #faf101 0%, #ffc806 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #faf101 0%,#ffc806 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #faf101 0%,#ffc806 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf101', endColorstr='#ffc806',GradientType=1 ); /* IE6-9 */
}
.section-head .harf-wrap {
  display: flex;
  height: 800px;
}
.section-head .left-area,
.section-head .right-area {
  width: 50%;
  position: relative;
}
.section-head .left-area .inner {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-head .left-area .title {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 10px;
  line-height: 2.2;
}
.section-head .left-area .text {
  line-height: 2.2;
  margin: 30px 0 0;
}
.section-head .right-area img {
  width: 640px;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 1481px) {
  .section-head .harf-wrap {
    height: 54.054vw;
  }
  .section-head .left-area .title {
    font-size: 2.162vw;
    letter-spacing: 0.676vw;
  }
  .section-head .left-area .text {
    margin: 2.027vw 0 0;
  }
  .section-head .right-area img {
    width: 43.243vw;
    /* right: 6.757vw; */
  }
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .section-head {
    padding: 40px 0 0;
  }
  .section-head .harf-wrap {
    display: block;
    height: auto;
  }
  .section-head .left-area,
  .section-head .right-area {
    width: 100%;
  }
  .section-head .left-area .inner {
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .section-head .left-area .title {
    font-size: 18px;
    letter-spacing: 5px;
  }
  .section-head .left-area .text {
    line-height: 2.2;
    margin: 20px 0 0;
  }
  .section-head .right-area {
    text-align: center;
    margin: 20px 0 0;
    padding-bottom: 40px;
  }
  .section-head .right-area img {
    width: 300px;
    position: static;
  }
}

/* section-modal
============================================================ */
.section-modal {
  position: relative;
}
.section-modal > div {
  height: 800px;
  position: relative;
}
.section-modal .title-block {
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-modal .title-block .title {
  width: 300px;
}
.section-modal .title-block .open-btn-wrap {
  text-align: center;
  margin: 60px 0 0;
}
.section-modal .title-block .open-btn-wrap .btn a {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #f4f5fa;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding-top: 20px;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.section-modal .title-block .open-btn-wrap .btn a:hover {
  width: 100px;
  height: 100px;
}
.section-modal .title-block .open-btn-wrap .btn a img {
  width: 20px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-modal .title-block .open-btn-wrap .btn .text {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 5px;
  font-family: 'Montserrat', sans-serif;
  margin: 20px 0 0;
}
.section-modal .img-block img {
  float: right;
  width: 800px;
}

/* B */
.section-modal.modal-B {
  background-color: #f4f5fa;
}
.section-modal.modal-B .title-block .open-btn-wrap .btn a {
  background-color: #fff;
}
.section-modal.modal-B .img-block img {
  float: left;
}
.section-modal.modal-B .title-block {
  left: auto;
  right: 120px;
}

/* C */
.section-modal.modal-C {
  background-color: #1f2121;
}
.section-modal.modal-C .title-block .title {
  width: 366px;
}
.section-modal.modal-C .title-block .open-btn-wrap .btn a {
  background-color: #4c4c4c;
}
.section-modal.modal-C .img-block img {
  float: right;
}
.section-modal.modal-C .title-block {
  left: 40px;
}
.section-modal.modal-C .title-block .open-btn-wrap .btn .text {
  color: #fff;
}

/* D */
.section-modal.modal-D {
  background-color: #f4f5fa;
}
.section-modal.modal-D .title-block .title {
  width: 406px;
}
.section-modal.modal-D .title-block .open-btn-wrap .btn a {
  background-color: #fff;
}
.section-modal.modal-D .img-block img {
  float: left;
}
.section-modal.modal-D .title-block {
  left: auto;
  right: 120px;
}

/* modal */
.modal-content-body {
  max-width: 1200px;
  padding: 157px 100px 157px;
  background-color: #fff;
}
.modal-content-body .title {
  text-align: center;
}
.modal-content-body .title img {
  width: 300px;
}
.modal-content-body .text {
  line-height: 2.2;
  margin: 90px 0 0;
}

/* E */
#colorbox-content-E.modal-content-body {
  max-width: 600px;
  padding: 0 0 0;
  background: none !important;
}
#cboxLoadedContent {
  background: none !important;
}
#colorbox-content-E.modal-content-body .link-list {
}
#colorbox-content-E.modal-content-body .link-list li {
  width: 600px;
  margin-bottom: 2px;
}
#colorbox-content-E.modal-content-body .link-list a {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #08ad98;
  padding: 52px 10px;
  box-sizing: border-box;
  text-align: center;
  background-color: #fff;
  display: block;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#colorbox-content-E.modal-content-body .link-list a:hover {
  opacity: .7;
  text-decoration: none;
}



@media screen and (max-width: 1481px) {
  .section-modal > div {
    height: 54.054vw;
  }
  .section-modal .title-block .title {
    width: 20.27vw;
  }
  .section-modal .title-block .open-btn-wrap {
    margin: 4.054vw 0 0;
  }
  .section-modal .title-block .open-btn-wrap .btn a {
    width: 5.405vw;
    height: 5.405vw;
    padding-top: 1.351vw;
  }
  .section-modal .title-block .open-btn-wrap .btn a:hover {
    width: 6.757vw;
    height: 6.757vw;
  }
  .section-modal .title-block .open-btn-wrap .btn a img {
    width: 1.351vw;
  }
  .section-modal .img-block img {
    width: 54.054vw;
  }

  /* B */
  .section-modal.modal-B .title-block {
    right: 8.108vw;
  }

  /* C */
  .section-modal.modal-C .title-block .title {
    width: 24.73vw;
  }

  /* D */
  .section-modal.modal-D .title-block {
    right: 8.108vw;
  }
  .section-modal.modal-D .title-block .title {
    width: 27.432vw;
  }
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .section-modal {
    padding: 20px 0;
    box-sizing: border-box;
  }
  .section-modal > div {
    /* height: 800px; */
    padding: 0 0 0 !important;
  }
  .section-modal .title-block {
    left: 20px;
  }
  .section-modal .title-block .title {
    width: 110px;
  }
  .section-modal .title-block .open-btn-wrap {
    margin: 15px 0 0;
  }
  .section-modal .title-block .open-btn-wrap .btn a {
    width: 50px;
    height: 50px;
    padding-top: 20px;
    -webkit-transition: none;
    transition: none;
  }
  .section-modal .title-block .open-btn-wrap .btn a:hover {
    width: 50px;
    height: 50px;
  }
  .section-modal .title-block .open-btn-wrap .btn a img {
    width: 16px;
  }
  .section-modal .title-block .open-btn-wrap .btn .text {
    letter-spacing: 3px;
    margin: 10px 0 0;
  }
  .section-modal .img-block img {
    /* width: 800px; */
  }

  /* B */
  .section-modal.modal-B .title-block {
    right: 20px;
  }

  /* C */
  .section-modal.modal-C .title-block {
    left: 20px;
  }
  .section-modal.modal-C .title-block .title {
    width: 122px;
  }

  /* D */
  .section-modal.modal-D .title-block {
    right: 20px;
  }
  .section-modal.modal-D .title-block .title {
    width: 132px;
  }

  /* modal */
  .modal-content-body {
    max-width: 100%;
    padding: 55px 20px 40px;
  }
  .modal-content-body .title img {
    width: 160px;
  }
  .modal-content-body .text {
    margin: 40px 0 0;
  }

  /* B */
  .modal-content-body .title img {
    width: 180px;
  }

  /* C */
  .colorbox-content-D .title img {
    width: 180px;
  }

  #cboxClose {
    width: 20px;
    height: 20px;
  }
  #cboxClose {
    background-size: 20px auto;
  }
  #cboxClose {
    top: -30px;
  }

  /* E */
  #colorbox-content-E.modal-content-body {
    max-width: 200px;
  }
  #colorbox-content-E.modal-content-body .link-list li {
    width: 200px;
    margin-bottom: 1px;
  }
  #colorbox-content-E.modal-content-body .link-list a {
    font-size: 14px;
    padding: 25px 10px;
    -webkit-transition: none;
    transition: none;
  }
  #colorbox-content-E.modal-content-body .link-list a:hover {
    opacity: 1;
  }
}

/* section-news
============================================================ */
.section-news {
  /* display: none; */
}
.section-news {
  padding: 233px 0 234px;
  box-sizing: border-box;
}
.section-news .title-wrap {
  text-align: center;
  position: relative;
  margin: 0 0 75px;
}
.section-news .title-wrap a {
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: underline;
}
.section-news .title-wrap a:hover {
  text-decoration: none;
}
.section-news .title-wrap .title {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 6px;
  font-family: 'Montserrat', sans-serif;
}
.section-news ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.section-news li {
  width: 320px;
  margin-right: 40px;
}
.section-news li:last-child {
  margin-right: 0;
}
.section-news a {
  display: block;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.section-news a:hover {
  opacity: .7;
  text-decoration: none;
}
.section-news .img-block img {
  width: 100%;
}
.section-news .disc-block .day {
  font-size: 14px;
  font-weight: bold;
  color: #c5c8d8;
  letter-spacing: 4px;
  font-family: 'Montserrat', sans-serif;
  margin: 25px 0 0;
}
.section-news .disc-block .title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
}

@media screen and (max-width: 1481px) {
  .section-news {
    padding: 15.743vw 0 15.811vw;
  }
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .section-news {
    padding: 100px 0 100px;
  }
  .section-news .title-wrap {
    margin: 0 0 40px;
  }
  .section-news .title-wrap a:hover {
    text-decoration: underline;
  }
  .section-news .title-wrap .title {
    font-size: 20px;
  }
  .section-news ul {
    flex-wrap: wrap;
    justify-content: left;
  }
  .section-news li {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .section-news li:nth-child(2n) {
    margin-right: 0;
  }
  .section-news a {
    -webkit-transition: none;
    transition: none;
  }
  .section-news a:hover {
    opacity: 1;
  }
  .section-news .disc-block .day {
    font-size: 12px;
    margin: 15px 0 0;
  }
  .section-news .disc-block .title {
    font-size: 16px;
    margin-top: 5px;
  }
}

/* section-story
============================================================ */
.section-story {
  /* display: none; */
}
.section-story {
  background-color: #ebedf7;
}
.section-story a .com-section-inner {
  padding: 0 0 0;
}
.section-story a {
  display: block;
  padding: 58px 0 50px;
  box-sizing: border-box;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.section-story a:hover {
  opacity: .7;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .section-story a {
    padding: 50px 0 50px;
    -webkit-transition: none;
    transition: none;
    text-align: center;
  }
  .section-story a:hover {
    opacity: 1;
  }
  .section-story a img {
    width: 260px;
  }
}

/* section-shopping
============================================================ */
.section-shopping {
  padding: 147px 0 147px;
  box-sizing: border-box;
  background: url(../img/top/shopping-bg.png) center 0 no-repeat;
  background-size: cover;
  position: relative;
}
.section-shopping a {
  display: block;
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 0 20px 60px;
  box-sizing: border-box;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  position: relative;
}
.section-shopping a::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 22px;
  height: 22px;
  background: url(../img/top/icon-blank.png) 0 0 no-repeat;
  background-size: 22px;
}
.section-shopping a:hover {
  text-decoration: none;
  opacity: .7;
}
.section-shopping .img-block {
  width: 144px;
  margin: 0 auto;
  position: relative;
  top: -26px;
}
.section-shopping .img-block img {
}
.section-shopping .title {
  font-size: 28px;
  font-weight: bold;
  color: #08ad98;
  line-height: 1;
}
.section-shopping .text {
  font-size: 15px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: #d5d7e3;
  letter-spacing: 5px;
  line-height: 1;
  margin: 15px 0 0;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .section-shopping {
    padding: 70px 0 70px;
  }
  .section-shopping a {
    padding: 0 20px 30px;
    -webkit-transition: none;
    transition: none;
  }
  .section-shopping a::after {
    content: "";
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 11px;
    height: 11px;
    background-size: 11px;
  }
  .section-shopping a:hover {
    opacity: 1;
  }
  .section-shopping .img-block {
    width: 100px;
    top: -30px;
  }
  .section-shopping .title {
    font-size: 18px;
  }
  .section-shopping .text {
    font-size: 12px;
    margin: 15px 0 0;
  }
}

/* section-all-img
============================================================ */
.section-all-img img {
  width: 100%;
}


