@charset "UTF-8";
/* ----------------------------------------------------------------
SCSS import
----------------------------------------------------------------- */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ffff00;
  color: #000000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td, th {
  padding: 0;
}

@font-face {
  font-family: MyYuGothic;
  font-weight: 400;
  src: local(YuGothic-Medium), local("Yu Gothic Medium");
}

@font-face {
  font-family: MyYuGothic;
  font-weight: 700;
  src: local(YuGothic-Bold), local("Yu Gothic");
}

html {
  font-size: 62.5%;
}

body {
  background: #ffffff;
  color: #222222;
  font-family: 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

h1, h2, h3, h4, p {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4 {
  font-weight: 700;
}

h1 {
  font-size: 24px;
  font-size: 2.4rem;
}

h2 {
  font-size: 20px;
  font-size: 2rem;
}

h3, h4 {
  font-size: 18px;
  font-size: 1.8rem;
}

p {
  font-size: 16px;
  font-size: 1.6rem;
}

dl {
  margin: 0;
  padding: 0;
}

dl dd {
  margin-left: 0;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: #000000;
  outline: 0;
  text-decoration: none;
}

a:hover {
  color: #666666;
  opacity: 0.8;
}

table th {
  font-weight: 400;
  text-align: left;
}

figure {
  margin: 0;
}

img {
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}

*, :after, :before {
  box-sizing: border-box;
}

/* ----------------------------------------------------------------
header
----------------------------------------------------------------- */
.header {
  border-bottom: 1px solid #e2e2e2;
}

@media screen and (max-width: 768px) {
  .header {
    padding: 0 10px 0 10px;
  }
}

.header ul {
  margin: 0 auto 0 auto;
  max-width: 960px;
  min-height: 51px;
}

@media screen and (max-width: 768px) {
  .header ul {
    padding: 0;
  }
}

.header ul li {
  font-size: 0;
  line-height: 0;
}

.header ul li img {
  width: 98%;
}

@media screen and (max-width: 768px) {
  .header ul li img {
    width: 100%;
  }
}

.header ul li.lalaport {
  float: left;
  padding: 10px 0 12px 0;
  width: 117px;
}

.header ul li.mitsui {
  float: right;
  padding: 13px 0 15px 0;
  width: 176px;
}

/* ----------------------------------------------------------------
content
----------------------------------------------------------------- */
.content {
  overflow: hidden;
  padding-bottom: 0;
  position: relative;
}

.content .title {
  margin: 0 auto 0 auto;
}

.content .pc {
  display: block;
}

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

.content .sp {
  display: none;
}

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

.content img {
  width: 100%;
}

.content .pagetop {
  bottom: 80px;
  left: 50%;
  margin-left: -500px;
  position: fixed;
  width: 960px;
  z-index: 3;
}

@media screen and (max-width: 1024px) {
  .content .pagetop {
    bottom: 20px;
    left: auto;
    margin-left: auto;
    right: 10px;
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .content .pagetop {
    bottom: 65px;
    left: auto;
    margin-left: auto;
    right: 0;
    transform: scale(0.75);
    width: auto;
  }
}

.content .pagetop a {
  bottom: 0;
  position: absolute;
  right: -110px;
}

@media screen and (max-width: 1024px) {
  .content .pagetop a {
    display: block;
    position: static;
  }
}

@media screen and (max-width: 768px) {
  .content .pagetop a {
    display: block;
    position: static;
  }
}

/* ----------------------------------------------------------------
footer
----------------------------------------------------------------- */
.footer {
  background-color: #eeeeee;
  padding: 34px 5px 34px 5px;
}

.footer p {
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.footer p small {
  font-size: 100%;
}

/*! Lity - v2.3.1 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */
.lity {
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  bottom: 0;
  left: 0;
  opacity: 0;
  outline: none !important;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  white-space: nowrap;
  z-index: 9990;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  bottom: 0;
  left: 0;
  outline: none !important;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 9990;
}

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
}

.lity-loader {
  color: #ffffff;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  margin-top: -0.8em;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 9991;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  outline: none !important;
  position: relative;
  text-align: left;
  vertical-align: middle;
  white-space: normal;
  z-index: 9992;
}

.lity-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
  width: 100%;
  z-index: 9993;
}

.lity-loading .lity-content, .lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  bottom: 0;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  content: '';
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  z-index: -1;
}

.lity-close {
  -webkit-appearance: none;
  background: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
  cursor: pointer;
  font-family: Arial,Baskerville,monospace;
  font-size: 35px;
  font-style: normal;
  height: 35px;
  line-height: 35px;
  outline: none;
  padding: 0;
  position: fixed;
  right: 0;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  top: 0;
  width: 35px;
  z-index: 9994;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  background: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
  font-family: Arial,Baskerville,monospace;
  font-size: 35px;
  font-style: normal;
  line-height: 35px;
  outline: none;
  padding: 0;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.lity-close:active {
  top: 1px;
}

.lity-image img {
  border: 0;
  display: block;
  line-height: 0;
  max-width: 100%;
}

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
  max-width: 964px;
  width: 100%;
}

.lity-iframe-container {
  height: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-top: 56.25%;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
}

.lity-iframe-container iframe {
  background: #000000;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lity-hide {
  display: none;
}

/* ----------------------------------------------------------------
clearfix
----------------------------------------------------------------- */
.clearfix {
  zoom: 100%;
}

.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  content: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

@media print {
  .clearfix:after {
    display: table;
    width: 100%;
    font-size: 0;
    line-height: 0;
  }
}

/* ----------------------------------------------------------------
content
----------------------------------------------------------------- */
.content {
  background-color: #4cbeee;
  /* ----------------------------------------------------------------
	title
	----------------------------------------------------------------- */
  /* ----------------------------------------------------------------
	anchor
	----------------------------------------------------------------- */
  /* ----------------------------------------------------------------
	main
	----------------------------------------------------------------- */
}

.content .title {
  width: 1072px;
  margin: 0 auto 0 auto;
}

@media screen and (max-width: 768px) {
  .content .title {
    width: 100%;
  }
}

.content .anchor {
  width: 960px;
  margin: 20px auto 0 auto;
}

@media screen and (max-width: 768px) {
  .content .anchor {
    width: 100%;
  }
}

.content .anchor ul {
  font-size: 0;
  line-height: 0;
}

.content .anchor ul li {
  display: inline-block;
  box-sizing: content-box;
  width: 238px;
  border-right: 2px solid #68351a;
}

@media screen and (max-width: 768px) {
  .content .anchor ul li {
    box-sizing: border-box;
    width: calc(100%/4);
    border-right: 1px solid #68351a;
  }
}

.content .anchor ul li:last-child {
  width: 238px;
  border-right: none;
}

@media screen and (max-width: 768px) {
  .content .anchor ul li:last-child {
    width: calc(100%/4);
  }
}

.content .main {
  width: 960px;
  margin: -36px auto 0 auto;
}

@media screen and (max-width: 768px) {
  .content .main {
    width: 100%;
    padding: 40px 20px 0px 20px;
  }
}

.content .main .content-wrapper .article {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .content .main .content-wrapper .article {
    display: block;
    padding-bottom: 20px;
  }
}

.content .main .content-wrapper .article .article__list {
  width: 476px;
  margin-top: 45px;
}

@media screen and (max-width: 768px) {
  .content .main .content-wrapper .article .article__list {
    width: auto;
    margin-top: 15px;
  }
}

.content .main .content-wrapper .banner {
  padding-bottom: 50px;
}
