/**************************************************************/
/* css reset
/**************************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  text-decoration: none; }

mark {
  background-color: #ff9;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select, img {
  vertical-align: middle; }

ol, ul {
  list-style: none; }

/**************************************************************/
/* media_Querys
/**************************************************************/
/**************************************************************/
/* color
/**************************************************************/
/**************************************************************/
/*font
/**************************************************************/
.fs12 {
  font-size: 12px !important;
  font-size: 1.2rem !important; }

.fs13 {
  font-size: 13px !important;
  font-size: 1.3rem !important; }

.fs14 {
  font-size: 14px !important;
  font-size: 1.4rem !important; }

.fs15 {
  font-size: 15px !important;
  font-size: 1.5rem !important; }

.fs16 {
  font-size: 16px !important;
  font-size: 1.6rem !important; }

.fs17 {
  font-size: 17px !important;
  font-size: 1.7rem !important; }

.fs18 {
  font-size: 18px !important;
  font-size: 1.8rem !important; }

.fs19 {
  font-size: 19px !important;
  font-size: 1.9rem !important; }

.fs20 {
  font-size: 20px !important;
  font-size: 2rem !important; }

.fs21 {
  font-size: 21px !important;
  font-size: 2.1rem !important; }

.fs22 {
  font-size: 22px !important;
  font-size: 2.2rem !important; }

.fs23 {
  font-size: 23px !important;
  font-size: 2.3rem !important; }

.fs24 {
  font-size: 24px !important;
  font-size: 2.4rem !important; }

.fs25 {
  font-size: 25px !important;
  font-size: 2.5rem !important; }

.fs26 {
  font-size: 26px !important;
  font-size: 2.6rem !important; }

.fs27 {
  font-size: 27px !important;
  font-size: 2.7rem !important; }

.fs28 {
  font-size: 28px !important;
  font-size: 2.8rem !important; }

.fs29 {
  font-size: 29px !important;
  font-size: 2.9rem !important; }

.fs30 {
  font-size: 30px !important;
  font-size: 3rem !important; }

.fs31 {
  font-size: 31px !important;
  font-size: 3.1rem !important; }

.fs32 {
  font-size: 32px !important;
  font-size: 3.2rem !important; }

.fs33 {
  font-size: 33px !important;
  font-size: 3.3rem !important; }

.fs34 {
  font-size: 34px !important;
  font-size: 3.4rem !important; }

.fs35 {
  font-size: 35px !important;
  font-size: 3.5rem !important; }

.fs36 {
  font-size: 36px !important;
  font-size: 3.6rem !important; }

.fs37 {
  font-size: 37px !important;
  font-size: 3.7rem !important; }

.fs38 {
  font-size: 38px !important;
  font-size: 3.8rem !important; }

.fs39 {
  font-size: 39px !important;
  font-size: 3.9rem !important; }

.fs40 {
  font-size: 40px !important;
  font-size: 4rem !important; }

/**************************************************************/
/* property
/**************************************************************/
/**************************************************************/
/* base
/**************************************************************/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  color: #222;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 10px;
  font-size: 1.0rem;
  font-weight: normal;
  line-height: 1.4;
  line-break: strict;
  -webkit-text-size-adjust: 100%; }
  @media screen and (max-width: 1280px) {
    body {
      width: 100%; } }

main {
  position: relative; }
  main ::selection {
    background: rgba(1, 51, 157, 0.4);
    color: #fff; }
  main ::-moz-selection {
    background: rgba(1, 51, 157, 0.4);
    color: #fff; }

.pc {
  display: block; }
  @media screen and (max-width: 1280px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 1280px) {
    .sp {
      display: block; } }

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

.inner {
  margin: auto;
  max-width: 1920px;
  padding: 0 20px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .inner {
      max-width: initial; } }

.wrapper {
  margin: auto;
  max-width: 1520px; }

.flex_Box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex; }

.fixed {
  position: fixed;
  width: 100%;
  z-index: 1000; }

.fBlur {
  filter: blur(3px); }

/**************************************************************/
/* a link
/**************************************************************/
a {
  text-decoration: none;
  transition: all 0.3s; }
  @media screen and (max-width: 1280px) {
    a {
      transition: none; } }
  a:hover {
    opacity: 0.7;
    text-decoration: none; }
    @media screen and (max-width: 1280px) {
      a:hover {
        opacity: 1; } }

/**************************************************************/
/* font-size
/**************************************************************/
.fs12 {
  font-size: 12px !important;
  font-size: 1.2rem !important; }

.fs13 {
  font-size: 13px !important;
  font-size: 1.3rem !important; }

.fs14 {
  font-size: 14px !important;
  font-size: 1.4rem !important; }

.fs15 {
  font-size: 15px !important;
  font-size: 1.5rem !important; }

.fs16 {
  font-size: 16px !important;
  font-size: 1.6rem !important; }

.fs17 {
  font-size: 17px !important;
  font-size: 1.7rem !important; }

.fs18 {
  font-size: 18px !important;
  font-size: 1.8rem !important; }

.fs19 {
  font-size: 19px !important;
  font-size: 1.9rem !important; }

.fs20 {
  font-size: 20px !important;
  font-size: 2rem !important; }

.fs21 {
  font-size: 21px !important;
  font-size: 2.1rem !important; }

.fs22 {
  font-size: 22px !important;
  font-size: 2.2rem !important; }

.fs23 {
  font-size: 23px !important;
  font-size: 2.3rem !important; }

.fs24 {
  font-size: 24px !important;
  font-size: 2.4rem !important; }

.fs25 {
  font-size: 25px !important;
  font-size: 2.5rem !important; }

.fs26 {
  font-size: 26px !important;
  font-size: 2.6rem !important; }

.fs27 {
  font-size: 27px !important;
  font-size: 2.7rem !important; }

.fs28 {
  font-size: 28px !important;
  font-size: 2.8rem !important; }

.fs29 {
  font-size: 29px !important;
  font-size: 2.9rem !important; }

.fs30 {
  font-size: 30px !important;
  font-size: 3rem !important; }

.fs31 {
  font-size: 31px !important;
  font-size: 3.1rem !important; }

.fs32 {
  font-size: 32px !important;
  font-size: 3.2rem !important; }

.fs33 {
  font-size: 33px !important;
  font-size: 3.3rem !important; }

.fs34 {
  font-size: 34px !important;
  font-size: 3.4rem !important; }

.fs35 {
  font-size: 35px !important;
  font-size: 3.5rem !important; }

.fs36 {
  font-size: 36px !important;
  font-size: 3.6rem !important; }

.fs37 {
  font-size: 37px !important;
  font-size: 3.7rem !important; }

.fs38 {
  font-size: 38px !important;
  font-size: 3.8rem !important; }

.fs39 {
  font-size: 39px !important;
  font-size: 3.9rem !important; }

.fs40 {
  font-size: 40px !important;
  font-size: 4rem !important; }

/**************************************************************/
/* common
/**************************************************************/
.browse {
  background: #c00;
  color: #fff;
  font-size: 1.4rem;
  margin: 0;
  padding: 5px 0;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%; }

.left {
  text-align: left !important; }

.center {
  text-align: center !important; }

.right {
  text-align: right !important; }

.bold {
  font-weight: 700; }

.medium {
  font-weight: 500; }

.red {
  color: #fc5b6b; }

.fl {
  float: left; }

.fr {
  float: right; }

.mgn-top0 {
  margin-top: 0px !important; }

.mgn-rit0 {
  margin-right: 0px !important; }

.mgn-btm0 {
  margin-bottom: 0px !important; }

.mgn-lft0 {
  margin-left: 0px !important; }

.mgn-top5 {
  margin-top: 5px !important; }

.mgn-rit5 {
  margin-right: 5px !important; }

.mgn-btm5 {
  margin-bottom: 5px !important; }

.mgn-lft5 {
  margin-left: 5px !important; }

.mgn-top10 {
  margin-top: 10px !important; }

.mgn-rit10 {
  margin-right: 10px !important; }

.mgn-btm10 {
  margin-bottom: 10px !important; }

.mgn-lft10 {
  margin-left: 10px !important; }

.mgn-top15 {
  margin-top: 15px !important; }

.mgn-rit15 {
  margin-right: 15px !important; }

.mgn-btm15 {
  margin-bottom: 15px !important; }

.mgn-lft15 {
  margin-left: 15px !important; }

.mgn-top20 {
  margin-top: 20px !important; }

.mgn-rit20 {
  margin-right: 20px !important; }

.mgn-btm20 {
  margin-bottom: 20px !important; }

.mgn-lft20 {
  margin-left: 20px !important; }

.mgn-top25 {
  margin-top: 25px !important; }

.mgn-rit25 {
  margin-right: 25px !important; }

.mgn-btm25 {
  margin-bottom: 25px !important; }

.mgn-lft25 {
  margin-left: 25px !important; }

.mgn-top30 {
  margin-top: 30px !important; }

.mgn-rit30 {
  margin-right: 30px !important; }

.mgn-btm30 {
  margin-bottom: 30px !important; }

.mgn-lft30 {
  margin-left: 30px !important; }

.mgn-top35 {
  margin-top: 35px !important; }

.mgn-rit35 {
  margin-right: 35px !important; }

.mgn-btm35 {
  margin-bottom: 35px !important; }

.mgn-lft35 {
  margin-left: 35px !important; }

.mgn-top40 {
  margin-top: 40px !important; }

.mgn-rit40 {
  margin-right: 40px !important; }

.mgn-btm40 {
  margin-bottom: 40px !important; }

.mgn-lft40 {
  margin-left: 40px !important; }

.mgn-top45 {
  margin-top: 45px !important; }

.mgn-rit45 {
  margin-right: 45px !important; }

.mgn-btm45 {
  margin-bottom: 45px !important; }

.mgn-lft45 {
  margin-left: 45px !important; }

.mgn-top50 {
  margin-top: 50px !important; }

.mgn-rit50 {
  margin-right: 50px !important; }

.mgn-btm50 {
  margin-bottom: 50px !important; }

.mgn-lft50 {
  margin-left: 50px !important; }

.mgn-top1em {
  margin-top: 1em !important; }

.mgn-rit1em {
  margin-right: 1em !important; }

.mgn-btm1em {
  margin-bottom: 1em !important; }

.mgn-lft1em {
  margin-left: 1em !important; }

.mgn-top2em {
  margin-top: 2em !important; }

.mgn-rit2em {
  margin-right: 2em !important; }

.mgn-btm2em {
  margin-bottom: 2em !important; }

.mgn-lft2em {
  margin-left: 2em !important; }

.mgn-top3em {
  margin-top: 3em !important; }

.mgn-rit3em {
  margin-right: 3em !important; }

.mgn-btm3em {
  margin-bottom: 3em !important; }

.mgn-lft3em {
  margin-left: 3em !important; }

.mgn-top4em {
  margin-top: 4em !important; }

.mgn-rit4em {
  margin-right: 4em !important; }

.mgn-btm4em {
  margin-bottom: 4em !important; }

.mgn-lft4em {
  margin-left: 4em !important; }

.mgn-top5em {
  margin-top: 5em !important; }

.mgn-rit5em {
  margin-right: 5em !important; }

.mgn-btm5em {
  margin-bottom: 5em !important; }

.mgn-lft5em {
  margin-left: 5em !important; }

.note {
  padding-left: 1em;
  text-indent: -1em; }

ul.list_decimal {
  margin-bottom: 20px; }
  ul.list_decimal li {
    list-style: decimal;
    margin: 0 0 5px 20px; }

ul.list_disc {
  margin-bottom: 20px; }
  ul.list_disc li {
    list-style: disc;
    margin: 0 0 5px 20px; }

ul.list_circle {
  margin-bottom: 20px; }
  ul.list_circle li {
    list-style: circle;
    margin: 0 0 5px 20px; }

ul.list_brackets {
  margin-bottom: 20px; }
  ul.list_brackets li {
    list-style: none;
    margin: 0 0 5px -10px;
    padding-left: 2.5em;
    text-indent: -2.5em; }

ul.list_circle_number {
  margin-bottom: 20px; }
  ul.list_circle_number li {
    list-style: none;
    margin: 0 0 5px 0;
    padding-left: 1em;
    text-indent: -1em; }

/*
fonts
******************************************************/
.spartan {
  font-family: 'League Spartan', sans-serif; }

/* header style.
**************************************************************************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }
  header .inner {
    padding: 5px 20px; }
    header .inner::before {
      background-image: url("../images/bg_header.png");
      background-position: center top;
      background-repeat: repeat no-repeat;
      content: '';
      display: block;
      height: 80px;
      min-width: 100vw;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 100%; }
  header .flex_Box {
    align-items: center;
    justify-content: space-between;
    margin: auto;
    max-width: 1920px;
    position: relative;
    z-index: 10; }
  header .logo {
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-start; }
    header .logo .icon {
      margin-right: 8px; }
      @media screen and (max-width: 768px) {
        header .logo .icon {
          margin-right: 3px; } }
      header .logo .icon img {
        height: 73px;
        width: 70px; }
        @media screen and (max-width: 768px) {
          header .logo .icon img {
            height: 43px;
            width: 40px; } }
    header .logo .icon_Txt img {
      height: 20px;
      width: 182px; }
      @media screen and (max-width: 768px) {
        header .logo .icon_Txt img {
          width: 152px; } }
    header .logo a {
      display: block; }
  header #toggleBtn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 17px;
    position: relative;
    width: 75px; }
    @media screen and (max-width: 768px) {
      header #toggleBtn {
        width: 65px; } }
    header #toggleBtn #menuBtn {
      align-items: center;
      cursor: pointer;
      display: -webkit-inline-flex;
      display: -moz-inline-flex;
      display: -ms-inline-flex;
      display: -o-inline-flex;
      display: inline-flex;
      height: 20px;
      justify-content: space-between;
      width: 75px;
      z-index: 100; }
      @media screen and (max-width: 768px) {
        header #toggleBtn #menuBtn {
          width: 65px; } }
      header #toggleBtn #menuBtn span.spartan {
        color: #fff;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 17px;
        letter-spacing: 0.1em;
        margin-right: 5px; }
      header #toggleBtn #menuBtn .btn {
        height: 17px;
        width: 20px; }
        header #toggleBtn #menuBtn .btn span {
          background-color: #fff;
          height: 2px;
          position: absolute;
          right: 0;
          transition: all 0.6s;
          width: 20px; }
          header #toggleBtn #menuBtn .btn span.top {
            top: 0; }
          header #toggleBtn #menuBtn .btn span.middle {
            top: 50%;
            transform: translateY(-50%); }
          header #toggleBtn #menuBtn .btn span.bottom {
            bottom: 0; }
      header #toggleBtn #menuBtn.active .btn span.top {
        top: 6px;
        transform: rotate(45deg); }
      header #toggleBtn #menuBtn.active .btn span.middle {
        width: 0; }
      header #toggleBtn #menuBtn.active .btn span.bottom {
        bottom: 9px;
        transform: rotate(-45deg); }
  header #drawerMenu {
    color: #222;
    display: none;
    margin-left: auto;
    width: 100%; }
    header #drawerMenu #drawerMenuInner {
      width: 100%; }
    header #drawerMenu ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-box;
      display: -webkit-flexbox;
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      padding: 140px 5%;
      text-align: center; }
      header #drawerMenu ul li {
        font-size: 16px;
        font-size: 1.6rem;
        margin-bottom: 15px;
        padding-bottom: 15px; }
        header #drawerMenu ul li a {
          color: #fff;
          display: inline-block;
          position: relative;
          transition: 0.5s; }
          header #drawerMenu ul li a::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            border-bottom: solid 1px #fff;
            transition: 0.5s; }
          header #drawerMenu ul li a:hover {
            text-decoration: none; }
            header #drawerMenu ul li a:hover::after {
              width: 100%; }
          header #drawerMenu ul li a span .spartan {
            font-size: 18px;
            font-size: 1.8rem;
            margin-right: 10px; }

.g-nav_efect {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden; }

/* Main Visual.
*********************************************************************************/
#hero_Header {
  background-image: url("../images/main_visual.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%; }
  #hero_Header .inner {
    height: 100%;
    width: 100%; }
  #hero_Header img {
    display: block;
    margin: auto;
    max-width: 1920px; }
  #hero_Header .hero_Header_Catch {
    position: absolute;
    bottom: 15%;
    left: 8%; }
    #hero_Header .hero_Header_Catch .catch {
      margin-bottom: 63px; }
      #hero_Header .hero_Header_Catch .catch img {
        max-width: 310px; }
    #hero_Header .hero_Header_Catch .spartan img {
      max-width: 316px; }

#scroll-down img {
  max-height: 60px;
  max-width: 52px;
  position: absolute;
  bottom: 30px;
  left: 30px; }

/*  compornents.
**************************************************************************************/
/* main style.
**************************************************************************************/
#concept {
  overflow: hidden; }
  @media screen and (max-width: 480px) {
    #concept {
      background-color: #FFE900; } }
  #concept .inner {
    min-height: 1330px; }
    @media screen and (max-width: 1280px) {
      #concept .inner {
        padding: 300px 20px 240px; } }
    #concept .inner::before {
      background-image: url("../images/bg_diecut_lemon.png");
      background-position: right bottom;
      background-repeat: no-repeat;
      background-size: contain;
      content: '';
      display: block;
      flex-direction: row;
      height: 1965px;
      position: absolute;
      top: -65px;
      right: -860px;
      width: 2343px;
      z-index: 1; }
      @media screen and (max-width: 1280px) {
        #concept .inner::before {
          height: 1630px;
          position: absolute;
          top: 100px;
          right: -855px;
          transform: rotate(20deg); } }
      @media screen and (max-width: 480px) {
        #concept .inner::before {
          background-image: url("../images/bg_diecut_lemon_sp.png");
          background-position: center top;
          min-height: 1704px;
          margin-left: -20px;
          top: 0;
          right: initial;
          left: 0;
          transform: initial;
          width: calc(100% + 40px); } }
    #concept .inner::after {
      content: 'Concept';
      color: #FAE300;
      font-family: 'League Spartan', sans-serif;
      font-size: 220px;
      font-size: 22rem;
      line-height: 1;
      position: absolute;
      right: 30px;
      bottom: 20px;
      z-index: 2; }
      @media screen and (max-width: 1280px) {
        #concept .inner::after {
          right: -280px;
          bottom: 500px;
          transform: rotate(-90deg); } }
      @media screen and (max-width: 768px) {
        #concept .inner::after {
          right: -330px;
          bottom: 500px; } }
      @media screen and (max-width: 480px) {
        #concept .inner::after {
          font-size: 150px;
          font-size: 15rem;
          right: initial;
          bottom: 260px;
          left: -220px;
          transform: rotate(90deg); } }
  #concept .flex_Box {
    align-items: center;
    justify-content: space-between;
    padding: 0 80px 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    z-index: 5; }
    @media screen and (max-width: 1280px) {
      #concept .flex_Box {
        flex-direction: column-reverse;
        padding: 50px 0 0;
        position: initial;
        transform: none; } }
  #concept figure {
    margin-left: -6%;
    position: relative;
    width: 50%;
    z-index: 6; }
    @media screen and (max-width: 1280px) {
      #concept figure {
        margin-left: 0;
        width: 100%; } }
    #concept figure .wrap {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-box;
      display: -webkit-flexbox;
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      justify-content: center;
      width: 100%; }
    #concept figure img {
      margin: 0 5% 30px 0;
      max-width: calc(440px - 5%);
      object-fit: contain; }
      @media screen and (max-width: 1280px) {
        #concept figure img {
          width: calc((100% / 2) - 10px); } }
      @media screen and (max-width: 1280px) {
        #concept figure img:first-of-type {
          margin: 0 10px 0 0; } }
      @media screen and (max-width: 1280px) {
        #concept figure img:last-of-type {
          margin: 0 0 -100px 10px; } }
  #concept .concept_Info {
    padding-left: 3%;
    position: relative;
    width: 47%;
    z-index: 7; }
    @media screen and (max-width: 1280px) {
      #concept .concept_Info {
        margin-bottom: 70px;
        padding-left: 0;
        width: 100%; } }
    #concept .concept_Info .head {
      margin-bottom: 161px;
      text-align: right; }
      @media screen and (max-width: 1280px) {
        #concept .concept_Info .head {
          margin-bottom: 90px;
          text-align: right;
          padding-top: 30px; } }
      @media screen and (max-width: 480px) {
        #concept .concept_Info .head {
          margin-bottom: 90px; } }
      #concept .concept_Info .head p {
        display: inline-block; }
        #concept .concept_Info .head p::after {
          border-bottom: solid 6px #000;
          content: '';
          display: block;
          margin-top: 13px; }
        #concept .concept_Info .head p span {
          font-size: 54px;
          font-size: 5.4rem;
          font-weight: 600;
          line-height: 1.2;
          padding-right: 40px; }
    #concept .concept_Info .read {
      max-width: 750px; }
      @media screen and (max-width: 1280px) {
        #concept .concept_Info .read {
          max-width: initial;
          padding: 0px 60px; } }
      @media screen and (max-width: 480px) {
        #concept .concept_Info .read {
          padding: 0; } }
      #concept .concept_Info .read .catch {
        margin-bottom: 54px; }
        #concept .concept_Info .read .catch p {
          font-size: 32px;
          font-size: 3.2rem;
          font-weight: 500;
          line-height: 1.4;
          margin-bottom: 14px; }
          #concept .concept_Info .read .catch p br {
            display: none; }
            @media screen and (max-width: 623px) {
              #concept .concept_Info .read .catch p br {
                display: block; } }
          #concept .concept_Info .read .catch p.spartan {
            font-size: 15px;
            font-size: 1.5rem;
            font-weight: 500;
            line-height: 1.6; }
      #concept .concept_Info .read .txt p {
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 1.6;
        margin-bottom: 30px; }
        #concept .concept_Info .read .txt p:last-of-type {
          margin-bottom: 0; }
      #concept .concept_Info .read .txt._jp {
        margin-bottom: 66px; }
      #concept .concept_Info .read .txt._en {
        letter-spacing: 1px; }

#menu {
  background-color: #FFFCDE;
  overflow: hidden; }
  #menu .inner {
    padding: 150px 20px 135px; }
    @media screen and (max-width: 1280px) {
      #menu .inner {
        padding: 150px 20px 180px; } }
    @media screen and (max-width: 768px) {
      #menu .inner {
        padding: 150px 20px 210px; } }
    #menu .inner::after {
      content: 'Menu';
      color: #FAF6D5;
      font-family: 'League Spartan', sans-serif;
      font-size: 220px;
      font-size: 22rem;
      line-height: 1;
      position: absolute;
      right: 30px;
      bottom: -60px; }
      @media screen and (max-width: 768px) {
        #menu .inner::after {
          right: -200px;
          bottom: 120px;
          transform: rotate(-90deg); } }
  #menu .flex_Box {
    flex-direction: row; }
    @media screen and (max-width: 1280px) {
      #menu .flex_Box {
        flex-direction: column; } }
  #menu .menu_Info {
    margin-right: 70px;
    width: 30%; }
    @media screen and (max-width: 1280px) {
      #menu .menu_Info {
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flex;
        display: -o-inline-flex;
        display: inline-flex;
        flex-direction: column;
        margin: 0 0 80px 0;
        position: relative;
        width: 100%; } }
    #menu .menu_Info .head {
      margin-bottom: 51px; }
      @media screen and (max-width: 1280px) {
        #menu .menu_Info .head {
          padding-right: 450px; } }
      @media screen and (max-width: 768px) {
        #menu .menu_Info .head {
          padding-right: 0; } }
      #menu .menu_Info .head p {
        display: inline-block; }
        #menu .menu_Info .head p::after {
          border-bottom: solid 6px #000;
          content: '';
          display: block;
          margin-top: 13px; }
        #menu .menu_Info .head p span {
          font-size: 54px;
          font-size: 5.4rem;
          font-weight: 600;
          line-height: 1.2;
          padding-right: 40px; }
    #menu .menu_Info .read {
      max-width: 335px; }
      @media screen and (max-width: 1280px) {
        #menu .menu_Info .read {
          max-width: initial;
          padding-right: 470px; } }
      @media screen and (max-width: 768px) {
        #menu .menu_Info .read {
          padding: 0 0 30px 0; } }
      #menu .menu_Info .read .txt p {
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 1.6;
        margin-bottom: 30px; }
        #menu .menu_Info .read .txt p:last-of-type {
          margin-bottom: 0; }
      #menu .menu_Info .read .txt._jp {
        margin-bottom: 31px; }
      #menu .menu_Info .read .txt._en {
        letter-spacing: 1px; }
    #menu .menu_Info figure {
      margin: 130px 0 0 -63%; }
      @media screen and (max-width: 1280px) {
        #menu .menu_Info figure {
          margin: 0 0 20px 30px;
          position: absolute;
          top: 0;
          right: 0; } }
      @media screen and (max-width: 768px) {
        #menu .menu_Info figure {
          margin: 0 auto;
          position: initial;
          text-align: center; } }
      #menu .menu_Info figure img {
        max-width: 440px; }
  #menu .menu_List {
    margin-left: 70px;
    max-width: 891px;
    position: relative;
    width: 70%;
    z-index: 3; }
    @media screen and (max-width: 1280px) {
      #menu .menu_List {
        margin-left: 0;
        max-width: initial;
        width: 100%; } }
    #menu .menu_List .shaved_Ice ul,
    #menu .menu_List .drink ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-box;
      display: -webkit-flexbox;
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      flex-direction: row; }
      @media screen and (max-width: 768px) {
        #menu .menu_List .shaved_Ice ul,
        #menu .menu_List .drink ul {
          flex-direction: column; } }
      #menu .menu_List .shaved_Ice ul li,
      #menu .menu_List .drink ul li {
        margin-right: 8%; }
        @media screen and (max-width: 768px) {
          #menu .menu_List .shaved_Ice ul li,
          #menu .menu_List .drink ul li {
            margin: 0 0 30px 0; } }
        #menu .menu_List .shaved_Ice ul li:last-child,
        #menu .menu_List .drink ul li:last-child {
          margin-right: 0; }
          @media screen and (max-width: 768px) {
            #menu .menu_List .shaved_Ice ul li:last-child,
            #menu .menu_List .drink ul li:last-child {
              margin-bottom: 0; } }
    #menu .menu_List .shaved_Ice .head,
    #menu .menu_List .drink .head {
      border-bottom: solid 2px #222;
      margin: 0 20px 44px 0;
      padding-bottom: 23px; }
      #menu .menu_List .shaved_Ice .head p span,
      #menu .menu_List .drink .head p span {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 700; }
    #menu .menu_List .shaved_Ice .lineup,
    #menu .menu_List .drink .lineup {
      margin-bottom: 22px; }
      #menu .menu_List .shaved_Ice .lineup p,
      #menu .menu_List .drink .lineup p {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 1.3;
        text-align: center; }
        #menu .menu_List .shaved_Ice .lineup p._jp,
        #menu .menu_List .drink .lineup p._jp {
          margin-bottom: 8px; }
        #menu .menu_List .shaved_Ice .lineup p._en,
        #menu .menu_List .drink .lineup p._en {
          font-size: 15px;
          font-size: 1.5rem;
          font-weight: 400;
          letter-spacing: .5px;
          line-height: 1.6; }
    #menu .menu_List .shaved_Ice .price p,
    #menu .menu_List .drink .price p {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.2;
      text-align: center; }
      #menu .menu_List .shaved_Ice .price p._jp,
      #menu .menu_List .drink .price p._jp {
        margin-bottom: 14px; }
      #menu .menu_List .shaved_Ice .price p._en,
      #menu .menu_List .drink .price p._en {
        letter-spacing: .5px; }
    #menu .menu_List .shaved_Ice {
      margin-bottom: 84px; }
      #menu .menu_List .shaved_Ice ul {
        justify-content: space-between; }
        @media screen and (max-width: 1280px) {
          #menu .menu_List .shaved_Ice ul {
            justify-content: center; } }
    #menu .menu_List .drink ul {
      justify-content: flex-start; }
      @media screen and (max-width: 1280px) {
        #menu .menu_List .drink ul {
          justify-content: center; } }
    #menu .menu_List .drink .price .wrap {
      margin-bottom: 18px; }
    #menu .menu_List .drink .price p._jp {
      margin-bottom: 0; }

#instagram {
  position: relative; }
  #instagram::before {
    background-image: url("../images/bg_instagram.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  #instagram .inner {
    padding: 178px 20px 180px; }
  #instagram .flex_Box {
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1155px; }
    @media screen and (max-width: 1280px) {
      #instagram .flex_Box {
        flex-direction: column; } }
  #instagram .head {
    position: relative;
    z-index: 3; }
    @media screen and (max-width: 1280px) {
      #instagram .head {
        margin-bottom: 60px; } }
    #instagram .head p {
      color: #fff;
      display: inline-block; }
      #instagram .head p::after {
        border-bottom: solid 6px #fff;
        content: '';
        display: block;
        margin-top: 13px; }
      #instagram .head p span {
        font-size: 54px;
        font-size: 5.4rem;
        font-weight: 600;
        line-height: 1.2;
        padding-right: 40px; }
  #instagram .wrap {
    align-items: center;
    justify-content: space-between;
    max-width: 655px; }
    @media screen and (max-width: 1280px) {
      #instagram .wrap {
        flex-direction: row; } }
    @media screen and (max-width: 768px) {
      #instagram .wrap {
        flex-direction: column; } }
  #instagram .btn:nth-child(1) {
    margin-right: 8px; }
    @media screen and (max-width: 768px) {
      #instagram .btn:nth-child(1) {
        margin: 0 0 30px 0; } }
  #instagram .btn:nth-child(2) {
    margin-left: 8px; }
    @media screen and (max-width: 768px) {
      #instagram .btn:nth-child(2) {
        margin-left: 0; } }
  #instagram .btn a {
    background-color: #FFE900;
    border-radius: 60px;
    color: #222;
    display: block;
    height: 49px;
    text-align: center;
    width: 268px; }
    @media screen and (max-width: 768px) {
      #instagram .btn a {
        margin-left: auto; } }
    #instagram .btn a span {
      align-items: center;
      display: -webkit-inline-flex;
      display: -moz-inline-flex;
      display: -ms-inline-flex;
      display: -o-inline-flex;
      display: inline-flex;
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 49px;
      text-align: center; }
      #instagram .btn a span::after {
        background-image: url("../images/icon_instagram.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        content: '';
        display: inline-block;
        height: 49px;
        margin-left: 8px;
        width: 21px; }
  #instagram .timeline {
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    height: 100%;
    min-height: 447px;
    position: relative;
    z-index: 3; }
    #instagram .timeline::before {
      background-color: #FFE900;
      border-top-right-radius: 60px;
      border-bottom-right-radius: 60px;
      content: '';
      display: block;
      height: 100%;
      position: absolute;
      top: 50%;
      right: 35%;
      transform: translateY(-50%);
      width: 1340px; }
    #instagram .timeline ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-box;
      display: -webkit-flexbox;
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      padding: 100px 0 70px;
      position: relative;
      z-index: 5; }
      #instagram .timeline ul li {
        margin: 0 42px 30px 0; }
        #instagram .timeline ul li a {
          background-color: #F7F7F7;
          display: block;
          height: 181px;
          opacity: 1;
          width: 181px; }

#access {
  background-color: #FFFCDE; }
  #access .inner {
    padding: 102px 20px; }
  @media screen and (max-width: 1280px) {
    #access .flex_Box {
      flex-direction: column;
      justify-content: space-between; } }
  #access .flex_Box .access_Info {
    padding-right: 20px;
    width: 50%; }
    @media screen and (max-width: 1280px) {
      #access .flex_Box .access_Info {
        margin-bottom: 50px;
        padding-right: 0;
        width: 90%; } }
    @media screen and (max-width: 768px) {
      #access .flex_Box .access_Info {
        width: 100%; } }
    #access .flex_Box .access_Info .head {
      margin-bottom: 63px; }
      @media screen and (max-width: 1280px) {
        #access .flex_Box .access_Info .head {
          padding-right: 450px; } }
      @media screen and (max-width: 768px) {
        #access .flex_Box .access_Info .head {
          padding-right: 0; } }
      #access .flex_Box .access_Info .head p {
        display: inline-block; }
        #access .flex_Box .access_Info .head p::after {
          border-bottom: solid 6px #000;
          content: '';
          display: block;
          margin-top: 13px; }
        #access .flex_Box .access_Info .head p span {
          font-size: 54px;
          font-size: 5.4rem;
          font-weight: 600;
          line-height: 1.2;
          padding-right: 40px; }
    @media screen and (max-width: 1280px) {
      #access .flex_Box .access_Info .flex_Box {
        flex-direction: row; } }
    @media screen and (max-width: 768px) {
      #access .flex_Box .access_Info .flex_Box {
        flex-direction: column; } }
    #access .flex_Box .access_Info .flex_Box address,
    #access .flex_Box .access_Info .flex_Box p {
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 500; }
    #access .flex_Box .access_Info .flex_Box ._jp {
      margin-right: 25px;
      min-width: 310px; }
      @media screen and (max-width: 768px) {
        #access .flex_Box .access_Info .flex_Box ._jp {
          margin: 0 0 30px 0;
          min-width: initial; } }
    #access .flex_Box .access_Info .flex_Box ._en {
      margin-left: 25px; }
      @media screen and (max-width: 768px) {
        #access .flex_Box .access_Info .flex_Box ._en {
          margin-left: 0; } }
  #access .flex_Box .google_Map {
    padding-left: 20px;
    width: 50%; }
    @media screen and (max-width: 1280px) {
      #access .flex_Box .google_Map {
        margin-left: auto;
        padding-left: 0;
        text-align: right;
        width: 90%; } }
    @media screen and (max-width: 768px) {
      #access .flex_Box .google_Map {
        text-align: center;
        width: 100%; } }
    #access .flex_Box .google_Map iframe {
      border-radius: 20px;
      height: 385px;
      max-width: 760px;
      width: 100%; }
    #access .flex_Box .google_Map .btn {
      margin-left: auto; }
      #access .flex_Box .google_Map .btn a {
        background-color: #FFE900;
        border-radius: 60px;
        color: #222;
        display: block;
        height: 49px;
        margin: 12px 0 0 auto;
        text-align: center;
        width: 268px; }
        @media screen and (max-width: 768px) {
          #access .flex_Box .google_Map .btn a {
            margin-left: auto; } }
        #access .flex_Box .google_Map .btn a span {
          align-items: center;
          display: -webkit-inline-flex;
          display: -moz-inline-flex;
          display: -ms-inline-flex;
          display: -o-inline-flex;
          display: inline-flex;
          font-size: 15px;
          font-size: 1.5rem;
          font-weight: 700;
          line-height: 49px;
          text-align: center; }
          #access .flex_Box .google_Map .btn a span::after {
            background-image: url("../images/icon_map_pin.svg");
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            content: '';
            display: inline-block;
            height: 20px;
            margin-left: 8px;
            width: 15px; }

/* footer style.
**************************************************************************************/
footer {
  overflow: hidden;
  position: relative; }
  footer .inner {
    padding: 67px 20px 143px;
    position: relative;
    width: 100%;
    z-index: 5; }
    footer .inner::before {
      background-image: url("../images/bg_footer.jpg");
      background-position: 30% center;
      background-repeat: no-repeat;
      background-size: cover;
      content: '';
      display: block;
      height: 100%;
      min-height: 440px;
      margin: auto;
      max-width: 1920px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      width: 100%; }
      @media screen and (max-width: 768px) {
        footer .inner::before {
          background-position: 40% center; } }
  footer .logo {
    margin-bottom: 21px;
    position: relative;
    z-index: 5; }
    @media screen and (max-width: 768px) {
      footer .logo {
        margin-bottom: 31px; } }
    footer .logo img {
      max-width: 139px; }
  footer .flex_Box {
    justify-content: flex-start;
    margin-bottom: 24px;
    position: relative;
    z-index: 5; }
    @media screen and (max-width: 768px) {
      footer .flex_Box {
        flex-direction: column; } }
    footer .flex_Box .txt p {
      color: #fff;
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 500; }
    footer .flex_Box .txt._jp {
      max-width: 370px;
      padding-right: 25px; }
      @media screen and (max-width: 768px) {
        footer .flex_Box .txt._jp {
          margin-bottom: 40px;
          max-width: 100%;
          padding: 0; } }
    footer .flex_Box .txt._en {
      max-width: 436px;
      padding-left: 25px; }
      @media screen and (max-width: 768px) {
        footer .flex_Box .txt._en {
          max-width: 100%;
          padding: 0; } }
  footer small {
    color: #fff;
    font-family: "Sawarabi Gothic";
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    position: relative;
    z-index: 5; }
  footer #pageTop {
    cursor: pointer;
    height: 100px;
    text-align: center; }
    footer #pageTop img {
      height: 247px;
      margin: -65px auto 0;
      position: relative;
      width: 294px;
      z-index: 5; }

/*# sourceMappingURL=common.css.map */
