@charset "UTF-8";
.f-gothic--normal {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.f-gothic--bold {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.f-montserrat--semiBold {
  font-family: montserrat, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.f-montserrat--bold {
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?81nly1");
  src: url("../fonts/icomoon.eot?81nly1#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?81nly1") format("truetype"), url("../fonts/icomoon.woff?81nly1") format("woff"), url("../fonts/icomoon.svg?81nly1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mail:before {
  font-family: "icomoon";
  content: "\e900";
  font-weight: 600;
}

.icon-arrow-page:before {
  font-family: "icomoon";
  content: "\e901";
}

/*===============================
function
===============================*/
/*
padding・marginのvwへの変換
===============================*/
/*
コンテンツの横幅指定
===============================*/
/*
スマホ時の横幅を全画面に
===============================*/
/*
formのリセット
===============================*/
/*
背景のドット
===============================*/
/*===============================
base
===============================*/
@media screen and (max-width: 850px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 851px) {
  .sp {
    display: none !important;
  }
  a[href*="tel:"] {
    cursor: default;
    text-decoration: none;
  }
}
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  color: #000;
  margin: 0;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 850px) {
  body {
    font-size: 1.4rem;
    margin: 0;
  }
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

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

a {
  color: #000;
  transition: 0.3s;
}
a img {
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 850px) {
  a:hover {
    opacity: 1;
  }
}
a:hover img {
  opacity: 0.8;
}
@media screen and (max-width: 850px) {
  a:hover img {
    opacity: 1;
  }
}

/*===============================
style
===============================*/
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.l-main {
  flex: 1;
}

.c-button {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 60px;
  border: 2px solid #000;
  border-radius: 30px;
}
@media screen and (max-width: 850px) {
  .c-button {
    width: 230px;
    height: 50px;
  }
}
.c-button:hover {
  color: #fff;
  background-color: #000;
  opacity: 1;
}

.c-button--arrow {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 60px;
  border: 2px solid #000;
  border-radius: 30px;
}
@media screen and (max-width: 850px) {
  .c-button--arrow {
    width: 230px;
    height: 50px;
  }
}
.c-button--arrow::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
  margin-left: 0.5em;
  transition: transform 0.3s ease;
  margin-left: 20px;
}
.c-button--arrow:hover {
  color: #fff;
  background-color: #000;
  opacity: 1;
}
.c-button--arrow:hover::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.c-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 850px) {
  .c-inner {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .c-inner {
    padding: 0 20px;
  }
}

.c-inner--small {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 850px) {
  .c-inner--small {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .c-inner--small {
    padding: 0 20px;
  }
}

.c-hamburger {
  width: 60px;
  height: 50px;
  padding: 0 15px;
  transition: 0.3s;
}
.c-hamburger_line {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 25px;
}
.c-hamburger_line.is-active .line:nth-child(1) {
  top: 10px;
  transform: rotate(-135deg);
}
.c-hamburger_line.is-active .line:nth-child(2) {
  opacity: 0;
}
.c-hamburger_line.is-active .line:nth-child(3) {
  top: 10px;
  transform: rotate(135deg);
}
.c-hamburger .line {
  display: block;
  width: 100%;
  height: 4px;
  background: #3daacd;
  border-radius: 3px;
  position: absolute;
  transition: 0.2s;
}
.c-hamburger .line:nth-child(1) {
  top: 0px;
}
.c-hamburger .line:nth-child(2) {
  top: 9px;
}
.c-hamburger .line:nth-child(3) {
  top: 18px;
}

/*===============================
c-text
===============================*/
.c-text--small {
  font-size: 1.4rem !important;
}
@media screen and (max-width: 850px) {
  .c-text--small {
    font-size: 1.2rem !important;
  }
}

.c-text--medium {
  font-size: 1.6rem !important;
}
@media screen and (max-width: 850px) {
  .c-text--medium {
    font-size: 1.4rem !important;
  }
}

.c-text--large {
  font-size: 150% !important;
}

/*===============================
c-textColor
===============================*/
/*===============================
c-text_strikethrough
===============================*/
.c-text_strikethrough {
  text-decoration: line-through;
}

/*
c-text--disc
===============================*/
.c-text--disc::before {
  content: "・";
}

/*
c-text--dash
===============================*/
.c-text--dash::before {
  content: "-";
  margin-right: 0.3em;
}

/*
c-text--noteIndent（※等の全角インデント）
===============================*/
.c-text--noteIndent {
  padding-left: 1em;
  text-indent: -1em;
}

/*
c-text--halfIndent（・等の半角インデント）
===============================*/
.c-text--halfIndent {
  padding-left: 0.5em;
  text-indent: -0.5em;
}

/*
c-text--dashIndent（-の半角インデント）
===============================*/
.c-text--dashIndent {
  padding-left: 0.6em;
  text-indent: -0.6em;
}

/*
c-text--numIndent（1.とかのインデント）
c-text--colonIndent（コロンのインデント）
===============================*/
.c-text--numIndent,
.c-text--colonIndent {
  padding-left: 0.8em;
  text-indent: -0.8em;
}

/*
c-text--bracketsIndent（カッコのインデント）
===============================*/
.c-text--bracketsIndent {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

/*===============================
p-header
===============================*/
.p-header {
  width: 100%;
  position: fixed;
  z-index: 99;
  background-color: #fff;
}
@media screen and (max-width: 850px) {
  .p-header {
    position: fixed;
  }
}
.p-header_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 60px;
}
@media screen and (max-width: 1500px) {
  .p-header_wrap {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .p-header_wrap {
    padding-left: 30px;
  }
}
@media screen and (max-width: 850px) {
  .p-header_wrap {
    padding-left: 0;
    height: 50px;
  }
}
.p-header_logo {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1500px) {
  .p-header_logo {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1200px) {
  .p-header_logo {
    font-size: 2rem;
  }
}
@media screen and (max-width: 924px) {
  .p-header_logo {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 850px) {
  .p-header_logo {
    font-size: 1.4rem;
    padding: 0 20px;
  }
}
.p-header_nav {
  display: flex;
  align-items: center;
  gap: 60px;
  transition: 0.3s;
}
@media screen and (max-width: 1500px) {
  .p-header_nav {
    gap: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .p-header_nav {
    gap: 30px;
  }
}
@media screen and (max-width: 850px) {
  .p-header_nav {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none; /* 非表示中のクリック無効化 */
    position: absolute;
    top: 50px;
    width: 100%;
    height: calc(100vh - 50px);
    background-color: #fff;
    padding: 1.5em 2em;
  }
}
@media screen and (max-width: 850px) {
  .p-header_nav.is-active {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
}
.p-header_navList {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1500px) {
  .p-header_navList {
    gap: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .p-header_navList {
    gap: 15px;
  }
}
@media screen and (max-width: 850px) {
  .p-header_navList {
    flex-direction: column;
    gap: 0;
    margin-bottom: 40px;
  }
}
.p-header_navItem {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .p-header_navItem {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 924px) {
  .p-header_navItem {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 850px) {
  .p-header_navItem {
    font-size: 1.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0.7em 0.8em;
  }
}
@media screen and (max-width: 850px) {
  .p-header_navItem::after {
    content: "〉";
    margin-left: auto;
    font-size: 1.8rem;
    letter-spacing: -0.2em;
  }
}
@media screen and (max-width: 850px) {
  .p-header_navItem:not(:last-child) {
    border-bottom: 2px solid #dadada;
  }
}
.p-header_navItem:before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #3daacd;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
@media screen and (max-width: 850px) {
  .p-header_navItem:before {
    content: none;
  }
}
.p-header_navItem:hover:before {
  transform: scale(1, 1);
  transform-origin: left top;
}
.p-header_navContact {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  background-color: #3daacd;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  padding: 0 50px;
}
@media screen and (max-width: 1500px) {
  .p-header_navContact {
    font-size: 2.2rem;
    padding: 0 40px;
  }
}
@media screen and (max-width: 1200px) {
  .p-header_navContact {
    font-size: 2rem;
    padding: 0 30px;
  }
}
@media screen and (max-width: 924px) {
  .p-header_navContact {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 850px) {
  .p-header_navContact {
    font-size: 1.8rem;
    height: 75px;
  }
}
.p-header_navContact::before {
  content: "";
  background-image: url(../images/icon_mail.png);
  background-size: cover;
  width: 32px;
  height: 20px;
}
@media screen and (max-width: 924px) {
  .p-header_navContact::before {
    width: 25px;
    height: 16px;
  }
}
.p-header_navContact:hover {
  background-color: #000;
  opacity: 1;
}

/*===============================
p-footer
===============================*/
.p-footer {
  background-color: #3daacd;
  padding: 2em;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .p-footer {
    padding: 1.5em;
  }
}
.p-footer_copyright {
  font-size: 1.2rem;
  color: #fff;
}

.p-mainvisual_wrap {
  position: relative;
  padding-top: 90px;
}
@media screen and (max-width: 850px) {
  .p-mainvisual_wrap {
    padding-top: 50px;
  }
}
.p-mainvisual_text {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: clamp(4%, 0.2vw, 3%);
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 1500px) {
  .p-mainvisual_text {
    bottom: clamp(2.5%, 0.47vw, 4%);
  }
}
@media screen and (max-width: 850px) {
  .p-mainvisual_text {
    bottom: clamp(5.4%, 1vw, 6%);
  }
}
@media screen and (max-width: 600px) {
  .p-mainvisual_text {
    bottom: clamp(4.8%, 1.33vw, 6%);
  }
}
.p-mainvisual_title {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  font-size: clamp(2.3rem, 2.7vw, 4.4rem);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 850px) {
  .p-mainvisual_title {
    font-size: clamp(2.2rem, 6.1vw, 4rem);
  }
}
.p-mainvisual_company {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  font-size: clamp(1.5rem, 1.7vw, 2.4rem);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 850px) {
  .p-mainvisual_company {
    font-size: clamp(1.2rem, 3.3vw, 2.4rem);
  }
}
.p-mainvisual_image img {
  width: 100%;
  aspect-ratio: 1920/990;
}
@media screen and (max-width: 850px) {
  .p-mainvisual_image img {
    aspect-ratio: 1/1;
  }
}

/*===============================
p-project
===============================*/
.p-project_title {
  grid-area: 1/1/2/2;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #3daacd;
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  white-space: nowrap;
  border-left: 4px solid #3daacd;
  padding-left: 0.5em;
}
@media screen and (max-width: 1200px) {
  .p-project_title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 850px) {
  .p-project_title {
    order: 1;
    font-size: 1.6rem;
    border-left: 2px solid #3daacd;
  }
}
.p-project_detail {
  grid-area: 2/1/3/2;
  max-width: 535px;
}
@media screen and (max-width: 850px) {
  .p-project_detail {
    order: 3;
    max-width: 360px;
  }
}
@media screen and (max-width: 600px) {
  .p-project_detail {
    max-width: none;
  }
}
.p-project_block {
  background-color: #e8e3dd;
  border-radius: 10px;
  padding: 0.8em 1.5em 1.5em;
  margin-bottom: 20px;
}
.p-project_block .block-title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 850px) {
  .p-project_block .block-title {
    margin-bottom: 5px;
  }
}
.p-project_block .block-title .main-title {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1200px) {
  .p-project_block .block-title .main-title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 850px) {
  .p-project_block .block-title .main-title {
    font-size: 1.5rem;
  }
}
.p-project_block .block-title .sub-title {
  font-family: montserrat, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (max-width: 1200px) {
  .p-project_block .block-title .sub-title {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 850px) {
  .p-project_block .block-title .sub-title {
    font-size: 1rem;
  }
}
.p-project_block .block-detail {
  margin-bottom: 20px;
}
@media screen and (max-width: 850px) {
  .p-project_block .block-detail {
    margin-bottom: 15px;
  }
}
.p-project_block .block-image img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .p-project_button {
    display: flex;
    margin: 0 auto;
  }
}
.p-project_image {
  grid-area: 1/2/3/3;
  padding-top: 30px;
}
@media screen and (max-width: 924px) {
  .p-project_image {
    padding-top: 50px;
  }
}
@media screen and (max-width: 850px) {
  .p-project_image {
    order: 2;
  }
}
@media screen and (max-width: 600px) {
  .p-project_image {
    padding-top: 0;
    padding: 0 15px;
  }
}

/*===============================
p-company
===============================*/
.p-company_block {
  display: table;
  width: 100%;
  border-bottom: 2px solid #3daacd;
  letter-spacing: 0.1em;
}
.p-company_block .block-title {
  background-color: #fff;
  display: table-cell;
  vertical-align: middle;
  width: 35%;
  border-right: 2px solid #3daacd;
  padding: 1em 1.5em;
}
.p-company_block .block-detail {
  background-color: #fff;
  display: table-cell;
  width: 65%;
  padding: 1em 1.5em;
}

/*===============================
p-contact
===============================*/
.p-contact_form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  letter-spacing: 0.1em;
}
.p-contact_block {
  display: flex;
}
@media screen and (max-width: 850px) {
  .p-contact_block {
    flex-direction: column;
  }
}
.p-contact_block .block-title {
  line-height: 1;
  width: 240px;
  height: 70px;
  background-color: #e8e3dd;
  display: flex;
  align-items: center;
  padding: 0 1.5em;
}
@media screen and (max-width: 850px) {
  .p-contact_block .block-title {
    width: 100%;
    height: auto;
    padding: 1em 1.2em;
  }
}
.p-contact_block .block-title > p {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-contact_block .block-title > p .required {
  color: #fff;
  font-size: 1.4rem;
  background-color: #ed2f46;
  padding: 0.4em 0.6em;
  border-radius: 20px;
  display: inline-block;
}
@media screen and (max-width: 850px) {
  .p-contact_block .block-title > p .required {
    font-size: 1.2rem;
  }
}
.p-contact_block .block-detail {
  width: calc(100% - 240px);
}
@media screen and (max-width: 850px) {
  .p-contact_block .block-detail {
    width: 100%;
  }
}
.p-contact_block .block-detail.block-detail--small {
  width: 340px;
}
@media screen and (max-width: 850px) {
  .p-contact_block .block-detail.block-detail--small {
    width: 100%;
  }
}
.p-contact_block .block-detail input::placeholder,
.p-contact_block .block-detail textarea::placeholder {
  color: #b9afa4;
  letter-spacing: 0.1em;
}
.p-contact_block .block-detail .input {
  width: 100%;
  height: 70px;
  padding: 0 1.5em;
  border: 1px solid #b9afa4;
}
@media screen and (max-width: 850px) {
  .p-contact_block .block-detail .input {
    height: auto;
    padding: 1em 1.2em;
  }
}
.p-contact_block .block-detail .input-small {
  width: 340px;
  height: 70px;
  padding: 0 1.5em;
  border: 1px solid #b9afa4;
}
@media screen and (max-width: 850px) {
  .p-contact_block .block-detail .input-small {
    width: 100%;
    height: auto;
    padding: 1em 1.2em;
  }
}
.p-contact_block .block-detail .textarea {
  width: 100%;
  padding: 1em 1.5em;
  border: 1px solid #b9afa4;
}
.p-contact_block--textarea .block-title {
  align-items: flex-start;
  height: auto;
  padding: 1.4em 1.5em;
}
@media screen and (max-width: 850px) {
  .p-contact_block--textarea .block-title {
    padding: 1em 1.2em;
  }
}
.p-contact_block--textarea .block-title > p {
  flex-wrap: wrap;
  gap: 10px;
}
.p-contact_block--textarea .block-title > p .required {
  margin-left: auto;
}
.p-contact_block--textarea .block-detail .wpcf7-not-valid-tip {
  width: calc(100% + 240px);
  margin-left: -240px;
  background-color: #fff;
  padding-left: 240px;
}
.p-contact_check > p {
  text-align: center;
  padding: 1.4em;
  background: #e8e3dd;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 850px) {
  .p-contact_check > p {
    padding: 1.2em;
  }
}
.p-contact_check input[type=checkbox] {
  position: relative;
  background: #fff;
  width: 20px;
  height: 20px;
  border: 1px solid #b9afa4;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.p-contact_check input[type=checkbox]:checked:before {
  position: absolute;
  top: 1px;
  left: 5px;
  transform: rotate(50deg);
  width: 7px;
  height: 12px;
  border-right: 2px solid #3daacd;
  border-bottom: 2px solid #3daacd;
  content: "";
}
.p-contact_submit {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  width: 300px;
  margin: 20px auto 0;
  position: relative;
}
@media screen and (max-width: 850px) {
  .p-contact_submit {
    width: 250px;
  }
}
.p-contact_submit::before {
  font-family: "icomoon";
  content: "\e900";
  font-weight: 600;
  font-size: 1.4rem;
  position: absolute;
  left: 25%;
  top: 52%;
  transform: translateY(-50%);
  pointer-events: none;
}
.p-contact_submit .c-button {
  transition: 0.3s;
}
@media screen and (max-width: 850px) {
  .p-contact_submit .c-button {
    width: 100%;
  }
}
.p-contact_submit .wpcf7-spinner {
  display: none;
}
.p-contact_submit:hover::before {
  color: #fff;
}
.p-contact_privacypolicy {
  text-align: center;
  font-size: 1.4rem;
  text-decoration: underline;
  margin-top: 15px;
}

/*===============================
p-section
===============================*/
.p-section_title {
  text-align: center;
  line-height: 1.5;
}
.p-section_title .sub-title {
  font-family: montserrat, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 850px) {
  .p-section_title .sub-title {
    font-size: 2.4rem;
  }
}
.p-section_title .main-title {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 850px) {
  .p-section_title .main-title {
    font-size: 1.4rem;
  }
}

/*===============================
p-privacypolicy
===============================*/
.p-privacypolicy_wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 850px) {
  .p-privacypolicy_wrap {
    gap: 20px;
  }
}
.p-privacypolicy_block .block-title {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
  border-left: 4px solid #3daacd;
  padding-left: 0.7em;
  margin-bottom: 20px;
}
@media screen and (max-width: 850px) {
  .p-privacypolicy_block .block-title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

/*===============================
top-news
===============================*/
.top-news {
  padding: 90px 0 180px;
}
@media screen and (max-width: 850px) {
  .top-news {
    padding: 50px 0 80px;
  }
}
.top-news_wrap {
  text-align: center;
}
.top-news_wrap #sbi_images {
  display: flex !important;
  flex-wrap: wrap;
  gap: 30px !important;
  padding-top: 40px !important;
}
@media screen and (max-width: 600px) {
  .top-news_wrap #sbi_images {
    gap: 20px !important;
    padding-top: 30px !important;
  }
}
.top-news_wrap #sbi_images .sbi_item {
  width: calc(33.3333333333% - 20px) !important;
}
@media screen and (max-width: 600px) {
  .top-news_wrap #sbi_images .sbi_item {
    width: calc(50% - 10px) !important;
  }
}
.top-news_wrap #sbi_load {
  display: none;
}
.top-news_text {
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .top-news_text {
    margin-top: 10px;
  }
}
.top-news_button {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.top-news_button::after {
  font-family: "icomoon";
  content: "\e901";
  font-size: 1.2rem;
  margin-left: 0.7em;
}
.top-news_button .icon {
  font-size: 2.4rem;
  margin-right: 0.5em;
}

/*===============================
top-project
===============================*/
.top-project {
  padding: 40px 0 80px;
  background-color: #3daacd;
  background-image: url(../images/bg_project.jpg);
  background-size: cover;
}
@media screen and (max-width: 850px) {
  .top-project {
    padding: 30px 0 180px;
    background-color: #47b5d6;
    background-image: url(../images/bg_project_sp.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
  }
}
.top-project_inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 850px) {
  .top-project_inner {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .top-project_inner {
    padding: 0 20px;
  }
}
.top-project_title {
  text-align: center;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  font-size: 4.8rem;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 850px) {
  .top-project_title {
    font-size: 1.6rem;
  }
}
.top-project_title::before {
  content: "FUNKY FUNNY DAYS!!";
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3daacd;
  font-size: 9rem;
  position: absolute;
  top: -152px;
  left: 50%;
  transform: translate(-50%, 0);
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .top-project_title::before {
    font-size: 7rem;
    top: -126px;
  }
}
@media screen and (max-width: 850px) {
  .top-project_title::before {
    font-size: 4rem;
    top: -80px;
  }
}
@media screen and (max-width: 600px) {
  .top-project_title::before {
    font-size: 2.4rem;
    top: -59px;
  }
}
.top-project_description {
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 850px) {
  .top-project_description {
    text-align: left;
  }
}
.top-project_description .description-text:not(:first-child) {
  margin-top: 15px;
}
@media screen and (max-width: 850px) {
  .top-project_description .description-text:not(:first-child) {
    margin-top: 0;
  }
}
.top-project_wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 45px;
}
@media screen and (max-width: 850px) {
  .top-project_wrap {
    gap: 30px;
    margin-top: 30px;
  }
}
.top-project_block {
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 30px;
  background-color: #fff;
  border-radius: 80px 80px 0 0;
  padding: 40px 60px 50px;
}
@media screen and (max-width: 924px) {
  .top-project_block {
    padding: 40px 40px 50px;
  }
}
@media screen and (max-width: 850px) {
  .top-project_block {
    border-radius: 20px 20px 0 0;
    padding: 25px 20px 30px;
  }
}
@media screen and (max-width: 600px) {
  .top-project_block {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}

/*===============================
top-collaborator
===============================*/
.top-collaborator {
  padding: 90px 0 100px;
}
@media screen and (max-width: 850px) {
  .top-collaborator {
    padding: 50px 0 60px;
  }
}
.top-collaborator_wrap {
  max-width: 963px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 850px) {
  .top-collaborator_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .top-collaborator_wrap {
    padding: 0 20px;
  }
}
.top-collaborator_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .top-collaborator_list {
    gap: 20px;
  }
}
.top-collaborator_image {
  max-width: calc(33.3333333333% - 20px);
  aspect-ratio: 274/90;
}
@media screen and (max-width: 600px) {
  .top-collaborator_image {
    max-width: calc(50% - 10px);
  }
}
.top-collaborator_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*===============================
top-company
===============================*/
.top-company {
  background-color: #3daacd;
  padding: 50px 0 60px;
}
.top-company_title {
  color: #fff;
}
.top-company_wrap {
  margin-top: 30px;
}
.top-company_bannerArea {
  text-align: center;
  margin-top: 25px;
}
.top-company_bannerArea .text {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 600px) {
  .top-company_bannerArea .text {
    font-size: 1.6rem;
  }
}
.top-company_bannerArea .text::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 9px solid #fff;
  border-bottom: 0;
}
@media screen and (max-width: 600px) {
  .top-company_bannerArea .text::after {
    bottom: -8px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 7px solid #fff;
  }
}
.top-company_banner {
  display: inline-block;
  margin-top: 20px;
  width: 100%;
}
.top-company_banner img {
  width: 100%;
}

/*===============================
top-contact
===============================*/
.top-contact {
  padding: 90px 0 100px;
}
@media screen and (max-width: 850px) {
  .top-contact {
    padding: 50px 0 60px;
  }
}
.top-contact_wrap {
  margin-top: 40px;
}

/*===============================
page-contents
===============================*/
.page-contents {
  padding-top: 90px;
}
@media screen and (max-width: 850px) {
  .page-contents {
    padding-top: 50px;
  }
}

/*===============================
page-contact
===============================*/
.page-contact_wrap {
  text-align: center;
  padding: 120px 0 220px;
}
@media screen and (max-width: 850px) {
  .page-contact_wrap {
    padding: 60px 20px 100px;
  }
}
.page-contact_title {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  position: relative;
  padding-top: 60px;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 850px) {
  .page-contact_title {
    font-size: 1.8rem;
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
.page-contact_title::before {
  content: "";
  background-image: url(../images/icon-circle-check.png);
  background-size: cover;
  width: 46px;
  height: 46px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 850px) {
  .page-contact_title::before {
    width: 35px;
    height: 35px;
  }
}
.page-contact_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 130px;
  height: 3px;
  background-color: #3daacd;
  transform: translateX(-50%);
}
@media screen and (max-width: 850px) {
  .page-contact_title::after {
    width: 60px;
    height: 2px;
  }
}
.page-contact_text {
  margin-bottom: 50px;
}

/*===============================
page-privacypolicy
===============================*/
.page-privacypolicy_wrap {
  padding: 70px 0 220px;
}
@media screen and (max-width: 850px) {
  .page-privacypolicy_wrap {
    padding: 40px 20px 90px;
  }
}
.page-privacypolicy_title {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .page-privacypolicy_title {
    font-size: 1.8rem;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.page-privacypolicy_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 130px;
  height: 3px;
  background-color: #3daacd;
  transform: translateX(-50%);
}
@media screen and (max-width: 850px) {
  .page-privacypolicy_title::after {
    width: 60px;
    height: 2px;
  }
}
.page-privacypolicy_text {
  margin-bottom: 60px;
}
@media screen and (max-width: 850px) {
  .page-privacypolicy_text {
    margin-bottom: 30px;
  }
}

/*====================================
Layout Adjust
====================================*/
/* Text Style
----------------------------*/
.u-indentFull {
  padding-left: 1em;
  text-indent: -1em;
}

.u-indentHalf {
  padding-left: 0.5em;
  text-indent: -0.5em;
}

.u-tCenter {
  text-align: center !important;
}

.u-tLeft {
  text-align: left !important;
}

.u-tRight {
  text-align: right !important;
}

.u-underline {
  text-decoration: underline;
}

.u-overline {
  text-decoration: overline;
}

.u-relative {
  position: relative;
}

.u-absolute {
  position: absolute;
}

.u-sticky {
  position: sticky;
}

.u-left0 {
  left: 0;
}

.u-right0 {
  right: 0;
}

.u-top0 {
  top: 0;
}

.u-bottom0 {
  bottom: 0;
}

.u-vTop {
  vertical-align: top !important;
}

.u-vMiddle {
  vertical-align: middle !important;
}

.u-vBottom {
  vertical-align: bottom !important;
}

.u-fLeft {
  float: left !important;
}

.u-fRight {
  float: right !important;
}

.u-fNone {
  float: none !important;
}

.u-color01 {
  color: #ff0000;
}

.u-color02 {
  color: #807f7f;
}

.u-color03 {
  color: #054872;
}

.u-colorWhite {
  color: #fff;
}

.u-colorBlack {
  color: #000;
}

.u-colorRed {
  color: #FF0;
}

.u-colorBlue {
  color: #0FF;
}

.u-bold {
  font-weight: bold;
}

.u-fontNormal {
  font-weight: normal !important;
}

.u-largeText {
  font-size: 117% !important;
}

.u-xlargeText {
  font-size: 125% !important;
}

.u-smallText {
  font-size: 92% !important;
}

.u-xsmallText {
  font-size: 84% !important;
}

.u-defaultText {
  font-size: 100% !important;
}

.u-focusOff {
  color: #aaa;
}

.u-focusOn {
  color: #262626;
}

.u-inline {
  display: inline !important;
}

.u-block {
  display: block !important;
}

.u-none {
  display: none !important;
}

.u-sectionLine {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #c8c8c8;
}

/* fontsize
----------------------------*/
.u-fontSize10 {
  font-size: 10px !important;
}

.u-fontSize11 {
  font-size: 11px !important;
}

.u-fontSize12 {
  font-size: 12px !important;
}

.u-fontSize13 {
  font-size: 13px !important;
}

.u-fontSize14 {
  font-size: 14px !important;
}

.u-fontSize15 {
  font-size: 15px !important;
}

.u-fontSize16 {
  font-size: 16px !important;
}

.u-fontSize17 {
  font-size: 17px !important;
}

.u-fontSize18 {
  font-size: 18px !important;
}

.u-fontSize19 {
  font-size: 19px !important;
}

.u-fontSize20 {
  font-size: 20px !important;
}

.u-fontSize21 {
  font-size: 21px !important;
}

.u-fontSize22 {
  font-size: 22px !important;
}

.u-fontSize23 {
  font-size: 23px !important;
}

.u-fontSize24 {
  font-size: 24px !important;
}

.u-fontSize25 {
  font-size: 25px !important;
}

.u-fontSize26 {
  font-size: 26px !important;
}

.u-fontSize27 {
  font-size: 27px !important;
}

.u-fontSize28 {
  font-size: 28px !important;
}

.u-fontSize29 {
  font-size: 29px !important;
}

.u-fontSize30 {
  font-size: 30px !important;
}

.u-fontSize31 {
  font-size: 31px !important;
}

.u-fontSize32 {
  font-size: 32px !important;
}

.u-fontSize33 {
  font-size: 33px !important;
}

.u-fontSize34 {
  font-size: 34px !important;
}

.u-fontSize35 {
  font-size: 35px !important;
}

.u-fontSize36 {
  font-size: 36px !important;
}

.u-fontSize37 {
  font-size: 37px !important;
}

.u-fontSize38 {
  font-size: 38px !important;
}

.u-fontSize39 {
  font-size: 39px !important;
}

.u-fontSize40 {
  font-size: 40px !important;
}

/* margin
----------------------------*/
.u-m0a {
  margin: 0 auto !important;
}

.u-m00 {
  margin: 0 !important;
}

.u-m01 {
  margin: 1px !important;
}

.u-m02 {
  margin: 2px !important;
}

.u-m03 {
  margin: 3px !important;
}

.u-m04 {
  margin: 4px !important;
}

.u-m05 {
  margin: 5px !important;
}

.u-m06 {
  margin: 6px !important;
}

.u-m07 {
  margin: 7px !important;
}

.u-m08 {
  margin: 8px !important;
}

.u-m09 {
  margin: 9px !important;
}

.u-m10 {
  margin: 10px !important;
}

.u-m15 {
  margin: 15px !important;
}

.u-m20 {
  margin: 20px !important;
}

.u-m25 {
  margin: 25px !important;
}

.u-m30 {
  margin: 30px !important;
}

.u-m35 {
  margin: 35px !important;
}

.u-m40 {
  margin: 40px !important;
}

.u-m45 {
  margin: 45px !important;
}

.u-m50 {
  margin: 50px !important;
}

.u-mt00 {
  margin-top: 0 !important;
}

.u-mt01 {
  margin-top: 1px !important;
}

.u-mt02 {
  margin-top: 2px !important;
}

.u-mt03 {
  margin-top: 3px !important;
}

.u-mt04 {
  margin-top: 4px !important;
}

.u-mt05 {
  margin-top: 5px !important;
}

.u-mt06 {
  margin-top: 6px !important;
}

.u-mt07 {
  margin-top: 7px !important;
}

.u-mt08 {
  margin-top: 8px !important;
}

.u-mt09 {
  margin-top: 9px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb00 {
  margin-bottom: 0 !important;
}

.u-mb01 {
  margin-bottom: 1px !important;
}

.u-mb02 {
  margin-bottom: 2px !important;
}

.u-mb03 {
  margin-bottom: 3px !important;
}

.u-mb04 {
  margin-bottom: 4px !important;
}

.u-mb05 {
  margin-bottom: 5px !important;
}

.u-mb06 {
  margin-bottom: 6px !important;
}

.u-mb07 {
  margin-bottom: 7px !important;
}

.u-mb08 {
  margin-bottom: 8px !important;
}

.u-mb09 {
  margin-bottom: 9px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mr00 {
  margin-right: 0 !important;
}

.u-mr01 {
  margin-right: 1px !important;
}

.u-mr02 {
  margin-right: 2px !important;
}

.u-mr03 {
  margin-right: 3px !important;
}

.u-mr04 {
  margin-right: 4px !important;
}

.u-mr05 {
  margin-right: 5px !important;
}

.u-mr06 {
  margin-right: 6px !important;
}

.u-mr07 {
  margin-right: 7px !important;
}

.u-mr08 {
  margin-right: 8px !important;
}

.u-mr09 {
  margin-right: 9px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-ml00 {
  margin-left: 0 !important;
}

.u-ml01 {
  margin-left: 1px !important;
}

.u-ml02 {
  margin-left: 2px !important;
}

.u-ml03 {
  margin-left: 3px !important;
}

.u-ml04 {
  margin-left: 4px !important;
}

.u-ml05 {
  margin-left: 5px !important;
}

.u-ml06 {
  margin-left: 6px !important;
}

.u-ml07 {
  margin-left: 7px !important;
}

.u-ml08 {
  margin-left: 8px !important;
}

.u-ml09 {
  margin-left: 9px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

/* padding
----------------------------*/
.u-p00 {
  padding: 0 !important;
}

.u-p01 {
  padding: 1px !important;
}

.u-p02 {
  padding: 2px !important;
}

.u-p03 {
  padding: 3px !important;
}

.u-p04 {
  padding: 4px !important;
}

.u-p05 {
  padding: 5px !important;
}

.u-p06 {
  padding: 6px !important;
}

.u-p07 {
  padding: 7px !important;
}

.u-p08 {
  padding: 8px !important;
}

.u-p09 {
  padding: 9px !important;
}

.u-p10 {
  padding: 10px !important;
}

.u-p15 {
  padding: 15px !important;
}

.u-p20 {
  padding: 20px !important;
}

.u-p25 {
  padding: 25px !important;
}

.u-p30 {
  padding: 30px !important;
}

.u-p35 {
  padding: 35px !important;
}

.u-p40 {
  padding: 40px !important;
}

.u-p45 {
  padding: 45px !important;
}

.u-p50 {
  padding: 50px !important;
}

.u-pt00 {
  padding-top: 0 !important;
}

.u-pt01 {
  padding-top: 1px !important;
}

.u-pt02 {
  padding-top: 2px !important;
}

.u-pt03 {
  padding-top: 3px !important;
}

.u-pt04 {
  padding-top: 4px !important;
}

.u-pt05 {
  padding-top: 5px !important;
}

.u-pt06 {
  padding-top: 6px !important;
}

.u-pt07 {
  padding-top: 7px !important;
}

.u-pt08 {
  padding-top: 8px !important;
}

.u-pt09 {
  padding-top: 9px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pb00 {
  padding-bottom: 0 !important;
}

.u-pb01 {
  padding-bottom: 1px !important;
}

.u-pb02 {
  padding-bottom: 2px !important;
}

.u-pb03 {
  padding-bottom: 3px !important;
}

.u-pb04 {
  padding-bottom: 4px !important;
}

.u-pb05 {
  padding-bottom: 5px !important;
}

.u-pb06 {
  padding-bottom: 6px !important;
}

.u-pb07 {
  padding-bottom: 7px !important;
}

.u-pb08 {
  padding-bottom: 8px !important;
}

.u-pb09 {
  padding-bottom: 9px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pr00 {
  padding-right: 0 !important;
}

.u-pr01 {
  padding-right: 1px !important;
}

.u-pr02 {
  padding-right: 2px !important;
}

.u-pr03 {
  padding-right: 3px !important;
}

.u-pr04 {
  padding-right: 4px !important;
}

.u-pr05 {
  padding-right: 5px !important;
}

.u-pr06 {
  padding-right: 6px !important;
}

.u-pr07 {
  padding-right: 7px !important;
}

.u-pr08 {
  padding-right: 8px !important;
}

.u-pr09 {
  padding-right: 9px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pl00 {
  padding-left: 0 !important;
}

.u-pl01 {
  padding-left: 1px !important;
}

.u-pl02 {
  padding-left: 2px !important;
}

.u-pl03 {
  padding-left: 3px !important;
}

.u-pl04 {
  padding-left: 4px !important;
}

.u-pl05 {
  padding-left: 5px !important;
}

.u-pl06 {
  padding-left: 6px !important;
}

.u-pl07 {
  padding-left: 7px !important;
}

.u-pl08 {
  padding-left: 8px !important;
}

.u-pl09 {
  padding-left: 9px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

/* clearfix ------- */
.clear:before, .clear:after {
  content: "";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  zoom: 1;
}

.u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

/*====================================
Every Parts
====================================*/
/* Pc Top
----------------------------*/
.header .boxLevel1 {
  height: 60px;
}

.boxLevel2 {
  margin: 10px 0;
}

.header .headerSerch {
  width: 730px;
  height: 60px;
}

.header .headerSerch .text {
  width: 600px;
  height: 40px;
  margin: 10px 0;
  padding: 0 10px;
}

.header .headerSerch input.btn {
  width: 60px;
  height: 40px;
  margin-left: 5px;
}

.header .headerMenu {
  margin: 15px auto;
}

.header .lText {
  width: 65%;
}

.header .rMenu {
  text-align: right;
}

.header .rMenu li {
  margin: 0 10px;
}

/*
.contents {
width: 1200px;
margin: 0 auto 20px auto;
} */
.contentsLeft {
  width: 230px;
  margin-right: 50px;
  float: left;
}

.contentsLeft .lSearchArea {
  padding: 20px 20px;
  background: #ccc;
  margin-bottom: 20px;
}

.contentsLeft .lSearchArea dd {
  text-align: center;
}

.contentsLeft .lSearchArea select {
  width: 190px;
  height: 25px;
}

.contentsLeft .lSearchArea input {
  width: 190px;
  height: 20px;
}

.contentsLeft .lSearchArea .searchBtn {
  text-align: center;
}

.contentsLeft .lSearchArea .btn {
  height: 40px;
  text-align: center;
  padding: 5px 80px;
}

.contentsLeft .sideMenu {
  padding: 10px;
}

.contentsLeft .sideMenu li {
  list-style-type: disc !important;
  list-style-position: inside;
  line-height: 1.5;
}

.contentsRight {
  width: 920px;
  float: left;
}

.footer .fTop {
  background: #ccc;
}

.footer .boxLevel4 {
  width: 1200px;
  margin: 0 auto;
}

.footer .fTitle {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.footer .fBottom {
  width: 1200px;
  margin: 30px auto 0 auto;
}

.footer .fMenu {
  text-align: center;
  margin-bottom: 0;
  background: #ccc;
  padding: 10px 0;
}

.footer .fMenu li {
  display: inline;
  padding: 0 15px;
}

.footer .fCopy {
  background: #000;
  color: #fff;
  line-height: 1.3;
  font-size: 14px;
  text-align: center;
  padding: 20px;
}

.coverToTop {
  position: fixed;
  right: 0;
  bottom: 0;
  height: 100px;
  width: 130px;
  background: #aaa;
  color: #000;
  font-size: 32px;
  text-align: center;
}

.toTop {
  position: relative;
}

.toTop a {
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.js-coupon_end {
  padding: 0 !important;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -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;
  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;
}