@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;
}
.title {
  width: 40%;
  padding-top: 100px;
  padding-bottom: 40px;
  margin-left: 30px;

}
.btn {
  display: block;
  margin: 100px auto;
  border: 1px solid;
  padding: 14px 40px;
  font-size: 12px;
  color: #000;
  transition: 0.2s all;
}
.bu {
  color: #E6B06A;
}
.btn:hover {
  background: #E6B06A;
  border: 1px solid #E6B06A;
  color: #fff;
}
#otona_menu  {
  display: none;
}
.flex {
  display: flex;
}
.italic {
  font-style: italic;
}
@media screen and (min-width: 751px) {
  .inner {
    max-width: 1200px;
    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: 100%;
}
.top_img {
  width: 100%;
}
.top_inner {
  position: relative;
}

.top_title {
   width: 78%;
   margin: -31% auto 0;
   transition-delay: .3s;
}
.top_title_wrap {
  position: absolute;
  top: 5%;
}
.sub_title {
  width: 70%;
  margin: 4% auto 0;
  transition-delay: .3s;
}
[data-aos=fade-right] {
  transform: translate3d(-20px,0,0);
}
.intro {
  text-align: center;
  font-size: 14px;
  line-height: 2;
  background: #EAEDF2;
  padding-top: 70px;
  padding-bottom: 70px;
}
.intro .text {
  width: 90%;
  margin: 0 auto 80px;
}


@media screen and (min-width: 751px) {
  .main_img {
    width: 100%;
    /* margin: 0;
    margin-left: 100px;
    margin-top: 24px; */
  }
  .top_inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
  }

  .top_title_wrap {
    position: absolute;
    width: 350px;
    top: 10%;
    left: 10%;
  }
   .sub_title {
    position: absolute;
    width: 100%;
    /* top: 10%;
    left: 10%;  */
    margin: 0;
  } 

}
/*---------------------------------------------
00 thumbs
---------------------------------------------*/
.thumbs {
  background: #EAEDF2;
}
.thumbs a:hover {
  opacity: .6;
}

.thumbs ul {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: auto;
}

.thumbs a {
  display: block;
  width: 96%;
  margin: 0 auto 10px;
  transition: .2s all;
}

.thumbs .sp_thum_d {
  width: 62.5%;
}
.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;
  }
  .thumbs ul {
    width: 36%;
  }
  .thumbs a {

  }

  .thumbs {
    padding-bottom: 0;
  }

}

/*---------------------------------------------
01 bg_01 ~ bg_10
---------------------------------------------*/

#bg_01,#bg_02,#bg_03,#bg_04{
  padding-bottom: 50px;
  /* background: #ececea; */
}
#bg_02,
#bg_04 {
  background: #FAF7F2;
}
.title_img_wrap {
  padding-top: 100px;
}
.title_img_wrap ul {
  /* margin-left: 30px; */
}
.title_img_wrap ul li {
  position: relative;
  margin-left: 60px;
  margin-bottom: 15px;
  font-size: 15px;
  margin-right: 20px;
  line-height: 1.5;
}
.title_img_wrap ul li::before {
  position: absolute;
  top: -21px;
  left: -40px;
  display: inline-block;
  content: url(../images/check.png);
  transform: scale(0.25);
}
.each_title {
  position: relative;
  height: 100px;
}
.title_number {
  position: absolute;
  width: 9%;
  top: 10%;
  left: 5%;
  
}
.eg_item {
  font-family: century-gothic, sans-serif;
  /* font-style: normal; */
  font-weight: 400;
  font-style: italic;
  font-size: 50px;
  /* letter-spacing: 2px; */
  margin-bottom: 26px;
  line-height: 1.2;
}
.cate {
  position: absolute;
  font-size: 44px;
  top: 15%;
  left: 12%;
}
@media screen and (min-width: 751px) {
  .title_number {
    width: 6%;
  }
  .title_img_wrap ul li {
    font-size: 16px;
    margin-left: 10%;
    margin-bottom: 26px;
  }
  .title_number {
    width: 4%;
  }
  .cate {
    font-size: 70px;
    top: 20%;
    left: 8%;
  }
  .each_title {
    height: 150px;
  }
  .title_img_wrap ul li::before {
    top: -20px;
    left: -40px;
    transform: scale(0.3);
  }
  #bg_04 {
    padding-bottom: 100px;
  }
}
/*---------------------------------------------
credit
---------------------------------------------*/
.credit_wrap {
  margin: 20px;
}

.tokei {
  font-size: 11px;
  color: rgb(112, 111, 111);
  margin-bottom: 4px;
  display: inline-block;
}
.credit_wrap a {
  color: #000;
  display: inline-flex
}
.credit_wrap .flex {
  margin-bottom: 20px;
}
.credit_img {
  display: inline-block;
  width: 80px;
  margin-right: 15px;
}
.credit_text {
  display: inline-block;
  width: 70%;
  color: #000;
  vertical-align: top;
}
.credit_wrap .flex .item {
  font-size: 13px;
  font-weight: bold;
}
.credit_wrap .flex .number {
  font-style: italic;
}
.credit_wrap .flex .brand,
.credit_wrap .flex .price {
  font-size: 12px;
}
.credit_wrap .flex .price {
  text-decoration: underline;
}
@media screen and (min-width: 751px) {
  .credit_wrap {
    margin-left: 3vw;
    overflow-y: scroll;
    height: 70vh;
  }
  .credit_wrap a {
    transition: .2s all;
  }
  .credit_wrap a:hover {
    opacity: .6;
  }
  .credit_wrap::-webkit-scrollbar {
    width: 4px;
    height: 6px;
    
  }
  .credit_wrap::-webkit-scrollbar-thumb {
    background: rgb(214, 214, 214);
    border-radius: 3px
  }
  .credit_wrap .flex .item {
    font-size: 13px;
  }
  .credit_text {
    margin-right: 30px;
  }
  .credit_wrap .flex .brand,
.credit_wrap .flex .price {
  font-size: 11px;
}

}
.bg_02 {
  padding-top: 70px;
}
.img2_1 {
  width: 100%;
}
.sub {
  padding-bottom: 30px;
}
.item_box {
  position: relative;
  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_name {
  line-height: 1;
}
.pc_flex,
.pc_flex2 {
  display: block;
}

.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;
}
.buy_btn2 {
  margin-top: 0;
  width: 120px;
  margin-bottom: 10px;
  padding: 0 20px;
  line-height: 1.7;
  text-align: center;
  transition: .2s all;
}
.buy_btn:hover,
.buy_btn2:hover {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}

.img_box {
  margin-top: 90px;
}
.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;
  /* font-weight: 400; */
}
.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: #E6B06A;
}
.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: 100px;
    padding-bottom: 100px;
  }
  .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;
  }
  .img2_1 {
    width: 700px;
    /* width: 627px; */
    min-width: 56%;
  }
  .pc_flex>div {
    width: 35%!important;
  }
  .title_img_wrap .title {
      height: 30vh;
  }

  .fz14_01 {
    font-size: 18px;
  }
  .point {
    margin-bottom: 0;
  }
  .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: 100px;
  }

}

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

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

.footer p {
  font-size: 0.7em;
  margin-top: 70px;
}
#page_top {
  position: fixed;
  bottom: 5%;
  width: 50px;
  margin: 10px;
}
@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%;
  }
}

/*---------------------------------------------
flexslider
---------------------------------------------*/
.flexslider {
  border: none;
  background: none;
}
.flex-control-nav {
  display: none;
}