@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;
}

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;
}

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* 全体設定
---------------------------------------------*/
html {
  width: 100%;
  font-size: 62.5%;
}

body {
  width: 100%;
  overflow-x: hidden;
  background: #fff;
  color: #000;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  line-height: 2;
  letter-spacing: 0.02rem;
  word-break: break-all;
  text-align: justify;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 14px;
    letter-spacing: 0.03rem;
  }
}

/* font
--------------------------------------*/
.ff_shi {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}

.ff_not {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.ff_ssp {
  font-family: "sweet-sans-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.ff_ivy {
  font-family: "ivymode", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fw_thi {
  font-weight: 200;
}

.fw_lig {
  font-weight: 300;
}

.fw_reg {
  font-weight: 400;
}

.fw_mid {
  font-weight: 500;
}

/* common setting
--------------------------------------*/
img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  transition: all 0.4s ease-out;
}

a {
  color: #000;
  text-decoration: none;
}

#page-top,
#page-top span {
  display: inline-block;
  box-sizing: border-box;
}

#page-top {
  box-sizing: border-box;
  position: fixed;
  z-index: 9999;
  text-align: center;
  margin: auto;
  right: 10px;
  bottom: 20px;
  width: 20px;
  height: auto;
  line-height: 5rem;
  font-size: 2rem;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) {
  #page-top {
    right: 20px;
    bottom: 20px;
    width: 30px;
  }
}
#page-top:hover {
  opacity: 0.6;
}
#page-top:hover span {
  background: #fff;
}
#page-top span {
  position: absolute;
  height: 3px;
  background: #fff;
}
#page-top span:nth-of-type(1) {
  top: 46%;
  transform: rotate(-45deg);
  width: 15px;
  left: 25%;
}
@media screen and (max-width: 768px) {
  #page-top span:nth-of-type(1) {
    width: 12px;
    left: 25%;
  }
}
#page-top span:nth-of-type(2) {
  top: 46%;
  transform: rotate(45deg);
  width: 16px;
  right: 25%;
}
@media screen and (max-width: 768px) {
  #page-top span:nth-of-type(2) {
    width: 12px;
    right: 25%;
  }
}

.flexbox {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

#wrap {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

#topArea {
  width: 100%;
  position: relative;
}
#topArea .main_ttl {
  position: absolute;
  width: 67%;
  top: 230px;
  left: auto;
  right: 0;
}
@media screen and (min-width: 769px) {
  #topArea .main_ttl {
    position: absolute;
    width: 380px;
    top: 25%;
    left: 10%;
    right: auto;
  }
}
#topArea .main_ttl2 {
  position: absolute;
}
@media screen and (max-width: 768px) {
  #topArea .main_ttl2 {
    width: 41%;
    bottom: 10px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  #topArea .main_ttl2 {
    position: absolute;
    width: 150px;
    top: 30px;
    left: 30px;
  }
}
#topArea .main_img {
  width: 100%;
  margin: 0 auto;
}

#read {
  width: 100%;
  margin: 0 auto 200px;
  position: relative;
  text-align: center;
  padding-top: 100px;
}
@media screen and (min-width: 769px) {
  #read {
    padding-top: 150px;
  }
}
#read .ttl {
  font-size: 28px;
  letter-spacing: -0.2rem;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  #read .ttl {
    font-size: 38px;
    letter-spacing: -0.3rem;
  }
}
#read .txt {
  margin-top: 70px;
  font-size: 14px;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  #read .txt {
    font-size: 16px;
  }
}
#read .sign {
  width: 60%;
  margin: 30px auto;
}
@media screen and (min-width: 769px) {
  #read .sign {
    width: 320px;
    margin-left: auto;
    margin-right: 5%;
  }
}
#read .flexbox {
  margin-top: 100px;
}
#read .flexbox p {
  width: 100%;
  font-size: 23px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #read .flexbox p {
    text-align: left;
    margin-left: 12%;
    line-height: 2;
  }
}
@media screen and (min-width: 769px) {
  #read .flexbox p {
    font-size: 32px;
  }
}
#read .flexbox .box_img {
  width: 80%;
}
@media screen and (min-width: 769px) {
  #read .flexbox .box_img {
    width: 45%;
  }
}
#read .flexbox .box_txt {
  text-align: left;
  width: 88%;
  margin-top: 50px;
  margin-left: auto;
  line-height: 2.4;
  font-size: 13px;
  letter-spacing: 0rem;
}
@media screen and (min-width: 769px) {
  #read .flexbox .box_txt {
    width: 48%;
    margin: 0;
    margin-top: 80px;
    font-size: 14px;
  }
}

/* mainArea
--------------------------------------*/
#contents {
  width: 100%;
  margin: 0px auto 0;
  box-sizing: border-box;
}

.category_box {
  width: 100%;
  margin: 150px auto 0;
  background: #f9f4ed;
  padding-bottom: 100px;
}
@media screen and (min-width: 769px) {
  .category_box {
    margin: 400px auto 0;
    padding-top: 130px;
  }
}
.category_box .box_ttl {
  width: 100%;
  margin: 0px auto 150px;
}
@media screen and (min-width: 769px) {
  .category_box .box_ttl {
    width: 80%;
    margin: -320px auto 200px;
    align-items: center;
  }
}
.category_box .box_ttl .no {
  width: 100%;
}
.category_box .box_ttl .no img {
  width: auto;
  height: 180px;
  margin: -45px auto 60px;
}
@media screen and (min-width: 769px) {
  .category_box .box_ttl .no {
    width: 25%;
  }
  .category_box .box_ttl .no img {
    height: 220px;
    margin: -10px auto 0px;
  }
}
.category_box .box_ttl .ph {
  width: 75%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .category_box .box_ttl .ph {
    width: 430px;
  }
}
.category_box .box_credit {
  width: 75%;
  margin: 50px auto 0;
  font-size: 11px;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  box-sizing: border-box;
}
.category_box .box_credit .price {
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  .category_box .box_credit {
    width: 15%;
    margin-top: 120px;
    font-size: 14px;
    line-height: 1.5;
  }
  .category_box .box_credit .price {
    font-size: 16px;
  }
}
.category_box .box_credit .buy {
  display: block;
  text-align: center;
  margin-top: 20px;
  width: 41px;
  letter-spacing: 0.5rem;
  padding-left: 2px;
  line-height: 2.8;
  border-bottom: solid 1px #000;
}
@media screen and (min-width: 769px) {
  .category_box .box_credit .buy {
    width: 50px;
    line-height: 2.5;
  }
}
.category_box .box_credit .buy:hover {
  opacity: 0.6;
}
.category_box .img_box {
  width: 100%;
  margin: 0 auto 0px;
  padding: 0 10%;
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 769px) {
  .category_box .img_box {
    padding-bottom: 0;
  }
}
.category_box .img_box .ttl {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .category_box .img_box .ttl {
    width: 50%;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
.category_box .img_box .ttl img {
  width: 150px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 769px) {
  .category_box .img_box .ttl img {
    width: 200px;
    margin-bottom: 50px;
  }
}
.category_box .img_box .ttl p {
  font-size: 90px;
  line-height: 1.3;
  letter-spacing: 0.4rem;
}
.category_box .img_box .ttl p span {
  display: block;
  font-size: 15px;
}
@media screen and (min-width: 769px) {
  .category_box .img_box .ttl p {
    font-size: 120px;
  }
  .category_box .img_box .ttl p span {
    font-size: 20px;
  }
}
.category_box .img_box .ttl .line {
  display: block;
  background: #000;
  width: 45px;
  height: 1px;
  margin: 60px auto;
}
@media screen and (min-width: 769px) {
  .category_box .img_box .ttl .line {
    width: 61px;
    margin: 80px auto;
  }
}
.category_box .img_box .ttl .sub {
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  .category_box .img_box .ttl .sub {
    font-size: 20px;
  }
}
.category_box .img_box .slide_box {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .category_box .img_box .slide_box {
    width: 45%;
  }
}
.category_box .txt_box {
  width: 100%;
  margin: 0 auto 0px;
  padding: 0 10% 80px;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .category_box .txt_box {
    padding-bottom: 0;
  }
}
.category_box .txt_box .txt {
  width: 100%;
  margin: 80px auto 80px;
  font-size: 13px;
  letter-spacing: 0rem;
}
@media screen and (min-width: 769px) {
  .category_box .txt_box .txt {
    width: 39%;
    margin: 0;
    font-size: 14px;
  }
}
.category_box .txt_box .box_credit {
  width: 100%;
  margin: 0px auto;
}
@media screen and (min-width: 769px) {
  .category_box .txt_box .box_credit {
    width: 40%;
    margin: 100px 0 0;
    font-size: 13px;
  }
}
.category_box .txt_box .box_credit li {
  position: relative;
  margin-bottom: 20px;
}
.category_box .txt_box .box_credit li:last-child {
  margin-bottom: 0;
}
.category_box .txt_box .box_credit .buy {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .category_box .txt_box .box_credit .buy {
    font-size: 14px;
    bottom: 5px;
  }
}
.category_box .box_on .box_credit {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .category_box .box_on .img_box .ttl {
    padding-left: 10%;
    order: 2;
  }
  .category_box .box_on .img_box .slide_box {
    order: 1;
  }
  .category_box .box_on .txt_box .txt {
    order: 2;
  }
  .category_box .box_on .txt_box .box_credit {
    order: 1;
    margin-bottom: 150px;
  }
}
.category_box .box_off {
  width: 100%;
  background: #fff;
  padding-top: 100px;
}
@media screen and (min-width: 769px) {
  .category_box .box_off {
    padding-top: 70px;
    padding-bottom: 100px;
  }
  .category_box .box_off .img_box .ttl {
    padding-right: 10%;
  }
  .category_box .box_off .img_box .box_credit {
    width: 46%;
    align-items: flex-start;
    padding-right: 5%;
  }
  .category_box .box_off .txt_box {
    align-items: flex-end;
  }
  .category_box .box_off .txt_box .txt {
    width: 41%;
    margin-top: -30px;
  }
  .category_box .box_off .txt_box .box_credit {
    width: 40%;
    margin: 7% 6% 0 auto;
  }
}

#box_01 .box_on .box_credit li:nth-child(2) {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  #box_01 .box_on .box_credit li:nth-child(2) {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  #box_01 .box_off .box_credit li:nth-child(1),
  #box_01 .box_off .box_credit li:nth-child(2) {
    margin-bottom: 45px;
  }
}

#box_02 {
  background: #e6edf0;
}
@media screen and (min-width: 769px) {
  #box_02 .box_ttl {
    width: 90%;
  }
  #box_02 .box_ttl .box_credit {
    width: 23%;
  }
}
#box_02 .box_on .txt_box {
  margin-top: -30px;
}
#box_02 .box_on .box_credit li:nth-child(2),
#box_02 .box_on .box_credit li:nth-child(4) {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  #box_02 .box_on .box_credit li:nth-child(2),
  #box_02 .box_on .box_credit li:nth-child(4) {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 769px) {
  #box_02 .box_off .box_credit li:nth-child(1) {
    margin-bottom: 45px;
  }
}

#box_03 {
  background: #f5f3f2;
}
@media screen and (max-width: 768px) {
  #box_03 .box_ttl .box_credit li:nth-child(1) {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 769px) {
  #box_03 .box_ttl {
    width: 90%;
  }
  #box_03 .box_ttl .no img {
    margin-top: -50px;
  }
  #box_03 .box_ttl .box_credit {
    width: 22%;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #box_03 .box_ttl .box_credit {
    margin-top: 230px;
  }
  #box_03 .box_ttl .box_credit li:nth-child(1) {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 769px) {
  #box_03 .box_on .txt_box .txt {
    margin-top: -50px;
  }
  #box_03 .box_on .txt_box .box_credit li:nth-child(1) {
    margin-bottom: 45px;
  }
  #box_03 .box_off .box_credit li:nth-child(1) {
    margin-bottom: 45px;
  }
}

.brand {
  width: 65%;
  margin: 170px auto;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .brand {
    width: 860px;
    padding: 0 2%;
  }
}
.brand .logo {
  width: 150px;
  margin: 0 auto 50px;
}
@media screen and (min-width: 769px) {
  .brand .logo {
    width: 160px;
    margin: 0 0 0 3%;
    align-self: center;
  }
}
.brand .txt {
  width: 100%;
  font-size: 12px;
  letter-spacing: 0.03rem;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .brand .txt {
    width: 63%;
    font-size: 14px;
    letter-spacing: 0.01rem;
  }
}
@media screen and (min-width: 769px) {
  .brand .page {
    width: 63%;
    flex-wrap: nowrap;
    margin-left: auto;
    line-height: 1.2;
  }
  .brand .page a {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .brand .insta {
    margin-top: 20px;
    font-size: 11px;
  }
}
.brand .insta img {
  width: 16px;
  float: left;
  padding-right: 10px;
  padding-top: 2px;
}

.profile {
  width: 65%;
  box-sizing: border-box;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 150px 0;
  margin: 0px auto 0px;
}
@media screen and (min-width: 769px) {
  .profile {
    width: 860px;
    padding: 130px 2% 230px;
    margin: 100px auto 0;
  }
}
.profile .prof {
  width: 120px;
}
@media screen and (max-width: 768px) {
  .profile .prof {
    margin: 0 auto 50px;
  }
}
@media screen and (min-width: 769px) {
  .profile .prof {
    width: 150px;
    margin: 0 0 0 3%;
  }
}
.profile .box_item {
  width: 100%;
  font-size: 12px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .profile .box_item {
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .profile .box_item {
    width: 63%;
    font-size: 14px;
  }
}
.profile .box_item .name {
  width: 100%;
  font-size: 15px;
  letter-spacing: 0.05rem;
  line-height: 2.7;
  text-align: center;
}
.profile .box_item .name span {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .profile .box_item .name span {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .profile .box_item .name {
    margin-top: -15px;
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.1rem;
  }
  .profile .box_item .name span {
    padding-left: 100px;
  }
}
.profile .box_item .txt {
  width: 100%;
  margin: 30px auto 50px;
  letter-spacing: 0.03rem;
}
@media screen and (min-width: 769px) {
  .profile .box_item .txt {
    margin-bottom: 30px;
  }
}
.profile .box_item .insta {
  width: 100%;
  margin-top: 30px;
  font-size: 11px;
}
@media screen and (min-width: 769px) {
  .profile .box_item .insta {
    font-size: 15px;
    line-height: 1.2;
  }
}
.profile .box_item .insta img {
  width: 16px;
  float: left;
  padding-right: 10px;
  padding-top: 2px;
}
@media screen and (min-width: 769px) {
  .profile .box_item .insta img {
    padding-right: 15px;
  }
}
.profile .box_item .icon {
  width: 100%;
  margin-top: 20px;
  font-size: 11px;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 769px) {
  .profile .box_item .icon {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.2;
  }
}
.profile .box_item .icon img {
  width: 17px;
  float: left;
  padding-right: 10px;
  padding-top: 2px;
}
@media screen and (min-width: 769px) {
  .profile .box_item .icon img {
    padding-right: 15px;
  }
}

/* endArea
--------------------------------------*/
#footer {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media screen and (min-width: 769px) {
  #footer {
    width: 860px;
    padding-bottom: 120px;
  }
}
#footer .staff {
  padding-top: 50px;
  font-size: 13px;
  text-align: center;
  margin-bottom: 180px;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 769px) {
  #footer .staff {
    text-align: left;
    margin-bottom: 25px;
  }
}
#footer .logo {
  width: 100%;
  margin: 0px auto;
}
#footer .logo img {
  width: 130px;
  margin: 0px auto 0;
}
@media screen and (min-width: 769px) {
  #footer .logo img {
    width: 150px;
    margin: 0 0 0 auto;
  }
}
#footer .logo img:hover a img:hover {
  filter: alpha(opacity=60); /* IE 6と7*/
  -ms-filter: "alpha(opacity=60)"; /* IE 8と9 */
  -moz-opacity: 0.6; /* Firefox , Netscape */
  -khtml-opacity: 0.6; /* Safari 1系 */
  opacity: 0.6;
  zoom: 1; /*IE*/
  transition: all 0.6s ease-out;
}

.slick-slide {
  height: auto !important;
}

.slick-slide img {
  display: block;
  box-sizing: border-box;
}

.slick-next {
  right: 25% !important;
}
@media screen and (min-width: 769px) {
  .slick-next {
    right: 28% !important;
  }
}

.slick-prev {
  left: 25% !important;
}
@media screen and (min-width: 769px) {
  .slick-prev {
    left: 28% !important;
  }
}

.slick-arrow {
  bottom: 25px !important;
  z-index: 10 !important;
}
@media screen and (min-width: 769px) {
  .slick-arrow {
    bottom: 30px !important;
  }
}

.slick-arrow:before {
  content: "" !important;
  width: 30px !important;
  height: 30px !important;
}

.slick-next:before {
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  box-sizing: border-box;
}

.slick-prev:before {
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  box-sizing: border-box;
}

.img-wrap:before {
  animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes img-wrap {
  100% {
    transform: translateX(-100%);
  }
}
.anime_up.is_active {
  transform: translate(0, 0);
}

.anime_fade {
  opacity: 0;
  transition-delay: 0.5s;
  transition: 1s;
  transition-timing-function: ease-in-out;
}

.anime_fade.is_active {
  opacity: 1;
}

.copy {
  font-size: 9px;
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .copy {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .copy {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */