body{
  color: #000 !important;
}

/* ////////////////////////////////////////////////
# history
//////////////////////////////////////////////// */

.sec-history{
  position: relative;
  padding: 0 min(50px,calc(50 / var(--pc-width) * 100%)) 0;
  margin-bottom: min(118px,calc(118 / var(--pc-width) * 100%));
  margin-top: min(30px,calc(50 / var(--pc-width) * 100%))
}

.sec-history-header{
  position: absolute;
  left: -5px;
  top: calc(101 / var(--pc-width) * 100%);
  z-index: 1;
}
.sec-history-heading_title{
  width: calc(728 / var(--pc-width) * 100vw);
  max-width: 728px;
  display: block;
  margin: 0 auto;
  padding-top: min(65px,calc((65 / var(--pc-width)) * 100 * 1vw));
  position: relative;
  z-index: 1;
}

[data-layout="history"] .c-body {
  max-width: 1198px;
  width: 100%;
  margin: 0 auto;
}
.sec-history .c-body_inner {
  padding: 0 calc(30 / 1100 * 100%);
}
.sec-history .c-body::before {
  content: "";
  position: absolute;
  max-width: 1198px;
  width: calc(1198 / var(--pc-width) * 100vw);
  padding-top: calc(1654 / var(--pc-width) * 100vw);
  background: url(../img/history/bg.png) no-repeat;
  background-size: contain;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
@media screen and (min-width: 1366px){
  .sec-history_lead p {
    font-size: 18px !important;
  }
  .h_txt {
    font-size: 16px !important;
  }
  .sec-history .c-body::before{
    padding-top: 1654px !important;
  }
}
.sec-history_lead p {
  font-size: calc(18 / var(--pc-width) * 100vw);
  margin-top: calc(40 / var(--pc-width) * 100%);
  text-align: center;
  line-height: 1.9;
  position: relative;
  z-index: 1;
}
.sec-history_item__wrap {
  margin-top: calc(92 / var(--pc-width) * 100%);
}
.sec-history__item{
  position: relative;
  z-index: 1;
}
.ly_bl_item{
  display: flex;
}
.ly_bl_item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.ly_bl_item:nth-of-type(even) .bl_item.desc {
  flex-direction: row-reverse;
}


/* 年表テキスト部分 */
.bl_item {
  width: 50%;
}
.bl_item.desc {
  display: flex;
  align-items: center;
}
.bl_item.desc .bl_item__in {
  /* padding-top: 25px; */
  position: relative;
}
.ly_bl_item:nth-of-type(1) .bl_item.desc .bl_item__in{
  padding-top: 0;
  margin-top: -10px;
}
.ly_bl_item:nth-of-type(odd) .bl_item.desc .bl_item__in{
  padding-left: calc(60 / var(--pc-width) * 100vw);
}
/* @media screen and (min-width: var(--pc-width)px) {
  .ly_bl_item:nth-of-type(odd) .bl_item.desc .bl_item__in{
    padding-left: 60px;
  }
} */

/* 左レウアウト調整 */
.ly_bl_item:nth-of-type(even) .bl_item.desc .bl_item__in {
  max-width: 296px;
  width: 100%;
}
.ly_bl_item:nth-of-type(6) .bl_item.desc .bl_item__in{
  max-width: 266px;
}
.ly_bl_item:nth-of-type(8) .bl_item.desc .bl_item__in{
  max-width: 325px;
}
.ly_bl_item:nth-of-type(even) .bl_item.desc .bl_item__in .h_txt{
  padding-right: calc(30 / var(--pc-width) * 100vw);
}
@media screen and (min-width: 1366px) {
  .ly_bl_item:nth-of-type(even) .bl_item.desc .bl_item__in .h_txt{
    padding-right: 30px;
  }
}

.h_ttl {
  position: relative;
}

/* 年表あしらい */
.h_ttl::before {
  content: "";
  display: block;
  z-index: 1;
  background: #000;
  height: 1px;
  width: 50px;
  position: absolute;
  top: 50%;
  left: calc(-60 / var(--pc-width) * 100vw);
  transform: translateY(-50%);
}
.ly_bl_item:nth-of-type(even) .bl_item.desc .bl_item__in .h_ttl::before  {
  left: unset;
  right: 0;
  width: 180px;
}
.ly_bl_item:nth-of-type(1) .bl_item.desc .bl_item__in .h_ttl::before {
  background: #23951a;
}
.ly_bl_item:nth-of-type(2) .bl_item.desc .bl_item__in .h_ttl::before {
  background: #1a3a95;
}
.ly_bl_item:nth-of-type(3) .bl_item.desc .bl_item__in .h_ttl::before {
  background: #daa900;
}
.ly_bl_item:nth-of-type(4) .bl_item.desc .bl_item__in .h_ttl::before {
  background: #ff5c5c;
}
.ly_bl_item:nth-of-type(5) .bl_item.desc .bl_item__in .h_ttl::before {
  background: #507900;
}
.ly_bl_item:nth-of-type(6) .bl_item.desc .bl_item__in .h_ttl::before {
  background: #00b3d9;
}
.ly_bl_item:nth-of-type(7) .bl_item.desc .bl_item__in .h_ttl::before {
  background: #6d8ade;
}
.ly_bl_item:nth-of-type(8) .bl_item.desc .bl_item__in .h_ttl::before {
  background: #9e2d4a;
  width: 200px;
}

/* 丸 */
.ly_bl_item .bl_item.desc .bl_item__in::after {
  content: "";
  display: block;
  z-index: 1;
  background: #000;
  height:15px;
  width: 15px;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: -7.5px;
}
.ly_bl_item:nth-of-type(even) .bl_item.desc .bl_item__in::after {
  left: unset;
  right: -7.5px;
}
.ly_bl_item:nth-of-type(1) .bl_item.desc .bl_item__in::after {
  background: #23951a;
}
.ly_bl_item:nth-of-type(2) .bl_item.desc .bl_item__in::after {
  background: #1a3a95;
}
.ly_bl_item:nth-of-type(3) .bl_item.desc .bl_item__in::after {
  background: #daa900;
}
.ly_bl_item:nth-of-type(4) .bl_item.desc .bl_item__in::after {
  background: #ff5c5c;
}
.ly_bl_item:nth-of-type(5) .bl_item.desc .bl_item__in::after {
  background: #507900;
}
.ly_bl_item:nth-of-type(6) .bl_item.desc .bl_item__in::after {
  background: #00b3d9;
}
.ly_bl_item:nth-of-type(7) .bl_item.desc .bl_item__in::after {
  background: #6d8ade;
}
.ly_bl_item:nth-of-type(8) .bl_item.desc .bl_item__in::after {
  background: #9e2d4a;
}





/*高さ位置調整 */
.ly_bl_item:nth-of-type(2) .bl_item.desc {
  margin-top: max(-53px,calc(-53 / var(--pc-width) * 100vw));
}
.ly_bl_item:nth-of-type(3) .bl_item.desc {
  margin-top: max(-10px,calc(-10 / var(--pc-width) * 100vw));
}
.ly_bl_item:nth-of-type(4) .bl_item.desc {
  margin-top: max(-18px,calc(-18 / var(--pc-width) * 100vw));
}
.ly_bl_item:nth-of-type(5) .bl_item.desc {
  margin-top: max(-3px,calc(-3 / var(--pc-width) * 100vw));
}
.ly_bl_item:nth-of-type(6) .bl_item.desc {
  margin-top: max(-13px,calc(-13 / var(--pc-width) * 100vw));
}
.ly_bl_item:nth-of-type(7) .bl_item.desc {
  margin-top: max(4px,calc(4 / var(--pc-width) * 100vw));
}
.ly_bl_item:nth-of-type(8) .bl_item.desc {
  margin-top: max(10px,calc(10 / var(--pc-width) * 100vw));
}

/* 画像 */
.h_ttl img {
  max-height: 20px;
  height: calc(18 / var(--pc-width) * 100vw);
  width: auto;
  max-width: 100%;
}
.h_txt {
  font-size: calc(16 / var(--pc-width) * 100vw);
  margin-top: 10px;
  letter-spacing: -0.01em;
  line-height: 1.8;
}
.h_img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.h_img {
  position: relative;
}

.y2007 .h_img {
  max-width: 120px;
  width: calc(120 / var(--pc-width) * 100vw);
  margin-left: 14px;
  top: 14px;
}
.y2010 .h_img {
  max-width: 60px;
  width: calc(60 / var(--pc-width) * 100vw);
  margin-right: 24px;
  top: 0;
}
.y2012 .h_img {
  max-width: 53px;
  width: calc(53 / var(--pc-width) * 100vw);
  margin-left: 20px;
  top: -3px;
}
.y2014 .h_img {
  max-width: 126px;
  width: calc(126 / var(--pc-width) * 100vw);
  margin-right: 24px;
  top: -11px
}
.y2015 .h_img {
  max-width: 40px;
  width: calc(40 / var(--pc-width) * 100vw);
  margin-left: 24px;
  top: -4px;
}
.y2017 .h_img {
  max-width: 115px;
  width: calc(115 / var(--pc-width) * 100vw);
  margin-right: 14px;
  top: 12px;
}
.y2019 .h_img {
  max-width: 107px;
  width: calc(107 / var(--pc-width) * 100vw);
  margin-left: 24px;
  top: 0;
}
.y2023 .h_img {
  max-width: 40px;
  width: calc(40 / var(--pc-width) * 100vw);
  margin-right: 21px;
  top: -4px;
}
/*  */

.history_timeline {
  position: relative;
  padding-bottom: 7px;
}
.history_timeline::before {
  content: "";
  display: block;
  z-index: 1;
  background: #000;
  width: 1.75px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%);
}
.history_timeline::after {
  content: "";
  display: block;
  z-index: 1;
  background: url(../img/history/img_dashed.png) no-repeat;
  background-size: contain;
  width: 2px;
  height: 14px;
  position: absolute;
  bottom: -18px;
  right: 50%;
  transform: translateX(50%);
}
.h_botom_txt {
  width: 220px;
  margin: calc(35 / var(--pc-width) * 100%) auto 0;
  display: block;
  position: relative;
  z-index: 1;
}

.history_timeline_bottom {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.history_timeline_bottom_txt {
  max-width: 445px;
  width: calc(445 / var(--pc-width) * 100vw);
  margin-right: calc(15 / var(--pc-width) * 100%);
  margin-top: 36px;
}
.history_timeline_bottom_photo {
  max-width: 465px;
  width: calc(465 / var(--pc-width) * 100vw);
  position: relative;
  left: 6px;
  top: 4px;
}

@media screen and (max-width:800px){
  .sec-history{
    padding: 0 calc(35 / 750 * 100vw);
    margin-bottom: calc(96 / 750 * 100vw);
    margin-top: calc(20 / 750 * 100vw);
  }
  .sec-history::before{
    height: 100%;
  }
  .sec-history::after{
    display: none;
  }
  [data-layout="history"] .c-body{
    position: relative;
  }
  .sec-history .c-body::before {
    content: "";
    position: absolute;
    max-width: 100%;
    padding-top: calc(3123 / 750* 100vw);
    background: url(../img/history/bg_sp.png) no-repeat;
    background-size: cover;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    pointer-events: none;
  }
  .sec-history-heading_title{
    max-width: 100%;
    width: calc(507 / 750 * 100vw);
    padding-top: calc(66 / 750 * 100vw);
  }
  .sec-history_lead p{
    margin-top: calc(32 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.615;
  }
  
  /* timeline */
  .sec-history_item__wrap{
    margin-top: calc(80 / 750 * 100vw);
    padding: 0 calc(10 / 750 * 100vw);
  }
  .ly_bl_item:nth-of-type(2) .bl_item.desc{
    margin-top: 0;
  }
  .ly_bl_item:nth-of-type(even) .bl_item.desc{
    flex-direction: initial;
  }
  .ly_bl_item:nth-of-type(even) {
    flex-direction: initial;
  }
  .history_timeline::before {
    background: #000;
    width: calc(2 / 750 * 100vw);
    top: 0;
    left: 0;
    transform: unset;
  }
  .bl_item.space{
    display: none;
  }
  .bl_item{
    width: 100%;
  }
  .h_ttl::before {
    width: calc(26 / 750 * 100vw);
    left: calc(-33 / 750 * 100vw);
  }
  /* .ly_bl_item:nth-of-type(even) .bl_item.desc .bl_item__in::after{
    right: unset;
    left: -7.5px;
  } */
  .ly_bl_item:nth-of-type(even) .bl_item.desc .bl_item__in .h_ttl::before {
    left: calc(-33 / 750 * 100vw);
    right: unset;
    width: calc(26 / 750 * 100vw);
  }
  .h_ttl img {
    max-height: unset;
    height: calc(23 / 750 * 100vw);
  }
  .ly_bl_item:nth-of-type(odd) .bl_item.desc .bl_item__in,
  .ly_bl_item:nth-of-type(even) .bl_item.desc .bl_item__in{
    padding-left: calc(34 / 750 * 100vw);
    max-width: calc(400 / 750 * 100vw);
  }
  .history_timeline::after {
    left: 0;
    transform: unset;
  }
  .h_botom_txt {
    width: calc(296 / 750 * 100vw);
    margin: calc(34 / 750 * 100vw) 0 0;
  }
  .h_txt {
    font-size: calc(24 / 750 * 100vw);
    margin-top: calc(18 / 750 * 100vw);
    /* margin-bottom: calc(90 / 750 * 100vw); */
    padding-right: 0 !important;
    letter-spacing: -0.04em;
    line-height: 1.6;
  }
  .bl_item.desc{
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: calc(90 / 750 * 100vw);
  }
  .ly_bl_item.y2007 > div.bl_item.desc{
    align-items: end;
  }
  .ly_bl_item.y2019 > div.bl_item.desc{
    align-items: end;
    margin-top: 0;
    margin-bottom: calc(97 / 750 * 100vw);
  }
  .ly_bl_item.y2012 > div.bl_item.desc{
    margin-bottom: calc(100 / 750 * 100vw);
  }
  .ly_bl_item.y2014 > div.bl_item.desc{
    margin-bottom: calc(85 / 750 * 100vw);
  }
  .ly_bl_item.y2015 > div.bl_item.desc{
    margin-bottom: calc(118 / 750 * 100vw);
  }
  .ly_bl_item.y2017 > div.bl_item.desc{
    margin-bottom: calc(47 / 750 * 100vw);
  }
  .ly_bl_item.y2019 > div.bl_item.desc{
    margin-bottom: calc(63 / 750 * 100vw);
  }
  .ly_bl_item.y2023 > div.bl_item.desc{
    margin-bottom: calc(22 / 750 * 100vw);
  }
  .bl_item.desc .bl_item__in{
    width: 100%;
    
  }
  .ly_bl_item .h_img {
    margin: 0 !important;
    width: calc(128 / 750 * 100vw) !important;
    max-width: 152px;
    flex-shrink: 0;
  }
  .ly_bl_item .h_img {
    margin-bottom: 0 !important;
    width: calc(128 / 750 * 100vw) !important;
    max-width: 152px;
    flex-shrink: 0;
  }
  .ly_bl_item:nth-of-type(1) .h_img{
    width: calc(128 / 750* 100vw) !important;
    margin-right: calc(-5 / 750* 100vw) !important;
    position: relative;
    top: calc(14 / 750* 100vw);
  }
  .ly_bl_item:nth-of-type(1) .h_img{
    margin-bottom: calc(22 / 750 * 100vw)!important;
  }
  .ly_bl_item:nth-of-type(2) .h_img{
    width: calc(66 / 750* 100vw) !important;
    margin-right: calc(29 / 750* 100vw) !important;
  }
  .ly_bl_item:nth-of-type(3) .h_img{
    width: calc(59 / 750 * 100vw) !important;
    margin-right: calc(31 / 750 * 100vw) !important;
    position: relative;
    top: calc(3 / 750 * 100vw);
  }
  .ly_bl_item:nth-of-type(4) .h_img{
    width: calc(132 / 750* 100vw) !important;
    margin-right: calc(-5 / 750* 100vw) !important;
    position: relative;
    top: calc(5 / 750 * 100vw);
  }
  .ly_bl_item:nth-of-type(5) .h_img{
    width: calc(51 / 750* 100vw) !important;
    margin-right: calc(35 / 750* 100vw) !important;
    position: relative;
    top: calc(1 / 750* 100vw);
  }
  .ly_bl_item:nth-of-type(6) .h_img{
    width: calc(133 / 750* 100vw) !important;
    margin-right: calc(-5 / 750* 100vw) !important;
    position: relative;
    top: calc(-8 / 750* 100vw);
  }
  .ly_bl_item:nth-of-type(7) .h_img{
    width: calc(116 / 750* 100vw) !important;
    margin-right: calc(-4 / 750* 100vw) !important;
    position: relative;
    top: calc(-17 / 750* 100vw);
  }
  .ly_bl_item:nth-of-type(8) .h_img{
    width: calc(56 / 750 * 100vw) !important;
    margin-right: calc(33 / 750 * 100vw) !important;
  }
  .history_timeline_bottom{
    flex-direction: column;
  }
  .history_timeline_bottom_txt {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-top: calc(39 / 750 * 100vw);
  }
  .history_timeline_bottom_photo {
    max-width: unset;
    width: calc(532 / 750* 100vw);
    left: calc(16 / 750* 100vw);
    top: calc(-17 / 750* 100vw);
  }

  .ly_bl_item .bl_item.desc .bl_item__in::after {
    top: 3px;
    left: -7.5px;
    height: calc(20 / 750 * 100vw);
    width: calc(20 / 750 * 100vw);
    top: calc(5 / 750 * 100vw) !important;
    left: calc(-9 / 750 * 100vw) !important;
  }
}
@media screen and (max-width:400px){
  .ly_bl_item .bl_item.desc .bl_item__in::after{
    top: calc(9 / 750 * 100vw) !important;
    left: calc(-9 / 750 * 100vw) !important;    
  }
  .h_ttl img{
    margin-top: 3px;
  }
}



/* ////////////////////////////////////////////////
# movie
//////////////////////////////////////////////// */

.sec-movie {
  position: relative;
  padding: calc(80 / var(--pc-width) * 100%) calc(50 / var(--pc-width) * 100%) 0;
  border-right: 1px solid #000;
}
.sec-movie::before {
  content: "";
  width: 100%;
  height: min(55px,calc((55 / var(--pc-width)) * 100 * 1vw));
  position: absolute;
  top: 0;
  left: 0;
  border-left: 1px solid #000;
  z-index: 1;
  pointer-events: none;
}
.sec-movie::after {
  content: "";
  width: 100%;
  height: calc(100% - min(185px,calc((185 / var(--pc-width)) * 100 * 1vw)));
  position: absolute;
  bottom: 0;
  left: 0;
  border-left: 1px solid #000;
  pointer-events: none;
}
.sec-movie-header{
  position: absolute;
  left: -5px;
  top: calc(126 / var(--pc-width) * 100%);
  z-index: 1;
}
.sec-movie-heading_title{
  width: calc(357 / var(--pc-width) * 100vw);
  max-width: 357px;
  display: block;
  margin: 0 auto;
  padding-top: min(20px,calc((20 / var(--pc-width)) * 100 * 1vw));
  position: relative;
  z-index: 1;
}
[data-layout="movie"] .c-body {
  max-width: 1198px;
  width: 100%;
  margin: 0 auto;
}
.sec-movie .c-body_inner {
  padding: 0 calc(50 / 1100 * 100%);
}
.bl_movie{
  padding-top: calc(36 / 1100 * 100%);
}
.bl_movie_inner {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
  position: relative;
  cursor: pointer;
  transition: all 300ms ease;
}
.bl_movie_inner[data-movie="stop"]::before{
  content: "";
  position: absolute;
  aspect-ratio: 560 / 315;
  width: 100%;
  max-width: 100%;
  height: auto;
  background: url(../img/movie/movie_img@2x.png) no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  border: 1px solid #000000;
}
.bl_movie_inner iframe{
  aspect-ratio: 560 / 315;
  width: calc(100% - 2px);
  max-width: 100%;
  height: auto;
}
.bl_movie_inner .play{
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
.bl_movie_inner .play.--icon_gray{
  background: url(../img/common/icon_play_gray.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(83 / 962 * 100%);
  height: calc(81 / 542 * 100%);
  margin: 0px calc(20 / 962 * 100%) calc(14 / 542 * 100%) 0;
}
.bl_movie_inner[data-movie="play"] .play{
  display: none;
}
@media screen and (min-width:801px){
  .bl_movie_inner[data-movie="stop"]:hover{
    transition: all 300ms ease;
    opacity: 0.7;
  }
}

@media screen and (max-width:800px){
  .sec-movie::before{
    display: none;
  }
  .sec-movie::after{
    display: none;
  }
  .sec-movie{
    padding: 0;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
  }
  .sec-movie .c-body_inner{
    padding: 0 calc(20 / 750 * 100vw);
  }
  .sec-movie-heading_title{
    max-width: 100%;
    width: calc(350 / 750 * 100vw);
    padding-top: calc(85 / 750 * 100vw);
  }
  .bl_movie_inner .play.--icon_gray{
    background: url(../img/common/icon_play_gray_sp.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}

/* ////////////////////////////////////////////////
# store
//////////////////////////////////////////////// */

.sec-store {
  position: relative;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding: min(70px,calc(70 / var(--pc-width) * 100%)) 0 min(80px,calc(80 / var(--pc-width) * 100%));
}
.sec-store-header{
  position: absolute;
  left: -5px;
  top: calc(308 / var(--pc-width) * 100%);
  z-index: 1;
}
.sec-store-heading_title{
  width: calc(390 / var(--pc-width) * 100vw);
  max-width: 390px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
[data-layout="store"] .c-body {
  max-width: 1198px;
  width: 100%;
  margin: 0 auto;
}
.sec-store .c-body_inner {
  max-width: 1100px;
  margin: 0 auto;
}

.onlineshop {
  margin: 38px auto 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.onlineshop li {
  width: calc(263 / 1100 * 100%);
  text-align: center;
  position: relative;
}
.onlineshop li a {
  width: 100%;
  display: flex;
  border: 1px solid #000;
  border-radius: 50px;
  background: #fff;
  align-items: center;
  justify-content: center;
  height: calc(88 / var(--pc-width) * 100vw);
  max-height: 88px;
  cursor: pointer;
  transition: all 300ms ease;
}
.onlineshop li img {
  width: calc(150 / var(--pc-width) * 100vw);
  max-width: 150px;
}

.related_heading_title {
  width: calc(160 / var(--pc-width) * 100vw);
  max-width: 160px;
  display: block;
  margin: 0 auto;
  /* padding-top: calc(65 / var(--pc-width) * 100%); */
}
.related_link {
  margin: 30px auto 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.related_link li {
  width: calc(290 / 1100 * 100%);
  position: relative;
}
.related_link li a {
  transition: all 300ms ease;
  display: block;
}
.related_link li + li{
  margin-left: min(20px,calc(20 / var(--pc-width) * 100%));
}
.sec-store_attention{
  max-width: 1230px;
  margin: 0 auto;
  transform: translateY(min(40px,calc((40 / var(--pc-width)) * 100 * 1vw)));
  margin-left: auto;
}
.sec-store_attention__txt{
  text-align: right;
  font-size: 12px;
  padding: 0 30px;
  letter-spacing: -1px;
}

@media screen and (max-width:800px){
  .sec-store::before{
    height: 100%;
  }
  .sec-store::after{
    display: none;
  }
  .sec-store{
    padding: 0;
  }
  .sec-store-heading_title{
    max-width: unset;
    width: calc(450 / 750 * 100vw);
    padding-top: calc(80 / 750 * 100vw);
  }
  .onlineshop {
    margin-top: calc(40 / 750 * 100vw);
    padding: 0 calc(50 / 750 * 100vw);
    flex-wrap: wrap;
  }
  .onlineshop li{
    width: calc(296 / 750 * 100vw);
  }
  .onlineshop li:nth-of-type(n+3){
    margin-top: calc(18 / 750 * 100vw);
  }
  .onlineshop li a{
    height: calc(100 / 750 * 100vw);
    max-height: 100px;
  }
  .onlineshop li img {
    width: calc(174 / 750 * 100vw);
    max-width: 174px;
  }
  .related_heading_title {
    width: calc(200 / 750 * 100vw);
    max-width: 200px;
    padding-top: calc(85 / 750 * 100%);
  }
  .related{
    padding-bottom: calc(97 / 750 * 100vw);
  }
  .related_link {
    margin-top: calc(32 / 750 * 100vw);
  }
  .related_link li{
    width: calc(295 / 750 * 100vw);
  }
  .related_link li + li{
    margin-left: calc(20 / 750 * 100vw);
  }
  .footer_calorie-off {
    top:calc(-9 / 750 * 100vw);
    width: calc(388 / 750 * 100vw);
  }
  .sec-footer::before {
    width: 34%;
  }
  .sec-store_attention{
    padding: 0;
    transform: translateY(calc(-40 / 750 * 100vw));
  }
  .sec-store_attention__txt{
    font-size: calc(20 / 750 * 100vw);
    text-align: right;
  }
}