@charset "UTF-8";
@keyframes fadeIn {
  0% {
    opacity: 0; }
  1% {
    opacity: 0; }
  100% {
    opacity: 1;
    transform: translateZ(1px); } }
@keyframes fadeInMove {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    top: 30px;
    opacity: 0; }
  100% {
    display: block;
    top: 0;
    opacity: 1; } }
.l-main {
  background: #FFF8EB; }

.l-main > section,
.l-main > article,
.l-main > div {
  /*opacity: 0;*/
  position: relative;
  /*top: 30px;*/
  transition-duration: .6s;
  transition-delay: .2s;
  transition-timing-function: ease-in-out; }

.l-main > section.is-animate,
.l-main > article.is-animate,
.l-main > div.is-animate {
  /*opacity: 1;*/
  top: 0; }

.m-topicpath ol {
  background: #FFF8EB !important; }

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

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

img {
  width: 100%; }

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 0.875rem;
  color: #3C3C3C; }

.font-min {
  font-family: "Noto Serif JP",serif; }

.font-en {
  font-family: "Poppins", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }

.mb-1 {
  margin-bottom: 15px; }

.mb-2 {
  margin-bottom: 30px; }

.mb-3 {
  margin-bottom: 45px; }

.mb-4 {
  margin-bottom: 60px; }

.mb-5 {
  margin-bottom: 75px; }

.flex-btw {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.flex-nml {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.item-cen {
  align-items: center; }

.t-cen {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .t-cen {
      text-align: left; } }

/*ボタン系*/
.btn__cart a, .btn__more a:before {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }

.btn__cart a, .btn__reserve a {
  width: 380px;
  text-align: center;
  text-decoration: none;
  background-color: #878782;
  border-radius: 2px;
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .btn__cart a, .btn__reserve a {
      width: 80vw; } }

.btn__cart a {
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }

.btn__cart a span {
  display: inline-block;
  padding-left: 32px;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  letter-spacing: .1em;
  background-image: url(../../assets/images/icon-cart.svg);
  background-size: 20px auto;
  background-position: left center; }
  @media screen and (max-width: 767px) {
    .btn__cart a span {
      padding-left: 8vw;
      font-size: 4.2666666667vw;
      line-height: 14.6666666667vw;
      background-size: 5.3333333333vw auto; } }

.btn__cart a:hover {
  opacity: 0.5; }

.btn__cart a span, .btn__modal a, .btn__more a:before, .remodal-close:before, .voice__list li p {
  background-repeat: no-repeat; }

@media screen and (max-width: 767px) {
  .btn__modal a {
    padding-right: 5.3333333333vw;
    font-size: 3.2vw;
    line-height: 5.8666666667vw;
    background-size: 4vw auto; } }

/*詳細はこちらボタン*/
.product__description__more.btn__more a {
  width: 380px; }
  @media screen and (max-width: 767px) {
    .product__description__more.btn__more a {
      width: 80vw; } }

.btn__more a {
  width: 380px;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #c8c8c8;
  border-radius: 25px;
  position: relative;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  box-sizing: border-box;
  background: #fff !important; }
  .btn__more a:hover {
    background: #c8c8c8 !important; }

@media screen and (max-width: 767px) {
  .btn__more a {
    width: 80vw;
    border-radius: 7.33333vw; } }
.btn__more a, .btn__more a span {
  display: inline-block;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }

.btn__more a span {
  color: #3c3c3c;
  font-size: 14px;
  line-height: 48px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }

.btn__more a:before {
  content: "";
  display: block;
  width: 6px;
  height: 48px;
  background-image: url(../images/icon-arrow-gray.svg);
  background-size: 6px auto;
  background-position: center;
  position: absolute;
  right: 26px;
  top: 0;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }

@media screen and (max-width: 767px) {
  .btn__more a:before {
    width: 1.73333vw;
    height: 13.6vw;
    background-size: 1.73333vw auto;
    right: 6.93333vw;
    top: 0.1vw; } }
@media screen and (min-width: 768px) {
  .btn__more a:hover {
    color: #fff;
    background-color: #c8c8c8; } }
@media screen and (min-width: 768px) {
  .btn__more a:hover:before {
    background-image: url(../images/icon-arrow-white.svg); } }
@media screen and (min-width: 768px) {
  .btn__more a:hover span {
    color: #fff; } }
.btn__more {
  margin-bottom: 20px; }

.detail__picture {
  order: 1;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .detail__picture {
      margin: 0 0 66px 0;
      width: 50%; } }
  @media screen and (max-width: 767px) {
    .detail__picture {
      width: 100%; } }

.detail--item-picture {
  max-width: 30px; }
  @media screen and (min-width: 768px) {
    .detail--item-picture {
      margin: 0 auto; } }
  @media screen and (max-width: 767px) {
    .detail--item-picture {
      width: 6vw;
      height: auto;
      margin: 0 auto 15px; } }
  .detail--item-picture img {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .detail--item-picture img {
        margin-left: -42px; } }

.m--ingredients-btn {
  display: table;
  margin: 0 0 25px;
  color: #878782;
  cursor: pointer;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }
  @media screen and (min-width: 768px) {
    .m--ingredients-btn {
      font-size: .8125rem; } }
  @media screen and (max-width: 767px) {
    .m--ingredients-btn {
      font-size: 0.8125rem;
      margin: 0 auto 25px; } }
  .m--ingredients-btn span {
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 1px solid #878782; }
    @media screen and (max-width: 767px) {
      .m--ingredients-btn span {
        font-size: 3.2vw; } }
  .m--ingredients-btn:hover {
    opacity: .6; }
  .m--ingredients-btn:after {
    display: inline-block;
    background: url("/contents/shared/images/icon_ingredients_btn.svg") no-repeat 0 0;
    background-size: 100% 100%;
    content: ""; }
    @media screen and (min-width: 768px) {
      .m--ingredients-btn:after {
        width: 16px;
        height: 16px;
        margin-left: 4px;
        vertical-align: -3px; } }
    @media screen and (max-width: 767px) {
      .m--ingredients-btn:after {
        width: 4vw;
        height: 4vw;
        margin-left: 1.06667vw;
        vertical-align: -1vw; } }

.m__ingredients-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2000;
  overflow: auto;
  margin: auto;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
  opacity: 0; }
  .m__ingredients-modal:after {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: ""; }
    @media screen and (min-width: 768px) {
      .m__ingredients-modal:after {
        margin-left: -0.05em; } }
    @media screen and (max-width: 767px) {
      .m__ingredients-modal:after {
        margin-left: -0.3em; } }

.m__ingredients-modal.is-opened {
  display: block;
  animation: fadeIn 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s 1 normal forwards; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  99% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  1% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.m__ingredients-modal-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2001;
  width: 100%;
  height: 100%;
  background-color: rgba(135, 135, 130, 0.7);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px); }

.m__ingredients-modal-warp {
  display: inline-block;
  position: relative;
  z-index: 2002;
  margin: auto;
  vertical-align: middle;
  background-color: #fff;
  box-sizing: border-box;
  transform: translate3d(0, 0, 0); }
  @media screen and (min-width: 768px) {
    .m__ingredients-modal-warp {
      width: 800px;
      padding: 77px 102px 70px;
      border-radius: 2px; } }
  @media screen and (max-width: 767px) {
    .m__ingredients-modal-warp {
      width: 93.06667vw;
      padding: 13.33334vw 9.33334vw 11.33334vw; } }

.is-opened .m__ingredients-modal-warp {
  animation: zoomOut 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s 1 normal forwards; }

@keyframes zoomOut {
  0% {
    transform: scale(1.04); }
  100% {
    transform: scale(1); } }
.m--ingredients-modal-title {
  color: #c8c8c8;
  font-weight: bold;
  text-align: left; }
  @media screen and (min-width: 768px) {
    .m--ingredients-modal-title {
      font-size: .875rem;
      line-height: 1.5715; } }
  @media screen and (max-width: 767px) {
    .m--ingredients-modal-title {
      font-size: 3.73334vw; } }

.m--ingredients-modal-text {
  color: #2b2e38;
  text-align: left; }
  @media screen and (min-width: 768px) {
    .m--ingredients-modal-text {
      margin-top: 20px;
      font-size: .8125rem;
      line-height: 1.69231; } }
  @media screen and (max-width: 767px) {
    .m--ingredients-modal-text {
      margin-top: 5.33334vw;
      font-size: 3.46667vw;
      line-height: 1.69231; } }

.m--ingredients-modal-close {
  display: block;
  position: absolute;
  z-index: 2002;
  overflow: visible;
  margin: 0;
  padding: 0;
  border: 0;
  background: url("/contents/shared/images/icon_ingredients_close_btn.svg") no-repeat 0 0;
  background-size: 100% 100%;
  cursor: pointer;
  outline: 0;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }
  @media screen and (min-width: 768px) {
    .m--ingredients-modal-close {
      top: 16px;
      right: 16px;
      width: 16px;
      height: 16px; } }
  @media screen and (max-width: 767px) {
    .m--ingredients-modal-close {
      top: 4.26667vw;
      right: 4.26667vw;
      width: 4.8vw;
      height: 4.8vw; } }
  .m--ingredients-modal-close:hover {
    opacity: .6; }

.l-main section {
  opacity: 0;
  position: relative;
  transition-duration: .6s;
  transition-delay: .2s;
  transition-timing-function: ease-in-out; }

.l-main section.is-animate {
  opacity: 1;
  top: 0; }

/***********************
 entrance
************************/
.anniv-top.is-animate {
  animation: fadeIn .6s ease-in-out 0s 1 normal forwards; }

@media screen and (min-width: 768px) {
  .anv-hero {
    width: 800px;
    margin: 0 auto;
    padding-top: 50px; }

  .gift-title-en {
    font-size: 1.5rem;
    letter-spacing: 0.155em; }

  .gift-title-text {
    font-size: 0.875rem; }

  .gift-selection {
    display: flex;
    justify-content: center; } }
@media screen and (max-width: 767px) {
  .anv-hero {
    width: 85.3333%;
    margin: 0 auto;
    padding-top: 10vw; } }
/***********************
 message
************************/
.message {
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 2% 100px; }
  @media screen and (max-width: 767px) {
    .message {
      padding: 12vw 5.33334vw 19vw; }
      .message .mb-2 {
        margin-bottom: 7vw; } }

.anv-ttl01 {
  font-size: 1.375rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: .1em;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .anv-ttl01 {
      font-size: 4.53333vw;
      margin-bottom: 7vw; } }

.anv-txt {
  text-align: center;
  line-height: 2.8;
  font-size: 0.875rem;
  letter-spacing: 0.035rem; }
  @media screen and (max-width: 767px) {
    .anv-txt {
      line-height: 2.8;
      font-size: 3.2vw; } }

/***********************
 present
************************/
.gwp-preset {
  font-size: 1.25rem;
  max-width: 1100px;
  width: 98%;
  margin: 0 auto 59px; }
  @media screen and (min-width: 768px) {
    .gwp-preset {
      padding-top: 0 !important;
      margin: 0 auto 100px !important; } }
  @media screen and (max-width: 767px) {
    .gwp-preset {
      width: 89.33332vw;
      padding: 0 0 5vw !important; } }

.ltd-preset--title {
  margin-bottom: 40px !important; }
  @media screen and (max-width: 767px) {
    .ltd-preset--title {
      margin-bottom: 13vw !important; } }

.gwp-preset__wrap {
  padding: 32px 0 !important;
  	 /*.ltd-fv--item-desc{
  	  @include mq(pc) {
        	margin-bottom: 25px;
      	}
  	 }*/ }
  @media screen and (min-width: 768px) {
    .gwp-preset__wrap {
      max-width: 970px !important;
      width: 100% !important; } }
  @media screen and (max-width: 767px) {
    .gwp-preset__wrap {
      padding: 9vw 4.27vw 7vw !important; } }
  .gwp-preset__wrap .present_wrap {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px; }
    @media screen and (max-width: 767px) {
      .gwp-preset__wrap .present_wrap {
        padding: 0; } }
  @media screen and (min-width: 768px) {
    .gwp-preset__wrap .ltd-fv__info {
      width: 380px;
      margin-right: 20px; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .gwp-preset__wrap .ltd-fv__info {
      width: 50%; } }
  @media screen and (max-width: 767px) {
    .gwp-preset__wrap .ltd-fv__info {
      width: 100%; } }
  .gwp-preset__wrap .ltd-fv--image {
    max-width: 350px;
    height: auto; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .gwp-preset__wrap .ltd-fv--image {
        width: 45%;
        height: auto; } }
    @media screen and (max-width: 767px) {
      .gwp-preset__wrap .ltd-fv--image {
        max-width: 450px;
        width: 100% !important;
        margin: 0 auto 13vw; } }
  .gwp-preset__wrap .border__sandwich {
    margin-bottom: 30px !important; }
    @media screen and (max-width: 767px) {
      .gwp-preset__wrap .border__sandwich {
        margin-left: 0 !important;
        margin-bottom: 8vw !important; } }
  .gwp-preset__wrap .m-contents--default-btn {
    margin: 0 auto 20px;
    width: fit-content; }

.l-limited .ltd-fv--item-name {
  line-height: 145%; }
  @media screen and (max-width: 767px) {
    .l-limited .ltd-fv--item-name {
      font-size: 4.4vw;
      line-height: 1.6;
      margin-bottom: 7vw !important; } }

.l-limited .ltd-fv--item-desc.desc01 {
  margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .l-limited .ltd-fv--item-desc.desc01 {
      margin-bottom: 5.3333333333vw; } }

@media screen and (max-width: 767px) {
  .present_wrap .ltd-fv--item-desc {
    font-size: 3.1vw;
    letter-spacing: 0.03rem;
    margin-bottom: 8vw; } }

@media screen and (min-width: 768px) {
  .l-limited .border__sandwich {
    max-width: 380px; } }
@media screen and (max-width: 767px) {
  .l-limited .border__sandwich {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto 4vw; } }

.l-limited .border-sandwich--title::before {
  width: 100% !important; }

.l-limited .border-sandwich--title span {
  background: #fff;
  z-index: 1;
  position: relative;
  padding: 0 13px; }

.l-limited .border-sandwich--text {
  letter-spacing: 0.065rem !important; }
  @media screen and (max-width: 767px) {
    .l-limited .border-sandwich--text {
      font-size: 3.4vw; } }

/***********************
 bodymilk
************************/
.body_milk {
  padding: 80px 2%;
  /*background: #badddf;*/
  background: #fff;
  /*	border-top:1px solid #c8c8c8;
  	border-bottom:1px solid #c8c8c8;*/ }
  @media screen and (max-width: 767px) {
    .body_milk {
      padding: 15vw 2% 16vw; } }

.ttl-01 {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: .2em;
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .ttl-01 {
      font-size: 5vw;
      margin-bottom: 12vw; } }

.milk_wrap {
  max-width: 800px;
  margin: 0 auto; }

.milk-img {
  max-width: 350px;
  width: 50%; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .milk-img {
      width: 45%; } }
  @media screen and (max-width: 767px) {
    .milk-img {
      max-width: 450px;
      width: 88.3333% !important;
      margin: 0 auto 12vw; } }

.milk-txt {
  width: 380px;
  letter-spacing: .1em; }
  @media screen and (min-width: 768px) {
    .milk-txt {
      margin-right: 20px; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .milk-txt {
      width: 50%; } }
  @media screen and (max-width: 767px) {
    .milk-txt {
      width: 100%;
      padding: 0 5%;
      text-align: center; } }
  .milk-txt .milk--ttl {
    font-size: 1.375rem;
    line-height: 1.8;
    letter-spacing: 0.1375rem;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .milk-txt .milk--ttl {
        font-size: 5.3333333333vw;
        line-height: 1.6;
        margin-bottom: 7vw; } }
  .milk-txt .milk--sub-ttl {
    font-size: 1rem;
    line-height: 1.56;
    letter-spacing: 0.09rem;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .milk-txt .milk--sub-ttl {
        font-size: 3.9vw;
        line-height: 1.6;
        margin-bottom: 6vw; } }
  .milk-txt .milk--name {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 10px;
    letter-spacing: 0.04rem; }
    .milk-txt .milk--name small {
      font-size: 0.875rem; }
    @media screen and (max-width: 767px) {
      .milk-txt .milk--name {
        font-size: 4.2vw;
        margin-bottom: 2.6666666667vw; } }
  .milk-txt .milk--price {
    font-size: 0.875rem;
    margin-bottom: 30px;
    line-height: 1.7;
    letter-spacing: 0.035rem; }
    @media screen and (max-width: 767px) {
      .milk-txt .milk--price {
        font-size: 3.5vw;
        margin-bottom: 8vw; } }
  .milk-txt .milk--date {
    font-size: 0.8125rem;
    letter-spacing: 0.12188rem;
    margin-bottom: 8px; }
    @media screen and (max-width: 767px) {
      .milk-txt .milk--date {
        font-size: 3.3vw;
        letter-spacing: 0.1125rem;
        margin-bottom: 10px; } }
  .milk-txt .milk--date--sub {
    font-size: 0.6875rem;
    color: #3c3c3c;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .milk-txt .milk--date--sub {
        font-size: 2.8vw; } }
  .milk-txt .m-contents--default-btn {
    margin: 0; }
    @media screen and (max-width: 767px) {
      .milk-txt .m-contents--default-btn {
        margin: 0 auto; } }

/***********************
 sns_campaign
************************/
.sns_campaign {
  padding: 80px 2%;
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .sns_campaign {
      padding: 15vw 5.33334vw; } }
  .sns_campaign .sns_bg {
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
    padding: 70px 10px;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #C8C8C8; }
    @media screen and (max-width: 767px) {
      .sns_campaign .sns_bg {
        padding: 12vw 15px 14vw; } }
  .sns_campaign .sns_inr {
    max-width: 800px;
    margin: 0 auto; }
  .sns_campaign .present_wrap {
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .sns_campaign .present_wrap {
        margin-bottom: 11vw; } }
  @media screen and (min-width: 768px) {
    .sns_campaign .ltd-fv--image {
      max-width: 350px;
      width: 100%;
      height: auto; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .sns_campaign .ltd-fv--image {
      width: 45%; } }
  @media screen and (max-width: 767px) {
    .sns_campaign .ltd-fv--image {
      max-width: 450px;
      margin-bottom: 13vw; } }
  @media screen and (min-width: 768px) {
    .sns_campaign .ltd-fv__info {
      /*width: calc(100% - 350px - 5%);*/
      width: 380px; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .sns_campaign .ltd-fv__info {
      width: 50%; } }
  @media screen and (max-width: 767px) {
    .sns_campaign .ltd-fv__info {
      padding: 0; } }
  @media screen and (max-width: 767px) {
    .sns_campaign .ltd-fv--item-desc {
      font-size: 3.3vw;
      letter-spacing: 0.06rem; } }
  @media screen and (max-width: 767px) {
    .sns_campaign .border__sandwich {
      margin: 0 0 4vw 0 !important; } }
  .sns_campaign .border-sandwich--title span {
    /*background: #f8f5f5;*/ }

.sns_cp_img {
  text-align: center;
  margin-bottom: 80px; }
  .sns_cp_img img {
    max-width: 940px; }

.howto_ttl {
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.67;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .howto_ttl {
      font-size: 4.6vw;
      letter-spacing: 0.1125rem;
      margin-bottom: 5vw; } }

.howto_wrap {
  max-width: 720px;
  margin: 0 auto 50px; }
  @media screen and (max-width: 767px) {
    .howto_wrap {
      margin: 0 auto 6vw; } }
  .howto_wrap li {
    position: relative;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: solid 1px #C8C8C8; }
    @media screen and (min-width: 768px) {
      .howto_wrap li {
        width: 220px;
        height: 220px; } }
    @media screen and (max-width: 767px) {
      .howto_wrap li {
        margin: 0 auto;
        margin-bottom: 5.3333333333vw;
        text-align: center;
        width: 53.33vw;
        height: 53.33vw; } }
    .howto_wrap li .li_inr {
      padding: 25px 25px 0; }
      @media screen and (max-width: 767px) {
        .howto_wrap li .li_inr {
          padding: 8vw 25px 0; } }
    .howto_wrap li .how_num {
      height: 26px;
      width: 26px;
      border-radius: 50%;
      line-height: 26px;
      text-align: center;
      background: #B1964E;
      color: #fff;
      margin: 0 auto 15px; }
      @media screen and (max-width: 767px) {
        .howto_wrap li .how_num {
          height: 7vw;
          width: 7vw;
          line-height: 7vw;
          font-size: 3.1vw; } }
    .howto_wrap li .howto_img {
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .howto_wrap li .howto_img {
          max-width: 50vw; } }
    .howto_wrap li .howto_txt {
      line-height: 157%;
      letter-spacing: 0.07rem;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .howto_wrap li .howto_txt {
          font-size: 3.3vw; } }

.sns_detail {
  max-width: 660px;
  padding: 50px 0;
  margin: 0 auto 50px;
  border-top: solid 1px #C8C8C8;
  border-bottom: solid 1px #C8C8C8; }

.sns_detail_txt {
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.07rem;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .sns_detail_txt {
      font-size: 3.2vw; } }

.sns_date {
  /*margin-bottom: 50px;*/ }
  .sns_date .sns_detail_txt {
    margin-bottom: 50px; }
    .sns_date .sns_detail_txt.mb-none {
      margin-bottom: 0; }
  .sns_date .btn__more {
    text-align: center;
    margin-bottom: 0; }
  .sns_date .m-contents--default-btn {
    width: auto; }

.sns_check {
  font-size: 0.875rem;
  text-align: center;
  position: relative;
  width: fit-content;
  margin: 0 auto 20px;
  padding: 0 25px; }
  @media screen and (max-width: 767px) {
    .sns_check {
      margin-bottom: 5.3333333333vw;
      font-size: 2.9333333333vw; } }
  .sns_check::before, .sns_check::after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 22px;
    height: 1px;
    background-color: #3C3C3C; }
  .sns_check::before {
    left: 0;
    transform: rotate(70deg); }
  .sns_check::after {
    right: 0;
    transform: rotate(-70deg); }
