@charset "UTF-8";

/* ========================================
	Layout (id推奨)
	命名規則: #id-
========================================= */

.l-top__fv {
  width: 100%;
  height: calc(100vh - 56px);
  margin-bottom: 28px;
}

#l-top__logo {
  width: 95%;
  height: auto;
  margin: 0 auto;
  padding: 11.875rem 0 10.9375rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#l-top__product_komikan {
  position: relative;
  width: 95%;
  max-width: 912px;
  height: auto;
  margin: 0 auto;
  padding: 0 0 8.9375rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#l-top__product_hojicha {
  position: relative;
  width: 95%;
  max-width: 912px;
  height: auto;
  margin: 0 auto;
  padding: 0 0 12.25rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#l-top__product_ichigo {
  position: relative;
  width: 95%;
  max-width: 912px;
  height: auto;
  margin: 0 auto;
  padding: 0 0 11.1875rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#l-top__pagelink {
  position: relative;
  width: 95%;
  max-width: 880px;
  height: auto;
  margin: 0 auto;
  padding: 0 0 12.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#l-top__banner {
  width: 95%;
  max-width: 1003px;
  height: auto;
  margin: 0 auto;
  padding: 0 0 12.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#l-top__banner a {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 60px;
  transition: .3s;
}

#l-top__banner a:last-child {
  margin-bottom: 0;
}

#l-top__banner a:hover {
  opacity: 0.8;
}

#l-top__news {
  width: 95%;
  max-width: 680px;
  height: auto;
  margin: 0 auto;
  padding: 0 0 12.5625rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#l-instagram {
  width: 95%;
  max-width: 680px;
  height: auto;
  margin: 0 auto;
  padding: 0 0 7.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#l-instagram .sb_instagram_header {
  display: none;
}

#l-instagram #sbi_load {
  display: none;
}

#l-instagram .p-instagram__feed {
    margin: 0 auto 5rem;
}


#l-instagram .l-instagram__btn {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #l-instagram .p-instagram__feed {
    margin: 0 -10px 2rem;
  }
}
/* ========================================
	Project(コンテンツを構成す4具体的な要素)
	命名規則: .p-
========================================= */

/*----- TOP FV カスタマイズ -----*/

.p-top__swiper-container {
  position: fixed;
  top: 28px;
  left: 28px;
  z-index: -1;
  width: calc(100% - 56px);
  height: calc(100% - 56px);
}

/*----- TOP ロゴエリア カスタマイズ -----*/

.p-top__logo__header {
  width: 28.3125rem;
  height: auto;
  margin: 0 auto 4.125rem;
}

.p-top__logo__smallheader {
  margin: 0 auto 2.375rem;
  font-size: 2.75rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: .1em;
}

.p-top__logo__text {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  line-height: 2.1;
  letter-spacing: .1em;
}

.c-page-en .p-top__logo__text {
  font-weight: normal;
  font-family: 'Nunito', sans-serif;
}

/*----- TOP PRODUCTリンク カスタマイズ -----*/

.p-top__product__label {
  position: relative;
  z-index: 1;
  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;
  width: 15.625rem;
  height: 9.0625rem;
  border: 1px solid #373737;
  border-radius: 4.53125rem;
  font-size: 1.0625rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.70588235;
  letter-spacing: .15em;
}

.p-top__product__label.komikan {
  margin-bottom: 22.5rem;
}

.p-top__product__label.hojicha {
  margin-bottom: 25.875rem;
}

.p-top__product__label.ichigo {
  margin-bottom: 23.125rem;
}

.p-top__product__bottle {
  position: absolute;
  z-index: 5;
  height: auto;
}

.p-top__product__bottle.komikan {
  top: 0;
  left: 21%;
  -webkit-transform: translateY(-8%);
  transform: translateY(-8%);
  width: 60%;
}

.p-top__product__bottle.hojicha {
  top: 0;
  left: 34%;
  -webkit-transform: translateY(2%);
  transform: translateY(2%);
  width: 33%;
}

.p-top__product__bottle.ichigo {
  top: 0;
  left: 36%;
  width: 29%;
}

.p-top__product__illust {
  position: absolute;
  z-index: 2;
  height: auto;
}

.p-top__product__illust.komikan {
  top: 0;
  left: 8.3%;
  -webkit-transform: translateY(-6.2%);
  transform: translateY(-6.2%);
  width: 85%;
}

.p-top__product__illust.hojicha {
  top: 0;
  left: 13.596%;
  -webkit-transform: translateY(9.4%);
  transform: translateY(9.4%);
  width: 75.3289%;
}

.p-top__product__illust.ichigo {
  top: 0;
  left: 7.45%;
  -webkit-transform: translateY(-11%);
  transform: translateY(-11%);
  width: 81.25%;
}

.p-top__product__name {
  position: relative;
  z-index: 10;
  margin: 0 auto 1.5625rem;
  font-size: 1.875rem;
  font-family: "Roboto", "Avenir", "Arial", sans-serif;
  text-align: center;
  line-height: 1;
  letter-spacing: .18em;
  white-space: nowrap;
}

.p-top__product__name--japanese {
  position: relative;
  z-index: 10;
  margin: 0 auto 1.875rem;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  letter-spacing: .18em;
}

.p-top__product__text {
  position: relative;
  z-index: 10;
  margin: 0 auto 1.65625rem;
  font-size: .9375rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.93333333;
  letter-spacing: .1em;
}

.c-page-en .p-top__product__text {
  font-family: 'Nunito', sans-serif;
}

.p-top__product__btn {
  position: relative;
  z-index: 10;
  margin: 0 auto;
}

/*----- TOP ページリンク カスタマイズ -----*/

.p-top__pagelink--discover {
  width: 100%;
  height: auto;
  margin: 0 auto 3.375rem;
  border-top: 1px solid #373737;
  border-bottom: 1px solid #373737;
  padding: 1.1875rem 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-top__pagelink--discover__linkcontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: auto;
  border: .9375rem solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-top__pagelink--discover__image {
  width: 30.7%;
  height: auto;
}

.p-top__pagelink--discover__image.image1 {
  background: url(../images/top/img-top_discover1@2x.png) 50% 50% no-repeat;
  background-size: cover;
}

.p-top__pagelink--discover__image.image2 {
  background: url(../images/top/img-top_discover2@2x.png) 50% 50% no-repeat;
  background-size: cover;
}

.p-top__pagelink--discover__linkbox {
  width: 38.6%;
  height: auto;
  padding: 1.6875rem 0 1.4375rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-top__pagelink--discover__linkbox__header {
  margin: 0 auto 1rem;
  font-size: 2rem;
  font-family: "Roboto", "Avenir", "Arial", sans-serif;
  text-align: center;
  line-height: 1;
  letter-spacing: .18em;
  white-space: nowrap;
}

.p-top__pagelink--discover__linkbox__smallheader {
  margin: 0 auto 1.625rem;
  font-size: 1rem;
  font-family: "Roboto", "Avenir", "Arial", sans-serif;
  text-align: center;
  line-height: 1;
  letter-spacing: .1em;
  white-space: nowrap;
}

.p-top__pagelink--discover__linkbox__text {
  margin: 0 auto 2.125rem;
  font-size: .9375rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  letter-spacing: .2em;
  white-space: nowrap;
}

.p-top__pagelink__btn {
  margin: 0 auto;
  text-decoration: none;
}

.p-top__pagelink__linkcontainers {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.p-top__pagelink__linkcontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  border: 1px solid #373737;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-top__pagelink__linkcontainer:not(:last-child) {
  margin-bottom: .6875rem;
}

.p-top__pagelink__linkbox {
  width: 38.7%;
  height: auto;
  border-right: 1px solid #373737;
  border-left: .375rem solid #373737;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-top__pagelink__linkbox__top {
  width: 100%;
  height: auto;
  border-bottom: 1px dashed #373737;
  padding: 3.3125rem 0 3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-top__pagelink__linkbox__header {
  margin: 0 auto 1.3125rem;
  font-size: 1.5625rem;
  font-family: "Roboto", "Avenir", "Arial", sans-serif;
  text-align: center;
  line-height: 1;
  letter-spacing: .16em;
  white-space: nowrap;
}
.c-page-en .p-top__pagelink__linkbox__header {
  line-height: 1.5;
}

.p-top__pagelink__linkbox__text {
  font-size: .9375rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  letter-spacing: .2em;
  white-space: nowrap;
}

.p-top__pagelink__linkbox__bottom {
  width: 100%;
  height: auto;
  padding: 2.0625rem 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-top__pagelink__image {
  width: 61.3%;
  height: auto;
}

.p-top__pagelink__image.soda {
  background: url(../images/top/img-top_welovesoda@2x.png) 50% 50% no-repeat;
  background-size: cover;
}

.p-top__pagelink__image.drink {
  background: url(../images/top/img-top_howtodrink@2x.png) 50% 50% no-repeat;
  background-size: cover;
}

.p-top__pagelink__image.bar {
  background: url(../images/top/img-top_bars_special@2x.jpg) 50% 50% no-repeat;
  background-size: cover;
}

/*----- TOP NEWS カスタマイズ -----*/

.p-top__news__header {
  margin: 0 auto 1.6875rem;
  font-size: 1.75rem;
  font-family: "Roboto", "Avenir", "Arial", sans-serif;
  text-align: center;
  line-height: 1;
  letter-spacing: .16em;
}

.p-top__news__header--japanese {
  margin: 0 auto 5.1875rem;
  font-size: .9375rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  letter-spacing: .1em;
}

.p-top__news__lists {
  width: 100%;
  height: auto;
  margin: 0 auto 6.21875rem;
}

.p-top__news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #373737;
  padding-bottom: 1.125rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-top__news__list:not(:last-child) {
  margin-bottom: 1.125rem;
}

.p-top__news__date {
  width: 20.8%;
  height: auto;
  font-size: .875rem;
  font-family: "Roboto", "Avenir", "Arial", sans-serif;
  line-height: 1;
  letter-spacing: .1em;
  white-space: nowrap;
}

.p-top__news__title {
  width: 79.2%;
  height: auto;
  overflow: hidden;
  text-decoration: none;
  font-size: .875rem;
  font-weight: 500;
  color: #373737;
  letter-spacing: .05em;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.c-page-en .p-top__news__title {
  font-weight: normal;
}

.p-top__news__btn {
  margin: 0 auto;
}

/*----- TOP Instagram カスタマイズ -----*/

.p-instagram__icon {
  width: 1.875rem;
  height: auto;
  margin: 0 auto 2.1875rem;
}

.p-instagram__icon img {
  transition: .3s;
}

.p-instagram__icon img:hover {
  opacity: .7;
}

.p-instagram__text {
  margin: 0 auto 2.9375rem;
  font-size: 1.125rem;
  font-family: "Roboto", "Avenir", "Arial", sans-serif;
  text-align: center;
  line-height: 1;
  letter-spacing: .1em;
  white-space: nowrap;
}

@media screen and (min-width: 769px) and (min-width: 1400px) {
  .c-container {
    width: 95%;
  }
}

@media screen and (min-width: 769px) {
  .c-footer__tel_fax a {
    pointer-events: none;
  }
}

@media screen and (max-width: 768px) {
  .c-container {
    width: 82.318841%;
  }

  .c-header__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2.1875rem 0 0;
  }

  .c-header__logo {
    width: 7.5rem;
  }

  .c-header__navToggle {
    position: absolute;
    top: 2.1875rem;
    right: 2.0625rem;
    width: 1.75rem;
  }

  .c-header__navToggle.sp_menu_close {
    position: relative;
    top: initial;
    right: initial;
  }

  .c-header__globalmenu {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    width: 100%;
    height: 100vh;
    border: 15px solid #fff;
    padding: 1.375rem 5% 0 8.26667%;
    background-color: #eff5f8;
  }

  .c-header__globalmenu__top_flex {
    margin: 0 auto 1.875rem;
  }

  .c-header__globalmenu__logo {
    width: 6.9575rem;
  }

  .c-header__globalmenu__languagebox {
    margin-right: 1.5rem;
  }

  .c-header__globalmenu__link {
    font-size: .875rem;
  }

  .c-header__globalmenu__link.company {
    margin-top: 2rem;
  }

  .c-header__globalmenu__link:not(:last-child) {
    margin-bottom: 1.8125rem;
  }

  .c-header__globalmenu__link:first-child {
    margin-bottom: 1.8125rem;
  }

  .c-header__globalmenu__link .c-header__globalmenu__link--japanese {
    margin-left: .65625rem;
  }

  .c-header__globalmenu__links__2ndlevel {
    padding-top: .4375rem;
    padding-left: 1.0625rem;
  }

  .c-header__globalmenu__link__2ndlevel {
    margin-top: 1.125rem;
  }

  .c-header__globalmenu__link__2ndlevel a {
    font-size: .8125rem;
  }

  .c-header__globalmenu__link__2ndlevel a .c-header__globalmenu__link--japanese {
    margin-left: .5625rem;
  }

  .c-footer {
    display: block;
    padding: 1.875rem 0 1.25rem 3.2%;
  }

  .c-footer__flex--sp {
    margin-bottom: 1.34375rem;
  }

  .c-footer__companyinfo {
    margin-right: 1.5rem;
  }

  .c-footer__companyname {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: .5625rem;
  }

  .c-footer__address {
    margin-bottom: .1875rem;
    font-size: .8125rem;
    line-height: 1.46153846;
    letter-spacing: .03em;
  }

  .c-footer__tel_fax {
    display: block;
    font-size: .8125rem;
    line-height: 1.46153846;
  }

  .c-footer__tel {
    margin-right: 0;
  }

  .c-footer__btnbox {
    margin-right: 0;
    padding-top: 2.375rem;
  }

  .c-footer__btn {
    width: 7.125rem;
    height: 1.875rem;
    font-size: .625rem;
    letter-spacing: .03em;
  }

  .c-footer__btn.map {
    margin-bottom: .625rem;
  }

  .c-footer__textbox {
    padding-top: 0;
  }

  .c-footer__text {
    margin-bottom: .78125rem;
    font-size: .625rem;
    line-height: 1.7;
  }

  .c-footer__copyright {
    font-size: .625rem;
  }

  .c-linkbtn {
    width: 8.36625rem;
    height: 2.4925rem;
    font-size: .625rem;
  }

  .c-linkbtn.small {
    width: 8.36625rem;
    height: 2.4925rem;
    font-size: .625rem;
  }

  .c-category {
    margin: 0 auto;
  }

  .c-btn--prev_page {
    font-weight: 500;
  }

  .c-btn--prev_page:before {
    left: -.975rem;
    width: .27313rem;
    height: .965rem;
  }

  .c-pagination__prev {
    width: 4.37px;
    margin-right: .75rem;
  }

  .c-pagination__page {
    margin: 0 .53125rem;
    font-size: .875rem;
  }

  .c-pagination__dots {
    margin: 0 .65625rem 0 .1125rem;
    font-size: .8125rem;
  }

  .c-pagination__next {
    width: 4.37px;
    margin-left: .75rem;
  }

  .c-pc_only {
    display: none !important;
  }

  .c-pc_only--flex {
    display: none !important;
  }

  .c-sp_only {
    display: block !important;
  }

  .c-sp_only--inline {
    display: inline !important;
  }

  body {
    padding: 15px 15px 0;
  }

  .l-top__fv {
    /*height: calc(100vh - 30px);*/
    height: 400px;
    margin-bottom: 15px;
  }

  #l-top__logo {
    padding: 2.9375rem 0 4.625rem;
  }

  #l-top__product_komikan {
    width: 82%;
    max-width: 320px;
    padding: 0 0 2.125rem;
  }

  #l-top__product_hojicha {
    width: 82%;
    max-width: 320px;
    padding: 0 0 2.9375rem;
  }

  #l-top__product_ichigo {
    width: 82%;
    max-width: 320px;
    padding: 0 0 6.25rem;
  }

  #l-top__pagelink {
    width: 82%;
    padding: 0 0 5rem;
  }

  #l-top__banner {
    width: 82%;
    padding: 0 0 4.875rem;
  }

  #l-top__banner a {
    margin-bottom: 20px;
  }

  #l-top__news {
    width: 82%;
    max-width: initial;
    padding: 0 0 5.06875rem;
  }

  #l-instagram {
    width: 82%;
    max-width: initial;
    padding: 0 0 3.125rem;
  }

  .p-top__swiper-container {
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    /*height: calc(100% - 30px);*/
    height: 400px;
  }

  .p-top__logo__header {
    width: 40.24%;
    margin: 0 auto 2.75rem;
  }

  .p-top__logo__smallheader {
    margin: 0 auto 2.125rem;
    font-size: 1.5rem;
  }

  .p-top__logo__text {
    font-size: .9375rem;
    line-height: 2.06666667;
  }

  .p-top__product__label {
    width: 8.25rem;
    height: 4.75rem;
    margin-left: .625rem;
    border-radius: 2.375rem;
    font-size: .75rem;
    line-height: 1.66666667;
  }

  .c-page-en .p-top__product__label {
    width: 10rem;
  }

  .p-top__product__label.komikan {
    margin-bottom: 12.9375rem;
  }

  .p-top__product__label.hojicha {
    margin-bottom: 12.125rem;
  }

  .p-top__product__label.ichigo {
    margin-bottom: 13.75rem;
  }

  .p-top__product__bottle.komikan {
    left: 50%;
    -webkit-transform: translate(-50%, 23%);
    transform: translate(-50%, 23%);
    width: 69.3%;
  }

  .p-top__product__bottle.hojicha {
    left: 50%;
    -webkit-transform: translate(-50%, 19%);
    transform: translate(-50%, 19%);
    width: 40%;
  }

  .p-top__product__bottle.ichigo {
    left: 50%;
    -webkit-transform: translate(-50%, 41%);
    transform: translate(-50%, 41%);
    width: 35%;
  }

  .p-top__product__illust.komikan {
    left: 50%;
    -webkit-transform: translate(-50%, 19.8%);
    transform: translate(-50%, 19.8%);
    width: 105%;
  }

  .p-top__product__illust.hojicha {
    left: 50%;
    -webkit-transform: translate(-50%, 25%);
    transform: translate(-50%, 25%);
    width: 94%;
  }

  .p-top__product__illust.ichigo {
    left: 50%;
    -webkit-transform: translate(-50%, 21%);
    transform: translate(-50%, 21%);
    width: 100%;
  }

  .p-top__product__name {
    margin: 0 auto 1.3125rem;
    font-size: 1.25rem;
  }

  .p-top__product__name--japanese {
    margin: 0 auto 1.75rem;
    font-size: .9375rem;
  }

  .p-top__pagelink--discover {
    margin: 0 auto 2.5rem;
    padding: .625rem 0;
  }

  .p-top__pagelink--discover__linkcontainer {
    display: block;
    border: none;
    background-color: #fff;
  }

  .p-top__pagelink--discover__image {
    width: 100%;
    height: 9.625rem;
  }

  .p-top__pagelink--discover__image.image1 {
    background: url(../images/top/img-top_discover1_sp@2x.png) 50% 50% no-repeat;
    background-size: cover;
  }

  .p-top__pagelink--discover__image.image2 {
    background: url(../images/top/img-top_discover2_sp@2x.png) 50% 50% no-repeat;
    background-size: cover;
  }

  .p-top__pagelink--discover__linkbox {
    width: 100%;
    padding: 1.625rem 0;
  }

  .p-top__pagelink--discover__linkbox__header {
    margin: 0 auto .875rem;
    font-size: 1.25rem;
    text-align: center;
  }

  .p-top__pagelink--discover__linkbox__smallheader {
    margin: 0 auto 1.0625rem;
    font-size: .875rem;
    text-align: center;
  }

  .p-top__pagelink--discover__linkbox__text {
    margin: 0 auto 1.8125rem;
    text-align: center;
  }

  .p-top__pagelink__linkcontainer {
    display: block;
  }

  .p-top__pagelink__linkcontainer:not(:last-child) {
    margin-bottom: .625rem;
  }

  .p-top__pagelink__linkbox {
    width: 100%;
    border-top: .375rem solid #373737;
    border-right: none;
    border-left: none;
  }

  .p-top__pagelink__linkbox__top {
    padding: 1.75rem 0 1.875rem;
  }

  .p-top__pagelink__linkbox__header {
    margin: 0 auto 1.0625rem;
    font-size: 1.25rem;
  }

  .p-top__pagelink__linkbox__text {
    font-size: .875rem;
  }

  .p-top__pagelink__linkbox__bottom {
    padding: 1.875rem 0;
  }

  .p-top__pagelink__image {
    width: 100%;
    height: 9.5rem;
  }

  .p-top__news__header {
    margin: 0 auto 1.125rem;
    font-size: 1.25rem;
    letter-spacing: .18em;
  }

  .p-top__news__header--japanese {
    margin: 0 auto 2.9375rem;
    font-size: .8125rem;
  }

  .p-top__news__lists {
    margin: 0 auto 3.21875rem;
  }

  .p-top__news__list {
    display: block;
  }

  .p-top__news__date {
    display: block;
    width: 100%;
    margin-bottom: .5rem;
    font-size: .8125rem;
  }

  .p-top__news__title {
    width: 100%;
    overflow: initial;
    line-height: 1.57142857;
    white-space: initial;
    text-overflow: initial;
  }

  .p-instagram__icon {
    margin: 0 auto 1.4375rem;
  }

  .p-instagram__text {
    margin: 0 auto 1.625rem;
    font-size: 1rem;
  }

  .p-instagram__dummy {
    height: 11.625rem;
  }
}

@media screen and (max-width: 360px) {
  .c-header__globalmenu__link {
    font-size: .75rem;
  }

  .c-header__globalmenu__link:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .c-header__globalmenu__links__2ndlevel {
    padding-left: .75rem;
  }

  html {
    font-size: 90%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1300px) {
  .c-container {
    width: 95%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .c-container {
    width: 95%;
  }

  .c-footer {
    padding: 4.6875rem 0 1.875rem 7%;
  }

  .c-footer__companyinfo {
    margin-right: 1.5625rem;
  }

  .c-footer__btnbox {
    margin-right: 1.5625rem;
  }

  html {
    font-size: 95%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .c-container {
    width: 95%;
  }

  html {
    font-size: 92%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .c-container {
    width: 95%;
  }

  .c-footer__logo {
    width: 7.5rem;
    margin-right: 2.5%;
  }

  .c-footer__companyname {
    width: 10rem;
  }

  .c-footer__tel_fax {
    display: block;
  }

  .c-footer__btn {
    width: 8.125rem;
    font-size: .625rem;
  }

  html {
    font-size: 90%;
  }
}

@media screen and (min-width: 769px) and (max-width: 900px) {
  .c-container {
    width: 95%;
  }

  html {
    font-size: 83%;
  }
}

@media screen and (min-width: 769px) and (max-width: 800px) {
  .c-container {
    width: 95%;
  }

  html {
    font-size: 78%;
  }
}

@media screen and (min-width: 421px) and (max-width: 768px) {
  .c-container {
    width: 82.318841%;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .c-container {
    width: 82.318841%;
  }

  html {
    font-size: 110%;
  }
}

@media screen and (min-width: 601px) and (max-width: 768px) {
  .c-container {
    width: 82.318841%;
  }

  html {
    font-size: 120%;
  }

  .p-top__pagelink--discover__image {
    height: 12.5rem;
  }

  .p-top__pagelink__image {
    height: 12.5rem;
  }
}
