@charset "UTF-8";
/* CSS Document */

@media screen and (min-width: 740px) {
  header{
    width: 100%;
    height: 60px;
    background: url("../img/hed_me.png") repeat-x;
    background-size: auto 100%;
    position: fixed;
    top: -61px;
    left: 0;
    z-index: 100;
    transition: .3s top;
  }
  header.open{
    top: 0;
  }

  header > div{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
  }

  header > div h1{
    width: 235px;
  }
  
  header nav{
    height: auto;
    border-bottom: none;
    display: block;
    text-align: left;
  }

  header > div ul{
    display: flex;
    justify-content: flex-start;
    gap: 0 45px;
    position: absolute;
    top: 0;
    right: 0;
  }

  header > div ul li a{
    font-family:'Libre Baskerville',sans-serif;
    font-size: 14px;
    line-height: 60px;
    color: #767676;
  }


  header ul li{
    display: block;
    height: 60px;
  }

  header ul li a{
    height: auto;
    font-size: 14px;
    line-height: 60px;
    color: #767676;
    padding: 0;
    text-decoration: none;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.mv{
  width: 100%;
  height: 800px;
  position: relative;
}

#slider > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

#slider {
  width: 55%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#slider > div picture,
#slider > div img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mv .title{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  width: 160px;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(325px);
  padding-top: 140px;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.mv .title h1{
  width: 150px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: .3em;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  writing-mode: horizontal-tb;
}

.mv .title h1 img{
  display: block;
  margin-bottom: 10px;
}

.mv .title h2{
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: .05em;
}

.mv .title h2 span{
  display: inline-block;
  padding: .3em 0; 
  position: relative;
}

.mv .title h2 span::before,
.mv .title h2 span::after{
  content: "“";
  position: absolute;
  top: .1em;
  left: -.55em;
  transform: scale(.6);
}
.mv .title h2 span::after{
  content: "”";
  top: auto;
  left: auto;
  bottom: -.35em;
  right: -.55em;
}

.mv .title p{
  font-size: 18px;
  line-height: 2;
  padding: 1em 1.5em;
  letter-spacing: .05em;
}

.mv .title p span{
  margin-top: -.6em;
}

.mv .title p em{
  font-style: normal;
  display: inline-block;
  padding: .6em 0;
}

.mv .title p em + em{
  padding-top: 0;
}

.inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.ts{
  width: 100%;
  padding: 190px 0;
  overflow: hidden;
}

.sec .box{
  width: 100%;
  max-width: 600px;
}

.sec h2{
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.sec h2 span{
  font-family:'Libre Baskerville',sans-serif;
  font-size: 15px;
  line-height: 1;
  color: #933d1c;
  display: block;
  margin-top: 10px;
}

.sec p{
  font-size: 16px;
  line-height: 2;
  margin-bottom: 100px;
}

.sec a{
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: #181818;
  padding-bottom: 13px;
  display: inline-block;
  text-decoration: none;
  position: relative;
}

.sec a::after{
  content: "";
  width: 355px;
  height: 20px;
  background: url("../img/aw.png") no-repeat;
  background-size: auto 100%;
  background-position: bottom right 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: .5s background-position;
}

@media screen and (min-width: 740px) {
  .sec a:hover{
    opacity: 1;
  }
  .sec a:hover::after{
    background-position: bottom right;
  }
}

.sec img,
.sec picture{
  width: 590px;
  position: absolute;
  top: -45px;
  right: -50px;
  z-index: -1;
}

.os{
  padding: 120px 0;
  background: #faf9f9;
  position: relative;
  z-index: 1;
}

.os.sec img,
.os.sec picture{
  width: 544px;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
}

.sf{
  padding: 180px 0;
  position: relative;
}

@media screen and (min-width: 740px) {
  .sf::before{
    content: "";
    width: 45%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/sf_bk.jpg") no-repeat center right;
    background-size: cover;
  }
}

.sf.sec .box{
  padding-left: 52%;
}

@media screen and (min-width: 740px) {
  .li_box{
    padding: 80px 0;
    background: url("../img/li_bk.jpg");
    background-size: cover;
  }
}

.li_box h2{
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  line-height: 1.5;
  color: #FFF;
  text-align: center;
  font-weight: 500;
  margin-bottom: 25px;
}

.li_box h2 span{
  font-family:'Libre Baskerville',sans-serif;
  font-size: 15px;
  line-height: 1;
  color: #c1b4b3;
  display: block;
  margin-top: 10px;
}

.li_box > div > p{
  font-size: 18px;
  line-height: 1.4;
  color: #FFF;
  text-align: center;
  margin-bottom: 40px;
}

.li_box > div{
  max-width: 1135px;
  margin: 0 auto;
}

.li_box ul{
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.li_box ul li{
  width: 265px;
  padding: 6px 6px 10px;
  box-sizing: border-box;
  background: #FFF;
}

.li_box ul li > a{
  font-size: 12px;
  line-height: 1.4;
  text-decoration: none;
  color: #181818;
  display: block;
  word-wrap: break-word;
}

.li_box ul div{
  width: 100%;
  height: 220px;
  position: relative;
  margin-bottom: 10px;
}

.li_box ul div img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.li_box ul div span{
  font-size: 12px;
  line-height: 1;
  color: #782c27;
  text-decoration: none;
  padding: 10px 10px 6px 15px;
  background: #FFF;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  border-top-left-radius: 10px;
}

.li_box ul div span::after{
  content: ">";
  padding-left: .3em;
  display: inline-block;
  transform: scale(.8,1.2)
}

.li_box ul p + p{
  margin-top: 3px;
}

.li_box a.instagram{
  width: 185px;
  min-height: 38px;
  font-family:'Libre Baskerville',sans-serif;
  font-size: 18px;
  line-height: 1;
  color: #FFF;
  font-weight: 500;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  padding-left: 45px;
  margin: 75px auto 0;
  background: url("../img/icon_instagram.png") no-repeat center left;
  background-size: 38px auto;
  cursor: pointer;
}

.li_box a.instagram span{
  display: block;
  position: relative;
}

.li_box a.instagram span::after{
  content: ">";
  padding-left: .5em;
  font-weight: 800;
  display: inline-block;
  transform: scale(.8,1);
}


.li_box a.instagram em{
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  font-style: normal;
  display: block;
  margin-top: 3px;
}

.notice{
  width: 100%;
  max-width: 855px;
  padding: 125px 0;
  margin: 0 auto;
  position: relative;
}

.notice h2{
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.notice h2 span{
  font-family:'Libre Baskerville',sans-serif;
  font-size: 15px;
  line-height: 1;
  color: #933d1c;
  display: block;
  margin-top: 10px;
}

.notice ul{
  font-size: 14px;
  line-height: 1.6;
  padding-left: 45%;
}

.notice ul li + li{
  margin-top: 30px;
}

.notice ul p.date{
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
}

.notice ul h3{
  margin-bottom: 10px;
}

.notice ul h3 a{
  font-size: 15px;
  line-height: 1.4;
  color: #181818;
  font-weight: 600;
  padding-right: 20px;
  text-decoration: none;
  background: url("../img/icon_blank.png") no-repeat top .4em right;
  background-size: 13px auto;
}

.notice .all_v{
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 1;
  color: #181818;
  padding-right: 20px;
  padding-bottom: 10px;
  text-decoration: none;
  background: url("../img/icon_blank.png") no-repeat top .2em right;
  background-size: 13px auto;
  border-bottom: 1px solid #8b3a37;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(60px);
}

@media screen and (max-width: 739px) {
  
  main{
    width: 100%;
    overflow: hidden;
  }
  
  header {
    width:100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #FFF;
    border-bottom: #888787 1px solid;
  }
  
  header h1{
    width:100%;
    height: 60px;
    padding:15px 10px 15px 10px;
    position:fixed;
    top: 0;
    left: 0;
    z-index:9998;
    box-sizing:border-box;
    background: #FFF;
    border-bottom:#e8e8e8 1px solid;
  }

  header h1 img{
    width: auto;
    height: 30px;
  }
  
  header ul{
    width:100%;
    height: 100%;
    font-family: 'Libre Baskerville','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    padding-top: 80px;
    margin: 0;
    display: none;
  }


  header ul li{
    width:100%;
    height: 48px;
    text-align:center;
  }


  header ul li a{
    display:block;
    width:100%;
    height:48px;
    font-size:14px;
    line-height:48px;
    color:#010101;
    text-decoration:none;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .mv{
    width: 100vw;
    height: 90vh;
    margin-top: 61px;
    position: relative;
  }
  #slider{
    width: 100vw;
    position: relative;
  }
  #slider::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .mv .title{
    width: auto;
    color: #FFF;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-60%,-50%);
    padding-top: 0;
    z-index: 900;
  }

  .mv .title h1{
    display: none;
  }

  .mv .title h2{
    font-size: 6.3vw;
    line-height: 1;
    font-weight: 400;
    letter-spacing: .05em;
    text-shadow: 0px 0px 1vw rgba(0, 0, 0, 1);
  }

  .mv .title p{
    font-size: 4vw;
    text-shadow: 0px 0px 1vw rgba(0, 0, 0, 1);
  }

  .inner{
    width: 100%;
    padding: 0 4vw;
    box-sizing: border-box;
  }

  .ts{
    width: 100%;
    padding: 20vw 4vw 5vw;
    box-sizing: border-box;
    overflow: hidden;
  }

  .sec .box{
    width: 100%;
    max-width: 100%;
  }

  .sec h2{
    font-size: 5.5vw;
    line-height: 1.5;
    margin-bottom: 20px;
    white-space: nowrap;
  }

  .sec h2 span{
    font-size: 3.3vw;
    margin-top: 1vw;
  }

  .sec p{
    font-size: 3.8vw;
    line-height: 2;
    margin-bottom: 13vw;
  }

  .sec a{
    width: 100%;
    font-size: 4.5vw;
    line-height: 1;
    padding-bottom: 4vw;
    padding-left: .3em;
  }

  .sec a::after{
    content: "";
    width: 100%;
    height: 5vw;
    background-size: 100% auto;
    background-position: bottom left;
  }

  .sec img,
  .sec picture{
    max-width: none;
    width: 100vw;
    position: static;
    top: auto;
    right: auto;
    margin-left: -4vw;
    margin-top: 20vw;
  }

  .os{
    padding: 15vw 4vw 0;
  }

  .os.sec img,
  .os.sec picture{
    width: 100vw;
    top: auto;
    right: auto;
    transform: translateY(0);
    vertical-align: bottom;
  }

  .sf{
    padding: 15vw 4vw 70vw;
  }

  .sf::before{
    content: "";
    width: 100%;
    height: 55vw;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../img/sf_bk_sp.jpg") no-repeat center left;
    background-size: cover;
  }

  .sf.sec .box{
    padding-left: 0;
  }

  .li_box{
    padding: 15vw 7vw 20vw;
    background: url("../img/li_bk_sp.png");
    background-size: cover;
  }

  .li_box h2{
    font-size: 6.5vw;
    line-height: 1.5;
    color: #FFF;
    letter-spacing: .3em;
    text-align: center;
    font-weight: 500;
    margin-bottom: 25px;
  }

  .li_box h2 span{
    font-size: 3.4vw;
    letter-spacing: .1em;
    margin-top: 1.3vw;
  }

  .li_box > div > p{
    font-size: 3.8vw;
    line-height: 1.4;
    margin-bottom: 10vw;
  }

  .li_box > div{
    margin: 0 auto;
  }

  .li_box ul{
    display: block;
  }

  .li_box ul li{
    width: 100%;
    padding: 1.3vw 1.3vw 2vw;
    box-sizing: border-box;
    background: #FFF;
  }
  
  .li_box ul li + li{
    margin-top: 6vw;
  }

  .li_box ul li > a{
    font-size: 3.4vw;
    line-height: 1.4;
  }

  .li_box ul div{
    width: 100%;
    height: 70vw;
    margin-bottom: 2vw;
  }

  .li_box ul div span{
    font-size: 3.3vw;
    line-height: 1;
    color: #782c27;
    text-decoration: none;
    padding: 2vw 1vw 1.5vw 3vw;
    background: #FFF;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: -1px;
    border-top-left-radius: 1.2vw;
  }
  
  .li_box ul p{
    padding: 0 1vw
  }
  .li_box ul p + p{
    margin-top: 1vw;
  }

  .li_box a.instagram{
    width: 100%;
    font-size: 4.8vw;
    line-height: 1;
    min-height: 10vw;
    padding-left: 0;
    text-align: center;
    padding-top: 13vw;
    margin: 20vw auto 0;
    background: url("../img/icon_instagram.png") no-repeat center top;
    background-size: 10vw auto;
  }

  .li_box a.instagram em{
    font-size: 3.8vw;
    line-height: 1;
    margin-top: 1.5vw;
  }

  .notice{
    width: 100%;
    padding: 25vw 6vw;
    box-sizing: border-box;
  }

  .notice h2{
    font-size: 6vw;
    line-height: 1.5;
    margin-bottom: 20vw;
    position: static;
    top: auto;
    left: auto;
    transform: translateY(0);
  }

  .notice h2 span{
    font-size: 3.5vw;
    line-height: 1;
    color: #933d1c;
    display: block;
    margin-top: 1.5vw;
  }

  .notice ul{
    font-size: 3.6vw;
    line-height: 1.6;
    padding-left: 0;
  }

  .notice ul li + li{
    margin-top: 10vw;
    padding-top: 10vw;
    border-top: 1px solid #eaeaea;
  }

  .notice ul p.date{
    font-size: 3.3vw;
    line-height: 1;
    margin-bottom: 1.5vw;
  }

  .notice ul h3{
    margin-bottom: 1.5vw;
  }

  .notice ul h3 a{
    font-size: 4vw;
    line-height: 1.4;
    padding-right: 5vw;
    background: url("../img/icon_blank.png") no-repeat top .3em right;
    background-size: 3.6vw auto;
  }

  .notice .all_v{
    font-size: 4vw;
    line-height: 1;
    padding-right: 5vw;
    padding-bottom: 2vw;
    text-decoration: none;
    background: url("../img/icon_blank.png") no-repeat top .2em right;
    background-size: 3.6vw auto;
    margin-left: 50%;
    margin-top: 20vw;
    display: inline-block;
    position: static;
    top: auto;
    left: auto;
    transform: translate(-50%,0);
  }  

}

