@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #333;
  -webkit-text-size-adjust: 100%;
}

a:active,
a:focus,
a:link,
a:visited {
  font-size: 1.4rem;
  line-height: 1.7;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  vertical-align: top;
  line-height: 0;
}

textarea {
  overflow: auto;
}

label {
  cursor: pointer;
}

sub,
sup {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
  font-size: 0.75em;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

.cf:before {
  content: "";
  display: block;
  clear: both;
}

.cf {
  display: block;
}

body {
  font-family: 'Noto Sans JP';
}

.header {
  width: 100%;
  background: #312D62;
  overflow: hidden;
  *zoom: 1;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}

.header__inner {
  width: 1000px;
  height: 650px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
}

.header__inner .sec-mv01 .logo {
  width: 408px;
  height: auto;
  margin: 94px auto 70px;
}

.header__inner .sec-mv01 .logo img {
  width: 100%;
  height: auto;
}

.header__inner .sec-mv02 .logo_text {
  width: 327px;
  height: auto;
  margin: 0 auto;
}

.header__inner .sec-mv02 .logo_text img {
  width: 100%;
  height: auto;
}

.gnav {
  width: 100%;
  background: #312D62;
  overflow: hidden;
  *zoom: 1;
}

.gnav__inner {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
}

.gnav__inner ul {
  width: 100%;
  padding: 0 43px;
  display: flex;
  flex-flow: row;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gnav__inner ul li {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  height: 49px;
}

.gnav__inner ul li a {
  line-height: 1;
}

.gnav__inner ul li img {
  width: 100%;
  height: auto;
}

.gnav__inner ul .nav01 {
  width: 108px;
}

.gnav__inner ul .nav02 .item01 {
  width: 135px;
}

.gnav__inner ul .nav02 .item02 {
  width: 86px;
  margin: 0 0 0 10px;
}

.gnav__inner ul .nav02 .item03 {
  width: 79px;
  margin: 0 0 0 17px;
}

.gnav__inner ul .nav03 {
  width: 85px;
}

.gnav__inner ul .nav04 {
  width: 83px;
}

.gnav__inner ul .nav05 {
  width: 83px;
}

.gnav__inner ul .nav06 {
  width: 63px;
}

.gnav__inner .nav02-item,
.gnav__inner .navlist02 {
  display: none;
}

.container {
  width: 100%;
  overflow: hidden;
  *zoom: 1;
  font-size: 14px;
  font-size: 1.4rem;
}

.container .sec-store {
  margin: 10px auto 0;
}

.container .sec-store .sec__inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.container .sec-store .sec__inner .store-block .store-pic {
  width: 2420px;
  margin: 0 -710px 10px;
}

.container .sec-store .sec__inner .store-block .store-pic ul {
  width: 800px;
  height: auto;
  float: left;
  margin-left: 10px;
  height: 533px;
  overflow: hidden;
}

.container .sec-store .sec__inner .store-block .store-pic ul:first-child {
  margin-left: 0;
}

.container .sec-store .sec__inner .store-block .store-pic ul li {
  list-style: none;
}

.container .sec-store .sec__inner .store-block .store-details {
  display: flex;
}

.container .sec-store .sec__inner .store-block .store-details .store-map {
  width: 456px;
  margin: 0 16px 0 100px;
  line-height: 1;
  font-size: 0;
}

.container .sec-store .sec__inner .store-block .store-details .store-info {
  width: 328px;
  margin: 3px 100px 0 0;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.64286em;
}

.container .sec-store .sec__inner .store-block .store-details .store-info .onlinestore {
  width: 133px;
  height: auto;
  position: absolute;
  right: 179px;
  bottom: 18px;
}

.container .sec-store .sec__inner .store-block .store-details .store-info .onlinestore img {
  width: 100%;
  height: auto;
}

.container .sec-store .sec__inner .store-block .store-details .store-info .insta {
  width: 133px;
  height: auto;
  position: absolute;
  right: 21px;
  bottom: 18px;
}

.container .sec-store .sec__inner .store-block .store-details .store-info .insta img {
  width: 100%;
  height: auto;
}

.container .sec-store .sec__inner .mizusawa-block .logo {
  width: 229px;
  height: auto;
  position: absolute;
  top: 208px;
  left: 158px;
  z-index: 9999;
}

.container .sec-store .sec__inner .mizusawa-block .logo img {
  width: 100%;
  height: auto;
}

.container .sec-store .sec__inner .kitakami-block {
  margin-bottom: 10px;
}

.container .sec-store .sec__inner .kitakami-block .logo {
  width: 228px;
  height: auto;
  position: absolute;
  top: 208px;
  right: 158px;
  z-index: 9999;
}

.container .sec-store .sec__inner .kitakami-block .logo img {
  width: 100%;
  height: auto;
}

.container .sec-store .sec__logo {
  width: 100%;
  background: #312D62;
  margin: 0 auto;
}

.container .sec-store .sec__logo .sec__inner {
  width: 100%;
  height: 152px;
  margin: 10px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.container .sec-store .sec__logo .sec__inner .store-logo {
  width: 299px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.container .sec-store .sec__logo .sec__inner .store-logo img {
  width: 100%;
  height: auto;
}

.container .sec-blog {
  width: 100%;
  margin: 10px auto 0;
  background: #312D62;
}

.container .sec-blog .sec__inner {
  width: 1000px;
  height: 250px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.container .sec-blog .sec__inner .logo {
  width: 223px;
  height: auto;
  margin: 0 auto;
}

.container .sec-blog .sec__inner .illust {
  width: 250px;
  height: auto;
  position: absolute;
  left: 140px;
  top: 0;
}

.container .sec-online {
  width: 100%;
  margin: 0 auto;
}

.container .sec-online .sec__inner {
  width: 1000px;
  height: 250px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.container .sec-online .sec__inner .logo {
  width: 221px;
  height: auto;
  margin: 0 auto 36px;
}

.container .sec-online .sec__inner .item01 {
  width: 173px;
  height: auto;
  margin: 0 auto 40px;
}

.container .sec-online .sec__inner .item01 img {
  width: 100%;
  height: auto;
}

.container .sec-online .sec__inner .item02 {
  width: 173px;
  height: auto;
  margin: 0 auto 14px;
}

.container .sec-online .sec__inner .item02 img {
  width: 100%;
  height: auto;
}

.container .sec-online .sec__inner .illust {
  width: 250px;
  height: auto;
  position: absolute;
  right: 140px;
  top: 0;
}

.container .sec-contact {
  width: 100%;
  margin: 0 auto;
  background: #312D62;
}

.container .sec-contact .sec__inner {
  width: 1000px;
  height: 250px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.container .sec-contact .sec__inner .logo {
  width: 221px;
  height: auto;
  margin: 0 auto;
}

.container .sec-contact .sec__inner .illust {
  width: 250px;
  height: auto;
  position: absolute;
  left: 140px;
  top: 0;
}

.footer {
  width: 100%;
  overflow: hidden;
  *zoom: 1;
}

.footer__inner {
  width: 1000px;
  height: 170px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer__inner .copy {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75em;
  margin: 0 auto;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .header {
    width: 100%;
    height: 140vw;
    background: #312D62;
    overflow: hidden;
    border-bottom: none;
    transition: all 0.8s;
  }
  .header__inner {
    width: 100%;
    height: 140vw;
    margin: 0 auto;
    overflow: hidden;
    transition: all 0.8s;
  }
  .header__inner .sec-mv01 {
    width: 100%;
    height: 58.66667vw;
    overflow: hidden;
    position: fixed;
    background: #312D62;
    z-index: 10001;
    transition: all 0.8s;
  }
  .header__inner .sec-mv01 .logo {
    width: 54.4vw;
    height: auto;
    margin: 31.46667vw auto 0;
    padding: 0 0 8.66667vw;
    transition: all 0.8s;
  }
  .header__inner .sec-mv01 .logo img {
    width: 100%;
    height: auto;
  }
  .header__inner .sec-mv02 {
    width: 100%;
    height: 81.33333vw;
    overflow: hidden;
    margin: 58.66667vw auto 0;
    background: #312D62;
    z-index: 10000;
    transition: all 0.8s;
  }
  .header__inner .sec-mv02 .logo_text {
    width: 69.73333vw;
    height: auto;
    margin: 16.4vw auto 0;
    transition: all 0.8s;
  }
  .header__inner .sec-mv02 .logo_text img {
    width: 100%;
    height: auto;
  }
  .header .menu_btn {
    position: fixed;
    top: 4.35%;
    right: 5.21%;
    top: 4.8vw;
    right: 4.8vw;
    z-index: 10210;
  }
  .header .menu-trigger {
    position: relative;
    width: 6.66667vw;
    height: 5.86667vw;
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .header .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .header .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .header .menu-trigger span:nth-of-type(2) {
    top: 2.66667vw;
  }
  .header .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .header .menu-trigger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: all 0.4s;
  }
  .header .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(2.66667vw) scale(0);
  }
  .header .menu-trigger.active span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header .menu-trigger.active span:nth-of-type(2)::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .header .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-2.66667vw) scale(0);
  }
  .header.scroll {
    width: 100%;
    height: 96.66667vw;
  }
  .header.scroll .header__inner {
    width: 100%;
    height: 96.66667vw;
    margin: 0 auto;
    overflow: hidden;
    transition: all 0.8s;
  }
  .header.scroll .header__inner .sec-mv01 {
    width: 100%;
    height: 15.33333vw;
    overflow: hidden;
    transition: all 0.8s;
    z-index: 10200;
  }
  .header.scroll .header__inner .sec-mv01 .logo {
    width: 18vw;
    height: auto;
    margin: 4.26667vw 0 0 4.26667vw;
    padding: 0;
  }
  .header.scroll .header__inner .sec-mv01 .logo img {
    width: 100%;
    height: auto;
  }
  .header.scroll .header__inner .sec-mv02 {
    margin: 15.33333vw auto 0;
    transition: all 0.8s;
  }
  .header.open {
    transition: all 0.1s;
  }
  .header.open .header__inner {
    transition: all 0.1s;
  }
  .header.open .header__inner .sec-mv01 {
    transition: all 0.1s;
  }
  .header.open .header__inner .sec-mv01 .logo {
    transition: all 0.1s;
  }
  .gnav {
    display: none;
    width: 100%;
    height: 122vw;
    background: #312D62;
    overflow: hidden;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10100;
  }
  .gnav__inner {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    *zoom: 1;
  }
  .gnav__inner ul {
    width: 100%;
    padding: 0 136px;
    display: flex;
    flex-flow: row;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .gnav__inner ul li {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    height: 49px;
  }
  .gnav__inner ul li a {
    line-height: 1;
  }
  .gnav__inner ul li img {
    width: 100%;
    height: auto;
  }
  .gnav__inner ul .nav01 {
    width: 40vw;
    height: auto;
    margin-top: 13.46667vw;
  }
  .gnav__inner ul .nav01 a {
    width: 40vw;
  }
  .gnav__inner ul .nav01 a img {
    width: 40vw;
    height: auto;
    float: right;
  }
  .gnav__inner ul .nav02 {
    display: none;
  }
  .gnav__inner ul .nav03 {
    width: 40vw;
    height: auto;
    margin-top: 13.46667vw;
  }
  .gnav__inner ul .nav03 a {
    width: 40vw;
  }
  .gnav__inner ul .nav03 a img {
    width: 40vw;
    height: auto;
    float: right;
  }
  .gnav__inner ul .nav04 {
    width: 33.33333vw;
    height: auto;
  }
  .gnav__inner ul .nav04 img {
    width: 100%;
    height: auto;
  }
  .gnav__inner ul .nav05 {
    width: 33.33333vw;
    height: auto;
  }
  .gnav__inner ul .nav05 img {
    width: 100%;
    height: auto;
  }
  .gnav__inner ul .nav06 {
    width: 40vw;
    height: auto;
  }
  .gnav__inner ul .nav06 img {
    width: 100%;
    height: auto;
  }
  .gnav__inner .navlist01 {
    flex-direction: column;
    width: 40vw;
    margin: 22.93333vw auto 13.46667vw;
    padding: 0;
  }
  .gnav__inner .navlist01 .nav02 {
    display: none;
  }
  .gnav__inner .navlist01 .nav04 {
    display: none;
  }
  .gnav__inner .navlist01 .nav05 {
    display: none;
  }
  .gnav__inner .navlist02 {
    display: block;
    width: 74.66667vw;
    padding: 0;
  }
  .gnav__inner .navlist02 .nav04 {
    float: left;
    margin: 0 8vw 0 0;
  }
  .gnav__inner .navlist02 .nav05 {
    float: left;
  }
  .gnav__inner .nav02-item {
    width: 74.66667vw;
    height: auto;
    overflow: hidden;
    display: block;
    padding: 0;
    margin: 0 auto 14.13333vw;
  }
  .gnav__inner .nav02-item li {
    float: left;
  }
  .gnav__inner .nav02-item .item01 {
    width: 74.66667vw;
    height: auto;
    margin: 0 auto 2.8vw;
  }
  .gnav__inner .nav02-item .item01 img {
    width: 100%;
    height: auto;
  }
  .gnav__inner .nav02-item .item02 {
    width: 33.33333vw;
    height: auto;
    margin: 0 8vw 0 0;
  }
  .gnav__inner .nav02-item .item02 img {
    width: 100%;
    height: auto;
  }
  .gnav__inner .nav02-item .item03 {
    width: 33.33333vw;
    height: auto;
  }
  .gnav__inner .nav02-item .item03 img {
    width: 100%;
    height: auto;
  }
  .container {
    width: 100%;
    overflow: hidden;
    font-size: 1.6vw;
  }
  .container .sec-store {
    margin: 1.33333vw;
  }
  .container .sec-store .sec__inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .container .sec-store .sec__inner .store-block .store-pic {
    width: 100%;
    height: 132.26667vw;
    margin: 0 auto;
    position: relative;
  }
  .container .sec-store .sec__inner .store-block .store-pic ul {
    width: 100%;
    height: auto;
    float: left;
    margin-left: 0;
    height: 64.8vw;
    overflow: hidden;
  }
  .container .sec-store .sec__inner .store-block .store-pic ul:first-child {
    margin-left: 0;
  }
  .container .sec-store .sec__inner .store-block .store-pic ul li {
    list-style: none;
  }
  .container .sec-store .sec__inner .store-block .store-pic #slider03 {
    width: 100%;
    height: 64.8vw;
    position: absolute;
    top: 51%;
  }
  .container .sec-store .sec__inner .store-block .store-pic #slider01 {
    width: 100%;
    height: 32.4vw;
    position: absolute;
    top: 0;
  }
  .container .sec-store .sec__inner .store-block .store-pic #slider01 li img {
    margin: -14.93333vw 0 0;
  }
  .container .sec-store .sec__inner .store-block .store-pic #slider02 {
    width: 100%;
    height: 32.4vw;
    position: absolute;
    top: 25.5%;
  }
  .container .sec-store .sec__inner .store-block .store-pic #slider02 li img {
    margin: -14.93333vw 0 0;
  }
  .container .sec-store .sec__inner .store-block .store-pic #slider06 {
    width: 100%;
    height: 64.8vw;
    position: absolute;
    top: 51%;
  }
  .container .sec-store .sec__inner .store-block .store-pic #slider04 {
    width: 100%;
    height: 32.4vw;
    position: absolute;
    top: 0;
  }
  .container .sec-store .sec__inner .store-block .store-pic #slider04 li img {
    margin: -14.93333vw 0 0;
  }
  .container .sec-store .sec__inner .store-block .store-pic #slider05 {
    width: 100%;
    height: 32.4vw;
    position: absolute;
    top: 25.5%;
  }
  .container .sec-store .sec__inner .store-block .store-pic #slider05 li img {
    margin: -14.93333vw 0 0;
  }
  .container .sec-store .sec__inner .store-block .store-details {
    display: flex;
    flex-direction: column-reverse;
  }
  .container .sec-store .sec__inner .store-block .store-details .store-map {
    width: 97.33333vw;
    margin: 0 auto;
    line-height: 1;
    font-size: 0;
    position: relative;
  }
  .container .sec-store .sec__inner .store-block .store-details .store-map_icon {
    width: 17.46667vw;
    height: auto;
    position: absolute;
    top: -23.1%;
    left: 41%;
  }
  .container .sec-store .sec__inner .store-block .store-details .store-map_icon img {
    width: 100%;
    height: auto;
  }
  .container .sec-store .sec__inner .store-block .store-details .store-map iframe {
    width: 97.33333vw;
    height: 42.66667vw;
  }
  .container .sec-store .sec__inner .store-block .store-details .store-info {
    width: 87.2vw;
    margin: 2.93333vw 5.06667vw 27.46667vw;
    position: relative;
    font-size: 3.2vw;
    font-weight: 300;
    line-height: 1.41667em;
  }
  .container .sec-store .sec__inner .store-block .store-details .store-info .onlinestore {
    width: 31.46667vw;
    height: auto;
    position: absolute;
    right: 53.1%;
    bottom: -57.63%;
  }
  .container .sec-store .sec__inner .store-block .store-details .store-info .onlinestore img {
    width: 100%;
    height: auto;
  }
  .container .sec-store .sec__inner .store-block .store-details .store-info .insta {
    width: 31.46667vw;
    height: auto;
    position: absolute;
    right: 10.9%;
    bottom: -57.63%;
  }
  .container .sec-store .sec__inner .store-block .store-details .store-info .insta img {
    width: 100%;
    height: auto;
  }
  .container .sec-store .sec__inner .mizusawa-block .logo {
    width: 39.46667vw;
    height: auto;
    position: absolute;
    top: 43.06%;
    left: 6.7%;
    z-index: 1000;
  }
  .container .sec-store .sec__inner .mizusawa-block .logo img {
    width: 100%;
    height: auto;
  }
  .container .sec-store .sec__inner .kitakami-block {
    margin-bottom: 10px;
  }
  .container .sec-store .sec__inner .kitakami-block .logo {
    width: 38.26667vw;
    height: auto;
    position: absolute;
    top: 43.06%;
    right: 6.7%;
    z-index: 1000;
  }
  .container .sec-store .sec__inner .kitakami-block .logo img {
    width: 100%;
    height: auto;
  }
  .container .sec-store .sec__logo {
    width: 100%;
    background: #312D62;
    margin: 0 auto;
  }
  .container .sec-store .sec__logo .sec__inner {
    width: 100%;
    height: 20.26667vw;
    margin: 1.33333vw auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .container .sec-store .sec__logo .sec__inner .store-logo {
    width: 39.86667vw;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  .container .sec-store .sec__logo .sec__inner .store-logo img {
    width: 100%;
    height: auto;
  }
  .container .sec-blog {
    width: 100%;
    margin: 10px auto 0;
    background: #312D62;
  }
  .container .sec-blog .sec__inner {
    width: 100%;
    height: 40vw;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .container .sec-blog .sec__inner .logo {
    width: 38.4vw;
    height: auto;
    margin: 0 0 0 22.4vw;
  }
  .container .sec-blog .sec__inner .logo img {
    width: 100%;
    height: auto;
  }
  .container .sec-blog .sec__inner .illust {
    width: 33.33333vw;
    height: auto;
    position: absolute;
    left: 8.4%;
    top: 0;
  }
  .container .sec-blog .sec__inner .illust img {
    width: 100%;
    height: auto;
  }
  .container .sec-online {
    width: 100%;
    margin: 0 auto;
  }
  .container .sec-online .sec__inner {
    width: 100%;
    height: 40vw;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .container .sec-online .sec__inner .logo {
    width: 47.6vw;
    height: auto;
    margin: 0 32vw 6.4vw 0;
  }
  .container .sec-online .sec__inner .logo img {
    width: 100%;
    height: auto;
  }
  .container .sec-online .sec__inner .item01 {
    width: 29.93333vw;
    height: auto;
    margin: 0 31.73333vw 6.93333vw 0;
  }
  .container .sec-online .sec__inner .item01 img {
    width: 100%;
    height: auto;
  }
  .container .sec-online .sec__inner .item02 {
    width: 29.93333vw;
    height: auto;
    margin: 0 31.73333vw 0.93333vw 0;
  }
  .container .sec-online .sec__inner .item02 img {
    width: 100%;
    height: auto;
  }
  .container .sec-online .sec__inner .illust {
    width: 33.33333vw;
    height: auto;
    position: absolute;
    right: 7.5%;
    top: 0;
  }
  .container .sec-online .sec__inner .illust img {
    width: 100%;
    height: auto;
  }
  .container .sec-contact {
    width: 100%;
    margin: 0 auto;
    background: #312D62;
  }
  .container .sec-contact .sec__inner {
    width: 100%;
    height: 40vw;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .container .sec-contact .sec__inner .logo {
    width: 38.4vw;
    height: auto;
    margin: 0 0 0 22.4vw;
  }
  .container .sec-contact .sec__inner .logo img {
    width: 100%;
    height: auto;
  }
  .container .sec-contact .sec__inner .illust {
    width: 33.33333vw;
    height: auto;
    position: absolute;
    left: 8.7%;
    top: 0;
  }
  .container .sec-contact .sec__inner .illust img {
    width: 100%;
    height: auto;
  }
  .footer {
    width: 100%;
    overflow: hidden;
    *zoom: 1;
  }
  .footer__inner {
    width: 100%;
    height: 18.26667vw;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer__inner .copy {
    font-size: 2.4vw;
    font-weight: 300;
    line-height: 1.75em;
    margin: 0 auto;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
