@charset "UTF-8";
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  scroll-behavior: smooth;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

*,
*:after,
*:before {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  display: block;
  width: 100%;
}

.sp_only {
  display: block;
}
.pc_only {
  display: none;
}
@media screen and (min-width: 751px) {
  .sp_only {
    display: none;
  }
  .pc_only {
    display: block;
  }
}


/*---------------------------------------------
共通
---------------------------------------------*/
.text  {
  line-height: 2.5;
}
.w70 {
  width: 70%;
  margin: auto;
}
.w80 {
  width: 80%;
  margin: auto;
}
.mb10 {
  margin-bottom: 20px;
}
.brand_name {
  position: relative;
}
.title {
  line-height: 2;
  padding-bottom: 20px;
  /* font-size: 27px; */
  font-size: 34px;
  line-height: 1.1;
  margin-right: 6%;
  margin-left: 6%;
  padding-top: 70px;
  /* word-break: break-all; */
}
.kana {
  position: absolute;
  top: 44%;
  left: 18%;
  font-size: 13px;
}
.kana_2 {
  left: 20%;
}
.kana_3 {
  left: 20%;
  top: 33%;
}
.btn {
  display: block;
  margin: 100px auto;
  border: 1px solid;
  padding: 14px 0px;
  font-size: 12px;
  color: #000;
  transition: 0.2s all;
}
.bu {
  color: #FCA176;
}
.btn:hover {
  background: #FCA176;
  border: 1px solid #FCA176;
  color: #fff;
}

#otona_menu  {
  display: none;
}
@media screen and (min-width: 751px) {
  .inner {
    max-width: 1000px;
    margin: auto;
  }
  .title {
    font-size: 22px;
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .item_wrap>img {
    width: 80%;
    margin: auto;
  }
  .btn {
    padding: 30px 200px;
    margin: 100px auto;
    font-size: 14px;
  }
  .w80 {
    width: 60%;
  }
  #otona_menu  {
    display: block;
  }
}
/*---------------------------------------------
TOP
---------------------------------------------*/
.top {
  height: 90vh;
}
.main_img {
  width: 80%;
  margin: 50px auto;
}
.top_img {
  width: 100%;
}

.top_title {
  width: 70%;
  margin: -31% auto 0;
  transition-delay: .3s;
}

.sub_title {
  width: 70%;
  margin: 4% auto 0;
}
[data-aos=fade-right] {
  transform: translate3d(-20px,0,0);
}
.sp_intro {
  text-align: center;
  font-size: 14px;
  line-height: 2;
  background: #EAEDF2;
  padding-top: 70px;
  padding-bottom: 70px;
}
.sp_intro .text {
  width: 84%;
  margin: auto;
}
.pc_intro {
  display: none;
}

@media screen and (min-width: 751px) {
  .main_img {
    width: 460px;
    margin: 0;
    margin-left: 100px;
    margin-top: 24px;
  }
  .top_inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
  }
  .intro {
    margin-bottom: 100px;
  }
  .top_title_wrap {
    margin-top: 150px;
  }
  .top_title {
    width: 340px;
    margin-left: auto;
    margin-right: 10px;
  }
  
  .sub_title {
    width: 340px;
    margin-top: 26px;
    margin-left: auto;
    margin-right: 10px;
  }
  .sp_intro {
    display: none;
  }
  .pc_intro {
    display: block;
    width: 400px;
    margin-top: 50px;
  }
  .pc_intro p {
    line-height: 2;
    font-size: 13px;
  }
}
/*---------------------------------------------
00 thumbs
---------------------------------------------*/
.thumbs {
  background: #EAEDF2;
  padding-bottom: 70px;
}
.thumbs a:hover {
  opacity: .6;
}

.sp_thumbs {
  display: flex;
  justify-content: space-evenly;
}

.sp_thumbs a {
  display: block;
  width: 30%;
  margin-bottom: 10px;
  transition: .2s all;
}

.sp_thumbs .sp_thum_d {
  width: 62.5%;
}
.sp_thumbs .sp_thum_d a {
  width: 100%;
}
.pc_thumb {
  display: none;
}
.eg {
  font-family: 'Dunbar-Low' , sans-serif;
  font-weight: 200;
  font-style: italic;
  /* letter-spacing: 2px; */
}

.ja {
  font-family: 'dnp-shuei-gothic-gin-std', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  font-size: 14px;
}

.bg_01 .text {
  font-size: 12px;
  margin-top: 30px;
  margin-bottom: 60px;
}
.movie_2 {
  width: 50%;
  height: auto;
  margin-left: 46%;
  margin-top: 40%;
}
.img1_2 {
  margin-top: 120px;
}
.img1_4 {
  width: 60%;
  margin-top: 30%;
}
.img1_5 {
  width: 50%;
  margin: 40% auto 70px;
}
@media screen and (min-width: 751px) {
  .ja {
    font-size: 14px;
  }
  .sp_thumbs {
    display: none;
  }
  .pc_thumb {
    display: flex;
    justify-content: center;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .pc_thumb a {
    /* transition: .2s all!important; */
  }
  .pc_thumb img {
    border: 1px solid #fff;
    transition: .2s all;
  }
  .pc_thumb a:hover {
    /* opacity: .6!important; */
  }
  .pc_thumb img:hover {
    border: 1px solid #FCA176;
  }
  .pc_thumb a:nth-of-type(2) {
    transition-delay: .1s;
  }
  .pc_thumb a:nth-of-type(3) {
    transition-delay: .2s;
  }
  .pc_thumb a:nth-of-type(4) {
    transition-delay: .3s;
  }
  .pc_thumb a:nth-of-type(5) {
    transition-delay: .4s;
  }
  .pc_thumb a:nth-of-type(6) {
    transition-delay: .5s;
  }
  .pc_thumb a:nth-of-type(7) {
    transition-delay: .6s;
  }
  .pc_thumb a:nth-of-type(8) {
    transition-delay: .7s;
  }
  .pc_thumb a:nth-of-type(9) {
    transition-delay: .8s;
  }
  .pc_thumb a:nth-of-type(10) {
    transition-delay: .9s;
  }
  .pc_thumb img {
    height: 42vh;
    max-height: 280px;
    width: auto;
    margin: 0 4px;
  }
  .thumbs {
    padding-bottom: 0;
  }

}

/*---------------------------------------------
01 bg_01 ~ bg_10
---------------------------------------------*/
.use {
  display: inline-block;
  background: linear-gradient(transparent 60%, #FCA176 60%);
  line-height: 1;
}
.line2 {
  display: inline-block;
  /* padding-left: 1em;
  text-indent: -1em; */
}
.color_flex {
  display: flex;
}
.color_right {
  width: 85%;
  margin-left: 5px;
}
#bg_02,#bg_04,#bg_06,#bg_08,#bg_10 {
  background: #f7f9fa;
}
.bg_02 {
  padding-top: 70px;
}
.img2_1 {
  margin-bottom: 80px;
}
.sub {
  padding-bottom: 30px;
}
.item_box {
  position: relative;
  z-index: 2;
  margin-left: 6%;
  margin-right: 6%;
  margin-top: -30%;
  
}
.item_box2 {
  margin-left: 6%;
  margin-right: 6%;
}
.underline {
  border-bottom: 1px solid #000;
}
.boldline {
  border-bottom: 2px solid #000;
}
.item {
  width: 44%;
  margin: 10px 5px;
  font-size: 12px;
}
.item_name {
  /* margin-top: 14px; */
  line-height: 1;
}
.pc_flex,
.pc_flex2 {
  display: block;
}
.eg_item {
  font-family: 'Dunbar-Low' , sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  letter-spacing: 2px;
  margin-bottom: 26px;
  line-height: 1.2;
}

.fz14,
.fz14_01 {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 20px;
  margin-top: 20px;
}

.point {
  margin-top: 50px;
  margin-bottom: 90px;
}

.buy_btn {
  display: block;
  background: #000;
  padding: 5px 18px;
  border-radius: 50px;
  color: #fff;
  letter-spacing: 1px;
  width: 106px;
  margin-left: auto;
  margin-top: 40px;
  text-align: center;
  transition: .2s all;
  border: 1px solid #000;
  font-size: 12px;
}
.buy_btn2 {
  margin-top: 0;
  width: 100px;
  margin-bottom: 10px;
  padding: 0 20px;
  line-height: 1.7;
  text-align: center;
  transition: .2s all;
  font-size: 12px;
}
.buy_btn:hover,
.buy_btn2:hover {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}

.img_box {
  margin-top: 90px;
}
.slide_items {
  width: 100%;
  height: 100%;
}

.slide_items img {
  width: 100%;
  object-fit: cover;
}
.credit {
  line-height: 2.2;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 70px;
}
.credit .left {
  width: 75%;
  font-style: italic;
}
.brand_top_wrap {
  text-align: center;
}
.brand_top {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  display: inline-block;
  color: #000;
  margin-bottom: 100px;
  font-size: 20px;
  transition: .2s all;
}
.brand_top:hover {
  color: #FCA176;
}
.credit span {
  display: inline-block;
}
.link {
  text-decoration: underline;
}
.item a {
  color: #000;
  transition: 0.2s all
}
.item a:hover {
  opacity: .6;
}
@media screen and (min-width: 751px) {
  #bg_01 .inner {
    padding-top: 200px;
  }
  .pc_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 100px;
  }
  .item_box {
    position: static;
    margin-top: 0;
    margin-left: 6%;
    margin-right: 0;
  }
  .pc_flex>div {
    width: 50%;
  }
  .pc_title {
    font-size: 34px;
    padding-bottom: 7px;
    line-height: 1.2;
  }
  .kana {
    top: -37%;
    left: 47px;
  }
  .kana_2 {
    left: 54px;
  }
  .kana_3 {
    top: -18%;
    left: 54px;
  }
  .fz14_01 {
    font-size: 18px;
  }
  .point {
    margin-bottom: 0;
  }
  .buy_btn,
  .buy_btn2 {
    font-size: 12px;
    width: 100px;
  } 
  .pc_flex2 {
    display: flex;
    justify-content: space-evenly;
    align-items: top;
  }
  .pc_flex2>div {
    width: 44%;
  }
  .img_box {
    margin-top: 120px;
  }
  .bg_01 .text {
    font-size: 14px;
  }
  .item {
    margin: 10px 5px 20px;
  }
  .img2_1 {
    margin-bottom: 0;
  }
  .brand_top {
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 200px;
  }
  .brand_top:last-of-type {
    margin-bottom: 120px;
  }

}
/*---------------------------------------------
staff
---------------------------------------------*/
.staff_wrap .flex {
  display: flex;
  justify-content: space-between;
  /* padding-top: 0; */
}
.staff_wrap .eg_item {
  text-align: center;
}
.staff img {
  width: 96%;
  margin: auto;
  transition: .2s all;
}

.staff img:hover {
  opacity: .6;
}
.staff_wrap .fz20 {
  font-size: 20px;
  letter-spacing: 1px;
}
.more_btn {
  margin-top: 40px;
  width: 100px;
  margin-bottom: 70px;
  padding: 0 20px;
  line-height: 1.7;
  text-align: center;
  transition: .2s all;
  border: 1px solid #000;
  background: #fff;
  color: #000;
}
.more_btn2 {
  background: #f7f9fa;
}
.more_btn:hover {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}

@media screen and (min-width: 751px) {
  .staff_wrap {
    width: 60%;
    margin: 60px auto 0;
  }
  .staff_wrap .eg_item {
    margin-bottom: 50px;
  }
  .staff img {
    width: 250px;
  }
  .fz20 {
    font-size: 26px!important;
  }
  .more_btn {
    margin-top: 30px;
    margin-bottom: 60px;
  }

}
/*---------------------------------------------
03 footer
---------------------------------------------*/
.footer {
  background: #f7f9fa;
  /* padding: 100px 15% 20px; */
  padding-bottom: 100px;
  text-align: center;
}

.footer .btn {
  font-size: 20px;
  margin: 0 auto 20px;
}

.footer p {
  font-size: 0.7em;
  margin-top: 70px;
}
.footer .all {
  background: #FCA176;
  border: 1px solid #FCA176;
  color: #fff;
  transition: .2s all;
  width: 80%;
  margin: -50px auto 0;
}
.footer .all:hover {
  background: #f57f48;
  border: 1px solid #f57f48;
}
#page_top {
  position: fixed;
  bottom: 2%;
  width: 50px;
  margin: 10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 100;
}
@media screen and (min-width: 751px) {
  .footer .btn {
    margin: 0 auto 30px;
    width: 600px;
    padding: 30px 0px;
  }
  .footer  {
    padding: 100px 15% 40px;
  }
  #page_top {
    right: 3%;
    bottom: 6%;
  }
  .footer .all {
    margin: -150px auto 100px;
  }
}

/* slick */
.slick-prev,
.slick-next {
  display: none;
}