@charset "UTF-8";
/*------------------------------------*\
        $RESET
    \*------------------------------------*/
/**
 * RESET...............リセットの設定 いまここ
 */
/*

/*
YUI 3.14.1 (build 63049cb)
Copyright 2013 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

q::before,
q::after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

#yui3-css-stamp.cssreset {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  min-width: 1200px;
  line-height: 1.6;
  color: #333;
  background: #fff;
  font-family: Roboto, "Noto Sans JP", "游ゴシック体", "Yu Gothic", Arial, sans-serif;
  font-size: 1.4rem;
  font-feature-settings: "pkna";
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-placeholder {
  color: #999999;
}

::placeholder {
  color: #999999;
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  src: url(/fonts/Roboto/Roboto-Regular.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  src: url(/fonts/Roboto/Roboto-Bold.ttf) format("truetype");
  font-display: swap;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track::before, .slick-track::after {
  content: "";
  display: table;
}
.slick-track::after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}

.l-footer {
  padding: 30px 0;
  background: rgb(47.8375634518, 182.538071066, 200.1624365482);
}

.p-footerLink {
  display: flex;
  width: 1080px;
  justify-content: center;
  margin: auto;
}
.p-footerLink--bottom {
  flex-direction: column;
  align-items: center;
}
.p-footerLink__item {
  line-height: 1;
  font-size: 1.2rem;
}
.p-footerLink__item a {
  color: #fff;
  text-decoration: none;
}
.p-footerLink__item a:hover {
  text-decoration: underline;
}
.p-footerLink__item a:hover, .p-footerLink__item a:visited {
  color: #fff;
}
.p-footerLink__item + .p-footerLink__item {
  margin-left: 24px;
  padding-left: 24px;
  border-left: 1px solid #fff;
}
.p-footerLink__item--bottom {
  margin-top: 16px;
}
.p-footerLink__item--bottom + .p-footerLink__item--bottom {
  padding-left: 0;
  border-left: none;
  margin-left: 0;
}
.p-footerLink + .p-footerLink {
  margin-top: 4px;
}

.l-copyright {
  display: flex;
  width: 880px;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}

.p-privacyMark {
  padding: 8px 0;
}

.p-copyright {
  text-align: right;
}
.p-copyright__logo {
  width: 160px;
  margin-left: auto;
}
.p-copyright__logo img {
  width: 100%;
  height: auto;
}
.p-copyright__txt {
  color: #999999;
}
