@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Crimson+Text|Noto+Serif+JP:400,500&display=swap&subset=japanese");
@keyframes scale {
  0% {
    transform: scale(1)
  }
  to {
    transform: scale(1.04)
  }
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0)
  }
  to {
    transform: translate(-50%, -50%) rotate(180deg)
  }
}

* {
  background: transparent;
  border: 0;
  font-size: 100%;
  font-weight: 400;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline
}

*, body {
  line-height: 1
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

nav ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none
}

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline
}

ins {
  text-decoration: none
}

ins, mark {
  background-color: #ff9;
  color: #000
}

mark {
  font-style: italic;
  font-weight: 700
}

del {
  text-decoration: line-through
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0
}

input, select {
  vertical-align: middle
}

.slick-slider {
  -khtml-user-select: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  touch-action: pan-y;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.slick-list, .slick-slider {
  display: block;
  position: relative
}

.slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
  transform: translateZ(0)
}

.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0
}

.slick-track:after, .slick-track:before {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto
}

.slick-arrow.slick-hidden {
  display: none
}

body {
  background: url(../img/c_bg.gif) #fff repeat;
  color: #1a1a1a;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  position: relative
}

.fv {
  display: flex
}

.fv-left {
  display: block
}

.fv-left__inner {
  box-sizing: border-box
}

.fv-left__ttl {
  opacity: 0;
  transform: translateY(20px);
  transition-duration: .6s;
  transition-timing-function: cubic-bezier(.13, .6, .64, .84)
}

.fv-left__ttl img {
  width: 100%
}

.fv-left__season {
  color: #7c7c7c;
  font-family: Crimson Text, "Noto Serif JP", serif;
  letter-spacing: .04em;
  transition-timing-function: cubic-bezier(.13, .6, .64, .84)
}

.fv-left__logo, .fv-left__season {
  opacity: 0;
  transform: translateY(20px);
  transition-duration: .6s
}

.fv-left__logo {
  transition-delay: .4s;
  transition-timing-function: cubic-bezier(.13, .6, .64, .84)
}

.fv-left__logo img {
  width: 100%
}

.fv-left__copy {
  line-height: 1.5
}

.fv-left__copy, .fv-left__txt {
  letter-spacing: .1em;
  opacity: 0;
  transform: translateY(20px);
  transition-delay: .8s;
  transition-duration: .6s;
  transition-timing-function: cubic-bezier(.13, .6, .64, .84)
}

.fv-left__txt {
  line-height: 2
}

.fv-left__btn {
  opacity: 0;
  transform: translateY(20px);
  transition-delay: 1.4s;
  transition-duration: .6s;
  transition-timing-function: cubic-bezier(.13, .6, .64, .84)
}

.fv-left__btn_item {
  background: #fff;
  border: 1px solid #dcdddd;
  box-sizing: border-box;
  color: #1a1a1a;
  display: block;
  letter-spacing: .1em;
  position: relative;
  text-align: center
}

.fv-left__btn_item:before {
  background: url(../img/icon_arrow.png) no-repeat;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.fv-right {
  background: #e6f2f3;
  display: block;
  overflow: hidden;
  position: relative
}

.fv-right img {
  position: absolute;
  width: 100%
}

.fv.screenReady .fv-left__btn, .fv.screenReady .fv-left__copy, .fv.screenReady .fv-left__logo, .fv.screenReady .fv-left__season, .fv.screenReady .fv-left__ttl, .fv.screenReady .fv-left__txt {
  opacity: 1;
  transform: translateY(0)
}

.c-desc {
  background: #e6f3f4 url(../img/lead_bottom.gif) repeat;
  box-shadow: 0 3px 5px -2px rgba(97, 97, 97, .2)
}

.c-desc:before {
  background: url(../img/lead_top.gif) repeat;
  box-shadow: 0 2px 4px -1px rgba(124, 173, 175, .8);
  content: "";
  display: block;
  width: 100%
}

.c-desc__heading {
  letter-spacing: .1em;
  opacity: 0;
  position: relative;
  transform: translateY(20px);
  transition-duration: .6s
}

.c-desc__heading:before {
  background: url(../img/logo.png) no-repeat;
  background-size: cover;
  content: "";
  position: absolute
}

.c-desc__txt_lead {
  letter-spacing: .03em;
  transition-delay: .4s
}

.c-desc__txt_lead, .c-desc__txt_main {
  opacity: 0;
  transform: translateY(20px);
  transition-duration: .6s
}

.c-desc__txt_main {
  letter-spacing: .05em;
  line-height: 2;
  transition-delay: .7s
}

.c-desc__txt_sub {
  display: flex;
  letter-spacing: .04em;
  line-height: 1.5555555556;
  opacity: 0;
  transform: translateY(20px);
  transition-delay: .8s;
  transition-duration: .6s
}

.c-desc__txt_sub:before {
  content: "";
  display: block;
  position: relative
}

.c-desc.visible .c-desc__heading, .c-desc.visible .c-desc__txt_lead, .c-desc.visible .c-desc__txt_main, .c-desc.visible .c-desc__txt_sub {
  opacity: 1;
  transform: translateY(0)
}

.c-list__item {
  position: relative
}

.c-list__item_hover {
  opacity: 0;
  position: absolute;
  transform: translateY(20px);
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.15, .37, .07, .58)
}

.c-list__item_hover img {
  width: 100%
}

.c-list__item_top {
  display: block;
  position: relative
}

.c-list__item_top.fin:before {
  content: "完売御礼";
  letter-spacing: .04em;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  z-index: 2
}

.c-list__item_top.fin:after, .c-list__item_top.fin:before {
  opacity: 0;
  position: absolute;
  transform: translateY(20px);
  transition-duration: .6s
}

.c-list__item_top.fin:after {
  background: #e6f2f3;
  border: 1px solid #1a1a1a;
  content: "";
  z-index: 1
}

.c-list__item_name {
  display: block;
  letter-spacing: .07em;
  opacity: 0
}

.c-list__item_name_2107401, .c-list__item_name_2147402 {
  color: #99b4bf
}

.c-list__item_name_2137502, .c-list__item_name_2187501 {
  color: #c7a99f
}

.c-list__item_name_2357101, .c-list__item_name_2377102 {
  color: #c0a2c7
}

.c-list__item_img {
  box-shadow: 0 0 12px -4px rgba(0, 0, 0, .4);
  opacity: 0;
  transform: translateY(20px);
  transition-duration: .6s;
  width: 100%
}

.c-list__item_no {
  letter-spacing: .04em
}

.c-list__item_cost, .c-list__item_no {
  font-family: Crimson Text, "Noto Serif JP", serif
}

.c-list__item_note, .c-list__item_unit {
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, YuGothic M, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  font-weight: 500;
  letter-spacing: .04em
}

.c-list__item_note {
  line-height: 1.6363636364
}

.t-desc__txt_sub:before {
  background: #000
}

.t-list__item:nth-child(2n) .t-list__item_name {
  position: absolute;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl
}

.t-list__item_1936104 .t-list__item_name {
  color: #938585
}

.t-list__item_1986105 .t-list__item_name {
  color: #959281
}

.t-list__item_1906101 .t-list__item_name {
  color: #87897d
}

.t-list__item_1956103 .t-list__item_name {
  color: #828c7f
}

.t-list__item_1946102 .t-list__item_name {
  color: #848495
}

.t-list__item_1906106 .t-list__item_name {
  color: #938c78
}

.t-list__item.visible .fin:after, .t-list__item.visible .fin:before, .t-list__item.visible .t-list__item_hover.visible, .t-list__item.visible .t-list__item_img {
  opacity: 1;
  transform: translateY(0)
}

.f {
  background: #f4f4f4;
  box-shadow: 0 -6px 14px -14px rgba(26, 26, 26, .4);
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, YuGothic M, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  text-align: center
}

.f__caution {
  line-height: 1.5555555556
}

.f__banner {
  display: block
}

.f__banner img {
  max-width: 680px;
  width: 100%
}

.f__flex {
  align-items: center;
  display: flex;
  justify-content: center
}

.f__mainsite a {
  display: block
}

.f__mainsite a img {
  width: 100%
}

.f__share {
  align-items: center;
  display: flex;
  justify-content: center
}

.f__share_link {
  background: #1a1a1a;
  display: inline-block
}

.f__menu {
  display: flex;
  justify-content: center;
  list-style: none
}

.f__menu li a {
  color: #1a1a1a
}

.f__menu li:not(:last-child):after {
  background: #1a1a1a;
  content: "";
  display: inline-block;
  height: 11px;
  margin: 0 1em;
  width: 1px
}

.f__copy {
  color: #7c7c7c;
  font-family: Crimson Text, "Noto Serif JP", serif
}

.ipad .pcL_notonly, .ipad .tab_only {
  display: block
}

.ipad .c-list__item_hover:after {
  display: none
}

.ipad .c-list__item_hover {
  bottom: 15px;
  left: 15px;
  width: 90px
}

.ipad .c-list__item_top:hover .c-list__item_hover {
  width: 90px
}

.ipad .fv-left {
  background-size: 242px;
  width: 50%
}

.ipad .fv-left__inner {
  text-align: left;
  width: auto
}

.ipad .fv-left__ttl {
  background: url(../img/fv_ttl_2row.svg) no-repeat;
  background-size: cover;
  height: 85px;
  margin-left: 0;
  margin-right: 0;
  width: 269px
}

.ipad .fv-left__ttl img {
  visibility: hidden
}

.ipad .fv-left__logo {
  margin: 0 0 40px
}

.ipad .fv-left__copy {
  line-height: 1.5
}

.ipad .fv-left__btn_k, .ipad .fv-left__btn_t {
  display: block;
  margin: 0;
  width: 260px
}

.ipad .fv-left__btn_t {
  margin-bottom: 20px
}

.ipad .fv-right {
  background: transparent url(../img/fv_tab.jpg) 50%/cover no-repeat;
  width: 50%
}

.ipad .fv-right img {
  opacity: 0
}

.ipad .fv-right__slide {
  background-size: cover
}

.ipad .fv-right__slide01 {
  background: url(../img/fv_slider_1_tab.jpg) no-repeat 50%;
  background-size: cover
}

.ipad .fv-right__slide02 {
  background: url(../img/fv_slider_2_tab.jpg) no-repeat 50%;
  background-size: cover
}

.ipad .fv-right__slide03 {
  background: url(../img/fv_slider_3_tab.jpg) no-repeat 50%;
  background-size: cover
}

.ipad .c-desc__inner {
  padding: 66px 0
}

.ipad .c-desc__heading {
  font-size: 26px;
  padding-left: 40px
}

.ipad .c-desc__heading:before {
  height: 28px;
  width: 28px
}

.ipad .c-desc__txt_lead {
  font-size: 20px
}

.ipad .c-list__item_name {
  font-size: 30px
}

.ipad .t-desc__heading {
  width: 30.37%
}

.ipad .t-list__inner {
  padding: 106px 0
}

.ipad .t-list__item {
  margin-bottom: 36px
}

.ipad .t-list__item:nth-child(2n) {
  margin-top: 70px;
  padding-right: 25px
}

.ipad .k-desc__heading {
  width: 17.87%
}

.ipad .k-list__inner {
  padding: 118px 0 60px
}

.ipad .k-list__item {
  margin-bottom: 106px
}

.ipad .k-list__item_1993101 {
  width: 74%
}

.ipad .k-list__item_1993101:before {
  height: 69.7916666667vw;
  left: 57%;
  top: 60px;
  width: 52.76%
}

.ipad .k-list__item_1993101 .k-list__item_img {
  width: 75%
}

.ipad .k-list__item_1993101 .k-list__item_no {
  display: block
}

.ipad .k-list__item_1993101 .k-list__item_no:after {
  font-size: 11px;
  margin-left: 10px;
  padding: 2px 10px
}

.ipad .k-list__item_1996102 {
  margin-left: 26px
}

.ipad .k-list__item_1996103 {
  margin-right: 0;
  margin-top: 10px
}

@media screen and (min-width:768px) {
  .fv {
    height: 100vh
  }
  .fv-left {
    background: url(../img/fv_bg.png) no-repeat 0 0;
    background-size: 338px;
    position: relative;
    width: 61.8%
  }
  .fv-left__inner {
    padding: 27px 40px 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
  }
  .fv-left__ttl {
    font-size: 30px;
    letter-spacing: .2em;
    margin-bottom: 28px;
    margin-left: auto;
    margin-right: auto
  }
  .fv-left__season {
    font-size: 15px;
    margin-bottom: 40px
  }
  .fv-left__season .num {
    font-size: 16px
  }
  .fv-left__logo {
    margin: 0 auto 60px;
    width: 34px
  }
  .fv-left__copy {
    font-size: 22px;
    margin-bottom: 33px
  }
  .fv-left__txt {
    font-size: 13px
  }
  .fv-left__txt.mb {
    margin-bottom: 17px
  }
  .fv-left__btn {
    margin-top: 63px
  }
  .fv-left__btn_item {
    display: inline-block;
    font-size: 20px;
    line-height: 60px;
    margin: 0 5px 10px;
    padding: 0 13px 0 0;
    width: 260px
  }
  .fv-left__btn_item:before {
    height: 13px;
    right: 20px;
    width: 13px
  }
  .fv-right {
    height: 100vh;
    width: 38.19%
  }
  .fv-right img {
    bottom: 0
  }
  .c-desc:before {
    height: 25px
  }
  .c-desc__inner {
    display: flex;
    margin: auto;
    max-width: 1140px;
    padding: 90px 0 60px;
    width: 89.58%
  }
  .c-desc__heading {
    flex-shrink: 0;
    font-size: 26px;
    padding-left: 40px
  }
  .c-desc__heading:before {
    height: 28px;
    left: 0;
    width: 28px
  }
  .c-desc__txt_lead {
    font-size: 24px;
    margin-bottom: 22px
  }
  .c-desc__txt_main {
    font-size: 13px;
    margin-bottom: 20px
  }
  .c-desc__txt_sub {
    font-size: 11px
  }
  .c-desc__txt_sub:before {
    height: 1px;
    margin: 7px 13px 3px 0;
    width: 30px
  }
  .c-list__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    max-width: 1140px;
    width: 89.58%
  }
  .c-list__item {
    width: 45%
  }
  .c-list__item:nth-child(2n-1) .c-list__item_top.fin:before {
    top: 84px
  }
  .c-list__item:nth-child(2n-1) .c-list__item_top.fin:after {
    top: 70px
  }
  .c-list__item_hover {
    bottom: 15px;
    left: 15px;
    width: 140px
  }
  .c-list__item_top {
    margin-bottom: 22px
  }
  .c-list__item_top.fin:before {
    font-size: 15px;
    left: 43px;
    top: 44px
  }
  .c-list__item_top.fin:after {
    height: 92px;
    left: 30px;
    top: 30px;
    width: 40px
  }
  .c-list__item_name {
    font-size: 35px
  }
  .c-list__item_no {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle
  }
  .c-list__item_color {
    font-size: 11px
  }
  .c-list__item_cost {
    font-size: 30px;
    margin-right: 7px
  }
  .c-list__item_unit {
    font-size: 11px
  }
  .c-list__item_note {
    font-size: 11px;
    margin-top: 9px
  }
  .t-desc__heading {
    width: 29.91%
  }
  .t-list__inner {
    padding: 116px 0
  }
  .t-list__item {
    margin-bottom: 60px
  }
  .t-list__item:nth-child(2n) {
    margin-top: 116px;
    padding-right: 30px
  }
  .t-list__item:nth-child(2n) .t-list__item_name {
    right: -34px
  }
  .f__inner {
    margin: auto;
    padding: 88px 0 70px;
    width: 90%
  }
  .f__caution {
    font-size: 11px
  }
  .f__caution01 {
    margin-bottom: 5px
  }
  .f__caution02 {
    margin-bottom: 52px
  }
  .f__banner {
    margin-bottom: 51px
  }
  .f__flex {
    margin-bottom: 52px
  }
  .f__mainsite {
    margin-right: 87px;
    width: 173px
  }
  .f__share span {
    font-size: 11px
  }
  .f__share_link {
    height: 32px;
    margin: 0 6px;
    width: 32px
  }
  .f__share_link_fb img {
    padding-top: 7px;
    width: 9px
  }
  .f__share_link_twitter img {
    padding-top: 10px;
    width: 15px
  }
  .f__share_link_line img {
    padding-top: 8px;
    width: 18px
  }
  .f__menu {
    margin-bottom: 30px
  }
  .f__menu li a {
    font-size: 11px
  }
  .f__copy {
    font-size: 14px
  }
  .pcL_notonly, .sp_only, .tab_only {
    display: none
  }
}

@media screen and (min-width:961px) {
  .fv-left__copy {
    line-height: 1
  }
  .c-desc__heading {
    font-size: 38px;
    padding-left: 59px
  }
  .c-desc__heading:before {
    height: 38px;
    width: 38px
  }
}

@media screen and (min-width:1440px) {
  .c-list__item {
    width: 480px
  }
}

@media screen and (max-width:767px) {
  .fv {
    flex-direction: column-reverse;
    float: right;
    width: 84.375vw;
    position: relative
  }
  .fv:before {
    background: url(../img/c_logo.png) no-repeat;
    background-size: cover;
    content: "";
    height: 8.75vw;
    left: -12.1875vw;
    position: absolute;
    top: 36.086vh;
    width: 8.75vw
  }
  .fv-left {
    padding-bottom: 23.4375vw
  }
  .fv-left__ttl {
    font-size: 5.3125vw;
    letter-spacing: .165em;
    margin-bottom: 4.375vw;
    margin-top: 9.375vw
  }
  .fv-left__season {
    font-size: 3.125vw;
    margin-bottom: 11.09375vw
  }
  .fv-left__season .num {
    font-size: 3.4375vw
  }
  .fv-left__logo {
    display: none
  }
  .fv-left__copy {
    font-size: 5.3125vw;
    margin-bottom: 3.59375vw
  }
  .fv-left__txt {
    font-size: 2.8125vw
  }
  .fv-left__txt.mb {
    margin-bottom: 1.875vw
  }
  .fv-left__btn {
    margin-top: 11.25vw
  }
  .fv-left__btn_item {
    border-width: .3125vw;
    font-size: 4.375vw;
    line-height: 13.4375vw;
    margin-bottom: 2.1875vw;
    padding-right: 2.8125vw;
    width: 68.125vw
  }
  .fv-left__btn_item:before {
    height: 2.8125vw;
    right: 5vw;
    width: 2.8125vw
  }
  .fv-right {
    height: 112.5vw
  }
  .c {
    clear: both
  }
  .c-desc:before {
    height: 6.25vw
  }
  .c-desc__inner {
    padding: 13.4375vw 15.625vw
  }
  .c-desc__heading {
    font-size: 6.875vw;
    margin-bottom: 7.8125vw
  }
  .c-desc__heading:before {
    height: 6.25vw;
    left: -9.375vw;
    top: .625vw;
    width: 6.25vw
  }
  .c-desc__txt_lead {
    font-size: 4.375vw;
    margin-bottom: 3.4375vw
  }
  .c-desc__txt_main {
    font-size: 3.125vw;
    margin-bottom: 4.375vw
  }
  .c-desc__txt_sub {
    font-size: 2.8125vw
  }
  .c-desc__txt_sub:before {
    height: .3125vw;
    margin: 1.71875vw 2.8125vw 0 0;
    width: 12.5vw
  }
  .c-list__inner {
    margin: auto;
    width: 87.5vw
  }
  .c-list__item {
    margin-bottom: 17.1875vw;
    width: 78.125vw
  }
  .c-list__item_hover {
    bottom: 4.6875vw;
    left: 4.6875vw;
    width: 21.875vw
  }
  .c-list__item_top {
    margin-bottom: 6.71875vw
  }
  .c-list__item_top.fin:before {
    bottom: 91.875vw;
    font-size: 2.8125vw;
    left: 7.03125vw
  }
  .c-list__item_top.fin:after {
    border-width: .3125vw;
    bottom: 89.21875vw;
    height: 16.5625vw;
    left: 4.6875vw;
    width: 6.875vw
  }
  .c-list__item_name {
    font-size: 6.875vw
  }
  .c-list__item_name_2357101, .c-list__item_name_2107401, .c-list__item_name_2187501 {
    bottom: auto;
    top: 0
  }
  .c-list__item_no {
    font-size: 3.125vw
  }
  .c-list__item_color {
    font-size: 2.8125vw
  }
  .c-list__item_cost {
    display: inline-block;
    font-size: 6.25vw;
    margin-right: 1.25vw;
    margin-top: 1.5625vw
  }
  .c-list__item_unit {
    font-size: 2.8125vw
  }
  .c-list__item_note {
    font-size: 2.8125vw;
    margin-top: 2.96875vw
  }
  .t-list__inner {
    padding: 17.8125vw 0
  }
  .t-list__item:nth-child(2n) {
    margin-left: auto
  }
  .t-list__item:nth-child(2n) .t-list__item_name {
    bottom: 0;
    left: -6.40625vw
  }
  .f__inner {
    padding: 17.1875vw 6.25vw 25vw
  }
  .f__caution {
    font-size: 2.8125vw
  }
  .f__caution01 {
    margin-bottom: 4.6875vw
  }
  .f__caution02 {
    margin-bottom: 13.125vw
  }
  .f__banner {
    margin-bottom: 13.75vw
  }
  .f__flex {
    flex-direction: column-reverse;
    margin-bottom: 10.9375vw
  }
  .f__mainsite {
    width: 40.625vw
  }
  .f__share {
    margin-bottom: 13.75vw
  }
  .f__share span {
    font-size: 2.8125vw;
    margin-right: 3.125vw
  }
  .f__share_link {
    height: 10vw;
    margin: 0 2.5vw;
    width: 10vw
  }
  .f__share_link_fb img {
    padding-top: 2.03125vw;
    width: 2.8125vw
  }
  .f__share_link_twitter img {
    padding-top: 3.125vw;
    width: 4.6875vw
  }
  .f__share_link_line img {
    padding-top: 2.5vw;
    width: 5.625vw
  }
  .f__menu {
    flex-wrap: wrap;
    margin-bottom: 6.25vw;
    padding: 0 7.8125vw
  }
  .f__menu li a {
    font-size: 2.8125vw;
    line-height: 3
  }
  .f__menu li:nth-child(2):after {
    display: none
  }
  .f__copy {
    font-size: 2.8125vw
  }
  .pc_only, .tab_only {
    display: none
  }
}