@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@font-face {
  font-family: "crimson-bold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/common/fonts/crimson-bold.woff") format("woff");
  src: url("/assets/common/fonts/crimson-bold.woff2") format("woff2");
  font-display: swap;
}
/* 共通のcss */
/* フォントサイズ基本14px */
body {
  min-width: 1280px;
  color: #092a78;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

body {
  font-size: 14px;
}

/* 共通のcss */
body p,
body ul,
body li,
body ol,
body dl,
body dd,
body dt {
  font-weight: 500;
}

/* フォントのチラつきFOUTを対処css */
.wf-active p {
  visibility: visible;
}

.wf-active li {
  visibility: visible;
}

.wf-active a {
  visibility: visible;
}

/* フォントのチラつきFOUTを対処css */
/* クロームの画像をくすませない */
.visit-img img {
  -webkit-backface-visibility: hidden;
}

/* クロームの画像をくすませない */
a {
  opacity: 1;
  transition: all 0.5s;
  cursor: pointer;
}

a:hover {
  opacity: 0.6;
  transition: all 0.5s;
}

/* layout */
.l-inner {
  width: 1000px;
  margin: 0 auto;
}

.l-contents {
  min-width: 1280px;
  margin: 0 auto;
}

/* layout */
/* comportant */
.c-breadclumb {
  width: 1000px !important;
  display: flex;
  align-items: center;
  height: 45px;
  margin: 0 auto !important;
}

.c-breadclumb ol {
  display: flex;
}

.c-breadclumb ol li {
  font-size: 10px;
  font-weight: 500;
  margin-right: 10px;
}

.c-breadclumb ol li:last-of-type {
  margin-right: 0;
}

.c-breadclumb ol li::after {
  content: "＞";
  display: inline-block;
  margin-left: 10px;
}

.c-breadclumb ol li:last-of-type::after {
  display: none;
}

.c-breadclumb ol li a {
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  color: #01b3cd;
  cursor: pointer;
  transition: none;
  text-decoration: none;
}

.c-breadclumb ol li:last-of-type a {
  color: #092a78;
  cursor: default !important;
  pointer-events: none !important;
  text-decoration: none !important;
}

.c-breadclumb ol li a:hover {
  border-bottom: 1px solid #01b3cd;
  opacity: 1;
  transition: none;
}

.c-contents-ttl {
  background-color: #f7f7f7;
  width: 100%;
  min-width: 1280px;
  height: 100px;
  line-height: 100px;
  color: #092a78;
}

.c-contents-ttl h1 {
  width: 1000px !important;
  margin: 0 auto;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 30px;
  text-align: left !important;
  font-weight: 500 !important;
}

.c-contents-ttl .c-contents-ttl-txt {
  width: 1000px !important;
  margin: 0 auto;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 30px;
  text-align: left !important;
  font-weight: 500;
  line-height: 100px !important;
}

.c-contents-ttl span {
  display: inline-block;
  margin-left: 17px;
  font-family: "crimson-bold";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.075em;
  vertical-align: middle;
}

/* comportant */
.fw-bold {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700 !important;
}

body .common-apply {
  background: #eaf6fb;
  padding: 100px 0 103px;
}
body .common-apply .l-inner {
  margin: 0 auto;
}
body .common-apply .btn-wrap {
  display: flex;
  flex-direction: start;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: start;
}
body .common-apply-btn {
  position: relative;
  background-color: #94d2e9;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 44px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  align-self: center;
  border-radius: 100px;
}
body .common-apply-btn span::before {
  position: absolute;
  right: 16px;
  top: 19px;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
body .common-apply__ttl {
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 500 !important;
  text-align: center;
  color: #333;
}
body .common-apply__wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: start;
  height: 470px;
}
body .common-apply__server {
  position: relative;
  padding: 32px 32px 32px 32px;
  height: 100%;
  box-sizing: border-box;
}
body .common-apply__server[data-server=mini] {
  background-color: #fff;
  width: 304px;
  margin-right: 24px;
}
body .common-apply__server[data-server=tall], body .common-apply__server[data-server=tall-cafe] {
  width: 304px;
}
body .common-apply__server[data-server=tall-cafe]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  height: 440px;
  border-left: 1px solid #ced4e4;
}
body .common-apply__server[data-server=tall-cafe]::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 32px;
  right: 32px;
  background: url(/assets/images/share/cafe-icon.svg) no-repeat center/contain;
  width: 36px;
  height: 57px;
}
body .common-apply__server-type {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: start;
  height: 100%;
}
body .common-apply__server-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-bottom: 32px;
}
body .common-apply__server-ttl {
  margin-bottom: 24px;
  text-align: center;
}
body .common-apply__server-img {
  display: flex;
  align-items: flex-end;
  text-align: center;
  margin-bottom: 32px;
}
body .common-apply__server-wrap {
  display: flex;
}
body .common-apply__server ul.function-tag-list {
  position: absolute;
  top: 32px;
  left: 22px;
  display: flex;
  flex-direction: column;
}
body .common-apply__server ul.function-tag-list li {
  width: 57px;
  padding: 2px 6px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid;
  line-height: 1.1;
  letter-spacing: 0;
  text-align: center;
}
body .common-apply__server ul.function-tag-list li:not(:last-of-type) {
  margin-bottom: 8px;
}
body .common-apply__server ul.function-tag-list li:last-of-type {
  margin-right: 0;
}
body .common-apply__server ul.function-tag-list li.hot-water {
  color: #f03c8e;
}
body .common-apply__server ul.function-tag-list li.cold-water {
  color: #94d2e9;
}
body .common-apply__server ul.function-tag-list li.coffee-water {
  color: #60361C;
}
body .common-apply__server ul.function-tag-list li.water {
  color: #092a78;
}
body .common-apply__server-txt p {
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  color: #333;
  text-align: left;
}
body .common-apply-bnr__wrap {
  text-align: center;
  margin: 80px auto 0;
}
body .common-apply-bnr__wrap a {
  display: inline-block;
}
body .common-apply-bnr__wrap a img {
  border: 1px solid #919191;
  box-sizing: content-box;
}

#notification-period {
  background: #fff;
  width: 800px;
  height: auto;
  padding: 32px;
  margin: 0 auto 54px;
  border: 1px solid #ff0000;
}
#notification-period .notification__ttl {
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  color: #f00;
  border-bottom: 1px solid #f00;
}
#notification-period .notification__ttl + p {
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
  color: #000000;
}
#notification-period p span {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  color: #f00;
  margin: 0 8px 0 -4px;
}

.header, .fixed-header { /*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
.header *, .header ::before, .header ::after, .fixed-header *, .fixed-header ::before, .fixed-header ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
.header body, .fixed-header body {
  margin: 0;
}
.header main, .fixed-header main {
  display: block;
}
.header p, .header table, .header blockquote, .header address, .header pre, .header iframe, .header form, .header figure, .header dl, .fixed-header p, .fixed-header table, .fixed-header blockquote, .fixed-header address, .fixed-header pre, .fixed-header iframe, .fixed-header form, .fixed-header figure, .fixed-header dl {
  margin: 0;
}
.header h1, .header h2, .header h3, .header h4, .header h5, .header h6, .fixed-header h1, .fixed-header h2, .fixed-header h3, .fixed-header h4, .fixed-header h5, .fixed-header h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
.header ul, .header ol, .fixed-header ul, .fixed-header ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header dt, .fixed-header dt {
  font-weight: 500;
}
.header dd, .fixed-header dd {
  margin-left: 0;
}
.header hr, .fixed-header hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
.header pre, .fixed-header pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
.header address, .fixed-header address {
  font-style: inherit;
}
.header a, .fixed-header a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
.header abbr[title], .fixed-header abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
.header b, .header strong, .fixed-header b, .fixed-header strong {
  font-weight: 500;
}
.header code, .header kbd, .header samp, .fixed-header code, .fixed-header kbd, .fixed-header samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
.header small, .fixed-header small {
  font-size: 80%;
}
.header sub, .header sup, .fixed-header sub, .fixed-header sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.header sub, .fixed-header sub {
  bottom: -0.25em;
}
.header sup, .fixed-header sup {
  top: -0.5em;
}
.header img, .header embed, .header object, .header iframe, .fixed-header img, .fixed-header embed, .fixed-header object, .fixed-header iframe {
  vertical-align: bottom;
}
.header button, .header input, .header optgroup, .header select, .header textarea, .fixed-header button, .fixed-header input, .fixed-header optgroup, .fixed-header select, .fixed-header textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
.header [type=checkbox], .fixed-header [type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}
.header [type=radio], .fixed-header [type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}
.header button, .header input, .fixed-header button, .fixed-header input {
  overflow: visible;
}
.header button, .header select, .fixed-header button, .fixed-header select {
  text-transform: none;
}
.header button, .header [type=button], .header [type=reset], .header [type=submit], .fixed-header button, .fixed-header [type=button], .fixed-header [type=reset], .fixed-header [type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.header button[disabled], .header [type=button][disabled], .header [type=reset][disabled], .header [type=submit][disabled], .fixed-header button[disabled], .fixed-header [type=button][disabled], .fixed-header [type=reset][disabled], .fixed-header [type=submit][disabled] {
  cursor: default;
}
.header button::-moz-focus-inner, .header [type=button]::-moz-focus-inner, .header [type=reset]::-moz-focus-inner, .header [type=submit]::-moz-focus-inner, .fixed-header button::-moz-focus-inner, .fixed-header [type=button]::-moz-focus-inner, .fixed-header [type=reset]::-moz-focus-inner, .fixed-header [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.header button:-moz-focusring, .header [type=button]:-moz-focusring, .header [type=reset]:-moz-focusring, .header [type=submit]:-moz-focusring, .fixed-header button:-moz-focusring, .fixed-header [type=button]:-moz-focusring, .fixed-header [type=reset]:-moz-focusring, .fixed-header [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.header select::-ms-expand, .fixed-header select::-ms-expand {
  display: none;
}
.header option, .fixed-header option {
  padding: 0;
}
.header fieldset, .fixed-header fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
.header legend, .fixed-header legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
.header progress, .fixed-header progress {
  vertical-align: baseline;
}
.header textarea, .fixed-header textarea {
  overflow: auto;
}
.header [type=number]::-webkit-inner-spin-button, .header [type=number]::-webkit-outer-spin-button, .fixed-header [type=number]::-webkit-inner-spin-button, .fixed-header [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.header [type=search], .fixed-header [type=search] {
  outline-offset: -2px;
}
.header [type=search]::-webkit-search-decoration, .fixed-header [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.header ::-webkit-file-upload-button, .fixed-header ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
.header label[for], .fixed-header label[for] {
  cursor: pointer;
}
.header details, .fixed-header details {
  display: block;
}
.header summary, .fixed-header summary {
  display: list-item;
}
.header [contenteditable], .fixed-header [contenteditable] {
  outline: none;
}
.header table, .fixed-header table {
  border-collapse: collapse;
  border-spacing: 0;
}
.header caption, .fixed-header caption {
  text-align: left;
}
.header td, .header th, .fixed-header td, .fixed-header th {
  vertical-align: top;
  padding: 0;
}
.header th, .fixed-header th {
  text-align: left;
  font-weight: 500;
}
.header template, .fixed-header template {
  display: none;
}
.header [hidden], .fixed-header [hidden] {
  display: none;
}

.announcement-container {
  background: #fff;
  position: relative;
  width: 100%;
  height: 38px;
  overflow: hidden;
  z-index: 100;
  border-bottom: 2px solid #edb64c;
}
.announcement-wrapper {
  position: absolute;
  background: #fff;
  width: 100%;
  transition: transform 0.5s ease;
}
.announcement-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 0 20px;
  color: #f03c8e;
  letter-spacing: 0.01em;
}
.announcement-item strong {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #f03c8e;
}
.announcement-item strong a {
  position: relative;
  padding: 0 12px;
  color: #f03c8e;
}
.announcement-item strong a > span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.announcement-item strong a span.header-arrow {
  position: relative;
  display: inline-block;
  margin: 0 0 0 8px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 1px solid #f03c8e;
}
.announcement-item strong a span.header-arrow::after {
  content: "";
  position: absolute;
  left: calc(50% - 1px);
  top: 50%;
  width: 5px;
  height: 5px;
  display: inline-block;
  border-top: 1px solid #f03c8e;
  border-right: 1px solid #f03c8e;
  transform: translate(-50%, -50%) rotate(45deg);
}
.announcement-item strong span {
  line-height: 1;
  color: #f03c8e;
  letter-spacing: 0.075em;
  text-align: center;
}
.announcement-item strong span[data-icon=track] {
  display: flex;
  align-items: center;
  margin: 0 10px;
}
.announcement-item strong span[data-icon=track]::before {
  content: "";
  display: inline-block;
  align-self: center;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='レイヤー_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50.1 27.5' style='enable-background:new 0 0 50.1 27.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23F03C8E;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;%7D%0A%3C/style%3E%3Ctitle%3Etrack%3C/title%3E%3Crect x='20.7' y='1.7' class='st0' width='27.5' height='18.8'/%3E%3Cpath class='st0' d='M2.3,17.4c0,1.7,1.4,3.1,3.1,3.1h1.1'/%3E%3Cg%3E%3Cpolyline class='st0' points='2.3,17 2.3,14.6 8.5,6 17,6 17,20.5 15.3,20.5 '/%3E%3Ccircle class='st0' cx='11.9' cy='22.4' r='3.4'/%3E%3Cpolyline class='st0' points='2.3,17 2.3,14.6 8.5,6 17,6 17,20.5 15.3,20.5 '/%3E%3C/g%3E%3Ccircle class='st0' cx='11.9' cy='22.4' r='3.4'/%3E%3Cpath class='st0' d='M41.6,22.4c0,1.9-1.5,3.4-3.4,3.4s-3.4-1.5-3.4-3.4'/%3E%3Cline class='st0' x1='26.2' y1='7.4' x2='43.2' y2='7.4'/%3E%3Cline class='st0' x1='26.2' y1='12.3' x2='43.2' y2='12.3'/%3E%3C/svg%3E%0A") no-repeat center/contain;
  width: 26px;
  height: 26px;
  margin-right: 6px;
  margin-top: 2px;
}
.announcement-item strong span[data-icon=clock] {
  display: flex;
  align-items: center;
  margin: 0 6px;
}
.announcement-item strong span[data-icon=clock]::before {
  content: "";
  display: inline-block;
  align-self: center;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDY5MC44IDYxNy4xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2OTAuOCA2MTcuMTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNGMDNDOEU7fQo8L3N0eWxlPgo8Zz4KCTxnPgoJCTxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMzQ5LjYsMzI2LjYgMzQ5LjYsMTA4LjggNDE0LjcsMTA4LjggNDE0LjcsMjg4LjggNTQyLjMsMzY0LjcgNTA5LjMsNDIwLjggCQkiLz4KCQk8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjM2MC45LDMyMC4xIDM2MC45LDEyMC4yIDQwMy40LDEyMC4yIDQwMy40LDI5NS4yIDUyNi44LDM2OC42IDUwNS4zLDQwNS4yIAkJIi8+CgkJPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIzNTguMSwzMjEuOCAzNTguMSwxMTcuMyA0MDYuMiwxMTcuMyA0MDYuMiwyOTMuNiA1MzAuNywzNjcuNyA1MDYuMyw0MDkuMSAJCSIvPgoJCTxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMzY5LjQsMTI4LjcgMzY5LjQsMzE1LjMgNTAyLjMsMzkzLjYgNTE1LjIsMzcxLjYgMzk0LjksMzAwLjEgMzk0LjksMTI4LjcgCQkiLz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzgyLjIsNjA2LjdjLTU2LjQsMC0xMTEuMy0xNS43LTE1OC45LTQ1LjRDMTc3LDUzMi40LDEzOS40LDQ5MS41LDExNC42LDQ0M2wtMTQuOC0yOC45aDcyLjlsNS43LDkuOQoJCQljMjAuMywzNS4xLDQ5LjUsNjQuNSw4NC41LDg1LjFjMzYsMjEuMiw3Ny4yLDMyLjQsMTE5LjIsMzIuNGM2Mi44LDAsMTIxLjktMjQuNSwxNjYuMy02OC45YzQ0LjQtNDQuNCw2OC45LTEwMy41LDY4LjktMTY2LjMKCQkJcy0yNC41LTEyMS45LTY4LjktMTY2LjNDNTA0LDk1LjYsNDQ1LDcxLjIsMzgyLjIsNzEuMmMtNTQuNiwwLTEwNy43LDE5LjEtMTQ5LjcsNTMuOGMtMzQuOCwyOC44LTYxLDY3LjYtNzQuNiwxMTAuNWg2Mi42CgkJCUwxMTQuNCwzNjIuOEw4LjMsMjM1LjVoODEuOWMxNS02MS43LDQ5LjgtMTE3LjksOTguNy0xNTlDMjQyLjksMzEsMzExLjUsNiwzODIuMiw2YzgwLjIsMCwxNTUuNiwzMS4yLDIxMi40LDg4CgkJCWM1Ni43LDU2LjcsODgsMTMyLjIsODgsMjEyLjRjMCw4MC4yLTMxLjIsMTU1LjYtODgsMjEyLjRDNTM3LjgsNTc1LjQsNDYyLjQsNjA2LjcsMzgyLjIsNjA2Ljd6Ii8+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTM4Mi4yLDU5NS40Yy01NC4yLDAtMTA3LjEtMTUuMS0xNTIuOS00My43Yy00NC41LTI3LjgtODAuNy02Ny4yLTEwNC41LTExMy44bC02LjMtMTIuNGg0Ny44bDIuNSw0LjIKCQkJYzIxLjMsMzYuOCw1MS45LDY3LjYsODguNSw4OS4yYzM3LjcsMjIuMiw4MC45LDM0LDEyNC45LDM0YzY1LjgsMCwxMjcuNy0yNS42LDE3NC4zLTcyLjJjNDYuNi00Ni42LDcyLjItMTA4LjUsNzIuMi0xNzQuMwoJCQlTNjAzLDE3OC42LDU1Ni41LDEzMkM1MDkuOSw4NS41LDQ0OCw1OS45LDM4Mi4yLDU5LjljLTU3LjIsMC0xMTIuOSwyMC0xNTYuOSw1Ni40Yy00MC43LDMzLjctNjkuNyw3OS43LTgyLjMsMTMwLjZoNTMuNAoJCQlsLTgxLjksOTguM2wtODEuOS05OC4zaDY2LjhjMTMuMi02Mi45LDQ3LjQtMTIwLjEsOTYuOS0xNjEuN2M1MS45LTQzLjcsMTE4LTY3LjgsMTg2LTY3LjhjNzcuMiwwLDE0OS44LDMwLjEsMjA0LjQsODQuNgoJCQljNTQuNiw1NC42LDg0LjYsMTI3LjIsODQuNiwyMDQuNGMwLDc3LjItMzAuMSwxNDkuOC04NC42LDIwNC40QzUzMS45LDU2NS4zLDQ1OS4zLDU5NS40LDM4Mi4yLDU5NS40eiIvPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zODIuMiw1OTguMmMtNTQuOCwwLTEwOC4xLTE1LjMtMTU0LjQtNDQuMWMtNDUtMjguMS04MS41LTY3LjgtMTA1LjYtMTE0LjlsLTguNC0xNi41aDU0LjFsMy4zLDUuNwoJCQljMjEsMzYuMyw1MS4zLDY2LjgsODcuNSw4OC4yYzM3LjMsMjIsODAsMzMuNiwxMjMuNSwzMy42YzY1LjEsMCwxMjYuMy0yNS4zLDE3Mi4zLTcxLjRzNzEuNC0xMDcuMiw3MS40LTE3Mi4zCgkJCXMtMjUuMy0xMjYuMy03MS40LTE3Mi4zUzQ0Ny4yLDYyLjcsMzgyLjIsNjIuN2MtNTYuNSwwLTExMS42LDE5LjgtMTU1LjEsNTUuOGMtMzkuMywzMi41LTY3LjUsNzYuNy04MC41LDEyNS42aDU1LjhsLTg4LDEwNS42CgkJCUwyNi40LDI0NEg5N2MxMy43LTYyLjYsNDgtMTE5LjUsOTcuNC0xNjFjNTIuNS00NC4xLDExOS4yLTY4LjUsMTg3LjgtNjguNWM3OCwwLDE1MS4yLDMwLjQsMjA2LjQsODUuNQoJCQljNTUuMSw1NS4xLDg1LjUsMTI4LjQsODUuNSwyMDYuNHMtMzAuNCwxNTEuMi04NS41LDIwNi40UzQ2MC4xLDU5OC4yLDM4Mi4yLDU5OC4yeiIvPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNjEuMyw0MzRoLTI5YzQ2LjQsOTAuOCwxNDAuOSwxNTIuOSwyNDkuOCwxNTIuOWMxNTQuOSwwLDI4MC41LTEyNS42LDI4MC41LTI4MC41CgkJCWMwLTE1NC45LTEyNS42LTI4MC41LTI4MC41LTI4MC41Yy0xMzcuNSwwLTI1MS45LDk4LjktMjc1LjksMjI5LjVINTAuN2w2My44LDc2LjVsNjMuOC03Ni41aC00NS45CgkJCWMyMy42LTExNi40LDEyNi41LTIwNCwyNDkuOS0yMDRjMTQwLjgsMCwyNTUsMTE0LjIsMjU1LDI1NWMwLDE0MC44LTExNC4yLDI1NS0yNTUsMjU1QzI4Ny44LDU2MS4zLDIwNS40LDUxMC4xLDE2MS4zLDQzNHoiLz4KCTwvZz4KPC9nPgo8L3N2Zz4K") no-repeat center/contain;
  width: 17px;
  height: 17px;
  margin-right: 6px;
  margin-top: 2px;
}

.header {
  background: #fff;
  background-image: url("../../../assets/images/share/header-bg.png");
  background-position: center;
  background-position-y: 2px;
  width: 100%;
  height: 175px;
  padding-top: 30px;
  box-sizing: border-box;
}
.header__inner {
  width: 1000px;
  margin: 0 auto;
}
.header__top {
  min-width: 1000px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 17px;
}
.header__func-area {
  display: flex;
}
.header__postage {
  margin-top: 5px;
}
.header__postage:first-of-type {
  margin-right: 8px;
}
.header__postage p {
  display: inline-block;
  padding: 4px 10px;
  line-height: 1.1;
  font-size: 14px;
  font-weight: 500;
  color: #f03c8e;
  letter-spacing: 0.01em;
  border: 1px solid #f03c8e;
  border-radius: 5px;
}
.header__handling {
  margin-top: 8px;
  margin-right: 15px;
  margin-left: 20px;
}
.header__handling ul {
  display: flex;
  justify-content: center;
}
.header__handling ul li {
  margin-right: 13px;
}
.header__handling ul li:last-of-type {
  margin-right: 0;
}
.header__handling ul li a {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #092a78;
}
.header__form {
  margin-right: 7px;
}
.header__form #yjSsFrm {
  position: relative;
  width: 184px;
  height: 30px;
  margin-bottom: 20px;
}
.header__form #sbox1 {
  background-color: #fff;
  width: 100%;
  height: 32px;
  padding: 0 30px 0 10px;
  border-radius: 100px;
  font-size: 12px;
  color: #092a78;
  outline: 0;
  border: 1px solid #092a78;
}
.header__form #sbtn1 {
  width: 14px;
  line-height: 13px;
  position: absolute;
  right: 15px;
  top: calc(50% + 1px);
  transform: translateY(-50%);
}
.header__form #sbtn1 img {
  width: 100%;
}
.header__mypage a {
  background: #919191;
  display: flex;
  align-items: center;
  padding: 9px 20px 9px 20px;
  height: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  border-radius: 100px;
  box-sizing: border-box;
}
.header__mypage a span {
  display: flex;
  align-items: center;
}
.header__mypage a span::before {
  content: "";
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 20.5 28.18' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10.25' cy='6.31' fill='none' r='5.31' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath d='m19.5 19.65c0-2.93-4.14-5.31-9.25-5.31s-9.25 2.38-9.25 5.31v7.53h18.5z' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath d='m15.46 7.34a5 5 0 0 0 .1-1 5.31 5.31 0 0 0 -10.62 0 5.59 5.59 0 0 0 .14 1.23l6.55-2.72z' fill='%23fff'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  width: 12px;
  height: 17px;
  margin-right: 4px;
}
.header__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__bottom nav {
  align-self: center;
}
.header__bottom nav ul {
  display: flex;
}
.header__bottom nav ul .fixed-server-select p {
  padding: 0 34px;
  font-size: 16.25px;
  font-weight: 500;
  color: #092a78;
}
.header__bottom nav ul .fixed-server-select:hover ul.fixed-server li {
  width: 180px;
  height: 46px;
  padding: 7px 15px;
  transition: ease-in-out 0.1s;
}
.header__bottom nav ul li {
  position: relative;
  z-index: 99;
  position: relative;
  border-right: 1px solid #092a78;
}
.header__bottom nav ul li ul.fixed-server {
  position: absolute;
  top: 25px;
  left: -8px;
  display: flex;
  flex-direction: column;
  text-align: center;
  z-index: 3;
}
.header__bottom nav ul li ul.fixed-server li {
  background: #f6f6f6;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 0;
  margin-bottom: 5px;
  border: none;
  overflow: hidden;
  transition: ease-in-out 0.4s;
}
.header__bottom nav ul li ul.fixed-server li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.header__bottom nav ul li ul.fixed-server li a span {
  width: 100px;
}
.header__bottom nav ul li ul.fixed-server li:nth-of-type(1) a::before {
  content: "";
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.82 21.41'%3E%3Cdefs%3E%3Cstyle%3E.cls-1,.cls-2%7Bfill:none;stroke:%23092a78;stroke-miterlimit:10;%7D.cls-1%7Bstroke-width:0.75px;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eアセット 1%3C/title%3E%3Cg id='レイヤー_2' data-name='レイヤー 2'%3E%3Cg id='レイヤー_1-2' data-name='レイヤー 1'%3E%3Crect class='cls-1' x='0.38' y='0.38' width='11.07' height='20.66'/%3E%3Cline class='cls-1' x1='5.91' y1='6.68' x2='5.91' y2='10.17'/%3E%3Crect class='cls-1' x='0.38' y='0.38' width='11.07' height='20.66'/%3E%3Cline class='cls-1' x1='1.74' y1='11.88' x2='10.08' y2='11.88'/%3E%3Cline class='cls-1' x1='10.08' y1='18.66' x2='1.74' y2='18.66'/%3E%3Cline class='cls-2' x1='5.91' y1='12.14' x2='5.91' y2='13.44'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  width: 11px;
  height: 21px;
  vertical-align: middle;
  margin-right: 15px;
}
.header__bottom nav ul li ul.fixed-server li:nth-of-type(2) a::before {
  content: "";
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.34 33.67'%3E%3Cdefs%3E%3Cstyle%3E.cls-1,.cls-2%7Bfill:none;stroke:%23092a78;stroke-miterlimit:10;%7D.cls-1%7Bstroke-width:0.75px;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eアセット 1%3C/title%3E%3Cg id='レイヤー_2' data-name='レイヤー 2'%3E%3Cg id='レイヤー_1-2' data-name='レイヤー 1'%3E%3Crect class='cls-1' x='0.38' y='0.38' width='8.59' height='32.92'/%3E%3Cline class='cls-1' x1='7.91' y1='15.12' x2='1.43' y2='15.12'/%3E%3Cline class='cls-1' x1='1.43' y1='9.31' x2='7.91' y2='9.31'/%3E%3Cline class='cls-1' x1='4.67' y1='5.27' x2='4.67' y2='7.83'/%3E%3Cline class='cls-2' x1='4.67' y1='9.36' x2='4.67' y2='10.67'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  width: 9px;
  height: 32px;
  margin-right: 15px;
}
.header__bottom nav ul li ul.fixed-server li:nth-of-type(3) a::before {
  content: "";
  display: inline-block;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%209.34%2033.67%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%2C.cls-2%7Bfill%3Anone%3Bstroke%3A%23092a78%3Bstroke-miterlimit%3A10%3B%7D.cls-1%7Bstroke-width%3A0.75px%3B%7D.cls-3%7Bfill%3A%23092a78%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3E%E3%82%A2%E3%82%BB%E3%83%83%E3%83%88%202%3C%2Ftitle%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%3Crect%20class%3D%22cls-1%22%20x%3D%220.38%22%20y%3D%220.38%22%20width%3D%228.59%22%20height%3D%2232.92%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%227.91%22%20y1%3D%2215.12%22%20x2%3D%221.43%22%20y2%3D%2215.12%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%221.43%22%20y1%3D%229.31%22%20x2%3D%227.91%22%20y2%3D%229.31%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%224.67%22%20y1%3D%225.27%22%20x2%3D%224.67%22%20y2%3D%227.83%22%2F%3E%3Cline%20class%3D%22cls-2%22%20x1%3D%224.67%22%20y1%3D%229.36%22%20x2%3D%224.67%22%20y2%3D%2210.67%22%2F%3E%3Crect%20class%3D%22cls-3%22%20x%3D%221.87%22%20y%3D%229.46%22%20width%3D%221.54%22%20height%3D%222.16%22%2F%3E%3Crect%20class%3D%22cls-3%22%20x%3D%222.32%22%20y%3D%2210.51%22%20width%3D%220.63%22%20height%3D%221.79%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center;
  background-size: contain;
  width: 9px;
  height: 32px;
  margin-right: 15px;
}
.header__bottom nav ul li a {
  padding: 0 13px;
  font-size: 15px;
  font-weight: 500;
  color: #092a78;
}
.header__bottom nav ul li {
  border-right: 1px solid #092a78;
}
.header__bottom nav ul li:first-of-type {
  border-left: 1px solid #092a78;
}
.header__bottom nav ul li a {
  position: relative;
  padding: 0 34px;
  font-size: 16.25px;
  font-weight: 500;
  color: #092a78;
  text-align: center;
  letter-spacing: 0.05em;
}
.header__bottom nav ul li a.is-active::before {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 6px 4px;
  border-color: transparent transparent #092a78 transparent;
}
.header__bottom a.c-btn {
  background-color: #fff600;
  display: block;
  min-width: 253px;
  padding: 18px 23px;
  font-size: 20.5px;
  font-weight: 500;
  color: #092a78;
  align-self: center;
  border-radius: 100px;
}
.header__bottom a.c-btn span::before {
  content: "";
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.937' height='15.719' viewBox='0 0 12.937 15.719'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23092a78; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='シェイプ_22' data-name='シェイプ 22' class='cls-1' d='M909.13,160.97v-13.1h10.343v7.562c0,2.69-3.878,1.611-3.878,1.611s0.981,3.93-1.706,3.93H909.13Zm11.636-4.988v-9.426H907.837V162.28h6.587C916.469,162.28,920.766,157.548,920.766,155.982Zm-3.232-.908h-6.465v-0.656h6.465v0.656Zm0-2.62h-6.465v0.654h6.465v-0.654Zm0-1.967h-6.465v0.655h6.465v-0.655Z' transform='translate(-907.844 -146.562)'/%3E%3C/svg%3E%0A") no-repeat center;
  background-size: contain;
  width: 13px;
  height: 17px;
  transform: translateY(1px);
  margin-right: 12px;
}

.fixed-header {
  position: fixed;
  top: -100%;
  width: 100%;
  min-width: 1280px;
  transition: all 0.5s;
  z-index: 100;
}
.fixed-header.is-fixed {
  transition: all 0.5s;
  top: 0;
}
.fixed-header .header__inner {
  min-width: 1100px;
  display: flex;
}
.fixed-header__inner {
  min-width: 1100px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.fixed-header__top {
  background: #fff;
  background-image: url("../../../assets/images/share/header-bg.png");
  background-position: center;
  display: flex;
  align-items: center;
  height: 65px;
  border-bottom: 2px solid #edb64c;
  z-index: 3;
}
.fixed-header__logo-area {
  display: flex;
  align-items: center;
  margin-right: 1vw;
}
.fixed-header__nav-area {
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.fixed-header__nav-area nav ul {
  display: flex;
}
.fixed-header__nav-area nav ul .fixed-server-select p {
  padding: 0 13px;
  font-size: 15px;
  font-weight: 500;
  line-height: 16.56px;
  color: #092a78;
}
.fixed-header__nav-area nav ul .fixed-server-select:hover ul.fixed-server li {
  width: 180px;
  height: 46px;
  padding: 7px 15px;
  transition: ease-in-out 0.1s;
}
.fixed-header__nav-area nav ul li {
  position: relative;
  position: relative;
  border-right: 1px solid #092a78;
}
.fixed-header__nav-area nav ul li ul.fixed-server {
  position: absolute;
  top: 25px;
  left: -35px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.fixed-header__nav-area nav ul li ul.fixed-server li {
  background: #f6f6f6;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 0;
  margin-bottom: 5px;
  border: none;
  overflow: hidden;
  transition: ease-in-out 0.4s;
}
.fixed-header__nav-area nav ul li ul.fixed-server li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.fixed-header__nav-area nav ul li ul.fixed-server li a span {
  width: 100px;
}
.fixed-header__nav-area nav ul li ul.fixed-server li:nth-of-type(1) a::before {
  content: "";
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.82 21.41'%3E%3Cdefs%3E%3Cstyle%3E.cls-1,.cls-2%7Bfill:none;stroke:%23092a78;stroke-miterlimit:10;%7D.cls-1%7Bstroke-width:0.75px;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eアセット 1%3C/title%3E%3Cg id='レイヤー_2' data-name='レイヤー 2'%3E%3Cg id='レイヤー_1-2' data-name='レイヤー 1'%3E%3Crect class='cls-1' x='0.38' y='0.38' width='11.07' height='20.66'/%3E%3Cline class='cls-1' x1='5.91' y1='6.68' x2='5.91' y2='10.17'/%3E%3Crect class='cls-1' x='0.38' y='0.38' width='11.07' height='20.66'/%3E%3Cline class='cls-1' x1='1.74' y1='11.88' x2='10.08' y2='11.88'/%3E%3Cline class='cls-1' x1='10.08' y1='18.66' x2='1.74' y2='18.66'/%3E%3Cline class='cls-2' x1='5.91' y1='12.14' x2='5.91' y2='13.44'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  width: 11px;
  height: 21px;
  vertical-align: middle;
  margin-right: 15px;
}
.fixed-header__nav-area nav ul li ul.fixed-server li:nth-of-type(2) a::before {
  content: "";
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.34 33.67'%3E%3Cdefs%3E%3Cstyle%3E.cls-1,.cls-2%7Bfill:none;stroke:%23092a78;stroke-miterlimit:10;%7D.cls-1%7Bstroke-width:0.75px;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eアセット 1%3C/title%3E%3Cg id='レイヤー_2' data-name='レイヤー 2'%3E%3Cg id='レイヤー_1-2' data-name='レイヤー 1'%3E%3Crect class='cls-1' x='0.38' y='0.38' width='8.59' height='32.92'/%3E%3Cline class='cls-1' x1='7.91' y1='15.12' x2='1.43' y2='15.12'/%3E%3Cline class='cls-1' x1='1.43' y1='9.31' x2='7.91' y2='9.31'/%3E%3Cline class='cls-1' x1='4.67' y1='5.27' x2='4.67' y2='7.83'/%3E%3Cline class='cls-2' x1='4.67' y1='9.36' x2='4.67' y2='10.67'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  width: 9px;
  height: 32px;
  margin-right: 15px;
}
.fixed-header__nav-area nav ul li ul.fixed-server li:nth-of-type(3) a::before {
  content: "";
  display: inline-block;
  background: url(/assets/images/share/tallcafe-icon.svg) no-repeat center;
  background-size: contain;
  width: 9px;
  height: 32px;
  margin-right: 15px;
}
.fixed-header__nav-area nav ul li:last-of-type {
  border-right: none;
}
.fixed-header__nav-area nav ul li a {
  padding: 0 13px;
  font-size: 15px;
  font-weight: 500;
  color: #092a78;
}
.fixed-header__postage {
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-right: 8px;
}
.fixed-header a.c-btn {
  background-color: #fff600;
  display: flex;
  align-items: center;
  min-width: 210px;
  line-height: 1;
  padding: 14px 15px 14px 20px;
  margin-right: 30px;
  font-size: 16px;
  font-weight: 500;
  color: #092a78;
  align-self: center;
  border-radius: 100px;
}
.fixed-header a.c-btn span {
  display: flex;
  align-items: center;
}
.fixed-header a.c-btn span::before {
  content: "";
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.937' height='15.719' viewBox='0 0 12.937 15.719'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23092a78; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='シェイプ_22' data-name='シェイプ 22' class='cls-1' d='M909.13,160.97v-13.1h10.343v7.562c0,2.69-3.878,1.611-3.878,1.611s0.981,3.93-1.706,3.93H909.13Zm11.636-4.988v-9.426H907.837V162.28h6.587C916.469,162.28,920.766,157.548,920.766,155.982Zm-3.232-.908h-6.465v-0.656h6.465v0.656Zm0-2.62h-6.465v0.654h6.465v-0.654Zm0-1.967h-6.465v0.655h6.465v-0.655Z' transform='translate(-907.844 -146.562)'/%3E%3C/svg%3E%0A") no-repeat center;
  background-size: contain;
  width: 13px;
  height: 16px;
  margin-right: 9px;
  transform: translateY(2px);
}
.fixed-header__humburger-area {
  margin-top: -4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
  transform: translateY(-3px);
}
.fixed-header__humburger-area p {
  margin-bottom: 5px;
  font-size: inherit;
  line-height: inherit;
}
.fixed-header__humburger {
  position: relative;
  display: inline-block;
  width: 37px;
  height: 16px;
  transition: all 0.4s;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 4;
}
.fixed-header__humburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  display: inline-block;
  background-color: #092a78;
  transition: all 0.4s;
  box-sizing: border-box;
}
.fixed-header__humburger span:nth-last-of-type(1) {
  top: 0;
}
.fixed-header__humburger span:nth-last-of-type(2) {
  display: block;
  top: 7px;
}
.fixed-header__humburger span:nth-last-of-type(3) {
  bottom: 0;
}
.fixed-header__humburger.is-active span:nth-of-type(1) {
  transform: translateY(-4px) rotate(-45deg);
}
.fixed-header__humburger.is-active span:nth-of-type(2) {
  left: 50%;
  display: none;
  animation: humburger 0.8s forwards;
}
.fixed-header__humburger.is-active span:nth-of-type(3) {
  transform: translateY(9px) rotate(45deg);
}
@keyframes humburger {
  100% {
    height: 0;
  }
}
.fixed-header__bottom {
  background-color: rgba(250, 242, 227, 0.95);
  width: 100%;
  height: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.3s;
  z-index: 99;
  overflow: hidden;
}
.fixed-header__bottom.is-active {
  height: 465px;
  padding: 90px 80px;
  transition: all 0.3s;
}
.fixed-header__bottom__inner {
  width: 1000px;
  margin: 0 auto;
}
.fixed-header__snav-area {
  display: flex;
}
.fixed-header__column {
  display: flex;
}
.fixed-header__column ul:nth-child(1) {
  margin-right: 60px;
}
.fixed-header__column ul:nth-child(2) {
  margin-right: 20px;
}
.fixed-header__column ul li {
  margin-bottom: 28px;
  font-size: 18px;
  font-weight: 500;
  color: #092a78;
  letter-spacing: 0.05em;
}
.fixed-header__column ul li ul {
  margin-top: 30px;
}
.fixed-header__column ul li ul li {
  margin-left: 1em;
  font-size: 14px;
  color: #888888;
}
.fixed-header__column ul li ul li::before {
  content: "";
  background-color: #092a78;
  display: inline-block;
  width: 6px;
  height: 2px;
  margin-right: 10px;
  border-width: inherit;
}
.fixed-header__column ul li::before {
  content: "";
  display: inline-block;
  margin-right: 14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #092a78;
}
.fixed-header .server-lineup ul li:not(:first-of-type) {
  margin-left: 1em;
}
.fixed-header .server-lineup ul li:not(:first-of-type)::before {
  display: none;
}
.fixed-header__small-column {
  margin-right: 75px;
}
.fixed-header__small-column ul li {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
  color: #092a78;
  letter-spacing: 0.05em;
}
.fixed-header__small-column ul li::before {
  content: "";
  display: inline-block;
  margin-right: 14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #092a78;
}
.fixed-header__btn-area .header__mypage {
  margin-bottom: 14px;
}
.fixed-header__btn-area .header__mypage a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px 14px 20px;
  height: 42px;
}
.fixed-header__btn-area .header__mypage a span::before {
  margin-right: 8px;
}
.fixed-header__btn-area .header__form {
  margin-right: 0;
  margin-bottom: 40px;
}
.fixed-header__btn-area .header__form #yjSsFrm {
  width: 290px;
  height: 38px;
}
.fixed-header__btn-area .header__form #sbox1 {
  height: 38px;
  border: none;
}
.fixed-header__btn-area a.c-btn {
  display: flex;
  justify-content: center;
  margin-right: 0;
  font-size: 19.82px;
  padding: 20px 15px;
  text-align: center;
}
.fixed-header__btn-area a.c-btn span::before {
  width: 13px;
  height: 17px;
  margin-right: 12px;
  transform: translateY(1px);
}

.header__filter {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
  width: 0;
  height: 0;
  z-index: 98;
}
.header__filter.is-active {
  width: 100vw;
  height: 100vh;
}

#js-feature-word {
  position: fixed;
  top: -100%;
  left: 0;
  background: #fff;
  width: 100%;
  min-width: 1280px;
  height: auto;
  display: flex;
  align-items: center;
  z-index: 99;
  transition: all 0.5s;
  border-bottom: 1px solid #cdcdcd;
}
#js-feature-word.is-fixed {
  transition: all 0.5s;
  top: 65px;
}
#js-feature-word .feature-word__inner {
  display: flex;
  width: 1000px;
  padding: 14px 40px;
  margin: 0 auto;
  align-items: center;
}
#js-feature-word .feature-word__inner span {
  display: inline-block;
  margin-right: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #092a78;
}
#js-feature-word .feature-word__inner ul {
  display: flex;
}
#js-feature-word .feature-word__inner ul li {
  position: relative;
  border-radius: 999px;
  background: #fdf8ed;
}
#js-feature-word .feature-word__inner ul li a {
  padding: 6px 16px 6px 30px;
  display: block;
  text-decoration: none;
  font-size: 14px;
}
#js-feature-word .feature-word__inner ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjOTE5MTkxIiBkPSJNNDE2IDIwOGMwIDQ1LjktMTQuOSA4OC4zLTQwIDEyMi43TDUwMi42IDQ1Ny40YzEyLjUgMTIuNSAxMi41IDMyLjggMCA0NS4zcy0zMi44IDEyLjUtNDUuMyAwTDMzMC43IDM3NmMtMzQuNCAyNS4yLTc2LjggNDAtMTIyLjcgNDBDOTMuMSA0MTYgMCAzMjIuOSAwIDIwOFM5My4xIDAgMjA4IDBTNDE2IDkzLjEgNDE2IDIwOHpNMjA4IDM1MmExNDQgMTQ0IDAgMSAwIDAtMjg4IDE0NCAxNDQgMCAxIDAgMCAyODh6Ii8+PC9zdmc+) no-repeat center/cover;
}
#js-feature-word .feature-word__inner ul li:not(:last-of-type) {
  margin-right: 12px;
}

.foot__area { /*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

main {
  display: block;
}

address, blockquote, dl, figure, form, iframe, p, pre, table {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: 500;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: 700;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

embed, iframe, img, object {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: 0 0;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: 0;
}

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

caption {
  text-align: left;
}

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

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

template {
  display: none;
}

[hidden] {
  display: none;
}

.foot__area {
  min-width: 1280px;
  overflow: hidden;
}
.foot__area .foot__bg {
  background-image: url("../../../assets/images/share/footer-bg.png");
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 1280px;
  height: 302px;
  padding-top: 105px;
  border-bottom: 2px solid #092a78;
  box-sizing: border-box;
}
.foot__area .foot__scroll {
  display: none;
}
.foot__area .foot__scroll__wrap {
  background-color: #092a78;
  position: fixed;
  right: 17px;
  bottom: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 20;
}
.foot__area .foot__scroll__wrap::before {
  content: "";
  padding-top: 100%;
}
.foot__area .foot__scroll__wrap img {
  width: 40%;
  margin: 0 auto;
}
.foot__area .foot__nav {
  background-color: #f7f7f7;
  padding: 86px 0 45px;
}
.foot__area .foot__nav .foot__column {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.foot__area .foot__nav .foot__column ul:not(:last-of-type) {
  margin-right: 94px;
}
.foot__area .foot__nav .foot__column ul li {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 1rem;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.foot__area .foot__nav .foot__column ul li a {
  font-size: inherit;
  font-weight: inherit;
}
.foot__area .foot__nav .foot__column ul li .footer-lineup__ttl {
  padding-bottom: 1rem;
}
.foot__area .foot__nav .foot__column ul li .footer-lineup li {
  font-size: 12px;
  font-weight: 500;
  color: #999999;
}
.foot__area .foot__nav .foot__column ul li .footer-lineup li a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.foot__area .foot__nav .foot__column ul li .footer-lineup li:last-of-type {
  padding-bottom: 0;
}
.foot__area .foot__social {
  display: flex;
  justify-content: center;
  align-items: center;
}
.foot__area .foot__social p {
  margin-right: 15px;
  font-size: 12px;
  color: #999999;
}
.foot__area .foot__social ul {
  display: flex;
  align-items: center;
}
.foot__area .foot__social ul li:nth-child(1), .foot__area .foot__social ul li:nth-child(2) {
  margin-right: 14px;
}
.foot__area .foot__frecious {
  background-color: #f1f1f1;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.foot__area .foot__frecious p {
  font-size: 12px;
}
.foot__area .foot__frecious p a::after {
  content: "";
  display: inline-block;
  background: url(/assets/images/share/blank-link.svg) no-repeat center/contain;
  width: 10px;
  height: 10px;
  margin-left: 6px;
}
.foot__area .footer {
  background-color: #fff;
}
.foot__area .footer__inner {
  width: 1000px;
  margin: 0 auto;
}
.foot__area .footer__nav {
  display: flex;
  justify-content: center;
  height: 64px;
}
.foot__area .footer__nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.foot__area .footer__nav ul li {
  margin-right: 24px;
}
.foot__area .footer__nav ul li:last-of-type {
  margin-right: 0;
}
.foot__area .footer__nav ul li a {
  font-size: 11px;
  color: #092a78;
  letter-spacing: 0.01em;
}
.foot__area .footer__copyright {
  background-color: #fff;
  height: 50px;
}
.foot__area .footer__copyright small {
  display: block;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  color: #909090;
}
/*# sourceMappingURL=maps/common.css.map */
