@charset "UTF-8";
/*!
Theme Name: DX town
Theme URI: https://10up.co.jp/
Author: 10up
Author URI: https://10up.co.jp/
Description: DX Town テーマ
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/* colors */
/* 固定ページ コンテンツの背景色 */
/*  サイドバー【.sidemenu-box__inner】の背景色*/
/* ページコンテンツ内で使う背景色 */
/* Google Fonts import */
/* 【Quicksand】font-family: 'Quicksand', sans-serif; */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* colors */
/* 固定ページ コンテンツの背景色 */
/*  サイドバー【.sidemenu-box__inner】の背景色*/
/* ページコンテンツ内で使う背景色 */
/*--------------------------------------------------------------
# Setting
--------------------------------------------------------------*/
/* Config
--------------------------------------------- */
html {
  font-size: 100%;
}

/* box-shadow */
/* border-radius */
/* @keyframes */
@-webkit-keyframes bg-gradient-anime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes bg-gradient-anime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@-webkit-keyframes bg-gradient-anime--time-change {
  0% {
    background: linear-gradient(45deg, #e44241 0%, #e8b11a 100%);
  }
  25% {
    background: linear-gradient(160deg, #e8b11a 0%, #f2fd85 100%);
  }
  50% {
    background: linear-gradient(160deg, #55b875 0%, #f2fd85 100%);
  }
  75% {
    background: linear-gradient(45deg, #F050FD 0%, #3B00C1 100%);
  }
  90% {
    background: linear-gradient(160deg, #9e89b8 0%, #85c8fd 100%);
  }
  100% {
    background: linear-gradient(45deg, #e44241 0%, #e8b11a 100%);
  }
}

@keyframes bg-gradient-anime--time-change {
  0% {
    background: linear-gradient(45deg, #e44241 0%, #e8b11a 100%);
  }
  25% {
    background: linear-gradient(160deg, #e8b11a 0%, #f2fd85 100%);
  }
  50% {
    background: linear-gradient(160deg, #55b875 0%, #f2fd85 100%);
  }
  75% {
    background: linear-gradient(45deg, #F050FD 0%, #3B00C1 100%);
  }
  90% {
    background: linear-gradient(160deg, #9e89b8 0%, #85c8fd 100%);
  }
  100% {
    background: linear-gradient(45deg, #e44241 0%, #e8b11a 100%);
  }
}

/* 背景画像左へスクロール */
@-webkit-keyframes bg-scroll-y {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}
@keyframes bg-scroll-y {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}

/* リストを左から右へスライドさせる無限ループ */
/* 
* block variables - var isUseLoopSlide = true で使用
* pug/components/_loop-slide.pug 
* scss/components/_components.scss 
*/
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@-webkit-keyframes loop3 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%);
  }
}

@keyframes loop3 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%);
  }
}

/* Functions
--------------------------------------------- */
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

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

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

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* 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;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/****************************
Layouts STYLE
****************************/
/*
'sm': (min-width: 640px), 
'md': (min-width: 768px), 
'lg': (min-width: 1024px), 
'xl': (min-width: 1280px))
*/
/*
Common
*/
.l-wrapper {
  width: 96%;
  margin: auto;
}

.main {
  padding-bottom: 5rem;
}

@media (min-width: 576px) {
  .l-wrapper {
    max-width: 760px;
  }
}

@media (min-width: 768px) {
  .l-wrapper {
    max-width: 760px;
  }
}

@media (min-width: 992px) {
  .l-wrapper {
    max-width: 1040px;
  }
}

@media (min-width: 1200px) {
  .l-wrapper {
    max-width: 1200px;
  }
}

/*
Flex Style Class
*/
.flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.flex__left {
  margin-right: 1rem;
}

.flex__left, .flex__right {
  width: calc(50% - .5rem);
}

.flex__column {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.flex__wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* _layout */
.page__header {
  background-color: #3B00C1;
  padding: 2rem 0 4rem 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 4rem;
}

.page__header-inner {
  height: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page__title {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.5rem;
}

.page__image {
  margin-top: auto;
  padding: 1.5rem 0;
}

.page__image .single-image {
  display: block;
  margin: auto;
}

/* _page */
.subpage__header {
  color: #ffffff;
  margin: 0 calc(50% - 50vw) 2.5rem;
  padding: 2.25rem 0;
  width: 100vw;
  background-color: #e44241;
  background-image: linear-gradient(45deg, #e44241 0%, #e8b11a 100%);
}

@media (min-width: 576px) {
  .page__title {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .page__title {
    font-size: 2.5rem;
  }
  .page__image .single-image {
    min-width: 50%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .page__image .single-image {
    max-width: 850px;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
/* Posts and pages
--------------------------------------------- */
/* Media
--------------------------------------------- */
/* Captions
--------------------------------------------- */
/* Galleries
--------------------------------------------- */
/*
'sm': (min-width: 640px), 
'md': (min-width: 768px), 
'lg': (min-width: 1024px), 
'xl': (min-width: 1280px))
*/
.c-h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #3B00C1;
  line-height: 1.25;
}

.c-h3 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #3B00C1;
}

.c-h4 {
  font-size: 1rem;
  font-weight: bold;
  color: #3B00C1;
}

/* Card Style */
.c-cards {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fill, minmax(370px, 1fr));
  grid-auto-flow: dense;
}

ul.c-cards {
  padding: 0;
}

.c-card, .c-card--beside {
  min-width: 370px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  background-color: #ffffff;
  position: relative;
  cursor: pointer;
}

.c-card .c-card__image--zoom, .c-card--beside .c-card__image--zoom {
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 16 / 9;
  margin-bottom: 1rem;
}

.c-card:hover .c-card__image--zoom img, .c-card--beside:hover .c-card__image--zoom img, .c-card:active .c-card__image--zoom img, .c-card--beside:active .c-card__image--zoom img, .c-card:focus .c-card__image--zoom img, .c-card--beside:focus .c-card__image--zoom img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.c-card__image {
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 16 / 9;
  margin-bottom: 1rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.c-card--linkbox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}

.c-card__title {
  color: inherit;
  text-align: center;
  color: #3B00C1;
  font-size: 1.25rem;
  margin: 2rem auto;
}

.c-card__link {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-card__link .c-card__image--zoom {
  overflow: hidden;
}

.c-card__link .c-card__image--zoom img {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.c-card__link:hover .c-card__image--zoom img, .c-card__link:active .c-card__image--zoom img, .c-card__link:focus .c-card__image--zoom img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.c-card__description {
  padding: 0 1rem 2rem;
}

.c-card__inner {
  padding: 0 1rem 2rem;
  margin-top: auto;
}

.c-card__definition-list {
  text-align: center;
  padding: 1rem 0.5rem;
  margin: 0;
  border-radius: 10px;
  border: 1px solid;
}

.c-card__definition-term {
  font-weight: bold;
  margin-bottom: 0.25rem;
}

.c-card__definition-description {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-card--frame {
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}

.c-card--frame img {
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.c-card--beside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  min-width: 100%;
  padding: 1rem;
}

@media (min-width: 576px) {
  .c-card--beside {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 1rem;
  }
  .c-card--beside_right {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-left: 1rem;
  }
  .c-card--beside_left {
    width: 60%;
  }
}

/* Ballon Style */
.c-balloon {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto 5.5rem;
  padding: 2rem 1rem;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 1.25rem;
  background: #ffffff;
  border: solid 1px #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* top ballon style */
}

.c-balloon:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #ffffff;
  z-index: 2;
}

.c-balloon:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #ffffff;
  z-index: -1;
}

.c-balloon__text {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  line-height: 1.25;
}

.c-balloon__text-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-balloon__sub {
  color: #F050FD;
  font-size: 1.5rem;
  letter-spacing: 0.01rem;
  line-height: 2;
}

.c-balloon__main {
  font-size: 2.5rem;
}

/* 
Privacy Policy Modal Style
_praivacy-policy.pug
*/
/* 
Inline Modal Style
_oparating.pug
*/
.inline-content {
  display: none;
}

.operating__list-wrapper {
  margin-bottom: 1.5rem;
}

.operating__list:not(:last-child) {
  margin-bottom: 0.5rem;
}

.operating__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.operating__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.operating__gallery-header {
  margin-bottom: 1rem;
}

.operating__gallery-title {
  margin: 0 0;
  color: #3B00C1;
}

.operating__gallery-item:not(:last-child) {
  margin-bottom: 1rem;
}

/* 
Loop Slider Style
_loop-slide.pug
*/
.loop-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100vw;
  overflow: hidden;
}

.loop-slide__inner {
  width: calc(100vw * 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
}

.loop-slide__inner:first-child {
  -webkit-animation: loop 90s linear infinite;
  animation: loop 90s linear infinite;
}

.loop-slide__inner:nth-child(2) {
  -webkit-animation: loop2 90s -60s linear infinite;
  animation: loop2 90s -60s linear infinite;
}

.loop-slide__inner:last-child {
  -webkit-animation: loop3 90s -30s linear infinite;
  animation: loop3 90s -30s linear infinite;
}

.loop-slide__item {
  display: inline-block;
  width: 100%;
  min-width: 400px;
  margin-right: 20px;
  list-style: none;
  text-align: center;
}

.loop-slide__image {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 576px) {
  .operating__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .operating__gallery {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .operating__gallery-item {
    width: calc(100% / 2 - rem(8));
  }
  .operating__gallery-item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}

@media (min-width: 768px) {
  /* Ballon Style */
  .c-balloon {
    padding: 2rem 2rem;
  }
}

@media (min-width: 992px) {
  /* Ballon Style */
  .c-balloon {
    width: 80%;
  }
}

/* 
How To Styles
components _howto.pug
*/
/*--------------------------------------------- */
/* Posts and pages
--------------------------------------------- */
/* Media
--------------------------------------------- */
/* Captions
--------------------------------------------- */
/* Galleries
--------------------------------------------- */
/*
'sm': (min-width: 640px), 
'md': (min-width: 768px), 
'lg': (min-width: 1024px), 
'xl': (min-width: 1280px))
*/
.howto li {
  list-style-type: none;
  text-align: left;
  padding-left: 0.5rem;
  position: relative;
}

.howto ol {
  counter-reset: item;
  padding-left: 0;
}

.howto ol li {
  position: relative;
}

.howto ol li::before {
  top: 1rem;
  left: 1rem;
  counter-increment: item;
  content: counter(item);
  position: absolute;
  color: #fff;
  background-color: #F050FD;
  font-weight: 700;
  font-size: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5;
  text-align: center;
  border-radius: 50%;
}

.howto ul {
  padding-left: 1rem;
}

.howto ul li::before {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  left: -0.5rem;
  top: 0.6em;
  content: "";
  background-color: #F050FD;
}

.howto-lists {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5fr 15px 5fr;
  grid-template-columns: 5fr 5fr;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  row-gap: 15px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.howto-lists:first-child {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}

.howto-list {
  border: 1px solid #dee2e6;
  padding: 1rem;
  border-radius: 5px;
}

.howto-list.howto-list-first {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}

.howto-list.howto-list-second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.howto-list:not(:last-child) {
  margin-bottom: 1rem;
}

.howto-list__text {
  text-align: left;
  padding-left: 2.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 1rem;
  margin-left: 0;
}

.howto-list__images {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -ms-grid-columns: 5fr 10px 5fr;
  grid-template-columns: 5fr 5fr;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
/* Elements
--------------------------------------------- */
body {
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  background-color: #3B00C1;
  background: linear-gradient(140deg, #3B00C1 0%, #2b008e 100%);
  color: #ffffff;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

::-moz-selection {
  background: #F050FD;
  color: #fff;
}

::selection {
  background: #F050FD;
  color: #fff;
}

::-moz-selection {
  background: #F050FD;
  color: #fff;
}

/* List Style */
.lists {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.lists li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lists li::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-color: #3B00C1;
  border-radius: 50%;
  margin-right: 0.5em;
}

/* 
Form Style
*/
.form {
  font-weight: bold;
  width: 90%;
}

.form__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form__input {
  width: 100%;
  padding: 0.625rem 1.25rem;
  border: none;
  -webkit-box-shadow: 2px 2px 2px #F8F8F8 inset;
  box-shadow: 2px 2px 2px #F8F8F8 inset;
  border-radius: 10px;
}

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

.form__group {
  letter-spacing: 0.01rem;
  border-top: 1px solid;
  padding: 1rem 0;
}

.form__group-header {
  width: 100%;
  padding: 0.5rem 0;
  line-height: 1.5;
}

.form__group-header .small-description {
  display: block;
  font-weight: normal;
}

.form__group-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form__group-content {
  width: 100%;
  padding: 0.5rem 0;
}

.form__confirm {
  border-top: 1px solid;
  margin-bottom: 2rem;
}

.form__confirm-link {
  color: #ffffff;
  padding-left: 0.5em;
}

.form__confirm-link:hover, .form__confirm-link:active, .form__confirm-link:focus {
  color: #ffffff;
  opacity: 0.8;
}

.form__confirm-link:visited {
  color: #ffffff;
}

.form__confirm-link:visited:hover, .form__confirm-link:visited:active, .form__confirm-link:visited:focus {
  color: #ffffff;
  opacity: 0.8;
}

.form__confirm-text {
  text-align: center;
}

.form__description {
  line-height: 1.25;
  font-size: 1rem;
  font-weight: 500;
  display: block;
}

.form__required-label {
  font-size: 80%;
  padding-left: .5em;
  display: block;
  font-weight: normal;
}

.radio {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
}

.radio__text {
  padding-left: .5em;
  line-height: 1.25;
}

.radio__text .small-description {
  font-weight: normal;
}

.form__select-room .form__group-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form__select-room .form__group-list-item {
  width: 50%;
}

.submit-button {
  display: block;
  margin: auto;
}

@media (min-width: 768px) {
  .form {
    width: 70%;
  }
  .form__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .form__group-header {
    width: 35%;
    padding: 1.5rem 0;
  }
  .form__group-content {
    width: 65%;
    padding: 1.5rem 0 1.5rem 1.5rem;
  }
  .form__description {
    text-align: center;
  }
}

/* Links
--------------------------------------------- */
a {
  color: #3B00C1;
  -webkit-transition: color .4s ease-in;
  transition: color .4s ease-in;
}

a:visited {
  color: #2b008e;
}

a:visited:hover, a:visited:active, a:visited:focus {
  color: #0c0028;
}

/* Forms
--------------------------------------------- */
/* 
BUtton Style
*/
/* colors */
/* 固定ページ コンテンツの背景色 */
/*  サイドバー【.sidemenu-box__inner】の背景色*/
/* ページコンテンツ内で使う背景色 */
.c-button, .c-button--square {
  display: block;
  color: #ffffff;
  border-radius: 50px;
  border: none;
  text-decoration: none;
  font-weight: bold;
  min-width: 5rem;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  text-align: center;
  -webkit-box-shadow: 0px 0px 6px black;
  box-shadow: 0px 0px 6px black;
  padding: 1rem 2.5rem;
  -webkit-transition: all .4s;
  transition: all .4s;
  background: -webkit-gradient(linear, right top, left top, from(#F050FD), color-stop(25%, #3B00C1), color-stop(51%, #F050FD), to(#3B00C1));
  background: linear-gradient(270deg, #F050FD 0%, #3B00C1 25%, #F050FD 51%, #3B00C1 100%);
  background-size: 200% auto;
}

.c-button:hover, .c-button--square:hover, .c-button:focus, .c-button--square:focus, .c-button:active, .c-button--square:active {
  background-position: 99% 50%;
}

.c-button:visited, .c-button--square:visited {
  color: #ffffff;
}

.c-button:visited:hover, .c-button--square:visited:hover, .c-button:visited:focus, .c-button--square:visited:focus, .c-button:visited:active, .c-button--square:visited:active {
  color: #ffffff;
}

.c-button--square {
  border-radius: 10px;
  border: 1px solid #3B00C1;
  color: #3B00C1;
  background: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.c-button--square:hover, .c-button--square:focus, .c-button--square:active {
  color: #ffffff;
  background: #3B00C1;
}

.c-button--square:visited {
  color: #3B00C1;
}

.c-button--square:visited:hover, .c-button--square:visited:focus, .c-button--square:visited:active {
  color: #ffffff;
}

/*--------------------------------------------------------------
# Module
--------------------------------------------------------------*/
/* Header
--------------------------------------------- */
/****************************
Header STYLE
****************************/
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #3B00C1;
}

.hero {
  position: relative;
}

.hero__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.7);
  padding: 1rem 1.2rem;
}

.hero__title {
  margin: 0 auto;
  text-align: center;
  max-width: 80%;
}

.hero__text {
  margin-top: 0;
  margin-bottom: 1rem;
}

.hero__image {
  width: 100%;
}

.hero__image-pc {
  display: none;
}

@media (min-width: 768px) {
  .hero__title-image {
    max-width: 90%;
  }
  .hero__image-pc {
    display: block;
  }
  .hero__image-sp {
    display: none;
  }
  .hero__description {
    font-size: 1.2rem;
  }
  .hero__inner {
    padding: 1.5rem 2rem;
  }
}

@media (min-width: 992px) {
  .hero__title-image {
    max-width: 700px;
  }
}

/* Nav
--------------------------------------------- */
/* 
Footer Navigation
*/
.footer__nav {
  margin-bottom: 2rem;
}

.footer__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__nav-item {
  border-bottom: 1px solid #92999F;
}

.footer__nav-link {
  color: #3B00C1;
  text-decoration: none;
  display: block;
  padding: 0.5rem 0;
  width: 100%;
}

@media (min-width: 768px) {
  .footer__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__nav-item {
    text-align: center;
    width: 50%;
    border-bottom: none;
    padding: 0 1rem;
    margin-bottom: 1rem;
  }
  .footer__nav-item:not(:nth-child(2n)) {
    border-right: 1px solid #92999F;
  }
}

@media (min-width: 992px) {
  .footer__nav-item {
    width: 25%;
  }
  .footer__nav-item:not(:last-child) {
    border-right: 1px solid #92999F;
  }
}

/* 
Global Navigation
*/
.header__nav {
  background-color: #ffffff;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
}

.header__nav.is-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.header__nav.is-fixed .nav__wrapper {
  padding: 0.25rem 0;
}

.header__nav.is-fixed .nav__logo {
  width: 22%;
}

.header__nav.is-fixed .nav__contact-button {
  padding: 0.5rem 0.75rem;
}

.header__nav.is-toggle {
  background-color: #ffffff;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1rem;
}

.nav__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 0;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
  position: relative;
}

.nav__logo {
  width: 25%;
  -webkit-transition: width .4s ease-in;
  transition: width .4s ease-in;
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin: auto;
  padding: 1rem;
  background-color: transparent;
  -webkit-transition: background-color .4s ease-in;
  transition: background-color .4s ease-in;
}

.nav__item-link {
  font-size: 120%;
  text-decoration: none;
  color: #92999F;
  font-weight: bold;
  padding: 1rem 0.5rem;
  display: block;
  border-bottom: 1px solid #F8F8F8;
  text-align: center;
}

.nav__item-link:hover, .nav__item-link:active, .nav__item-link:focus {
  color: #778087;
}

.nav__item-link:visited {
  color: #92999F;
}

.nav__item-link:visited:hover, .nav__item-link:visited:active, .nav__item-link:visited:focus {
  color: #92999F;
}

.nav__contact {
  margin-left: auto;
  /* 右寄せ */
}

.nav__contact-button {
  background-color: #3B00C1;
  border-color: #3B00C1;
  color: #ffffff;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
  -webkit-transition: padding .4s ease-in;
  transition: padding .4s ease-in;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 0.75rem 1rem;
  font-size: 0.75rem;
}

.nav__contact-button:hover, .nav__contact-button:active, .nav__contact-button:focus {
  background-color: #2b008e;
}

.nav__contact-button:visited {
  color: #ffffff;
}

.nav__contact-button:visited:hover, .nav__contact-button:visited:active, .nav__contact-button:visited:focus {
  color: #ffffff;
}

.menu-trigger {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  /* ボタンの大きさ  */
  width: 48px;
  height: 48px;
  /* 最前面に */
  z-index: 10;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.menu-trigger-line {
  display: block;
  position: relative;
  /* バーガー線の位置基準として設定 */
  width: 100%;
  /* 線の長さと高さ */
  height: 3px;
  -webkit-transition: background-color .4s ease-in;
  transition: background-color .4s ease-in;
  width: 100%;
  height: 3px;
  background-color: #3B00C1;
  border-radius: 4px;
}

.menu-trigger-line::before, .menu-trigger-line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: #3B00C1;
  -webkit-transition: -webkit-transform .4s ease-in;
  transition: -webkit-transform .4s ease-in;
  transition: transform .4s ease-in;
  transition: transform .4s ease-in, -webkit-transform .4s ease-in;
}

.menu-trigger-line::before {
  -webkit-transform: translateY(-0.75em);
  -ms-transform: translateY(-0.75em);
  transform: translateY(-0.75em);
}

.menu-trigger-line::after {
  -webkit-transform: translateY(0.75em);
  -ms-transform: translateY(0.75em);
  transform: translateY(0.75em);
}

.menu-trigger.active {
  background-color: transparent;
}

.menu-trigger.active .menu-trigger-line {
  background-color: transparent;
}

.menu-trigger.active .menu-trigger-line::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-trigger.active .menu-trigger-line::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(20px) rotate(45deg);
    transform: translateY(20px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(0);
    transform: translateY(20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(20px) rotate(45deg);
    transform: translateY(20px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(0);
    transform: translateY(20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-20px) rotate(-45deg);
    transform: translateY(-20px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(0);
    transform: translateY(-20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-20px) rotate(-45deg);
    transform: translateY(-20px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(0);
    transform: translateY(-20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(0);
    transform: translateY(20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(20px) rotate(45deg);
    transform: translateY(20px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(0);
    transform: translateY(20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(20px) rotate(45deg);
    transform: translateY(20px) rotate(45deg);
  }
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(0);
    transform: translateY(-20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-20px) rotate(-45deg);
    transform: translateY(-20px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(0);
    transform: translateY(-20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-20px) rotate(-45deg);
    transform: translateY(-20px) rotate(-45deg);
  }
}

.menu-trigger {
  display: block;
}

.nav__lg,
.nav__sm {
  display: none;
}

@media (min-width: 576px) {
  .nav__contact-button {
    font-size: 1rem;
    padding: 1rem ren(32);
  }
}

@media (min-width: 992px) {
  .nav__buttons {
    display: none;
  }
  .nav__sm {
    display: none !important;
  }
  .nav__lg {
    display: block;
  }
  .header__nav.is-fixed .nav__wrapper {
    padding: 0.5rem 0;
  }
  .header__nav.is-fixed .nav__logo {
    width: 10%;
  }
  .header__nav.is-fixed .nav__contact-button {
    padding: 0.5rem 1.5rem;
  }
  .nav {
    width: 100%;
  }
  .nav__logo {
    max-width: 200px;
    width: 15%;
  }
  .nav__item-link {
    padding: 1rem 2rem;
    border-bottom: none;
  }
  .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
    margin: 0 0 0 auto;
    background-color: transparent;
  }
  .nav__contact-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.25;
    min-width: 146px;
  }
}

@media (min-width: 1200px) {
  .nav__contact {
    margin-left: 1.5rem;
  }
}

/* Contents
--------------------------------------------- */
/*
'sm': (min-width: 640px), 
'md': (min-width: 768px), 
'lg': (min-width: 1024px), 
'xl': (min-width: 1280px))
'xxl': (min-width: 1400px))
*/
.section__title {
  font-size: 2rem;
  color: #ffffff;
  border-bottom: 1px solid;
  padding: 0.5rem 1rem;
  margin: 0;
}

.text-small {
  font-size: 0.8rem;
}

/* Footer
--------------------------------------------- */
/****************************
Footer STYLE 
****************************/
/* 
_footer-contact
*/
.footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  margin: 0 calc(50% - 50vw);
  padding: 5.625rem 0;
  position: relative;
  background-color: #3B00C1;
  background: linear-gradient(45deg, #e44241 0%, #e8b11a 100%), url("../../images/common/footer__image.jpg");
  background-size: cover;
  background-position: center center;
  background-blend-mode: multiply;
  color: #ffffff;
}

.footer-contact::before {
  top: 0%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #ffffff;
  border-width: 20px;
  margin-left: -20px;
  z-index: 2;
}

.footer-contact__title {
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer {
  background-color: #1c005b;
  padding: 2rem 2rem 0 2rem;
  /* .footer-section */
}

.footer-section {
  color: #ffffff;
  width: 100%;
  background-color: #1c005b;
  margin-bottom: 2rem;
}

.footer-section__title {
  color: #ffffff;
}

.footer__info {
  width: 100%;
  background-color: #1c005b;
}

.footer__logo {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-bottom: 2rem;
  margin: 0 auto;
}

.footer__logo-icon {
  color: #ffffff;
  font-size: 2.5rem;
  margin-right: 1rem;
  margin-left: 1rem;
}

.footer__logo-image {
  width: 100%;
  background-color: #fff;
}

.footer__logo-link {
  width: 100%;
}

.footer__copy {
  margin: 0 calc(50% - 50vw) 0;
  background-color: #1c005b;
  color: #ffffff;
  text-align: center;
  padding: 0.5rem 0;
}

.footer__copy-text {
  margin: 0 auto;
}

@media (min-width: 576px) {
  .footer__logo {
    width: 70%;
  }
}

@media (min-width: 768px) {
  .footer__logo {
    width: 50%;
  }
}

/* Parts
--------------------------------------------- */
/*--------------------------------------------------------------
# Page Styles
--------------------------------------------------------------*/
/****************************
PAGES STYLE 
****************************/
.section {
  margin-bottom: 2rem;
}

i.fas {
  margin-left: 0.5rem;
}

/* 
* コンポーネントスタイルの上書き、追記 
* componentes/
*/
.c-card:hover .c-button, .c-card--beside:hover .c-button, .c-card:hover .c-button--square, .c-card--beside:hover .c-button--square, .c-card:active .c-button, .c-card--beside:active .c-button, .c-card:active .c-button--square, .c-card--beside:active .c-button--square, .c-card:focus .c-button, .c-card--beside:focus .c-button, .c-card:focus .c-button--square, .c-card--beside:focus .c-button--square {
  background-position: 99% 50%;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.4);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

label {
  cursor: pointer;
  display: block;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/****************************
Plugins STYLE
****************************/
/* プラグインスタイルの上書き、修正 */
/* 
Colorbox 
*/
#cboxOverlay {
  background: #000;
}

#cboxLoadedContent {
  background: #fff;
}

#cboxLoadedContent {
  padding: 0;
  overflow: auto;
  -webkit-box-shadow: 0px 1px 10px #000000;
  box-shadow: 0px 1px 10px #000000;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose,
#cboxTitle {
  top: -40px;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
  overflow: visible;
}

#cboxTitle {
  color: #fff;
  font-size: 1.5rem;
}

#inline-content {
  /* インライン */
  margin: 20px;
}

#ajax-wrap {
  /* ajax */
  margin: 20px;
}

/* 閉じるボタン */
.colorbox__content {
  position: relative;
}

.colorbox__content .c-card--frame {
  padding: 2.5rem 2rem;
}

.colorbox__header {
  color: #ffffff;
  background-color: #e44241;
  background-image: linear-gradient(45deg, #e44241 0%, #e8b11a 100%);
  padding: 2.25rem 0;
}

.colorbox__inner {
  padding: 1.5rem 1rem;
}

.colorbox__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 1rem 1.5rem;
}

#cboxClose {
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  zoom: 2;
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2226px%22%20height%3D%2226px%22%20viewBox%3D%220%200%2026%2026%22%20style%3D%22enable-background%3Anew%200%200%2026%2026%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3Bfilter%3A%20drop-shadow(0px%203px%201px%20rgba(0%2C%200%2C%200%2C%200.2))%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M17.7%2C5.4H8.3c-1.6%2C0-2.8%2C1.3-2.8%2C2.8v9.4c0%2C1.6%2C1.3%2C2.8%2C2.8%2C2.8h9.4c1.6%2C0%2C2.8-1.3%2C2.8-2.8V8.3%20C20.6%2C6.7%2C19.3%2C5.4%2C17.7%2C5.4z%20M16.4%2C15.6l-0.8%2C0.8c-0.1%2C0.1-0.4%2C0.1-0.5%2C0l-2-2l-2%2C2c-0.1%2C0.1-0.4%2C0.1-0.5%2C0l-0.8-0.8%20c-0.1-0.1-0.1-0.4%2C0-0.5l2-2l-2-2c-0.1-0.1-0.1-0.4%2C0-0.5l0.8-0.8c0.1-0.1%2C0.4-0.1%2C0.5%2C0l2%2C2l2-2c0.1-0.1%2C0.4-0.1%2C0.5%2C0l0.8%2C0.8%20c0.1%2C0.1%2C0.1%2C0.4%2C0%2C0.5l-2%2C2l2%2C2C16.5%2C15.2%2C16.5%2C15.4%2C16.4%2C15.6z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

#cboxClose:hover {
  background-position: center;
  opacity: 0.8;
}

/*
Swiper
*/
@media (prefers-reduced-motion: reduce) {
  .sip-slider,
  .swiper,
  .swiper-wrapper,
  .swiper-slide,
  .swiper-slide img {
    -webkit-transition-duration: 100ms !important;
    transition-duration: 100ms !important;
  }
}

.swiper .swiper-wrapper {
  list-style-type: none;
  margin: 0;
  padding: 25px 0;
  /* スライドを止めないでループ */
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.swiper .swiper-button-prev {
  color: #ffffff;
  display: none;
}

.swiper .swiper-button-next {
  color: #ffffff;
  display: none;
}

.swiper .swiper-pagination {
  bottom: 0;
}

.swiper .swiper-pagination-bullet {
  opacity: 1;
  position: relative;
  width: 50px;
  height: 3px;
  border-radius: 0;
  margin: 0 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.swiper .swiper-pagination-bullet::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  -webkit-animation: sliderPagination 3s linear forwards;
  animation: sliderPagination 3s linear forwards;
}

.swiper .swiper-pagination-bullet:hover {
  background-color: #fff;
}

/* 読み込み時の表示崩れを隠す */
.swiper__image {
  visibility: hidden;
}

.swiper-initialized .swiper__image {
  visibility: visible;
}

@-webkit-keyframes sliderPagination {
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
  }
}

@keyframes sliderPagination {
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
  }
}

/*
Remodal
*/
.remodal.modal {
  background-color: #1c005b;
  color: #ffffff;
}

.remodal.modal .modal-title {
  color: #ffffff;
}

.remodal.modal .remodal-cancel {
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: transparent;
}

.remodal.modal .remodal-cancel:hover, .remodal.modal .remodal-cancel:focus, .remodal.modal .remodal-cancel:active {
  color: #202124;
  background-color: #ffffff;
}
