@charset "UTF-8";
/* =========================== mainvisual_2 =============================== */
#mainvisual_2 {
  position: relative;
  padding-top: 122px;
  height: 1008px;
  background-color: #f6f6f6;
}

#mainvisual_2 .mainvisual-inner {
  position: relative;
  margin: 0 auto;
  width: 509px;
  height: 750px;
  z-index: 2;
}

#mainvisual_2 .mainvisual-inner .copy {
  position: relative;
  text-align: right;
  z-index: 2;
}

#mainvisual_2 .mainvisual-inner .copy .script_line_1 {
  stroke-dasharray: 2170;
}

#mainvisual_2 .mainvisual-inner .visual {
  margin-top: -25px;
}

#mainvisual_2 .mainvisual-inner .product {
  position: absolute;
  width: 180px;
  right: -102px;
  bottom: -66px;
}

#mainvisual_2 .mainvisual-inner .product-txt {
  margin-top: 10px;
}

#mainvisual_2 .mainvisual-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/mainvisual_back.jpg) 0 0 repeat;
  background-size: 760px 634px;
  z-index: 1;
}

#mainvisual_2.bg-animation-1 .mainvisual-bg {
  -webkit-animation: main-bg-scroll-1 50s infinite linear;
  animation: main-bg-scroll-1 50s infinite linear;
}

#mainvisual_2.bg-animation-2 .mainvisual-bg {
  -webkit-animation: main-bg-scroll-2 50s infinite linear;
  animation: main-bg-scroll-2 50s infinite linear;
}

@media screen and (max-width: 768px) {
  #mainvisual_2 {
    overflow: hidden;
    padding: 13.33333vw 0 0;
    height: 139.73333vw;
  }
  #mainvisual_2 .mainvisual-inner {
    width: 77.33333vw;
    height: auto;
  }
  #mainvisual_2 .mainvisual-inner .copy {
    padding-left: 0;
  }
  #mainvisual_2 .mainvisual-inner .copy svg {
    width: 76.53333vw;
    height: 14.13333vw;
  }
  #mainvisual_2 .mainvisual-inner .visual {
    margin-top: -5.33333vw;
  }
  #mainvisual_2 .mainvisual-inner .visual img {
    width: 100%;
  }
  #mainvisual_2 .mainvisual-inner .product {
    position: absolute;
    width: 26.66667vw;
    right: -10.66667vw;
    bottom: -12vw;
    text-align: center;
  }
  #mainvisual_2 .mainvisual-inner .product img {
    width: 19.2vw;
  }
  #mainvisual_2 .mainvisual-inner .product-txt {
    margin-top: 1.33333vw;
    text-align: center;
  }
  #mainvisual_2 .mainvisual-inner .product-txt .price {
    white-space: nowrap;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  #mainvisual_2 .mainvisual-bg {
    background-size: 280px 234px;
  }
  #mainvisual_2.bg-animation-1 .mainvisual-bg {
    -webkit-animation: main-bg-scroll-sp-1 50s infinite linear;
    animation: main-bg-scroll-sp-1 50s infinite linear;
  }
  #mainvisual_2.bg-animation-2 .mainvisual-bg {
    -webkit-animation: main-bg-scroll-sp-2 50s infinite linear;
    animation: main-bg-scroll-sp-2 50s infinite linear;
  }
}

@-webkit-keyframes main-bg-scroll-1 {
  100% {
    background-position: 760px 634px;
  }
}

@keyframes main-bg-scroll-1 {
  100% {
    background-position: 760px 634px;
  }
}

@-webkit-keyframes main-bg-scroll-2 {
  100% {
    background-position: -760px -634px;
  }
}

@keyframes main-bg-scroll-2 {
  100% {
    background-position: -760px -634px;
  }
}

@-webkit-keyframes main-bg-scroll-sp-1 {
  100% {
    background-position: 280px 234px;
  }
}

@keyframes main-bg-scroll-sp-1 {
  100% {
    background-position: 280px 234px;
  }
}

@-webkit-keyframes main-bg-scroll-sp-2 {
  100% {
    background-position: -280px -234px;
  }
}

@keyframes main-bg-scroll-sp-2 {
  100% {
    background-position: -280px -234px;
  }
}

/* =========================== mainvisual =============================== */
#mainvisual {
  position: relative;
  margin: 0 auto;
  padding-left: 260px;
  max-width: 1000px;
}

#mainvisual .img-wrap {
  position: relative;
}

#mainvisual .img-wrap + .img-wrap {
  margin-top: 20px;
}

#mainvisual .img-wrap .img-wrap-inner {
  opacity: 0;
}

#mainvisual .img-wrap .img-wrap-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  background-color: #E2528E;
  opacity: 0;
}

#mainvisual .img-wrap .img-wrap-inner.show {
  opacity: 1;
}

#mainvisual .img-wrap .img-wrap-inner.show::after {
  opacity: 0.15;
}

#mainvisual .img-wrap .main-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E2528E;
  z-index: 2;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

#mainvisual .copy {
  position: absolute;
  top: calc(50% - 308px);
  left: 0;
}

#mainvisual .copy .copy1 {
  color: #E2528E;
  font-size: 60px;
  font-family: copperplate, serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.1em;
  opacity: 0;
}

#mainvisual .copy .copy2 {
  margin-top: 20px;
  opacity: 0;
}

#mainvisual .copy .pic {
  margin: 44px 0 0 40px;
  width: 144px;
  opacity: 0;
}

#mainvisual .copy .pic .product-txt {
  margin-top: 10px;
}

#mainvisual .anniversary {
  position: absolute;
  top: 20px;
  left: 40px;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  #mainvisual {
    padding: 0 0 0 29.33333vw;
  }
  #mainvisual .img-wrap {
    max-width: 530px;
  }
  #mainvisual .img-wrap + .img-wrap {
    margin-top: 10px;
  }
  #mainvisual .img-wrap .img-wrap-inner::after {
    width: 20px;
  }
  #mainvisual .copy {
    top: 26.13333%;
    left: 8.53333%;
  }
  #mainvisual .copy .copy1 {
    color: #E2528E;
    font-size: 6.4vw;
  }
  #mainvisual .copy .copy2 {
    margin-top: 2.133333328vw;
    width: 33.06666658vw;
  }
  #mainvisual .copy .pic {
    margin: 4vw 0 0;
    width: 26.66667vw;
  }
  #mainvisual .copy .pic img {
    width: 19.73333vw;
  }
  #mainvisual .copy .pic .product-txt {
    margin: 1.86667vw 0 0 -6.93333vw;
  }
  #mainvisual .copy .pic .product-txt .model {
    font-size: 2.66667vw;
  }
  #mainvisual .copy .pic .product-txt .price {
    font-size: 2.66667vw;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  #mainvisual .anniversary {
    width: 11.73333vw;
  }
}

/* =========================== banner-area =============================== */
#banner-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 100px auto 0;
  max-width: 1200px;
}

#banner-area .bnr-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#banner-area .bnr-2 .ahf-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 190px;
  height: 160px;
  background-color: #FDEDF4;
}

#banner-area .bnr-2 .ahf-box p {
  color: #E2528E;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 31px;
  line-height: 1.4;
  letter-spacing: 0.2em;
}

#banner-area .bnr-2 .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  #banner-area {
    display: block;
    margin-top: 8vw;
    padding: 0 10.66667vw;
    text-align: center;
  }
  #banner-area .bnr-2 {
    margin: 5.33333vw auto 0;
    max-width: 550px;
    height: 100%;
  }
  #banner-area .bnr-2 .ahf-box {
    width: 33.8%;
    height: 23.2vw;
    max-height: 160px;
    background-color: #FDEDF4;
  }
  #banner-area .bnr-2 .ahf-box p {
    font-size: 4vw;
  }
  #banner-area .bnr-2 .img-wrap {
    width: 66.2%;
  }
  #banner-area .bnr-2 .img-wrap img {
    width: 100%;
  }
}

/* =========================== top_news =============================== */
#top_news {
  margin: 100px auto 0;
  max-width: 660px;
}

#top_news .hgroup {
  padding-bottom: 10px;
  border-bottom: 1px solid #E2528E;
}

#top_news .hgroup h2 {
  color: #E2528E;
  font-size: 36px;
  font-family: copperplate, serif;
  font-weight: 300;
  letter-spacing: 0.1em;
}

#top_news .news_cts ul li {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

#top_news .news_cts ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#top_news .news_cts ul li .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 170px;
}

#top_news .news_cts ul li .txt .date {
  color: #444;
  font-size: 12px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
}

#top_news .news_cts ul li .txt .tag {
  margin-left: 0;
  padding: 3px 2px 0;
  width: 90px;
  letter-spacing: 0;
  text-align: center;
}

#top_news .news_cts ul li .ttl {
  width: 470px;
  color: #444;
  font-size: 13px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.06em;
  line-height: 1.8;
}

#top_news .more-link {
  margin-top: 10px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  #top_news {
    margin-top: 13.33333vw;
    padding: 0 10.66667vw;
    max-width: initial;
    max-width: auto;
  }
  #top_news .hgroup h2 {
    font-size: 4.8vw;
  }
  #top_news .news_cts ul li {
    display: block;
    padding: 10px 0;
  }
  #top_news .news_cts ul li a {
    display: block;
  }
  #top_news .news_cts ul li .txt .date {
    width: auto;
  }
  #top_news .news_cts ul li .txt .tag {
    padding: 3px 2px 0;
  }
  #top_news .news_cts ul li .ttl {
    margin-top: 8px;
    width: auto;
  }
  #top_news .more-link {
    margin-top: 10px;
  }
}

/* =========================== image-area_2 =============================== */
#image-area_2 {
  margin-top: 90px;
  padding-top: 240px;
  height: 1026px;
  background: url(../img/top/catch_copy_back_2.png) center center no-repeat;
  background-size: cover;
}

#image-area_2 #catch_copy article {
  margin: 0 auto;
  width: 480px;
  font-family: "Noto Serif JP", serif;
}

#image-area_2 #catch_copy article .copy1 .script_line_1 {
  stroke-dasharray: 2170;
}

#image-area_2 #catch_copy article .copy2 {
  margin-top: 40px;
  padding-left: 90px;
  color: #787878;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 3;
}

#image-area_2 #catch_copy article h2 {
  margin-top: 50px;
  padding-left: 90px;
  color: #E2528E;
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 0.36em;
  line-height: 2.2;
}

@media screen and (max-width: 768px) {
  #image-area_2 {
    margin-top: 18.66667vw;
    padding-top: 46.4vw;
    height: 229.33333vw;
    background: url(../img/top/catch_copy_back_sp_2.png) 0 0 no-repeat;
    background-size: cover;
  }
  #image-area_2 #catch_copy article {
    width: auto;
  }
  #image-area_2 #catch_copy article .copy1 {
    text-align: center;
  }
  #image-area_2 #catch_copy article .copy1 svg {
    width: 85.33333vw;
    height: 15.73333vw;
  }
  #image-area_2 #catch_copy article .copy2 {
    margin-top: 5.33333vw;
    padding-left: 14.66667vw;
    font-size: 3.46667vw;
    letter-spacing: 0.12em;
  }
  #image-area_2 #catch_copy article h2 {
    margin-top: 13.33333vw;
    padding-left: 14.66667vw;
    font-size: 7.2vw;
  }
}

/* =========================== image_area =============================== */
#image_area {
  margin-top: 200px;
}

#image_area #catch_copy {
  position: relative;
  margin: 0 auto;
  padding: 0 0 60px 50px;
  width: 420px;
  background-color: #fff;
  font-family: "Noto Serif JP", serif;
  z-index: 2;
}

#image_area #catch_copy h2 {
  color: #E2528E;
  font-size: 31px;
  font-weight: bold;
  letter-spacing: 0.45em;
  line-height: 1.9;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scaleX(0.9);
  transform: scaleX(0.9);
}

#image_area #catch_copy .copy {
  margin-top: 50px;
}

#image_area #catch_copy .copy p {
  color: #787878;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.46em;
  line-height: 2.4;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scaleX(0.9);
  transform: scaleX(0.9);
}

#image_area .copy-back-image {
  position: relative;
  margin-top: -30%;
  padding-bottom: 40px;
  z-index: 1;
}

#image_area .copy-back-image img {
  width: 100%;
}

#image_area .copy-back-image::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: #E2528E;
  opacity: 0.15;
}

@media screen and (max-width: 768px) {
  #image_area {
    overflow: hidden;
    margin-top: 16vw;
  }
  #image_area #catch_copy {
    padding: 0 0 5.33333vw 5.33333vw;
    width: 64vw;
  }
  #image_area #catch_copy h2 {
    font-size: 5.6vw;
    letter-spacing: 0.4em;
  }
  #image_area #catch_copy .copy {
    margin-top: 8vw;
  }
  #image_area #catch_copy .copy p {
    font-size: 3.2vw;
    letter-spacing: 0.3em;
  }
  #image_area .copy-back-image {
    margin: -48% -30% 0;
    padding-bottom: 20px;
  }
  #image_area .copy-back-image img {
    width: 100%;
  }
  #image_area .copy-back-image::after {
    height: 20px;
  }
}

/* =========================== top_pickup =============================== */
#top_pickup {
  margin-top: 200px;
}

#top_pickup .hgroup {
  text-align: center;
}

#top_pickup .hgroup h2 {
  color: #E2528E;
  font-size: 31px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  letter-spacing: 0.45em;
  -webkit-transform: scaleX(0.9);
  transform: scaleX(0.9);
}

#top_pickup .pickup-ttl {
  margin-top: 190px;
}

#top_pickup .pickup-ttl + .pickup-ttl {
  margin-top: 150px;
}

@media screen and (max-width: 768px) {
  #top_pickup {
    margin-top: 24vw;
  }
  #top_pickup .hgroup {
    padding-left: 8vw;
  }
  #top_pickup .hgroup h2 {
    display: inline-block;
    font-size: 5.6vw;
    text-align: left;
    line-height: 1.8;
  }
  #top_pickup .pickup-ttl {
    margin-top: 26.66667vw;
  }
  #top_pickup .pickup-ttl + .pickup-ttl {
    margin-top: 26.66667vw;
  }
}

/* =========================== top_collection =============================== */
#top_collection {
  position: relative;
  margin-top: 200px;
}

#top_collection .hgroup {
  margin: 0 auto;
  max-width: 1200px;
}

#top_collection .hgroup h2 {
  color: #E2528E;
  font-size: 22px;
  font-family: copperplate, serif;
  font-weight: 300;
  letter-spacing: 0.1em;
}

#top_collection .collection-img1 {
  position: absolute;
  top: -200px;
  right: 0;
}

#top_collection .collection-img2 {
  position: absolute;
  top: calc(100% - 500px);
  left: 0;
}

#top_collection .collection-cts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 100px auto 0;
  max-width: 800px;
}

#top_collection .collection-cts .product-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 300px;
}

#top_collection .collection-cts .product-group .product {
  position: relative;
}

#top_collection .collection-cts .product-group .product a {
  display: block;
}

#top_collection .collection-cts .product-group:nth-of-type(n+3) {
  margin-top: 50px;
}

#top_collection .more-link {
  margin-top: 80px;
  text-align: center;
}

#top_collection .product-group-2 .new {
  top: 20px;
  left: auto;
  right: -20px;
}

#top_collection .product-col-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 28px;
  width: 300px;
}

#top_collection .product-col-block .product-img-2 {
  margin-left: 30px;
}

#top_collection .product-col-block .product-img-2 .txt {
  text-align: center;
}

#top_collection .product-col-block .product-img-2 .txt p {
  display: inline-block;
  color: #666;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 9px;
  letter-spacing: 0.16em;
  text-align: left;
}

#top_collection .product-col-block .product-img-2 img {
  margin-top: 10px;
}

#top_collection .product-col-block .product-txt {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  #top_collection {
    margin-top: 26.66667vw;
  }
  #top_collection .hgroup h2 {
    font-size: 4.8vw;
    text-align: center;
  }
  #top_collection .collection-img1 {
    display: none;
  }
  #top_collection .collection-img2 {
    display: none;
  }
  #top_collection .collection-cts {
    display: block;
    padding: 0 10.66667vw;
    margin: 0 auto;
  }
  #top_collection .collection-cts .product-group {
    margin-top: 13.33333vw;
    width: auto;
  }
  #top_collection .collection-cts .product-group .product {
    position: relative;
    width: 50%;
    text-align: center;
  }
  #top_collection .collection-cts .product-group .product.sp_new::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 12vw;
    height: 3.73333vw;
    background: url(/assets/img/top/top_new_txt.svg) 0 0 no-repeat;
    background-size: contain;
  }
  #top_collection .collection-cts .product-group.product-group-2 .product {
    width: 100%;
  }
  #top_collection .more-link {
    padding: 0 10.66667vw;
    margin-top: 8vw;
    text-align: right;
  }
  #top_collection .product-group-2 .new {
    top: 0;
    right: 0;
    z-index: 10;
  }
  #top_collection .product-col-block {
    margin: 0 auto;
    width: 100%;
  }
  #top_collection .product-col-block .product-img-1 {
    width: 50%;
    text-align: center;
  }
  #top_collection .product-col-block .product-img-1 img {
    width: 120px;
  }
  #top_collection .product-col-block .product-img-2 {
    margin-left: 0;
    width: 50%;
    text-align: center;
  }
  #top_collection .product-col-block .product-img-2 .txt p {
    font-size: 10px;
  }
  #top_collection .product-col-block .product-img-2 img {
    margin-top: 4vw;
  }
  #top_collection .product-col-block .product-txt {
    margin-left: 0;
    width: 100%;
  }
}

/* =========================== top_instagram =============================== */
#top_instagram {
  position: relative;
  margin: 200px 0 0 calc(50% - 600px);
  /*&::after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: 50%;
        height: 100%;
        background-color: #FDEDF4;
        z-index: 1;
    }*/
}

#top_instagram .instagram-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 50px 0 30px;
  background-color: #FDEDF4;
  z-index: 2;
}

#top_instagram .instagram-inner .hgroup {
  width: 160px;
  text-align: center;
}

#top_instagram .instagram-inner .hgroup .icon {
  margin: -10px 0 0 10px;
}

#top_instagram .instagram-inner .hgroup h2 {
  margin-top: 15px;
}

#top_instagram .instagram-inner .instagram-cts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% - 160px);
}

#top_instagram .instagram-inner .instagram-cts div {
  width: 18.7%;
}

#top_instagram .instagram-inner .instagram-cts div:nth-of-type(n + 6) {
  margin-top: 17px;
}

#top_instagram .instagram-inner .instagram-link {
  margin: 20px auto 0;
  max-width: 980px;
  width: 100%;
  text-align: right;
}

@media screen and (max-width: 768px) {
  #top_instagram {
    margin: 21.33333vw 0 0;
  }
  #top_instagram .instagram-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 4vw 0 2.66667vw;
  }
  #top_instagram .instagram-inner .hgroup {
    padding-left: 1%;
    width: 10%;
  }
  #top_instagram .instagram-inner .hgroup .icon {
    margin: 1.33333vw auto 0;
    width: auto;
  }
  #top_instagram .instagram-inner .hgroup h2 {
    margin: 2.13333vw auto 0;
    width: auto;
  }
  #top_instagram .instagram-inner .instagram-cts {
    width: 86%;
  }
  #top_instagram .instagram-inner .instagram-cts div {
    width: 48%;
  }
  #top_instagram .instagram-inner .instagram-cts div:nth-of-type(n + 3) {
    margin-top: 2.66667vw;
  }
  #top_instagram .instagram-inner .instagram-cts div.pic5 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  #top_instagram .instagram-inner .instagram-cts div.pic7 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  #top_instagram .instagram-inner .instagram-cts div.pic8 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  #top_instagram .instagram-inner .instagram-cts div.pic10 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  #top_instagram .instagram-inner .instagram-link {
    margin: 2.66667vw;
    padding: 0 10.66667vw;
  }
}

/* =========================== top_collumn =============================== */
#top_column {
  margin-top: 200px;
}

#top_column .hgroup {
  text-align: center;
}

#top_column .hgroup h2 {
  color: #E2528E;
  font-size: 22px;
  font-family: copperplate, serif;
  font-weight: 300;
  letter-spacing: 0.1em;
}

#top_column .column-cts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 50px auto 0;
  max-width: 830px;
}

#top_column .column-cts .column {
  width: 47.46988%;
}

#top_column .column-cts .column a {
  display: block;
}

#top_column .column-cts .column .txt {
  margin-top: 10px;
  color: #787878;
}

#top_column .column-cts .column .txt .date {
  font-size: 12px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
}

#top_column .column-cts .column .txt .ttl {
  margin-top: 8px;
  font-size: 13px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
}

#top_column .column-cts .column:nth-of-type(n + 3) {
  margin-top: 50px;
}

#top_column .more-link {
  margin-top: 100px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #top_column {
    margin-top: 26.66667vw;
  }
  #top_column .hgroup h2 {
    font-size: 4.8vw;
    text-align: center;
  }
  #top_column .column-cts {
    display: block;
    margin: 0 auto;
    padding: 0 10.66667vw;
  }
  #top_column .column-cts .column {
    margin: 8vw auto 0;
    max-width: 320px;
    width: auto;
  }
  #top_column .column-cts .column .txt {
    margin-top: 2.66667vw;
  }
  #top_column .column-cts .column .txt .ttl {
    margin-top: 1.33333vw;
  }
  #top_column .column-cts .column:nth-of-type(n + 3) {
    display: none;
  }
  #top_column .more-link {
    margin-top: 5.33333vw;
    padding: 0 10.66667vw;
    text-align: right;
  }
}

/* =========================== top_recommend_bnr =============================== */
#top_recommend_bnr {
  margin-top: 130px;
}

#top_recommend_bnr .bnr {
  margin: 0 auto;
  max-width: 660px;
}

#top_recommend_bnr .bnr a {
  display: block;
  border: 2px solid #E2528E;
}

#top_recommend_bnr .bnr a .bnr-txt {
  padding: 12px 0;
  text-align: center;
}

#top_recommend_bnr .bnr a .bnr-txt span {
  margin-right: 20px;
  color: #E2528E;
  font-size: 21px;
  font-family: copperplate, serif;
  letter-spacing: 0.1em;
}

#top_recommend_bnr .bnr a .bnr-txt img {
  padding-top: 3px;
}

@media screen and (max-width: 768px) {
  #top_recommend_bnr {
    margin-top: 8vw;
    padding: 0 10.66667vw;
  }
  #top_recommend_bnr .bnr {
    max-width: initial;
    max-width: auto;
  }
  #top_recommend_bnr .bnr a .bnr-txt {
    padding: 2.66667vw;
  }
  #top_recommend_bnr .bnr a .bnr-txt span {
    margin-right: 0;
    font-size: 5.33333vw;
  }
  #top_recommend_bnr .bnr a .bnr-txt img {
    width: 50.66667vw;
  }
}
