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

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

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
.jp {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.eg1 {
  font-family: hypatia-sans-pro, sans-serif;
  font-style: normal;
  font-weight: 200;
}

.eg2 {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.eg3 {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: italic;
}

/* コンテンツ
---------------------------------------------*/
html {
  visibility: hidden;
  height: 100%;
  margin: 0 auto;
}

html.loading-delay,
html.wf-active {
  visibility: visible;
}

body {
  font-family: "dnp-shuei-gothic-gin-std", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 300;
  font-style: normal;
  scroll-snap-type: y mandatory;
  margin: 0 auto;
  height: 100%;
}
@media screen and (min-width: 970px) {
  body {
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (max-width: 970px) {
  body {
    font-size: 12px;
    line-height: 18px;
  }
}

img {
  width: 100%;
  vertical-align: top;
}

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

@media screen and (min-width: 970px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 970px) {
  .pc_none {
    display: block;
  }
}

@media screen and (min-width: 970px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 970px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 970px) {
  .w80pc {
    width: 80%;
  }
}

@media screen and (min-width: 970px) {
  .w70pc {
    width: 70%;
  }
}

@media screen and (min-width: 970px) {
  .w60pc {
    width: 60%;
  }
}

@media screen and (min-width: 970px) {
  .w40pc {
    width: 40%;
  }
}

@media screen and (max-width: 970px) {
  .w100sp {
    width: 100%;
  }
}

@media screen and (max-width: 970px) {
  .w90sp {
    width: 90%;
  }
}

@media screen and (max-width: 970px) {
  .w80sp {
    width: 80%;
  }
}

@media screen and (max-width: 970px) {
  .w70sp {
    width: 70%;
  }
}

@media screen and (max-width: 970px) {
  .w65sp {
    width: 65%;
  }
}

@media screen and (max-width: 970px) {
  .w60sp {
    width: 60%;
  }
}

@media screen and (max-width: 970px) {
  .w50sp {
    width: 50%;
  }
}

.mla {
  margin-left: auto;
}

.ma {
  margin: 0 auto;
}

.mra {
  margin-right: auto;
}

@media screen and (max-width: 970px) {
  .mt40 {
    margin-top: 40px !important;
  }
}

@media screen and (min-width: 970px) {
  .mt50 {
    margin-top: 50px !important;
  }
}

@media screen and (min-width: 970px) {
  .mt100 {
    margin-top: 100px !important;
  }
}

.animated {
  animation-duration: 0.8s;
}

#gg_whim::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-image: url("../images/back.jpg");
  background-size: cover;
}

#gg_whim {
  margin: 0 auto;
  /* Animations */
  /* ---------------------------------------------------
  プロフィール
    --------------------------------------------------- */
  /* ---------------------------------------------------
  レコメンドアイテム
    --------------------------------------------------- */
  /* ---------------------------------------------------
  アーカイブ
    --------------------------------------------------- */
  /* ---------------------------------------------------
  navyアーカイブ
    --------------------------------------------------- */
  /* ---------------------------------------------------
  ボタン
  --------------------------------------------------- */
  /* ---------------------------------------------------
  フッター
  --------------------------------------------------- */
}
@media screen and (min-width: 970px) {
  #gg_whim {
    width: 100%;
  }
}
@media screen and (max-width: 970px) {
  #gg_whim {
    width: 100%;
  }
}
#gg_whim #mainarea {
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 970px) {
  #gg_whim #mainarea {
    width: 100%;
  }
}
@media screen and (min-width: 970px) {
  #gg_whim .mainimg {
    width: 600px;
    height: auto;
    margin: 0 auto;
  }
}
@media screen and (max-width: 970px) {
  #gg_whim .mainimg {
    width: 100%;
    height: auto;
  }
}
/* #gg_whim #side_text {
  font-size: 10px;
  writing-mode: vertical-rl;
  position: fixed;
  right: 2%;
  top: 3%;
  z-index: 999;
}
@media screen and (min-width: 970px) {
  #gg_whim #side_text {
    font-size: 12px;
  }
} */
#gg_whim .main_title {
  position: absolute;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 970px) {
  #gg_whim .main_title {
    /* top: 17%; */
    bottom: 3%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 970px) {
  #gg_whim .main_title {
    /* top: 9%; */
    bottom: 5%;
    left: 0;
    right: 0;
  }
}
#gg_whim .main_title h1 {
  animation-delay: 0.8s;
  display: inline-block;
  border-bottom: 1px solid #000;
  
}
@media screen and (min-width: 970px) {
  #gg_whim .main_title h1 {
    margin: 0 auto;
    font-size: 16px;
    line-height: 1;
    border-bottom: 2px solid #000;
    padding-bottom: 20px;
    
  }
}
@media screen and (max-width: 970px) {
  #gg_whim .main_title h1 {
    margin: 50px auto 0;
    font-size: 13px;
    line-height: 1;
    padding-bottom: 13px;
  }
}

@media screen and (max-width: 970px) {
  #gg_whim .main_title h1 span {
    font-size: 18px;
  }
}
#gg_whim .main_title p {
  padding-top: 10px;
  line-height: 2;
  animation-delay: 1s;
  font-size: 13px;
}
@media screen and (min-width: 970px) {
  #gg_whim .main_title p {
    font-size: 16px;
    padding-top: 10px;
  }
}
#gg_whim .scroll_bar {
  position: absolute;
  bottom: -4%;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 50px;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (min-width: 970px) {
  #gg_whim .scroll_bar {
    bottom: -4%;
    height: 70px;
  }
}
#gg_whim .scroll_bar span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  animation: bar_anim_y 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@keyframes bg-scrolling-reverse {
  100% {
    background-position: 318px 317px;
  }
}
@keyframes bg-scrolling {
  0% {
    background-position: 318px 317px;
  }
}
@keyframes bar_anim_y {
  0% {
    transform: translateY(-100%);
  }
  30% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(100%);
  }
}
#gg_whim #main_read {
  position: relative;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (min-width: 970px) {
  #gg_whim #main_read {
    text-align: center;
    /* padding-top: 70px; */
  }
}
@media screen and (max-width: 970px) {
  #gg_whim #main_read {
    width: 100%;
    /* padding-top: 70px; */
  }
}
@media screen and (max-width: 970px) {
  #gg_whim #main_read li {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 970px) {
  #gg_whim #inner {
    margin: 0 auto;
  }
}
@media screen and (max-width: 970px) {
  #gg_whim #inner {
    width: 100%;
  }
}

/* .parallax-bg1 {
  background-image: url('/images/1_top.jpg');
  background-position: top left;
  background-size: contain;
  width: 100%;
  height: 250px;
  margin-top: 30%;
  background-repeat: no-repeat;
} */
#gg_whim .box_wrap {
  margin: 0 10px;
}
#gg_whim .top_img {
  position: relative;
 }
 @media screen and (min-width: 970px) {
  #gg_whim .top_img img {
    max-width: 1040px;
    margin: auto;
  }
 }
#gg_whim .img_title {
  position: absolute;
  top: -9%;
  left: 2%;
  z-index: 10;
  font-size: 40px;
  line-height: 1;
}
@media screen and (min-width: 970px) {
  #gg_whim .img_title {
    top: -11%;
    left: -5%;
    font-size: 80px;
  }
}
@media screen and (min-width: 970px) {
  #gg_whim .main_box {
    max-width: 810px;
    margin: auto;
  }
  #gg_whim .main_text_box {
    max-width: 60%;
    margin: auto;
  }
}

#gg_whim .img_text {
  font-size: 10px;
  margin-top: 18px;
}
@media screen and (min-width: 970px) {
  #gg_whim .img_text {
    font-size: 13px;
    line-height: 2;
    text-align: center;
    margin: 40px auto 60px;
  }
}
#gg_whim .credit_box {
  margin-top: 40px;
}
#gg_whim .credit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
}
#gg_whim .left_credit p {
  font-size: 10px;
  line-height: 1.5;
}
#gg_whim .credit .buy_btn {
  font-size: 9px;
  border: 1px solid ;
  padding: 0 12px;
  transition: .2s all;
}
#gg_whim .credit .buy_btn:hover {
  background: #000;
  color: #fff;
}
#gg_whim .credit .brand {
  color: #BCB7B7;
}
@media screen and (min-width: 970px) {
  #gg_whim .left_credit p {
    font-size: 12px;
    line-height: 1.5;
  }

  #gg_whim .credit .buy_btn {
    font-size: 11px;
  }
}
.slide-in {
	  overflow: hidden;
    display: inline-block;
}

.slide-in_inner {
	display: inline-block;
}

/*左右のアニメーション*/
.leftAnime{
    opacity: 0;/*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
	animation-name:slideTextX100;
	animation-duration:0.8s;
	animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextX100 {
  from {
	transform: translateX(-100%); /*要素を左の枠外に移動*/
        opacity: 0;
  }

  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
	animation-name:slideTextX-100;
	animation-duration:0.8s;
	animation-fill-mode:forwards;
    opacity: 0;
}


@keyframes slideTextX-100 {
  from {
	transform: translateX(100%);/*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}
#gg_whim .top_img {
  max-width: 1040px;
  margin: 20% auto 0;
}
@media screen and (min-width: 970px) {
  #gg_whim .top_img {
    margin-top: 20%;
  }
}
#gg_whim .box_1 {
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
  margin: auto;
  align-items: flex-start;
}
#gg_whim .box_1 img {
  width: 49.5%;
}
#gg_whim .fade_img {
  width: 49.5%;
  overflow: hidden;
}
#gg_whim .fade_img img {
  width: 100%;
}

#gg_whim .box1,
#gg_whim .box2 {
  background-color: #fff;
}
@media screen and (min-width: 970px) {
  #gg_whim .boxinto {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 970px) {
  #gg_whim .box {
    padding: 120px 0;
  }
}
@media screen and (max-width: 970px) {
  #gg_whim .box {
    padding: 100px 0;
  }
  #gg_whim .box .box_txt {
    width: 80%;
    margin: 30px auto;
  }
}
#gg_whim .box .img_top {
  margin-top: 70px !important;
}
@media screen and (min-width: 970px) {
  #gg_whim .box .img_top {
    margin-top: 100px !important;
  }
}
#gg_whim .box h2 {
  text-align: center;
  padding-bottom: 20px;
  font-size: 17px;
}
@media screen and (min-width: 970px) {
  #gg_whim .box h2 {
    font-size: 22px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 970px) {
  #gg_whim .box .box_txt {
    width: 90%;
    text-align: center;
    font-size: 13px;
    margin: 30px auto;

  }
}
#gg_whim .box .img_posi {
  position: relative;
}
@media screen and (min-width: 970px) {
  #gg_whim .box .img_posi {
    height: 600px;
  }
}
@media screen and (max-width: 970px) {
  #gg_whim .box .img_posi {
    height: 400px;
    width: 90%;
    margin: 0 auto;
  }
}
#gg_whim .box .img_posi .itemin {
  position: absolute;
}
@media screen and (min-width: 970px) {
  #gg_whim .box .img_posi .itemin {
    width: calc(100% / 2);
  }
}
@media screen and (max-width: 970px) {
  #gg_whim .box .img_posi .itemin {
    width: 55%;
  }
}
#gg_whim .box .img_posi .itemin:nth-child(2) {
  bottom: 0;
  right: 30px;
}
@media screen and (max-width: 970px) {
  #gg_whim .box .img_posi .itemin:nth-child(2) {
    right: 0;
  }
}
#gg_whim .box .img_posi2 {
  position: relative;
}
@media screen and (min-width: 970px) {
  #gg_whim .box .img_posi2 {
    height: 700px;
  }
}
@media screen and (max-width: 970px) {
  #gg_whim .box .img_posi2 {
    height: 400px;
    width: 100%;
    margin: 0 auto;
  }
}
#gg_whim .box .img_posi2 .itemin {
  position: absolute;
  width: calc(100% / 2);
}
#gg_whim .box .img_posi2 .itemin:nth-child(1) {
  top: 0;
  left: 100px;
}
@media screen and (max-width: 970px) {
  #gg_whim .box .img_posi2 .itemin:nth-child(1) {
    left: 50px;
  }
}
#gg_whim .box .img_posi2 .itemin:nth-child(2) {
  bottom: 0;
  right: 0;
}
#gg_whim .box .credit {
  text-align: center;
  line-height: 1.8;
}
#gg_whim .box .credit .price {
  text-decoration: underline;
}
#gg_whim .box .credit .itemname {
  color: #A7A7A7;
}
#gg_whim .box_wrap .credit .soon {
  pointer-events: none;
}
#gg_whim .banner {
  width: 96%;
  margin: auto;
  padding-top: 80px;
  border-top: 1px solid #ccc;
  margin-top: 60px;
}
@media screen and (min-width: 970px) {
  #gg_whim .banner {
    padding-top: 120px;
    margin-top: 120px;
    margin-bottom: 120px;
  }
  #gg_whim .banner img {
    max-width: 630px;
    margin: auto;
    transition: .2s all;
  }
  #gg_whim .banner img:hover {
    opacity: 0.7;
  }
}
#gg_whim .banner .live_link {
  display: inline; 
  text-decoration: underline; 
  font-weight: bold;
  color: rgb(165, 101, 42);
}
#gg_whim .profile_wrap {
  margin: 80px 15px 
}
#gg_whim .profile_box {
  padding: 30px 25px;
  border: 1px dotted #ccc;
  margin: 40px 0;
}

#gg_whim .profile {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 970px) {
  #gg_whim .profile_box {
    padding: 40px 50px;
    max-width: 530px;
    margin: 20px auto;
  }
}
#gg_whim .profile .face {
  width: 70px;
  height: 70px;
}
#gg_whim .profile_text {
  margin-left: 60px;
}
#gg_whim .profile_text span {
  display: block;
  text-align: center;
}
#gg_whim .profile_text .kana {
  font-size: 14px;
}
#gg_whim .profile_text .eigo {
  font-size: 9px;
  line-height: 1;
  margin-bottom: 10px;
}
#gg_whim .insta_box {
  display: flex;
  justify-content: center;
}
#gg_whim .profile_box .insta_box img{
  width: 15px;
}
#gg_whim .insta_box .insta_name {
  font-size: 10px;
  text-decoration: underline;
  margin-left: 5px;
}
#gg_whim .profile_text2 {
  font-size: 10px;
}
@media screen and (min-width: 970px) {
  #gg_whim .profile .face {
    width: 100px;
    height: 100px;
  }
  #gg_whim .profile_text .kana {
    font-size: 15px;
  }
  #gg_whim .profile_text .eigo {
    font-size: 11px;
  }
  #gg_whim .insta_box .insta_name {
    font-size: 12px;
  }
  #gg_whim .profile_text2 {
    font-size: 11px;
  }
}

#gg_whim h3 {
  text-align: center;
  font-size: 25px;
  margin-bottom: 20px;
}
@media screen and (min-width: 970px) {
  #gg_whim h3 {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 970px) {
  #gg_whim .parallax-bg {
    padding: 15%;
  }
}
/* #gg_whim .profile {
  width: 100%;
  background-color: #fff;
} */

#gg_whim .btnarea {
  background-color: #fff;
  padding-top: 40px;
  margin-bottom: 80px;
}
#gg_whim .sf {
  text-align: center;
  padding-bottom: 10px;
}
#gg_whim #btn {
  text-align: center;
  margin: 0 auto;
  font-size: 13px;
}
@media screen and (min-width: 970px) {
  #gg_whim #btn {
    width: 400px;
  }
}
@media screen and (max-width: 970px) {
  #gg_whim #btn {
    width: 90%;
  }
}

#gg_whim #btn a {
  border: 1px solid #000;
  margin-bottom: 30px;
  padding: 17px 0;
  transition: .2s all;
}
#gg_whim #btn a:hover {
  background: #000;
  color: #fff;
}
#gg_whim #footer {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
#gg_whim #footer #f-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 70px auto;
}
#gg_whim #footer #f-link li {
  width: 26px;
  margin: 0 15px;
}
#gg_whim #footer #f-link a:hover {
  opacity: 0.75;
}
#gg_whim #footer .logo img {
  width: 100%;
  max-width: 100px;
}
#gg_whim #footer p.copyright {
  font-size: 10px;
  margin: 20px 0;
}
#gg_whim a.credit_first {
  margin: 10px auto;
}
#gg_whim #to_top {
  position: fixed;
  bottom: 75px;
  right: 15px;
  z-index: 100;
}
@media screen and (max-width: 970px) {
  #gg_whim #to_top {
    right: 15px;
    width: 15px;
    height: 15px;
  }
}
#gg_whim #to_top span:first-child {
  width: 15px;
  height: 15px;
  display: flex;
}
#gg_whim #to_top span:first-child img {
  width: 100%;
}
@media screen and (max-width: 970px) {
  #gg_whim #to_top span:first-child img {
    max-width: 15px;
  }
}
@media screen and (min-width: 970px) {
  #gg_whim #to_top span:first-child img {
    max-width: 25px;
  }
}

/* ANIMATION
--------------------------------------*/
