@charset "UTF-8";
body {
  font-size: 13px;
  font-family: "Noto Serif JP", serif;
  line-height: 2;
  font-weight: 600;
  color: #000;
  background: #EFEFEF;
}

body a {
  color: #000;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

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

.inner {
  box-sizing: content-box;
  max-width: 1200px;
  padding: 0 2%;
  position: relative;
  margin: 0 auto;
}

.sp_only {
  display: none;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 11px;
  }
  .inner {
    padding: 0 4%;
  }

  .pc_only {
    display: none;
  }
  
  .sp_only {
    display: block;
  }
}

/*----------------------------------------------------- */
/*  mv           */
/*----------------------------------------------------- */

.mv {
  position: relative;
}

.mv img {
  width: 100%;
}

.mv h1 {
  position: absolute;
  top: calc(50% - 75px);
  left: 5%;
  color: #fff;
  line-height: 1.4;
  z-index: 100;
  font-family: "EB Garamond", serif;
  font-size: 36px;
  font-weight: 600;
}

.mv h1 span {
  font-size: 24px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .mv h1 {
    position: absolute;
    top: auto;
    bottom: 20%;
    left: 4%;
    font-size: 24px;
  }
  
  .mv h1 span {
    font-size: 18px;
  }
}

.main {
  overflow: hidden;
}

/*----------------------------------------------------- */
/*  intro           */
/*----------------------------------------------------- */

.intro {
  padding: 140px 0 0;
}

.intro_list {
  display: flex;
  justify-content: center;
}

.intro_list li + li {
  margin-left: 200px;
}

@media screen and (max-width: 767px) {
  .intro {
    padding: 70px 0 0;
  }
  
  .intro_list li + li {
    margin-left: 60px;
  }
  
}

/*----------------------------------------------------- */
/*  lifestyle           */
/*----------------------------------------------------- */

.lifestyle {
  padding: 140px 0 0;
}

.lifestyle h2 {
  text-decoration: underline;
  margin-bottom: 20px;
}

.products_list {
  width: 49%;
}

.products_list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.products_list li:not(:last-child) {
  margin-bottom: 20px;
}

.products_list .ttl{
  font-weight: bold;
  width: 80px;
}

.products_list .ttl02{
  font-weight: bold;
  width: 100%;
}

.fitting {
  width: 100%;
}

.products_list .price{
  flex: 1;
}

.products_list a {
  display: block;
  width: 70px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background: #000;
  transition: 0.3s ease-in-out;
}

.products_list a:hover {
  opacity: .7;
}

.right {
  margin: 0 0 0 auto;
}

.adjust01 {
  margin-top: -100px;
}

.lifestyle_list01{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.lifestyle_list01 li {
  width: 49%;
  margin-bottom: 20px;
}

.lifestyle_list02{
  margin-top: 100px;
  margin-bottom: 40px;
}

.lifestyle_list03{
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}

.lifestyle_list03 li {
  width: 49%;
}

.lifestyle_list04{
  margin-top: 100px;
}

.lifestyle_wrap01{
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lifestyle_wrap01 .pic{
  width: 49%;
}

.lifestyle_list05{
  margin-top: 100px;
}


.lifestyle_list06{
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.lifestyle_list06 li {
  width: 49%;
}


.lifestyle_list07{
  position: relative;
  margin-top: 100px;
}

.lifestyle_list07::after {
  content: "";
  display: block;
  padding-top: 81.5%;
}

.lifestyle_list07 li:nth-child(1) {
  position: absolute;
  top: 100px;
  left: 0;
  width: 55%;
  z-index: 1;
}

.lifestyle_list07 li:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  z-index: 2;
}


.lifestyle_list08{
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.lifestyle_list08 li {
  width: 49%;
}


@media screen and (max-width: 767px) {

  .lifestyle {
    padding: 70px 0 0;
  }

  .lifestyle h2 {
    margin-bottom: 10px;
  }

  .products_list {
    width: 100%;
  }

  .products_list li {
    display: block;
  }
  
  .products_list .ttl{
    width: 100%;
    line-height: 1.8;
  }
  
  .products_list .price{
    flex: auto;
    line-height: 1.8;
  }
  
  .products_list a {
    margin-top: 10px;
  }
  
  .right {
    margin: 0 0 0 auto;
  }
  
  .adjust01 {
    margin-top: 0;
  }

  .lifestyle_list01{
    display: block;
    margin-bottom: 0;
  }
  
  .lifestyle_list01 li {
    width: 100%;
    margin-bottom: 20px;
  }
  
  .lifestyle_list02{
    margin-top: 70px;
    margin-bottom: 20px;
  }
  
  .lifestyle_list03{
    margin-top: 70px;
    display: block;
  }
  
  .lifestyle_list03 li {
    width: 100%;
    margin-bottom: 20px;
  }
  
  .lifestyle_list04{
    margin-top: 70px;
  }
  
  .lifestyle_wrap01{
    margin-top: 20px;
    display: block;
  }
  
  .lifestyle_wrap01 .pic{
    width: 100%;
    margin-bottom: 20px;
  }
  
  .lifestyle_list05{
    margin-top: 70px;
  }
  
  
  .lifestyle_list06{
    display: none;
  }

  .slick01 {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  
  .lifestyle_list07{
    margin-top: 70px;
  }
  
  .lifestyle_list07::after {
    display: none;
  }
  
  .lifestyle_list07 li:nth-child(1) {
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }
  
  .lifestyle_list07 li:nth-child(2) {
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }
  
  
  .lifestyle_list08{
    margin-top: 0;
    display: block;
    margin-bottom: 0;
  }
  
  .lifestyle_list08 li {
    width: 100%;
    margin-bottom: 20px;
  }


}


/*----------------------------------------------------- */
/*  training           */
/*----------------------------------------------------- */

.training{
  margin-top: 200px;
}

.training h2 {
  text-decoration: underline;
  margin-bottom: 20px;
}

.training_wrap01{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.training_wrap01 .pic{
  width: calc(55% + (50vw - 50%));
  margin-left: calc(50% - 50vw);
}

.training_wrap01 .contents{
  width: 40%;
}

.training_wrap01 .contents h3{
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 30px;
}

.training_wrap01 .contents p{
  line-height: 2.5;
}

.training_list01{
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.training_list01 li {
  width: 49%;
}

.training_txt01{
  margin-top: 100px;
  text-align: center;
}

.training_txt01 h3 {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 20px;
}

.training_txt01 p {
  line-height: 2.5;
}

.training_list02{
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.training_list02 li {
  width: 49%;
}

.training_wrap02{
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.training_wrap02 .pic{
  width: calc(55% + (50vw - 50%));
  margin-right: calc(50% - 50vw);
}

.training_wrap02 .contents{
  width: 40%;
}

.training_wrap02 .contents h3{
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 30px;
}

.training_wrap02 .contents p{
  line-height: 2.5;
}


.training_wrap03{
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}

.training_wrap03 .contents {
  width: 49%;
}

.training_wrap03 .pic {
  margin-bottom: 20px;
}

.training_wrap03 .products_list {
  width: 100%;
}

.training_list04{
  margin-top: 100px;
}

.training_wrap04{
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.training_wrap04 .slick{
  width: calc(50% + (50vw - 50%));
  margin-left: calc(50% - 50vw);
}

.training_wrap04 .slick-slider .slick-dots{
  left: 4%;
}

.training_wrap04 .products_list{
  width: 40%;
}


.training_txt02{
  margin-top: 100px;
  text-align: center;
}

.training_txt02 h3 {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 20px;
}

.training_txt02 p{
  line-height: 2.5;
}

.link_list{
  margin: 100px auto 0;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
}

.link_list li {
  width: 28%;
}

.link_list a {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  position: relative;
}

.link_list a::after {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 100%;
  height: 1px;
  background: #000;
  transition: 0.3s ease-in-out;
}

.link_list a::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 100%;
  height: 1px;
  background: #000;
  transition: 0.3s ease-in-out;
}

.link_list a:hover::after {
  left: 0px;
}

.link_list a:hover::before {
  right: 0px;
}

@media screen and (max-width: 767px) {
  .training{
    margin-top: 100px;
  }
  
  .training h2 {
    text-decoration: underline;
    margin-bottom: 10px;
  }
  
  .training_wrap01{
    flex-direction: column-reverse;
  }
  
  .training_wrap01 .pic{
    width: 108.2%;
    margin: 0 -4.1%;
  }
  
  .training_wrap01 .contents{
    width: 100%;
    margin-bottom: 20px;
  }
  
  .training_wrap01 .contents h3{
    margin-bottom: 20px;
  }
  
  .training_list01{
    margin-top: 20px;
    display: block;
    margin-bottom: 0;
  }
  
  .training_list01 li {
    width: 100%;
    margin-bottom: 20px;
  }
  
  .training_txt01{
    margin-top: 70px;
    text-align: right;
  }
  
  .training_list02{
    margin-top: 20px;
    display: block;
    margin-bottom: 0;
  }
  
  .training_list02 li {
    width: 100%;
    margin-bottom: 20px;
  }
  
  .training_wrap02{
    margin-top: 70px;
    display: block;
  }
  
  .training_wrap02 .pic{
    width: 108.2%;
    margin: 0 -4.1%;
  }
  
  .training_wrap02 .contents{
    width: 100%;
    margin-bottom: 20px;
  }
  
  .training_wrap02 .contents h3{
    margin-bottom: 20px;
  }
  
  .training_wrap03{
    margin-top: 20px;
    display: block;
  }
  
  .training_wrap03 .contents {
    width: 100%;
  }

  .training_wrap03 .contents + .contents {
    margin-top: 60px;
  }
  
  .training_wrap03 .pic {
    margin-bottom: 20px;
  }
  
  .training_wrap03 .products_list {
    width: 100%;
  }
  
  .training_list04{
    margin-top: 40px;
  }
  
  .training_wrap04{
    margin-top: 20px;
    display: block;
  }
  
  .training_wrap04 .slick{
    width: 100%;
    margin: 0 auto 40px;
  }

  .training_wrap04 .slick-slider .slick-dots{
    left: 0;
  }
  
  .training_wrap04 .products_list{
    width: 100%;
  }
  
  
  .training_txt02{
    margin-top: 70px;
    text-align: right;
  }

  
  .link_list{
    display: block;
    width: 65%;
    margin: 70px auto 0;
  }
  
  .link_list li {
    width: 100%;
  }

  .link_list li + li {
    margin-top: 30px;
  }
  
  .link_list a {
    max-width: 100%;
  }

}

/*----------------------------------------------------- */
/*  footer           */
/*----------------------------------------------------- */

.footer {
  margin-top: 160px;
  padding-bottom: 40px;
  font-size: 13px;
}

.footer .inner {
  display: flex;
  align-items: flex-end;
}

.footer_copyright {
  margin-right: 50px;
}

.footer_text {
  margin-right: 50px;
}

.footer_sns {
  display: flex;
}

.footer_sns li + li {
  margin-left: 20px;
}

.footer_logo {
  margin-left: auto;
}

.footer_logo a {
  display: block;
  width: 100px;
  transition: 0.3s ease-in-out;
}

.footer_logo a:hover {
  opacity: .7;
}

@media screen and (max-width: 767px) {
  .footer {
    margin-top: 120px;
    padding-bottom: 30px;
  }
  
  .footer .inner {
    flex-direction: column;
  }
  
  .footer_copyright {
    margin: 0 auto 40px;
    text-align: center;
    order: 3;
  }
  
  .footer_text {
    margin: 0 auto 10px; 
    text-align: center;
    order: 2;
  }
  
  .footer_sns {
    margin: 0 auto;
    order: 4;
  }
  
  .footer_sns li + li {
    margin-left: 15px;
  }
  
  .footer_logo {
    margin: 0 auto 40px;
    order: 1;
  }
  
  .footer_logo a {
    display: block;
    width: 100px;
  }
}

.slick-dots li button{
  font-size:initial;
  color:initial;
  background:initial;
}
.slick-dots li button:before{
  content:none;
}

.slick-slider .slick-dots {
  bottom: -30px;
  left: -5px;
  text-align: left
}

@media (max-width: 767px) {
  .slick-slider .slick-dots {
      bottom:-28px
  }
}

.slick-slider .slick-dots li {
  margin: 0
}

@media (max-width: 767px) {
  .slick-slider .slick-dots li {
      width:15px;
      height: 15px
  }
}

.slick-slider .slick-dots li button {
  padding: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  line-height: 1.38462em;
  letter-spacing: .033em
}

@media (max-width: 767px) {
  .slick-slider .slick-dots li button {
      width:15px;
      height: 15px;
      font-size: 10px;
      font-size: 13px;
      line-height: .95em
  }
}

.slick-slider .slick-dots li button::before {
  display: none
}

.slick-slider .slick-dots li.slick-active {
  text-decoration: line-through
}


.js-inview {
  position: relative;
  opacity: 0;
  filter: blur(5px);
  transition: opacity 1.5s ease, filter 1.5s ease;
  transition-delay: 0.2s;
}

.js-inview.is-active {
  opacity: 1;
  filter: blur(0);
}

.js-inview-trigger {
  position: absolute;
  top: 150px;
  display: block;
  height: 1px;
  width: 100px;
}