﻿
/*///////////////////////////////////////////////////////////////////
CSS information
 file_name : common.css
 style_info : Basic style
///////////////////////////////////////////////////////////////////*/
/*====================================================================
    index
====================================================================

Part name… pc

    01 common all
    02 profile


z-index…
    aaa = -10
 bbb = 0
 ccc = 10
 ddd = 20
 eee = 30

*/
/*====================================================================
    01 common all
/*==================================================================*/
.pc__contents {
  display: block;
}

.sp__contents {
  display: none;
}

.sp_br {
  display: none;
}

a {
  outline: none;
}

/* //////
header
/////////*/
.because_wrap {
  padding: 90px 0 0 0;
  overflow: hidden;
}

.header {
  width: 100%;
  height: 90px;
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 11;
}

.header__innar {
  max-width: 81.25vw;
  width: 100%;
  margin: auto;
}

.header h1 {
  width: 143px;
  height: 90px;
  float: left;
  margin: 20px 0 0 0;
}

.header h1 img {
  width: 100%;
}

.header__navwrap {
  width: 630px;
  float: right;
  margin: 40px 0 0 0;
}

.header__pcnav {
  width: 520px;
  font-size: 0;
  display: inline-block;
}

.header__pcnav li {
  display: inline-block;
  margin: 0 20px 0 0;
  position: relative;
}

.header__pcnav li a {
  font-family: brandon-grotesque, sans-serif;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.header__pcnav li:after {
  content: "";
  width: 0%;
  height: 2px;
  background: #9db7e1;
  position: absolute;
  bottom: -5px;
  right: 0;
  transition: all 0.3s;
}

.header__pcnav li.on:after {
  transition: all 0.3s;
  width: 100%;
  left: 0;
}

.header__pcnav li.actived:after {
  transition: all 0.3s;
  width: 100% !important;
  left: 0;
}

.header__pcnav li:last-child {
  display: inline-block;
  margin: 0 0px 0 0;
}

.header__pcnav__blank {
  width: 15px;
  position: relative;
  left: 3px;
  height: 13px;
}

.header__sns {
  width: 80px;
  float: right;
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}

.header__sns li {
  width: 18px;
  display: inline-block;
  position: relative;
}

.header__sns li svg path {
  fill: #333;
  transition: all 0.5s;
}

.header__sns li:hover svg path {
  transition: all 0.5s;
  fill: #9db7e1;
}

.ie11 .header__sns {
  height: 27px;
}

/* //////
footer
/////////*/
.footer {
  margin: 100px 0 0 0;
  padding: 20px 0 14px 0;
  background: #999999;
  height: 130px;
}

.footer__pcnav {
  width: 420px;
  margin: auto;
  font-size: 0;
}

.footer__pcnav li {
  display: inline-block;
  margin: 0 40px 0 0;
  position: relative;
}

.footer__pcnav li a {
  font-family: brandon-grotesque, sans-serif;
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #fff;
  text-decoration: none;
}

.footer__pcnav li a svg {
  width: 16px;
  fill: #fff;
}

.footer__pcnav li:after {
  content: "";
  width: 0%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: -7px;
  right: 0;
  transition: all 0.3s;
}

.footer__pcnav li.on:after {
  transition: all 0.3s;
  width: 100%;
  left: 0;
}

.footer__pcnav li:last-child {
  margin: 0;
}

.footer__sns {
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  width: 95px;
  margin: 20px auto 25px;
}

.footer__sns li {
  width: 18px;
  display: inline-block;
  position: relative;
}

.footer__sns li svg path {
  fill: #fff;
  transition: all 0.5s;
}

.footer__sns li:hover svg path {
  fill: #8d8d8d;
  transition: all 0.5s;
}

.footer__copy {
  font-family: brandon-grotesque, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
}

.footer.under_footer {
  margin: 20px 0 0 0;
}

.ie11 .footer__pcnav li a svg {
  height: 14px;
}

.ie11 .footer__sns {
  height: 20px;
}

/*sp メニュー*/
.sp_nav {
  display: none;
}

.menu-icon span, .menu-icon:before, .menu-icon:after, .example-2 span:before, .example-2 span:after, .example-4 span:before, .example-8 span:before, .example-8 span:after, .example-9 span:before, .example-9 span:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0em;
  background-color: #333;
  width: 0.75em;
  height: 2px;
  border-radius: 0;
  right: 0;
  margin: auto;
}

.menu-icon {
  font-size: 2.1em;
  width: 57px;
  height: 65px;
  display: inline-block;
  position: relative;
  background-color: transparent;
  border: 0;
  padding: 0;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  float: right;
}

.menu-icon span {
  margin-top: -0.025em;
}

.menu-icon:before {
  content: "";
  margin-top: -0.275em;
}

.menu-icon:after {
  content: "";
  margin-top: 0.225em;
}

.example-2:before, .example-2:after {
  display: none;
}

.example-2 span {
  transition: 0.25s ease;
}

.example-2 span:before, .example-2 span:after {
  content: "";
  transition: 0.25s ease;
  top: 0;
  left: 0;
}

.example-2 span:before {
  -webkit-transform: translateY(-0.25em);
  transform: translateY(-0.25em);
}

.example-2 span:after {
  -webkit-transform: translateY(0.25em);
  transform: translateY(0.25em);
}

.example-2.is-open span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.example-2.is-open span:before, .example-2.is-open span:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* トップ */
.slick-dots {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  font-size: 0;
  margin: 10px auto;
}

.slick-dots li {
  position: relative;
  cursor: pointer;
  float: none;
  width: 25%;
  background: #efefef;
  display: inline-block;
  padding: 0;
  margin: 0 0 0 0;
}

.slick-dots li:after {
  width: 10px;
  height: 3px;
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
}

.slick-dots li:last-child:after {
  width: 0px;
  height: 3px;
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
}

.slick-dots li:last-child {
  border: none;
}

.slick-dots li, .slick-dots li button {
  outline: none;
}

.slick-dots li button {
  background: #9db7e1;
  border: none;
  width: 0px;
  height: 3px;
  padding: 0;
  cursor: pointer;
  display: block;
}

.slick-slide img {
  width: 100%;
}

.slick-slide .img--holder {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.main_contents {
  min-height: 700px;
}

.front_section {
  width: 81.25vw;
  margin: auto;
}

.front_section__title {
  font-family: brandon-grotesque, sans-serif;
  font-size: 32px;
  　　　　line-height: 1.2;
  　　　　letter-spacing: 0.05em;
  　　　　font-feature-settings: "palt";
  letter-spacing: 0.08em;
  text-align: center;
  margin: 0 0 26px;
}

.slide_contents {
  margin: 0 auto 95px;
}

.news_contents .slick-prev {
  display: none !important;
}

.news_contents .slick-next {
  display: none !important;
}

.news_contents .more_btn__link {
  background: #9db7e1;
  border: 1px solid #9db7e1;
  width: 100px;
}

.news_contents__slide_wrap {
  width: 580px;
  margin: auto;
  border-bottom: 1px solid #efefef;
  padding: 0 0 20px 0;
  overflow: hidden;
  margin: 0 auto 100px;
}

.news_contents .news_slick {
  width: 580px;
  margin: auto;
  border-top: 1px solid #efefef;
  padding: 15px 0 13px;
}

.news_contents .news_slick__innar--left {
  font-family: brandon-grotesque, sans-serif;
  width: 75px;
  float: left;
  font-size: 12px;
  color: #8d8d8d;
  margin: 0 0 5px;
}

.news_contents .news_slick__innar--right {
  width: 500px;
  float: left;
}

.news_contents .news_slick__innar--right h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 12px;
  height: 36px;
  line-height: 1.6;
}

.news_contents .news_slick__innar--right p {
  font-size: 14px;
  font-weight: normal;
  display: -webkit-box;
  line-height: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.news_contents .more_btn__link {
  float: right;
}

.ie11 .news_contents .news_slick__innar--right p {
  height: 24px;
}

.js-text-overflow {
  overflow: hidden;
  /* overflow: hidden;　がキモ。*/
  height: 24px;
  font-size: 12px;
}

/* LOOKBOOK */
.front_section.lookbook_contents {
  width: 100%;
  clear: both;
  margin: 0 auto 105px;
}

div#slider {
  width: calc(81.25vw - 25px);
  margin: 30px auto;
  position: relative;
  left: -25px;
  border: none;
  height: 3px;
  background: #e6e6e6;
  top: 0px;
}

div#slider:after {
  position: absolute;
  content: "";
  height: 3px;
  width: 50px;
  background: #e6e6e6;
  right: -50px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #9db7e1;
  font-weight: normal;
  color: #9db7e1;
  height: 4px;
  width: 60px;
  margin: 0;
  top: -1px;
}

.slider_box_ul {
  transition: all linear 1s;
  font-size: 0;
  opacity: 1;
}

.slider_box_ul.on {
  transition: all linear 0s;
  font-size: 0;
  opacity: 1;
}

.slider_box_ul li {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px 0 0;
  position: relative;
}

.slider_box_ul li img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0 20px 0 0;
}

span.ui-slider-handle.ui-corner-all.ui-state-default {
  transition: all linear 1s;
  opacity: 1;
  border: none;
}

span.ui-slider-handle.ui-corner-all.ui-state-default.on {
  transition: all linear 0s;
  opacity: 0;
}

span.ui-slider-handle.ui-corner-all.ui-state-hover {
  transition: all linear 0s;
}

span.ui-slider-handle.ui-corner-all.ui-state-active {
  transition: all linear 0s;
}

.slider_box_wrap {
  position: relative;
}

#slick .slick-arrow {
  display: none !important;
}

.next {
  width: 100px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  display: none;
}

.prev {
  width: 100px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 2;
  display: none;
}

.column_contents__wrap {
  justify-content: flex-start;
  display: flex;
  max-width: 1040px;
  margin: auto;
}

.column_contents__wrap::after {
  content: "";
  display: block;
  width: 30%;
  display: none;
}

.column_contents__innar {
  max-width: 320px;
  width: 30.7%;
  margin: 0 4% 0 0;
}

.column_contents__innar img {
  width: 100%;
}

.column_contents__innar:nth-child(3) {
  margin: 0;
}

.column_contents__data {
  font-family: brandon-grotesque, sans-serif;
  color: #8d8d8d;
  font-size: 12px;
  margin: 20px 0 10px;
}

.column_contents__title {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0 0 20px;
  min-height: 44px;
}

.column_contents .more_btn {
  float: right;
}

.more_btn__link {
  font-family: brandon-grotesque, sans-serif;
  width: 120px;
  height: 33px;
  line-height: 29px;
  font-size: 10px;
  background: none;
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  display: block;
  letter-spacing: 0.16em;
  transition: all 0.3s;
  border-radius: 2px;
  box-shadow: 1px 2px 7px -1px rgba(0, 0, 0, 0.2);
  text-shadow: 2px 2px 9px rgba(0, 0, 0, 0.3);
}

.more_btn__link:hover {
  background: #fff;
  color: #9db7e1;
  text-align: center;
  display: block;
  letter-spacing: 0.14em;
  transition: all 0.3s;
}

a.more_btn__link.m10 {
  margin: 0 0px 10px 0 !important;
  box-shadow: 1px 2px 7px -1px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 769px) {
  a.more_btn__link.m10 {
    margin: 0 30px 0 0 !important;
  }
}

.ic4 a.more_btn__link {
  box-shadow: none;
}

.ci1_i {
  display: none;
}

.item_contents {
  max-width: 1040px;
  margin: 0 auto 177px;
  position: relative;
}

.item_contents:before {
  content: "";
  display: block;
  padding: 128% 0 0 0;
}

@media screen and (max-width: 769px) {
  .item_contents:before {
    display: none !important;
    content: "";
    display: none;
    padding: 0% 0 0 0;
  }
}

.item_contents h2 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  color: #9db7e1;
  text-align: center;
  margin: 0 0 80px;
}

.item_contents__innar {
  margin: 0 0 50px 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

@media screen and (max-width: 769px) {
  .item_contents__innar {
    position: relative !important;
  }
}

.item_contents__innar h3 {
  font-family: brandon-grotesque, sans-serif;
  font-size: 34px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin: 0 0 24px 0;
}

.item_contents__innar h3 img {
  width: 42px;
}

.item_contents__innar.ic1 {
  position: absolute;
  max-width: 500px;
  width: 48.07692%;
  top: 0;
}

.item_contents__innar.ic1 .item_contents__innar--left {
  max-width: 500px;
  width: 100%;
  margin: 0 0 0 0px;
}

.item_contents__innar.ic1 .item_contents__innar--left img {
  width: 100%;
}

.item_contents__innar.ic1 .item_contents__innar--right {
  position: absolute;
  top: auto;
  left: 30px;
  bottom: 30px;
  padding: 0;
}

.item_contents__innar.ic1 .ci1_i {
  display: inline;
}

.item_contents__innar.ic1 h3 img {
  width: 39px;
}

.item_contents__innar.ic2 {
  position: relative;
  max-width: 500px;
  width: 48.07692%;
  position: absolute;
  right: 0;
  top: 13.5%;
}

.item_contents__innar.ic2 .item_contents__innar--left {
  max-width: 500px;
  width: 100%;
  margin: 0 0 0 0px;
}

.item_contents__innar.ic2 .item_contents__innar--left img {
  width: 100%;
}

.item_contents__innar.ic2 .item_contents__innar--right {
  position: absolute;
  top: auto;
  left: 30px;
  bottom: 30px;
  padding: 0;
}

.item_contents__innar.ic3 {
  position: relative;
  max-width: 500px;
  width: 48.07692%;
  position: absolute;
  left: 0;
  top: 66.5%;
}

.item_contents__innar.ic3 .item_contents__innar--left {
  max-width: 500px;
  width: 100%;
  margin: 0 0px 0 0px;
}

.item_contents__innar.ic3 .item_contents__innar--left img {
  width: 100%;
}

.item_contents__innar.ic3 .item_contents__innar--right {
  position: absolute;
  top: auto;
  left: 30px;
  bottom: 30px;
  padding: 0;
}

.item_contents__innar.ic4 {
  position: relative;
  max-width: 500px;
  width: 48.07692%;
  position: absolute;
  right: 0;
  top: 74%;
}

.item_contents__innar.ic4 .item_contents__innar--left {
  max-width: 500px;
  width: 100%;
  margin: 0 0px 0 0px;
}

.item_contents__innar.ic4 .item_contents__innar--left img {
  width: 100%;
}

.item_contents__innar.ic4 .item_contents__innar--right {
  position: absolute;
  top: auto;
  left: 30px;
  bottom: 30px;
  padding: 0;
}

.item_contents__innar.ic4 h3 img {
  width: 44px;
}

.item_contents__innar.ic4 .more_btn__link:hover {
  text-shadow: unset;
}

.ic4.active .more_btn__link {
  text-shadow: unset !important;
}

.lookbook .more_btn__link {
  font-family: brandon-grotesque, sans-serif;
  width: 80px;
  height: 30px;
  line-height: 30px;
  font-size: 10px;
  background: #9db7e1;
  border: 1px solid #9db7e1;
  color: #fff;
  text-align: center;
  display: block;
  letter-spacing: 0.14em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.lookbook .more_btn__link:hover {
  background: #fff;
  border: 1px solid #9db7e1;
  color: #9db7e1;
  text-align: center;
  display: block;
  letter-spacing: 0.14em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-shadow: unset !important;
  box-shadow: unset !important;
}

@media screen and (max-width: 1020px) {
  .lookbook .more_btn__link {
    float: none;
    margin: auto !important;
  }
}

.line_deco__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.line_deco {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.line_deco__01 {
  width: calc(0% - 40px);
  height: 2px;
  display: block;
  background: #fff;
  top: 20px;
  position: absolute;
  /* left: 20px; */
  right: 20px;
  margin: auto;
  transition: all 0.3s;
}

.line_deco__02 {
  width: 2px;
  height: calc(0% - 40px);
  /* height: 2px; */
  display: block;
  background: #fff;
  top: auto;
  position: absolute;
  right: 20px;
  margin: auto;
  bottom: 20px;
  transition: all 0.3s;
}

.line_deco__03 {
  width: calc(0% - 40px);
  height: 2px;
  display: block;
  background: #fff;
  bottom: 20px;
  position: absolute;
  left: 20px;
  margin: auto;
  transition: all 0.3s;
}

.line_deco__04 {
  width: 2px;
  height: calc(0% - 40px);
  /* height: 2px; */
  display: block;
  background: #fff;
  top: 20px;
  position: absolute;
  left: 20px;
  margin: auto;
  transition: all 0.3s;
}

.active .more_btn__link:hover {
  background: #fff;
  color: #9db7e1;
}

.ie11 .line_deco {
  transform: scaleX(0.95) scaleY(0.95);
  border: 2px solid #fff;
  opacity: 0;
  transition: 0.3s;
}

.ie11 .line_deco span {
  display: none;
}

.edge .line_deco {
  transform: scaleX(0.95) scaleY(0.95);
  border: 2px solid #fff;
  opacity: 0;
  transition: 0.3s;
}

.edge .line_deco span {
  display: none;
}

.ie11 .line_deco:hover {
  transform: scaleX(0.95) scaleY(0.95);
  border: 2px solid #fff;
  transition: 0.3s;
  opacity: 1;
}

.edge .line_deco:hover {
  transform: scaleX(0.95) scaleY(0.95);
  border: 2px solid #fff;
  transition: 0.3s;
  opacity: 1;
}

.column_contents .line_deco__01 {
  width: calc(0% - 30px);
  height: 2px;
  display: block;
  background: #fff;
  top: 15px;
  position: absolute;
  /* left: 15px; */
  right: 15px;
  margin: auto;
  transition: all 0.3s;
}

.column_contents .line_deco__02 {
  width: 2px;
  height: calc(0% - 30px);
  /* height: 2px; */
  display: block;
  background: #fff;
  top: auto;
  position: absolute;
  right: 15px;
  margin: auto;
  bottom: 15px;
  transition: all 0.3s;
}

.column_contents .line_deco__03 {
  width: calc(0% - 30px);
  height: 2px;
  display: block;
  background: #fff;
  bottom: 15px;
  position: absolute;
  left: 15px;
  margin: auto;
  transition: all 0.3s;
}

.column_contents .line_deco__04 {
  width: 2px;
  height: calc(0% - 30px);
  /* height: 2px; */
  display: block;
  background: #fff;
  top: 15px;
  position: absolute;
  left: 15px;
  margin: auto;
  transition: all 0.3s;
}

.column_contents .active .line_deco__01 {
  transition: 0.3s 0.3s;
  width: calc(100% - 30px);
}

.column_contents .active .line_deco__02 {
  transition: 0.3s 0s;
  height: calc(100% - 30px);
}

.column_contents .active .line_deco__03 {
  transition: 0.3s 0.3s;
  width: calc(100% - 30px);
}

.column_contents .active .line_deco__04 {
  transition: 0.3s 0s;
  height: calc(100% - 30px);
}

.opening {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  background: #fff;
}

.opening__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #9db7e1;
}

.opening__innar {
  display: none;
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 1002;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.opening__images {
  width: 75px;
  display: block;
  margin: auto;
}

.opening .load {
  width: 100px;
  height: 5px;
  display: block;
  background: rgba(255, 255, 255, 0.4);
  margin: 30px auto 0;
  position: relative;
}

.opening .load span {
  width: 0px;
  height: 5px;
  background: #fff;
  display: block;
  left: 0;
  top: 0;
}

.opening .load span.active {
  width: 100px;
  transition: 1s;
}

.oped_wrap {
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transform: translate3d(0%, 0, 0);
}

.oped_wrap.active {
  transform: translate3d(100%, 0, 0);
  transition: all 0.7s 0.5s;
}

.bg {
  /*	background: #e0edff;*/
  background: rgba(224, 237, 255, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transform: translate3d(-100%, 0, 0);
}

.bg__innar {
  /*background: #edf4ff;*/
  background: rgba(237, 244, 255, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  /*		left:-100px;*/
  z-index: 101;
  transform: translate3d(-100%, 0, 0);
  opacity: 1;
}

.bg__innar2 {
  /* background: #fafcff;*/
  background: rgba(250, 252, 255, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  /* left: -100px;*/
  z-index: 102;
  transform: translate3d(-100%, 0, 0);
}

.bg__innar3 {
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  /* top: 0;
    left: -100px;*/
  z-index: 103;
  transform: translate3d(-100%, 0, 0);
}

.active .bg {
  transform: translate3d(0%, 0, 0);
  transition: all 0.2s;
}

.active .bg__innar {
  transform: translate3d(0%, 0, 0);
  transition: all 0.3s 0.1s;
}

.active .bg__innar2 {
  transform: translate3d(0%, 0, 0);
  transition: all 0.3s 0.2s;
}

.active .bg__innar3 {
  transform: translate3d(0%, 0, 0);
  transition: all 0.3s 3s;
}

.header {
  z-index: 101;
}

.fadeIn {
  opacity: 1s;
  transition: all 1s;
}

.under_page, .main_contents {
  opacity: 0;
  transform: translate3d(0, 0px, 0);
}

.a404 {
  margin: 0 0 300px;
}

.a404 h2 {
  font-family: brandon-grotesque, sans-serif;
  font-size: 40px;
  text-align: center;
  color: #9db7e1;
  margin: 160px 0 0 0;
  letter-spacing: 0.1em;
  line-height: 48px;
}

.a404 p {
  text-align: center;
  font-size: 14px;
  margin: 20px 0 0 0;
}

.a404 a {
  text-align: center;
  font-size: 12px;
  color: #9db7e1;
  display: block;
  margin: 55px auto;
}

.pc__contents.pc__nav__contents {
  display: block;
}

.sp__contents.sp__nav__contents {
  display: none;
}

@media screen and (max-width: 1020px) {
  .pc__contents.pc__nav__contents {
    display: none;
  }
  .sp__contents.sp__nav__contents {
    display: block;
  }
  .menu-icon {
    z-index: 999;
    font-size: 6vw;
    width: 90px;
    height: 90px;
    display: inline-block;
    position: relative;
    background-color: transparent;
    border: 0;
    padding: 0;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    float: right;
  }
  .sp_nav {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    padding: 18vw 0 0 0;
    background: #fff;
    opacity: 0;
    transition: all 0.5s;
    visibility: hidden;
  }
  .sp_nav.active {
    transition: all 0.5s;
    opacity: 1;
    visibility: visible;
  }
  .sp_nav__contents a {
    font-family: brandon-grotesque, sans-serif;
    font-size: 20px;
    color: #333;
    text-decoration: none;
    text-align: center;
    height: 11.333vw;
    display: block;
    letter-spacing: 0.08em;
    line-height: 11.333vw;
  }
  .sp_nav__contents a svg {
    width: 5.3333vw;
    width: 20px;
  }
  .sp_nav__footercontents {
    margin: 8.333vw 0 0 0;
  }
  .sp_nav__footercontents a {
    font-family: brandon-grotesque, sans-serif;
    font-size: 5.3333vw;
    font-size: 20px;
    color: #333;
    text-decoration: none;
    text-align: center;
    height: 11.333vw;
    display: block;
    letter-spacing: 0.08em;
  }
  .sp_nav .footer__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 31.33vw;
    margin: 0px auto 25px;
  }
  .sp_nav .footer__sns li {
    width: 6.666vw;
  }
  .sp_nav .footer__sns li svg path {
    fill: #333;
  }
  .sp_nav__animi {
    opacity: 0;
    transform: translateY(-15px);
  }
  .header__navwrap {
    width: 620px;
  }
}

@media screen and (max-width: 950px) {
  .item_contents {
    max-width: 1040px;
    margin: 0 auto 65px !important;
  }
  .item_contents h2 {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    color: #9db7e1;
    text-align: center;
    margin: 0 0 80px;
  }
  .sp_nav__contents a {
    height: 7.333vw;
  }
}

.top .slick-slide {
  position: relative;
}

.top .slick-slide:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  z-index: 2;
}

.top .slick-vertical .slick-slide {
  padding: 2px 0 0;
}

@media screen and (max-width: 900px) {
  .pc__contents {
    display: none;
  }
  .sp__contents {
    display: block;
  }
  .because_wrap {
    padding: 18.666vw 0 0 0;
    overflow: hidden;
  }
  .header {
    width: 100%;
    position: fixed;
    left: 0;
    height: auto;
    top: 0;
  }
  .header__innar {
    background: #fff;
    max-width: 1040px;
    width: 100%;
    height: 18.666vw;
    margin: auto;
    padding: 0 0 0 6vw;
  }
  .header h1 {
    width: 30%;
    max-width: 220px;
    height: auto;
    float: left;
    margin: 3.73333vw 0 0 0;
  }
  .header h1 img {
    width: 100%;
  }
  /* //////
footer
/////////*/
  .footer {
    padding: 5.3333vw 0 1.333vw;
    background: #999999;
    height: 31.9999vw;
  }
  .footer__pcnav {
    width: 100%;
    margin: auto;
    font-size: 0;
    text-align: center;
  }
  .footer__pcnav li {
    display: inline-block;
    margin: 0 25px 0 0;
    position: relative;
  }
  .footer__pcnav li a {
    font-family: brandon-grotesque, sans-serif;
    font-size: 12px;
    letter-spacing: 0.08em;
    color: #fff;
    text-decoration: none;
  }
  .footer__pcnav li a svg {
    width: 13px;
    fill: #fff;
  }
  .footer__pcnav li:after {
    content: "";
    width: 0%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -7px;
    right: 0;
    transition: all 0.3s;
  }
  .footer__pcnav li.on:after {
    transition: all 0.3s;
    width: 100%;
    left: 0;
  }
  .footer__pcnav li:last-child {
    margin: 0;
  }
  .footer__sns {
    display: flex;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
    width: 27.33333vw;
    margin: 5vw auto 5.9999vw;
  }
  .footer__sns li {
    width: 5.7777vw;
    display: inline-block;
    position: relative;
  }
  .footer__sns li svg path {
    fill: #fff;
    transition: all 0.5s;
  }
  .footer__sns li:hover svg path {
    fill: #fff;
    transition: all 0.5s;
  }
  .footer__copy {
    font-family: brandon-grotesque, sans-serif;
    font-size: 9px;
    letter-spacing: 0.08em;
    color: #fff;
    text-align: center;
  }
  .menu-icon {
    z-index: 999;
    font-size: 10vw;
    width: 18.66vw;
    height: 18.66vw;
    display: inline-block;
    position: relative;
    background-color: transparent;
    border: 0;
    padding: 0;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    float: right;
  }
  .sp_nav {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    padding: 18vw 0 0 0;
    background: #fff;
    opacity: 0;
    transition: all 0.5s;
    visibility: hidden;
  }
  .sp_nav.active {
    transition: all 0.5s;
    opacity: 1;
    visibility: visible;
  }
  .sp_nav__contents a {
    font-family: brandon-grotesque, sans-serif;
    font-size: 20px;
    color: #333;
    text-decoration: none;
    text-align: center;
    height: 11.333vw;
    display: block;
    letter-spacing: 0.08em;
    line-height: 11.333vw;
  }
  .sp_nav__contents a svg {
    width: 5.3333vw;
    width: 20px;
  }
  .sp_nav__footercontents {
    margin: 8.333vw 0 0 0;
  }
  .sp_nav__footercontents a {
    font-family: brandon-grotesque, sans-serif;
    font-size: 5.3333vw;
    font-size: 18px;
    color: #333;
    text-decoration: none;
    text-align: center;
    height: 11.333vw;
    line-height: 11.333vw;
    display: block;
    letter-spacing: 0.08em;
  }
  .sp_nav .footer__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 31.33vw;
    margin: 20px auto 25px;
  }
  .sp_nav .footer__sns li {
    width: 6.666vw;
  }
  .sp_nav .footer__sns li svg path {
    fill: #333;
  }
  .sp_nav__animi {
    opacity: 0;
    transform: translateY(-15px);
  }
  .slick-dots {
    transition: all 1s;
    width: 82.15vw;
    top: auto;
    bottom: 0;
  }
  .slick-dots.on {
    transition: all 1s;
    bottom: 25px;
  }
  .slick-dots li:after {
    display: none;
  }
  .front_section {
    width: 81.25vw;
    margin: auto;
  }
  .front_section__title {
    font-size: 24px;
    margin: 0 0 6vw;
  }
  .more_btn__link {
    width: 100px;
    height: 33px;
    line-height: 33px;
  }
  .more_btn__link:hover {
    background: #fff;
    border: 1px solid #9db7e1;
    color: #9db7e1;
    text-align: center;
    display: block;
    letter-spacing: 0.14em;
    transition: all 0.3s;
  }
  .sp_nav__contents a {
    height: 7.333vw;
  }
}

@media screen and (max-width: 769px) {
  .sp_br {
    display: inline;
  }
  .front_section {
    width: 100%;
    margin: auto;
  }
  .ipad .header__innar {
    height: 13.666vw;
  }
  .ipad .header h1 {
    width: 25%;
    margin: 2.73333vw 0 0 0;
  }
  .ipad .menu-icon {
    width: 13.66vw;
    height: 13.66vw;
  }
  .ipad .sp_nav {
    padding: 13vw 0 0 0;
  }
  .ipad .category__nav__results {
    font-size: 24px;
  }
  .ipad .because_wrap.top {
    padding: 13.666vw 0 0 0;
  }
  .sp_nav__contents a {
    height: 11.333vw;
  }
  .ipad .sp_nav__contents a {
    height: 7.333vw;
  }
  .ipad .sp_nav__footercontents a {
    height: 7.333vw;
  }
  .ipad .sp_nav .footer__sns {
    margin: 40px auto 25px;
  }
  .ipad .item_contents {
    margin: 0 auto 3.5vw;
  }
  .news_contents .slick-prev {
    display: none !important;
  }
  .news_contents .slick-next {
    display: none !important;
  }
  .news_contents__slide_wrap {
    width: 86.666vw;
    margin: auto;
    border-bottom: 1px solid #efefef;
    padding: 0 0 3.3333vw 0;
    overflow: hidden;
    margin: 0 auto 18.666vw;
  }
  .news_contents .more_btn__link {
    background: #9db7e1;
    border: 1px solid #9db7e1;
  }
  .news_contents .news_slick {
    width: 100%;
    margin: auto;
    border-top: 1px solid #efefef;
    padding: 13px 0 13px;
  }
  .news_contents .news_slick__innar--left {
    font-family: brandon-grotesque, sans-serif;
    width: 25vw;
    float: left;
    font-size: 12px;
    color: #8d8d8d;
  }
  .news_contents .news_slick__innar--right {
    width: 61vw;
    float: left;
  }
  .news_contents .news_slick__innar--right h3 {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px;
    line-height: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.6;
    height: 36px;
  }
  .news_contents .news_slick__innar--right p {
    font-size: 12px;
    height: 35px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .news_contents .more_btn__link {
    float: right;
  }
  .item_contents {
    width: 86.666vw;
    margin: 0 auto 10vw;
  }
  .item_contents h2 {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 1.5;
    color: #9db7e1;
    text-align: center;
    margin: 0 0 10.6666vw;
  }
  .item_contents__innar {
    margin: 0 0 13.33333333vw 0;
    display: block;
    top: 0 !important;
    max-width: 100% !important;
  }
  .item_contents__innar h3 {
    font-family: brandon-grotesque, sans-serif;
    font-size: 36px;
    line-height: 44px;
    text-align: left;
    color: #fff;
    letter-spacing: 0.04em;
    margin: 4vw 0;
  }
  .item_contents__innar h3 img {
    position: relative;
    top: 13px;
  }
  .item_contents__innar--right {
    position: absolute !important;
    top: auto !important;
    left: 20px !important;
    bottom: 20px !important;
    padding: 0 !important;
  }
  .item_contents__innar.ic1 {
    position: relative;
    width: 100%;
  }
  .item_contents__innar.ic1 .item_contents__innar--left {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .item_contents__innar.ic1 .item_contents__innar--left img {
    width: 100%;
  }
  .item_contents__innar.ic1 .item_contents__innar--right {
    position: static;
    padding: 0;
    top: 523px;
    left: 654px;
  }
  .item_contents__innar.ic2 {
    position: relative;
    width: 100%;
  }
  .item_contents__innar.ic2 .item_contents__innar--left {
    width: 100%;
    max-width: 100%;
    margin: 0;
    float: none;
  }
  .item_contents__innar.ic2 .item_contents__innar--left img {
    width: 100%;
  }
  .item_contents__innar.ic2 .item_contents__innar--right {
    position: static;
    padding: 0;
    top: 523px;
    left: 121px;
  }
  .item_contents__innar.ic3 {
    clear: both;
    position: relative;
    width: 100%;
  }
  .item_contents__innar.ic3 .item_contents__innar--left {
    width: 100%;
    max-width: 100%;
    margin: 0;
    float: none;
  }
  .item_contents__innar.ic3 .item_contents__innar--left img {
    width: 100%;
  }
  .item_contents__innar.ic3 .item_contents__innar--right {
    position: static;
    padding: 0;
    top: 206px;
    left: 535px;
  }
  .item_contents__innar.ic4 {
    clear: both;
    position: relative;
    width: 100%;
  }
  .item_contents__innar.ic4 .item_contents__innar--left {
    width: 100%;
    max-width: 100%;
    margin: 0;
    float: none;
  }
  .item_contents__innar.ic4 .item_contents__innar--left img {
    width: 100%;
  }
  .item_contents__innar.ic4 .item_contents__innar--right {
    position: static;
    padding: 0;
    top: 206px;
    left: 206px;
  }
  .more_btn__link {
    margin: 0 !important;
    float: left;
    font-size: 12px;
    width: 120px;
  }
  .column_contents__wrap {
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
    display: block;
    max-width: 1040px;
    width: 86.6666vw;
    margin: auto;
  }
  .column_contents__innar {
    width: 100%;
    clear: both;
    max-width: 100%;
    margin: 0 0 5.333vw;
    display: table;
  }
  .column_contents__innar img {
    width: 100%;
  }
  .column_contents__data {
    font-family: brandon-grotesque, sans-serif;
    color: #8d8d8d;
    font-size: 12px;
    margin: 4vw 0 1vw;
  }
  .column_contents__title {
    font-size: 12px;
    line-height: 1.8;
    height: 42px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0 0 1vw;
    min-height: 44px;
  }
  .column_contents .more_btn {
    float: right;
  }
  .column_contents .line_deco__link {
    width: 33.333vw;
    float: left;
  }
  .column_contents .line_deco__link--right {
    width: 48.3333vw;
    display: inline;
    padding: 0 0 0 4vw;
    display: inline-block;
    vertical-align: top;
    display: table-cell;
    /* width: 25%; */
    border-top: 1px solid #ddd;
    list-style: none;
    border-bottom: 1px solid #ddd;
  }
  .slider_box_ul li {
    width: 86.666vw;
  }
  .footer.under_footer {
    margin: 4vw 0 0 0;
  }
  .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #9db7e1;
    font-weight: normal;
    color: #9db7e1;
    height: 4px;
    width: 40px;
    height: 40px;
    margin: 0;
    top: -18px;
    border-radius: 75%;
  }
  .item_contents__innar--right {
    width: 86%;
    margin: auto;
    text-align: center;
    font-size: 0;
  }
  .item_contents__innar--right .more_btn__link {
    display: inline-block;
    margin: 0 10px;
  }
  a.more_btn__link.m10 {
    margin: 0 10px;
  }
  .opening {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    background: #fff;
  }
  .opening__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #9db7e1;
  }
  .opening__innar {
    display: none;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1002;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .opening__images {
    width: 75px;
    display: block;
    margin: auto;
  }
  .opening .load {
    width: 70px;
    height: 2px;
    display: block;
    background: rgba(255, 255, 255, 0.4);
    margin: 30px auto 0;
    position: relative;
  }
  .opening .load span {
    width: 0px;
    height: 2px;
    background: #fff;
    display: block;
    left: 0;
    top: 0;
  }
  .opening .load span.active {
    width: 75px;
    transition: 1s;
  }
  .news_contents .front_section__title {
    margin: 105px 0 8vw;
  }
}

@media screen and (max-width: 769px) and (max-width: 500px) {
  .news_contents .front_section__title {
    margin: 60px 0 8vw;
  }
}

@media screen and (max-width: 769px) {
  .next {
    display: none;
  }
  .prev {
    display: none;
  }
  .a404 {
    margin: 0 0 300px;
  }
  .a404 h2 {
    font-family: brandon-grotesque, sans-serif;
    font-size: 27px;
    text-align: center;
    color: #9db7e1;
    margin: 80px 0 0 0;
    letter-spacing: 0.1em;
    line-height: 32px;
  }
  .a404 p {
    text-align: center;
    font-size: 12px;
    margin: 20px 0 0 0;
  }
  .a404 a {
    text-align: center;
    font-size: 10px;
    color: #9db7e1;
    display: block;
    margin: 55px auto;
  }
  .lookbook_contents .front_section__title {
    margin: 0 0 30px;
  }
}

@media screen and (max-width: 500px) {
  .lookbook_contents .front_section__title {
    margin: 0 0 30px;
  }
}

.slider_box2 .slider-container {
  display: none;
  position: relative;
}

.slider_box2 .slider-container.initialized {
  display: block;
}

.slider_box2 .slider {
  margin: 0 auto;
  max-width: 1280px;
  overflow: visible;
}

.slider_box2 .slick-list {
  overflow: visible;
  width: 980px;
}

@media screen and (max-width: 769px) {
  .slider_box2 .slick-list {
    width: 100%;
  }
}

.slider_box2 .slick-list {
  margin-right: -20px;
  /* ガター分ネガティブマージン */
}

.slider_box2 .slider-arrow {
  position: absolute;
  z-index: 10;
  /* 重要 */
}

.slider_box2 .slider-prev {
  left: 0;
}

.slider_box2 .slider-next {
  right: 0;
}

.slider_box2 .slick-slide {
  margin-right: 20px;
  /* ガター */
}

.slider_box2 .slick-slide {
  color: #fff;
  text-align: center;
  font-size: 1.1em;
  outline: 0;
  display: table;
}

.look_check {
  display: table-cell;
  vertical-align: middle;
}

.slider_box_wrap button.slick-prev.slick-arrow {
  display: none !important;
}

.slider_box_wrap button.slick-next.slick-arrow {
  display: none !important;
}

span.look_next.slick-arrow {
  width: 6.666vw;
  height: 6.666vw;
  display: block;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  color: #fff;
  z-index: 1;
}

span.look_next.slick-arrow:after {
  width: 30px;
  height: 30px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  display: block;
  left: 0px;
  right: 0;
  background: none;
  z-index: 10;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0;
  margin: auto;
}

span.look_prev.slick-arrow {
  width: 6.666vw;
  height: 6.666vw;
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  color: #fff;
  z-index: 1;
}

span.look_prev.slick-arrow:after {
  width: 30px;
  height: 30px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  display: block;
  left: 0;
  right: 0;
  background: none;
  z-index: 10;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(-135deg);
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 769px) {
  .slider_box2 .slick-list {
    margin-right: -10px;
    /* ガター分ネガティブマージン */
  }
  .slider_box2 .slick-slide {
    margin-right: 10px;
    /* ガター */
  }
  .slider_box2 .slider {
    width: 82%;
  }
}

@media screen and (max-width: 769px) and (max-width: 769px) {
  .slider_box2 .slider {
    width: 75%;
  }
}

@media screen and (max-width: 769px) {
  span.look_prev.slick-arrow {
    width: 12.666vw;
    height: 20.666vw;
  }
  span.look_prev.slick-arrow:after {
    width: 20px;
    height: 20px;
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 0;
    display: block;
    left: 9px;
    right: 0;
    background: none;
    z-index: 10;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(-135deg);
    bottom: 0;
    margin: auto;
  }
  span.look_next.slick-arrow {
    width: 12.666vw;
    height: 20.666vw;
  }
  span.look_next.slick-arrow:after {
    width: 20px;
    height: 20px;
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 0;
    display: block;
    left: 0%;
    right: 0;
    background: none;
    z-index: 10;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 0;
    margin: auto;
  }
}

.bnr__area {
  max-width: 1040px;
  margin: 80px auto 90px;
}

@media screen and (max-width: 769px) {
  .bnr__area {
    padding: 0 6.66667%;
    margin: 60px auto 60px;
  }
}

.bnr__area img {
  width: 100%;
}

.page_load {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
}

.page_load__1 {
  width: 25%;
  height: 100%;
  background: #fff;
}

.about h2 {
  font-family: brandon-grotesque, sans-serif;
  color: #808080;
  font-size: 23px;
  letter-spacing: 0.02em;
  margin: 0 auto 50px;
}

@media screen and (max-width: 769px) {
  .about h2 {
    font-size: 20px;
    margin: 0 auto 50px;
  }
}

.about .p1 {
  font-family: 'Hiragino Kaku Gothic ProN', 'HiraKakuProN-W6','ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 15px;
  line-height: 26px;
  color: #808080;
  margin: 0 0 40px;
}

@media screen and (max-width: 769px) {
  .about .p1 {
    margin: 0 0 30px;
  }
}

.about .p2 {
  font-family: 'Hiragino Kaku Gothic ProN', 'HiraKakuProN-W6','ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 32px;
  color: #808080;
  margin: 0 0 0px;
}

@media screen and (max-width: 769px) {
  .about .p2 {
    margin: 0 0 50px;
    line-height: 26px;
  }
}

.about__top {
  width: 680px;
  margin: 70px auto 80px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 769px) {
  .about__top {
    display: block;
    padding: 0 6.66667%;
    width: 100%;
  }
}

.about__top__l {
  width: 340px;
}

@media screen and (max-width: 769px) {
  .about__top__l {
    width: 100%;
  }
}

.about__top__r {
  width: 340px;
}

@media screen and (max-width: 769px) {
  .about__top__r {
    width: 100%;
  }
}

.about__top__r img {
  width: 100%;
}

.about .hr {
  width: 46px;
  background: #707070;
  margin: 0 auto 80px;
  color: #707070;
  height: 1px;
  display: block;
}

@media screen and (max-width: 769px) {
  .about .hr {
    display: none;
  }
}

@media screen and (max-width: 769px) {
  .about__bottom {
    padding: 0 6.66667%;
  }
}

.about__bottom h2 {
  text-align: center;
  margin: 0 auto 30px;
}

@media screen and (max-width: 769px) {
  .about__bottom h2 {
    margin: 0 auto 20px;
  }
}

.about__bottom .p3 {
  font-family: 'Hiragino Kaku Gothic ProN', 'HiraKakuProN-W6','ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 32px;
  color: #808080;
  margin: 0 0 40px;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .about__bottom .p3 {
    margin: 0 0 35px;
    font-size: 12px;
    line-height: 26px;
  }
}

.about__bottom h3 {
  font-family: brandon-grotesque, sans-serif;
  color: #808080;
  font-size: 15px;
  letter-spacing: 0.02em;
  margin: 0 0 20px;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .about__bottom h3 {
    font-size: 16px;
    margin: 0 0 15px;
  }
}

.about__bottom .p4 {
  font-family: 'Hiragino Kaku Gothic ProN', 'HiraKakuProN-W6','ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 23px;
  color: #808080;
  margin: 0 0 40px;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .about__bottom .p4 {
    font-size: 12px;
    line-height: 25px;
  }
}

.about .p5 {
  font-family: 'Hiragino Kaku Gothic ProN', 'HiraKakuProN-W6','ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 23px;
  color: #808080;
  margin: 80px 0 140px;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .about .p5 {
    font-size: 12px;
    margin: 70px 0 140px;
    line-height: 25px;
  }
}
