@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato|Noto+Sans+JP:400,700&display=swap&subset=japanese");

html,
body {
  -webkit-backface-visibility: hidden;
  font-family: 'Noto Sans JP', 'Lato', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳＰゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background: #ffffff;
}

figure {
  padding: 0;
  margin: 0;
  max-width: 100%;
  width: 100%;
}

img {
  text-align: center;
  max-width: 700px;
  width: 100%;
}

a {
  display: inline-block;
}

.reflection{
  display:inline-block;
  position:relative;
  overflow:hidden;
  }
   
  .reflection:after {
  content:"";
  height:100%;
  width:30px;
  position:absolute;
  top:-180px;
  left:0;
  background-color: #fff;
  opacity:0;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 3.5s ease-in-out infinite;
  }
   
  @keyframes reflection {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
  }



main {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  background: white;
}

h1 {
  margin: 0;
}



footer {
  background: #d0c3b1;
  padding: 40px;
  color: #666666;
}

footer small {
  display: block;
  text-align: center;
}


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

.detail_box video {
  margin-top: 30px;
  width: 100%;
  height: auto;
  bottom: 60px;
}

/*slick setting*/
.slick-prev:before,
.slick-next:before {
  color: #000;
}

.gold {
  color: #AC863F;
}

.bold {
  font-weight: bold;
}

.line {
  /*	display: inline-block;*/
  border-bottom: 2px solid #a68400;
}

.owner{
  font-size: 18px;
  font-weight: bold;
}

.author{
  color: rgb(100, 100, 100);
  position: relative;
  padding-left: 25px;
}
.author:before{
  position: absolute;
  content: "";
  background-color: rgb(100, 100, 100);
  width: 20px;
  height: 1px;
  top: 17px;
  left: 0;
}

.fz-ss {
  font-size: 12px;
  line-height: 1.0;
}


.fz-ss.baseline{
  vertical-align: super;
}

.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.mt00 {
  margin-top: 0;
}

.mt30{
  margin-top: 30px;
}

.mb00 {
  margin-bottom: 0;
}

.mb30{
  margin-bottom: 30px;

}




@media (min-width: 768px) {

  main {
    margin-top: 100px;
    margin: 0px auto;
  }

  .fv {
    width: 750px;
    height: 450px;
    position: relative;
  }

  .fv img {
    width: 100%;
    position: absolute;
  }


  header h1 {
    padding: auto;
  }

  header small {
    display: block;
    text-align: right;
    color: #999999;
    font-size: 12px;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  h1 img {
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 80px;
  }

  .container {
    width: 90%;
    padding: 10px 0;
    margin: 0 auto;
  }

  p {
    margin: 30px 0px;
    font-size: 16px;
    line-height: 32px;
    color: #666666;
  }

  .fz-xl {
    font-size: 35px;
    line-height: 1.8;
  }

  .facebook ul {
    padding: 0;
    margin: 0;
  }

  .facebook {
    margin: 00px auto;
    margin-top: 50px;
    background: #EBE5D9;
    padding: 15px;
  }

  .slick-slide img {
    width: 720px;
  }

  .mini {
    text-align: right;
    margin-top: 0;
  }

  dl {
    border: 1px solid #D5D5D5;
    padding: 30px;
  }

  dl dt {
    color: #AC863F;
    font-weight: bold;
    border-left: 6px solid;
    padding-left: 16px;
    margin-bottom: 20px;
  }

  dd {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    margin: 0;
  }

  .quote_box {
    position: relative;
    margin: 40px 0;
    padding: 20px 30px;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #EAE5D9;
    z-index: 10;
  }

  .quote_box:before {
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 12px;
    width: 27px;
    height: 22px;
    text-align: center;
    content: "";
    font-family: FontAwesome;
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
    font-weight: 900;
    background: url(../img/icon_quote_top.png);
  }

  .quote_box:after {
    display: inline-block;
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 27px;
    height: 22px;
    text-align: center;
    content: "";
    font-family: FontAwesome;
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
    font-weight: 900;
    background: url(../img/icon_quote_btm.png);
    z-index: -1;
  }

  .quote_box .quote_text {
    font-size: 17px;
    position: relative;
    padding: 0;
    margin-top: 15px;
    /* margin: 10px 20px; */
    z-index: 3;
    line-height: 1.8;
  }

  .quote_name {
    font-size: 17px;
    text-align: right;
    margin: 0px;
  }

  .ttl-h2 {
    font-size: 40px;
    font-family:
    YuMincho,
    /* Mac用 */
    'Yu Mincho',
    /* Windows用 */
    serif;
    background: #f8f5ee;
    border-left: solid 15px #d0c3b1;
    padding: 25px 0 25px 40px;
    margin: 40px 0 30px 0;
    color: #565656;
    font-size: 26px;
    line-height: 44px;
  }


  ul.check {
    list-style: none;
    border: 1px solid #D5D5D5;
    padding: 20px;
  }

  ul.check li {
    color: #666666;
    padding-left: 30px;
    font-weight: bold;
    background: url("../img/icon.png") no-repeat;
    background-position: left center;
    margin: 10px 0px;
  }

  .container a {
    display: block;
    margin: 40px 0px;
  }

  .container a.textlink {
    display: inline;
    font-weight: bold;
    color: #C57B7A;
    text-decoration: underline;
    margin: 0;
    transition: .5s;
  }

  .container a.textlink:hover {
    color: #daabaa;
    text-decoration: none;
  }

  .container a.imglink {
    transition: .5s;
  }

  .container a.imglink:hover {
    opacity: 0.5;
  }

  .slider {
    position: relative;
  }

  .slider .slick-dots {
    position: absolute;
    bottom: -45px;
  }

  div.movie {
    background: #EFEFEF;
    padding: 15px;
  }

  div.movie video {
    width: 100%;
  }

  ul.hash-tag {
    margin: 15px 0 0 0;
    padding: 0;
    display: flex;
  }

  .hash-tag li {
    margin-right: 10px;
    padding: 0 5px;
    list-style: none;
    border: 1px solid #AC863F;
    color: #AC863F;
    border-radius: 5px;
  }

  footer ul {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    list-style: none;
    text-align: center;
  }

  footer ul li {
    display: inline-block;
    margin: 0 10px;
  }

  footer ul li a {
    font-size: 14px;
    color: #666666;
  }

  .mt40 {
    margin-top: 40px;
  }

.sp {
  display: none;
  }


}



/*------------------------------------------------------------*/
@media (max-width: 767px) {

  header {
  max-width: 750px;
  overflow: hidden;
  margin: 0 auto;
  }
  .fv {
  width: 100%;
  height: auto;
  position: relative;
  }
  .fv:before {
      content: "";
      display: block;
      padding-top: 60%; /* 1:1 */
  }
  .fv img {
  width:100%;
      position: absolute;
      top: 0; left: 0;
      max-height: 100%; 
  }

  .pc {
  display: none;
  }

  main {
  margin-top: 100px;
  margin: 0px auto;
  }
  
  header h1 {
  padding-bottom: 20px;
  }

  header small {
  display: block;
  text-align: right;
  color: #999999;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 20px;
  }
  
  h1 img {
  width: 95%;
  display: block;
  margin: 0 auto;
  }
  
  .container {
  width: 96%;
  padding:20px 0;
  margin: 0 auto;
  }
  
  p {
  margin: 20px 0px;
  font-size: 15px;
  line-height: 2.0;
  color: #666666;
  }
  .owner{
    font-size: 16px;
  }
  .author{
    font-style: 15px;
    padding-left: 25px;
  }
  .author:before{
    top: 15px;
  }

  .fz-xl {
    font-size: 118%;
    line-height: 1.5;
  }
  
  img {
  vertical-align: top;
  max-width: 100%;
  width: 100%; }
  

  .slick-slide img {
  width: 720px;
  }

  .mini {
  text-align: right;
  margin-top: 0;
  }
  
  dl {
  border:1px solid #D5D5D5;
  padding: 15px;
  }
  dl dt {
  color: #AC863F;
  font-weight: bold;
  border-left: 6px solid;
  padding-left: 16px;
  margin-bottom: 20px;
  }

  dd {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  margin: 0;
  }

  .ttl-h2 {
    font-size: 20px;
    font-family:
    YuMincho,
    /* Mac用 */
    'Yu Mincho',
    /* Windows用 */
    serif;
    background: #f8f5ee;
    border-left: solid 10px #d0c3b1;
    padding: 5% 4% 5%;
    margin: 40px 0 30px 0;
    color: #565656;
    line-height: 30px;
  }

  ul.check {
  list-style: none;
  border:1px solid #D5D5D5;
  padding:0px 10px;
  }

  ul.check li {
  color: #666666;
  padding-left: 30px;
  font-weight: bold;
  background: url("../img/icon.png") no-repeat;
  background-position: left center;
  margin: 10px 0px;
  }
  
  .container a {
  display: block;
  margin: 40px 0px;
  }
  .container a.textlink{
    display: inline;
    font-weight: bold;
    color: #C57B7A;
    text-decoration: underline;
    margin: 0;
    transition: .5s ;
  }
  .container a.textlink:hover{
    color: #daabaa;
    text-decoration: none;
  }
  .container a.imglink{
    transition: .5s ;
  }
  .container a.imglink:hover{
    opacity: 0.5 ;
  }
  
  .slider {
  position: relative;
  }
  .slider .slick-dots {
  position: absolute;
  bottom:-30px;
  }
  div.movie {
  background: #EFEFEF;
  padding: 5px;
  }
  div.movie video {
  width: 100%;
  }
  
  ul.hash-tag{
    margin: 15px 0 0 0;
    padding: 0;
    display: flex;
  }
  .hash-tag li{
    margin-right: 10px;
    padding: 0 5px;
    list-style: none;
    border: 1px solid #AC863F;
    color: #AC863F;
    border-radius: 5px;
  }
  
  .quote_box {
    position: relative;
    margin: 30px 0;
    padding: 15px 20px;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #EAE5D9;
    z-index: 10;
     }
    .quote_box:before {
      display: inline-block;
      position: absolute;
      top: 12px;
      left: 12px;
      width: 27px;
      height: 22px;
      text-align: center;
      content: "";
      font-family: FontAwesome;
      color: #FFF;
      font-size: 18px;
      line-height: 30px;
      font-weight: 900;
      background: url(../img/icon_quote_top.png); }
    .quote_box:after {
      display: inline-block;
      position: absolute;
      bottom: 12px;
      right: 12px;
      width: 27px;
      height: 22px;
      text-align: center;
      content: "";
      font-family: FontAwesome;
      color: #FFF;
      font-size: 18px;
      line-height: 30px;
      font-weight: 900;
      background: url(../img/icon_quote_btm.png);
      z-index: -1; }
    .quote_box .quote_text {
      font-size: 17px;
      position: relative;
      padding: 0;
      margin-top: 15px;
      /* margin: 10px 20px; */
      z-index: 3;
      line-height: 1.8; }
    .quote_name{
      font-size: 17px;
      text-align: right;
      margin: 0px;
    }
  
  
  footer ul {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
  
  }
  footer ul li {
  text-align: center;
  margin:5px 0px;
  }
  footer ul li a {
  font-size: 14px;
  color: #666666;
  }
  
  
  }



a.btn-flat {
  overflow: hidden;
  padding: 1.5rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #000;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: #eb6877;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}




/* button */
.txt_btn {
  width: 70%;
  margin: 0 auto;
  background: #827553;
  position: relative;
  border-radius: 10px;
  text-align:center;
}
.txt_btn a {
  display: block;
  text-decoration: none;
  color: #FFF;
  padding: 15px 50px 15px 20px;
  transition: background 0.3s;
}
.txt_btn a:hover {
  transition: background 0.3s;
  background: rgba(255,255,255,0.15);
}
.txt_btn a:after {
  display: block;
  content: '';
  width: 12px;
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 20px auto 0;
  background: url("../images/btn_arrow.png") no-repeat center;
  background-size: contain;
  transition-duration: 0.5s;
}
.txt_btn a:hover:after {
  transition-duration: 0.5s;
  margin: auto 10px auto 0;
}

