@charset "UTF-8";
/*---------------------------------------------
メディアクエリー
---------------------------------------------*/
/*---------------------------------------------
共通
---------------------------------------------*/
html {
  color: #000;
  scroll-behavior: smooth;
}

/*---------------------------------------------
/*リセット
--------------------------------------------*/
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;
}

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

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

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

/*---------------------------------------------
/*font & color
--------------------------------------------*/
.ja {
  font-family: iroha-26tubaki-stdn, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.eg {
  font-family: semplicitapro, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.yellow {
  background: #E3E337;
}

/*---------------------------------------------
FV
---------------------------------------------*/
.fv {
  overflow: hidden;
  position: relative;
  background-color: #C2D1E3;
  height: 100dvh;
  width: 100%;
}
.fv .pg_title {
  position: absolute;
  width: 63%;
  top: 5vh;
  left: 19%;
}
@media screen and (min-width: 769px) {
  .fv .pg_title {
    width: 26%;
    left: 39%;
  }
}
.fv .fv_item {
  position: relative;
  top: -4vh;
}
.fv .fv_item img {
  position: absolute;
  width: 35%;
}
.fv .fv_item .img1 {
  top: 34vh;
  left: 2vw;
}
@media screen and (min-width: 769px) {
  .fv .fv_item .img1 {
    left: 15vw;
    width: 14vw;
  }
}
.fv .fv_item .img4 {
  top: 34vh;
  left: 27vw;
  width: 41%;
}
@media screen and (min-width: 769px) {
  .fv .fv_item .img4 {
    width: 17vw;
    top: 57vh;
    left: 9vw;
  }
}
.fv .fv_item .img3 {
  width: 38%;
  top: 41vh;
  right: 0;
}
@media screen and (min-width: 769px) {
  .fv .fv_item .img3 {
    width: 15vw;
    top: 30vh;
    right: 8vw;
  }
}
.fv .fv_item .img2 {
  width: 33%;
  top: 25vh;
  right: 2vw;
}
@media screen and (min-width: 769px) {
  .fv .fv_item .img2 {
    width: 13vw;
    top: 63vh;
    right: 7vw;
  }
}
.fv .fv_item .swing {
  -webkit-animation-name: anim_s;
          animation-name: anim_s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}
@-webkit-keyframes anim_s {
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
@keyframes anim_s {
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
.fv .staff {
  position: absolute;
  width: 95%;
  bottom: 0;
  left: 3%;
}
@media screen and (min-width: 769px) {
  .fv .staff {
    width: 44%;
    left: 30%;
  }
}

/*---------------------------------------------
TOP
---------------------------------------------*/
.top .lead {
  margin: 80px auto;
  font-size: 14px;
  line-height: 2.3;
  text-align: center;
  width: 82%;
}
.top .thumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top .thumbs li {
  display: block;
  width: 44%;
  margin: 5px;
}
@media screen and (min-width: 769px) {
  .top .thumbs {
    max-width: 700px;
    text-align: center;
    margin: 0 auto 100px;
  }
  .top .thumbs li {
    width: 165px;
  }
}

/*---------------------------------------------
contents
---------------------------------------------*/
#sec1, #sec2, #sec3 {
  border-bottom: 1px solid #000;
}

.contents {
  margin: 20px;
}
.contents .box .title {
  margin-top: 60px;
}
@media screen and (min-width: 769px) {
  .contents .box .title {
    margin-top: 0;
    position: relative;
    margin-bottom: -45px;
    z-index: 100;
  }
}
.contents .box .fade {
  margin: 30px auto;
}
.contents .box .slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .contents .box {
    max-width: 830px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 100px;
    margin-bottom: 100px;
  }
  .contents .box .mainimg {
    position: sticky;
    top: 0;
    width: 48%;
  }
  .contents .box .wear_wrap {
    width: 44%;
    width: 40%;
  }
}
.contents .comment {
  margin: 60px 0;
}
.contents .comment p {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.contents .comment img {
  width: 70%;
}
@media screen and (min-width: 769px) {
  .contents .comment img {
    width: 70%;
  }
}
.contents .comment .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #E3E337));
  background: linear-gradient(transparent 60%, #E3E337 0%);
}
.contents .wear {
  position: relative;
}
.contents .wear .style {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents .wear .style img {
  width: 22%;
}
.contents .wear .style p {
  font-size: 16px;
  margin-left: 35px;
}
.contents .wear .gif_wrap {
  position: relative;
  height: 58vw;
}
@media screen and (min-width: 769px) {
  .contents .wear .gif_wrap {
    height: 19vw;
  }
}
.contents .wear .gif_wrap .staff_gif {
  position: absolute;
  width: 46%;
  top: -13vh;
  right: 0;
  z-index: 100;
}
.contents .wear .gif_wrap .staff_gif2 {
  width: 36%;
}
.contents .wear .gif_wrap .color {
  position: absolute;
  width: 105px;
  bottom: 0;
  left: -4vh;
}
.contents .wear .color_r {
  position: absolute;
  z-index: 100;
  width: 80px;
  right: -15px;
  top: 10px;
}
.contents .wear .color_l {
  position: absolute;
  z-index: 100;
  width: 80px;
  left: -15px;
  top: 10px;
}
.contents .wear .credit {
  margin-top: 60px;
  margin-bottom: 60px;
}
.contents .wear .credit a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  color: #000;
  text-decoration: none;
}
.contents .wear .credit a img {
  width: 24%;
}
@media screen and (min-width: 769px) {
  .contents .wear .credit a img {
    width: 20%;
  }
}
.contents .wear .credit a p {
  margin-left: 20px;
  line-height: 2;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .contents .wear .credit a p {
    font-size: 14px;
  }
}
.contents .wear .credit a p span {
  text-decoration: underline;
}
.contents .wear .credit a:hover {
  opacity: 0.6;
}
.contents .wear .snap_link,
.contents .wear .snap_link2 {
  margin-bottom: 100px;
}
.contents .wear .snap_link1 {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .contents .wear .color {
    position: absolute;
    width: 80px;
    z-index: 100;
  }
}
.contents .all_btn {
  display: block;
  text-align: center;
  width: 80%;
  margin: auto;
  padding: 20px;
  color: #333;
  text-decoration: none;
  margin-bottom: 100px;
}

.snap_link {
  margin-bottom: 100px;
}
@media screen and (min-width: 769px) {
  .snap_link {
    margin-bottom: 30px !important;
  }
}

@media screen and (min-width: 769px) {
  .snap_link2 {
    margin-bottom: 30px !important;
  }
}

#page_top {
  position: fixed;
  z-index: 200;
  width: 18%;
  right: 3%;
  bottom: 6%;
}
@media screen and (min-width: 769px) {
  #page_top {
    width: 80px;
    right: 3%;
    bottom: 5%;
  }
}

footer {
  margin-top: 50px;
}
footer .foot_logo {
  display: block;
  width: 140px;
  margin: auto;
}
@media screen and (min-width: 769px) {
  footer .foot_logo {
    width: 200px;
    margin-top: 100px;
    margin-bottom: 10px;
  }
}
footer .foot_copy {
  text-align: center;
  font-size: 10px;
  margin-top: 30px;
  margin-bottom: 50px;
}

.flexslider {
  border: none;
  margin: 0;
}

.flex-control-nav li {
  width: 8px;
}

.flex-control-paging li a {
  width: 8px;
  height: 8px;
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
}

[data-aos=fade-right] {
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
}

[data-aos=fade-left] {
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
}/*# sourceMappingURL=style.css.map */