@charset "UTF-8";

/*
Base
-----------------------------------------------------*/

/* Reset */
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,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
    box-sizing: border-box;
    height: 100%;
    font-size: medium;
    font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic',
    'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',
    'Meiryo UI', 'メイリオ', 'Press Start 2P', cursive, Meiryo, sans-serif;
    line-height: 1.5;
    scroll-behavior: smooth;
}

html *,
html *:before,
html *:after {
    box-sizing: inherit;
}

body {
    height: 100%;
    color: #263238;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

[lang="en"] {
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
}

/*
  layout
-----------------------------------------------------*/
/* container */
.container {
    width: 90%;
    max-width: 1519px;
    margin: 0 auto;
    overflow: hidden;
}

/* header */
.l-header {
    background-image: url(../images/hero-bg.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
}
.header {
  position: fixed;
  padding: 2em 3em;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 999;
}
.header img {
  width: 100%;
  max-width: 163px;
}
.header .header-nav {
  margin-top: .5em;
}
.navtext-container img {
  width: 100%;
  max-width: 163px;
}
input {
  display: none;
}
.header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 2em 4em;
}
.menu li{
  display: inline-block;
  margin-left: 2em;
}
.menu li a{
  display: block;
  padding: .5em;
  font-size: 1.25em;
  color: #fff;
  text-decoration: none;
  font-family: 'Press Start 2P', cursive;
}
.menu li a:hover {
  background-color: #000;
}
@media screen and (max-width: 480px) {
  .header {
    padding: 1em;
  }
  .header img {
    max-width: 65px;
  }
}
/* .global-nav li{
  display: inline-block;
}
.global-nav li a{
  display: block;
  padding: .5em;
  font-size: 1.25vw;
  color: #fff;
  text-decoration: none;
  font-family: 'Press Start 2P', cursive;
  margin-left: 2em;
}
.global-nav li a:hover {
  background-color: #000;
} */
.hero {
  overflow: hidden;
  width: 90%;
}
.hero-left {
  float: left;
  margin-top: 3em;
  width: 70%;
}
.hero-text1 {
  margin-top: 5em;
  font-size: 1.5vw;
  color: #F4F128;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.5;
  transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg); /* Android, Brackberry  */
        -ms-transform: rotate(-5deg); /* IE9 */
        transform: rotate(-5deg);
}
.hero-text2 {
  font-size: 2.5vw;
  color: #fff;
  font-family: 'Press Start 2P', cursive;
  line-height: 1.2;
  margin-top: .4em;
  transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg); /* Android, Brackberry  */
        -ms-transform: rotate(-5deg); /* IE9 */
        transform: rotate(-5deg);
}
.hero-block {
  position: relative;
  z-index: 1;
}
.hero-block picture {
  width: 30%;
}
.hero-block img{
  width: 84%;
  max-width: 880px;
  margin-top: 2em;
  margin-left: 1em;
  transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg); /* Android, Brackberry  */
        -ms-transform: rotate(-1deg); /* IE9 */
        transform: rotate(-1deg);
}
.hero-text3 {
  position: absolute;
  top: 33%;
  left: 9.5%;
  font-size: 1.85vw;
  font-weight: 700;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.15;
  transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg); /* Android, Brackberry  */
        -ms-transform: rotate(-3deg); /* IE9 */
        transform: rotate(-3deg);
}
.hero-text3 span {
  font-size: 1.34285em;
  color: #F4F128;
  margin: 0 .2em;
}
.hero-text3-img {
  display: none;
}
.hero-img {
  float: right;
  width: 30%;
  max-width: 402px;
  margin-top: 7em;
  margin-bottom: 2.5em;
}
.hero-img img {
  width: 100%;
  max-width: 402px;
}
@media screen and (max-width: 1600px) {
  .hero-text3 {
    top: 38%;
    left: 12%;
  }
}
@media screen and (max-width: 480px) {
  .l-header {
    background-image: url(../images/hero-bg-sp.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
  }
    .hero-block img {
      margin-left: 0;
    }
.hero {
  margin: 0 auto;
}
  .hero-left {
    width: 100%;
    margin: 0 auto;
  }
  .hero-img {
    float: none;
    display: block;
    width: 90%;
    max-width: 198px;
    margin: 0 auto;
    margin-bottom: 2em;
  }
  .hero-text1 {
    font-size: 3.9vw;
    width: 95%;
    max-width: 400px;
    margin-top: 2em;
  }
  .hero-text2 {
    font-size: 6.5vw;
    width: 100%;
    margin-top: .3em;
    margin-left: .25em
    ;
  }
  .hero-block picture {
    width: 90%;
  }
  .hero-block img{
    width: 100%;
    margin-top: 0;
    margin-bottom: 1.5em;
    transform: rotate(-1deg);
      -webkit-transform: rotate(-1deg); /* Android, Brackberry  */
          -ms-transform: rotate(-1deg); /* IE9 */
          transform: rotate(-1deg);
  }
  .hero-text3 {
    display: none;
  }
  .hero-text3-img {
    display: block;
    position: absolute;
    top: 17%;
    left: 10%;
  }
  .hero-text3-img img {
    width: 90%;
    max-width: 450px;
  }
}

/* main */
.section-bg1 {
  background-color: #000;
}
.section1 {
  overflow: hidden;
}
.section1 figure{
  width: 25%;
  max-width: 485px;
  float: left;
  margin-top: 10em;
  margin-left: 1em;
}
.section1 figure img {
  width: 100%;
  max-width: 435px;
}
.content-text1 {
  float: right;
  width: 65%;
  max-width: 913px;
  margin-top: 7em;
  margin-right: 3em;
}
.content-text1 h2 {
  font-size: 2.99em;
  font-family: 'Press Start 2P', cursive;
  color: #F4F128;
  display: inline-block;
  padding-bottom: .3em;
  border-bottom: 8.75px dotted #fff;
  margin-bottom: .5em;
}
.content-text1 p {
  font-size: 1.1vw;
  font-family: 'Press Start 2P', cursive;
  line-height: 1.85;
  color: #fff;
}
.content-text1 p span {
  display: block;
  margin: 1em 0;
}
@media screen and (max-width: 480px) {
  .section1 figure{
    float: none;
    width: 100%;
    max-width: 230px;
    margin: 0 auto;
    margin-top: 3em;
  }
  .section1 figure img {
    width: 100%;
    max-width: 230px;
  }
  .content-text1 {
    float: none;
    width: 100%;
    margin:  0 auto;
    margin-top: 4em;
  }
  .content-text1 h2 {
    font-size: 7vw;
    display: inline-block;
    width: 100%;
    margin-bottom: 1em;
    padding-bottom: .5em;
  }
  .content-text1 p {
    font-size: 1em;
    font-family: 'Press Start 2P', cursive;
    line-height: 1.85;
    color: #fff;
  }
  .sp-hidden {
    display: none;
  }
}


.section2 {
  overflow: hidden;
  padding-bottom: 4em;
}
.content-text2 {
  float: left;
  width: 65%;
  max-width: 966px;
  margin-top: 7em;
  margin-right: 3em;
}
.content-text2 h2 {
  font-size: 2.99em;
  font-family: 'Press Start 2P', cursive;
  color: #F4F128;
  display: inline-block;
  padding-bottom: .3em;
  padding-right: 3em;
  border-bottom: 8.75px dotted #fff;
  margin-bottom: .5em;
}
.content-text2 p {
  font-size: 1.125vw;
  font-family: 'Press Start 2P', cursive;
  line-height: 1.85;
  color: #fff;
}
.content-text2 p span {
  display: block;
  margin-top: 1em;
}
.content-text2 .link {
  font-size: 1.125em;
  font-family: 'Noto Sans JP', sans-serif;
  margin-top: 1em;
  line-height: 1.5;
}
.content-text2 .link a {
  text-decoration: none;
  color: #fff;
}
.content-text2 .link a:hover {
  color: rgb(146, 146, 146);
}
.section2 figure {
  float: right;
  width: 25%;
  max-width: 334px;
  margin-top: 5em;
  margin-right: 5em;
}
.section2 figure img {
  width: 100%;
  max-width: 334px;
}
@media screen and (max-width: 1600px) {
  .section2 figure {
    float: right;
    width: 25%;
    max-width: 334px;
    margin-top: 7em;
    margin-right: 5em;
  }
}
@media screen and (max-width: 480px) {
  .section2 figure{
    float: none;
    width: 100%;
    max-width: 230px;
    margin: 0 auto;
    margin-top: 3em;
    text-align: center;
  }
  .section2 figure img {
    width: 100%;
    max-width: 230px;
  }
  .content-text2 {
    float: none;
    width: 100%;
    margin:  0 auto;
    margin-top: 4em;
  }
  .content-text2 p {
    font-size: 1em;
    font-family: 'Press Start 2P', cursive;
    line-height: 1.85;
    color: #fff;
  }
  .content-text2 h2 {
    font-size: 1.875em;
    display: inline-block;
    padding-right: 0;
    width: 100%;
    padding-bottom: .5em;
  }
}


.section-bg2 {
  background-image: url(../images/content-bg.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.section3 h2 {
  font-size: 2.99em;
  font-family: 'Press Start 2P', cursive;
  color: #F4F128;
  display: inline-block;
  width: 100%;
  padding-bottom: .3em;
  padding-right: 3em;
  border-bottom: 8.75px dotted #fff;
  margin-bottom: .75em;
  margin-top: 1em;
}
.section3 dl {
  font-size: 1.25vw;
  font-family: 'Noto Sans JP', sans-serif;
  width: 65%;
  color: #fff;
  float: left;
  margin-bottom: 2em;
}
.section3 dl dt {
  float: left;
  /* display: inline-block; */
  width: 100%;
  max-width: 160px;
}
.section3 dl dd {
  margin-left: 10em;
  margin-bottom: -.85em;
  line-height: 1.4;
  position: relative;
}
.section3 dl dd::before {
  content: "：";
  position: absolute;
  top: 0;
  left: -2.5%;
}
.section3 figure {
  float: right;
  width: 30%;
  max-width: 426px;
  margin-top: 13em;
  margin-right: 1em;
}
.section3 figure img {
  width: 100%;
  max-width: 426px;
}
.slide {
  text-align: center;
  margin-bottom: 5em;
}
.slide img {
  max-width: 1120px;
}
@media screen and (max-width: 480px) {
  .section3 h2 {
    font-size: 1.875em;
    padding-bottom: .5em;
  }
  .section3 dl {
    font-size: 1em;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    float: none;
    margin-bottom: 3em;
  }
  .section3 dl dt {
    float: none;
    display: inline-block;
    max-width: none;
    width: auto;
    padding-right: 1em;
    position: relative;
  }
  .section3 dl dt::after {
    content: "：";
    position: absolute;
    top: 0;
    right: 0;
  }
  .section3 dl dd {
    margin-left: 0;
    margin-bottom: -.85em;
    line-height: 1.4;
    position: relative;
  }
  .section3 dl dd::before {
    content: none;
  }
  .section3 figure {
    float: none;
    width: 100%;
    max-width: 278px;
    margin: 0 auto;
    margin-top: 3em;
  }
  .section3 figure img {
    width: 100%;
    max-width: 426px;
  }
  .slide {
    text-align: center;
    margin-bottom: 5em;
    margin-top: 5em;
    overflow-x: scroll;
  }
  .slide img {
    max-width: 821px;
  }
  .section-bg2 {
    background-image: url(../images/content-bg-sp.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
  }
}

.section-bg3 {
  background-color: #000;
  overflow: hidden;
}
.section4 h2 {
  text-align: center;
  font-size: 6.9375em;
  margin-top: .5em;
  margin-bottom: .5em;
  font-family: 'Press Start 2P', cursive;
  color: #F4F128;
  line-height: .7;
}
.section4 h2 span {
  font-size: .61261261em;
}
.content-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.flex-item {
  display: block;
  width: 24%;
  max-width: 350px;
  padding: 1em 0;
  font-size: 1.25vw;
  color: #fff;
  border: #544AF5 2px solid;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 1em;
  font-family: 'Press Start 2P', cursive;
}
.section4 p {
  font-size: 1.25vw;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  line-height: 1.5;
  width: 100%;
  max-width: 1458px;
  margin-top: 1em;
}
.section4 p span {
  display: block;
  margin-top: 1em;
}
.section4 figure {
  margin: 3em 0;
  text-align: center;
}
.section4 figure img {
  width: 100%;
  max-width: 633px;
}
@media screen and (max-width: 480px) {
  .section4 h2 {
    text-align: center;
    font-size: 3.5626em;
    margin-top: 1.5em;;
    line-height: .9;
    width: 100%;
  }
  .section4 h2 span {
    font-size: 8vw;
  }
  .content-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .flex-item {
    width: 49%;
    max-width: 350px;
    padding: 2em 0;
    font-size: 2vw;
    margin-bottom: 1.5em;
  }
  .section4 p {
    font-size: 1em;
    margin-top: 1.5em;
  }
}
.store {
  margin: 4em 0;
  text-align: center;
}
.section4 .store p {
  display: block;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: .75em 3.5em;
  font-size: 1.15em;
  border: #F4F128 2px solid;
}
.store-flex {
  margin-top: 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.store-item {
  display: block;
  width: 30%;
  max-width: 350px;
  margin: 0 .5em;
  border: #544AF5 2px solid;
  font-size: 1.15em;
  transition: .5s;
}
.store-item a {
  display: block;
  padding: 1.15em;
  text-decoration: none;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
}
.store-item:hover {
  opacity: .7;
}
@media screen and (max-width: 480px) {
  .section4 .store p {
    padding: .75em 3.5em;
    font-size: 3.45vw;
    border: #F4F128 2px solid;
  }
  .store-item {
    display: block;
    width: 100%;
    max-width: 480px;
    margin: 0;
    margin-bottom: .5em;
    font-size: 1em;
  }
}



/* footer */
.l-footer {
  background-color: #FFFD38;
  padding: 2em;
  text-align: center;
  border-top: #E53231 8px solid;
}
.l-footer ul {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.l-footer li {
  display: inline-block;
  margin: .3em .3em;
}
.l-footer li a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 1em;
}
.l-footer li a:hover {
  color: rgb(172, 172, 172);
}
@media screen and (max-width: 480px) {
  .l-footer li a {
    font-size: 1em;
  }
}




/*====================================================================
     shops.html
====================================================================*/
.l-header-shops {
  background-image: url(../images/shops-hero.png);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  padding-bottom: 24.5em;
  position: relative;
}
.shops-hero-text {
  font-size: 4.25em;
  color: #fff;
  font-family: 'Press Start 2P', cursive;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
}

.shops-section {
  background-color: #000;
  padding: 5em 0;
}
.shops-center {
  text-align: center;
}
.shops-center p {
  margin-top: 100px;
  color: #fff;
  font-size: 1.5em;
}
.shops-center ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2em 0;
}
.shops-center li {
  width: 30%;
  max-width: 350px;
  margin: 0 1em;
}
.shops-center li img {
  width: 100%;
  max-width: 350px;
  transition: .5s;
}
.shops-center li img:hover {
  opacity: .6;
}


.shops-list {
  width: 75%;
  margin: auto;
  text-align: center;
  margin-top: -215px;
  position: relative;
  z-index: 1;
}
.shops-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  border-bottom: 8.75px dotted #fff;
}
.shops-flex-item {
  color: #fff;
  margin-right: 2em;
  font-size: 1.5em;
  padding: 1em 0;
  margin-top: 1em;
  line-height: 1.5;
}
@media screen and (max-width: 1920px) {
  .shops-flex-item {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 480px) {
  .l-header-shops {
    background-image: url(../images/shops-hero-sp.png);
  }
  .shops-hero-text {
    font-size: 10vw;
    top: 60%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
  }
  .shops-center p {
    font-size: 4.2vw;
    line-height: 1.5;
  }
  .shops-center ul {
    margin: 1em 0;
    width: 100%;
  }
  .shops-center li {
    width: 100%;
    max-width: 390px;
    margin: .3em 0;
  }
  .shops-center li img {
    width: 100%;
    max-width: 390px;
  }
  .shops-list {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .shops-flex {
    margin-bottom: 2em;
    padding-bottom: .5em;
  }
  .shops-flex-item {
    color: #fff;
    margin-right: 2em;
    font-size: 1em;
    padding: .3em 0;
    margin-top: 0;
    margin-right: 0;
  }
  .shops-section {
    padding: 3em 0 3.5 0;
  }
}




/*====================================================================
     hamburger-css
====================================================================*/
.menu li a:hover {
  background-color: #000;
}

@media screen and (max-width: 480px) {
  .navtext-container img {
      width: 100%;
      max-width: 75px;
      margin-right: 24em;
      margin-top: -1em;
  }
  .hero-left {
    position: relative;
    z-index: 1;
  }
  .hero-text1 {
    position: relative;
    z-index: 1;
  }
/* Navbar & Navmenu color */
.header {
  position: fixed;
  width: 100%;
  height: 52px;
  display: block;
  margin-top: 0;
  z-index: 999;
}

/* Nav items */
.menu {
  list-style: none;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  margin-top: 5em;
  padding: 3em 0;
  background-color: #000;
  opacity: 1;
  clear: both;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transform: scale(1, 0) ;
  transform-origin: top;
}

/* Hamburger menu button */
.menu-btn:checked ~ .menu {
  transform: scale(1, 1) translateX(-4%);
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger menbu text */
.menu li a {
  text-decoration: none;
  font-weight: 500;
  font-size: 1.25em;
  color: #fff;
  transition: 0.5s;
}

.menu li {
  padding: 1em 0;
  margin: 0;
  text-align: center;
  transition: 0.5s;
  display: block;
}

.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
  opacity: 1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

.menu-btn {
  display: none;
}

.menu-icon {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 1em 3em;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
}

.navicon {
  background: #fff;
  display: block;
  height: 5px;
  width: 40px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  margin-left: 21.5em;
}

.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  position: absolute;
  background: #fff;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
  top: 10px;
}

.navicon:after {
  bottom: 10px;
}

/* Hamburger Menu Animation Start */
.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}

.menu-btn:checked ~ .menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* Hamburger Menu Animation End */

/* Navbar Container */
.navtext-container {
  width: 100%;
  height: 52px;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Navbar Text */
.navtext {
  position: absolute;
  text-transform: uppercase;
  color: #ddd;
  letter-spacing: 4px;
  font-size: 20px;
}
.hero-left {
  margin-top: 4em;
}
}

@media screen and (max-width: 414px) {
  .navtext-container img {
    margin-right: 20em;
  }
  .navicon {
    margin-left: 18em;
  }
}
@media screen and (max-width: 390px) {
  .navtext-container img {
    margin-right: 19em;
  }
  .navicon {
    margin-left: 16.5em;
  }
}
@media screen and (max-width: 375px) {
  .navtext-container img {
    margin-right: 18em;
  }
  .navicon {
    margin-left: 15.7em;
  }
}
@media screen and (max-width: 375px) {
  .navtext-container img {
    margin-right: 17.75em;
  }
  .navicon {
    margin-left: 15.5em;
  }
}
@media screen and (max-width: 350px) {
  .navtext-container img {
    margin-right: 17em;
  }
  .navicon {
    margin-left: 14.5em;
  }
}
@media screen and (max-width: 320px) {
  .navtext-container img {
    margin-right: 15em;
  }
  .navicon {
    margin-left: 12.5em;
  }
}