@charset "UTF-8";

/*--------------- リセットcss ---------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  border: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  font-style: normal;
}

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

html {
  overflow-y: scroll;
}

blockquote,
q {
  quotes: none;
}

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

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

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

caption,
th {
  text-align: left;
}

a:focus {
  outline: none;
}

input,
textarea,
button {
  margin: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
}

body {
  overflow: hidden;
}

@media all and (max-width: 768px) {
  body.is-fixed {
    position: fixed;
    width: 100%;
  }
}

.f-montserrat {
    font-family: 'Montserrat', sans-serif;
}

/* ========================================
  Component(共通利用の部品。幅とか色は持たせない)
  命名規則: .c-
========================================= */

.c-page-en {
  font-family: "Roboto", "Avenir", "Arial", sans-serif;
}

.c-container {
  width: 95%;
  max-width: 760px;
  height: auto;
  margin: 0 auto;
}

/*----- 共通パーツ -----*/

/* ヘッダー */

.c-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: auto;
}

.c-header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 3.75rem 3.75rem 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-header__logo {
  width: 10.625rem;
  height: auto;
  -webkit-transition: .3s;
  transition: .3s;
}

.c-header__logo:hover {
  opacity: .7;
}

.c-header__navToggle {
  width: 1.875rem;
  height: auto;
}

.c-header__inner .c-header__navToggle {
  position: fixed;
  right: 60px;
  top: 60px;
}

@media screen and (max-width: 768px) {
  .c-header__inner .c-header__navToggle {
    position: fixed;
    top: 2.1875rem;
    right: 2.0625rem;
  }
}

.c-header__globalmenu {
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 100;
  width: 31.25rem;
  height: 100vh;
  padding: 3.75rem 3.75rem 0 4.5rem;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: .3s;
  transition: .3s;
}

.c-header__globalmenu.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.c-header__globalmenu__top_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin: 0 auto 2.6875rem;
}

.c-header__globalmenu__logo {
  width: 7.65375rem;
  height: auto;
}

.c-header__globalmenu__top_flex__rightbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.c-header__globalmenu__languagebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 3rem;
}

.c-header__globalmenu__language {
  text-decoration: none;
  font-size: .8125rem;
  font-family: "Roboto", "Avenir", "Arial", sans-serif;
  color: #373737;
  letter-spacing: .05em;
}

a.c-header__globalmenu__language {
  text-decoration: underline;
}
a.c-header__globalmenu__language:hover {
  text-decoration: none;
  opacity: 1;
}

.c-header__globalmenu__partition {
  margin: 0 .5rem;
  font-size: .8125rem;
  font-family: "Roboto", "Avenir", "Arial", sans-serif;
  color: #373737;
}

.c-header__globalmenu__links {
  width: 100%;
  height: auto;
}

.c-header__globalmenu__link {
  width: 100%;
  height: auto;
  font-size: .9375rem;
  font-family: "Roboto", "Avenir", "Arial", sans-serif;
  color: #373737;
  line-height: 1;
  letter-spacing: .16em;
}

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

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

.c-header__globalmenu__link a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #373737;
}

.c-header__globalmenu__link .c-header__globalmenu__link--japanese {
  margin-left: .9375rem;
  font-size: .625rem;
  font-weight: 500;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN",
  "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #373737;
  letter-spacing: .1em;
}
.c-header__globalmenu__link .c-header__globalmenu__link--en {
  font-size: .625rem;
  font-weight: 500;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN",
  "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #373737;
  letter-spacing: .1em;
}

.c-header__globalmenu__link .c-header__globalmenu__link--japanese.link,
.c-header__globalmenu__link .c-header__globalmenu__link--en.link {
  position: relative;
}

.c-header__globalmenu__link .c-header__globalmenu__link--japanese.link:after,
.c-header__globalmenu__link .c-header__globalmenu__link--en.link:after {
  position: absolute;
  top: 0;
  right: -.3125rem;
  -webkit-transform: translate(100%, -40%);
  transform: translate(100%, -40%);
  width: 9px;
  height: 10px;
  /* width: .5625rem;
  height: .625rem; */
  background: url(../images/common/icon-link@2x.png) 50% 50% no-repeat;
  background-size: 9px 10px;
  -webkit-background-size: 9px 10px;
  /* background-size: .5625rem .625rem;
  -webkit-background-size: .5625rem .625rem; */
  content: "";
}
@media all and (-ms-high-contrast: none) { //IE対応
  .c-header__globalmenu__link .c-header__globalmenu__link--japanese.link:after,
  .c-header__globalmenu__link .c-header__globalmenu__link--en.link:after {
    width: 9px;
    height: 10px;
    background-size: 9px 10px;
    -webkit-background-size: 9px 10px;
  }
}

.c-header__globalmenu__links__2ndlevel {
  padding-left: 1.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-header__globalmenu__link__2ndlevel {
  width: 100%;
  height: auto;
  margin-top: 1.125rem;
}

.c-header__globalmenu__link__2ndlevel a {
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: .9375rem;
  font-family: "Roboto", "Avenir", "Arial", sans-serif;
  color: #373737;
  line-height: 1;
  letter-spacing: .16em;
}

.c-header__globalmenu__link__2ndlevel a .c-header__globalmenu__link--japanese {
  margin-left: .9375rem;
  font-size: .625rem;
  font-weight: 500;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN",
  "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #373737;
  letter-spacing: .1em;
}

.c-header__globalmenu__link__2ndlevel a .c-header__globalmenu__link--japanese.link {
  position: relative;
}

.c-header__globalmenu__link__2ndlevel a .c-header__globalmenu__link--japanese.link:after {
  position: absolute;
  top: 0;
  right: -.3125rem;
  -webkit-transform: translate(100%, -40%);
  transform: translate(100%, -40%);
  width: .5625rem;
  height: .625rem;
  background: url(../images/common/icon-link@2x.png) 50% 50% no-repeat;
  background-size: contain;
  content: "";
}

.c-header__globalmenu__companyname {
  width: 5.63875rem;
  height: auto;
}

/* コンテンツエリア */

.c-contentarea {
  display: block;
  width: 100%;
  height: auto;
  background-color: #eff5f8;
}

.c-contentarea.komikan {
  background-color: #efbe7c;
}

.c-contentarea.hojicha {
  background-color: #E0DAC6;
}

.c-contentarea.ichigo {
  /*background-color: #efbe7c;*/
}

.c-contentarea.yellow {
  background-color: #fdf3da;
}

.c-contentarea.green {
  background-color: #3ea772;
}
.c-contentarea.page-404 {
  height: 40vh;
  padding: 100px 0 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* フッター */

.c-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 4.6875rem 0 1.875rem 10%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-footer__logo {
  width: 9.375rem;
  height: auto;
  margin-right: 3.5%;
}

.c-footer__logo--sp {
  width: 1.835rem;
  height: auto;
  margin-right: .625rem;
}

.c-footer__flex--sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.c-footer__companyname {
  width: 12.5rem;
  height: auto;
  margin-bottom: .75rem;
}

.c-footer__companyname--sp {
  width: 200px;
  height: auto;
}
@media screen and (min-width: 769px) {
  .c-footer__companyname img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-footer__companyname--sp {
    width: 127px;
    height: auto;
  }
}

.c-footer__address {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625;
}
.c-page-en .c-footer__address {
  margin-top: 5px;
  font-size: .9rem;
  font-weight: 400;
}

.c-footer__tel_fax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625;
  white-space: nowrap;
}
.c-page-en .c-footer__tel_fax {
  font-size: .9rem;
}

.c-footer__tel_fax a {
  text-decoration: none;
  font-weight: 500;
  color: #373737;
}

.c-footer__tel {
  margin-right: 1rem;
}

.c-footer__btnbox {
  margin-right: 3rem;
  padding-top: .75rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-footer__btn {
  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: 10rem;
  height: 2.5rem;
  border: 1px solid #373737;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: .75rem;
  font-family: "Roboto", "Avenir", "Arial", sans-serif;
  line-height: 1;
  letter-spacing: .1em;
  text-decoration: none;
}

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

.c-footer__textbox {
  padding-top: .5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-footer__text {
  margin-bottom: 1rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.66666667;
}

.c-page-en .c-footer__text {
  font-weight: 400;
}

.c-footer__copyright {
  font-size: .75rem;
  font-family: "Roboto", "Avenir", "Arial", sans-serif;
  line-height: 1;
  white-space: nowrap;
}

/* ボタン */

.c-linkbtn {
  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: 10.88687rem;
  height: 3.24313rem;
  background: url(../images/common/btn-seemore@2x.png) 50% 50% no-repeat;
  background-size: contain;
  font-size: .875rem;
  font-family: "Roboto", "Avenir", "Arial", sans-serif;
  line-height: 1;
  letter-spacing: .2em;
  text-decoration: none;
}

.c-linkbtn.small {
  width: 9.02125rem;
  height: 2.6875rem;
  font-size: .6875rem;
}

.c-linkbtn:hover {
  background: url(../images/common/btn-seemore_hover@2x.png) 50% 50% no-repeat;
  background-size: contain;
  opacity: 1 !important;
}

.c-linkbtn.type2:hover {
  background: url(../images/common/btn-seemore_hover2@2x.png) 50% 50% no-repeat;
  background-size: contain;
  opacity: 1 !important;
}

/* カテゴリー */

.c-category {
  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: 5.25rem;
  height: 1.5rem;
  border-radius: .75rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  font-size: .75rem;
  font-family: "Roboto", "Avenir", "Arial", sans-serif;
  line-height: 1;
  letter-spacing: .05em;
  white-space: nowrap;
}

.c-category.komikan {
  border: 1px solid #fda06e;
  color: #fda06e;
}

.c-category.ichigo {
  border: 1px solid #ff6796;
  color: #ff6796;
}

.c-category.hojicha {
  border: 1px solid #3ea772;
  color: #3ea772;
}

/* 一覧へ戻るボタン  */

.c-btn--prev_page {
  position: relative;
  display: block;
  margin: 0 auto;
  overflow: visible;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .1em;
}

.c-btn--prev_page:before {
  position: absolute;
  top: 50%;
  left: -2.125rem;
  -webkit-transform: translate(-100%, -55%);
  transform: translate(-100%, -55%);
  display: block;
  width: .34375rem;
  height: 1.0625rem;
  background: url(../images/common/btn-pager_prev@2x.png) 50% 50% no-repeat;
  background-size: contain;
  content: "";
}

/* ページネーション  */

.c-pagination {
  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: 100%;
  height: auto;
  margin: 0 auto;
}

.c-pagination .page-numbers {
  display: flex;
  align-items: center;
}

.c-pagination li {
  margin: 0 .625rem;
  text-decoration: none;
  font-size: 1.125rem;
  font-family: "Roboto", "Avenir", "Arial", sans-serif;
  color: #373737;
  line-height: 1;
}

.c-pagination__prev {
  width: 5.5px;
  height: auto;
  margin-right: .9375rem;
}
.c-pagination__next {
  width: 5.5px;
  height: auto;
  margin-left: .9375rem;
}

/*----- スクロールトリガーフェードイン -----*/

.c-fade {
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
  opacity: 0;
}

.c-fade.active {
  opacity: 1;
}

.c-fade--slow {
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  opacity: 0;
}

.c-fade--slow.active {
  opacity: 1;
}

/*----- レスポンシブ表示切り替え -----*/

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

.c-pc_only--flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

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

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

/*----- 余白・位置調整 -----*/

.c-mb--0 {
  margin-bottom: 0 !important;
}

/*----- 未発売コンテンツ非表示用class -----*/

.c-display--none {
  display: none;
}

/* ========================================
  Utility(わずかな調整などを行うための便利要素)
  命名規則: .u-
========================================= */

/* ========================================
  Founfation (id推奨)
========================================= */

html {
  font-size: 100%;
}

body {
  position: relative;
  padding: 28px 28px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1rem;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #373737;
}

picture {
  display: block;
  width: 100%;
  height: auto;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: #373737;
}

a,
button {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  cursor: pointer;
}

a:hover,
button:hover {
  opacity: .7;
}
