@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

/* ---------------------------------------------------------
common
----------------------------------------------------------*/
body {
	width: 100%;
  min-width: 1254px;
	font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic ProN","Hiragino Sans","游ゴシック体","Yu Gothic Medium",YuGothic,"Yu Gothic","メイリオ",Meiryo,sans-serif;
	font-size: 1.3rem;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	line-height: 1;
	color: #292929;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
}
* {
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #000; 
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}
.show-sp {
  display: none;
}

/* ---------------------------------------------------------
animation
----------------------------------------------------------*/
.animeBefore {
	visibility: hidden;
}

.fadeAnime {
	visibility: visible;
	animation-name: fadeAnime;
	animation-duration: 600ms;
}
@keyframes fadeAnime {
  from {
	  opacity: 0;
	  transform: translateY(20px);
  }
  to {
	  opacity: 1;
	  transform: translateY(0px);
  }
}


/* ---------------------------------------------------------
header
----------------------------------------------------------*/
header {
  position: absolute;
  top: 61px;
  right: 50%;
  width: 1254px;
  transform: translateX(50%);
}
header .logo {
  width: 252px;
  margin-left: auto;
}

/* ---------------------------------------------------------
main
----------------------------------------------------------*/
main {
  display: block;
  width: 100%;
  overflow: hidden;
}

/* ---------------------------------------------------------
#kv
----------------------------------------------------------*/
#kv {
  position: relative;
  width: 1254px;
  height: 1136px;
  padding-top: 679px;
  margin: 0 auto;
}
#kv .bg-circle {
  position: absolute;
  top: -111px;
  left: -43px;
  width: 893px;
  z-index: -1;
}
#kv .bg-circle div {
  position: absolute;
  background: #F0F0F0;
  border-radius: 50%;
  overflow: hidden;
  transform: scale(.8);
  opacity: 0;
}
#kv .bg-circle .circle2 {
  background: #D5D5D5;
}
#kv .bg-circle .circle3 {
  background: #D6D6D6;
}
#kv .bg-circle .circle4 {
  background: #F7F7F7;
}
#kv .circle1,
#kv .circle2,
#kv .circle3,
#kv .circle4 {
  transition: opacity .8s,transform .8s cubic-bezier(.17,.67,.48,.9);
}
#kv .bg-circle .circle1,
#kv .bg-circle .circle1b {
  top: 54px;
  left: 164px;
  width: 729px;
  height: 729px;
  z-index: 2;
  transform: scale(.6);
}
#kv .bg-circle .circle2,
#kv .bg-circle .circle2b {
  top: 0;
  left: 332px;
  width: 329px;
  height: 329px;
}
#kv .bg-circle .circle3,
#kv .bg-circle .circle3b {
  top: 336px;
  left: 0;
  width: 384px;
  height: 384px;
}
#kv .bg-circle .circle4,
#kv .bg-circle .circle4b {
  top: 50px;
  left: 51px;
  width: 329px;
  height: 329px;
  z-index: -1;
}
#kv.is-show .circle1 {
  opacity: .63;
  transform: scale(1);
}
#kv.is-show .circle2 {
  opacity: 1;
  transform: scale(1);
}
#kv.is-show .circle3 {
  opacity: .66;
  transform: scale(1);
}
#kv.is-show .circle4 {
  opacity: .93;
  transform: scale(1);
}
#kv.is-show .circle1 img,
#kv.is-show .circle2 img,
#kv.is-show .circle3 img,
#kv.is-show .circle4 img {
  opacity: 0;
  transition: opacity 1s .8s;
}

@keyframes circleAnime {
  0% {
	  opacity: 0;
    transform: scale(.8);
  }
  30% {
    opacity: .63;
  }
  100% {
	  opacity: 0;
    transform: scale(1.07);
  }
}
@keyframes circleAnime2 {
  0% {
	  opacity: 0;
    transform: scale(.6);
  }
  30% {
    opacity: .63;
  }
  100% {
	  opacity: 0;
    transform: scale(1.01);
  }
}
#kv.is-show .circle2b,
#kv.is-show .circle3b,
#kv.is-show .circle4b {
	animation-name: circleAnime;
	animation-duration: .7s;
}
#kv .circle1,
#kv.is-show .circle1b {
  transition-duration: 1s;
  animation-duration: 1s;
  transition-delay: .8s;
  animation-delay: .6s;
}
#kv.is-show .circle1b {
	animation-name: circleAnime2;
}
#kv.is-show .circle3,
#kv.is-show .circle3b {
  transition-delay: .2s;
  animation-delay: .2s;
}
#kv.is-show .circle4,
#kv.is-show .circle4b {
  transition-delay: .4s;
  animation-delay: .4s;
}

#kv h1 {
  position: absolute;
  top: 61px;
  left: 0;
  width: 972px;
  opacity: 0;
  transform: scale(1.02);
  transform-origin: center;
  transition: opacity 1s 1.6s,transform 1s 1.6s;
}
#kv.is-show h1 {
  opacity: 1;
  transform: scale(1);
}
#main-slider {
  position: absolute;
  top: 368px;
  left: 50%;
  width: 728px;
  margin-left: -20px;
  overflow: hidden;
  opacity: 0;
  transition: opacity .8s 2.2s;
}
#kv.is-show #main-slider {
  opacity: 1;
}
#kv .txt-area {
  position: relative;
  width: 572px;
}
#kv .txt-area h2 {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  line-height: 50px;
  letter-spacing: .04em;
  padding-bottom: 33px;
}
#kv .txt-area h2::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 559px;
  height: 4px;
  background: #292929;
  border-radius: 2px;
}
#kv .txt-area .btn-more {
  position: absolute;
  top: 130px;
  right: -1px;
  width: 63px;
}
#kv .txt-area .btn-more a {
  position: relative;
  display: block;
  padding: 0 2px 14px 0;
}
#kv .txt-area .btn-more a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 49px;
  background: url("../img/btn_readmore_01_on.svg") no-repeat;
  background-size: 60px 49px;
}
#kv .txt-area .btn-more a::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background: #292929;
  border-radius: 50%;
  transition: all .2s;
}
#kv .txt-area .btn-more img {
  position: relative;
  z-index: 2;
  transition: opacity .2s;
}
@media screen and (min-width:769px) {
  #kv .txt-area .btn-more a:hover::before {
    right: -18px;
    bottom: -18px;
    width: 86px;
    height: 86px;
    background: #BFF800;
  }
  #kv .txt-area .btn-more a:hover img {
    opacity: 0;
  }
}
#kv .txt-area p {
  font-weight: 500;
  font-size: 13px;
  line-height: 30px;
  margin-top: 25px;
}

/* ---------------------------------------------------------
#modal
----------------------------------------------------------*/
#modal {
  display: none;
}
.modal-inner .wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.modal-inner figure,
.modal-inner .right-col {
  width: 542px;
  padding-top: 48px;
}
#modal-slider {
  width: 618px;
	overflow: hidden;
}
.modal-inner .right-col h3 {
  font-size: 20px;
  font-weight: bold;
}
.modal-inner .right-col .subttl {
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
  margin: 5px 0 28px;
}
.modal-inner .right-col .txt {
  font-size: 14px;
  line-height: 24px;
  margin-top: 24px;
}

.modaal-container {
  max-width: 1234px;
}
.modaal-content-container {
  padding: 50px 37px 35px 18px;
}
.modaal-wrapper .modaal-close {
  position: absolute;
  top: 36px;
  right: 22px;
  width: 90px;
  height: 26px;
  background: url("../img/icon_close.svg") no-repeat right center;
  background-size: 30px 26px;
  padding-right: 36px;
  border-radius: 0;
}
.modaal-wrapper .modaal-close::before {
  content: '閉じる';
}
.modaal-wrapper .modaal-close::before,
.modaal-wrapper .modaal-close::after {
  content: none;
}
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: none;
}
.modaal-close span {
  position: relative !important;
  width: auto !important;
  height: auto !important;
  clip: inherit;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  overflow: visible;
}

/* ---------------------------------------------------------
#news
----------------------------------------------------------*/
#news {
  position: relative;
  width: 1254px;
  padding-top: 80px;
  margin: auto;
}

#news h2 {
  width: 110px;
  margin-left: 42px;
}
#news dl {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  padding: 40px 64px 18px 181px;
  margin-top: -18px;
}
#news dl::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #292929;
  border-radius: 40px;
  z-index: -1;
}
#news dt {
  width: 163px;
  font-size: 14px;
  color: #ccc;
  line-height: 21px;
}
#news dt .icon {
  float: right;
  position: relative;
  display: block;
  width: 70px;
  height: 20px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 20px;
  border-radius: 10px;
}
#news .icon.cat-new {
  background: linear-gradient(-90deg,#EF0000,#F49078);
}
#news .icon.cat-press {
  background: linear-gradient(-90deg,#0FA22B,#61D300);
}
#news .icon.cat-entry {
  background: linear-gradient(-90deg,#008FBA,#1AE8F0);
}
#news dd {
  width: 846px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  padding-left: 20px;
  margin-bottom: 16px;
}
#news dd a {
  color: #fff;
  text-decoration: underline;
}

#news dt:not(:first-child),
#news dd:not(:first-of-type) {
  display: none;
}
#news .btn {
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}
#news .btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 39px;
  height: 39px;
  transition: transform .3s;
}
#news .btn a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 39px;
  height: 39px;
  background: #B5B5B5;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  transition: all .2s;
}
#news .btn a img {
  position: relative;
  width: 30px;
  height: 23px;
  z-index: 2;
}
@media screen and (min-width:769px) {
  #news .btn a:hover::before {
    width: 45px;
    height: 45px;
    background: #BFF800;
  }
}
#news .is-open + .btn a {
  transform: rotate(180deg);
}

/* ---------------------------------------------------------
#what
----------------------------------------------------------*/
#what {
  position: relative;
  width: 1254px;
  margin: 106px auto 0;
  padding-top: 100px;
}
#what h2 {
  font-size: 30px;
  font-weight: bold;
}
#what h2 em {
  display: block;
  font-size: 50px;
  font-style: normal;
  margin-top: 19px;
}
#what .pic {
  position: relative;
  width: 1254px;
  height: 725px;
  margin-top: 43px;
}
#what .pic1 {
  position: absolute;
  top: 80px;
  left: 192px;
  width: 858px;
  height: 591px;
  opacity: 0;
  transition: opacity .8s;
}
#what .is-show > figure {
  opacity: 1;
}
#what .pic2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 1254px;
  height: 725px;
  opacity: 0;
  transition: opacity .8s .8s;
}
#what .pic3 {
  position: absolute;
  top: 62px;
  left: 123px;
  width: 1008px;
  height: 588px;
  opacity: 0;
  transition: opacity .8s 1.6s;
}
#what .wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
#what .wrapper .block {
  width: 607px;
}
#what .wrapper .block h3 {
/*  min-height: 106px;*/
  min-height: 40px;
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
}
#what .wrapper .block p {
  font-size: 14px;
  line-height: 30px;
}

/* ---------------------------------------------------------
#chance
----------------------------------------------------------*/
#chance {
  position: relative;
  width: 100%;
  margin-top: 82px;
}
#chance::before {
  content: '';
  position: absolute;
  top: 78px;
  left: 0;
  width: 100%;
  height: calc(100% - 78px);
  background: #EDEDED;
  z-index: -1;
}
#chance h2 {
  width: 1254px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: .03em;
  margin: 0 auto;
}
#chance h2 em {
  display: block;
  font-size: 50px;
  font-style: normal;
  margin-top: 19px;
}
#chance .area {
  position: relative;
  width: 1254px;
  margin: 0 auto;
  background: #fff;
  border-radius: 60px;
  padding: 97px 99px 80px 101px;
  margin-top: 113px;  
}
#chance .area h3 {
  position: relative;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: .1em;
  padding-bottom: 30px;
  margin-top: 17px;
}
#chance .area h3 span {
  display: inline-block;
  margin: 0;
  opacity: 0;
  transform: translate3d(40px,0,0);
  transition: all .8s cubic-bezier(0.5, 1, 0.89, 1);
}
#chance .area h3 span.is-show {
  opacity: 1;
  transform: translateX(0px) translateY(0px) translateZ(0px);
}
#chance .area h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 950px;
  height: 4px;
  background: #292929;
  border-radius: 2px;
}
#chance .area .subttl {
  width: 298px;
}
#chance .area .pic-area {
  position: absolute;
  top: -100px;
  right: 99px;
  width: 410px;
  height: 410px;
}
#chance .area .wrapper {
  margin-top: 75px;
}
#chance .area article a {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
}
#chance .area article:nth-child(even) a {
  flex-direction: row-reverse;
}
#chance .area article .pic {
  width: 460px;
  border-radius: 40px;
  overflow: hidden;
}
#chance .area article .txt {
  width: 554px;
  
  opacity: 0;
  z-index: 1;
  transform-origin: center center;
  transform: scale(1.05);
  transition: all .8s cubic-bezier(0.5, 1, 0.89, 1);
}
#chance .area article .txt.is-show {
  opacity: 1;
  transform: scale(1);
}
#chance .area article h4 {
  font-size: 28px;
  font-weight: bold;
  line-height: 41px;
}
#chance .area article h4 .marker {
  display: inline;
  background: linear-gradient(transparent 65%, #BFF800 0%);
}
#chance .area article p {
  font-size: 14px;
  line-height: 30px;
  margin-top: 25px;
}
#chance .area article .btn-more {
  position: relative;
  display: block;
  width: 137px;
  margin: 24px 0 0 auto;
}
#chance .area article .btn-more::before {
  content: '';
  position: absolute;
  top: 1px;
  right: 0;
  width: 24px;
  height: 24px;
  background: #292929;
  border-radius: 50%;
  transition: all .2s;
}
#chance .area article .btn-more img {
  position: relative;
  width: 133px;
  height: 14px;
  z-index: 2;
}
@media screen and (min-width:769px) {
  #chance .area article a:hover .btn-more::before {
    top: -6px;
    right: -7px;
    width: 38px;
    height: 38px;
    background: #BFF800;
  }
}
#list {
  position: relative;
  width: 1254px;
  padding: 64px 0 20px;
  margin: 60px auto 0;
}
#list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #292929;
  border-radius: 2px;
}
#list ul {
  list-style: none;
}
#list .tab {
  position: relative;
}
#list .tab.show-pc {
  display: flex;
  flex-wrap: wrap;
}
#list .tab.show-pc > li {
  margin-right: 15px;
}
#list .tab.show-pc > li:last-child {
  margin-right: 0;
}
#list .tab a,
#list .tab ul a {
  position: relative;
  display: flex;
  height: 58px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #292929;
  border-radius: 29px;
  line-height: 58px;
  padding: 0 68px 0 35px;
  transition: background-color .3s;
}
#list .tab ul a {
  width: 100%;
  padding-right: 20px;
}
#list .tab a::after,
#list .tab ul a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 35px;
  width: 12px;
  height: 8px;
  background: url("../img/icon_arrow_01_cat.svg") no-repeat;
  background-size: 12px 8px;
  margin-top: -2px;
}
#list .tab ul a::after {
  right: 22px;
}
#list .tab .btn-area > a {
  padding-right: 71px;
}
#list .tab .btn-area > a::after {
  width: 16px;
  height: 15px;
  background-image: url("../img/icon_arrow_02_cat.svg");
  background-size: 16px 15px;
  margin-top: -7px;
}

@media screen and (min-width:769px) {
  #list .tab a:hover {
    background: #BFF800;
  }
}
#list .tab .is-cr > a {
  background: #95C100;
}
#list .area-box {
  position: absolute;
  top: 58px;
  left: 0;
  width: 100%;
  display: none;
  padding-top: 23px;
}
#list .tab ul {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 27px 16px 6px;
  z-index: 3;
  border: 4px solid #95C100;
  border-radius: 40px;
}
#list .tab ul::before,
#list .tab ul::after {
  content: '';
  position: absolute;
  top: -27px;
  left: 201px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 27px 16px;
  border-color: transparent transparent #95C100 transparent;
}
#list .tab ul::after {
  top: -19px;
  left: 205px;
  border-width: 0 12px 19px 12px;
  border-color: transparent transparent #fff transparent;
}
#list .tab ul li {
  width: 220px;
  margin: 0 10px 20px;
}
#list .tab ul li:nth-child(5n) {
  margin-right: 0;
}

#list .wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 60px -24px 0;
}
#list article {
  position: relative;
  width: 385px;
  margin: 0 24px 58px;
}
#list article .pic {
  border-radius: 40px;
  overflow: hidden;
}
#list .btn-more {
  position: absolute;
  top: 196px;
  right: 6px;
  width: 63px;
  padding: 0 2px 14px 0;
}
#list .btn-more::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 49px;
  background: url("../img/btn_readmore_01_on.svg") no-repeat;
  background-size: 60px 49px;
  opacity: 0;
  transition: opacity .2s;
}
#list .btn-more::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background: #292929;
  border-radius: 50%;
  transition: all .2s;
}
#list .btn-more img {
  position: relative;
  width: 60px;
  height: 49px;
  z-index: 2;
  transition: opacity .2s;
}
@media screen and (min-width:769px) {
  #list a:hover .btn-more::before {
    right: -18px;
    bottom: -18px;
    width: 86px;
    height: 86px;
    background: #BFF800;
  }
  #list a:hover .btn-more img {
    opacity: 0;
  }
  #list a:hover .btn-more::after {
    opacity: 1;
  }
}
#list article h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  margin-top: 27px;
}
#list article .tag {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: bold;
  color: #727171;
  margin-top: 17px;
}
#list article .tag li {
  margin-left: 13px;
}
#list article .tag li:first-child {
  margin-left: 0;
}
#list article p {
  font-size: 14px;
  line-height: 24px;
  margin-top: 31px;
}

/* ---------------------------------------------------------
.bn-official
----------------------------------------------------------*/
.bn-official a {
  position: relative;
  display: block;
  width: 1254px;
  height: 120px;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: .06em;
  line-height: 120px;
  text-align: right;
  background: url("../img/btn_official.svg") no-repeat;
  background-size: 1254px 120px;
  padding-right: 77px;
  margin: 80px auto 0;
}
.bn-official a::after {
  content: '';
  position: absolute;
  top: 53px;
  right: 53px;
  width: 15px;
  height: 15px;
  background: url("../img/icon_arrow_official.svg") no-repeat;
  background-size: 15px 15px;
}

/* ---------------------------------------------------------
.sns
----------------------------------------------------------*/
.sns {
  text-align: center;
  margin: 81px 0 83px;
}
.sns h3 {
  width: 100px;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
  margin: 0 auto;
}
.sns h3 img {
  width: 94px;
  height: 16px;
}
.sns p {
  font-size: 12px;
  letter-spacing: .07em;
  margin-top: 15px;
}
.sns ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin-top: 19px;
}
.sns .icon-fb {
  width: 32px;
}
.sns .icon-tw {
  width: 34px;
  padding-top: 2px;
  margin: 0 40px;
}
.sns .icon-ig {
  width: 30px;
  padding-top: 1px;
}

/* ---------------------------------------------------------
.bn-area
----------------------------------------------------------*/
.bn-area {
  width: 1254px;
  margin: 0 auto;
}
.bn-area .p-footer-banner2__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.bn-area .p-footer-banner2__item {
  width: 401px;
  margin: 0 25px 25px 0;
}
.bn-area .p-footer-banner2__item:nth-child(3n) {
  margin-right: 0;
}

/* ---------------------------------------------------------
footer
----------------------------------------------------------*/
footer {
  background: #000;
  padding: 38px 0;
  margin-top: 55px;
}
footer ul {
  display: flex;
  justify-content: center;
  list-style: none;
}
footer ul li {
  margin: 0 19px;
}
footer ul a {
  display: flex;
  align-items: flex-end;
  font-size: 14px;
  letter-spacing: .02em;
  color: #fff;
}
footer ul a::before {
  content: '';
  width: 12px;
  height: 11px;
  background: url("../img/icon_blank.svg") no-repeat;
  background-size: 12px 11px;
  margin-right: 5px;
}
footer .txt-copy {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  margin-top: 26px;
}

/* ---------------------------------------------------------
media queries
----------------------------------------------------------*/
@media screen and (max-width:768px) {
  /* ---------------------------------------------------------
  common
  ----------------------------------------------------------*/
  .show-pc {
    display: none;
  }
  .show-sp {
    display: block;
  }

  body {
    min-width: 100%;
  }

/* ---------------------------------------------------------
header
----------------------------------------------------------*/
  header {
    top: 0;
    right: auto;
    width: 100%;
    transform: none;
    margin-top: 3.7%;
    margin-top: calc(14 / 375 * 100%);
  }
  header .logo {
    width: 28.8%;
    width: calc(108 / 375 * 100%);
    margin-left: 68.5%;
    margin-left: calc(257 / 375 * 100%);
  }

/* ---------------------------------------------------------
#kv
----------------------------------------------------------*/
  #kv {
    width: 100%;
    height: auto;
    padding-top: 58.9%;
    padding-top: calc(221 / 375 * 100%);
  }
  #kv .bg-circle {
    top: 0;
    left: 0;
    width: 100%;
    /*
    width: 71.2%;
    width: calc(267 / 375 * 100%);
    */
    margin-top: -9.6%;
    margin-top: calc(-36 / 375 * 100%);
  }

  #kv .bg-circle .circle1,
  #kv .bg-circle .circle1b {
    top: 0;
    left: 13%;
    left: calc(49 / 375 * 100%);
    width: 58.1%;
    width: calc(218 / 375 * 100%);
    height: auto;
    margin-top: 4.5%;
    margin-top: calc(16 / 375 * 100%);
  }
  #kv .bg-circle .circle2,
  #kv .bg-circle .circle2b {
    top: 0;
    left: 26.7%;
    left: calc(100 / 375 * 100%);
    width: 26.1%;
    width: calc(98 / 375 * 100%);
    height: auto;
  }
  #kv .bg-circle .circle3,
  #kv .bg-circle .circle3b {
    top: 0;
    left: 0;
    width: 30.7%;
    width: calc(115 / 375 * 100%);
    height: auto;
    margin-top: 26.7%;
    margin-top: calc(100 / 375 * 100%);
    }
  #kv .bg-circle .circle4,
  #kv .bg-circle .circle4b {
    top: 0;
    left: 4.3%;
    left: calc(16 / 375 * 100%);
    width: 26.1%;
    width: calc(98 / 375 * 100%);
    height: auto;
    margin-top: 4%;
    margin-top: calc(15 / 375 * 100%);
  }
  #kv .bg-circle img {
    width: 100%;
    height: auto;
  }

  #kv h1 {
    top: 0;
    left: 3.2%;
    left: calc(12 / 375 * 100%);
    width: 77.6%;
    width: calc(291 / 375 * 100%);
    margin-top: 4%;
    margin-top: calc(15 / 375 * 100%);
  }
  #main-slider {
    top: 0;
    left: 52%;
    left: calc(195 / 375 * 100%);
    width: 58.1%;
    width: calc(218 / 375 * 100%);
    margin: 28.5% 0 0 0;
    margin: calc(107 / 375 * 100%) 0 0 0;
  }
  #kv .txt-area {
    position: relative;
    width: 100%;
    padding: 0 10px;
    padding: 0 calc(10 / 375 * 100%);
    z-index: 2;
  }
  #kv .txt-area h2 {
    font-size: 14px;
    font-size: calc(14 / 375 * 100vw);
    font-weight: bold;
    line-height: 1.95;
    letter-spacing: normal;
    padding-bottom: 5.3%;
    padding-bottom: calc(20 / 375 * 100vw);
  }
  #kv .txt-area h2::before {
    width: 47.7%;
    width: calc(179 / 375 * 100vw);
  }
  #kv .txt-area .btn-more {
    top: 0;
    left: 164px;
    left: calc(164 / 375 * 100%);
    right: auto;
    width: 51px;
    width: calc(51 / 375 * 100%);
    margin-top: 60px;
    margin-top: calc(60 / 375 * 100vw);
  }
  #kv .txt-area .btn-more img {
    width: 49px;
    width: calc(49 / 375 * 100vw);
    height: 40px;
    height: calc(40 / 375 * 100vw);
  }
  #kv .txt-area .btn-more a {
    position: relative;
    display: block;
    padding: 0 3px 11px 0;
    padding: 0 calc(3 / 375 * 100vw) calc(11 / 375 * 100vw) 0;
  }
  #kv .txt-area .btn-more a::after {
    width: 49px;
    width: calc(49 / 375 * 100vw);
    height: 40px;
    height: calc(40 / 375 * 100vw);
    background: url("../img/btn_readmore_01_on_sp.png") no-repeat;
    background-size: 49px 40px;
    background-size: 13.1vw 10.6vw;
  }
  #kv .txt-area .btn-more a::before {
    width: 40px;
    width: calc(40 / 375 * 100vw);
    height: 40px;
    height: calc(40 / 375 * 100vw);
  }
  
  #kv .txt-area .btn-more a.is-hover::before {
    right: -18px;
    bottom: -18px;
    width: 86px;
    height: 86px;
    background: #BFF800;
  }
  #kv .txt-area .btn-more a.is-hover img {
    opacity: 0;
  }
  #kv .txt-area .btn-more a.is-hover::before {
    right: calc(-14 / 375 * 100vw);
    bottom: 0;
    width: calc(68 / 375 * 100vw);
    height: calc(68 / 375 * 100vw);
    margin-bottom: calc(-14 / 375 * 100vw);
  }
  #kv .txt-area p {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.85;
    margin-top: calc(18 / 375 * 100vw);
  }

/* ---------------------------------------------------------
#modal
----------------------------------------------------------*/
  .modal-inner .wrapper {
    display: block;
		width: 100%;
  }
  .modal-inner .right-col {
		position: relative;
    width: 100%;
    padding-top: 0;
  }
	#modal-slider {
    width: calc(325 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
	}
  .modal-inner figure {
    width: 100%;
    margin-top: calc(15 / 375 * 100vw);
  }
  .modal-inner .right-col h3 {
    font-size: calc(16 / 375 * 100vw);
  }
  .modal-inner .right-col .subttl {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.7;
    margin: calc(4 / 345 * 100%) 0 calc(11 / 345 * 100%);
  }
  .modal-inner .right-col .txt {
    font-size: calc(12 / 375 * 100vw);
    line-height: 2;
    margin-top: calc(25 / 345 * 100%);
  }
  .modal-inner .right-col .subttl + .txt {
    margin-top: 0;
  }

  .modaal-inner-wrapper {
    padding: calc(15 / 375 * 100%) calc(15 / 375 * 100%) calc(20 / 375 * 100%);
  }
  .modaal-container {
    max-width: 100%;
  }
  .modaal-content-container {
    padding: calc(62 / 345 * 100%) calc(10 / 345 * 100%) calc(15 / 345 * 100%);
  }
  .modaal-wrapper .modaal-close {
    position: unset;
    display: block;
    top: auto;
    right: auto;
    width: calc(90 / 375 * 100vw);
    height: calc(26 / 375 * 100vw);
    background-size: calc(36 / 375 * 100vw) calc(26 / 375 * 100vw);
    background-position: right center;
    padding-right: calc(43 / 375 * 100vw);
    border-radius: 0;
    margin: calc(8 / 375 * 100vw) calc(8 / 375 * 100vw) calc(15 / 375 * 100vw) auto;
  }
  .modaal-close:after,
  .modaal-close:before {
    content: '';
    display: block;
    position: absolute;
    top: calc(13 / 375 * 100vw);
    left: auto;
    right: calc(12 / 375 * 100vw);
    width: calc(90 / 375 * 100vw);
    height: calc(26 / 375 * 100vw);
    background: none;
    border-radius: 0;
    transform: none;
}
  .modaal-wrapper .modaal-close::before {
    position: absolute;
    top: calc(17 / 375 * 100vw);
    right: calc(55 / 375 * 100vw);
    content: '閉じる';
    color: #000;
    text-align: right;
    font-weight: bold;
    font-size: calc(14 / 375 * 100vw);
  }
  .modaal-wrapper .modaal-close::after {
    content: '';
    position: absolute;
    right: calc(12 / 375 * 100vw);
    width: calc(36 / 375 * 100vw);
    height: calc(26 / 375 * 100vw);
    background: url(../img/icon_close.svg) no-repeat right center;
    background-size: calc(36 / 375 * 100vw) calc(26 / 375 * 100vw);
    background-position: right center;
  }
  .modaal-close span {
    display: inline-block;
    font-size: calc(14 / 375 * 100vw);
    margin-top: 3px;
  }

/* ---------------------------------------------------------
#news
----------------------------------------------------------*/
  #news {
    width: 94.6%;
    width: calc(355 / 375 * 100%);
    margin-top: 9.6%;
    margin-top: calc(36 / 375 * 100%);
  }
  #news h2 {
    width: 24.7%;
    width: calc(88 / 355 * 100%);
    margin-left: 6.1%;
    margin-left: calc(22 / 355 * 100%);
  }
  #news dl {
    display: block;
    padding: 30px 20px 9px 20px;
    padding: calc(30 / 355 * 100%) calc(20 / 355 * 100%) calc(9 / 355 * 100%) calc(20 / 355 * 100%);
    margin-top: -14px;
    margin-top: calc(-14 / 355 * 100%);
  }
  #news dl::before {
    border-radius: 20px;
  }
  #news dt {
    width: 100%;
    font-size: 12px;
    font-size: calc(12 / 375 * 100vw);
    line-height: 2;
  }
  #news dt .icon {
    float: none;
    display: inline-block;
    width: 70px;
    width: calc(70 / 375 * 100vw);
    height: 20px;
    height: calc(20 / 375 * 100vw);
    font-size: 12px;
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.2;
    line-height: 5.3vw;
    border-radius: 10px;
    margin-left: 10px;
    margin-left: calc(10 / 375 * 100vw);
  }
  #news dd {
    width: 100%;
    font-size: 12px;
    font-size: calc(12 / 375 * 100vw);
    line-height: 2;
    padding-left: 0;
    margin: -1px 0 15px;
    margin: calc(-1 / 375 * 100vw) 0 calc(15 / 375 * 100vw);
  }
  #news .btn {
    bottom: 0;
    margin-bottom: -20px;
    margin-bottom: calc(-20 / 375 * 100vw);
  }
  #news .btn a {
    width: 39px;
    width: calc(39 / 375 * 100vw);
    height: 39px;
    height: calc(39 / 375 * 100vw);
  }
  #news .btn a::before {
    width: 39px;
    width: calc(39 / 375 * 100vw);
    height: 39px;
    height: calc(39 / 375 * 100vw);
    -webkit-transform: translate(-50%,-50%)
  }
  #news .btn a img {
    width: 17px;
    width: calc(17 / 375 * 100vw);
    height: 24px;
    height: calc(24 / 375 * 100vw);
  }
  #news .btn a.is-hover::before {
    width: 45px;
    height: 45px;
    background: #BFF800;
  }
  #news .btn a.is-hover::before {
    width: 45px;
    width: calc(45 / 375 * 100vw);
    height: 45px;
    height: calc(45 / 375 * 100vw);
  }

/* ---------------------------------------------------------
#what
----------------------------------------------------------*/
  #what {
    width: 100%;
    margin-top: 58px;
    margin-top: calc(58 / 375 * 100vw);
  }
  #what h2 {
    font-size: 18px;
    font-size: calc(18 / 375 * 100vw);
    font-weight: bold;
    line-height: 1.56;
    padding-left: 12px;
    padding-left: calc(12 / 375 * 100vw);
  }
  #what h2 em {
    font-size: 36px;
    font-size: calc(36 / 375 * 100vw);
    margin-top: -2px;
    margin-top: calc(-2 / 375 * 100vw);
  }
  #what .pic {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 228.8%;
    padding-top: calc(858 / 375 * 100%);
    margin-top: 5.3%;
    margin-top: calc(20 / 375 * 100%)
  }
  #what .pic1 {
    top: 0;
    left: -30.9%;
    left: calc(-116 / 375 * 100%);
    width: 157.6%;
    width: calc(591 / 375 * 100%);
    height: auto;
  }
  #what .pic2 {
    top: 0;
    left: -3.4%;
    left: calc(-13 / 375 * 100%);
    width: 105.3%;
    width: calc(395 / 375 * 100%);
    height: auto;
    margin-top: 9%;
    margin-top: calc(34 / 375 * 100%);
    z-index: 2;
  }
  #what .pic3 {
    top: 0;
    left: 2.9%;
    left: calc(11 / 375 * 100%);
    width: 89.9;
    width: calc(337 / 375 * 100%);
    height: auto;
    margin-top: 42.4%;
    margin-top: calc(159 / 375 * 100%);
  }
  #what .wrapper {
    display: block;
    margin-top: 30px;
    margin-top: calc(30 / 375 * 100%);
  }
  #what .wrapper .block {
    width: 94.6%;
    width: calc(355 / 375 * 100%);
    margin-left: 3.2%;
    margin-left: calc(12 / 375 * 100%);
  }
  #what .wrapper .block:last-child {
    margin-top: 28px;
    margin-top: calc(28 / 375 * 100%);
  }
  #what .wrapper .block h3 {
    min-height: auto;
    font-size: 18px;
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.56;
  }
  #what .wrapper .block p {
    font-size: 14px;
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.6;
    margin-top: 12px;
    margin-top: calc(12 / 375 * 100%);
  }

/* ---------------------------------------------------------
#chance
----------------------------------------------------------*/
  #chance {
    margin-top: 43px;
    margin-top: calc(43 / 375 * 100%);
    overflow: hidden;
  }
  #chance::before {
    top: 0;
    height: 100%;
    margin-top: 57px;
    margin-top: calc(57 / 375 * 100%);
  }
  #chance h2 {
    width: 100%;
    font-size: 22px;
    font-size: calc(22 / 375 * 100vw);
    padding-left: 10px;
    padding-left: calc(10 / 375 * 100%);
  }
  #chance h2 em {
    font-display: 38px;
    font-size: calc(38 / 375 * 100vw);
    margin-top: 16px;
    margin-top: calc(16 / 375 * 100%);
  }
  #chance .area {
    width: 94.6%;
    width: calc(355 / 375 * 100%);
    border-radius: 20px;
    padding: 20px 0 45px;
    padding: calc(20 / 375 * 100%) 0 calc(45 / 375 * 100%);
    margin: 29px auto 0;
    margin: calc(29 / 375 * 100%) auto 0;
  }
  #chance .area h3 {
    font-size: 30px;
    font-size: calc(30 / 375 * 100vw);
    padding-bottom: 17px;
    padding-bottom: calc(17 / 355 * 100%);
    margin-top: 4px;
    margin-top: calc(4 / 355 * 100%);
    margin-left: 5.6%;
    margin-left: calc(20 / 355 * 100%);
  }
  #chance .area h3::after {
    width: 251px;
    width: calc(251 / 355 * 100%);
    height: 4px;
    height: calc(4 / 375 * 100vw);
    border-radius: 2px;
  }
  #chance .area .subttl {
    width: 140px;
    width: calc(140 / 355 * 100%);
    margin-left: 5.6%;
    margin-left: calc(20 / 355 * 100%);
  }
  #chance .area .pic-area {
    position: absolute;
    top: 0;
    right: 20px;
    right: calc(20 / 355 * 100%);
    width: 134px;
    width: calc(134 / 355 * 100%);
    height: auto;
    margin-top: -20px;
    margin-top: calc(-20 / 355 * 100%);
  }
  #chance .area .wrapper {
    padding: 0 20px;
    padding: 0 calc(20 / 355 * 100%);
    margin-top: 0;
  }
  #chance .area article a {
    display: block;
    padding-top: 0;
    margin-top: 40px;
    margin-top: calc(40 / 355 * 100%);
  }
  #chance .area article:first-child a {
    margin-top: 37px;
    margin-top: calc(37 / 355 * 100%);
  }
  #chance .area article .pic {
    width: 100%;
    border-radius: 40px;
    overflow: hidden;
  }
  #chance .area article .txt {
    width: 100%;
    margin-top: 23px;
    margin-top: calc(23 / 355 * 100%);
  }
  #chance .area article h4 {
    font-size: 20px;
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
  }
  #chance .area article p {
    font-size: 14px;
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.8;
    margin-top: 13px;
    margin-top: calc(13 / 375 * 100vw);
  }
  #chance .area article .btn-more {
    width: 137px;
    width: calc(137 / 375 * 100vw);
    padding-right: 5px;
    padding-right: calc(5 / 375 * 100vw);
    margin: 11px 0 0 auto;
    margin: calc(11 / 375 * 100vw) 0 0 auto;
  }
  #chance .area article .btn-more::before {
    top: 0;
    right: 1px;
    right: calc(1 / 375 * 100vw);
    width: 24px;
    width: calc(24 / 375 * 100vw);
    height: 0;
    padding-top: 24px;
    padding-top: calc(24 / 375 * 100vw);
    margin-top: -5px;
    margin-top: calc(-5 / 375 * 100vw);
  }
  #chance .area article .btn-more img {
    width: 133px;
    width: calc(133 / 375 * 100vw);
    height: 14px;
    height: calc(14 / 375 * 100vw);
    vertical-align: top;
  }
  #chance .area article a.is-hover .btn-more::before {
    top: -6px;
    right: -7px;
    width: 38px;
    height: 38px;
    background: #BFF800;
  }
  #chance .area article a.is-hover .btn-more::before {
    top: 0;
    right: -7px;
    right: calc(-7 / 137 * 100%);
    width: 38px;
    width: calc(38 / 137 * 100%);
    height: 0;
    padding-top: 38px;
    padding-top: calc(38 / 137 * 100%);
    margin-top: -6px;
    margin-top: calc(-6 / 137 * 100%);
  }
  #list {
    width: 94.6%;
    width: calc(355 / 375 * 100%);
    padding: 24px 0 8px;
    padding: 24px 0 calc(8 / 375 * 100vw);
    margin-top: 40px auto 0;
    margin: calc(40 / 375 * 100%) auto 0;
  }
  #list .tab.show-pc {
    display: none;
  }
  #list .tab.show-sp {
    display: flex;
    justify-content: space-between;
  }
  #list .tab a,
  #list .tab ul a {
    display: block;
    display: flex;
    align-items: center;
    height: auto;
    min-height: 50px;
    min-height: calc(50 / 375 * 100vw);
    font-size: 14px;
    font-size: calc(14 / 375 * 100vw);
    border-radius: 25px;
    border-radius: 6.6vw;
    line-height: 1.2;
    padding: 0 0 0 20px;
    padding: 0 0 0 calc(20 / 375 * 100vw);
  }
  #list .tab a.is-hover {
    background: #BFF800;
  }
  #list .tab ul a {
    font-size: 13px;
    font-size: calc(13 / 375 * 100vw);
  }
  #list .tab .btn-all {
    width: 91px;
    width: calc(91 / 355 * 100%);
  }
  #list .tab .btn-area {
    width: 106px;
    width: calc(106 / 355 * 100%);
  }
  #list .tab .btn-key {
    width: 148px;
    width: calc(148 / 355 * 100%);
  }
  #list .tab .btn-all a,
  #list .tab .btn-area > a,
  #list .tab .btn-key > a {
    width: 100%;
  }
  #list .tab a::after,
  #list .tab ul a::after {
    right: 20px;
    right: calc(20 / 375 * 100vw);
    width: 12px;
    width: calc(12 / 375 * 100vw);
    height: 7px;
    height: calc(7 / 375 * 100vw);
    background-size: 12px 7px;
    background-size: 3.2vw 1.8vw;
    margin-top: -3px;
    margin-top: calc(-3 / 375 * 100vw);
  }
  #list .tab .btn-area > a {
    padding-right: 0;
  }
  #list .tab .btn-area > a::after,
  #list .tab .btn-key > a::after {
    width: 16px;
    width: calc(16 / 375 * 100vw);
    height: 14px;
    height: calc(14 / 375 * 100vw);
    background-image: url("../img/icon_arrow_02_cat.svg");
    background-size: 16px 14px;
    background-size: 4.2vw 3.7vw;
    margin-top: -6px;
    margin-top: -1.8vw;
  }
  #list .tab ul {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 15px 16px 10px;
    padding: calc(15 / 355 * 100%) calc(7 / 355 * 100%) calc(10 / 355 * 100%); 
    border-radius: 20px;
  }
  #list .tab ul::before,
  #list .tab ul::after {
    top: -21px;
    left: 76%;
    left: calc(137 / 355 * 100%);
    border-width: 0 13px 21px 13px;
  }
  #list .tab ul::after {
    top: -13px;
    left: 77.1%;
    left: calc(141 / 355 * 100%);
    border-width: 0 9px 14px 9px;
  }
  #list .tab .key-box ul::before {
    left: 76%;
    left: calc(270 / 355 * 100%);
  }
  #list .tab .key-box ul::after {
    left: 77.1%;
    left: calc(274 / 355 * 100%);
  }
  #list .tab ul li,
  #list .tab ul li:nth-child(5n) {
    width: 45%;
    width: calc(160 / 355 * 100%);
    margin: 0 2% 10px;
    margin: 0 calc(8 / 355 * 100%) calc(10 / 355 * 100%);
  }
  #list .tab ul a {
    width: 100%;
    padding-right: 35px;
    padding-right: calc(35 / 162 * 100%);
  }
  #list .area-box {
    top: 67px;
    padding: 0;
  }
  #list .key-box {
    position: absolute;
    top: 67px;
    left: 0;
    width: 100%;
    display: none;
  }

  #list .wrapper {
    width: 105%;
    width: calc(373 / 355 * 100%);
    margin: 30px -9px 0;
    margin: calc(30 / 355 * 100%) calc(-9 / 375 * 100vw) 0;
  }
  #list article {
    position: relative;
    width: 44.8%;
    width: calc(168 / 375 * 100vw);
    margin: 0 2.4% 32px;
    margin: 0 calc(9 / 375 * 100vw) calc(32 / 375 * 100vw);
  }
  #list article .pic {
    border-radius: 20px;
    border-radius: 5.3vw;
  }
  #list .btn-more {
    top: 76px;
    top: calc(76 / 375 * 100vw);
    right: 5px;
    right: calc(5 / 375 * 100vw);
    width: 34px;
    width: calc(34 / 375 * 100vw);
    padding: 0 6px 7px 0;
    padding: 0 calc(6 / 375 * 100vw) calc(7 / 375 * 100vw) 0;
  }
  #list .btn-more::after {
    width: 33px;
    width: calc(33 / 375 * 100vw);
    height: 27px;
    height: calc(27 / 375 * 100vw);
    background: url("../img/btn_readmore_01_on_sp.png") no-repeat;
    background-size: 33px 27px;
    background-size: 8.8vw 7.2vw;
  }
  #list .btn-more::before {
    width: 27px;
    width: calc(27 / 375 * 100vw);
    height: 27px;
    height: calc(27 / 375 * 100vw);
  }
  #list .btn-more img {
    position: relative;
    width: 33px;
    width: calc(33 / 375 * 100vw);
    height: 27px;
    height: calc(27 / 375 * 100vw);
  }
  #list a.is-hover .btn-more::before {
    right: -18px;
    bottom: -18px;
    width: 86px;
    height: 86px;
    background: #BFF800;
  }
  #list a.is-hover .btn-more img {
    opacity: 0;
  }
  #list a.is-hover .btn-more::after {
    opacity: 1;
  }
  #list a.is-hover .btn-more::before {
    right: -9px;
    right: calc(-9 / 375 * 100vw);
    bottom: -9px;
    bottom: calc(-9 / 375 * 100vw);
    width: 45px;
    width: calc(45 / 375 * 100vw);
    height: 45px;
    height: calc(45 / 375 * 100vw);
  }
  #list article h4 {
    font-size: 14px;
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.45;
    margin-top: 13px;
    margin-top: calc(13 / 375 * 100vw);
  }
  #list article .tag {
    font-size: 12px;
    font-size: calc(12 / 375 * 100vw);
    margin-top: 14px;
    margin-top: calc(14 / 375 * 100vw);
  }
  #list article .tag li {
    margin: 0 10px 8px 0;
    margin: 0 calc(10 / 375 * 100vw) calc(8 / 375 * 100vw) 0;
  }
  #list article p {
    font-size: 13px;
    font-size: calc(13 / 375 * 100vw);
    line-height: 1.55;
    margin-top: 9px;
    margin-top: calc(9 / 375 * 100vw);
  }

/* ---------------------------------------------------------
.bn-official
----------------------------------------------------------*/
  .bn-official a {
    width: 94.6%;
    width: calc(355 / 375 * 100%);
    height: 152px;
    height: calc(152 / 375 * 100vw);
    font-size: 13px;
    font-size: calc(13 / 375 * 100vw);
    line-height: 1;
    text-align: left;
    background: url("../img/btn_official_sp.svg") no-repeat;
    background-size: 100% auto;
    padding: 78px 0 0 19px;
    padding:calc(78 / 375 * 100%) 0 0 calc(19 / 375 * 100%);
    margin: 40px auto 0;
    margin: calc(40 / 375 * 100%) auto 0;
  }
  .bn-official a::after {
    top: 79px;
    top: calc(79 / 375 * 100vw);
    right: auto;
    left: 217px;
    left: calc(217 / 355 * 100%);
    width: 9px;
    width: calc(9 / 375 * 100vw);
    height: 10px;
    height: calc(10 / 375 * 100vw);
    background-size: 9px 10px; 
    background-size: 2.4vw 2.6vw;
  }

/* ---------------------------------------------------------
.sns
----------------------------------------------------------*/
  .sns {
    text-align: center;
    margin: 44px 0 41px;
    margin: calc(44 / 375 * 100%) 0 calc(41 / 375 * 100%);
  }
  .sns h3 {
    width: 91px;
    width: calc(91 / 375 * 100%);
    padding-bottom: 5px;
    padding-bottom: calc(5 / 375 * 100%);
  }
  .sns h3 img {
    width: 80px;
    width: calc(80 / 91 * 100%);
    height: auto;
  }
  .sns p {
    font-size: 10px;
    font-size: calc(10 / 375 * 100vw);
    margin-top: 13px;
    margin-top: calc(13 / 375 * 100%);
  }
  .sns ul {
    margin-top: 20px;
    margin-top: calc(20 / 375 * 100%);
  }
  .sns .icon-fb {
    width: 29px;
    width: calc(29 / 375 * 100%);
  }
  .sns .icon-tw {
    width: 33px;
    width: calc(33 / 375 * 100%);
    padding-top: 0;
    margin: 0 35px;
    margin: 0 calc(35 / 375 * 100%);
  }
  .sns .icon-ig {
    width: 30px;
    width: calc(30 / 375 * 100%);
    padding-top: 0;
  }

/* ---------------------------------------------------------
.bn-area
----------------------------------------------------------*/
  .bn-area {
    width: 94.6%;
    width: calc(355 / 375 * 100%);
  }
  .bn-area .p-footer-banner2__item,
  .bn-area .p-footer-banner2__item:nth-child(3n) {
    width: 48.4%;
    width: calc(172 / 355 * 100%);
    margin: 0 2.8% 3.3% 0;
    margin: 0 calc(10 / 355 * 100%) calc(12 / 355 * 100%) 0;
  }
  .bn-area .p-footer-banner2__item:nth-child(even) {
    margin-right: 0;
  }

/* ---------------------------------------------------------
footer
----------------------------------------------------------*/
  footer {
    padding: 22px 0 28px;
    padding: calc(22 / 375 * 100%) 0 calc(28 / 375 * 100%);
    margin-top: 28px;
    margin-top: calc(28 / 375 * 100%);
  }
  footer ul {
    display: block;
    padding-left: 35px;
    padding-left: calc(35 / 375 * 100%);
  }
  footer ul li {
    margin: 0 0 17px;
    margin: 0 0 calc(17 / 340 * 100%);
  }
  footer ul a {
    font-size: 12px;
    font-size: calc(12 / 375 * 100vw);
  }
  footer ul a::before {
    content: '';
    width: 10px;
    width: calc(10 / 375 * 100vw);
    height: 9px;
    height: calc(9 / 375 * 100vw);
    background-size: 10px 9px;
    background-size: 2.5vw 2.4vw;
    margin-right: 6px;
    margin-right: calc(6 / 375 * 100vw);
  }
  footer .txt-copy {
    font-size: 10px;
    font-size: calc(10 / 375 * 100vw);
    text-align: left;
    margin: 33px 0 0 28px;
    margin: calc(33 / 375 * 100%) 0 0 calc(28 / 375 * 100%);
  }
}

@media screen and (min-width: 768px){
.br-sp {display: none; }
}