<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.only_pc {
  width: 100%;
}
.only_pc img {
  width: 100%;
  height: auto;
}
.only_sp {
  display: none;
}
body,
ul,
td,
th {
  margin: 0;
  padding: 0;
}
li{
  direction: none;
  list-style: none;
}
.media_pc {
  display: block;
}
.media_sp {
  display: none;
}
.main_lead{
  max-width: 960px;
  margin: 250px auto 150px;
}
a{
  direction: none;
  text-decoration: none;
}
/*スマホ*/
@media screen and (max-width: 896px) {
  .only_pc,.media_pc{
    display: none;
  }

  .only_sp,.media_sp {
    display: block;
  }
  .main_lead {
    max-width: 80%;
    margin: 120px auto;
  }
}
body {
  width: 100%;
}

.wrapper {
  background: #ababab;
}

.area-container {
  background: rgb(241, 241, 241);
  padding-bottom: 50px;
}

/*
    .area-wrapper
=========================================*/
.area-wrapper {
  line-height: 1.8;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
.area-wrapper a {
  color: #ababab;
}
.area-wrapper a:hover {
  opacity: 0.7 !important;
  transition: all 0.6s ease;
}
.area-wrapper .mainvisual img {
  width: 100%;
}
.area-wrapper .bodyWrap {
  position: relative;
  z-index: 1;
}
/* .area-wrapper ul {
  display: flex;
  justify-content: center;
} */
/* .li img {
  width: 33%;
} */

.view-box {
  padding-bottom: 80px;
}
.item-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
}

.single {
  max-width: 700px;
}

@media screen and (max-width: 896px) {
  .area-wrapper {
    font-size: 12px;
  }
}

a:focus,
*:focus {
  outline: none;
}

/*
    area-header
=========================================*/
.area-header .header-text {
  font-size: 15px;
  font-weight: normal;
  margin: 100px 0;
}
.area-header .header-text .small {
  font-size: 12px;
}
@media screen and (max-width: 896px) {
  .area-header {
    padding-bottom: 30px;
  }
  .area-header .header-text {
    text-align: left;
    font-size: 14px;
    margin: 30px 20px 0;
  }
}

/*
    area-body
=========================================*/
.area-body {
  padding: 0;
  color: #fff;
  margin: 0;
  font-weight: normal;
}
.area-body section {
  background-color: #000000;
}

/* .area-body section .image {
  width: 550px;
  margin: 0 auto;
  padding: 0 0 50px;
} */

.area-body .area-name {
  font-family: "Abyssinica SIL", serif;
  letter-spacing: 0.1em;
  font-size: 16px;
  color: #ababab;
  padding-top: 60px;
}
h2{
  font-family: "Abyssinica SIL", serif;
  letter-spacing: 0.1em;
  font-size: 25px;
}
.area-body .area-name2 {
  font-family: "Abyssinica SIL", serif;
  letter-spacing: 0.1em;
  font-size: 16px;
  color: #ababab;
  padding-top: 250px;
}
.area-body .colors {
  font-family: "Abyssinica SIL", serif;
  letter-spacing: 0.1em;
  font-size: 14px;
}
.area-body .elem-btn a{
  font-size: 14px;
  width: 400px;
  margin: 40px auto;
  padding: 1em 0;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  color: #887640;
  border-top: 1px solid #887640;
  border-bottom: 1px solid #887640;
  text-decoration: none;
}
.item-text {
  font-family: "Abyssinica SIL", serif;
  font-size: 14px;
  color: #ababab;
  padding: 30px 0 0px;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.brand-text {
  font-family: "Abyssinica SIL", serif;
  font-size: 14px;
  padding: 60px 0 14px;
  color: #ababab;
  max-width: 800px;
  margin: 0 auto;
}
.swiper1 {
  width: 100%;
  height: 100vh;
}
.swiper2 {
  width: 100%;
  /* height: 100vh; */
  /* height: auto; */
}

.swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* .sec {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
} */

.swiper-pagination-bullet {
  background-color: #000000;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  height: 50px;
  width: 200px;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}
/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url(/pages/20230907_al-okr/images/arrow-prev2.png);
}
/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url(/pages/20230907_al-okr/images/arrow-next2.png);
}

/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}
.m5 {
  margin-top: 10rem;
}
.txt {
  font-family: "Abyssinica SIL", serif;
  font-size: 18px;
  color: #ababab;
  margin: 0 auto;
  text-align: center;
  margin-top: 2rem;
}
.logos {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 896px) {
  .area-body section {
    margin: 0 0 15px;
  }
  .area-body section h2 {
    font-size: 10px;
    /* padding: 35px 0 14px; */
  }
  .area-body section .image {
    width: auto;
    padding: 0 0 40px;
  }
  .area-body .area-name {
    font-family: "Abyssinica SIL", serif;
    letter-spacing: 0.1em;
    font-size: 10px;
    color: #ababab;
    padding-top: 20px;
  }
  .area-body .area-name2 {
    font-family: "Abyssinica SIL", serif;
    letter-spacing: 0.1em;
    font-size: 16px;
    color: #ababab;
    padding-top: 100px;
  }
  .area-body .area-name {
    font-size: 14px;
  }
  .area-body .colors {
    font-size: 12px;
    margin-top: 10px;
  }
  .area-body .elem-btn a,.point h2 {
    font-size: 10px;
    width: 40%;
    margin: 20px 5%;
    padding: 0.5em 0;
  }
  .item-text {
    font-family: "Abyssinica SIL", serif;
    font-size: 11px;
    color: #ababab;
    padding: 30px 0 0px;
    margin: 30px;
  }
  .brand-text {
    font-family: "Abyssinica SIL", serif;
    font-size: 10px;
    padding: 0px 0 14px;
    color: #ababab;
    margin: 40px;
  }
  .txt {
    margin-top: 2rem;
    font-size: 12px;
  }
  .m5 {
    margin-top: 3rem;
  }
  /* 前へ次への矢印カスタマイズ */
  .swiper-button-prev,
  .swiper-button-next {
    height: 50px;
    width: 50px;
    display: none;
  }
  /* 前へ次への矢印カスタマイズ */
  .swiper-button-prev::after,
  .swiper-button-next::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 50px;
    margin: auto;
    width: 50px;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.inview {
  opacity: 0;
}

.up {
  -webkit-animation: VisualImage 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
  animation: VisualImage 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
}

.fade {
  opacity: 0;
}

.fadeup {
  transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity: 1;
}

.imagefade {
  opacity: 0;
}

.imageup {
  webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  opacity: 1;
}

/*VisualImage*/
@-webkit-keyframes VisualImage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes VisualImage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.VisualImage {
  -webkit-animation-name: VisualImage;
  animation-name: VisualImage;
}

/* point追記 */
.point{
  margin-bottom: 100px;
}
.point h2{
  font-size: 1.2rem;
  width: 400px;
  margin: 40px auto 50px;
  padding: 1em 0;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  color: #ababab;
  border-top: 1px solid #ababab;
  border-bottom: 1px solid #ababab;
  text-decoration: none;
}


.point .point_contener{
  display: flex;
  justify-content: center;
}
.point .point_contener li{
  width: 330px;
  direction: none;
  list-style: none;
  margin: 35px;
}

/* point,index追記 */
.point .point_contener p,.index ul li a{
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1rem;
  width: 100%;
  max-width: 330px;
  line-height: 50px;
}

.point{
max-width:1080px;
  margin: 0 auto 220px;
}
.point div{
  margin: 0;
}
/* index追記 */
.index{
  margin-bottom: 100px;
}
.index ul{
  display: flex;
  justify-content: center;
}
.index ul li{
  max-width: 350px;
  height: auto;
  margin: 64px;
}

.index .navi1{
  margin-top: 70px;
}
@media screen and (max-width: 896px) {
  .index{
    margin-bottom: 50px;
  }
  .index ul li{
padding: 20px;
margin: 0;
  }
.index ul li h3{
    line-height:normal;
  margin-top: 10px; 
  font-size: 10px;
  font-weight: 100; 
}
.area-container .point{
  width: 100%;
height: 500px;
}
.point h2{
  width: 40%;
  font-weight: 100;
}
.area-body .area-name2 {
  padding-top: 100px;
}
}
</pre></body></html>