@charset "UTF-8";
/*  */
.fadeIn_elements{
  opacity: 0;
  transform: translateY(10px); /* 少し下から上にフェードイン */
  transition: opacity 1s ease, transform 1s ease;
}
.fadeIn_elements.active{
  opacity: 1;
  transform: translateY(0px); /* 少し下から上にフェードイン */
}
.pageWrap{
  background-image: url(../images/top/bg01.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

.navHeight{
  width:100%;
  height: 110px;
  background-color: #363838;
}
@media (max-width:1024px){
  .navHeight{
      height: 66px;
  }
}

.eyeCatch{
  height: 600px;
  overflow: hidden;
  position: relative;
}
.eyeCatch>.eyeCatch_box{
  height: 100%;
  position: relative;
}
.eyeCatch>.eyeCatch_box:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.eyeCatch>.eyeCatch_box>img{
  object-fit: cover;
  object-position: center center;
  height: 100%;
  transform: scale(1.1);
  opacity: 0;
  animation: zoomIn 2s ease-in forwards;
}
@keyframes zoomIn{
  0%{
      opacity: 0;
      transform: scale(1.1);
  }
  100%{
      opacity: 1;
      transform: scale(1);
  }
}
.eyeCatch>p.eyeTxt{
  max-width: 500px;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  opacity: 0;
  animation: fadeIn 2s ease-in 2s forwards;
}
@keyframes fadeIn{
  0%{
      opacity: 0;
  }
  100%{
      opacity: 1;
  }
}
.under1024{
  display: none;
}
@media (max-width:1024px){
  .under1024{
      display: block;
  }
  .over1024{
      display: none;
  }
}
@media (max-width:768px){
  .eyeCatch{
      height: 500px;
  }
}
@media (max-width:500px){
  .eyeCatch{
      height: 400px;
  }
}

.oalExplanation{
  padding: 50px 0;
  background-color: #363838;
}
.oalExplanation>p{
  font-size: 1em;
  line-height: 2;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}
.swiperWrap{
  position: relative;
  margin-bottom: 50px;               
}
.swiperWrap>.swiper{
  margin-bottom: 50px;
}
.swiperWrap>.gallerySlider>.galleryWrap>.swiper-slide{
  position: relative;
}
.swiperWrap>.gallerySlider>.galleryWrap>.swiper-slide>span{
  font-size: 0.8em;
  color: #fff;
  display: inline-block;
  padding: 0.25em 2em;                
  background-color: #231815;
  position: absolute;
  right: 0;
  bottom: 0;
}
.swiperWrap>.swiperBtn_wrap{
  max-width: 1100px;
  width:90%;
  margin: 0 auto;
  position: relative;
}
.swiperWrap>.swiperBtn_wrap>.noticeTxt{
  font-size: 0.75em;
  color: #fff;
  text-align: center;
}
.swiper-button-next,
.swiper-button-prev{
  max-width: 100px;
  width: 25%;
  transform: translateY(-50%);
}
.oalExplanation>.charmWrap{
  max-width:1320px;
  width: 90%;
  margin: 0 auto;
}
.oalExplanation>.charmWrap>.ttlWrap{
  color: #d7cdba;
  text-align: center;
  margin-bottom: 30px;
}
.oalExplanation>.charmWrap>.ttlWrap>h3{
  font-family: "Oswald", sans-serif;
  font-size: 2em;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
.oalExplanation>.charmWrap>.ttlWrap>p{
  font-size: 1.25em;
  letter-spacing: 0.1em;
}
.oalExplanation>.charmWrap>.charmRow>ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.oalExplanation>.charmWrap>.charmRow>ul>li{
  width: 30%;
}
.oalExplanation>.charmWrap>.charmRow>ul>li>.imgBox{
  position: relative;
  margin-bottom: 10px;
}
.imgNotice{
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  font-family: "Oswald", sans-serif;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  color: #fff;
}
.oalExplanation>.charmWrap>.charmRow>ul>li>.txtBox>h4{
  font-size: 1em;
  font-weight: 500;
  color: #d7cdba;
  margin-bottom: 10px;
}
.oalExplanation>.charmWrap>.charmRow>ul>li>.txtBox>p{
  font-size: 0.8em;
  line-height: 1.8;
  color: #fff;
}
.oalExplanation>.charmWrap>.charmRow>ul>li>.txtBox>p>span.txtNotice{
  font-size: 0.75em;
}
.under500{
  display: none;
}
@media (max-width:1024px){
  .oalExplanation>p,
  .oalExplanation>.charmWrap>.charmRow>ul>li>.txtBox>h4{
      font-size: 0.9em;
  }
  .swiperWrap>.gallerySlider>.galleryWrap>.swiper-slide>span,
  .oalExplanation>.charmWrap>.charmRow>ul>li>.txtBox>p{
      font-size: 0.7em;
  }
  .swiperWrap>.swiperBtn_wrap>.noticeTxt,
  .imgNotice{
      font-size: 0.65em;
  }
  .oalExplanation>.charmWrap>.ttlWrap>h3{
      font-size: 1.75em;
  }
  .oalExplanation>.charmWrap>.ttlWrap>p{
      font-size: 1.15em;
  }
}
@media (max-width:768px){
  .oalExplanation>.charmWrap>.ttlWrap>h3{
      font-size: 1.5em;
  }
  .oalExplanation>.charmWrap>.ttlWrap>p{
      font-size: 1.05em;
  }
  .oalExplanation>.charmWrap>.charmRow>ul{
      max-width: 500px;
      width: 90%;
      margin: 0 auto;
  }
  .oalExplanation>.charmWrap>.charmRow>ul>li{
      width: 100%;
      margin-bottom: 30px;
  }
  .oalExplanation>.charmWrap>.charmRow>ul>li:last-child{
      margin-bottom: 0px;
  }
}
@media (max-width:500px){
  .swiper-button-next,
  .swiper-button-prev{
      width: 20%;
  }
  .under500{
      display: block;
  }
}
/* 251111追加 */
.fosExplanation_wrap{
  max-width: 800px;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.oalExplanation>.fosExplanation_wrap>.ttlWrap{
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.oalExplanation>.fosExplanation_wrap>.ttlWrap>h3{
  font-family: "Oswald", sans-serif;
  font-size: 1.75em;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
.oalExplanation>.fosExplanation_wrap>.ttlWrap>p{
  font-size: 1.15em;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.oalExplanation>.fosExplanation_wrap>.contentEyeCatch_wrap>.contentEyeCatch_box{
  position: relative;
}
.oalExplanation>.fosExplanation_wrap>.contentEyeCatch_wrap{
  aspect-ratio: 1100/620;
  position: relative;
  margin-bottom: 50px;                
}
.oalExplanation>.fosExplanation_wrap>.contentEyeCatch_wrap>.contentEyeCatch_box{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: fade_eyeImage 6s infinite ease-in-out;
}
.oalExplanation>.fosExplanation_wrap>.contentEyeCatch_wrap>.contentEyeCatch_box:nth-child(1){
  animation-delay: 0s;
}
.oalExplanation>.fosExplanation_wrap>.contentEyeCatch_wrap>.contentEyeCatch_box:nth-child(2){
  animation-delay: 3s;
}
@keyframes fade_eyeImage{
  0%{
      opacity: 0;
  }
  25%{
      opacity: 1;
  }
  50%{
      opacity: 1;
  }
  75%{
      opacity: 0;
  }
  100%{
      opacity: 0;
  }
}
@media (max-width:1024px){
  .oalExplanation>.fosExplanation_wrap>.ttlWrap>h3{
      font-size: 1.5em;
  }
  .oalExplanation>.fosExplanation_wrap>.ttlWrap>p{
      font-size: 1.05em;
  }
}
@media (max-width:768px){
  .oalExplanation>.fosExplanation_wrap>.ttlWrap>h3{
      font-size: 1.4em;
  }
}
@media (max-width:500px){
  .oalExplanation>.fosExplanation_wrap>.ttlWrap>h3{
      font-size: 1.3em;
  }
}

.fosExplanation{
  padding: 50px 0;
  background-color: #5c6450;
}
.fosExplanation>.fosExplanation_wrap{
  max-width: 1100px;
  width: 80%;
  margin: 0 auto;
}
.fosExplanation>.fosExplanation_wrap>.ttlWrap{
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.fosExplanation>.fosExplanation_wrap>.ttlWrap>h3{
  font-family: "Oswald", sans-serif;
  font-size: 2em;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
.fosExplanation>.fosExplanation_wrap>.ttlWrap>p{
  font-size: 1.25em;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
/*.fosExplanation>.fosExplanation_wrap>.contentEyeCatch_wrap{
  aspect-ratio: 1100/620;
  position: relative;
  margin-bottom: 50px;                
}
.fosExplanation>.fosExplanation_wrap>.contentEyeCatch_wrap>.contentEyeCatch_box{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: fade_eyeImage 6s infinite ease-in-out;
}
.fosExplanation>.fosExplanation_wrap>.contentEyeCatch_wrap>.contentEyeCatch_box:nth-child(1){
  animation-delay: 0s;
}
.fosExplanation>.fosExplanation_wrap>.contentEyeCatch_wrap>.contentEyeCatch_box:nth-child(2){
  animation-delay: 3s;
}
@keyframes fade_eyeImage{
  0%{
      opacity: 0;
  }
  25%{
      opacity: 1;
  }
  50%{
      opacity: 1;
  }
  75%{
      opacity: 0;
  }
  100%{
      opacity: 0;
  }
}*/
.fosExplanation>.fosExplanation_wrap>.charmRow>ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fosExplanation>.fosExplanation_wrap>.charmRow>ul>li{
  width: 47.5%;
}
.fosExplanation>.fosExplanation_wrap>.charmRow>ul>li>.imgBox{
  margin-bottom: 10px;
}
.fosExplanation>.fosExplanation_wrap>.charmRow>ul>li>.txtBox>h4{
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  color: #d7cdba;
  margin-bottom: 10px;
}
.fosExplanation>.fosExplanation_wrap>.charmRow>ul>li>.txtBox>p{
  font-size: 0.8em;
  line-height: 1.8;
  color: #fff;
}
@media (max-width:1024px){
  .fosExplanation>.fosExplanation_wrap>.ttlWrap>h3{
      font-size: 1.75em;
  }
  .fosExplanation>.fosExplanation_wrap>.ttlWrap>p{
      font-size: 1.15em;
  }
  .fosExplanation>.fosExplanation_wrap>.charmRow>ul>li>.txtBox>h4{
      font-size: 0.9em;
  }
  .fosExplanation>.fosExplanation_wrap>.charmRow>ul>li>.txtBox>p{
      font-size: 0.7em;
  }
}
@media (max-width:768px){
  .fosExplanation>.fosExplanation_wrap{
      width: 100%;
  }
  .fosExplanation>.fosExplanation_wrap>.ttlWrap>h3{
      font-size: 1.5em;
  }
  .fosExplanation>.fosExplanation_wrap>.ttlWrap>p{
      font-size: 1.05em;
  }
  .fosExplanation>.fosExplanation_wrap>.contentEyeCatch_wrap{
      margin-bottom: 30px;                
  }
  .fosExplanation>.fosExplanation_wrap>.charmRow>ul{
      max-width:500px;
      width: 80%;
      margin: 0 auto;
  }
  .fosExplanation>.fosExplanation_wrap>.charmRow>ul>li{
      width: 100%;
      margin-bottom: 30px;
  }
  .fosExplanation>.fosExplanation_wrap>.charmRow>ul>li:last-child{
      margin-bottom: 0px;
  }
}

.lifeStyle{
  padding: 50px 0;
  background-color: #475744;
}
.lifeStyle>.lifeStyle_wrap>.ttlWrap,
.lifeStyle>.lifeStyle_wrap>.txtWrap{
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.lifeStyle>.lifeStyle_wrap>.ttlWrap>h3{
  font-family: "Oswald", sans-serif;
  font-size: 2em;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
.lifeStyle>.lifeStyle_wrap>.ttlWrap>p{
  font-size: 1.25em;
  letter-spacing: 0.1em;
}
.lifeStyle>.lifeStyle_wrap>.txtWrap>p{
  font-size: 1em;
  line-height: 1.8;
}
.lifeStyle>.lifeStyle_rowWrap>.lifeStyle_row{
  display: flex;
  flex-wrap: wrap;
  height: 400px;
  margin-bottom: 50px;
}
.lifeStyle>.lifeStyle_rowWrap>.lifeStyle_row:last-child{
  margin-bottom: 0px;
}
.lifeStyle>.lifeStyle_rowWrap>.lifeStyle_row>.txtWrap,
.lifeStyle>.lifeStyle_rowWrap>.lifeStyle_row>.imgWrap{
  width: 50%;
}
.lifeStyle>.lifeStyle_rowWrap>.lifeStyle_row>.imgWrap{
  overflow: hidden;
  position: relative;
}
.lifeStyle>.lifeStyle_rowWrap>.lifeStyle_row>.imgWrap:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  transform: scale(1.1);
  opacity: 0;
  transition: opacity 1.5s ease,transform 4s ease;
}
.lifeStyle>.lifeStyle_rowWrap>.lifeStyle_row:nth-child(1)>.imgWrap:before{
  background-image: url(../images/oal/bg01_260105@2x.jpg);
}
.lifeStyle>.lifeStyle_rowWrap>.lifeStyle_row:nth-child(2)>.imgWrap:before{
  background-image: url(../images/oal/bg02_260105@2x.jpg);
}
.lifeStyle>.lifeStyle_rowWrap>.lifeStyle_row:nth-child(3)>.imgWrap:before{
  background-image: url(../images/oal/bg03_260105@2x.jpg);
}
.lifeStyle>.lifeStyle_rowWrap>.lifeStyle_row>.imgWrap.active:before{
  opacity: 1;
  transform: scale(1);                
}
.lifeStyle>.lifeStyle_rowWrap>.lifeStyle_row>.txtWrap{
  display: flex;
  align-items: center;
  padding: 0 50px;
  box-sizing: border-box;
  text-align: center;
}
.lifeStyle>.lifeStyle_rowWrap>.lifeStyle_row:nth-child(odd)>.txtWrap{
  justify-content: flex-end;
}
.lifeStyle>.lifeStyle_rowWrap>.lifeStyle_row:nth-child(even)>.txtWrap{
  justify-content: flex-start;
}
.lifeStyle>.lifeStyle_rowWrap>.lifeStyle_row>.txtWrap>.txtBox>h4{
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 1.25em;
  letter-spacing: 0.25em;
  padding: 0.25em 2em;
  color: #475744;
  background-color: #fff;
  margin-bottom: 30px;
}
.lifeStyle>.lifeStyle_rowWrap>.lifeStyle_row>.txtWrap>.txtBox>p{
  font-size: 0.8em;
  line-height: 2;
  color: #fff;
}
.lifeStyle>.lifeStyle_rowWrap>.lifeStyle_row>.txtWrap>.txtBox>p.em{
  font-size: 1.25em;
  line-height: 1.8;
  margin-bottom: 10px;
}
@media (max-width:1024px){
  .lifeStyle>.lifeStyle_rowWrap>.lifeStyle_row{
      height: auto;
  }
  .lifeStyle>.lifeStyle_rowWrap>.lifeStyle_row>.txtWrap,
  .lifeStyle>.lifeStyle_rowWrap>.lifeStyle_row>.imgWrap{
      width: 100%;
  }
  .lifeStyle>.lifeStyle_rowWrap>.lifeStyle_row>.imgWrap{
      height: 400px;
      margin-bottom: 30px;
  }
  .lifeStyle>.lifeStyle_rowWrap>.lifeStyle_row>.txtWrap{
      order: 1;
  }
  .lifeStyle>.lifeStyle_rowWrap>.lifeStyle_row>.txtWrap>.txtBox{
      width: 100%;
  }
  .lifeStyle>.lifeStyle_rowWrap>.lifeStyle_row:nth-child(odd)>.txtWrap{
      text-align: right;
  }
  .lifeStyle>.lifeStyle_rowWrap>.lifeStyle_row:nth-child(even)>.txtWrap{
      text-align: left;
  }
  .lifeStyle>.lifeStyle_wrap>.ttlWrap>h3{
      font-size: 1.75em;
  }
  .lifeStyle>.lifeStyle_wrap>.ttlWrap>p{
      font-size: 1.15em;
  }
  .lifeStyle>.lifeStyle_wrap>.txtWrap>p{
      font-size: 0.9em;
  }
  .lifeStyle>.lifeStyle_rowWrap>.lifeStyle_row>.txtWrap>.txtBox>h4,
  .lifeStyle>.lifeStyle_rowWrap>.lifeStyle_row>.txtWrap>.txtBox>p.em{
      font-size: 1.15em;
  }
  .lifeStyle>.lifeStyle_rowWrap>.lifeStyle_row>.txtWrap>.txtBox>p{
      font-size: 0.7em;
  }
}
@media (max-width:768px){                
  .lifeStyle>.lifeStyle_rowWrap>.lifeStyle_row>.imgWrap{
      height: 300px;
  }
  .lifeStyle>.lifeStyle_rowWrap>.lifeStyle_row>.txtWrap{
      padding: 0 30px;
  }
  .lifeStyle>.lifeStyle_wrap>.ttlWrap>h3{
      font-size: 1.5em;
  }
  .lifeStyle>.lifeStyle_wrap>.ttlWrap>p{
      font-size: 1.05em;
  }
  .lifeStyle>.lifeStyle_wrap>.txtWrap>p{
      font-size: 0.8em;
  }
  .lifeStyle>.lifeStyle_rowWrap>.lifeStyle_row>.txtWrap>.txtBox>h4,
  .lifeStyle>.lifeStyle_rowWrap>.lifeStyle_row>.txtWrap>.txtBox>p.em{
      font-size: 1.05em;
  }
}
@media (max-width:500px){
  .lifeStyle>.lifeStyle_rowWrap>.lifeStyle_row>.imgWrap{
      height: 250px;
  }
}

.customStyle{
  padding: 50px 0;
  background-color: #5c6450;
  margin-bottom: 80px;
}
.customStyle>.customStyle_wrap>.ttlWrap{
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.customStyle>.customStyle_wrap>.ttlWrap>h3{
  font-family: "Oswald", sans-serif;
  font-size: 2em;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
.customStyle>.customStyle_wrap>.ttlWrap>p{
  font-size: 1.25em;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.customStyle>.customStyle_rowWrap>.customStyle_row{
  display: flex;
  flex-wrap: wrap;
  height: 500px;
  margin-bottom: 50px;
}
.customStyle>.customStyle_rowWrap>.customStyle_row:last-child{
  margin-bottom: 0px;
}
.customStyle>.customStyle_rowWrap>.customStyle_row>.txtWrap,
.customStyle>.customStyle_rowWrap>.customStyle_row>.imgWrap{
  width: 50%;
}
.customStyle>.customStyle_rowWrap>.customStyle_row>.imgWrap{
  overflow: hidden;
  position: relative;
}
.customStyle>.customStyle_rowWrap>.customStyle_row>.imgWrap>span{
  font-size: 0.8em;
  color: #fff;
  display: inline-block;
  padding: 0.25em 2em;                
  background-color: #231815;
  position: absolute;
  right: 0;
  bottom: 0;
}
.customStyle>.customStyle_rowWrap>.customStyle_row>.imgWrap:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.1);
  opacity: 0;
  transition: opacity 1.5s ease,transform 4s ease;
}
.customStyle>.customStyle_rowWrap>.customStyle_row:nth-child(1)>.imgWrap:before{
  background-image: url(../images/oal/bg04@2x.jpg);
  background-position: right bottom;
}
.customStyle>.customStyle_rowWrap>.customStyle_row:nth-child(2)>.imgWrap:before{
  background-image: url(../images/oal/bg05@2x.jpg);
  background-position: center bottom;
}
.customStyle>.customStyle_rowWrap>.customStyle_row:nth-child(3)>.imgWrap:before{
  background-image: url(../images/oal/bg06@2x.jpg);
  background-position: center bottom;
}
.customStyle>.customStyle_rowWrap>.customStyle_row>.imgWrap.active:before{
  opacity: 1;
  transform: scale(1);                
} 
.customStyle>.customStyle_rowWrap>.customStyle_row>.txtWrap{
  display: flex;
  align-items: center;
  padding: 0 50px;
  box-sizing: border-box;
  text-align: center;
}
.customStyle>.customStyle_rowWrap>.customStyle_row:nth-child(even)>.txtWrap{
  justify-content: flex-end;
}
.customStyle>.customStyle_rowWrap>.customStyle_row:nth-child(odd)>.txtWrap{
  justify-content: flex-start;
}
.customStyle>.customStyle_rowWrap>.customStyle_row>.txtWrap>.txtBox>h4{
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 1.25em;
  letter-spacing: 0.25em;
  padding: 0.25em 2em;
  color: #fff;
  border: 1px solid #fff;
  margin-bottom: 30px;
}
.customStyle>.customStyle_rowWrap>.customStyle_row>.txtWrap>.txtBox>p{
  font-size: 0.8em;
  line-height: 2;
  color: #fff;
}
.customStyle>.customStyle_rowWrap>.customStyle_row>.txtWrap>.txtBox>p.em{
  font-size: 1.25em;
  line-height: 1.8;
  margin-bottom: 10px;
}
@media (max-width:1024px){
  .customStyle>.customStyle_rowWrap>.customStyle_row{
      height: auto;
  }
  .customStyle>.customStyle_rowWrap>.customStyle_row>.txtWrap,
  .customStyle>.customStyle_rowWrap>.customStyle_row>.imgWrap{
      width: 100%;
  }
  .customStyle>.customStyle_rowWrap>.customStyle_row>.txtWrap{
      order: 1;
  }
  .customStyle>.customStyle_rowWrap>.customStyle_row>.imgWrap{
      height: 450px;
      margin-bottom: 30px;
  }
  .customStyle>.customStyle_rowWrap>.customStyle_row:nth-child(even)>.txtWrap{
      text-align: right;
  }
  .customStyle>.customStyle_rowWrap>.customStyle_row:nth-child(odd)>.txtWrap{
      text-align: left;
  }
  .customStyle>.customStyle_wrap>.ttlWrap>h3{
      font-size: 1.75em;
  }
  .customStyle>.customStyle_wrap>.ttlWrap>p{
      font-size: 1.15em;
  }
  .customStyle>.customStyle_rowWrap>.customStyle_row>.txtWrap>.txtBox>h4,
  .customStyle>.customStyle_rowWrap>.customStyle_row>.txtWrap>.txtBox>p.em{
      font-size: 1.15em;
  }
  .customStyle>.customStyle_rowWrap>.customStyle_row>.imgWrap>span,
  .customStyle>.customStyle_rowWrap>.customStyle_row>.txtWrap>.txtBox>p{
      font-size: 0.7em;
  }
}
@media (max-width:768px){
  .customStyle{
      margin-bottom: 50px;
  }
  .customStyle>.customStyle_rowWrap>.customStyle_row>.imgWrap{
      height: 350px;
  }
  .customStyle>.customStyle_rowWrap>.customStyle_row>.txtWrap{
      padding: 0 30px;
  }              
  .customStyle>.customStyle_wrap>.ttlWrap>h3{
      font-size: 1.5em;
  }
  .customStyle>.customStyle_wrap>.ttlWrap>p{
      font-size: 1.05em;
  }
  .customStyle>.customStyle_rowWrap>.customStyle_row>.txtWrap>.txtBox>h4,
  .customStyle>.customStyle_rowWrap>.customStyle_row>.txtWrap>.txtBox>p.em{
      font-size: 1.05em;
  }
}
@media (max-width:500px){
  .customStyle>.customStyle_rowWrap>.customStyle_row>.imgWrap{
      height: 300px;
  }
}
@media (max-width:430px){
  .customStyle>.customStyle_rowWrap>.customStyle_row>.imgWrap{
      height: 250px;
  }
}
@media (max-width:375px){
  .customStyle>.customStyle_rowWrap>.customStyle_row>.imgWrap{
      height: 200px;
  }
}