/*---------------
@media screen and (min-width: 1029px) {
  .swiper-parentDiv {
    display: none;
  }
}
@media screen and (max-width: 1030px) {
  .swiper-parentDiv {
    display: block;
    max-width: 1000px;
    height: auto;
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 0 20px;
  }
}
---------------*/
.swiper-parentDiv {
  display: block;
  max-width: 1000px;
  height: auto;
  margin: 80px auto;
  padding: 0 20px;
}
.swiper-pagination {
  position: relative !important;
  padding-top: 20px;
}
.swiper-pagination-bullet {
  margin: 7px !important;
  width: 10px !important;
  height: 10px !important;
}
.swiper-pagination-bullet-active {
  background: #7d7d7d !important;
}

/******************************/
/* LOGO LOADING */
/******************************/
.logo_fadein {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2000;
}
.logo_fadein p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 150px;
}
.logo_fadein {
  display: block;
}
.logo_fadein.is-active {
  display: none;
}



/******************************/
/* IVENT SLIDER */
/******************************/
.ivent-slider .bx-wrapper {
  max-width: 1050px!important;
}
.ivent-slider .bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.ivent-slider {
  max-width: 1050px;
  margin: 0 auto;
}
.ivent-slider .slider-box {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background-color: #EEE;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #FFF), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #FFF),color-stop(.75, #FFF), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 15px 15px;
}
@media screen and (max-width: 1030px) {
  .slider-box.ivent-slider.u-contents {
  display:none;
  }
}
.ivent-slider .bx-wrapper img {
  max-width: 500px;
  padding-left: 10px;
  padding-right: 10px;
}
.bx-wrapper .bx-pager {
  bottom: -25px!important;
}
/******************************/
/* SLIDER */
/******************************/
.p-main-visual-wrap + .p-concept {
  padding-top: 120px;
}
@media screen and (max-width: 1030px) {
  .p-main-visual-wrap + .p-concept {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-main-visual-wrap + .p-concept {
    padding-top: 0;
  }
}

.p-main-visual {
  overflow: hidden;
  position: relative;
  height: 75vh;
  /*--max-height: 750px;--*/
}
/*デバイス横向き、画面幅767px以下*/
@media (orientation: landscape) and (max-width: 767px){
  .p-main-visual {
    /*--min-height: 450px;--*/
    min-height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .p-main-visual {
    position: static;
    height: 55vh;
  }
}
.p-main-bg {
  width: 100%;
  height: 80vh;
  /*--max-height: 750px;--*/
  background-image: url(https://img07.shop-pro.jp/PA01438/482/etc/2000_1000_top_image_2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  animation: fadezoomout 10s 0s forwards;
}
@media screen and (max-width: 767px) {
  .p-main-bg {
    height: 50vh;
    background-image: url(https://img07.shop-pro.jp/PA01438/482/etc/1000_2500_top_image_2.jpg);
  }
}
/*デバイス横向き、画面幅767px以下*/
@media (orientation: landscape) and (max-width: 767px){
  .p-main-bg {
    min-height: 440px;
  }
}
/*-------------------------
.p-main-visual * {
  min-width: 0;
  min-height: 0;
}
---------------------------*/

@keyframes fadezoomout {
  0% {
    transform: scale(1.0);
  }
  100% {
    transform: scale(1.2);
  }
}

/*旧 Safari 用のベンダー処理*/
@-webkit-keyframes anime2 {
    0% {opacity: 1}
    100% {opacity: 0}
}

.p-main-slogan {
  position: absolute;
  top: 45%;
  left: 15%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-40%);
  transform: translate(-50%,-40%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-main-slogan {
    left: 20%;
    top: 60%; 
  }
}
/*デバイス横向き、画面幅767px以下*/
@media (orientation: landscape) and (max-width: 767px){
  .p-main-slogan {
    display: none;
    /*-----
    top: 70px;
    top: 120px;
    -ms-transform: translate(-50%,0%);
    -webkit-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
    ----*/
  }
}

.slogan-sub-txt, .slogan-main-txt {
  margin-left: 15px;
  padding: 20px 8px;
  font-family: "Noto Serif JP", 游明朝体, "Yu Mincho", YuMincho, serif;
  font-size:25px;
  font-weight: bold;
  letter-spacing: 0.2em;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 767px) {
  .slogan-sub-txt, .slogan-main-txt {
    margin-left: 20px;
    padding: 20px 5px;
    font-size:12px;
    background: rgba(255, 255, 255, 0.8);
  }
}
@media screen and (max-width: 1040px) and (orientation: landscape) {
    /* 横向きのスタイル */
  .slogan-sub-txt, .slogan-main-txt {
    margin-left: 20px;
    padding: 20px 5px;
    font-size:12px;
    background: rgba(255, 255, 255, 0.8);
  }
}}
  
.slogan-sub-txt-en {
  margin-top: 25px;
  font-family: "Noto Serif JP", 游明朝体, "Yu Mincho", YuMincho, serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .slogan-sub-txt-en {
    font-size: 10px;
  }
}

/*--------------------------
.p-main-slider {
  position: relative;
  width: calc(50% + 50px);
  min-height: 100vh;
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  .p-main-slider {
    padding-bottom: 75px;
    width: auto;
  }
}
.p-main-slider .slick-prev, .p-main-slider slick-next {
  top: auto;
  bottom: -76px;
  left: auto;
  right: 51px;
}
@media screen and (max-width: 767px) {
  .p-main-slider .slick-prev {
    bottom: -59px;
    right: 39px;
  }
}
.p-main-slider .slick-next {
  top: auto;
  bottom: -76px;
  left: auto;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-main-slider .slick-next {
    bottom: -59px;
    right: 0;
  }
}
.p-main-slider .slick-active img {
  animation: fadezoomout 10s 0s;
  animation: fadezoomout 10s 0s forwards;
}
.p-main-slider-list__item {
  overflow: hidden;
}
.slick-slide img {
  max-width: 100%;
  max-height: 100vh;
}
----------------------------*/

/******************************/
/* TOP_NEWS */
/******************************/
/* NEWS一覧 */

/******************************/
/********** title **********/
.c-ttl-main_inf {
  position: relative;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.4;
  font-size: 22px;
  font-weight: bold;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  letter-spacing: 0.1em;
}
.c-ttl-main_inf:before {
  content: "";
  position: absolute;
  left: -100px;
  top: 50%;
  width: 85px;
  height: 1px;
  background: #3a3a48;
}

.p-informaiton_top {
  padding: 90px 00 20px 0; /* 上 30px, 右 0, 下 20px, 左 0 */
  background: #f9f7f5;
}
.p-informaiton-item-font {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  font-size: 15px; /* フォントサイズを指定 */
  font-weight: bold;
  color: #333; /* フォントカラーを指定 */
}
@media screen and (max-width: 767px) {
  .p-informaiton {
    padding: 80px 0;
  }
}
.p-informaiton_top li {
  margin-bottom: 10px;
  padding-left: 7.5em;
  text-indent: -6.5em;
}
@media screen and (max-width: 767px) {
  .p-informaiton li {
    text-indent: -7em;
  }
}
.p-informaiton_top li:last-child {
  margin-bottom: 0;
}
.p-informaiton_top li span {
  padding-left: 0.5em;
}
.p-informaiton_top a {
  text-decoration: underline;
}

/******************************/
/* NEWS */
/******************************/
/* NEWS一覧 */
.p-informaiton {
  padding: 80px 0;
  background: #f9f7f5;
}
@media screen and (max-width: 767px) {
  .p-informaiton {
    padding: 70px 0;
  }
}
.p-informaiton li {
  margin-bottom: 10px;
  padding-left: 7.5em;
  text-indent: -6.5em;
}
@media screen and (max-width: 767px) {
  .p-informaiton li {
    text-indent: -7em;
  }
}
.p-informaiton li:last-child {
  margin-bottom: 0;
}
.p-informaiton li span {
  padding-left: 0.5em;
}
.p-informaiton a {
  text-decoration: underline;
}

/******************************/
/* TOP CONCEPT */
/******************************/
.p-concept {
  overflow: hidden;
}
.p-concept.u-contents.about {
  position: relative;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-concept.u-contents.about {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-concept-list {
    margin-top: 50px;
  }
}
.p-concept-list__item {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  /*--align-items: center;--*/
}
@media screen and (max-width: 767px) {
  .p-concept-list__item {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-list__item.about {
    margin-bottom: 0;
  }
}
.p-concept-list__item.about .p-concept-list__img {
  margin-left: 0;
  /*--margin-right: -100px;--*/
  margin-right: 0;
}
@media screen and (max-width: 1030px) {
  .p-concept-list__item.about .p-concept-list__img {
    margin-right: -50px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-list__item.about .p-concept-list__img {
    margin-right: 0;
  }
}
.p-concept-list__img {
  box-sizing: border-box;
  flex: 1;
  /*--margin-left: -50px;--*/
}
@media screen and (max-width: 1030px) {
  .p-concept-list__img {
    margin-left: -50px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-list__img {
    margin-left: 0;
    margin-bottom: 30px;
    width: auto;
    text-align: center;
  }
}
.p-concept-list__img img {
  width: 100%;
  max-width: 580px;
}
@media screen and (max-width: 767px) {
  .p-concept-list__img img {
    width: 600px;
    max-width: 100%;
  }
}
.p-concept-list__txt {
  margin-left: 40px;
  width: 375px;
  height: 360px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 1030px) {
  .p-concept-list__txt {
    width: 40%;
  }
}
.p-concept-list__item.about .p-concept-list__txt {
  margin-top: 2em;
  margin-left: 0;
  margin-right: 80px;
  order: -1;
  width: 375px;
  height: 330px;
}
@media screen and (max-width: 1030px) {
  .p-concept-list__item.about .p-concept-list__txt {
    width: 40%;
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-list__item.about .p-concept-list__txt {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    
  }
}


@media screen and (max-width: 767px) {
  .p-concept-list__txt {
    margin-left: 0;
    width: auto;
    height: auto;
    writing-mode: unset;
  }
}
.p-concept-list__ttl {
  margin-left: 50px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1030px) {
  .p-concept-list__ttl {
      margin-left: 30px;
  }
}
.p-concept-list__ttl.about {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .p-concept-list__ttl, .p-concept-list__ttl.about {
    margin-bottom: 15px;
    margin-left: 20px;
    padding-left: 0;
    font-size: 21px;
  }
}
.p-concept-list__sub-ttl {
  display: block;
  margin-top: 0.5em;
  font-size: 12px;
  font-family: "Noto Serif JP", 游明朝体, "Yu Mincho", YuMincho, serif;
  letter-spacing: 0.1em;
}
.p-concept-list__body {
  margin-top: 2em;
  font-family: "Noto Serif JP", 游明朝体, "Yu Mincho", YuMincho, serif;
  font-size: 17px;
  line-height: 2.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-concept-list__body {
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.7;
  }
}
.p-concept-list__btn {
  position: absolute;
  right: 13%;
  bottom: -40px;
}
.p-concept-list__about-btn {
  position: absolute;
  left: 10%;
  bottom: -30px;
}
@media screen and (max-width: 1030px) {
  .p-concept-list__btn, .p-concept-list__about-btn {
    bottom: -50px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-list__btn, .p-concept-list__about-btn {
    position: static;
    text-align: center;
    margin-top: 30px;
  }
}
.p-concept-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 300px;
  width: 100%;
  background: url(https://img07.shop-pro.jp/PA01438/482/etc/bg1.jpg?cmsp_timestamp=20211029125314);
  background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
  .p-concept-bg {
     height: 500px;
  }
}

/******************************/
/* TOP CATEGORY */
/******************************/
.p-category-list {
  display: flex;
  justify-content: space-around;
}
.p-category-list li {
  display: flex;
  flex-direction: column;
  max-width: 250px;
  width: calc(100% / 3);
}
.p-category-list li:not(:nth-child(3n)) {
 margin-right: 5px;
}
.p-category-list li:nth-child(n+4) {
 margin-top: 5px;
}
.p-category-list-ttl {
  margin-top: 1em;
  text-align: center;
  font-weight: normal;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-category-list-ttl {
    height: 2.5em;
    font-size: 16px;
    line-height: 1.3;
  }
}
.p-category-list-img img {
  width: 100%;
  max-width: 270px;
  border-radius: 10px;
}
.p-category-list__btn {
  margin-top: 60px;
  text-align: center;
}

/******************************/
/* TOP PICK UP ITEMS */
/******************************/
.p-pickup {
  position: relative;
  overflow: hidden;
  background: #f9f7f5;
}
.p-pickup-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 25%;
}
.p-pickup-list {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-pickup-list {
    margin-top: 0;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.p-pickup-list__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 1030px) {
  .p-pickup-list__item {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    max-width: 600px;
  }
}
.p-pickup-list__item:last-child {
  margin-bottom: 0;
}
.p-pickup-list__img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /*--width: 500px;--*/
  width: 500px;
}
@media screen and (max-width: 1030px) {
  .p-pickup-list__img {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-pickup-list__img {
    width: auto;
  }
}
.p-pickup-list__img-l {
  width: 50%;
}
.p-pickup-list__img-r {
  width: 50%;
}
.p-pickup-list__txt {
  width: 430px;
}
@media screen and (max-width: 1030px) {
  .p-pickup-list__txt {
    width: auto;
  }
}
.p-pickup-list__ttl {
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.4;
  font-size: 18px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-pickup-list__ttl {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.p-pickup-list__btn {
  margin-top: 30px;
}
@media screen and (max-width: 1030px) {
  .p-pickup-list__btn {
    text-align: center;
  }
}
/******************************/
/* TOP SHOP INFO */
/******************************/
.p-shop-info {
  background: #f9f7f5;
}
.p-shop-info ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
  margin-left: -1%;
  margin-right: -1%;
}
@media screen and (max-width: 767px) {
  .p-shop-info ul {
    margin-top: 0;
  }
} 
.p-shop-info li {
  display: flex;
  justify-content: center;
  width: 31.333333%;
  margin: 1%;
  box-sizing: border-box;
  text-align: center;
  border: 2px solid #3a3958;
}
@media screen and (max-width: 767px) {
  .p-shop-info li {
    width: 48%;
  } 
}
.p-shop-info li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.1em;
}
/*IE11*/
_:lang(x)::-ms-backdrop, .p-shop-info li a {
  padding-top: 23px;
} 
@media screen and (max-width: 767px) {
  .p-shop-info li a {
    font-size: 14px;
    text-align: left;
  } 
}
@media screen and (max-width: 599px) {
  .p-shop-info li a {
    padding: 20px 15px;
    font-size: 14px;
    text-align: left;
  } 
}
.p-shop-info li a:hover {
  color: #fff;
  background: #3a3958;
}
.p-shop-info li a:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 1px #3a3a48;
  border-right: solid 1px #3a3a48;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
@media screen and (max-width: 599px) {
  .p-shop-info li a:after {
    right: 10px;
  }
}
.p-shop-info li a:hover::after {
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
}

/******************************/
/* TOP IMAGE */
/******************************/
.p-image {
  text-align: center;
  background: #f9f7f5;
}
@media screen and (max-width: 1030px) {
  .p-image {
    overflow: hidden;
  }
}
.p-image img {
  width: 100%;
}
@media screen and (max-width: 1030px) {
  .p-image__img {
    margin: 0 -150px;
  }
}
/******************************/
/* TOP MEDIA */
/******************************/
.p-media-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 767px) {
  .p-media-list {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 599px) {
  .p-media-list {
    margin-left: 25px;
    margin-right: 25px;
  }
}
.p-media-list__item {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .p-media-list__item {
    margin-bottom: 30px;
    padding-left: 8px;
    padding-right: 8px;
    width: 50%;
  }
}
.p-media-list__img {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-media-list__img {
    margin-bottom: 10px;
    text-align: center;
  }
}
.p-media-list__txt {
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-media-list__txt {
    font-size: 14px;
  }
}
/******************************/
/* TOP SHOP LIST */
/******************************/
.p-shoplist-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 50px;
  margin-right: 50px;
}
.p-shoplist.u-contents {
  background: #f8f5f1;
}
.u-container.business {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-shoplist-list {
    margin-left: 0;
    margin-right: 0;
  }
}
.p-shoplist-list__item {
  box-sizing: border-box;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  width: 25%;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-shoplist-list__item {
    margin-bottom: 15px;
    padding-left: 8px;
    padding-right: 8px;
    width: 50%;
    text-align: center;
  }
}
.p-shoplist-list__item1 {
  box-sizing: border-box;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .p-shoplist-list__item1 {
    padding-left: 0;
    text-align: left;
  }
}
.p-shoplist-list__blank {
  position: relative;
}
.p-shoplist-list__img-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
  .p-shoplist-list__ttl {
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-shoplist-list__ttl {
    margin-top: 3px;
  }
}
/******************************/
/* TOP GALLERY */
/******************************/
.p-gallery {
  overflow: hidden;
  background: #f8f5f1;
}
.p-gallery-list-title {
  height: 3em;
  padding: 15px;
  font-size: 14px;
  font-weight: normal;
  background: #fff;
  box-shadow: 5px 0 10px #ccc;
}
.p-gallery-list {
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.p-gallery-list__item {
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-gallery-list {
    width: 70%;
  }
}
.p-gallery-list .slick-list {
  overflow: visible;
}
.p-gallery-list__item {
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .p-gallery-list__item {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.p-gallery-list__img img {
  width: 100%;
}
.p-gallery-list__item.slick-slide {
  display: flex!important;
  flex-direction: column;
}
.p-gallery-list__item img {
  width: 100%;
  transition: all 0.5s;
  opacity: 1.0;
}
.p-gallery-list__item img:hover {
  transform: scale(1.1, 1.1);
}

/******************************/
/* TOP INFORMATION */
/******************************/
.p-information {
  padding-top: 120px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1030px) {
  .p-information {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.p-information__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-information__body {
    margin-left: 40px;
    margin-right: 40px;
  }
}
/******************************/
/* TOP FREE */
/******************************/
.p-free {
  padding-top: 60px;
  padding-bottom: 60px;
  color: #3a3a48;
}
@media screen and (max-width: 767px) {
  .p-free {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.p-free__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-free__body {
    margin-left: 40px;
    margin-right: 40px;
  }
}