@charset "UTF-8";
@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}
@keyframes swell {
  0%, 100% {
    transform: translate3d(0, -25px, 0);
  }
  50% {
    transform: translate3d(0, 5px, 0);
  }
}
.header .disp-pc .menu-link-contents .link-box li a, .item-list .item-box a {
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.header .disp-pc .menu-link-contents .link-box li a:hover, .item-list .item-box a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.header .disp-pc .menu-link-contents .link-box li a:hover, .item-list .item-box a:hover, a {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  font-family: source-han-sans-japanese, sans-serif;
  color: #353535;
  *font: x-small;
  line-height: 1.5;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}

/* for IE6 */
* html body {
  font-size: 75%;
  overflow: hidden;
}

/* for IE7 */
*:first-child + html body {
  font-size: 75%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: black;
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: top;
  height: auto;
  max-width: 100%;
}

input, select {
  vertical-align: middle;
}

input, button {
  margin: 0;
  border: 0;
}

button {
  padding: 0;
  background-color: transparent;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul,
li {
  list-style: none;
}

caption,
th {
  text-align: left;
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

br {
  letter-spacing: normal;
}

hr {
  display: none;
}

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.m-auto-tb0 {
  margin: 0 auto;
}

.mt3 {
  margin-top: 3px;
}

.mr3 {
  margin-right: 3px;
}

.mb3 {
  margin-bottom: 3px;
}

.ml3 {
  margin-left: 3px;
}

.m-all3 {
  margin: 3px 3px;
}

.mt5 {
  margin-top: 5px;
}

.mr5 {
  margin-right: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.ml5 {
  margin-left: 5px;
}

.m-all5 {
  margin: 5px 5px;
}

.mt8 {
  margin-top: 8px;
}

.mr8 {
  margin-right: 8px;
}

.mb8 {
  margin-bottom: 8px;
}

.ml8 {
  margin-left: 8px;
}

.m-all8 {
  margin: 8px 8px;
}

.mt10 {
  margin-top: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.m-all10 {
  margin: 10px 10px;
}

.mt15 {
  margin-top: 15px;
}

.mr15 {
  margin-right: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.ml15 {
  margin-left: 15px;
}

.m-all15 {
  margin: 15px 15px;
}

.mt20 {
  margin-top: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.m-all20 {
  margin: 20px 20px;
}

.mt25 {
  margin-top: 25px;
}

.mr25 {
  margin-right: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.ml25 {
  margin-left: 25px;
}

.m-all25 {
  margin: 25px 25px;
}

.mt30 {
  margin-top: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.m-all30 {
  margin: 30px 30px;
}

.mt35 {
  margin-top: 35px;
}

.mr35 {
  margin-right: 35px;
}

.mb35 {
  margin-bottom: 35px;
}

.ml35 {
  margin-left: 35px;
}

.m-all35 {
  margin: 35px 35px;
}

.mt40 {
  margin-top: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml40 {
  margin-left: 40px;
}

.m-all40 {
  margin: 40px 40px;
}

.mt45 {
  margin-top: 45px;
}

.mr45 {
  margin-right: 45px;
}

.mb45 {
  margin-bottom: 45px;
}

.ml45 {
  margin-left: 45px;
}

.m-all45 {
  margin: 45px 45px;
}

.mt50 {
  margin-top: 50px;
}

.mr50 {
  margin-right: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml50 {
  margin-left: 50px;
}

.m-all50 {
  margin: 50px 50px;
}

.mt60 {
  margin-top: 60px;
}

.mr60 {
  margin-right: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.ml60 {
  margin-left: 60px;
}

.m-all60 {
  margin: 60px 60px;
}

.mt70 {
  margin-top: 70px;
}

.mr70 {
  margin-right: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.ml70 {
  margin-left: 70px;
}

.m-all70 {
  margin: 70px 70px;
}

.mt80 {
  margin-top: 80px;
}

.mr80 {
  margin-right: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.ml80 {
  margin-left: 80px;
}

.m-all80 {
  margin: 80px 80px;
}

.mt90 {
  margin-top: 90px;
}

.mr90 {
  margin-right: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.ml90 {
  margin-left: 90px;
}

.m-all90 {
  margin: 90px 90px;
}

.mt100 {
  margin-top: 100px;
}

.mr100 {
  margin-right: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.ml100 {
  margin-left: 100px;
}

.m-all100 {
  margin: 100px 100px;
}

.pt3 {
  padding-top: 3px;
}

.pr3 {
  padding-right: 3px;
}

.pb3 {
  padding-bottom: 3px;
}

.pl3 {
  padding-left: 3px;
}

.pt5 {
  padding-top: 5px;
}

.pr5 {
  padding-right: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.pl5 {
  padding-left: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pr15 {
  padding-right: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pl15 {
  padding-left: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pr25 {
  padding-right: 25px;
}

.pb25 {
  padding-bottom: 25px;
}

.pl25 {
  padding-left: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pl30 {
  padding-left: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pr35 {
  padding-right: 35px;
}

.pb35 {
  padding-bottom: 35px;
}

.pl35 {
  padding-left: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pr40 {
  padding-right: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl40 {
  padding-left: 40px;
}

.box, .header .disp-pc .header-list-text .list-text, .header .disp-pc .menu-link-contents .link-box, .footer .list-nav, .item-list, .menu-link-sp, .item-list .item-img {
  display: -webkit-flex;
  display: flex;
}
.box.bpCenter, .header .disp-pc .header-list-text .bpCenter.list-text, .header .disp-pc .header-list-text .footer .list-text.list-nav, .footer .header .disp-pc .header-list-text .list-text.list-nav, .header .disp-pc .header-list-text .item-list .list-text.item-img, .item-list .header .disp-pc .header-list-text .list-text.item-img, .header .disp-pc .menu-link-contents .bpCenter.link-box, .header .disp-pc .menu-link-contents .footer .link-box.list-nav, .footer .header .disp-pc .menu-link-contents .link-box.list-nav, .header .disp-pc .menu-link-contents .item-list .link-box.item-img, .item-list .header .disp-pc .menu-link-contents .link-box.item-img, .footer .list-nav, .bpCenter.item-list, .bpCenter.menu-link-sp, .item-list .item-img {
  -webkit-justify-content: center;
  justify-content: center;
}
.box.baEnd, .header .disp-pc .header-list-text .baEnd.list-text, .header .disp-pc .menu-link-contents .baEnd.link-box, .footer .baEnd.list-nav, .baEnd.item-list, .baEnd.menu-link-sp, .item-list .baEnd.item-img {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.box.baCenter, .header .disp-pc .header-list-text .baCenter.list-text, .header .disp-pc .header-list-text .item-list .list-text.item-img, .item-list .header .disp-pc .header-list-text .list-text.item-img, .header .disp-pc .menu-link-contents .baCenter.link-box, .header .disp-pc .menu-link-contents .item-list .link-box.item-img, .item-list .header .disp-pc .menu-link-contents .link-box.item-img, .footer .baCenter.list-nav, .baCenter.item-list, .baCenter.menu-link-sp, .item-list .item-img {
  -webkit-align-items: center;
  align-items: center;
}
.box.space-between, .header .disp-pc .header-list-text .space-between.list-text, .header .disp-pc .menu-link-contents .link-box, .footer .space-between.list-nav, .space-between.item-list, .space-between.menu-link-sp, .item-list .space-between.item-img {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.fz8 {
  font-size: 8px;
}

.fz10 {
  font-size: 10px;
}

.fz11 {
  font-size: 11px;
}

.fz12 {
  font-size: 12px;
}

.fz13 {
  font-size: 13px;
}

.fz14 {
  font-size: 14px;
}

.fz15 {
  font-size: 15px;
}

.fz16 {
  font-size: 16px;
}

.fz17 {
  font-size: 17px;
}

.fz18 {
  font-size: 18px;
}

.fz19 {
  font-size: 19px;
}

.fz20 {
  font-size: 20px;
}

.fz21 {
  font-size: 21px;
}

.fz22 {
  font-size: 22px;
}

.fz23 {
  font-size: 23px;
}

.fz24 {
  font-size: 24px;
}

.fz25 {
  font-size: 25px;
}

.fzDef {
  font-size: 12px;
}

.fwN {
  font-weight: normal;
}

.fwB {
  font-weight: bold;
}

.taC {
  text-align: center;
}

.taL {
  text-align: left;
}

.taR {
  text-align: right;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.content-center, .container-in {
  margin-left: auto;
  margin-right: auto;
}

.img-valign-top {
  vertical-align: top;
}

.img-valign-middle {
  vertical-align: middle;
}

.img-valign-bottom {
  vertical-align: bottom;
}

.valign-middle {
  vertical-align: middle;
}

.dn {
  display: none;
}

.db {
  display: block;
}

.di {
  display: inline-block;
}

.opacity-zero {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/*
 *  Remodal - v1.0.6
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.0.6
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
/* Default theme styles of the modal dialog */
.remodal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #000;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: -15px;
  right: -5px;
  display: block;
  overflow: visible;
  background: url(../images/pop_close_btn.png) no-repeat;
  width: 37px;
  height: 37px;
  -moz-background-size: 37px 37px;
  -o-background-size: 37px 37px;
  -webkit-background-size: 37px 37px;
  background-size: 37px 37px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.notice-top {
  background-color: #62bfd2;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
}
.notice-top a {
  text-decoration: underline;
  color: #fff;
}
.notice-top a:hover {
  text-decoration: none;
}

.header {
  position: relative;
  text-align: center;
}
.header .disp-pc {
  display: block;
  height: 230px;
  padding-top: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header .disp-pc a {
  display: block;
}
.header .disp-pc .logo img {
  width: 213px;
}
.header .disp-pc .btn-menu-pc {
  position: absolute;
  right: 25px;
  top: 40px;
  cursor: pointer;
}
.header .disp-pc .btn-menu-pc img {
  width: 29px;
}
.header .disp-pc .header-list-text {
  background-color: #353535;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  position: absolute;
  right: 75px;
  top: 35px;
}
.header .disp-pc .header-list-text .list-text {
  padding: 5px 10px;
  letter-spacing: 1px;
  font-size: 12px;
}
.header .disp-pc .header-list-text .list-text li {
  padding: 0 20px 0 10px;
  border-left: 1px solid #565656;
}
.header .disp-pc .header-list-text .list-text li:first-child {
  border-left: none;
}
.header .disp-pc .header-list-text .list-text li a {
  color: #fff;
  position: relative;
}
.header .disp-pc .header-list-text .list-text li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.header .disp-pc .header-list-text .list-text li a:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  right: -10px;
  top: calc(50% - 1px);
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(45deg) translateY(-50%);
  color: inherit;
}
.header .disp-pc .header-list-text .list-text li:last-child a:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  right: -10px;
  top: calc(50% - 6px);
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(135deg) translateY(-50%);
  color: inherit;
}
.header .disp-pc .language-popup {
  display: none;
  position: absolute;
  width: 85px;
  right: 87px;
  top: 66px;
  border-radius: 5px;
  background-color: #353535;
  letter-spacing: 1px;
}
.header .disp-pc .language-popup a {
  color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 5px;
  border-top: 1px solid #565656;
  font-size: 12px;
}
.header .disp-pc .language-popup a:first-child {
  border-top: none;
}
.header .disp-pc .language-popup a:hover {
  background-color: #000;
}
.header .disp-pc .menu-link-contents {
  margin-top: 40px;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.header .disp-pc .menu-link-contents .link-box li {
  width: calc(100% / 6);
}
.header .disp-pc .menu-link-contents .link-box li .menu-en {
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #202020;
}
.header .disp-pc .menu-link-contents .link-box li .menu-jp {
  font-size: 12px;
  color: #757575;
}

.breadcrumb {
  padding: 15px 0;
  font-size: 14px;
  border-bottom: 1px solid #eee;
}
.breadcrumb.no-bottom-line {
  border-bottom: none;
}
.breadcrumb li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumb li a {
  display: inline;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb li:after {
  content: "＞";
  display: inline-block;
  font-size: 13px;
  padding-left: 5px;
}
.breadcrumb li:last-child:after {
  display: none;
}

.title-content {
  height: 280px;
  background: url(/assets/images/common/title_com_bg.jpg) no-repeat;
  background-size: cover;
  color: #4dc3dc;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 70px;
  position: relative;
}
.title-content .banner {
  margin-top: -50px;
}
.title-content .ttl-en {
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 1.2;
}
.title-content .ttl-jp {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 20px;
}
.title-content #header-wave {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 1030px) {
  .header .disp-pc .header-list-text {
    position: absolute;
    right: 75px;
    top: 15px;
  }
  .header .disp-pc .header-list-text .list-text {
    padding: 5px 10px;
    letter-spacing: 1px;
    font-size: 10px;
  }
  .header .disp-pc .header-list-text .list-text li {
    padding: 0 15px 0 7px;
    border-left: 1px solid #565656;
  }
  .header .disp-pc .header-list-text .list-text li a:after {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    position: absolute;
    right: -7px;
  }
  .header .disp-pc .header-list-text .list-text li:last-child a:after {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    position: absolute;
    right: -12px;
    top: calc(50% - 5px);
    border-top: solid 2px;
  }

  .header .disp-pc .language-popup {
    width: 75px;
    right: 78px;
    top: 42px;
  }
  .header .disp-pc .language-popup a {
    padding: 3px;
    font-size: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .header .disp-pc .menu-link-contents {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .notice-top {
    padding: 10px;
    box-sizing: border-box;
    font-size: 12px;
  }

  .header .disp-pc {
    display: none;
  }
  .header .disp-sp {
    display: block;
    height: 65px;
    padding-top: 12px;
    box-sizing: border-box;
  }
  .header .disp-sp .logo img {
    width: 107px;
  }
  .header .disp-sp .logo p {
    font-size: 10px;
    color: #202020;
    transform: scale(0.6);
  }
  .header .disp-sp .btn-menu-sp {
    position: absolute;
    top: 25px;
    right: 10px;
  }
  .header .disp-sp .btn-clock {
    font-size: 10px;
    color: #353535;
    position: absolute;
    left: 15px;
    top: 13px;
  }
  .header .disp-sp .taxfreeshop-link {
    position: absolute;
    top: 15px;
    right: 45px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 1.1;
    color: #353535;
    padding-top: 5px;
    padding-right: 10px;
    border-right: 1px solid #eeeeee;
    height: 30px;
  }

  .breadcrumb {
    font-size: 12px;
  }
  .breadcrumb.container-in {
    width: 90%;
    margin: 0 auto;
  }

  .title-content {
    height: 130px;
    background: url(/assets/images/common/title_com_bg.jpg) top center no-repeat;
    background-size: cover;
    color: #4dc3dc;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 25px;
    position: relative;
  }
  .title-content .banner {
    margin-top: -10px;
    text-align: center;
  }
  .title-content .banner img {
    width: 90%;
  }
  .title-content .ttl-en {
    font-family: century-gothic, sans-serif;
    font-weight: 400;
    font-size: 27px;
    line-height: 1.2;
  }
  .title-content .ttl-jp {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 15px;
  }
  .title-content #header-wave {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 50px;
  }
}
.footer-contents {
  margin-top: -100px;
  z-index: 100;
  position: relative;
}

.footer {
  width: 100%;
  background-color: #5bc5dc;
  position: relative;
  color: #fff;
  text-align: center;
  line-height: 1.8;
}
.footer .logo img {
  width: 213px;
}
.footer .footer-transit {
  font-size: 10px;
}
.footer .footer-address {
  font-size: 12px;
  margin-top: 20px;
}
.footer .footer-address a {
  color: #fff;
}
.footer .list-nav {
  font-size: 12px;
}
.footer .list-nav li a {
  padding: 0 15px;
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.footer .list-nav li:first-child a {
  padding: 0 15px 0 0;
  border-left: none;
}
.footer .copyright {
  margin-top: 35px;
  border-top: 1px solid #fff;
  padding: 15px 0;
  font-size: 10px;
  font-weight: 400;
}

.footer-wave {
  width: 100%;
  position: relative;
  background: #95d3e0;
}
.footer-wave .wave {
  background: url(/assets/images/common/footer_wave.svg) repeat-x;
  position: absolute;
  top: -198px;
  width: 6400px;
  height: 198px;
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
}
.footer-wave .wave:nth-of-type(2) {
  top: -175px;
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .footer-wave {
    width: 100%;
    position: relative;
    background: #95d3e0;
  }
  .footer-wave .wave {
    background: url(/assets/images/common/footer_wave.svg) repeat-x;
    position: absolute;
    top: -99px;
    background-size: 3200px 99px;
    width: 3200px;
    height: 99px;
    animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0);
  }
  .footer-wave .wave:nth-of-type(2) {
    top: -78px;
    animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
    opacity: 1;
  }

  .footer {
    line-height: 1.8;
  }
  .footer .logo img {
    width: 145px;
  }
  .footer .footer-transit {
    font-size: 8px;
  }
  .footer .footer-address {
    margin-top: 15px;
    font-size: 10px;
  }
  .footer .list-nav {
    font-size: 10px;
  }
  .footer .copyright {
    margin-top: 25px;
    padding: 10px 0;
    font-size: 8px;
  }
}
/*  Slider styles
-------------------------*/
.slider-show {
  display: none;
}
.slider-show.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  position: absolute;
  text-indent: -9999px;
  top: 60px;
}

.slick-prev {
  width: 10px;
  height: 14px;
  background: url(/assets/images/common/arrow_left_type2.png) no-repeat;
  left: -50px;
}

.slick-next {
  width: 10px;
  height: 15px;
  background: url(/assets/images/common/arrow_right_type2.png) no-repeat;
  right: -40px;
}

.item-list {
  frex-direction: row;
  flex-wrap: wrap;
}
.item-list .item-box {
  position: relative;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  width: 23.2%;
  margin-left: 2.4%;
  margin-top: 20px;
  text-align: center;
  padding-top: 35px;
}
.item-list .item-box:nth-child(4n+1) {
  margin-left: 0;
}
.item-list .item-box .box-line {
  margin-top: 10px;
  border-top: 1px dotted #e8e8e8;
}
.item-list .item-box .item-img {
  width: 58%;
  margin: 0 auto;
}
.item-list .item-box .item-img img {
  width: 100%;
}
.item-list .item-box .itemno-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 70px 0 0;
  border-color: #353535 transparent transparent transparent;
}
.item-list .item-box .itemno {
  position: absolute;
  top: 10px;
  left: 10px;
  font-family: century-gothic, sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
.item-list .item-box .icon {
  position: absolute;
  width: 21.5%;
  top: 0;
  right: 0;
}
.item-list .item-box .icon:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* 高さを幅の75%に固定 */
}
.item-list .item-box .icon.type1 {
  background: url(/assets/images/common/category_icon_fashion.png) no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.item-list .item-box .icon.type2 {
  background: url(/assets/images/common/category_icon_fashion_goods.png) no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.item-list .item-box .icon.type3 {
  background: url(/assets/images/common/category_icon_household.png) no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.item-list .item-box .icon.type4 {
  background: url(/assets/images/common/category_icon_food.png) no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.item-list .item-box .icon.type5 {
  background: url(/assets/images/common/category_icon_hobby.png) no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.item-list .item-box .icon.type6 {
  background: url(/assets/images/common/category_icon_service.png) no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.item-list .item-box .item-dec {
  padding: 0 20px;
}
.item-list .item-box .floor-text {
  margin-top: 15px;
  font-size: 14px;
  color: #434343;
}
.item-list .item-box .item-logo {
  margin-top: 10px;
  width: 90%;
  margin: 10px auto 0 auto;
}
.item-list .item-box .item-logo img {
  width: 100%;
}
.item-list .item-box .item-name {
  color: #434343;
  font-size: 16px;
  font-weight: bold;
  padding-top: 10px;
}
.item-list .item-box .genre {
  color: #434343;
  font-size: 12px;
  font-weight: 400;
}
.item-list .item-box .icon-taxfree {
  background: url(/assets/images/common/icon_taxfree_pc.png) no-repeat;
  width: 72px;
  height: 16px;
  margin: 10px auto 15px auto;
}
.item-list .item-box .tel {
  padding-top: 10px;
  cursor: none;
  padding-top: 5px;
  font-size: 14px;
  color: #434343;
  margin-bottom: 30px;
}
.item-list .item-box .tel a {
  display: inline-block;
}
.item-list .item-box .item-text {
  text-align: left;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .item-list.container-in {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .item-list .item-box {
    padding-top: 20px;
    width: 48.5%;
    margin-left: 3%;
    margin-top: 10px;
  }
  .item-list .item-box:nth-child(2n+1) {
    margin-left: 0;
  }
  .item-list .item-box .box-line {
    margin-top: 7px;
  }
  .item-list .item-box .item-img {
    width: 58%;
    margin: 0 auto;
  }
  .item-list .item-box .item-img img {
    width: 100%;
  }
  .item-list .item-box .itemno-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 43px 43px 0 0;
    border-color: #353535 transparent transparent transparent;
  }
  .item-list .item-box .itemno {
    position: absolute;
    top: 4px;
    left: 5px;
    font-family: century-gothic, sans-serif;
    font-size: 16px;
  }
  .item-list .item-box .icon {
    position: absolute;
    width: 21.5%;
    top: 0;
    right: 0;
  }
  .item-list .item-box .icon:before {
    content: "";
    display: block;
    padding-top: 100%;
    /* 高さを幅の75%に固定 */
  }
  .item-list .item-box .item-dec {
    padding: 0 15px;
  }
  .item-list .item-box .floor-text {
    margin-top: 10px;
    font-size: 12px;
  }
  .item-list .item-box .item-name {
    font-size: 12px;
    font-weight: bold;
  }
  .item-list .item-box .genre {
    font-size: 12px;
    font-weight: 400;
  }
  .item-list .item-box .icon-taxfree {
    background: url(/assets/images/common/icon_taxfree_pc.png) no-repeat;
    width: 72px;
    height: 16px;
    background-size: 72px 16px;
    margin: 10px auto;
  }
  .item-list .item-box .tel {
    border-top: 1px dotted #e8e8e8;
    padding-top: 10px;
    font-size: 14px;
    color: #434343;
    margin-bottom: 30px;
  }
  .item-list .item-box .tel a {
    color: #4dc3dc;
  }
  .item-list .item-box .item-text {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
img {
  max-width: none;
}

a {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.img-full {
  width: 100%;
}

.link-pointer {
  cursor: pointer;
}

.container-in {
  width: 1200px;
  position: relative;
}
.container-in.type1 {
  width: 970px;
}
.container-in.type2 {
  width: 1140px;
}

#topcontrol {
  position: fixed;
  right: 20px;
  bottom: -80px;
  transition: all 0.3s ease;
}
#topcontrol.active {
  bottom: 20px;
}

.menu-popup-sp {
  display: block;
}
.menu-popup-sp .pop-close a {
  display: block;
}

.language-select {
  display: none;
}

.menu-link-sp {
  margin-top: 20px;
  frex-direction: row;
  flex-wrap: wrap;
}
.menu-link-sp li {
  margin-top: 15px;
  width: calc(99.5% / 3);
}
.menu-link-sp li .menu-en {
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #202020;
}
.menu-link-sp li .menu-jp {
  font-size: 9px;
  color: #757575;
}

.slider {
  display: none;
}

.slider.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/
}

.bg-text {
  font-size: 100px;
  font-family: p22-cezanne-pro, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.bg-text.type1 {
  color: #f0f9fb;
  z-index: -1;
}

.contents-ttl {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  color: #4dc3dc;
  text-align: center;
  position: relative;
}

.wave {
  width: 100%;
}

#footer-wave {
  vertical-align: top;
}

.item-list .item-img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.item-list .item-img .item-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.item-list .item-img img {
  position: relative;
}

.wave {
  vertical-align: bottom;
}

.disp-pc {
  display: inline;
}

.disp-sp {
  display: none;
}

.remodal-overlay {
  background: rgba(0, 0, 0, 0.85);
}

.remodal-wrapper {
  text-align: right;
}

.remodal {
  background: #fff;
  width: 440px;
  text-align: center;
  padding-top: 60px;
  box-sizing: border-box;
}
.remodal .addr-link {
  display: block;
  color: #4fc3dc;
  height: 45px;
  width: 210px;
  border: 1px solid #4fc3dc;
  border-radius: 22.5px;
  font-size: 15px;
  line-height: 45px;
  position: relative;
  margin: 15px auto 0 auto;
}
.remodal .addr-link:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  right: 30px;
  top: calc(50% - 1px);
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(45deg) translateY(-50%);
  color: inherit;
}
.remodal .pop-close {
  position: absolute;
  right: 30px;
  top: 30px;
}
.remodal .popup-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 12px;
  width: 100%;
  height: 80px;
  background-color: #4fc3dc;
  box-sizing: border-box;
  padding-top: 30px;
}

@media screen and (max-width: 1200px) {
  .container-in {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .remodal-overlay {
    background: rgba(255, 255, 255, 0.85);
  }

  .remodal-wrapper {
    text-align: center;
  }

  .remodal {
    background: none;
    text-align: center;
    padding-top: 20px;
    width: 100%;
  }
  .remodal .pop-close {
    right: 15px;
    top: 15px;
  }

  .language-select {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  .language-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #353535;
    border-radius: 20px;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
  }

  .disp-pc {
    display: none;
  }

  .disp-sp {
    display: inline;
  }

  .bg-text {
    font-size: 36px;
    width: 100%;
  }

  .contents-ttl {
    font-size: 21px;
  }

  #topcontrol {
    right: 10px;
    bottom: -50px;
  }
  #topcontrol img {
    width: 50px;
    height: 50px;
  }
}
@-moz-keyframes fadeup {
  0% {
    opacity: 0;
    -moz-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeup {
  0% {
    opacity: 0;
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeup {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.fadeup.active {
  -moz-animation: fadeup 2s ease forwards;
  -webkit-animation: fadeup 2s ease forwards;
  animation: fadeup 2s ease forwards;
}

@media print {
  .fadeup {
    opacity: 1;
  }
  .fadeup.active {
    opacity: 1;
  }
}
