/* フリーエリア全体 */
.ec-productRole__freearea{
  position: relative;
  max-width: 730px;
  margin: 30px auto 0;
  padding: 0 !important;
  overflow: hidden;
  z-index: 2;
  color: #222;
  --ff-en: "Lato", Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  --ff-serif: "Noto Serif JP", "游明朝", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-family: "Noto Sans JP", Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
}
.ec-productRole__freearea ul::after{
  content: none;
}
.ec-productRole__freearea a:hover{
  opacity: .6;
}

/* フリーエリア内 共通パーツ */
.ec-productRole__freearea .sp{
  display: none;
}

.ec-productRole__freearea .slick-slider{
  position: relative;
  margin: 0;
}
.ec-productRole__freearea .slick-slider:not(.slick-initialized){
  display: none;
}
.ec-productRole__freearea .slick-arrow{
  position: absolute;
  top: 50%;
  display: block;
  width: 68px;
  height: 68px;
  background: #21252980;
  border-radius: 50%;
  z-index: 2;
}
.ec-productRole__freearea .--slick-arrow-w .slick-arrow{
  background: #ffffff80;
}
.ec-productRole__freearea .slick-prev{
  left: 20px;
  right: auto;
}
.ec-productRole__freearea .slick-next{
  left: auto;
  right: 20px;
}
.ec-productRole__freearea .slick-arrow::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.96%22%20height%3D%2222.666%22%20viewBox%3D%220%200%2012.96%2022.666%22%3E%20%3Cpath%20d%3D%22M11.337%2C9.053%2C19.907.476a1.613%2C1.613%2C0%2C0%2C1%2C2.288%2C0%2C1.633%2C1.633%2C0%2C0%2C1%2C0%2C2.294l-9.711%2C9.718a1.617%2C1.617%2C0%2C0%2C1-2.234.047L.472%2C2.777A1.62%2C1.62%2C0%2C0%2C1%2C2.76.483Z%22%20transform%3D%22translate(0%2022.666)%20rotate(-90)%22%20fill%3D%22%23f4f4f4%22%2F%3E%3C%2Fsvg%3E') 54% center/13px 23px no-repeat;
  opacity: 1;
}
.ec-productRole__freearea .slick-prev::before{
  transform: rotate(180deg);
}
.ec-productRole__freearea .slick-num{
  position: absolute;
  background: #F4F4F4;
  z-index: 2;
  bottom: 24px;
  right: 24px;
  font-size: 18px;
  letter-spacing: .01em;
  padding: 7px 24px;
  font-family: var(--ff-en);
}
.ec-productRole__freearea .slick-dots-custom{
  display: flex;
  justify-content: center;
  gap: 8px;
  font-size: 0;
}
.ec-productRole__freearea .slick-dots-custom button{
  display: block;
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
  background: #707070;
  border: 1px solid #707070;
  border-radius: 50%;
  outline: none;
}
.ec-productRole__freearea .slick-dots-custom .slick-active button{
  background: #fff;
}
.ec-productRole__freearea .slick-dots-color{
  display: flex;
  gap: 12px;
}
.ec-productRole__freearea .slick-dots-color li{
  width: 38px;
  height: 38px;
  border: 2px solid transparent;
  border-radius: 50%;
}
.ec-productRole__freearea .slick-dots-color .slick-active{
  border: 1px solid #222;
}
.ec-productRole__freearea .slick-dots-color span{
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #8B8B8B;
  border-radius: 50%;
  cursor: pointer;
}
.ec-productRole__freearea .slick-dots-color .slick-active span{
  border: 2px solid #fff;
}

.ec-productRole__freearea .cmntit{
  font-size: 17px;
  font-weight: 400;
  letter-spacing: .2em;
  text-align: center;
}
.ec-productRole__freearea .cmntit small{
  display: block;
  margin-bottom: 6px;
  font-family: var(--ff-en);
  font-size: 26px;
  font-weight: 900;
  letter-spacing: .1em;
}

.ec-productRole__freearea .cmnlist{
  font-size: 15px;
  letter-spacing: .03em;
  line-height: 1.5;
}
.ec-productRole__freearea .cmnlist > p{
  padding-left: 1.5em;
}
.ec-productRole__freearea .cmnlist > p::before{
  content: "※";
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
}
.ec-productRole__freearea .cmnlist > p + p{
  margin-top: 9px;
}

/*  */
.Freearea-1{
  position: relative;
  height: 900px;
  padding: 24px;
}
.Freearea-1 img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.Freearea-1 .box{
  background: #fff;
  padding: 30px 20px;
  text-align: center;
}
.Freearea-1 .box .title{
  font-family: var(--ff-serif);
  font-size: 32px;
  font-weight: 500;
  letter-spacing: .01em;
  margin-bottom: 12px;
}
.Freearea-1 .box p{
  font-family: var(--ff-serif);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: .01em;
  margin-bottom: 12px;
}
.Freearea-1 .box small{
  display: block;
  font-family: var(--ff-en);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .1em;
}

.Freearea-details{
  padding: 39px 20px 42px;
  text-align: center;
}
.Freearea-details small{
  font-family: var(--ff-en);
  font-size: 26px;
  font-weight: 900;
  letter-spacing: .1em;
  margin-bottom: 6px;
}
.Freearea-details .title{
  font-family: var(--ff-en);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: .2em;
}

.Freearea-slide-1{
  position: relative;
  background: #F8F8F8;
}
.Freearea-slide-1 .slide .item{
  height: 750px;
  /* max-height: 600px; */
}
.Freearea-slide-1 .slide .item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.Freearea-slide-1 .slick-num{
  bottom: 84px;
}
.Freearea-slide-1 .box{
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 4%;
  width: calc(100% - 50px);
  margin-top: -60px;
  margin-left: auto;
  padding: 32px 36px;
  background: #fff;
  font-size: 15px;
  z-index: 2;
}
.Freearea-slide-1 .box .title{
  position: relative;
  flex-shrink: 0;
  width: 118px;
  font-size: 17px;
  letter-spacing: .2em;
}
.Freearea-slide-1 .box .title::before{
  content: "";
  position: absolute;
  top: -19%;
  right: 0;
  width: 1px;
  height: 138%;
  background: #222;
}
.Freearea-slide-1 .box .title p:first-child{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .1em;
  margin-bottom: 8px;
  font-family: var(--ff-en);
}
.Freearea-slide-1 .box .texts{
  line-height: 1.7;
  letter-spacing: .03em;
}

.Freearea-texts-1{
  padding: 42px 52px 33px;
  background: #F8F8F8;
  font-size: 18px;
  line-height: 1.8;
}
.Freearea-texts-1 .title{
  margin-bottom: 30px;
  font-family: var(--ff-serif);
  font-size: 27px;
  font-weight: 500;
  letter-spacing: .03em;
  line-height: 1.6;
}
.Freearea-texts-1 .cmnlist{
  margin-top: 23px;
}

.Freearea-list{
  display: grid;
  grid-template-columns: 314fr 335fr;
  gap: 0 30px;
  padding: 55px 35px 43px;
}
.Freearea-list ul li{
  width: 100%;
  height: 177px;
  padding-top: 50px;
  background: url(/html/user_data/img/freearea/bg-1.png) center/contain no-repeat;
  color: #2C2C2C;
  font-family: var(--ff-serif);
  font-size: 27px;
  font-weight: 500;
  text-align: center;
}
.Freearea-list ul li + li{
  margin-top: 60px;
}
.Freearea-list ul .red{
  color: #B60C21;
  font-size: 55px;
  line-height: 1.2;
}
.Freearea-list ul small{
  display: block;
  margin-top: 4px;
  font-size: 28%;
}
.Freearea-list ol li{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 66px;
  padding: 0 0 14px 57px;
  color: #990A1C;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.3;
}
.Freearea-list ol li + li{
  margin-top: 18px;
}
.Freearea-list ol li::before{
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 64%;
  height: 50%;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
}
.Freearea-list ol li > span:first-child{
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  display: inline-block;
  width: 43px;
  height: 53px;
  padding-top: 6px;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2243%22%20height%3D%2252.074%22%20viewBox%3D%220%200%2043%2052.074%22%3E%20%3Cpath%20d%3D%22M43%2C52.074%2C21.5%2C39.468%2C0%2C52.074V0H43Z%22%20fill%3D%22%23b60c21%22%2F%3E%3C%2Fsvg%3E') center/contain no-repeat;
  color: #fff;
  font-family: var(--ff-en);
  font-size: 23px;
  font-weight: bold;
  line-height: 1.21;
  text-align: center;
  letter-spacing: .024em;
}
.Freearea-list ol li:nth-of-type(2){
  font-size: 16.5px;
  letter-spacing: 0;
}
.Freearea-list ol p{
  position: relative;
  display: inline-block;
  padding-right: 18px;
}
.Freearea-list ol sup{
  position: absolute;
  top: 7px;
  right: 0;
  font-size: 47%;
}
.Freearea-list ol strong{
  font-size: 158%;
}
.Freearea-list ol small{
  font-size: 88%;
}
.Freearea-list .texts{
  padding-top: 32px;
  grid-column: 1/3;
  font-size: 15px;
  line-height: 1.5;
}
.Freearea-list .texts p{
  margin-top: 19px;
  padding-left: 32px;
  letter-spacing: .03em;
}
.Freearea-list .texts p > span:first-child{
  display: inline-block;
  margin-left: -32px;
}


.Freearea-slide-2{
  padding: 45px 0 82px;
  border-top: 4px solid #F0F0F0;
}
.Freearea-slide-2 h4{
  text-align: center;
  font-family: var(--ff-serif);
  font-size: 33px;
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1.5;
  padding: 0 20px 42px;
}
.Freearea-slide-2 .slide .item{
  height: 750px;
  /* max-height: 700px; */
}
.Freearea-slide-2 .slide .item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Freearea-slide-2 .box{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 4%;
  padding: 33px 48px;
  font-size: 10px;
  font-size: 15px;
}
.Freearea-slide-2 .box .title{
  position: relative;
  flex-shrink: 0;
  width: 118px;
  font-size: 17px;
  letter-spacing: .2em;
}
.Freearea-slide-2 .box .title::before{
  content: "";
  position: absolute;
  top: -19%;
  right: 0;
  width: 1px;
  height: 138%;
  background: #222;
}
.Freearea-slide-2 .box .title p:first-child{
  font-size: 18px;
  font-family: var(--ff-en);
  font-weight: 700;
  letter-spacing: .1em;
  margin-bottom: 6px;
}
.Freearea-slide-2 .box .texts{
  line-height: 1.68;
  letter-spacing: .03em;
}
.Freearea-slide-2 .button{
  position: relative;
  display: block;
  margin: 36px 60px 0;
  border: 1px solid #707070;
  color: inherit;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: .2em;
  text-align: center;
  padding: 20px 10px 22px;
  text-decoration: none !important;
}
.Freearea-slide-2 .button::before{
  content: "";
  position: absolute;
  top: calc(50% - 14px);
  right: 27px;
  display: block;
  width: 14px;
  height: 28px;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.326%22%20height%3D%2216.025%22%20viewBox%3D%220%200%208.326%2016.025%22%3E%20%3Cpath%20d%3D%22M0%2C0%2C7.029%2C7.5%2C0%2C15%22%20transform%3D%22translate(0.547%200.513)%22%20fill%3D%22none%22%20stroke%3D%22%232c2c2c%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%3C%2Fsvg%3E') center/cover no-repeat;
}
.Freearea-slide-2 .button small{
  display: block;
  font-family: var(--ff-en);
  font-size: 26px;
  font-weight: 900;
  letter-spacing: .1em;
  margin-bottom: 6px;
}

.Freearea-comp{
  padding: 51px 0 54px;
  background: #F8F8F8;
}
.Freearea-comp .cmntit{
  margin: 0 20px 22px;
}
.Freearea-comp > p{
  margin: 0 20px 47px;
  font-size: 18px;
  text-align: center;
  letter-spacing: .03em;
}
.Freearea-comp .slide .item{
  width: 396px;
  height: 518px;
  /* max-height: 600px; */
  padding: 0 19px;
}
.Freearea-comp .slide .item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Freearea-comp .nav{
  margin-top: 30px;
  color: #CCC;
  font-size: 33px;
}
.Freearea-comp .nav .item{
  margin: 0 21px;
}
.Freearea-comp .slide .slick-slide:not(.slick-current){
  opacity: .5;
}
.Freearea-comp .nav .slick-active{
  color: #222;
}
.Freearea-comp .nav .slick-list{
  margin-bottom: 37px;
}

.Freearea-acc{
  padding: 54px 0 56px;
}
.Freearea-acc .cmntit{
  margin-bottom: 42px;
}
.Freearea-acc ul{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 26px;
  margin-bottom: 31px;
  font-size: 16px;
}
.Freearea-acc ul img{
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  margin: 0 auto 20px;
}
.Freearea-acc .cmnlist{
  text-align: center;
  font-size: 14px;
}

.Freearea-wrapping{
  padding: 51px 0 55px;
  background: #F8F8F8;
}
.Freearea-wrapping .cmntit{
  margin: 0 20px 22px;
}
.Freearea-wrapping > p{
  font-size: 18px;
  letter-spacing: .03em;
  line-height: 1.5;
  text-align: center;
  margin: 0 20px 13px;
}
.Freearea-wrapping .cmnlist{
  text-align: center;
  margin: 0 20px 47px;
}
.Freearea-wrapping .slide .item{
  width: 396px;
  height: 518px;
  padding: 0 19px;
  color: transparent;
}
.Freearea-wrapping .slide .item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Freearea-wrapping .texts{
  margin: 30px 20px 26px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .03em;
  text-align: center;
}
.Freearea-wrapping .texts p + p{
  margin-top: 9px;
}
.Freearea-wrapping .nav{
  justify-content: center;
  margin: 25px 0;
}
.Freearea-wrapping .slide .slick-slide:not(.slick-current){
  opacity: .5;
}
.Freearea-wrapping .child .item{
  font-size: 18px;
  letter-spacing: .03em;
  text-align: center;
}
.Freearea-wrapping .button{
  color: #0092C4 !important;
  display: block;
  width: fit-content;
  margin: 31px auto 0;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none !important;
}
.Freearea-wrapping .button::after{
  margin-left: 9px;
  content: "";
  display: inline-block;
  width: 9px;
  height: 18px;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.326%22%20height%3D%2216.025%22%20viewBox%3D%220%200%208.326%2016.025%22%3E%20%3Cpath%20d%3D%22M0%2C0%2C7.029%2C7.5%2C0%2C15%22%20transform%3D%22translate(0.547%200.513)%22%20fill%3D%22none%22%20stroke%3D%22%230092c4%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%3C%2Fsvg%3E') center/cover no-repeat;
  transform: translateY(2px);
}

.Freearea-option{
  position: relative;
  padding: 39px 0 55px;
}
.Freearea-option .cmntit{
  margin: 0 20px 42px;
}
.Freearea-option .child{
  margin: 25px 20px 0;
  font-size: 18px;
  letter-spacing: .03em;
  line-height: 1.5;
}
.Freearea-option .slide .item{
  /* width: 100vw; */
  height: 750px;
  /* max-height: 700px;  */
  color: transparent;
}
.Freearea-option .slide .item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Freearea-option .texts{
  max-width: 500px;
  margin: 0 0 25px 30px;
  padding: 30px 0 0 29px;
  border-left: 1px solid #707070;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .03em;
  display: inline-block;
}
.Freearea-option .texts p + p{
  margin-top: 9px;
}
.Freearea-option .nav{
  position: absolute;
  top: 930px;
  right: 0;
  width: 210px;
  /* padding: 0 20px; */
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* display: inline-block; */
  /* vertical-align: 31px; */
  /* max-width: 208px;
  width: 100%; */
  /* margin: 0 0 0 auto; */
  /* margin-right: -100px; */
}
.Freearea-option .nav::-webkit-scrollbar{
  display: none;
}
.Freearea-option .nav ul{
  justify-content: flex-end;
  gap: 11px;
}
.Freearea-option .button{
  color: #0092C4 !important;
  display: block;
  width: fit-content;
  margin: 29px 30px 0 auto;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none !important;
}
.Freearea-option .button::after{
  margin-left: 9px;
  content: "";
  display: inline-block;
  width: 9px;
  height: 18px;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.326%22%20height%3D%2216.025%22%20viewBox%3D%220%200%208.326%2016.025%22%3E%20%3Cpath%20d%3D%22M0%2C0%2C7.029%2C7.5%2C0%2C15%22%20transform%3D%22translate(0.547%200.513)%22%20fill%3D%22none%22%20stroke%3D%22%230092c4%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%3C%2Fsvg%3E') center/cover no-repeat;
  transform: translateY(2px);
}

.Freearea-option2{
  padding-bottom: 56px;
}
.Freearea-option2 img{
  display: block;
  width: 100%;
  height: 750px;
  /* max-height: 700px; */
  object-fit: cover;
}
.Freearea-option2 .texts{
  margin: 0 30px 25px;
  padding: 30px 0 0 29px;
  border-left: 1px solid #707070;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .03em;
}
.Freearea-option2 .texts p + p{
  margin-top: 9px;
}
.Freearea-option2 .desc{
  margin: 0 30px;
  font-size: 18px;
  letter-spacing: .03em;
  line-height: 1.5;
}
.Freearea-option2 .button{
  color: #0092C4 !important;
  display: block;
  width: fit-content;
  margin: 29px 30px 0 auto;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none !important;
}
.Freearea-option2 .button::after{
  margin-left: 9px;
  content: "";
  display: inline-block;
  width: 9px;
  height: 18px;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.326%22%20height%3D%2216.025%22%20viewBox%3D%220%200%208.326%2016.025%22%3E%20%3Cpath%20d%3D%22M0%2C0%2C7.029%2C7.5%2C0%2C15%22%20transform%3D%22translate(0.547%200.513)%22%20fill%3D%22none%22%20stroke%3D%22%230092c4%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%3C%2Fsvg%3E') center/cover no-repeat;
  transform: translateY(2px);
}

.Freearea-option3{
  padding-bottom: 57px;
}
.Freearea-option3 .slick-list{
  /* overflow-x: scroll; */
  padding-left: 30px;
}
/* .Freearea-option3 .slick-list::-webkit-scrollbar{
  background: #B6B5B6;
  height: 4px;
  border-top: 2px solid #fff;
  border-bottom: 1px solid #fff;
}
.Freearea-option3 .slick-list::-webkit-scrollbar-thumb{
  background: #707070;
} */
.Freearea-option3 .slick-dots-bar{
  position: relative;
  display: flex;
  margin-left: 30px;
  z-index: 2;
}
.Freearea-option3 .slick-dots-bar::before{
  content: "";
  position: absolute;
  bottom: 1px;
  width: 100%;
  height: 1px;
  background: #E6E6E6;
  z-index: -1;
}
.Freearea-option3 .slick-dots-bar li{
  width: 100%;
}
.Freearea-option3 .slick-dots-bar button{
  display: block;
  width: 100%;
  height: 4px;
  padding: 0;
  background: none;
  border: 0;
  outline: none;
  font-size: 0;
}
.Freearea-option3 .slick-dots-bar li.slick-active button{
  background: #707070;
}
.Freearea-option3 .item{
  margin: 0 16px 58px;
}
.Freearea-option3 .slide .slick-slide:not(.slick-current){
  opacity: .5;
}
.Freearea-option3 .item img{
  width: 382px;
  height: 506px;
  /* max-height: 600px; */
  object-fit: cover;
}
.Freearea-option3 .texts{
  padding: 30px 0 0 29px;
  border-left: 1px solid #707070;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .03em;
}
.Freearea-option3 .texts p + p{
  margin-top: 9px;
}

.Freearea-gritter{
  padding: 50px 0 55px;
  background: #F8F8F8;
}
.Freearea-gritter .cmntit{
  margin: 0 20px 22px;
}
.Freearea-gritter > p{
  text-align: center;
  font-size: 18px;
  letter-spacing: .03em;
  line-height: 1.8;
  margin-bottom: 47px;
}
.Freearea-gritter .slide .item{
  position: relative;
  width: 396px;
  height: 518px;
  /* max-height: 600px; */
  padding: 0 15px;
  color: transparent;
}
.Freearea-gritter .slide .slick-slide:not(.slick-current){
  opacity: .5;
}
.Freearea-gritter .slide .item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Freearea-gritter .slide .item > span{
  position: absolute;
  top: 0;
  left: 0;
  padding:12px 18px;
  background: #222;
  color: #fff;
  font-size: 17px;
  letter-spacing: .1em;
}
.Freearea-gritter .nav{
  margin: 25px 0;
  justify-content: center;
}
.Freearea-gritter .texts{
  margin: 30px 20px 0;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .03em;
  text-align: center;
}
.Freearea-gritter .texts p + p{
  margin-top: 9px;
}
.Freearea-gritter .child .item{
  /* width: 100vw; */
  margin: 0 20px;
  text-align: center;
  font-size: 18px;
  letter-spacing: .03em;
  line-height: 1.5;
}

.Freearea-bb{
  padding: 51px 0 55px;
}
.Freearea-bb .cmntit{
  margin: 0 20px;
}
.Freearea-bb > p{
  margin: 22px 20px;
  text-align: center;
  font-size: 18px;
  letter-spacing: .05em;
}
.Freearea-bb > img{
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin: 47px 0 0;
}
.Freearea-bb .box{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 6%;
  padding: 25px 30px 26px 48px;
  background: #F8F8F8;
  font-size: 15px;
}
.Freearea-bb .box .title{
  position: relative;
  flex-shrink: 0;
  width: 118px;
  font-size: 17px;
  letter-spacing: .2em;
}
.Freearea-bb .box .title::before{
  content: "";
  position: absolute;
  top: -19%;
  right: 0;
  width: 1px;
  height: 138%;
  background: #222;
}
.Freearea-bb .box .title p:first-child{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .1em;
}
.Freearea-bb .box .title p+p{
  margin-top: 8px;
}
.Freearea-bb .box .texts{
  line-height: 1.7;
  letter-spacing: .03em;
}
.Freearea-bb .cmnlist{
  margin: 22px 48px 0;
}

.Freearea-bag{
  padding: 50px 0 58px;
  border-top: 4px solid #F0F0F0;
}
.Freearea-bag .cmntit{
  margin: 0 20px;
}
.Freearea-bag > p{
  margin: 22px 20px;
  text-align: center;
  font-size: 18px;
  letter-spacing: .03em;
  line-height: 1.6;
}
.Freearea-bag > p strong{
  /* letter-spacing: .03em; */
}
.Freearea-bag .slide{
  margin-top: 47px;
}
.Freearea-bag .slide .item{
  height: 750px;
  /* max-height: 700px; */
}
.Freearea-bag .slide .item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Freearea-bag .cmnlist{
  margin: 21px 48px 0;
}

.Freearea-message{
  padding: 54px 0 52px;
  background: #F8F8F8;
}
.Freearea-message .cmntit{
  margin: 0 20px;
}
.Freearea-message > p{
  margin: 22px 0;
  text-align: center;
  font-size: 18px;
  letter-spacing: .03em;
  line-height: 1.5;
}
.Freearea-message .cmnlist{
  margin: 15px 48px -9px;
}
.Freearea-message .slide{
  margin-top: 52px;
}
.Freearea-message .slide .item img{
  /* width: 100vw; */
  height: 750px;
  object-fit: cover;
}
.Freearea-message .texts{
  padding: 21px 0 0 29px;
  border-left: 1px solid #707070;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .03em;
  margin: 0 30px 0;
}
.Freearea-message .texts p + p{
  margin-top: 9px;
}
.Freearea-message .desc{
  margin: 31px 30px 22px;
  font-size: 18px;
  letter-spacing: .03em;
  line-height: 1.5;
}
.Freearea-message .button{
  color: #0092C4 !important;
  display: block;
  width: fit-content;
  margin: 22px 30px 0 auto;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none !important;
}
.Freearea-message .button::after{
  margin-left: 9px;
  content: "";
  display: inline-block;
  width: 9px;
  height: 18px;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.326%22%20height%3D%2216.025%22%20viewBox%3D%220%200%208.326%2016.025%22%3E%20%3Cpath%20d%3D%22M0%2C0%2C7.029%2C7.5%2C0%2C15%22%20transform%3D%22translate(0.547%200.513)%22%20fill%3D%22none%22%20stroke%3D%22%230092c4%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%3C%2Fsvg%3E') center/cover no-repeat;
  transform: translateY(2px); 
}

.Freearea-vase{
  padding: 57px 0 60px;
}
.Freearea-vase > img{
  display: block;
  width: calc(100% - 60px);
  margin: 0 30px 42px;
}
.Freearea-vase .cmntit{
  margin: 0 20px 22px;
}
.Freearea-vase > p{
  text-align: center;
  font-size: 18px;
  letter-spacing: .03em;
  line-height: 1.5;
  margin: 0 20px 22px;
}
.Freearea-vase .cmnlist{
  text-align: center;
  margin: 0 20px 46px;
}
.Freearea-vase .slide .item{
  width: 220px !important;
  margin-left: -1px;
  padding: 0 20px;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  text-align: center;
}
.Freearea-vase .slide .slick-slide:not(.slick-active){
  opacity: .5;
}
.Freearea-vase .slide .item img{
  width: 100%;
  aspect-ratio: 180/225;
  margin-bottom: 14px;
}
.Freearea-vase .slide .item .title{
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 10px;
}
.Freearea-vase .slide .item p{
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.Freearea-vase .slide .item strong{
  display: block;
}
.Freearea-vase .slick-dots-custom{
  margin-top: 60px;
}

.Freearea-service{
  padding: 54px 0 57px;
  border-top: 4px solid #F0F0F0;
}
.Freearea-service .cmntit{
  margin-bottom: 44px;
}
.Freearea-service > ul{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 36px;
}
.Freearea-service > ul img{
  display: block;
  aspect-ratio: 226/198;
}
.Freearea-service > ul img + p{
  margin-top: 20px;
}
.Freearea-service > ul p{
  font-size: 16px;
  line-height: 1.5;
}

.Freearea-delivery{
  background: #F8F8F8;
  padding: 51px 45px;
}
.Freearea-delivery .title{
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.6;
  margin-bottom: 37px;
}
.Freearea-delivery > p{
  font-size: 22px;
  line-height: 1.7;
}
.Freearea-delivery > p a,
.Freearea-delivery > p a:hover{
  color: #B40035;
  text-decoration: underline;
}
.Freearea-delivery .button{
  max-width: 352px;
  width: 100%;
  margin: 37px auto 0;
  color: #222222;
  font-size: 27px;
  font-weight: 500;
  letter-spacing: .03em;
  display: block;
  border: 1px solid #222222;
  padding: 18px;
  text-align: center;
  text-decoration: none !important;
}
.Freearea-delivery .button::after{
  content: "";
  display: inline-block;
  width: 14px;
  height: 27px;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.78%22%20height%3D%2216.061%22%20viewBox%3D%220%200%208.78%2016.061%22%3E%20%3Cpath%20d%3D%22M9%2C21l7.5-7.5L9%2C6%22%20transform%3D%22translate(-8.47%20-5.47)%22%20fill%3D%22none%22%20stroke%3D%22%23222%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%3C%2Fsvg%3E') center/contain no-repeat;
  margin-left: 21px;
  transform: translateY(4px);
}

.Freearea-packaging{
  padding: 54px 30px 0;
}
.Freearea-packaging .cmntit{
  margin-bottom: 45px;
}
.Freearea-packaging > ul{
  margin: 0 auto 51px;
  max-width: 628px;
}
.Freearea-packaging > ul li{
  display: flex;
  gap: 0 40px;
}
.Freearea-packaging > ul li + li{
  margin-top: 28px;
}
.Freearea-packaging > ul img{
  display: block;
  width: 240px;
  aspect-ratio: 1/1;
  object-fit: cover;
  height: fit-content;
}
.Freearea-packaging > ul > li > p{
  font-size: 20px;
  line-height: 1.5;
}