@charset "UTF-8";

/* ////////////////////////////////////////////////////////////////////
///// 全ページ共通CSS ///////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////// */
/* ==================================================
FONT SETTING
================================================== */
html {
  font-size: 2.97vw;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 2.47vw;
  }
}
@media screen and (min-width: 961px) {
  html {
    font-size: 1.35vw;
  }
}
@media screen and (min-width: 1281px) {
  html {
    font-size: 17px;
  }
}

html body {
  /*ゴシック系*/
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.7;
  -ms-font-feature-settings: "normal";
  font-feature-settings: "palt";
  color: #000;
  overflow-x: hidden;
}

.fwMid {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.fwBold {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.enGothic {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.enGothic.fwBold {
  font-weight: 800;
}

:root {
  --fs48: 6vw;
  --fs36: 5.8vw;
  --fs32: 5.6vw;
  --fs28: 5vw;
  --fs24: 4.6vw;
  --fs20: 3.8vw;
  --fs18: 3.6vw;
  --fs16: 3vw;
}
@media screen and (min-width: 768px) {
  :root {
  }
}
@media screen and (min-width: 961px) {
  :root {
  }
}
.fs48 {
  font-size: clamp(30px, var(--fs48), 48px);
  letter-spacing: 0.04em;
}

.fs36 {
  font-size: clamp(28px, var(--fs28), 36px);
  letter-spacing: 0.06em;
}
.fs32 {
  font-size: clamp(24px, var(--fs32), 32px);
}
.fs28 {
  font-size: clamp(20px, var(--fs28), 28px);
}
.fs24 {
  font-size: clamp(18px, var(--fs24), 24px);
}
.fs20 {
  font-size: clamp(16px, var(--fs20), 20px);
}
.fs18 {
  font-size: clamp(13px, var(--fs18), 18px);
  letter-spacing: 0.1em;
}
.fs16 {
  font-size: clamp(14px, var(--fs16), 16px);
}

.fwBold {
  font-weight: 600;
}
@media screen and (min-width: 961px) {
  .pcFBig {
    font-size: 120%;
  }
}

/* ==================================================
font line height
================================================== */
.js-setLoad .spinner {
  width: 84vw;
  height: 10vw;
  max-width: 420px;
  max-height: 50px;
}
/* ==================================================
color
================================================== */
:root {
  --clrWh: #fff;
  --clrYe: #ffdf66;
  --clrPk: #ff94a3;
  --clrPk1: #ff8595;
  --clrBk: #292923;
  --clrGrn: #66cc79;
  --clr_T_Grn: #70db84;
  --clr_T_Pk: #ff7979;
  --clr_T_Ye: #ffdf66;
  --clr_T_Bl: #8adcff;
  --clr_T_Lm: #d8e545;
  --clr_T_Or: #ffa357;
}
body {
  color: #3a4302;
}
.clrWh {
  color: var(--clrWh);
}
.clrYe {
  color: var(--clrYe);
}
.clrPk {
  color: var(--clrPk);
}
.clrPk1 {
  color: var(--clrPk1);
}
.clrBk {
  color: var(--clrBk);
}
.clrGrn {
  color: var(--clrGrn);
}
.clr_T_Grn {
  color: var(--clr_T_Grn);
}
.clr_T_Pk {
  color: var(--clr_T_Pk);
}
.clr_T_Ye {
  color: var(--clr_T_Ye);
}
.clr_T_Bl {
  color: var(--clr_T_Bl);
}
.clr_T_Lm {
  color: var(--clr_T_Lm);
}
.clr_T_Grn {
  color: var(--clr_T_Grn);
}
/* ==================================================
kadoR
 ================================================== */
:root {
  --kadoR80: 80px;
  --kadoR40: 40px;
  --kadoR20: 20px;
  --kadoR16: 16px;
  --kadoR8: 8px;
  --kadoR36: 36px;
}
@media (width <= 900px) {
  :root {
    --kadoR80: 40px;
    --kadoR40: 32px;
    --kadoR20: 18px;
    --kadoR16: 16px;
    --kadoR8: 6px;
    --kadoR36: 22px;
  }
}

/*-------------------------------------------------
	++ HEADER
-------------------------------------------------*/
#header {
}
#header #headerLogo {
  width: 100px;
}
#header #headerLogo img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 759px) {
  /*SP*/
  #header {
  }
  #header #headerLogo {
    width: 20%;
  }
}
/*-------------------------------------------------
	++ MENU
-------------------------------------------------*/
@media screen and (min-width: 901px) {
  #menuBtn {
    display: none;
  }
  #menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    z-index: 9998;
  }
  #menu .menuBox {
    width: 100%;
  }
  #menu .menuBox .inner {
    padding: 15px 2vw;
  }
  #menu .menuBox ul.indexLists {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  #menu .menuBox ul.indexLists .indexList {
  }
  #menu .menuBox ul.indexLists .indexList a {
    color: #000;
    font-weight: 700;
    font-size: min(1.5vw, 20px);
    background: #fff;
    border: 2px solid;
    border-radius: 100px;
    padding: 0.25em 0.5em;
    line-height: 1;
    transition: 0.2s ease;
  }
  #menu .menuBox ul.indexLists .indexList.active a {
    background: #ffdf66;
  }
  #menu .menuBox ul.indexLists .indexList a:hover {
    opacity: 1;
    color: #fff;
    background: #000;
    border-color: #000;
  }
  #menu .menuBox ul.indexLists .indexList + .indexList {
    margin: 0 0 0 1em;
  }
  #menu .menuBox ul.indexLists .indexList.info {
    margin: 0 0 0 auto;
  }
  #menu .menuBox ul.indexLists .indexList.info a {
    font-size: min(1.3vw, 18px);
    border-radius: 0;
    pointer-events: none;
  }

  #menu .menuBox ul.menuLists {
    margin: 50px auto 0;
    max-width: 580px;
    width: 65%;
  }
  #menu .menuBox ul.menuLists .menuList {
    border-bottom: 2px solid var(--clrWh1);
    padding: 0 0 8px;
  }
  #menu .menuBox ul.menuLists .menuList a {
    letter-spacing: 0.05em;
    line-height: 1;
  }
  #menu .menuBox ul.menuLists .menuList + .menuList {
    margin: 3em 0 0;
  }

  #menu .menuBox .btnObj {
    position: relative;
    margin: 50px auto 0;
    text-align: center;
    width: 280px;
    background: var(--clrOr);
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--kadoR16);
    transition: 0.2s;
  }
  #menu .menuBox .btnObj a {
    text-decoration: none;
    color: var(--clrWh);
    letter-spacing: 0.05em;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }
  #menu .menuBox .btnObj a .icon {
    width: 1em;
    display: flex;
    margin: 0 10px 0 0;
  }

  #menu .menuBox ul li {
  }
  #menu .menuBox ul li a {
  }
  #menu .menuBox ul li.menuMessage {
  }
  #menu .menuBox ul li.menuJme {
  }
  #menu .menuBox ul li.menuJme a {
  }
}
@media screen and (max-width: 900px) {
  /*SP*/
  #menuBtn {
    position: absolute;
    top: 20px;
    right: 35px;
    width: 64px;
    height: 64px;
    z-index: 9998;
    border: 2px solid #3a4302;
    border-radius: 100px;
    cursor: pointer;
    background: #fff;
  }
  #menuBtn::before {
  }
  #menuBtn span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 4px;
    border-radius: 2px;
    right: 0;
    background-color: #3a4302;
    margin: auto;
  }
  #menuBtn span:nth-of-type(1) {
    top: calc(50% - 6px);
  }
  #menuBtn span:nth-of-type(2) {
    top: calc(50% + 4px);
    width: 22px;
  }
  #menuBtn span:nth-of-type(3) {
    bottom: 0;
  }
  #menuBtn.current span:nth-of-type(1) {
    transform: rotate(45deg);
    top: calc(50% - 2px);
  }
  #menuBtn.current span:nth-of-type(2) {
    display: none;
    transform: rotate(-45deg);
    top: calc(50% - 2px);
    width: 30px;
  }
  #menuBtn.current span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: calc(50% - 2px);
    width: 22px;
  }

  #menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    z-index: 9998;
  }
  #menu .menuBox {
    width: 100%;
    height: 100vh;
    background-color: #80c4f2;
    display: none;
    padding: 0 0 0 0;
    text-align: center;
  }
  #menu .menuBox .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 30px;
    overflow-y: scroll;
    flex-flow: column;
  }
  #menu .menuBox ul.indexLists {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
  }
  #menu .menuBox ul.indexLists .indexList {
  }
  #menu .menuBox ul.indexLists .indexList a {
  }
  #menu .menuBox ul.indexLists .indexList + .indexList {
    margin: 0 0 0 3em;
  }

  #menu .menuBox ul.menuLists {
    margin: 50px auto 0;
    max-width: 580px;
    width: 65%;
  }
  #menu .menuBox ul.menuLists .menuList {
    border-bottom: 2px solid var(--clrWh1);
    padding: 0 0 8px;
  }
  #menu .menuBox ul.menuLists .menuList a {
    letter-spacing: 0.05em;
    line-height: 1;
  }
  #menu .menuBox ul.menuLists .menuList + .menuList {
    margin: 3em 0 0;
  }

  #menu .menuBox .btnObj {
    position: relative;
    margin: 50px auto 0;
    text-align: center;
    width: 280px;
    background: var(--clrOr);
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--kadoR16);
    transition: 0.2s;
  }
  #menu .menuBox .btnObj a {
    text-decoration: none;
    color: var(--clrWh);
    letter-spacing: 0.05em;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }
  #menu .menuBox .btnObj a .icon {
    width: 1em;
    display: flex;
    margin: 0 10px 0 0;
  }

  #menu .menuBox ul li {
  }
  #menu .menuBox ul li a {
  }
  #menu .menuBox ul li.menuMessage {
  }
  #menu .menuBox ul li.menuJme {
  }
  #menu .menuBox ul li.menuJme a {
  }

  #menu .menuBox .inner {
    padding: 30px 0;
  }
  #menuBtn {
    top: 3vw;
    right: 3vw;
    width: 50px;
    height: 50px;
  }
  #menuBtn::before {
    width: 40px;
    height: 40px;
  }
  #menuBtn span {
    height: 4px;
    width: 18px;
  }
  #menuBtn span:nth-of-type(1) {
    top: calc(50% - 10px);
  }
  #menuBtn span:nth-of-type(2) {
    top: calc(50% + -2px);
    width: 26px;
  }
  #menuBtn span:nth-of-type(3) {
    top: calc(50% + 6px);
    margin: 0 auto;
  }
  #menuBtn.current span:nth-of-type(1) {
    top: calc(50% - 2px);
    width: 22px;
  }
  #menuBtn.current span:nth-of-type(2) {
    top: calc(50% - 2px);
    width: 22px;
  }
  #menu .menuBox .logoObj {
    width: 75%;
    margin: 0 auto 40px;
  }
  #menu .menuBox ul.indexLists {
    flex-flow: column;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    align-items: center;
  }
  #menu .menuBox ul.indexLists .indexList {
    width: auto;
  }
  #menu .menuBox ul.indexLists .indexList a {
    color: #000;
    background: #fff;
    border: 2px solid;
    border-radius: 100px;
    padding: 0.1em 1em;
  }
  #menu .menuBox ul.indexLists .indexList + .indexList {
    margin: 2em 0 0;
  }

  #menu .menuBox ul.indexLists .indexList + .indexList.info {
    display: none;
  }
  #menu .menuBox ul.indexLists .indexList.message {
    margin: 60px auto 0;
    position: relative;
  }
  #menu .menuBox ul.indexLists .indexList.message::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    background: #000;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 4px;
  }
  #menu .menuBox ul.indexLists .indexList.message a {
    display: flex;
    align-items: center;
    line-height: 1;
    text-align: left;
    padding: 0.5em 1.5em;
  }

  #menu .menuBox ul.indexLists .indexList.message span {
    width: 1.9em;
    margin: 0 0 0 13px;
  }

  #menu .menuBox ul.menuLists {
    width: 90%;
    margin: 30px 0 0;
  }
  #menu .menuBox ul.menuLists .menuList {
  }
  #menu .menuBox ul.menuLists .menuList a {
  }
  #menu .menuBox ul.menuLists .menuList + .menuList {
  }

  #menu .menuBox .btnObj {
  }
  #menu .menuBox .btnObj a {
  }
  #menu .menuBox .btnObj a .icon {
  }
}

#gigyaShare {
  margin: 80vh auto 60px;
  background: #fff;
  width: min(34%, 440px);
  border-radius: 100px;
  padding: 20px 0;
}
@media screen and (max-width: 759px) {
  #gigyaShare {
    width: min(90%, 600px);
  }
}

.cntsSct::before {
  content: "";
  background: url("/original/roastery/asset/img/header.jpg");
  position: fixed;
  top: 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -100;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 900px) {
  .cntsSct::before {
    content: "";
    background: url("/original/roastery/asset/img/header_sp.jpg");
    position: fixed;
    top: 0;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -100;
    background-position: center;
    background-repeat: no-repeat;
  }
}
