@charset "UTF-8";
body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;

  /* mac */
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif, -apple-system;
  line-height: 1.5;
  position: relative;
}
a {
  text-decoration: none;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}
a:hover {
  opacity: .5;
}
img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.cf::after {
  content: '';
  clear: both;
  display: block;
}
.inner {
  padding: 0 5rem;
}
.outer_container {
  margin: 0 auto;
  max-width: 100%;
  width: 890px;
}
[class^="link_style"] {
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
  display: block;
  padding: .40625rem 1.25rem;
}
.link_style01 {
  background-color: #929292;
}
.link_style02 {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  background-color: #2b79ad;
  padding: 1.25rem 1.25rem 1.625rem;
  padding: 1rem 1.25rem;
}
.link_style03 {
  font-size: 1.25rem;
  background-color: #800000;
  padding: .3125rem 1.25rem;
}
.link_style_flyer {
  color: #fff;
  font-size: 1.3125rem;
  font-weight: 700;
  background-color: #2b79ad;
  border-radius: 1.0625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: .578125rem .625rem;
  max-width: 100%;
  width: 12.5rem;
}
.link_item_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.link_item {
  margin-top: 1.875rem;
  max-width: 100%;
  width: 21.875rem;
}
.header,
.footer {
  position: relative;
}
.header::before,
.footer::before {
  content: '';
  background-color: rgba(43, 121, 173, .5);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.header .outer_container,
.footer .outer_container {
  position: relative;
}
.header {
  background: url(../images/header_bg.jpg) center 0 repeat-x;
  z-index: 100;
}
.header .inner {
  padding-top: 2.0625rem;
  padding-bottom: .9375rem;
}
.header .content_wrapper {
  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;
}
.logo {
  max-width: 100%;
  width: 13.75rem;
}
.gnav a {
  text-align: center;
  display: block;
}
.gnav_link {
  color: #fff;
  font-size: 1.125rem;
}
.ganv_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gnav_sns_item + .gnav_sns_item {
  margin-left: 1.25rem;
}
.menu_trigger {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
}
.menu_trigger,
.menu_trigger span {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.menu_trigger span {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
}
.menu_trigger span:nth-of-type(1) {
  top: 0;
}
.active.menu_trigger span:nth-of-type(1) {
  -webkit-transform: translateY(.6875rem) rotate(-45deg);
          transform: translateY(.6875rem) rotate(-45deg);
}
.menu_trigger span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.active.menu_trigger span:nth-of-type(2) {
  opacity: 0;
}
.menu_trigger span:nth-of-type(3) {
  bottom: 0;
}
.active.menu_trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-.6875rem) rotate(45deg);
          transform: translateY(-.6875rem) rotate(45deg);
}
.footer {
  background: url(../images/footer_bg.jpg) center 0 repeat-x;
}
.footer .inner {
  padding-top: 6.5625rem;
  padding-bottom: .9375rem;
}
.footer .campaign_title {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  margin-top: 0;
  margin-bottom: .625rem;
}
.footer .copyright {
  color: #fff;
  font-size: 1.3125rem;
  font-weight: 500;
  text-align: center;
  display: block;
}
.store_introduction {
  margin-top: 12.5rem;
}
.intro_main_img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.875rem;
  height: 25rem;
}
.moa_cafe .intro_main_img {
  background-image: url(../images/intro_main_img01-80.jpg);
}
.layout_simulation .intro_main_img {
  background-image: url(../images/intro_main_img02-80.jpg);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 2.1875rem;
}
.intro_main_img_copy {
  max-width: 100%;
}
.moa_cafe .intro_main_img_copy {
  margin-top: 1.375rem;
  width: 15.125rem;
}
.layout_simulation .intro_main_img_copy {
  margin-bottom: 2.0625rem;
  width: 23.8125rem;
}
.intro_sub_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.875rem -5.3125rem 0;
}
.layout_simulation .intro_sub_img {
  margin-top: 1.75rem;
}
.intro_description {
  color: #666;
  font-size: 1.25rem;
  line-height: 1.5;
}
.moa_cafe .intro_description {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.layout_simulation .intro_description {
  margin-top: 1.125rem;
}
.intro_note {
  color: #666;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.38888889;
  margin-top: 1.75rem;
}
.intro_title {
  color: #929292;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
  border-left: 1.25rem solid #929292;
  padding-left: 1rem;
}
.moa_cafe .intro_title {
  border-left: none;
  margin: .25rem 4.0625rem 0 0;
  padding-left: 0;
  max-width: 100%;
  width: 10.25rem;
}
.intro_item {
  overflow: hidden;
}
.intro_item + .intro_item {
  margin-top: 6rem;
}
.layout_simulation.intro_item .link_item:nth-of-type(1) {
  width: 25rem;
}
.layout_simulation.intro_item .link_item:nth-of-type(2) {
  width: 18.75rem;
}
.moa_cafe.intro_item .intro_item_info {
  border-bottom: 5px dotted #666;
  padding-bottom: 2.25rem;
}
.moa_cafe .intro_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.instagram_section {
  background-color: #333;
  margin-top: 4rem;
}
.instagram_section .inner {
  padding: 2.5rem 5rem 6.125rem;
}
.instagram_title {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 2.5rem;
  margin-bottom: 3.125rem;
}
.instagram_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -.75rem;
}
.instagram_item {
  margin-left: .75rem;
  width: calc(1/3*100% - 12/16*1rem);
}
.instagram_item:nth-of-type(n+4) {
  margin-top: .75rem;
}
.section_footer {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.campaign_group .section_footer {
  background-image: url(../images/section_footer_bg01.jpg);
  margin-top: 5rem;
}
.if_comfy .section_footer {
  background-image: url(../images/section_footer_bg02.jpg);
}
.enjoy_summer .section_footer {
  background-image: url(../images/section_footer_bg03.jpg);
}
.dining_fair .section_footer {
  background-image: url(../images/section_footer_bg04.jpg);
}
.j_calm_next .section_footer {
  background-image: url(../images/section_footer_bg04.jpg);
}
.section_footer .inner {
  padding: 3.125rem 5rem;
}
.section_footer .content_wrapper {
  background-color: rgba(255, 255, 255, .8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.25rem 1.875rem 1.25rem;
  background-repeat: no-repeat;
}
.campaign_group .section_footer .content_wrapper {
  background-image: url(../images/section_footer_img01.svg);
  background-size: 10rem auto;
  background-position: top .75rem right 1.875rem;
}
.if_comfy .section_footer .content_wrapper {
  background-image: url(../images/section_footer_img02.svg);
  background-size: 10.4375rem auto;
  background-position: top .625rem right 1.875rem;
}
.enjoy_summer .section_footer .content_wrapper {
  background-image: url(../images/section_footer_img03.svg);
  background-size: 8.0625rem auto;
  background-position: top .375rem right 3.375rem;
}
.dining_fair .section_footer .content_wrapper {
  background-image: url(../images/section_footer_img04.svg);
  background-size: 14.9375rem auto;
  background-position: top .75rem right 1.875rem;
}
.j_calm_next .section_footer .content_wrapper {
  background-image: url(../images/section_footer_img03.svg);
  background-size: 8.0625rem auto;
  background-position: top .375rem right 3.375rem;
}
.section_footer .section_footer_copy {
  color: #333;
  font-size: 1.75rem;
  font-weight: 700;
}
.section_footer .section_footer_copy span {
  display: inline-block;
}
.section_footer .section_footer_copy .large {
  font-size: 2.1875rem;
  font-weight: 900;
  line-height: 1.42857143;
}
.section_footer .section_footer_link {
  margin: .9375rem auto 0;
  max-width: 100%;
  width: 17.5rem;
}
.j_calm_next .section_footer .section_footer_link {
  margin-left: 0;
}
.section_footer_column.img::before {
  content: '';
  background: url(../images/section_footer_img01.svg) 0 0 no-repeat;
  background-size: contain;
  display: block;
  margin-left: 1.25rem;
  padding-top: 10.375rem;
  width: 10rem;
}
.unit {
  display: inline-block;
  margin-left: .625rem;
}
.campaign_header .inner {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}
.campaign_header_links .link_item {
  width: 100%;
}
.campaign_header_image {
  height: 48.125rem;
}
.campaign_header_image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.campaign_title {
  margin: 3.4375rem auto 0;
  max-width: 100%;
  width: 49.25rem;
}
.campaign_copy {
  color: #666464;
  font-size: 1.4375rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.43333333;
  letter-spacing: -.03em;
  text-align: center;
  margin: .25rem auto 0;
}
.campaign_copy span {
  display: inline-block;
}
.campaign_info {
  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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 3.5rem;
}
.campaign_date_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 1.375rem;
}
.campaign_date_label {
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 2.4px;
  color: #666;
  white-space: nowrap;
  margin-right: 1.5625rem;
}
.view_flyer {
  margin-bottom: 1.375rem;
}
.view_flyer a::after {
  content: '\025b6';
  font-weight: 500;
}
.link_to_pick_up_item.hidden {
  opacity: 0;
  visibility: hidden;
}
.fixed_link {
  background-color: #fff;
  position: relative;
  z-index: 10;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}
.fixed_link a {
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.link_to_pick_up_item.fixed_link a::before {
  border-top-color: #2b79ad;
}
.link_to_shops.fixed_link a::before {
  border-top-color: #f60;
}
.link_to_pick_up_item.fixed_link a {
  background-color: #2b79ad;
}
.link_to_shops.fixed_link a {
  background-color: #f60;
}
.fixed_link span {
  display: inline-block;
}
.fixed_link + .fixed_link {
  margin-top: 2rem;
}
.fixed_link_container {
  position: fixed;
  z-index: 10;
}
.campaign_group {
  margin-top: 6.25rem;
}
.campaign_group .section_body .inner {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}
.campaign_group_content,
.group_content_footer {
  overflow: hidden;
}
.campaign_group_content + .campaign_group_content {
  margin-top: 5rem;
}
.campaign_group_content.if_comfy .link_style02 {
  background-color: #0c519d;
}
.campaign_group_content.catalog .content_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.campaign_group_img {
  position: relative;
}
.campaign_group_img.pickup::after {
  content: '';
  background: url(../images/icon_pickup.png) 0 0 no-repeat;
  background-size: contain;
  display: block;
  width: 9.375rem;
  height: 9.375rem;
  position: absolute;
  top: 0;
  left: 0;
}
.catalog .campaign_group_img {
  margin-right: 5.63380282%;
  max-width: 100%;
  width: 47.18309859%;
}
.campaign_group_title span {
  display: inline-block;
}
.dining_fair .campaign_group_title {
  font-size: 4.0625rem;
  font-weight: 700;
  letter-spacing: -.58px;
  color: #2b79ad;
  text-align: center;
  margin: 0 -2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dining_fair .campaign_group_title::before,
.dining_fair .campaign_group_title::after {
  content: '';
  border-top: 1.5625rem solid #2b79ad;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: inline-block;
}
.dining_fair .campaign_group_title::before {
  margin-right: 2rem;
}
.dining_fair .campaign_group_title::after {
  margin-left: 2rem;
}
.catalog .campaign_group_title {
  max-width: 100%;
  width: 47.18309859%;
}
.campaign_group_copy span {
  display: inline-block;
}
.dining_fair .campaign_group_copy {
  font-size: 1.375rem;
  line-height: 1.36363636;
  letter-spacing: -.2px;
  color: #000;
}
.catalog .campaign_group_copy {
  color: #fff;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1;
  text-align: center;
  background-color: #2b79ad;
  border-radius: .625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  margin-bottom: 1.125rem;
  padding: .625rem 1.25rem;
  max-width: 100%;
  width: 20.875rem;
  height: 3rem;
}
.campaign_group_description {
  color: #2b79ad;
  font-weight: 700;
  font-size: 1.9375rem;
  line-height: 1.09677419;
  clear: both;
  margin-top: 1.75rem;
}
.group_content_inner {
  border-style: solid;
  border-width: .5rem .5rem 0 .5rem;
  border-radius: 1.25rem 1.25rem 0 0;
  padding: 2rem 2rem 2.5rem;
}
.if_comfy .group_content_inner {
  background-color: #e8f0f6;
  border-color: #0c519d;
}
.dining_fair .group_content_inner {
  background-color: #d8e6f0;
  border-color: #d8e6f0;
}
.fathers_day .group_content_inner {
  border: none;
}
.catalog .group_content_inner {
  background-color: #cdcdcd;
  border-color: #cdcdcd;
}
.if_comfy .group_content_header {
  margin-bottom: 2.5rem;
}
.dining_fair .group_content_header {
  margin-bottom: 1.0625rem;
}
.group_content_footer,
.group_content_footer a {
  border-radius: 0 0 1.25rem 1.25rem;
}
.group_content_footer a span {
  display: inline-block;
}
.if_comfy_overview .logo {
  max-width: 100%;
}
.if_comfy_overview .copy {
  color: #0c519d;
  font-size: 2.125rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.5;
}
.if_comfy_overview .copy span {
  display: inline-block;
}
.if_comfy_overview .description {
  color: #0c519d;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: -.18px;
  clear: both;
}
.if_comfy_overview.style01 {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.if_comfy_overview.style01 .logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 1.625rem .875rem 0;
  width: 21.25rem;
}
.if_comfy_overview.style01 .copy {
  margin-bottom: .875rem;
  width: 22.75rem;
}
.if_comfy_overview.style02 {
  background-color: #0c519d;
  padding: 1.375rem 1.25rem 1.125rem;
}
.if_comfy_overview.style02 .logo {
  border: 4px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  width: 23.125rem;
}
.hinyari_level {
  color: #fff;
  background: -webkit-linear-gradient(125deg, #e7ddde 9.36%, #d0ced7 12.77%, #a3b1ca 20.48%, #7b97be 28.72%, #5982b4 37.39%, #3e70ab 46.58%, #2962a5 56.5%, #1a58a0 67.49%, #11539e 80.41%, #0e519d 100%);
  background: linear-gradient(-35deg, #e7ddde 9.36%, #d0ced7 12.77%, #a3b1ca 20.48%, #7b97be 28.72%, #5982b4 37.39%, #3e70ab 46.58%, #2962a5 56.5%, #1a58a0 67.49%, #11539e 80.41%, #0e519d 100%);
  position: relative;
}
.hinyari_level::before {
  content: '';
  background: url(../images/hinyari_level_bg.png) 0 0 no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hinyari_level > * {
  position: relative;
}
.hinyari_level .copy {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: -.16px;
}
.hinyari_level .copy::after {
  content: '';
  border-bottom: 2px solid #fff;
  display: block;
  margin-top: .4375rem;
}
.hinyari_level .title {
  font-weight: bold;
  font-size: 2.75rem;
  letter-spacing: -.4px;
  margin-top: .3125rem;
}
.hinyari_level .description {
  font-weight: bold;
  font-size: 1.0625rem;
  line-height: 1.47058824;
  letter-spacing: -.15px;
  margin-top: .25rem;
}
.hinyari_level .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
.hinyari_level .icon_item {
  width: 5.875rem;
}
.hinyari_level.style01 {
  margin: 0 -2rem;
  padding: .9375rem 1.25rem 1.125rem;
}
.hinyari_level.style01 .copy::after {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.hinyari_level.style01 .icon_item + .icon_item {
  margin-left: .625rem;
}
.hinyari_level.style02 {
  padding: .9375rem 1.875rem 1.125rem;
}
.hinyari_level.style02 .copy::after {
  margin-left: -1.875rem;
  margin-right: -1.875rem;
}
.hinyari_level.style02 .icon_item + .icon_item {
  margin-left: .6875rem;
}
.pick_up_item_section {
  overflow: hidden;
  padding-top: 6.25rem;
  position: relative;
}
.pick_up_item_section .section_copy {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  background-color: #2b79ad;
}
.pick_up_item_section .section_description {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin: 2rem 0;
}
.pick_up_item_section .section_description::before,
.pick_up_item_section .section_description::after {
  content: '';
  border-style: solid;
  border-color: #f00 transparent transparent transparent;
  border-width: 16px 8px 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 1rem;
  height: 1rem;
}
.pick_up_item_section .section_description::before {
  margin-right: .625rem;
}
.pick_up_item_section .section_description::after {
  margin-left: .625rem;
}
.cat_title {
  color: #0c519d;
  font-size: 2.875rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2.125rem;
}
.if_comfy .cat_title {
  color: #0c519d;
}
.enjoy_summer .cat_title {
  color: #549a89;
}
.dining_fair .cat_title {
  color: #006fab;
}
.j_calm_next .cat_title {
  color: #634b41;
}
.sub_cat + .sub_cat {
  margin-top: 6.25rem;
}
.sub_cat_title {
  color: #231815;
  font-size: 1.25rem;
}
.sub_cat_copy {
  color: #0c519d;
  font-weight: 900;
  font-size: 1.4375rem;
  line-height: 1.82608696;
}
.if_comfy .sub_cat_copy {
  margin-top: .625rem;
}
.if_comfy .hinyari_level3.level_item_01 .sub_cat_copy {
  margin-top: -.5625rem;
}
.dining_fair .sub_cat_copy {
  margin-top: .75rem;
}
.sub_cat_img {
  position: relative;
}
.sub_cat_img .comment {
  display: block;
  max-width: 100%;
  position: absolute;
}
.if_comfy .sub_cat_img .comment {
  width: 42.60273973%;
}
.hinyari_level1 .sub_cat_img .comment {
  margin: 0 1.36986301% 1.36986301% 0;
  bottom: 0;
  right: 0;
}
.hinyari_level2 .sub_cat_img .comment {
  margin: 0 0 1.36986301% 1.36986301%;
  bottom: 0;
  left: 0;
}
.level_item_01.hinyari_level3 .sub_cat_img .comment {
  margin: 1.36986301% 0 0 20.82191781%;
  top: 0;
  left: 0;
}
.level_item_02.hinyari_level3 .sub_cat_img .comment {
  margin: 1.36986301% 0 0 1.36986301%;
  top: 0;
  left: 0;
}
.enjoy_summer .sub_cat_img .comment {
  width: 39.36708861%;
}
.enjoy_item_img01.sub_cat_img .comment {
  margin: 1.26582278% 1.26582278% 0 0;
  top: 0;
  right: 0;
}
.enjoy_item_img02.sub_cat_img .comment {
  margin: 1.26582278% 0 0 1.26582278%;
  top: 0;
  left: 0;
}
.enjoy_item_img03.sub_cat_img .comment {
  margin: 0 0 1.26582278% 1.26582278%;
  bottom: 0;
  left: 0;
}
.enjoy_item_img04.sub_cat_img .comment {
  margin: 1.26582278% 0 0 1.26582278%;
  top: 0;
  left: 0;
}
.enjoy_item_img05.sub_cat_img .comment {
  margin: 0 1.26582278% 1.26582278% 0;
  bottom: 0;
  right: 0;
}
.enjoy_item_img06.sub_cat_img .comment {
  margin: 1.26582278% 0 0 1.26582278%;
  top: 0;
  left: 0;
}
.enjoy_item_img07.sub_cat_img .comment {
  margin: 1.26582278% 1.26582278% 0 0;
  top: 0;
  right: 0;
}
.enjoy_item_img08.sub_cat_img .comment {
  margin: 1.26582278% 1.26582278% 0 0;
  top: 0;
  right: 0;
}
.if_comfy .sub_cat_img::after {
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  padding-top: 29.7260274%;
  width: 20.95890411%;
  position: absolute;
  top: 0;
  left: 0;
}
.if_comfy .sub_cat_img.hinyari_lv1::after {
  background-image: url(../images/icon_hinyari_lv1_shadow.svg);
}
.if_comfy .sub_cat_img.hinyari_lv2::after {
  background-image: url(../images/icon_hinyari_lv2_shadow.svg);
}
.if_comfy .sub_cat_img.hinyari_lv3 {
  margin-left: -.4375rem;
  margin-right: -1.4375rem;
}
.if_comfy .sub_cat_img.hinyari_lv3::after {
  background-image: url(../images/icon_hinyari_lv3_shadow.svg);
}
.sub_cat_body + .sub_cat_body {
  margin-top: 3.4375rem;
}
.sub_cat_group + .sub_cat_group {
  border-top: 1px solid #000;
  margin-top: 1.5625rem;
  padding-top: 1.3125rem;
}
.sub_cat_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 3.125rem 0 1.875rem;
  height: 4.375rem;
}
.pick_up_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pick_up_item + .pick_up_item {
  border-top: 1px solid #000;
  margin-top: .625rem;
  padding-top: .625rem;
}
.pick_up_item_name {
  font-size: 1.5625rem;
  font-weight: 900;
  line-height: 1.4;
  color: #000;
}
.pick_up_item_name span {
  display: inline-block;
}
.pick_up_item_number {
  color: #0c519d;
  margin-right: .3125rem;
}
.enjoy_summer .pick_up_item_number {
  color: #a9c57d;
}
.pick_up_item_price {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.125;
  color: #c7000b;
  text-align: right;
  white-space: nowrap;
  padding-right: .625rem;
}
.pick_up_item_info {
  font-size: 1.0625rem;
  line-height: 1.47058824;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.pick_up_item_info .price {
  color: #c7000b;
}
.pick_up_item_info .note {
  color: #666;
  font-size: 1.0625rem;
  line-height: 1.47058824;
  text-indent: -1rem;
  padding-left: 1em;
}
.pick_up_item_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.tab_toggle .inner {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}
.tab_toggle .btn_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pick_up_item_section .tab_toggle_btn {
  background-color: inherit;
  border: none;
  cursor: pointer;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0;
  width: 100%;
  position: relative;
}
.pick_up_item_section .tab_toggle_btn:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
.pick_up_item_section .tab_toggle_btn + .tab_toggle_btn {
  margin-left: .3125rem;
}
.tab_content {
  padding-top: 1.6875rem;
}
.tab_content .section_body {
  position: relative;
}
.tab_content .section_body::before {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  display: block;
  width: 100%;
  height: 12.5rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.tab_content .section_body .inner {
  padding: 0 3.125rem 5rem;
}
.tab_content .outer_container {
  position: relative;
}
.tab_content.hidden {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.tab_content#if_comfy .section_body {
  background-color: #d8dbe6;
}
.tab_content#enjoy_summer .section_body {
  background: url(../images/enjoy_summer_bg.jpg) center 0 repeat;
  background-size: 55.625rem auto;
}
.tab_content#dining_fair .section_body {
  background: url(../images/dining_fair_bg.jpg) center 0 repeat;
  background-size: 55.625rem auto;
}
.box_shadow_wrapper {
  background-color: #fff;
  -webkit-box-shadow: .6875rem .6875rem .625rem rgba(0, 0, 0, .4);
          box-shadow: .6875rem .6875rem .625rem rgba(0, 0, 0, .4);
}
.j_calm_next .box_shadow_wrapper {
  background-color: #d0cabc;
}
.box_shadow_inner {
  padding: 0 1.875rem;
}
.if_comfy .box_shadow_inner {
  padding-top: 2.5rem;
  padding-bottom: 1.4375rem;
}
.point.style_if_comfy {
  background-color: #0c519d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3rem;
  padding: 1.25rem 1.25rem 0;
}
.point.style_if_comfy .point_column {
  margin-bottom: 1.25rem;
}
.point.style_if_comfy .point_title {
  max-width: 100%;
  width: 9.625rem;
}
.point.style_if_comfy .point_copy {
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1.38095238;
  color: #fff;
  margin-top: 1rem;
}
.point.style_if_comfy .point_img + .point_img {
  margin-left: .3125rem;
}
.point.style_if_comfy .point_img_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.point.style_enjoy_summer {
  background-color: #2b79ad;
  margin-top: 1rem;
  padding: 1.25rem 1.25rem;
}
.point.style_enjoy_summer .point_column + .point_column {
  margin-top: 1.0625rem;
}
.point.style_enjoy_summer .point_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.point.style_enjoy_summer .point_title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 1.6875rem;
  max-width: 100%;
  width: 9.625rem;
}
.point.style_enjoy_summer .point_copy {
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1.38095238;
  color: #fff;
}
.point.style_fathers_day {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 100%;
  width: 33.69863014%;
}
.point.style_fathers_day .point_title {
  background-color: #203f64;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 1.25rem;
  padding: .5rem .625rem;
}
.point.style_fathers_day .point_title span {
  display: block;
  max-width: 100%;
  width: 4.875rem;
}
.point.style_fathers_day .point_description {
  color: #203f64;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.47826087;
  margin-top: .9375rem;
}
.point.style_fathers_day .point_description span {
  display: inline-block;
}
.point.style_fathers_day .point_img {
  max-width: 100%;
}
.point.style_dining {
  background-color: #006fab;
  margin: 1.4375rem 0 0 1.875rem;
  padding: 1.25rem 1.875rem 1.875rem;
  position: relative;
}
.point.style_dining .point_copy {
  color: #fff;
  font-weight: 700;
  font-size: 1.4375rem;
  line-height: 1.43478261;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.5rem;
}
.point.style_dining .point_title {
  margin: .625rem 0 0 -2.1875rem;
  position: absolute;
  top: 0;
  left: 0;
}
.point.style_dining .caption {
  color: #fff;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.66666667;
  margin-top: -.25rem;
}
.point.style_dining .caption span {
  display: inline-block;
}
.ceramic_table .point.style_dining .caption {
  margin-top: .25rem;
}
.point.style_dining .point_img.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.point.style_dining .point_img_wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  width: 25rem;
}
.back_to_section_top {
  text-align: right;
  padding: 2.5rem 0;
}
.back_to_section_top a {
  color: #929292;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.42857143;
}
.back_to_section_top .icon {
  background-color: #929292;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.25rem;
  width: 4.375rem;
  height: 4.375rem;
  position: relative;
}
.back_to_section_top .icon::before {
  content: '';
  border: 3px solid #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 3.75rem;
  height: 3.75rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.back_to_section_top .icon::after {
  content: '';
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -25%) rotate(45deg);
          transform: translate(-50%, -25%) rotate(45deg);
}
.enjoy_summer .sub_cat_copy {
  color: #549a89;
}
.fathers_day .group_content_inner {
  background: url(../images/enjoy_summer_point_bg.jpg) 0 0 repeat;
  background-size: 100% auto;
  border-top: 6px solid #26415f;
  border-radius: 0 0;
  padding: 1.9375rem 1.875rem 2.8125rem;
  position: relative;
}
.fathers_day .group_content_inner::before {
  content: '';
  border-top: 2px solid #26415f;
  display: block;
  margin-top: .375rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fathers_day .sub_cat_title {
  margin-bottom: 1.875rem;
}
.fathers_day .sub_cat_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fathers_day .sub_cat_img {
  max-width: 100%;
  width: 63.56164384%;
}
.fathers_day .sub_cat_img.img01 {
  position: relative;
}
.fathers_day .sub_cat_img.img01::after {
  content: '';
  background: url(../images/fathers_day_img01_overlay.svg) 0 0 no-repeat;
  background-size: contain;
  display: block;
  margin: -2.15517241% 0 0 -3.44827586%;
  padding-top: 31.46551724%;
  width: 60.34482759%;
  position: absolute;
  top: 0;
  left: 0;
}
.fathers_day .sub_cat_group {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.fathers_day .sub_cat_copy {
  color: #203f64;
}
.benefits {
  background: url(../images/benefits_bg.jpg) 0 0 repeat-y;
  background-size: cover;
  margin-bottom: 6.25rem;
}
.benefits .benefits_header,
.benefits .benefits_body {
  border: 7px solid #006fab;
}
.benefits .benefits_header {
  border-bottom: none;
  padding: 1rem .625rem 1.3125rem;
  position: relative;
}
.benefits .benefits_header::before {
  content: '';
  background: #2b79ad;
  mix-blend-mode: multiply;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.benefits .benefits_header > * {
  position: relative;
}
.benefits .benefits_body {
  border-top: none;
  padding: 1.25rem 1.125rem 1.75rem;
}
.benefits .copy {
  color: #fff;
  font-size: 1.9375rem;
  font-weight: 700;
}
.benefits .copy span {
  display: inline-block;
}
.benefits .title {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.22916667;
  letter-spacing: -.01em;
  margin-top: .4375rem;
}
.benefits .title span {
  display: inline-block;
}
.benefits .period {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.07142857;
  text-align: right;
  margin-top: .875rem;
}
.benefits .label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 2.375rem;
  max-width: 100%;
  width: 9.1875rem;
}
.benefits .description {
  color: #666;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.benefits .description strong {
  color: #006fab;
}
.benefits .description .large {
  font-size: 1.75em;
  line-height: 1.42857143;
}
.benefits .note {
  color: #666;
  font-size: 1.125rem;
  line-height: 1.38888889;
  margin-top: -.3125rem;
}
.benefits .img {
  margin-left: auto;
  max-width: 100%;
}
.benefits .img.img01 {
  width: 21.875rem;
}
.benefits .img.img02 {
  width: 27.5rem;
}
.benefits .benefits_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.benefits .benefits_item.item02 {
  margin-top: 3.25rem;
}
.j_calm_next.tab_content .section_body,
.j_calm_next.overview .section_body {
  background: url(../images/j_calm_next_bg.jpg) center 0 repeat;
  background-size: 55.625rem auto;
}
.j_calm_next .sub_cat_copy {
  color: #634b41;
}
.j_calm_next .concept {
  background-color: #634b41;
}
.j_calm_next .j_calm_next_title {
  max-width: 100%;
  width: 33.1875rem;
}
.j_calm_next .concept_title {
  float: right;
  margin-top: 2.8125rem;
  max-width: 100%;
  width: 16.875rem;
}
.j_calm_next .concept_header {
  padding: 3.625rem 3.125rem 2rem;
}
.j_calm_next .concept_item {
  color: #fff;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.9047619;
}
.j_calm_next .concept_item_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1.875rem 3.125rem 2.5rem;
}
.j_calm_next .concept_item_body p {
  max-width: 100%;
  width: 31.25rem;
}
.j_calm_next.overview .inner {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.j_calm_next.overview .overview_copy {
  font-weight: 700;
  font-size: 1.75rem;
  background-color: #fff;
  display: inline-block;
  padding: .625rem .625rem;
}
.j_calm_next.overview .logo {
  max-width: 100%;
}
.j_calm_next.overview .overview_body {
  position: relative;
}
.j_calm_next.overview .overview_body .overlay {
  margin: 1rem 0 0 1rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.j_calm_next.overview .overview_body .logo {
  margin-top: 1rem;
  width: 27.5rem;
}
.j_calm_next.overview .overview_footer {
  background-color: #634b41;
}
.j_calm_next.overview .overview_footer a {
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem 1rem;
}
.j_calm_next.overview .overview_footer .logo {
  margin: 1rem auto 0 0;
  width: 22.5rem;
}
.j_calm_next.overview .overview_link {
  margin: 1rem 0 0 0;
}

@media screen and (min-width: 768px) {
  .only_sp {
    display: none;
  }
  .link_item + .link_item {
    margin-left: 1.875rem;
  }
  .gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .gnav_item + .gnav_item {
    margin-left: 2rem;
  }
  .ganv_group.sns {
    margin-left: 2.125rem;
  }
  .layout_simulation .intro_note {
    margin-top: 1rem;
  }
  .section_footer .content_wrapper {
    min-height: 12.5rem;
  }
  .section_footer .section_footer_copy {
    margin-top: .5rem;
  }
  .campaign_header_links .link_item + .link_item {
    margin-left: 3.125rem;
  }
  .campaign_date_wrapper {
    margin-right: 1.875rem;
  }
  .fixed_link::before,
  .fixed_link a::before {
    content: "";
    border: .9375rem solid transparent;
    border-top: .9375rem solid #fff;
    margin-top: -.375rem;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .fixed_link {
    border-radius: 50%;
  }
  .fixed_link::before {
    z-index: -1;
  }
  .fixed_link a {
    border: 3px solid #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 6.25rem;
    height: 6.25rem;
  }
  .fixed_link a::before {
    border-width: .625rem;
  }
  .fixed_link_container {
    left: 50%;
  }
  .if_comfy .group_content_inner {
    padding-top: 1.375rem;
  }
  .dining_fair .group_content_inner {
    padding-top: 1.375rem;
  }
  .catalog .group_content_inner {
    padding-bottom: 2.125rem;
  }
  .if_comfy_overview .copy {
    float: left;
  }
  .if_comfy_overview.style01 {
    margin: -.5625rem -.625rem 1.375rem;
  }
  .hinyari_level .icon {
    float: right;
  }
  .hinyari_level.style01 .icon {
    margin-top: .1875rem;
  }
  .hinyari_level.style02 .icon {
    margin-top: .3125rem;
  }
  .enjoy_summer .box_shadow_inner {
    padding-bottom: 1.875rem;
  }
  .dining_fair .box_shadow_inner {
    padding-bottom: 3.125rem;
  }
  .j_calm_next .box_shadow_inner {
    padding-bottom: 3.125rem;
  }
  .point.style_if_comfy .point_column:first-of-type {
    margin-right: 1.875rem;
  }
  .point.style_dining .point_copy {
    padding-left: 2.875rem;
  }
  .multifunctional_table .point.style_dining .point_img.row + .row {
    margin-top: 1.875rem;
  }
  .dining_boad .point.style_dining .point_img.row + .row {
    margin-top: 3.125rem;
  }
  .point.style_dining .point_img_wrapper {
    margin-right: 1.25rem;
  }
  .dining_boad .point.style_dining {
    padding-top: 1.875rem;
    padding-bottom: 3.125rem;
  }
  .if_comfy .sub_cat.hinyari_level2 {
    margin-top: 5rem;
  }
  .if_comfy .sub_cat.hinyari_level3.level_item_01 {
    margin-top: 6.125rem;
  }
  .if_comfy .sub_cat.hinyari_level3.level_item_02 {
    margin-top: 2.9375rem;
  }
  .enjoy_summer .sub_cat_body + .sub_cat_body {
    margin-top: 4.375rem;
  }
  .fathers_day .sub_cat_img {
    margin-right: 2.73972603%;
  }
  .dining_fair .sub_cat_body + .sub_cat_body {
    margin-top: 3.125rem;
  }
  .benefits .img {
    margin-right: 2.125rem;
  }
  .benefits .benefits_item.item01 .description {
    padding-top: .375rem;
  }
  .benefits .benefits_item.item01 .img {
    margin-top: .25rem;
  }
  .benefits .benefits_item.item02 .img {
    margin-top: .9375rem;
  }
  .j_calm_next .sub_cat_body + .sub_cat_body {
    margin-top: 1.875rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1009px) {
  .fixed_link_container {
    margin-left: calc(-50vw + 1rem);
    -webkit-transform: translate(0%, -100%);
            transform: translate(0%, -100%);
  }
}

@media screen and (min-width: 768px) and (max-width: 889px) {
  html {
    font-size: .875rem;
  }
}

@media screen and (min-width: 768px) and (min-height: 900px) {
  .fixed_link_container {
    margin-top: 3.125rem;
    top: 53.125rem;
  }
}

@media screen and (min-width: 1010px) {
  .fixed_link_container {
    margin-left: -27.8125rem;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
}

@media screen and (min-width: 768px) and (max-height: 899px) {
  .fixed_link_container {
    margin-bottom: 1rem;
    bottom: 0;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}

@media screen and (min-width: 1010px) and (max-height: 899px) {
  .fixed_link_container {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}

@media screen and (max-width: 890px) {
  .intro_main_img {
    height: 44.94382022vw;
  }
  .moa_cafe .intro_main_img_copy {
    margin-top: 2.47191011vw;
    width: 27.19101124vw;
  }
  .layout_simulation .intro_main_img_copy {
    margin-bottom: 3.70786517vw;
    width: 42.80898876vw;
  }
}

@media screen and (max-width: 767px) {
  .body_container {
    padding-top: 3.75rem;
  }
  .only_pc {
    display: none;
  }
  .inner {
    padding: 0 1.25rem;
  }
  [class^="link_style"] {
    font-size: .875rem;
    padding: .34375rem .3125rem;
  }
  .link_style02 {
    font-size: 1rem;
    padding: 1.25rem 1.25rem;
  }
  .link_style_flyer {
    border-radius: .375rem;
  }
  .link_item_group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .link_item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-top: 1.25rem;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  .header .inner {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
  .logo {
    width: 8.75rem;
  }
  .gnav {
    background-color: #2b79ad;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 3.75rem;
    padding: 2.5rem 1.25rem;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
  }
  .gnav.active {
    opacity: 1;
    visibility: visible;
  }
  .gnav_item {
    width: 100%;
  }
  .gnav_item + .gnav_item {
    margin-top: 1.25rem;
  }
  .gnav_item a {
    padding: .625rem 1.25rem;
  }
  .ganv_group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2.5rem;
  }
  .gnav_sns_item {
    width: 2.5rem;
  }
  .gnav_sns_item + .gnav_sns_item {
    margin-left: 2rem;
  }
  .footer .inner {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .footer .campaign_title {
    font-size: .75rem;
  }
  .footer .copyright {
    font-size: .625rem;
  }
  .store_introduction {
    margin-top: 6.25rem;
  }
  .intro_sub_img {
    margin: 1.25rem -1.25rem 0;
  }
  .intro_description {
    font-size: .875rem;
  }
  .intro_note {
    font-size: .75rem;
    margin-top: 1.25rem;
  }
  .intro_title {
    font-size: 1rem;
    border-left: .3125rem solid #929292;
    padding-left: .625rem;
  }
  .moa_cafe .intro_title {
    margin: 0 1.25rem 0 0;
  }
  .intro_item + .intro_item {
    margin-top: 2.5rem;
  }
  .moa_cafe.intro_item .intro_item_info {
    border-bottom-width: 2px;
    padding-bottom: 1.25rem;
  }
  .instagram_section .inner {
    padding: 2.5rem 1.25rem;
  }
  .instagram_title {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
  .instagram_wrapper {
    margin-left: -.625rem;
  }
  .instagram_item {
    margin-left: .625rem;
  }
  .instagram_item:nth-of-type(n+4) {
    margin-top: .625rem;
  }
  .campaign_group .section_footer {
    margin-top: 2.5rem;
  }
  .section_footer .inner {
    padding: 1.25rem 1.25rem;
  }
  .section_footer .content_wrapper {
    padding: 1.25rem 1.25rem;
  }
  .campaign_group .section_footer .content_wrapper {
    background-size: 5rem auto;
    background-position: bottom 3.25rem right 1.875rem;
  }
  .if_comfy .section_footer .content_wrapper {
    background-size: 5.21875rem auto;
    background-position: bottom 3.25rem right 1.875rem;
  }
  .enjoy_summer .section_footer .content_wrapper {
    background-size: 4.03125rem auto;
    background-position: bottom 3.25rem right 3.375rem;
  }
  .dining_fair .section_footer .content_wrapper {
    background-size: 7.46875rem auto;
    background-position: bottom 3.25rem right 1.875rem;
  }
  .j_calm_next .section_footer .content_wrapper {
    background-size: 4.03125rem auto;
    background-position: bottom 3.25rem right 3.375rem;
  }
  .section_footer .section_footer_copy {
    font-size: .875rem;
  }
  .section_footer .section_footer_copy .large {
    font-size: 1.125rem;
  }
  .section_footer .section_footer_link {
    margin-top: 2.5rem;
  }
  .unit {
    margin-left: .3125rem;
  }
  .campaign_header .inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .campaign_header_links {
    margin-top: 1.25rem;
  }
  .campaign_header_image {
    height: 86.51685393%;
  }
  .campaign_title {
    margin: 2.5rem auto 0;
  }
  .campaign_copy {
    font-size: 1rem;
  }
  .campaign_info {
    margin-top: 1.25rem;
  }
  .campaign_date_label {
    font-size: 1rem;
    margin-right: .625rem;
  }
  .view_flyer {
    margin: 0 auto 1.25rem;
  }
  .fixed_link {
    background-color: rgba(255, 255, 255, .7);
    border-radius: .3125rem 0 0 .3125rem;
  }
  .fixed_link a {
    font-size: .875rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    border-radius: .3125rem 0 0 .3125rem;
    display: block;
    padding: .625rem .625rem;
  }
  .link_to_pick_up_item.fixed_link a {
    background-color: rgba(43, 121, 173, .7);
  }
  .link_to_shops.fixed_link a {
    background-color: rgba(255, 102, 0, .7);
  }
  .fixed_link + .fixed_link {
    margin-top: 1rem;
  }
  .fixed_link_container {
    width: 2.125rem;
    top: 50vh;
    right: 0;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
  .campaign_group {
    margin-top: 2.5rem;
  }
  .campaign_group .section_body .inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .campaign_group_content + .campaign_group_content {
    margin-top: 2.5rem;
  }
  .campaign_group_img.pickup::after {
    width: 3.125rem;
    height: 3.125rem;
  }
  .dining_fair .campaign_group_title {
    font-size: 1.5rem;
  }
  .dining_fair .campaign_group_title::before,
  .dining_fair .campaign_group_title::after {
    border-top-width: .625rem;
  }
  .dining_fair .campaign_group_title::before {
    margin-right: 1rem;
  }
  .dining_fair .campaign_group_title::after {
    margin-left: 1rem;
  }
  .dining_fair .campaign_group_copy {
    font-size: .875rem;
  }
  .catalog .campaign_group_copy {
    font-size: 1rem;
    margin-bottom: 1rem;
    height: auto;
  }
  .campaign_group_description {
    font-size: 1rem;
    margin-top: 1rem;
  }
  .group_content_inner {
    border-width: .25rem .25rem 0 .25rem;
    border-radius: .625rem .625rem 0 0;
    padding: 1rem 1rem;
  }
  .if_comfy .group_content_header {
    margin-bottom: 1.25rem;
  }
  .group_content_footer,
  .group_content_footer a {
    border-radius: 0 0 .625rem .625rem;
  }
  .if_comfy_overview .copy {
    text-align: center;
  }
  .if_comfy_overview.style01 {
    margin-bottom: 1.25rem;
  }
  .if_comfy_overview.style01 .logo {
    margin: 0 auto .875rem;
    width: auto;
  }
  .if_comfy_overview.style01 .copy {
    width: auto;
  }
  .if_comfy_overview.style02 {
    padding: 1.25rem 1.25rem .625rem;
  }
  .if_comfy_overview.style02 .logo {
    border-width: 2px;
  }
  .hinyari_level {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hinyari_level .copy {
    font-size: .75rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .hinyari_level .copy::after {
    border-bottom-width: 1px;
  }
  .hinyari_level .title {
    font-size: 2rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .hinyari_level .description {
    font-size: .875rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .hinyari_level .icon {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 1rem;
  }
  .hinyari_level .icon_item {
    width: 3.125rem;
  }
  .hinyari_level.style01 {
    margin: 0 -1rem;
    padding: 1rem 1rem;
  }
  .hinyari_level.style01 .copy::after {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .hinyari_level.style01 .icon_item + .icon_item {
    margin-left: .3125rem;
  }
  .hinyari_level.style02 {
    padding: 0 1.25rem 1.25rem;
  }
  .hinyari_level.style02 .copy::after {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .pick_up_item_section {
    padding-top: 5rem;
  }
  .pick_up_item_section .section_copy {
    font-size: 1.5rem;
  }
  .pick_up_item_section .section_description {
    font-size: 1.125rem;
  }
  .cat_title {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .sub_cat + .sub_cat {
    margin-top: 3.125rem;
  }
  .sub_cat_title {
    font-size: .75rem;
  }
  .sub_cat_copy {
    font-size: 1.125rem;
    margin-bottom: .625rem;
  }
  .sub_cat_group + .sub_cat_group {
    margin-top: 1rem;
    padding-top: 1rem;
  }
  .sub_cat_header {
    padding: .625rem .625rem;
    height: auto;
  }
  .pick_up_item_name {
    font-size: 1.125rem;
  }
  .pick_up_item_price {
    font-size: 1.25rem;
  }
  .pick_up_item_info {
    font-size: .75rem;
    margin-top: .625rem;
  }
  .pick_up_item_info .note {
    font-size: .75rem;
  }
  .pick_up_item_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .tab_toggle .inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .tab_content {
    padding-top: 1rem;
  }
  .tab_content .section_body .inner {
    padding: 0 1.25rem 2.5rem;
  }
  .box_shadow_wrapper {
    -webkit-box-shadow: .3125rem .3125rem .3125rem rgba(0, 0, 0, .4);
            box-shadow: .3125rem .3125rem .3125rem rgba(0, 0, 0, .4);
  }
  .box_shadow_inner {
    padding: 0 1.25rem;
  }
  .if_comfy .box_shadow_inner {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .j_calm_next .box_shadow_inner {
    padding-bottom: 1.25rem;
  }
  .point.style_if_comfy {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 1.5rem;
  }
  .point.style_if_comfy .point_title {
    width: 5rem;
  }
  .point.style_if_comfy .point_copy {
    font-size: 1rem;
  }
  .point.style_enjoy_summer .point_column + .point_column {
    margin-top: .625rem;
  }
  .point.style_enjoy_summer .point_header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .point.style_enjoy_summer .point_title {
    width: 5rem;
  }
  .point.style_enjoy_summer .point_copy {
    font-size: 1rem;
  }
  .point.style_fathers_day {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 1rem;
  }
  .point.style_fathers_day .point_title span {
    width: 2.4375rem;
  }
  .point.style_fathers_day .point_description {
    font-size: .875rem;
  }
  .point.style_fathers_day .point_img {
    margin: 0 auto 1rem;
    width: auto;
  }
  .point.style_dining {
    margin: 1rem 0 0 0;
    padding: 1.25rem 1.25rem;
  }
  .point.style_dining .point_copy {
    font-size: 1rem;
    margin-top: 2.5rem;
  }
  .point.style_dining .point_title {
    margin: .625rem 0 0 -1rem;
    width: 5.9375rem;
  }
  .point.style_dining .caption {
    font-size: .875rem;
    margin-top: .3125rem;
  }
  .point.style_dining .point_img.row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .point.style_dining .point_img.row + .row {
    margin-top: 1.25rem;
  }
  .dining_boad .point.style_dining {
    padding-top: 3.75rem;
  }
  .back_to_section_top {
    padding: 1.25rem 0;
  }
  .back_to_section_top a {
    font-size: 1rem;
  }
  .back_to_section_top .icon {
    width: 2.5rem;
    height: 2.5rem;
  }
  .back_to_section_top .icon::before {
    border-width: 2px;
    width: 1.875rem;
    height: 1.875rem;
  }
  .back_to_section_top .icon::after {
    border-top-width: 2px;
    border-left-width: 2px;
    width: .625rem;
    height: .625rem;
  }
  .enjoy_summer .garden .sub_cat_title_en {
    width: 6.5625rem;
  }
  .enjoy_summer .laundry .sub_cat_title_en {
    width: 6.8125rem;
  }
  .enjoy_summer .kitchen .sub_cat_title_en {
    width: 9.15625rem;
  }
  .enjoy_summer .comfortable .sub_cat_title_en {
    width: 8.28125rem;
  }
  .enjoy_summer .garden .box_shadow_inner,
  .enjoy_summer .laundry .box_shadow_inner,
  .enjoy_summer .kitchen .box_shadow_inner,
  .enjoy_summer .comfortable .box_shadow_inner {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .fathers_day .group_content_inner {
    border-top-width: 3px;
    padding: 1.25rem 1.25rem;
  }
  .fathers_day .group_content_inner::before {
    border-top-width: 1px;
    margin-top: .1875rem;
  }
  .fathers_day .sub_cat_title {
    margin-bottom: 1rem;
  }
  .fathers_day .sub_cat_body {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fathers_day .sub_cat_img.img01::after {
    margin: -.3125rem 0 0 -.5rem;
    width: 8.75rem;
    height: 4.5625rem;
  }
  .fathers_day .sub_cat_group {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: .625rem;
  }
  .dining_fair .ceramic_table .sub_cat_title_en {
    width: 9.75rem;
  }
  .dining_fair .ceramic_table .box_shadow_inner:last-of-type {
    padding-bottom: 1.25rem;
  }
  .dining_fair .multifunctional_table .sub_cat_title_en {
    width: 12.25rem;
  }
  .dining_fair .multifunctional_table .box_shadow_inner {
    padding-bottom: 1.25rem;
  }
  .dining_fair .dining_boad .sub_cat_title_en {
    width: 8.71875rem;
  }
  .dining_fair .dining_boad .box_shadow_inner {
    padding-bottom: 1.25rem;
  }
  .benefits {
    margin-bottom: 3.125rem;
  }
  .benefits .benefits_header,
  .benefits .benefits_body {
    border-width: 4px;
  }
  .benefits .benefits_header {
    padding: 1rem 1rem;
  }
  .benefits .benefits_body {
    padding: 1rem 1rem;
  }
  .benefits .copy {
    font-size: 1.125rem;
  }
  .benefits .title {
    font-size: 1.75rem;
  }
  .benefits .period {
    font-size: 1rem;
  }
  .benefits .label {
    margin: 0 .625rem 0 -.625rem;
    width: 3.125rem;
  }
  .benefits .description {
    font-size: 1rem;
  }
  .benefits .note {
    font-size: .75rem;
  }
  .benefits .img {
    margin-top: 1rem;
    width: auto;
  }
  .benefits .img.img01 {
    width: 10.9375rem;
  }
  .benefits .img.img02 {
    width: 13.75rem;
  }
  .benefits .benefits_item.item02 {
    margin-top: 1.25rem;
  }
  .j_calm_next .j_calm_next_title {
    width: 23.23125rem;
  }
  .j_calm_next .concept_title {
    margin-top: 2rem;
    width: 11.8125rem;
  }
  .j_calm_next .concept_header {
    padding: 2rem 2rem;
  }
  .j_calm_next .concept_item {
    font-size: 1rem;
  }
  .j_calm_next .concept_item_body {
    padding: 1.25rem 2.5rem 1.25rem;
  }
  .j_calm_next.overview .inner {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .j_calm_next.overview .overview_copy {
    font-size: 1.25rem;
  }
  .j_calm_next.overview .overview_body .logo {
    width: 19.25rem;
  }
  .j_calm_next.overview .overview_footer a {
    font-size: 1rem;
  }
  .j_calm_next.overview .overview_footer .logo {
    width: 15.75rem;
  }
}

@media screen and (max-width: 425px) {
  .fathers_day .sub_cat_img {
    width: auto;
  }
  .j_calm_next .j_calm_next_title {
    width: 16.59375rem;
  }
  .j_calm_next .concept_title {
    margin-top: 1rem;
    width: 8.4375rem;
  }
  .j_calm_next .concept_header {
    padding: 1.25rem 1.25rem;
  }
  .j_calm_next .concept_item {
    font-size: .8125rem;
  }
  .j_calm_next .concept_item_body {
    padding: 1rem 1.25rem;
  }
  .j_calm_next.overview .overview_copy {
    font-size: .75rem;
    padding: .375rem .625rem;
  }
  .j_calm_next.overview .overview_body .overlay {
    margin: .625rem 0 0 .625rem;
  }
  .j_calm_next.overview .overview_body .logo {
    width: 12.5rem;
  }
  .j_calm_next.overview .overview_footer a {
    font-size: .875rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .j_calm_next.overview .overview_footer .logo {
    width: 11.25rem;
  }
}

@media screen and (max-width: 424px) {
  .section_footer .section_footer_link {
    margin-top: 5rem;
  }
  .section_footer_column.img::before {
    padding-top: 5.1875rem;
    width: 5rem;
  }
  .campaign_date_label {
    font-size: .75rem;
  }
  .if_comfy_overview .copy {
    font-size: 1.5rem;
  }
  .if_comfy_overview .description {
    font-size: .875rem;
  }
  .sub_cat_copy {
    font-size: .875rem;
  }
  .sub_cat_body + .sub_cat_body {
    margin-top: 2rem;
  }
  .pick_up_item_name {
    font-size: .875rem;
  }
  .pick_up_item_price {
    font-size: .875rem;
  }
  .benefits .img.img01 {
    width: auto;
  }
  .benefits .img.img02 {
    width: auto;
  }
}

@media screen and (max-width: 374px) {
  .pick_up_item_section .section_copy {
    font-size: 6.4171123vw;
  }
}
