@charset "UTF-8";
/**
==============================

SASSが使えない環境でCSSを編集する場合はこのファイルの一番下で
CSSを上書きするか別のCSSファイルを読み込んでください。
直接コンパイル済みのCSSを編集しないでください。

==============================
 */
/*!
 * ress.css • v2.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
          box-sizing: border-box;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: break-word;
     tab-size: 4;
}

*,
::before,
::after {
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  /* Show the overflow in Edge and IE */
  height: 0;
  overflow: visible;
  /* Add the correct box sizing in Firefox */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

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

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

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
}

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none;
}

@media screen and (max-width: 979px) {
  .pc__only {
    display: none !important;
  }
}

@media screen and (min-width: 980px) {
  .sp__only {
    display: none !important;
  }
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

img {
  display: block;
  max-width: 100%;
  /*height: 100%;*/
}

ul, ol {
  padding-left: 20px;
}

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

.text__left {
  text-align: left;
}

.text__center {
  text-align: center;
}

.text__right {
  text-align: right;
}

[class^="visible__"] {
  display: none;
}

.mgn__b0 {
  margin-bottom: 0px;
}

.mgn__b5 {
  margin-bottom: 5px;
}

.mgn__b10 {
  margin-bottom: 10px;
}

.mgn__b15 {
  margin-bottom: 15px;
}

.mgn__b20 {
  margin-bottom: 20px;
}

.mgn__b25 {
  margin-bottom: 25px;
}

.mgn__b30 {
  margin-bottom: 30px;
}

.mgn__b35 {
  margin-bottom: 35px;
}

.mgn__b40 {
  margin-bottom: 40px;
}

.mgn__b45 {
  margin-bottom: 45px;
}

.mgn__b50 {
  margin-bottom: 50px;
}

.mgn__b55 {
  margin-bottom: 55px;
}

.mgn__b60 {
  margin-bottom: 60px;
}

.mgn__b65 {
  margin-bottom: 65px;
}

.mgn__b70 {
  margin-bottom: 70px;
}

.mgn__b75 {
  margin-bottom: 75px;
}

.mgn__b80 {
  margin-bottom: 80px;
}

.mgn__b85 {
  margin-bottom: 85px;
}

.mgn__b90 {
  margin-bottom: 90px;
}

.mgn__b95 {
  margin-bottom: 95px;
}

.mgn__b100 {
  margin-bottom: 100px;
}

.mgn__b105 {
  margin-bottom: 105px;
}

.mgn__b110 {
  margin-bottom: 110px;
}

.mgn__b115 {
  margin-bottom: 115px;
}

.mgn__b120 {
  margin-bottom: 120px;
}

.mgn__b125 {
  margin-bottom: 125px;
}

.mgn__b130 {
  margin-bottom: 130px;
}

.mgn__b135 {
  margin-bottom: 135px;
}

.mgn__b140 {
  margin-bottom: 140px;
}

.mgn__b145 {
  margin-bottom: 145px;
}

.mgn__b150 {
  margin-bottom: 150px;
}

.pdg__b0 {
  padding-bottom: 0px;
}

.pdg__b5 {
  padding-bottom: 5px;
}

.pdg__b10 {
  padding-bottom: 10px;
}

.pdg__b15 {
  padding-bottom: 15px;
}

.pdg__b20 {
  padding-bottom: 20px;
}

.pdg__b25 {
  padding-bottom: 25px;
}

.pdg__b30 {
  padding-bottom: 30px;
}

.pdg__b35 {
  padding-bottom: 35px;
}

.pdg__b40 {
  padding-bottom: 40px;
}

.pdg__b45 {
  padding-bottom: 45px;
}

.pdg__b50 {
  padding-bottom: 50px;
}

.pdg__b55 {
  padding-bottom: 55px;
}

.pdg__b60 {
  padding-bottom: 60px;
}

.pdg__b65 {
  padding-bottom: 65px;
}

.pdg__b70 {
  padding-bottom: 70px;
}

.pdg__b75 {
  padding-bottom: 75px;
}

.pdg__b80 {
  padding-bottom: 80px;
}

.pdg__b85 {
  padding-bottom: 85px;
}

.pdg__b90 {
  padding-bottom: 90px;
}

.pdg__b95 {
  padding-bottom: 95px;
}

.pdg__b100 {
  padding-bottom: 100px;
}

.pdg__b105 {
  padding-bottom: 105px;
}

.pdg__b110 {
  padding-bottom: 110px;
}

.pdg__b115 {
  padding-bottom: 115px;
}

.pdg__b120 {
  padding-bottom: 120px;
}

.pdg__b125 {
  padding-bottom: 125px;
}

.pdg__b130 {
  padding-bottom: 130px;
}

.pdg__b135 {
  padding-bottom: 135px;
}

.pdg__b140 {
  padding-bottom: 140px;
}

.pdg__b145 {
  padding-bottom: 145px;
}

.pdg__b150 {
  padding-bottom: 150px;
}

.scroll__in__view {
  visibility: hidden;
}

.loaded .fade__down {
  -webkit-animation: fade__down 1s ease 0s both 1 normal;
  visibility: visible !important;
          animation: fade__down 1s ease 0s both 1 normal;
}

@-webkit-keyframes fade__down {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fade__down {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.loaded .fade__left {
  -webkit-animation: fade__left 1s ease 0s both 1 normal;
  visibility: visible !important;
          animation: fade__left 1s ease 0s both 1 normal;
}

@-webkit-keyframes fade__left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fade__left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.loaded .fade__right {
  -webkit-animation: fade__right 1s ease 0s both 1 normal;
  visibility: visible !important;
          animation: fade__right 1s ease 0s both 1 normal;
}

@-webkit-keyframes fade__right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fade__right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.loaded .fade__up {
  -webkit-animation: fade__up 1s ease 0s both 1 normal;
  visibility: visible !important;
          animation: fade__up 1s ease 0s both 1 normal;
}

@-webkit-keyframes fade__up {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fade__up {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.loaded .fade__in {
  -webkit-animation: fade__in 1s ease 0s both 1 normal;
  visibility: visible !important;
          animation: fade__in 1s ease 0s both 1 normal;
}

@-webkit-keyframes fade__in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade__in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.loaded .slide__width {
  -webkit-animation: slide__width  1s ease 0s both 1 normal;
  visibility: visible !important;
          animation: slide__width  1s ease 0s both 1 normal;
}

@-webkit-keyframes slide__width {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes slide__width {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.loaded .slide__width__unset {
  -webkit-animation: slide__width__unset  1s ease 0s both 1 normal;
  visibility: visible !important;
          animation: slide__width__unset  1s ease 0s both 1 normal;
}

@-webkit-keyframes slide__width__unset {
  from {
    width: 0;
  }
  to {
  }
}

@keyframes slide__width__unset {
  from {
    width: 0;
  }
  to {
  }
}

.loaded .slide__height__unset {
  -webkit-animation: slide__height__unset  1s ease 0s both 1 normal;
  visibility: visible !important;
          animation: slide__height__unset  1s ease 0s both 1 normal;
}

@-webkit-keyframes slide__height__unset {
  from {
    height: 0;
  }
  to {
  }
}

@keyframes slide__height__unset {
  from {
    height: 0;
  }
  to {
  }
}

@-webkit-keyframes zoom__in {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes zoom__in {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.loaded .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.anime__delay__0 {
  -webkit-animation-delay: 0s !important;
          animation-delay: 0s !important;
}

.anime__delay__1 {
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
}

.anime__delay__2 {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}

.anime__delay__3 {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}

.anime__delay__4 {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}

.anime__delay__5 {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}

.anime__delay__6 {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}

.anime__delay__7 {
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}

.anime__delay__8 {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}

.anime__delay__9 {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}

.anime__delay__10 {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}

.anime__delay__11 {
  -webkit-animation-delay: 1.1s !important;
          animation-delay: 1.1s !important;
}

.anime__delay__12 {
  -webkit-animation-delay: 1.2s !important;
          animation-delay: 1.2s !important;
}

.anime__delay__13 {
  -webkit-animation-delay: 1.3s !important;
          animation-delay: 1.3s !important;
}

.anime__delay__14 {
  -webkit-animation-delay: 1.4s !important;
          animation-delay: 1.4s !important;
}

.anime__delay__15 {
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
}

.anime__delay__16 {
  -webkit-animation-delay: 1.6s !important;
          animation-delay: 1.6s !important;
}

.anime__delay__17 {
  -webkit-animation-delay: 1.7s !important;
          animation-delay: 1.7s !important;
}

.anime__delay__18 {
  -webkit-animation-delay: 1.8s !important;
          animation-delay: 1.8s !important;
}

.anime__delay__19 {
  -webkit-animation-delay: 1.9s !important;
          animation-delay: 1.9s !important;
}

.anime__delay__20 {
  -webkit-animation-delay: 2s !important;
          animation-delay: 2s !important;
}

.anime__delay__21 {
  -webkit-animation-delay: 2.1s !important;
          animation-delay: 2.1s !important;
}

.anime__delay__22 {
  -webkit-animation-delay: 2.2s !important;
          animation-delay: 2.2s !important;
}

.anime__delay__23 {
  -webkit-animation-delay: 2.3s !important;
          animation-delay: 2.3s !important;
}

.anime__delay__24 {
  -webkit-animation-delay: 2.4s !important;
          animation-delay: 2.4s !important;
}

.anime__delay__25 {
  -webkit-animation-delay: 2.5s !important;
          animation-delay: 2.5s !important;
}

.anime__delay__26 {
  -webkit-animation-delay: 2.6s !important;
          animation-delay: 2.6s !important;
}

.anime__delay__27 {
  -webkit-animation-delay: 2.7s !important;
          animation-delay: 2.7s !important;
}

.anime__delay__28 {
  -webkit-animation-delay: 2.8s !important;
          animation-delay: 2.8s !important;
}

.anime__delay__29 {
  -webkit-animation-delay: 2.9s !important;
          animation-delay: 2.9s !important;
}

.anime__delay__30 {
  -webkit-animation-delay: 3s !important;
          animation-delay: 3s !important;
}

.anime__duration__0 {
  -webkit-animation-duration: 0s !important;
          animation-duration: 0s !important;
}

.anime__duration__5 {
  -webkit-animation-duration: 0.5s !important;
          animation-duration: 0.5s !important;
}

.anime__duration__10 {
  -webkit-animation-duration: 1s !important;
          animation-duration: 1s !important;
}

.anime__duration__15 {
  -webkit-animation-duration: 1.5s !important;
          animation-duration: 1.5s !important;
}

.anime__duration__20 {
  -webkit-animation-duration: 2s !important;
          animation-duration: 2s !important;
}

.anime__duration__25 {
  -webkit-animation-duration: 2.5s !important;
          animation-duration: 2.5s !important;
}

.anime__duration__30 {
  -webkit-animation-duration: 3s !important;
          animation-duration: 3s !important;
}

.anime__duration__35 {
  -webkit-animation-duration: 3.5s !important;
          animation-duration: 3.5s !important;
}

.anime__duration__40 {
  -webkit-animation-duration: 4s !important;
          animation-duration: 4s !important;
}

.anime__duration__45 {
  -webkit-animation-duration: 4.5s !important;
          animation-duration: 4.5s !important;
}

.anime__duration__50 {
  -webkit-animation-duration: 5s !important;
          animation-duration: 5s !important;
}

.anime__duration__55 {
  -webkit-animation-duration: 5.5s !important;
          animation-duration: 5.5s !important;
}

.anime__duration__60 {
  -webkit-animation-duration: 6s !important;
          animation-duration: 6s !important;
}

.anime__duration__65 {
  -webkit-animation-duration: 6.5s !important;
          animation-duration: 6.5s !important;
}

.anime__duration__70 {
  -webkit-animation-duration: 7s !important;
          animation-duration: 7s !important;
}

.anime__duration__75 {
  -webkit-animation-duration: 7.5s !important;
          animation-duration: 7.5s !important;
}

.anime__duration__80 {
  -webkit-animation-duration: 8s !important;
          animation-duration: 8s !important;
}

.anime__duration__85 {
  -webkit-animation-duration: 8.5s !important;
          animation-duration: 8.5s !important;
}

.anime__duration__90 {
  -webkit-animation-duration: 9s !important;
          animation-duration: 9s !important;
}

.anime__duration__95 {
  -webkit-animation-duration: 9.5s !important;
          animation-duration: 9.5s !important;
}

.anime__duration__100 {
  -webkit-animation-duration: 10s !important;
          animation-duration: 10s !important;
}

.anime__duration__105 {
  -webkit-animation-duration: 10.5s !important;
          animation-duration: 10.5s !important;
}

.anime__duration__110 {
  -webkit-animation-duration: 11s !important;
          animation-duration: 11s !important;
}

.anime__duration__115 {
  -webkit-animation-duration: 11.5s !important;
          animation-duration: 11.5s !important;
}

.anime__duration__120 {
  -webkit-animation-duration: 12s !important;
          animation-duration: 12s !important;
}

.anime__duration__125 {
  -webkit-animation-duration: 12.5s !important;
          animation-duration: 12.5s !important;
}

.anime__duration__130 {
  -webkit-animation-duration: 13s !important;
          animation-duration: 13s !important;
}

.anime__duration__135 {
  -webkit-animation-duration: 13.5s !important;
          animation-duration: 13.5s !important;
}

.anime__duration__140 {
  -webkit-animation-duration: 14s !important;
          animation-duration: 14s !important;
}

.anime__duration__145 {
  -webkit-animation-duration: 14.5s !important;
          animation-duration: 14.5s !important;
}

.anime__duration__150 {
  -webkit-animation-duration: 15s !important;
          animation-duration: 15s !important;
}

.anime__duration__155 {
  -webkit-animation-duration: 15.5s !important;
          animation-duration: 15.5s !important;
}

.anime__duration__160 {
  -webkit-animation-duration: 16s !important;
          animation-duration: 16s !important;
}

.anime__duration__165 {
  -webkit-animation-duration: 16.5s !important;
          animation-duration: 16.5s !important;
}

.anime__duration__170 {
  -webkit-animation-duration: 17s !important;
          animation-duration: 17s !important;
}

.anime__duration__175 {
  -webkit-animation-duration: 17.5s !important;
          animation-duration: 17.5s !important;
}

.anime__duration__180 {
  -webkit-animation-duration: 18s !important;
          animation-duration: 18s !important;
}

.anime__duration__185 {
  -webkit-animation-duration: 18.5s !important;
          animation-duration: 18.5s !important;
}

.anime__duration__190 {
  -webkit-animation-duration: 19s !important;
          animation-duration: 19s !important;
}

.anime__duration__195 {
  -webkit-animation-duration: 19.5s !important;
          animation-duration: 19.5s !important;
}

.anime__duration__200 {
  -webkit-animation-duration: 20s !important;
          animation-duration: 20s !important;
}

.anime__duration__205 {
  -webkit-animation-duration: 20.5s !important;
          animation-duration: 20.5s !important;
}

.anime__duration__210 {
  -webkit-animation-duration: 21s !important;
          animation-duration: 21s !important;
}

.anime__duration__215 {
  -webkit-animation-duration: 21.5s !important;
          animation-duration: 21.5s !important;
}

.anime__duration__220 {
  -webkit-animation-duration: 22s !important;
          animation-duration: 22s !important;
}

.anime__duration__225 {
  -webkit-animation-duration: 22.5s !important;
          animation-duration: 22.5s !important;
}

.anime__duration__230 {
  -webkit-animation-duration: 23s !important;
          animation-duration: 23s !important;
}

.anime__duration__235 {
  -webkit-animation-duration: 23.5s !important;
          animation-duration: 23.5s !important;
}

.anime__duration__240 {
  -webkit-animation-duration: 24s !important;
          animation-duration: 24s !important;
}

.anime__duration__245 {
  -webkit-animation-duration: 24.5s !important;
          animation-duration: 24.5s !important;
}

.anime__duration__250 {
  -webkit-animation-duration: 25s !important;
          animation-duration: 25s !important;
}

.anime__duration__255 {
  -webkit-animation-duration: 25.5s !important;
          animation-duration: 25.5s !important;
}

.anime__duration__260 {
  -webkit-animation-duration: 26s !important;
          animation-duration: 26s !important;
}

.anime__duration__265 {
  -webkit-animation-duration: 26.5s !important;
          animation-duration: 26.5s !important;
}

.anime__duration__270 {
  -webkit-animation-duration: 27s !important;
          animation-duration: 27s !important;
}

.anime__duration__275 {
  -webkit-animation-duration: 27.5s !important;
          animation-duration: 27.5s !important;
}

.anime__duration__280 {
  -webkit-animation-duration: 28s !important;
          animation-duration: 28s !important;
}

.anime__duration__285 {
  -webkit-animation-duration: 28.5s !important;
          animation-duration: 28.5s !important;
}

.anime__duration__290 {
  -webkit-animation-duration: 29s !important;
          animation-duration: 29s !important;
}

.anime__duration__295 {
  -webkit-animation-duration: 29.5s !important;
          animation-duration: 29.5s !important;
}

.anime__duration__300 {
  -webkit-animation-duration: 30s !important;
          animation-duration: 30s !important;
}

.loaded .catch__image__left .active__anime .catch__image {
  -webkit-animation: slide_position_left_img  0.6s ease 0s both 1 normal;
          animation: slide_position_left_img  0.6s ease 0s both 1 normal;
}

.loaded .catch__image__left .active__anime .catch__image:before {
  -webkit-animation: slide_position_left  0.6s ease 0.8s both 1 normal;
          animation: slide_position_left  0.6s ease 0.8s both 1 normal;
}

.loaded .catch__image__right .active__anime .catch__image {
  -webkit-animation: slide_position_right_img  0.6s ease 0s both 1 normal;
          animation: slide_position_right_img  0.6s ease 0s both 1 normal;
}

.loaded .catch__image__right .active__anime .catch__image:before {
  -webkit-animation: slide_position_right  0.6s ease 0.8s both 1 normal;
          animation: slide_position_right  0.6s ease 0.8s both 1 normal;
}

.loaded .active__anime {
  visibility: visible !important;
}

.loaded .active__anime.rhombus {
  -webkit-animation: rhombus_anime  0.6s ease 0.4s both 1 normal;
          animation: rhombus_anime  0.6s ease 0.4s both 1 normal;
}

.loaded .active__anime.rhombus:before {
  -webkit-animation: rhombus_anime2  0.6s ease 1s both 1 normal;
          animation: rhombus_anime2  0.6s ease 1s both 1 normal;
}

@-webkit-keyframes slide_position_left_img {
  from {
    left: -100%;
  }
  to {
    left: 0;
  }
}

@keyframes slide_position_left_img {
  from {
    left: -100%;
  }
  to {
    left: 0;
  }
}

@-webkit-keyframes slide_position_right_img {
  from {
    right: -100%;
  }
  to {
    right: 0;
  }
}

@keyframes slide_position_right_img {
  from {
    right: -100%;
  }
  to {
    right: 0;
  }
}

@-webkit-keyframes slide_position_left {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}

@keyframes slide_position_left {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}

@-webkit-keyframes slide_position_right {
  from {
    right: 0;
  }
  to {
    right: 100%;
  }
}

@keyframes slide_position_right {
  from {
    right: 0;
  }
  to {
    right: 100%;
  }
}

@-webkit-keyframes rhombus_anime {
  from {
    -webkit-transform: rotate(45deg) translate3d(50%, 50%, 0);
            transform: rotate(45deg) translate3d(50%, 50%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
            transform: rotate(45deg) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rhombus_anime {
  from {
    -webkit-transform: rotate(45deg) translate3d(50%, 50%, 0);
            transform: rotate(45deg) translate3d(50%, 50%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
            transform: rotate(45deg) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes rhombus_anime2 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes rhombus_anime2 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

html {
  overflow-x: hidden;
  font-family: "Noto Serif JP", sans-serif;
  /* 16px x 0.625 = 10px(=1rem) */
  font-size: 62.5% !important;
  font-weight: 400;
}

body {
  overflow-x: hidden;
  color: #333333;
  font-size: 1.2rem;
  font-weight: 400;
}

@media screen and (min-width: 980px) {
  body {
    font-size: 1.4rem;
  }
}

.main__container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (min-width: 980px) {
  .main__container {
    max-width: 1240px;
  }
}

.main__mini__container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (min-width: 980px) {
  .main__mini__container {
    max-width: 920px;
  }
}

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

a:hover {
  text-decoration: underline;
}

a.arrow {
  position: relative;
  padding-right: 20px;
  color: initial;
}

a.arrow:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 3px;
  width: 8px;
  height: 8px;
          transform: translate(-50%, -50%) rotate(-45deg);
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  content: "";
}

a.arrow.current:after, a.arrow:hover:after {
  border-right: 1px solid #1b2461;
  border-bottom: 1px solid #1b2461;
}

.button {
  display: inline-block;
  position: relative;
  padding: 10px 20px;
  overflow: hidden;
  background-color: #1b2461;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  vertical-align: top;
}

.button:before {
  -webkit-transform: translateX(-100%);
  -webkit-transition: -webkit-transform .2s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
          transform: translateX(-100%);
  background-color: #263389;
  content: '';
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.button:hover {
  text-decoration: none;
}

.button:hover:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.button .button__inner {
  display: table;
  z-index: 1;
  position: relative;
  width: 100%;
  min-width: 172px;
  min-height: 28px;
  text-align: center;
}

@media screen and (min-width: 980px) {
  .button .button__inner {
    min-width: 194px;
    min-height: 44px;
  }
}

.button .button__inner .button_text {
  display: table-cell;
  vertical-align: middle;
}

.button__links {
  text-align: center;
}

.button__links .button {
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
}

#loading {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
          align-items: center;
          justify-content: center;
  width: 100vw;
  height: 100vh;
  background-color: #1b2461;
}

.loaded #loading {
  -webkit-transition: all 1s;
  visibility: hidden;
  opacity: 0;
  transition: all 1s;
}

/**

loading animation

 */
.loading__spinner {
  position: relative;
  width: 40px;
  height: 40px;
}

.loading__spinner .double-bounce1,
.loading__spinner .double-bounce2 {
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
          animation: sk-bounce 2.0s infinite ease-in-out;
  opacity: 0.6;
}

.loading__spinner .double-bounce2 {
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@media screen and (max-width: 979px) {
  .header__wrapper:before {
    display: block;
    width: 100%;
    padding-top: 55px;
    content: "";
  }
}

header {
  visibility: visible !important;
  background-color: #ffffff;
}

@media screen and (min-width: 980px) {
  header.active__fade__in {
    -webkit-animation: fade__in 1s ease 0s both 1 normal;
            animation: fade__in 1s ease 0s both 1 normal;
  }
}

@media screen and (max-width: 979px) {
  header {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    z-index: 150;
    position: fixed;
    top: 0;
    width: 100%;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
}

header .header__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 1 0 auto;
          justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (min-width: 980px) {
  header .header__content {
    padding-top: 0;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 980px) {
  header .header__logo {
    padding-top: 30px;
  }
}

header .header__logo img {
  max-width: 130px;
}

@media screen and (min-width: 980px) {
  header .header__logo img {
    max-width: 190px;
  }
}

header .header__links {
  width: 100%;
}

header .header__links ul {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 1 0 auto;
          justify-content: flex-end;
}

header .header__links li {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
  display: inline-block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  word-break: keep-all;
          writing-mode: vertical-rl;
}

header .header__links li:not(:first-child) {
  margin-left: 50px;
}

header .header__links li a {
  -webkit-font-feature-settings: "palt";
  display: inline-block;
  margin-top: 90px;
          font-feature-settings: "palt";
  font-weight: 500;
  letter-spacing: 0.12em;
}

header .header__links li a:before {
  -webkit-transition: height 0.3s;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  height: 0;
  border-right: 1px solid #1b2461;
  content: "";
  transition: height 0.3s;
}

header .header__links li a:hover, header .header__links li.current a {
  color: #1b2461;
}

header .header__links li a:hover:before,
header .header__links li.current a:before {
  height: 70px;
}

header .header__links li a:hover {
  text-decoration: none;
}

@media screen and (max-width: 979px) {
  header .header__links {
    display: none;
  }
}

.header__menu__icon {
  z-index: 250;
  position: fixed;
  top: 18px;
  right: 20px;
}

@media screen and (min-width: 980px) {
  .header__menu__icon {
    display: none;
  }
}

.header__menu__icon .menu__icon {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 16px;
}

.header__menu__icon .menu__icon span {
  -webkit-transition: all .4s;
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  border-radius: 4px;
  background-color: #111111;
  transition: all .4s;
}

.header__menu__icon .menu__icon span:nth-of-type(1) {
  top: 0;
}

.header__menu__icon .menu__icon span:nth-of-type(2) {
  top: 8px;
}

.header__menu__icon .menu__icon span:nth-of-type(3) {
  top: 16px;
}

#drawer__menu__check {
  display: none !important;
}

.drawer__menu__wrapper {
  display: none;
}

.drawer__menu__wrapper .drawer__menu__bg {
  z-index: 200;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.drawer__menu__wrapper .drawer__menu {
  z-index: 201;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  overflow-y: auto;
  background-color: rgba(21, 26, 61, 0.95);
  color: #ffffff;
}

.drawer__menu__wrapper .drawer__menu__list {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 1 0 auto;
      flex-wrap: wrap;
  margin-top: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.drawer__menu__wrapper .drawer__menu__list li {
  width: 50%;
  margin-bottom: 30px;
  font-size: 1.4rem;
  text-align: center;
}

.drawer__menu__wrapper .drawer__menu__list__icons {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 1 0 auto;
      flex-wrap: wrap;
          justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.drawer__menu__wrapper .drawer__menu__list__icons li {
  margin: 0 10px;
  font-size: 2rem;
}

.drawer__menu__wrapper .drawer__menu__list__icons li .icon__text {
  font-size: 1.6rem;
}

.drawer__menu__wrapper .online__shop__button {
  width: 80%;
}

#drawer__menu__check:checked ~ .header__menu__icon .menu__icon span {
  background-color: #ffffff;
}

#drawer__menu__check:checked ~ .header__menu__icon .menu__icon span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
          transform: translateY(8px) rotate(-45deg);
}

#drawer__menu__check:checked ~ .header__menu__icon .menu__icon span:nth-of-type(2) {
  opacity: 0;
}

#drawer__menu__check:checked ~ .header__menu__icon .menu__icon span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
          transform: translateY(-8px) rotate(45deg);
}

#drawer__menu__check:checked ~ .drawer__menu__wrapper {
  display: block !important;
}

.online__shop__label {
  z-index: 150;
  position: absolute;
  top: 75px;
  right: 0;
}

@media screen and (min-width: 980px) {
  .online__shop__label {
    top: 220px;
  }
}

.online__shop__label a {
  -webkit-font-feature-settings: "palt";
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
  position: relative;
          flex: 1 0 auto;
          align-items: center;
          justify-content: center;
  color: #ffffff;
          font-feature-settings: "palt";
  letter-spacing: 0.12em;
  text-align: center;
          writing-mode: vertical-rl;
}

@media screen and (max-width: 979px) {
  .online__shop__label a {
    width: 35px;
    height: 160px;
  }
}

@media screen and (min-width: 980px) {
  .online__shop__label a {
    width: 50px;
    height: 200px;
  }
}

.online__shop__label a:before {
  display: inline-block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  content: "";
}

@media screen and (max-width: 979px) {
  .online__shop__label a:before {
    height: 160px;
    border-right: 35px solid #000000;
  }
}

@media screen and (min-width: 980px) {
  .online__shop__label a:before {
    height: 200px;
    border-right: 50px solid #000000;
  }
}

.online__shop__label a:hover {
  text-decoration: none;
}

@media screen and (max-width: 979px) {
  .online__shop__label a:hover:before {
    border-right: 35px solid #292929;
  }
}

@media screen and (min-width: 980px) {
  .online__shop__label a:hover:before {
    border-right: 50px solid #292929;
  }
}

.page__top {
  height: 36px;
  margin-top: 50px;
  background-color: #000000;
}

@media screen and (min-width: 980px) {
  .page__top {
    height: 50px;
    margin-top: 110px;
  }
}

.page__top .page__top__link {
  display: block;
  position: relative;
  height: 100%;
  font-size: 0;
  text-align: center;
  text-decoration: none;
}

.page__top .page__top__link:before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  display: inline-block;
  position: absolute;
  top: calc(50% + 6px);
  left: 50%;
  width: 14px;
  height: 14px;
          transform: translate(-50%, -50%) rotate(-135deg);
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  content: "";
}

@media screen and (min-width: 980px) {
  .page__top .page__top__link:before {
    width: 20px;
    height: 20px;
  }
}

footer {
  background-image: url("../img/footer_bg2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}

footer .footer__top {
  padding-top: 25px;
  padding-bottom: 30px;
}

@media screen and (min-width: 980px) {
  footer .footer__top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}

@media screen and (min-width: 980px) {
  footer .footer__top {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex: 1 0 auto;
    padding-top: 75px;
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 980px) {
  footer .footer__top .footer__info {
    padding-right: 100px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
}

@media screen and (max-width: 979px) {
  footer .footer__top .footer__info .online__shop__button {
    max-width: 250px;
  }
}

footer .footer__top .company__info dt {
  margin-bottom: 10px;
}

@media screen and (min-width: 980px) {
  footer .footer__top .company__info dt {
    margin-bottom: 15px;
  }
}

footer .footer__top .company__info dt img {
  max-width: 110px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 980px) {
  footer .footer__top .company__info dt img {
    max-width: 160px;
    margin-left: 0;
  }
}

footer .footer__top .company__info dt span {
  display: block;
  text-align: center;
  font-size: 1.8rem;
}

@media screen and (min-width: 980px) {
  footer .footer__top .company__info dt span {
    text-align: left;
    font-size: 2.2rem;
  }
}

footer .footer__top .company__info dd {
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 2rem;
  text-align: center;
}

@media screen and (min-width: 980px) {
  footer .footer__top .company__info dd {
    margin-bottom: 30px;
    font-size: 1.2rem;
    line-height: 2.4rem;
    text-align: left;
  }
}

footer .footer__top .footer__links {
  display: none;
  padding: 35px 70px;
}

@media screen and (min-width: 980px) {
  footer .footer__top .footer__links {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex: 1 0 auto;
            justify-content: space-between;
  }
}

footer .footer__top .footer__links .footer__link__ul li:not(:last-child) {
  margin-bottom: 30px;
}

footer .footer__bottom {
  padding-top: 30px;
  padding-bottom: 10px;
}

@media screen and (min-width: 980px) {
  footer .footer__bottom {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex: 1 0 auto;
            justify-content: space-between;
  }
}

@media screen and (min-width: 980px) {
  footer .footer__bottom {
    padding-top: 20px;
    padding-bottom: 36px;
  }
}

@media screen and (max-width: 979px) {
  footer .footer__bottom .footer__icons {
    margin-bottom: 25px;
    text-align: center;
  }
}

@media screen and (min-width: 980px) {
  footer .footer__bottom .footer__icons {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex: 1 0 auto;
  }
}

footer .footer__bottom .footer__icons li {
  font-size: 1.2rem;
}

@media screen and (max-width: 979px) {
  footer .footer__bottom .footer__icons li {
    display: inline-block;
    margin-right: 8px;
    margin-left: 8px;
    vertical-align: middle;
  }
}

@media screen and (min-width: 980px) {
  footer .footer__bottom .footer__icons li {
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
    margin-right: 20px;
  }
}

footer .footer__bottom .footer__icons li.separator {
  padding-right: 5px;
  padding-left: 5px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 979px) {
  footer .footer__bottom .footer__icons li.separator {
    width: 100%;
  }
}

footer .footer__bottom .footer__icons li a {
  font-size: 1.6rem;
}

@media screen and (max-width: 979px) {
  footer .footer__bottom .copyright {
    text-align: center;
  }
}

.text__combine {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}

.text__source__pro {
  font-family: 'Source Serif Pro', "Noto Serif JP", sans-serif;
  letter-spacing: 0.12em;
}

.no__article__text {
  text-align: center;
}

img.no__image {
  max-width: 100%;
}

/*

online__shop__button

 */
.online__shop__button {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 1 0 auto;
          align-items: center;
          justify-content: center;
  width: 100%;
  max-width: 424px;
  height: 48px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
}

@media screen and (min-width: 980px) {
  .online__shop__button {
    max-width: 234px;
    height: 60px;
    margin-left: 0;
    font-size: 1.6rem;
    line-height: 60px;
  }
}

.online__shop__button:before {
  display: inline-block;
  width: 20px;
  height: 48px;
  margin-right: 5px;
  background-image: url("../img/cart_icon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

@media screen and (min-width: 980px) {
  .online__shop__button:before {
    width: 25px;
    height: 60px;
    margin-right: 15px;
  }
}

/*

main__visual

 */
.main__visual, .main__container__space {
  padding-top: 95px;
}

@media screen and (min-width: 980px) {
  .main__visual, .main__container__space {
    padding-top: 110px;
  }
}

.main__visual {
  position: relative;
  padding-bottom: 40px;
}

@media screen and (min-width: 980px) {
  .main__visual {
    padding-bottom: 80px;
  }
}

.main__visual .main__container {
  position: relative;
}

.main__visual .main__visual__title {
  z-index: 80;
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 980px) {
  .main__visual .main__visual__title {
    top: -110px;
  }
}

.main__visual .main__visual__title h1 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
  display: inline-block;
  padding: 0 20px;
  color: #000000;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.42em;
  text-align: left;
          writing-mode: vertical-rl;
}

@media screen and (max-width: 979px) {
  .main__visual .main__visual__title h1 {
    min-height: 320px;
  }
}

@media screen and (min-width: 980px) {
  .main__visual .main__visual__title h1 {
    min-height: 425px;
    font-size: 4rem;
  }
}

.main__visual .main__visual__title h1 span {
  display: block;
  margin: 0 30px 0 30px;
  line-height: 1;
  text-shadow: 0 0 2px #ffffff;
}

.main__visual .main__visual__title h1 span:nth-last-child(1) {
  margin-left: 0;
}

.main__visual .main__visual__img {
  z-index: -1;
  width: 100%;
}

.main__visual .main__visual__img .visual__img__frame {
  min-height: 260px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 980px) {
  .main__visual .main__visual__img .visual__img__frame {
    min-height: 315px;
  }
}

.main__visual .main__visual__img .visual__img__frame img {
  display: none;
}

/*

section__title

 */
.section__title_wrapper {
  margin-bottom: 30px;
}

@media screen and (min-width: 980px) {
  .section__title_wrapper {
    margin-bottom: 60px;
  }
}

.section__title_wrapper .section__title,
.section__title_wrapper .section__title__vertical {
  color: #111111;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  line-height: 2.2rem;
}

@media screen and (min-width: 980px) {
  .section__title_wrapper .section__title,
  .section__title_wrapper .section__title__vertical {
    font-size: 3.2rem;
    line-height: 3.6rem;
  }
}

.section__title_wrapper .section__title span,
.section__title_wrapper .section__title__vertical span {
  display: block;
}

.section__title_wrapper .section__title .eng,
.section__title_wrapper .section__title__vertical .eng {
  display: block;
  color: #bfbfbf;
  font-size: 1.2rem;
  font-weight: 500;
}

@media screen and (min-width: 980px) {
  .section__title_wrapper .section__title .eng,
  .section__title_wrapper .section__title__vertical .eng {
    font-size: 1.4rem;
  }
}

.section__title_wrapper .section__title {
  text-align: center;
}

.section__title_wrapper .section__title .eng {
  padding-top: 5px;
}

.section__title_wrapper .section__title__vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
  float: left;
  line-height: 1;
  text-align: left;
          writing-mode: vertical-rl;
}

.section__title_wrapper .section__title__vertical .eng {
  padding-right: 5px;
}

/*

card__layout

 */
.card__wrapper {
  -ms-flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 1 0 auto;
      flex-wrap: wrap;
}

@media screen and (min-width: 640px) {
  .card__wrapper {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.card__wrapper .card__layout {
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (min-width: 640px) {
  .card__wrapper .card__layout {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (min-width: 980px) {
  .card__wrapper .card__layout {
    width: 33.33%;
  }
}

.card__layout .card__top {
  position: relative;
  overflow: hidden;
  border: 1px solid #d9d9d9;
}

.card__layout .card__top:before {
  display: block;
  width: 100%;
  padding-top: 40%;
  content: "";
}

.card__layout .card__top img {
  -webkit-transition: -webkit-transform 0.3s;
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 100%;
  height: auto;
          transform: translate(-50%, -50%);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.card__layout .card__body {
  padding: 10px 5px;
}

.card__layout .card__header {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 1 0 auto;
}

.card__layout .card__header .card__thumbnail {
  min-width: 50px;
  overflow: hidden;
}

.card__layout .card__header .card__thumbnail img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.card__layout .card__header .card__title__area {
  padding: 0 10px 5px;
}

@media screen and (min-width: 640px) {
  .card__layout .card__header .card__title__area {
    padding: 0 10px 10px;
  }
}

.card__layout .card__header .card__title {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1.4rem;
  font-weight: 500;
}

@media screen and (min-width: 640px) {
  .card__layout .card__header .card__title {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.6rem;
  }
}

.card__layout:hover .card__top:before {
  z-index: 1;
  position: relative;
  background-color: rgba(0, 0, 0, 0.3);
}

.card__layout:hover .card__top img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

/*

article__list

 */
.article__list__wrapper .article__item {
  -webkit-box-align: start;
      -ms-flex-align: start;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  position: relative;
          flex: 1 0 auto;
          align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}

.article__list__wrapper .article__item:hover img {
  opacity: 0.9;
}

.article__list__wrapper .article__item .article__image {
  position: relative;
  min-width: 80px;
  min-height: 80px;
  margin-right: 15px;
  overflow: hidden;
}

@media screen and (min-width: 980px) {
  .article__list__wrapper .article__item .article__image {
    min-width: 140px;
    min-height: 140px;
  }
}

.article__list__wrapper .article__item .article__image:before {
  display: block;
  width: 100%;
  padding-top: 100%;
  content: "";
}

.article__list__wrapper .article__item .article__image img {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 100%;
  height: auto;
          transform: translate(-50%, -50%);
}

.article__list__wrapper .article__item .article__image img.no__image {
  max-width: 100%;
}

.article__list__wrapper .article__item .article__content > * {
  letter-spacing: 0.12em;
}

.article__list__wrapper .article__item .article__content .article__list {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 1 0 auto;
          align-items: baseline;
}

.article__list__wrapper .article__item .article__content .article__list li {
  word-break: keep-all;
}

.article__list__wrapper .article__item .article__content .article__list li:not(:nth-last-child(1)) {
  margin-right: 5px;
}

@media screen and (min-width: 980px) {
  .article__list__wrapper .article__item .article__content .article__list li:not(:nth-last-child(1)) {
    margin-right: 20px;
  }
}

.article__list__wrapper .article__item .article__content .article__title {
  width: 100%;
  margin-top: 5px;
  font-size: 1.3rem;
  font-weight: 500;
}

@media screen and (min-width: 980px) {
  .article__list__wrapper .article__item .article__content .article__title {
    margin-top: 25px;
    font-size: 2rem;
  }
}

.article__list__wrapper .article__item .article__content .article__text {
  margin-top: 5px;
}

/*

pagination

 */
.pagination__wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 1 0 auto;
          align-items: center;
          justify-content: space-between;
  padding: 30px 0;
}

@media screen and (min-width: 980px) {
  .pagination__wrapper {
    padding: 40px 0;
  }
}

.pagination__wrapper .pagination {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 1 0 auto;
      flex-wrap: wrap;
          align-items: center;
          justify-content: center;
  max-width: 100%;
}

.pagination__wrapper .pagination .pagination__number {
  display: block;
  margin: 0 5px;
  padding: 0 5px;
  color: #7e7e7e;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}

@media screen and (max-width: 979px) {
  .pagination__wrapper .pagination .pagination__number {
    min-width: 20px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 980px) {
  .pagination__wrapper .pagination .pagination__number {
    min-width: 30px;
    font-size: 1.8rem;
  }
}

.pagination__wrapper .pagination .pagination__number:hover, .pagination__wrapper .pagination .pagination__number.is__current {
  color: #111111;
}

.pagination__wrapper .pagination__prev,
.pagination__wrapper .pagination__next {
  display: block;
  position: relative;
  width: 40px;
  height: 24px;
  font-size: 0;
}

@media screen and (max-width: 979px) {
  .pagination__wrapper .pagination__prev,
  .pagination__wrapper .pagination__next {
    width: 30px;
  }
}

@media screen and (min-width: 980px) {
  .pagination__wrapper .pagination__prev,
  .pagination__wrapper .pagination__next {
    width: 40px;
  }
}

.pagination__wrapper .pagination__prev:before,
.pagination__wrapper .pagination__next:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  border-right: 2px solid #7e7e7e;
  border-bottom: 2px solid #7e7e7e;
  content: "";
}

.pagination__wrapper .pagination__prev:hover:before,
.pagination__wrapper .pagination__next:hover:before {
  border-right: 2px solid #111111;
  border-bottom: 2px solid #111111;
}

.pagination__wrapper .pagination__prev:before {
  -webkit-transform: translate(0, -50%) rotate(135deg);
  right: 10px;
          transform: translate(0, -50%) rotate(135deg);
}

.pagination__wrapper .pagination__next:before {
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  left: 10px;
          transform: translate(0, -50%) rotate(-45deg);
}

/*

mv__bottom__catch

 */
.mv__bottom__catch {
  letter-spacing: 0.12em;
  line-height: 1.9;
  text-align: center;
}

@media screen and (max-width: 979px) {
  .mv__bottom__catch {
    margin-bottom: 30px;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 980px) {
  .mv__bottom__catch {
    margin-bottom: 70px;
    font-size: 1.6rem;
  }
}

/*

data__list

 */
.data__list {
  letter-spacing: -1em;
}

.data__list li {
  display: inline-block;
  font-weight: 500;
  letter-spacing: normal;
  vertical-align: top;
}

.data__list li:not(:last-child):after {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  vertical-align: top;
  content: "/";
}

/*

tag__label

 */
.tag__label {
  display: inline-block;
  min-width: 100px;
  padding-right: 5px;
  padding-left: 5px;
  border: 1px solid #1b2461;
  color: #1b2461;
  font-weight: 600;
  text-align: center;
}

@media screen and (min-width: 980px) {
  .tag__label {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 1.2rem;
  }
}

/*

sns__share

 */
.sns__share {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

@media screen and (max-width: 979px) {
  .sns__share {
    margin-right: -2px;
    margin-bottom: 10px;
    margin-left: -2px;
  }
}

@media screen and (min-width: 980px) {
  .sns__share {
    margin-right: -3px;
    margin-bottom: 15px;
    margin-left: -3px;
  }
}

.sns__share li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 20%;
          flex: 1 0 20%;
  max-width: 33.33%;
}

@media screen and (max-width: 979px) {
  .sns__share li {
    padding-right: 2px;
    padding-left: 2px;
  }
}

@media screen and (min-width: 980px) {
  .sns__share li {
    padding-right: 3px;
    padding-left: 3px;
  }
}

.sns__share li a:hover {
  text-decoration: none;
}

.sns__share [class^="icon-"] {
  display: block;
  width: 100%;
  border-radius: 3px;
  color: #ffffff;
  text-align: center;
}

.sns__share [class^="icon-"]:hover {
  opacity: 0.9;
}

@media screen and (max-width: 979px) {
  .sns__share [class^="icon-"] {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}

@media screen and (min-width: 980px) {
  .sns__share [class^="icon-"] {
    font-size: 2rem;
    line-height: 3rem;
  }
}

.sns__share .icon-twitter {
  background-color: #1DA1F2;
}

.sns__share .icon-facebook {
  background-color: #4172B8;
}

.sns__share .icon-line {
  background-color: #00C300;
}

/*

tab__wrapper

 */
.tab__wrapper {
  -ms-flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 1 0 auto;
      flex-wrap: wrap;
}

.tab__wrapper .tab__label {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
  z-index: 1;
  position: relative;
          flex: 1 1;
          order: -1;
  background: #dadada;
  color: #ffffff;
  letter-spacing: 0.24em;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

@media screen and (max-width: 979px) {
  .tab__wrapper .tab__label {
    padding: 10px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 980px) {
  .tab__wrapper .tab__label {
    padding: 20px;
    font-size: 2.4rem;
  }
}

.tab__wrapper .tab__content {
  display: none;
  width: 100%;
}

.tab__wrapper .tab__switch {
  display: none;
}

.tab__wrapper .tab__switch:checked + .tab__label {
  background: #1b2461;
}

.tab__wrapper .tab__switch:checked + .tab__label + .tab__content {
  display: block;
}

/**

table__contents

 */
table.table__contents {
  width: 100%;
}

@media screen and (min-width: 980px) {
  table.table__contents {
    border-collapse: collapse;
    vertical-align: middle;
  }
}

table.table__contents > tbody > tr {
  border-bottom: 1px solid #d9d9d9;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 979px) {
  table.table__contents > tbody > tr {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 980px) {
  table.table__contents > tbody > tr {
    border-top: 1px solid #d9d9d9;
  }
}

@media screen and (max-width: 979px) {
  table.table__contents > tbody > tr:first-child {
    border-top: 1px solid #d9d9d9;
  }
}

table.table__contents > tbody > tr > th {
  font-weight: 700;
  text-align: left;
}

@media screen and (min-width: 980px) {
  table.table__contents > tbody > tr > th {
    padding-right: 20px;
    word-break: keep-all;
  }
}

@media screen and (max-width: 979px) {
  table.table__contents > tbody > tr > th,
  table.table__contents > tbody > tr > td {
    display: inline-block;
    width: 100%;
    font-size: 1.3rem;
    line-height: 2.15;
    vertical-align: top;
  }
}

@media screen and (min-width: 980px) {
  table.table__contents > tbody > tr > th,
  table.table__contents > tbody > tr > td {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

table.table__contents > tbody > tr > th a,
table.table__contents > tbody > tr > td a {
  color: #1b2461;
}

/**

layout__grid__column

 */
.layout__grid__column {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 1 0 auto;
      flex-wrap: wrap;
}

@media screen and (min-width: 980px) {
  .layout__grid__column {
    margin-right: -18px;
    margin-left: -18px;
  }
}

.layout__grid__column .layout__grid__col1,
.layout__grid__column .layout__grid__col2,
.layout__grid__column .layout__grid__col3,
.layout__grid__column .layout__grid__col4 {
  margin-bottom: 15px;
}

@media screen and (max-width: 979px) {
  .layout__grid__column .layout__grid__col1,
  .layout__grid__column .layout__grid__col2,
  .layout__grid__column .layout__grid__col3,
  .layout__grid__column .layout__grid__col4 {
    width: 100%;
  }
}

@media screen and (min-width: 980px) {
  .layout__grid__column .layout__grid__col1,
  .layout__grid__column .layout__grid__col2,
  .layout__grid__column .layout__grid__col3,
  .layout__grid__column .layout__grid__col4 {
    padding-right: 18px;
    padding-left: 18px;
  }
}

@media screen and (min-width: 980px) {
  .layout__grid__column .layout__grid__col1 {
    width: 100%;
  }
}

@media screen and (min-width: 980px) {
  .layout__grid__column .layout__grid__col2 {
    width: 50%;
  }
}

@media screen and (min-width: 980px) {
  .layout__grid__column .layout__grid__col3 {
    width: 33.33%;
  }
}

@media screen and (min-width: 980px) {
  .layout__grid__column .layout__grid__col4 {
    width: 25%;
  }
}

/**
company__common
 */
.company__common .layout__iframe {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 300px;
}

.company__common .layout__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.company__common .map__link {
  text-align: right;
}

.company__common .map__link a {
  display: inline-block;
  color: #1b2461;
  vertical-align: top;
}

/*

lity

 */
.lity {
  background-color: rgba(0, 0, 0, 0.7);
}

.lity .lity-close {
  position: absolute;
  top: -50px;
  right: 5px;
  font-family: inherit;
}

.form div.wpcf7 .ajax-loader {
  display: block;
}

.form div.wpcf7 .ajax-loader.is-active {
  margin: 15px auto;
}

/*

article__detail

 */
.article__detail__wrapper {
  margin-bottom: 30px;
}

@media screen and (min-width: 980px) {
  .article__detail__wrapper {
    margin-bottom: 70px;
  }
}

.article__detail__wrapper .article__detail__mv {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 979px) {
  .article__detail__wrapper .article__detail__mv {
    min-height: 260px;
  }
}

@media screen and (min-width: 980px) {
  .article__detail__wrapper .article__detail__mv {
    min-height: 420px;
  }
}

.article__detail__wrapper .article__detail__mv img {
  display: none;
  margin: 0 auto;
}

.article__detail__wrapper .article__detail__title {
  margin-bottom: 15px;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 3rem;
}

@media screen and (min-width: 980px) {
  .article__detail__wrapper .article__detail__title {
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
}

.article__detail__wrapper .article__detail__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 1 0 auto;
          align-items: center;
  margin-bottom: 30px;
}

.article__detail__wrapper .article__detail__info .author__thumbnail {
  min-width: 40px;
  max-width: 40px;
  max-height: 40px;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 50%;
}

.article__detail__wrapper .article__detail__info .author__thumbnail:hover img {
  opacity: 0.8;
}

/**
========================
wordpress エディターと投稿画面の表示を合わせる
(editor-style.css)
========================
 */
.mce-content-body.content > *,
.article__detail__content > * {
  letter-spacing: 0.08em;
}

@media screen and (max-width: 979px) {
  .mce-content-body.content p, .mce-content-body.content li, .mce-content-body.content a, .mce-content-body.content pre,
  .article__detail__content p,
  .article__detail__content li,
  .article__detail__content a,
  .article__detail__content pre {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}

@media screen and (min-width: 980px) {
  .mce-content-body.content p, .mce-content-body.content li, .mce-content-body.content a, .mce-content-body.content pre,
  .article__detail__content p,
  .article__detail__content li,
  .article__detail__content a,
  .article__detail__content pre {
    font-size: 1.6rem;
    line-height: 2.1;
  }
}

.mce-content-body.content img,
.article__detail__content img {
  height: 100%;
  max-height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.mce-content-body.content a,
.article__detail__content a {
  color: #1b2461;
}

@media screen and (max-width: 979px) {
  .mce-content-body.content h1, .mce-content-body.content h2, .mce-content-body.content h3, .mce-content-body.content h4, .mce-content-body.content h5, .mce-content-body.content h6,
  .article__detail__content h1,
  .article__detail__content h2,
  .article__detail__content h3,
  .article__detail__content h4,
  .article__detail__content h5,
  .article__detail__content h6 {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 980px) {
  .mce-content-body.content h1, .mce-content-body.content h2, .mce-content-body.content h3, .mce-content-body.content h4, .mce-content-body.content h5, .mce-content-body.content h6,
  .article__detail__content h1,
  .article__detail__content h2,
  .article__detail__content h3,
  .article__detail__content h4,
  .article__detail__content h5,
  .article__detail__content h6 {
    margin-bottom: 20px;
  }
}

/*

article__detail__pagination

 */
.article__detail__pagination {
  margin-bottom: 70px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

@media screen and (min-width: 980px) {
  .article__detail__pagination {
    margin-bottom: 120px;
  }
}

@media screen and (min-width: 980px) {
  .article__detail__pagination {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.article__detail__pagination .pagination__pave,
.article__detail__pagination .pagination__next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article__detail__pagination .pagination__next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.article__detail__pagination .pagination__next .pagination:before {
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  right: 10px;
          transform: translate(0, -50%) rotate(-45deg);
}

.article__detail__pagination .pagination__pave .pagination:before {
  -webkit-transform: translate(0, -50%) rotate(135deg);
  left: 10px;
          transform: translate(0, -50%) rotate(135deg);
}

.article__detail__pagination .pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
  padding-top: 8px;
  padding-right: 20px;
  padding-bottom: 8px;
  padding-left: 20px;
}

@media screen and (min-width: 980px) {
  .article__detail__pagination .pagination {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.article__detail__pagination .pagination:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  border-right: 1px solid #7e7e7e;
  border-bottom: 1px solid #7e7e7e;
  content: "";
}

@media screen and (max-width: 979px) {
  .article__detail__pagination .pagination:before {
    width: 12px;
    height: 12px;
  }
}

@media screen and (min-width: 980px) {
  .article__detail__pagination .pagination:before {
    width: 20px;
    height: 20px;
  }
}

.article__detail__pagination .pagination .pagination__thumb {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 20%;
  position: relative;
          flex: 1 0 20%;
  width: 86px;
  min-width: 86px;
  max-width: 86px;
  margin-right: 10px;
  margin-left: 10px;
  overflow: hidden;
}

@media screen and (min-width: 980px) {
  .article__detail__pagination .pagination .pagination__thumb {
    width: 145px;
    min-width: 145px;
    max-width: 145px;
  }
}

.article__detail__pagination .pagination .pagination__thumb:before {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 48%;
  vertical-align: top;
  content: "";
}

.article__detail__pagination .pagination .pagination__thumb img {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
          transform: translate(-50%, -50%);
}

.article__detail__pagination .pagination .pagination__text {
  max-width: 80%;
}

.form .required {
  color: #ff0000;
  font-size: 1.4rem;
}

.form .text {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 979px) {
  .form .text {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 980px) {
  .form .text {
    margin-bottom: 40px;
  }
}

.form .form__block {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 1 0 auto;
      flex-wrap: wrap;
}

.form .form__block > * {
  width: 100%;
  margin-bottom: 5px;
}

@media screen and (max-width: 979px) {
  .form .form__block {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 980px) {
  .form .form__block {
    margin-bottom: 30px;
  }
}

.form .form__block .form__label {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 980px) {
  .form .form__block .form__label {
    width: 200px;
    padding-right: 10px;
  }
}

@media screen and (min-width: 980px) {
  .form .form__block .form__input {
    width: calc(100% - 200px);
  }
}

.form .form__block.full .form__label {
  width: 100%;
}

.form .form__block.full .form__input {
  width: 100%;
}

.form .form__block.full .form__error {
  padding-left: 0;
}

.form .form__error {
  width: 100%;
  color: #ff0000;
}

@media screen and (min-width: 980px) {
  .form .form__error {
    padding-left: 200px;
  }
}

.form input[type='text'], .form input[type='email'], .form input[type='password'], .form input[type='number'], .form textarea {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  outline: none;
  background-color: #ffffff;
}

@media screen and (max-width: 979px) {
  .form input[type='text'], .form input[type='email'], .form input[type='password'], .form input[type='number'], .form textarea {
    padding: 5px 10px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 980px) {
  .form input[type='text'], .form input[type='email'], .form input[type='password'], .form input[type='number'], .form textarea {
    padding: 10px 15px;
    font-size: 1.8rem;
  }
}

.form input[type='text']:active, .form input[type='text']:focus, .form input[type='email']:active, .form input[type='email']:focus, .form input[type='password']:active, .form input[type='password']:focus, .form input[type='number']:active, .form input[type='number']:focus, .form textarea:active, .form textarea:focus {
  border: 1px solid #1b2461;
}

.form .select {
  display: inline-block;
  position: relative;
  width: 100%;
  background-color: #ffffff;
}

.form .select:after {
  -webkit-transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  padding: 0;
          transform: translate(0, -50%);
  border-top: 6px solid #1b2461;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: '';
  pointer-events: none;
}

.form .select select {
  width: 100%;
  padding: 10px 30px 10px 15px;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  outline: none;
}

.form .select select:active, .form .select select:focus {
  border: 1px solid #1b2461;
}

.form .checkbox {
  display: inline-block;
}

.form .checkbox input {
  display: none;
}

.form .checkbox .checkbox__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          flex: 1 0;
          align-items: center;
  padding-left: 22px;
  cursor: pointer;
}

.form .checkbox .checkbox__text:before {
  -webkit-transform: translate(0%, -50%);
  display: inline-block;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  margin-right: 5px;
          transform: translate(0%, -50%);
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  vertical-align: middle;
  content: "";
}

.form .checkbox > input:checked + .checkbox__text:after {
  -webkit-transform: translate(0%, -50%) rotate(40deg);
  display: inline-block;
  z-index: 20;
  position: absolute;
  top: 40%;
  left: 4px;
  width: 10px;
  height: 14px;
          transform: translate(0%, -50%) rotate(40deg);
  border-right: 2px solid #1b2461;
  border-bottom: 2px solid #1b2461;
  content: "";
}

.top__main__visual {
  padding-top: 95px;
  padding-bottom: 0px;
}

@media screen and (min-width: 980px) {
  .top__main__visual {
    padding-top: 110px;
  }
}

.top__main__visual .main__visual__title h1 {
  font-size: 3.2rem;
}

@media screen and (max-width: 979px) {
  .top__main__visual .main__visual__title h1 {
    min-height: 300px;
  }
}

@media screen and (min-width: 980px) {
  .top__main__visual .main__visual__title h1 {
    min-height: 520px;
    font-size: 6.4rem;
  }
}

.top__main__visual .main__visual__slick {
  z-index: -1;
  width: 100%;
}

.top__main__visual .main__visual__slick li {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  outline: none;
}

.top__main__visual .main__visual__slick li .slick__picture {
  -webkit-transform: scale(1.2);
  min-height: 420px;
          transform: scale(1.2);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 980px) {
  .top__main__visual .main__visual__slick li .slick__picture {
    min-height: 700px;
  }
}

.top__main__visual .main__visual__slick li img {
  display: none;
}

@media screen and (max-width: 979px) {
  .top__page .section__notice {
    padding: 40px 0 60px;
  }
}

@media screen and (min-width: 980px) {
  .top__page .section__notice {
    padding: 60px 0 90px;
  }
}

.top__page .section__notice .section__title_wrapper {
  margin-bottom: 0;
}

.top__page .section__notice .section__title_wrapper .section__title {
  font-weight: 500;
  word-break: keep-all;
}

@media screen and (min-width: 980px) {
  .top__page .section__notice .section__title_wrapper .section__title {
    font-size: 2.4rem;
  }
}

.top__page .section__notice .notice__wrapper {
  position: relative;
}

@media screen and (min-width: 980px) {
  .top__page .section__notice .notice__wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex: 1 0 auto;
            align-items: center;
  }
}

.top__page .section__notice .notice__wrapper .notice__list {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 979px) {
  .top__page .section__notice .notice__wrapper .notice__list {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #d9d9d9;
  }
}

@media screen and (min-width: 980px) {
  .top__page .section__notice .notice__wrapper .notice__list {
    margin-left: 40px;
    padding-left: 40px;
    border-left: 1px solid #d9d9d9;
  }
}

.top__page .section__notice .notice__wrapper .notice__list li:not(:last-child) {
  margin-bottom: 20px;
}

.top__page .section__notice .notice__wrapper .notice__list li .notice__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 1 0 auto;
          align-items: baseline;
  text-decoration: none;
}

.top__page .section__notice .notice__wrapper .notice__list li .notice__item > * {
  letter-spacing: 0.12em;
}

.top__page .section__notice .notice__wrapper .notice__list li .notice__item > *:not(:nth-last-child(1)) {
  margin-right: 5px;
}

@media screen and (min-width: 980px) {
  .top__page .section__notice .notice__wrapper .notice__list li .notice__item > *:not(:nth-last-child(1)) {
    margin-right: 20px;
  }
}

@media screen and (max-width: 979px) {
  .top__page .section__notice .notice__wrapper .notice__list li .notice__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.top__page .section__notice .notice__wrapper .notice__list li .notice__item:hover time, .top__page .section__notice .notice__wrapper .notice__list li .notice__item:hover .notice__text {
  text-decoration: underline;
}

.top__page .section__notice .notice__wrapper .notice__list li time, .top__page .section__notice .notice__wrapper .notice__list li .notice__tag {
  word-break: keep-all;
}

@media screen and (max-width: 979px) {
  .top__page .section__notice .notice__wrapper .notice__list li .notice__text {
    width: 100%;
    margin-top: 5px;
  }
}

.top__page .section__notice .notice__more__link {
  text-align: right;
}

.top__page .section__notice .notice__more__link a {
  color: #1b2461;
  font-size: 1.4rem;
  font-weight: 600;
}

@media screen and (min-width: 980px) {
  .top__page .section__notice .notice__more__link a {
    font-size: 1.6rem;
  }
}

.top__page .section__catch .catch__image__layout {
  position: relative;
}

@media screen and (max-width: 979px) {
  .top__page .section__catch .catch__image__layout {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 980px) {
  .top__page .section__catch .catch__image__layout {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex: 1 0 auto;
    margin-bottom: 80px;
  }
}

.top__page .section__catch .catch__image__frame {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 979px) {
  .top__page .section__catch .catch__image__frame {
    width: 100%;
    height: 220px;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 980px) {
  .top__page .section__catch .catch__image__frame {
    width: 62%;
    height: 400px;
  }
}

.top__page .section__catch .catch__image {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}

.top__page .section__catch .catch__image:before {
  display: inline-block;
  z-index: 1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #343e7b;
  content: "";
}

.top__page .section__catch .catch__image__01 {
  background-image: url("../img/top/catch1.jpg");
}

.top__page .section__catch .catch__image__02 {
  background-image: url("../img/top/catch2.jpg");
}

@media screen and (max-width: 979px) {
  .top__page .section__catch .catch__body {
    width: 100%;
    padding: 0 20px;
  }
}

@media screen and (min-width: 980px) {
  .top__page .section__catch .catch__body {
    width: 38%;
    max-width: 472px;
    padding: 75px 20px 0;
  }
}

.top__page .section__catch .catch__body .catch__title {
  font-weight: 500;
  letter-spacing: 0.24em;
}

@media screen and (max-width: 979px) {
  .top__page .section__catch .catch__body .catch__title {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 980px) {
  .top__page .section__catch .catch__body .catch__title {
    margin-bottom: 35px;
    font-size: 3.2rem;
  }
}

.top__page .section__catch .catch__body .catch__text {
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.8;
}

@media screen and (max-width: 979px) {
  .top__page .section__catch .catch__body .catch__text {
    margin-bottom: 30px;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 980px) {
  .top__page .section__catch .catch__body .catch__text {
    margin-bottom: 50px;
    font-size: 1.4rem;
  }
}

.top__page .section__catch .catch__image__left .catch__image {
  left: -100%;
}

@media screen and (max-width: 979px) {
  .top__page .section__catch .catch__image__left .catch__image {
    background-position: right 20px center;
  }
}

.top__page .section__catch .catch__image__left .catch__image:before {
  left: 0;
}

@media screen and (min-width: 980px) {
  .top__page .section__catch .catch__image__left .catch__body {
    margin-right: auto;
    padding-left: 80px;
  }
}

@media screen and (min-width: 980px) {
  .top__page .section__catch .catch__image__right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.top__page .section__catch .catch__image__right .catch__image {
  right: -100%;
}

@media screen and (max-width: 979px) {
  .top__page .section__catch .catch__image__right .catch__image {
    background-position: left 20px center;
  }
}

.top__page .section__catch .catch__image__right .catch__image:before {
  right: 0;
}

@media screen and (min-width: 980px) {
  .top__page .section__catch .catch__image__right .catch__body {
    margin-left: auto;
    padding-right: 80px;
  }
}

@media screen and (max-width: 979px) {
  .top__page .section__catch .catch__more__link {
    text-align: center;
  }
}

.top__page .section__pickup {
  padding-top: 120px;
}

@media screen and (min-width: 1240px) {
  .top__page .section__pickup {
    padding-top: 160px;
  }
}

.top__page .section__pickup .main__container {
  position: relative;
}

.top__page .section__pickup .section__title_wrapper {
  z-index: 110;
  position: absolute;
  top: -80px;
  right: 0;
}

.top__page .section__pickup .section__title_wrapper .section__title__vertical {
  width: 100%;
  padding: 0 20px;
}

@media screen and (max-width: 979px) {
  .top__page .section__pickup .section__title_wrapper .section__title__vertical {
    min-height: 170px;
  }
}

@media screen and (min-width: 980px) {
  .top__page .section__pickup .section__title_wrapper .section__title__vertical {
    min-height: 280px;
  }
}

.top__page .section__pickup .guid__pickup {
  padding-bottom: 100px;
  background-image: url("../img/top/pick_up_bg.png");
  background-repeat: repeat;
}

@media screen and (min-width: 1240px) {
  .top__page .section__pickup .guid__pickup {
    padding-bottom: 150px;
  }
}

@media screen and (min-width: 980px) and (max-width: 1239px) {
  .top__page .section__pickup .guid__pickup .main__container {
    max-width: 940px;
  }
}

@media screen and (max-width: 979px) {
  .top__page .section__pickup .rhombus__wrap {
    margin-top: -40px;
    padding-top: 80px;
  }
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .top__page .section__pickup .rhombus__wrap {
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 980px) {
  .top__page .section__pickup .rhombus__wrap {
    margin-left: 120px;
  }
}

.top__page .section__pickup .rhombus__wrap .rhombus {
  -webkit-transform: rotate(45deg);
  margin: 0 auto;
          transform: rotate(45deg);
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .top__page .section__pickup .rhombus__wrap .rhombus {
    margin-left: 70px;
    float: left;
  }
}

@media screen and (min-width: 980px) {
  .top__page .section__pickup .rhombus__wrap .rhombus {
    margin-left: -30px;
    float: left;
  }
}

@media screen and (min-width: 1240px) {
  .top__page .section__pickup .rhombus__wrap .rhombus {
    margin-left: -40px;
  }
}

@media screen and (min-width: 980px) {
  .top__page .section__pickup .rhombus__wrap .rhombus:nth-child(2n+2) {
    margin-top: 160px;
  }
}

@media screen and (min-width: 1240px) {
  .top__page .section__pickup .rhombus__wrap .rhombus:nth-child(2n+2) {
    margin-top: 210px;
  }
}

.top__page .section__pickup .rhombus__wrap .rhombus:before {
  -webkit-transform: skew(-5deg, -5deg);
  display: none;
  position: absolute;
          transform: skew(-5deg, -5deg);
  content: "";
}

@media screen and (min-width: 980px) {
  .top__page .section__pickup .rhombus__wrap .rhombus:before {
    display: block;
  }
}

.top__page .section__pickup .rhombus__wrap .rhombus:hover .rhombus__object:before {
  background-color: rgba(0, 0, 0, 0.3);
}

.top__page .section__pickup .rhombus__wrap .rhombus:hover .rhombus__object img {
  -webkit-transform: scale(1.1) rotate(-45deg);
          transform: scale(1.1) rotate(-45deg);
}

.top__page .section__pickup .rhombus__wrap .rhombus01:before {
  background-color: #343e7b;
}

@media screen and (min-width: 980px) and (max-width: 1239px) {
  .top__page .section__pickup .rhombus__wrap .rhombus01:before {
    right: 20px;
    bottom: -185px;
    width: 160px;
    height: 160px;
  }
}

@media screen and (min-width: 1240px) {
  .top__page .section__pickup .rhombus__wrap .rhombus01:before {
    right: 25px;
    bottom: -220px;
    width: 190px;
    height: 190px;
  }
}

.top__page .section__pickup .rhombus__wrap .rhombus02:before {
  background-color: #4a4e65;
}

@media screen and (min-width: 980px) and (max-width: 1239px) {
  .top__page .section__pickup .rhombus__wrap .rhombus02:before {
    top: -14px;
    right: -94px;
    width: 60px;
    height: 60px;
  }
}

@media screen and (min-width: 1240px) {
  .top__page .section__pickup .rhombus__wrap .rhombus02:before {
    top: -25px;
    right: -135px;
    width: 90px;
    height: 90px;
  }
}

.top__page .section__pickup .rhombus__wrap .rhombus03:before {
  background-color: #7b82ad;
}

@media screen and (min-width: 980px) and (max-width: 1239px) {
  .top__page .section__pickup .rhombus__wrap .rhombus03:before {
    bottom: -16px;
    left: -124px;
    width: 90px;
    height: 90px;
  }
}

@media screen and (min-width: 1240px) {
  .top__page .section__pickup .rhombus__wrap .rhombus03:before {
    bottom: -22px;
    left: -184px;
    width: 140px;
    height: 140px;
  }
}

.top__page .section__pickup .rhombus__wrap .rhombus04:before {
  background-color: #c0c4dc;
}

@media screen and (min-width: 980px) and (max-width: 1239px) {
  .top__page .section__pickup .rhombus__wrap .rhombus04:before {
    top: -150px;
    left: 18px;
    width: 130px;
    height: 130px;
  }
}

@media screen and (min-width: 1240px) {
  .top__page .section__pickup .rhombus__wrap .rhombus04:before {
    top: -186px;
    left: 24px;
    width: 160px;
    height: 160px;
  }
}

.top__page .section__pickup .rhombus__wrap .rhombus__text {
  -webkit-transform: rotate(-45deg);
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 101;
  position: relative;
          flex: 1 0 auto;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: 100%;
          transform: rotate(-45deg);
  color: #ffffff;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-align: center;
  text-shadow: 0 0 7px #000000;
}

@media screen and (min-width: 1240px) {
  .top__page .section__pickup .rhombus__wrap .rhombus__text {
    font-size: 2.6rem;
  }
}

.top__page .section__pickup .rhombus__wrap .rhombus__object {
  z-index: 100;
  position: relative;
}

.top__page .section__pickup .rhombus__wrap .rhombus__object img {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.3s;
  min-width: 283px;
  min-height: 283px;
  margin-top: -41px;
  margin-left: -41px;
          transform: rotate(-45deg);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media screen and (min-width: 640px) and (max-width: 1239px) {
  .top__page .section__pickup .rhombus__wrap .rhombus__object img {
    min-width: 340px;
    min-height: 340px;
    margin-top: -50px;
    margin-left: -50px;
  }
}

@media screen and (min-width: 1240px) {
  .top__page .section__pickup .rhombus__wrap .rhombus__object img {
    min-width: 416px;
    min-height: 416px;
    margin-top: -60px;
    margin-left: -60px;
  }
}

.top__page .section__pickup .rhombus__wrap .rhombus__object:before {
  -webkit-transition: all 0.3s;
  display: block;
  z-index: 103;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.3s;
}

.top__page .section__pickup .rhombus__wrap .rhombus__link {
  z-index: 105;
}

.top__page .section__pickup .rhombus__wrap .rhombus__object,
.top__page .section__pickup .rhombus__wrap .rhombus__link {
  -webkit-transform: skew(-5deg, -5deg);
  display: block;
  position: absolute;
  overflow: hidden;
          transform: skew(-5deg, -5deg);
}

.top__page .section__pickup .rhombus__wrap .rhombus__object,
.top__page .section__pickup .rhombus__wrap .rhombus__link,
.top__page .section__pickup .rhombus__wrap .rhombus {
  width: 200px;
  height: 200px;
}

@media screen and (min-width: 640px) and (max-width: 1239px) {
  .top__page .section__pickup .rhombus__wrap .rhombus__object,
  .top__page .section__pickup .rhombus__wrap .rhombus__link,
  .top__page .section__pickup .rhombus__wrap .rhombus {
    width: 220px;
    height: 220px;
  }
}

@media screen and (min-width: 1240px) {
  .top__page .section__pickup .rhombus__wrap .rhombus__object,
  .top__page .section__pickup .rhombus__wrap .rhombus__link,
  .top__page .section__pickup .rhombus__wrap .rhombus {
    width: 290px;
    height: 290px;
  }
}

.top__page .section__blog {
  padding: 85px 0 30px;
}

@media screen and (min-width: 640px) {
  .top__page .section__blog {
    padding: 114px 0 60px;
  }
}

.top__page .section__blog .section__blog__more__link {
  margin: 15px 0;
  text-align: center;
}

@media screen and (min-width: 640px) {
  .top__page .section__blog .section__blog__more__link {
    margin: 30px 0;
  }
}

/*

プロジェクト

*/
@media screen and (max-width: 979px) {
  .section__project .main__container.section__project__container {
    padding-right: 0;
    padding-left: 0;
  }
}

.section__project .project__image {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 979px) {
  .section__project .project__image {
    min-height: 310px;
  }
}

@media screen and (min-width: 980px) {
  .section__project .project__image {
    min-height: 678px;
  }
}

.section__project .project__item {
  z-index: 10;
  position: relative;
}

@media screen and (max-width: 979px) {
  .section__project .project__item {
    margin-bottom: 30px;
    padding-top: 175px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 980px) {
  .section__project .project__item {
    margin-bottom: 60px;
    padding-top: 328px;
  }
}

.section__project .project__item .project__content {
  z-index: 15;
  position: relative;
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  background-color: #ffffff;
}

@media screen and (max-width: 979px) {
  .section__project .project__item .project__content {
    padding: 25px 0;
  }
}

@media screen and (min-width: 980px) {
  .section__project .project__item .project__content {
    padding: 35px 60px;
  }
}

.section__project .project__item .project__number {
  margin-bottom: 30px;
  color: #1b2461;
}

.section__project .project__item .project__number span {
  display: inline-block;
  width: 100%;
  text-align: center;
  vertical-align: top;
}

@media screen and (max-width: 979px) {
  .section__project .project__item .project__number span:nth-of-type(1) {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 980px) {
  .section__project .project__item .project__number span:nth-of-type(1) {
    font-size: 1.6rem;
  }
}

.section__project .project__item .project__number span:nth-of-type(2) {
  line-height: 1;
}

@media screen and (max-width: 979px) {
  .section__project .project__item .project__number span:nth-of-type(2) {
    font-size: 6.4rem;
  }
}

@media screen and (min-width: 980px) {
  .section__project .project__item .project__number span:nth-of-type(2) {
    font-size: 8.8rem;
  }
}

.section__project .project__item .project__title {
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 979px) {
  .section__project .project__item .project__title {
    margin-bottom: 30px;
    font-size: 2.3rem;
  }
}

@media screen and (min-width: 980px) {
  .section__project .project__item .project__title {
    margin-bottom: 45px;
    font-size: 3.2rem;
  }
}

.section__project .project__item .project__text {
  letter-spacing: 0.12em;
}

@media screen and (max-width: 979px) {
  .section__project .project__item .project__text {
    margin-bottom: 30px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
}

@media screen and (min-width: 980px) {
  .section__project .project__item .project__text {
    margin-bottom: 50px;
    font-size: 1.6rem;
    line-height: 2.25;
  }
}

/*

蔵の景色

 */
.section__scene {
  padding-bottom: 40px;
}

.section__scene .media__wrapper {
  margin-bottom: 50px;
}

.section__scene .media__wrapper .media__list {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 1 0 auto;
      flex-wrap: wrap;
}

.section__scene .media__wrapper .media__list li a {
  display: block;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section__scene .media__wrapper .media__list li a:before {
  -webkit-transition: background-color 0.3s;
  z-index: 20;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  transition: background-color 0.3s;
}

.section__scene .media__wrapper .media__list li a:hover:before {
  background-color: rgba(0, 0, 0, 0);
}

.section__scene .media__wrapper .media__list li a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.section__scene .media__wrapper .media__list li a.abs:after {
  display: block;
  z-index: 15;
  position: relative;
  padding-top: 75%;
  content: "";
}

.section__scene .media__wrapper .media__list li a.abs:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.section__scene .media__wrapper .media__list li img {
  -webkit-transition: -webkit-transform 0.3s;
  z-index: 10;
  width: auto;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 100%;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.section__scene .media__wrapper .media__list li .abs img {
  -webkit-transform: translate(-50%, -50%) scale(1);
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  max-width: inherit;
  height: auto;
  min-height: 100%;
          transform: translate(-50%, -50%) scale(1);
}

@media screen and (max-width: 979px) {
  .section__scene .media__wrapper .media__list li {
    width: 50%;
  }
}

@media screen and (min-width: 980px) {
  .section__scene .media__wrapper .media__list li {
    width: 33.33%;
  }
}

/*

会社概要

*/
@media screen and (max-width: 979px) {
  .section__company .company__info {
    padding-top: 10px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 980px) {
  .section__company .company__info {
    padding-top: 30px;
    padding-bottom: 120px;
  }
}

.section__company .company__info .table__contents a.tel {
  color: inherit;
}

.section__company .brewer__wrapper {
  background-color: #ebecf0;
}

@media screen and (max-width: 979px) {
  .section__company .brewer__wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 980px) {
  .section__company .brewer__wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 979px) {
  .section__company .brewer__wrapper .layout__grid__column {
    max-width: 375px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 979px) {
  .section__company .brewer__wrapper .brewer__card {
    margin-bottom: 30px;
  }
}

.section__company .brewer__wrapper .brewer__card .brewer__card__thumbnail {
  z-index: 10;
  position: relative;
  min-height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section__company .brewer__wrapper .brewer__card .brewer__card__content {
  z-index: 15;
  position: relative;
}

.section__company .brewer__wrapper .brewer__card .brewer__card__title {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 0;
  font-weight: 600;
  letter-spacing: 0.24em;
          writing-mode: vertical-rl;
}

.section__company .brewer__wrapper .brewer__card .brewer__card__title span {
  display: block;
  margin: 0 15px 0 15px;
  line-height: 1;
}

@media screen and (max-width: 979px) {
  .section__company .brewer__wrapper .brewer__card .brewer__card__title {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 980px) {
  .section__company .brewer__wrapper .brewer__card .brewer__card__title {
    font-size: 2.4rem;
  }
}

.section__company .brewer__wrapper .brewer__card .brewer__card__comment {
  letter-spacing: 0.08em;
  line-height: 1.9;
}

@media screen and (max-width: 979px) {
  .section__company .brewer__wrapper .brewer__card .brewer__card__comment {
    padding-top: 12px;
    padding-left: 54px;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 980px) {
  .section__company .brewer__wrapper .brewer__card .brewer__card__comment {
    padding-top: 30px;
    padding-left: 70px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 979px) {
  .section__company .history__wrapper {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 980px) {
  .section__company .history__wrapper {
    padding-top: 120px;
    padding-bottom: 20px;
  }
}

.section__company .history__wrapper .history__timeline {
  position: relative;
}

.section__company .history__wrapper .history__timeline:before {
  position: absolute;
  top: 6px;
  bottom: 6px;
  width: 2px;
  margin-left: -1px;
  background-color: #1b2461;
  content: "";
}

@media screen and (max-width: 979px) {
  .section__company .history__wrapper .history__timeline:before {
    left: 7px;
  }
}

@media screen and (min-width: 980px) {
  .section__company .history__wrapper .history__timeline:before {
    left: 50%;
  }
}

.section__company .history__wrapper .history__timeline li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          flex: 1 0 auto;
  margin-bottom: 30px;
}

.section__company .history__wrapper .history__timeline li:before {
  position: absolute;
  top: 5px;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  border: 2px solid #1b2461;
  border-radius: 50%;
  background-color: #ffffff;
  line-height: 14px;
  text-align: center;
  content: "";
}

@media screen and (max-width: 979px) {
  .section__company .history__wrapper .history__timeline li:before {
    left: 7px;
  }
}

@media screen and (min-width: 980px) {
  .section__company .history__wrapper .history__timeline li:before {
    left: 50%;
  }
}

.section__company .history__wrapper .history__timeline li:after {
  display: block;
  clear: both;
  content: "";
}

@media screen and (min-width: 980px) {
  .section__company .history__wrapper .history__timeline .timeline-inverted {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (max-width: 979px) {
  .section__company .history__wrapper .history__timeline .timeline__panel {
    padding-left: 24px;
  }
}

@media screen and (min-width: 980px) {
  .section__company .history__wrapper .history__timeline .timeline__panel {
    width: 47%;
  }
}

.section__company .history__wrapper .history__timeline .timeline__panel .panel__text {
  letter-spacing: 0.08em;
  line-height: 1.9;
}

@media screen and (max-width: 979px) {
  .section__company .history__wrapper .history__timeline .timeline__panel .panel__text {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 980px) {
  .section__company .history__wrapper .history__timeline .timeline__panel .panel__text {
    font-size: 1.6rem;
  }
}

/*

買える・飲めるお店

*/
@media screen and (max-width: 979px) {
  .section__buy .tab__content {
    margin-top: 30px;
  }
}

@media screen and (min-width: 980px) {
  .section__buy .tab__content {
    margin-top: 75px;
  }
}

@media screen and (max-width: 979px) {
  .section__buy .shop__list {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 980px) {
  .section__buy .shop__list {
    padding-bottom: 70px;
  }
}

.section__buy .shop__list .list__title {
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 979px) {
  .section__buy .shop__list .list__title {
    margin-bottom: 20px;
    font-size: 1.9rem;
  }
}

@media screen and (min-width: 980px) {
  .section__buy .shop__list .list__title {
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 979px) {
  .section__buy .shop__list .shop__wrapper .shop__detail__tel,
  .section__buy .shop__list .shop__wrapper .shop__detail__stock {
    width: auto;
    margin-right: 20px;
  }
}

@media screen and (min-width: 980px) {
  .section__buy .shop__wrapper {
    table-layout: fixed;
  }
}

@media screen and (min-width: 980px) {
  .section__buy .shop__wrapper td {
    padding-right: 20px;
  }
}

.section__buy .shop__wrapper .shop__detail__tel,
.section__buy .shop__wrapper .shop__detail__stock {
  width: 200px;
  max-width: 200px;
}

/*

郷の蔵

*/
@media screen and (max-width: 979px) {
  .section__satonokura .news__area {
    padding-top: 10px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 980px) {
  .section__satonokura .news__area {
    padding-top: 30px;
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 979px) {
  .section__satonokura .news__area .article__list__wrapper {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 980px) {
  .section__satonokura .news__area .article__list__wrapper {
    margin-bottom: 50px;
  }
}

.section__satonokura .shop__area {
  background-color: #ebecf0;
}

@media screen and (max-width: 979px) {
  .section__satonokura .shop__area {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 980px) {
  .section__satonokura .shop__area {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 979px) {
  .section__satonokura .shop__area .shop__area_parts01 {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 980px) {
  .section__satonokura .shop__area .shop__area_parts01 {
    margin-bottom: 70px;
  }
}

.section__satonokura .shop__area .shop__area_parts01 .table__contents a.tel {
  color: inherit;
}

@media screen and (max-width: 979px) {
  .section__satonokura .shop__area .shop__area_parts02 .layout__grid__column {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
}

@media screen and (min-width: 980px) {
  .section__satonokura .shop__area .shop__area_parts02 .layout__grid__column {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 979px) {
  .section__satonokura .shop__area .shop__area__item {
    margin-bottom: 30px;
  }
}

.section__satonokura .shop__area .shop__area__item .shop__area__item__thumbnail {
  z-index: 10;
  position: relative;
  min-height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 979px) {
  .section__satonokura .shop__area .shop__area__item .shop__area__item__thumbnail {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 980px) {
  .section__satonokura .shop__area .shop__area__item .shop__area__item__thumbnail {
    margin-bottom: 20px;
  }
}

.section__satonokura .shop__area .shop__area__item .shop__area__item__content {
  z-index: 15;
  position: relative;
}

.section__satonokura .shop__area .shop__area__item .shop__area__item__title {
  font-weight: 600;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 979px) {
  .section__satonokura .shop__area .shop__area__item .shop__area__item__title {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 980px) {
  .section__satonokura .shop__area .shop__area__item .shop__area__item__title {
    margin-bottom: 15px;
    font-size: 2rem;
  }
}

.section__satonokura .shop__area .shop__area__item .shop__area__item__comment {
  letter-spacing: 0.08em;
  line-height: 1.9;
}

@media screen and (max-width: 979px) {
  .section__satonokura .shop__area .shop__area__item .shop__area__item__comment {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 980px) {
  .section__satonokura .shop__area .shop__area__item .shop__area__item__comment {
    font-size: 1.6rem;
  }
}

.section__satonokura .shop__area .area__note {
  letter-spacing: 0.08em;
  line-height: 1.9;
}

@media screen and (max-width: 979px) {
  .section__satonokura .shop__area .area__note {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 980px) {
  .section__satonokura .shop__area .area__note {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 979px) {
  .section__satonokura .tour__area {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 980px) {
  .section__satonokura .tour__area {
    padding-top: 120px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 979px) {
  .section__satonokura .tour__area .layout__grid__column {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 980px) {
  .section__satonokura .tour__area .layout__grid__column {
    margin-bottom: 80px;
  }
}

.section__satonokura .tour__area .tour__area__thumbnail {
  height: 100%;
  min-height: 260px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section__satonokura .tour__area .area__title {
  font-weight: 600;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 979px) {
  .section__satonokura .tour__area .area__title {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 980px) {
  .section__satonokura .tour__area .area__title {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}

.section__satonokura .tour__area .area__text {
  letter-spacing: 0.08em;
  line-height: 1.9;
}

@media screen and (max-width: 979px) {
  .section__satonokura .tour__area .area__text {
    margin-bottom: 20px;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 980px) {
  .section__satonokura .tour__area .area__text {
    margin-bottom: 60px;
    font-size: 1.6rem;
  }
}

.section__satonokura .tour__area .tour__area__contents :last-child {
  margin-bottom: 0;
}

.section__satonokura .tour__area .tour__area__tel {
  font-weight: 600;
}

@media screen and (max-width: 979px) {
  .section__satonokura .tour__area .tour__area__tel {
    font-size: 1.9rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 980px) {
  .section__satonokura .tour__area .tour__area__tel {
    font-size: 2.4rem;
    line-height: 1.9;
  }
}

/*

プライバシーポリシー

*/
.section__privacy .section__privacy__item p, .section__privacy .section__privacy__item li, .section__privacy .section__privacy__item a {
  letter-spacing: 0.08em;
}

@media screen and (max-width: 979px) {
  .section__privacy .section__privacy__item p, .section__privacy .section__privacy__item li, .section__privacy .section__privacy__item a {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}

@media screen and (min-width: 980px) {
  .section__privacy .section__privacy__item p, .section__privacy .section__privacy__item li, .section__privacy .section__privacy__item a {
    font-size: 1.6rem;
    line-height: 2.1;
  }
}

@media screen and (max-width: 979px) {
  .section__privacy .section__privacy__item p, .section__privacy .section__privacy__item a, .section__privacy .section__privacy__item ul, .section__privacy .section__privacy__item ol {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 980px) {
  .section__privacy .section__privacy__item p, .section__privacy .section__privacy__item a, .section__privacy .section__privacy__item ul, .section__privacy .section__privacy__item ol {
    margin-bottom: 60px;
  }
}

.section__privacy .section__privacy__item h3, .section__privacy .section__privacy__item .title {
  border-bottom: 1px solid #d9d9d9;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 979px) {
  .section__privacy .section__privacy__item h3, .section__privacy .section__privacy__item .title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 1.9rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 980px) {
  .section__privacy .section__privacy__item h3, .section__privacy .section__privacy__item .title {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 2.4rem;
    line-height: 1.9;
  }
}

/*

沓掛の酒造り

 */
@media screen and (max-width: 979px) {
  .section__formality .section__formality__contents {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 980px) {
  .section__formality .section__formality__contents {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.section__formality .section__formality__contents:nth-child(2n) {
  background-color: #ebecf0;
}

@media screen and (max-width: 979px) {
  .section__formality .section__formality__contents .area__thumbnail__wrapper {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 980px) {
  .section__formality .section__formality__contents .area__thumbnail__wrapper {
    margin-bottom: 60px;
  }
}

.section__formality .section__formality__contents .area__thumbnail {
  height: 100%;
  min-height: 260px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section__formality .section__formality__contents .area__title {
  font-weight: 600;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 979px) {
  .section__formality .section__formality__contents .area__title {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 980px) {
  .section__formality .section__formality__contents .area__title {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}

.section__formality .section__formality__contents .area__text__wrapper .area__text:last-child {
  margin-bottom: 0;
}

.section__formality .section__formality__contents .area__text {
  letter-spacing: 0.08em;
  line-height: 1.9;
}

@media screen and (max-width: 979px) {
  .section__formality .section__formality__contents .area__text {
    margin-bottom: 20px;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 980px) {
  .section__formality .section__formality__contents .area__text {
    margin-bottom: 60px;
    font-size: 1.6rem;
  }
}

.section__formality .section__formality__contents .area__contents :last-child {
  margin-bottom: 0;
}

/*

お問い合わせ

*/
.section__contact .section__contact__wrapper .title {
  border-bottom: 1px solid #d9d9d9;
  letter-spacing: 0.18em;
  text-align: center;
}

@media screen and (max-width: 979px) {
  .section__contact .section__contact__wrapper .title {
    margin-bottom: 5px;
    padding-bottom: 10px;
    font-size: 1.9rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 980px) {
  .section__contact .section__contact__wrapper .title {
    margin-bottom: 10px;
    padding-bottom: 30px;
    font-size: 2.4rem;
    line-height: 1.9;
  }
}

@media screen and (max-width: 979px) {
  .section__contact .section__contact__wrapper .content {
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 980px) {
  .section__contact .section__contact__wrapper .content {
    margin-bottom: 90px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.section__contact .section__contact__wrapper .tel__item {
  text-align: center;
}

.section__contact .section__contact__wrapper .tel__item span {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 979px) {
  .section__contact .section__contact__wrapper .tel__item span {
    width: 100%;
  }
}

.section__contact .section__contact__wrapper .tel__item .tel {
  font-weight: 600;
  letter-spacing: 0.18em;
}

@media screen and (max-width: 979px) {
  .section__contact .section__contact__wrapper .tel__item .tel {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 980px) {
  .section__contact .section__contact__wrapper .tel__item .tel {
    font-size: 3.2rem;
  }
}

.section__contact .section__contact__wrapper .tel__item .note {
  letter-spacing: 0.18em;
}

@media screen and (max-width: 979px) {
  .section__contact .section__contact__wrapper .tel__item .note {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 980px) {
  .section__contact .section__contact__wrapper .tel__item .note {
    font-size: 1.4rem;
  }
}

/*

404

*/
.section__404 {
  position: relative;
  background-color: #ebecf0;
}

.section__404:before {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background-image: url("../img/404/bg.jpg");
  background-position: center;
  background-size: cover;
  content: "";
  opacity: 0.2;
}

@media screen and (max-width: 979px) {
  .section__404 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 980px) {
  .section__404 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.section__404 .main__mini__container {
  z-index: 10;
  position: relative;
}

.section__404 .layout__404 {
  text-align: center;
}

@media screen and (max-width: 979px) {
  .section__404 .layout__404 {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 980px) {
  .section__404 .layout__404 {
    margin-bottom: 80px;
  }
}

.section__404 .layout__404 p {
  font-weight: 700;
}

@media screen and (max-width: 979px) {
  .section__404 .layout__404 p {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 980px) {
  .section__404 .layout__404 p {
    font-size: 2rem;
  }
}

.section__404 .layout__404 p:nth-of-type(1) {
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 979px) {
  .section__404 .layout__404 p:nth-of-type(1) {
    font-size: 10rem;
  }
}

@media screen and (min-width: 980px) {
  .section__404 .layout__404 p:nth-of-type(1) {
    font-size: 14rem;
  }
}

/*

en

*/
.en__header__wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
}

.en__header__wrapper .logo:hover {
  text-decoration: none;
}

.en__header__wrapper .logo img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.en__header__wrapper .logo span {
  display: inline-block;
  font-size: 1.8rem;
  letter-spacing: 0.14em;
  vertical-align: middle;
}

@media screen and (min-width: 980px) {
  .en__header__wrapper .logo span {
    font-size: 2.8rem;
  }
}

.main__visual_en {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}

.main__visual_en .main__visual__img .visual__img__frame {
  min-height: 260px;
}

@media screen and (min-width: 980px) {
  .main__visual_en .main__visual__img .visual__img__frame {
    min-height: 470px;
  }
}

.section__en {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section__en .section__title_wrapper .section__title {
  line-height: inherit;
}

.section__en .area__text {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.9;
}

@media screen and (min-width: 980px) {
  .section__en .area__text {
    font-size: 1.3rem;
  }
}

.en__footer__wrapper {
  margin-top: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
}

@media screen and (min-width: 980px) {
  .en__footer__wrapper {
    margin-top: 110px;
  }
}

.en__footer__wrapper a {
  font-size: 1.4rem;
  letter-spacing: 0.24em;
}

/*

会社概要

*/
@media screen and (max-width: 979px) {
  .section__products__list .section__title_wrapper {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 980px) {
  .section__products__list .section__title_wrapper {
    margin-bottom: 30px;
  }
}

.section__products__list .products__list__catch {
  letter-spacing: 0.08em;
  line-height: 1.9;
  text-align: center;
}

@media screen and (max-width: 979px) {
  .section__products__list .products__list__catch {
    margin-bottom: 50px;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 980px) {
  .section__products__list .products__list__catch {
    margin-bottom: 110px;
    font-size: 1.6rem;
  }
}

.section__products__list .products__list__wrapper {
  padding-bottom: 30px;
}

@media screen and (min-width: 980px) {
  .section__products__list .products__list__wrapper {
    padding-top: 30px;
  }
}

.section__products__list .products__list .list__title {
  border-bottom: 1px solid #d9d9d9;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 979px) {
  .section__products__list .products__list .list__title {
    margin-bottom: 10px;
    padding-bottom: 20px;
    font-size: 1.9rem;
  }
}

@media screen and (min-width: 980px) {
  .section__products__list .products__list .list__title {
    margin-bottom: 20px;
    padding-bottom: 30px;
    font-size: 2.4rem;
  }
}

.section__products__list .product__wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 1 0 auto;
      flex-wrap: wrap;
}

@media screen and (max-width: 979px) {
  .section__products__list .product__wrapper {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 980px) {
  .section__products__list .product__wrapper {
    margin-bottom: 80px;
  }
}

.section__products__list .product__wrapper > * {
  -webkit-transition: background-color 0.8s;
  position: relative;
  width: 50%;
  transition: background-color 0.8s;
}

@media screen and (min-width: 980px) {
  .section__products__list .product__wrapper > * {
    width: 25%;
  }
}

.section__products__list .product__wrapper > *:hover {
  background-color: #b8bbcd;
  color: #ffffff;
}

.section__products__list .product__wrapper > *:hover a {
  text-decoration: none;
}

.section__products__list .product__wrapper .product {
  padding: 15px;
}

.section__products__list .product__wrapper .product .product__thumbnail {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  text-align: center;
}

.section__products__list .product__wrapper .product .product__thumbnail img {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 979px) {
  .section__products__list .product__wrapper .product .product__thumbnail.abs {
    min-height: 150px;
  }
}

@media screen and (min-width: 980px) {
  .section__products__list .product__wrapper .product .product__thumbnail.abs {
    min-height: 250px;
  }
}

.section__products__list .product__wrapper .product .product__thumbnail.abs img {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 100%;
  height: auto;
          transform: translate(-50%, -50%);
}

.section__products__list .product__wrapper .product .product__title {
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 979px) {
  .section__products__list .product__wrapper .product .product__title {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 980px) {
  .section__products__list .product__wrapper .product .product__title {
    font-size: 1.4rem;
  }
}

/*

商品詳細

*/
@media screen and (max-width: 979px) {
  .section__product__detail {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 980px) {
  .section__product__detail {
    margin-bottom: 60px;
  }
}

.section__product__detail .product__title__wrapper {
  text-align: center;
}

@media screen and (max-width: 979px) {
  .section__product__detail .product__title__wrapper {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 980px) {
  .section__product__detail .product__title__wrapper {
    margin-bottom: 90px;
  }
}

.section__product__detail .product__title__wrapper .product__title {
  letter-spacing: 0.42em;
}

@media screen and (max-width: 979px) {
  .section__product__detail .product__title__wrapper .product__title {
    font-size: 2.4rem;
    font-weight: 500;
  }
}

@media screen and (min-width: 980px) {
  .section__product__detail .product__title__wrapper .product__title {
    font-size: 4rem;
    font-weight: 600;
  }
}

@media screen and (max-width: 979px) {
  .section__product__detail .product_detail {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 980px) {
  .section__product__detail .product_detail {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex: 1 0 auto;
    margin-bottom: 70px;
  }
}

.section__product__detail .product_detail .product__image {
  overflow: hidden;
}

@media screen and (min-width: 980px) {
  .section__product__detail .product_detail .product__image {
    width: 50%;
  }
}

.section__product__detail .product_detail .product__image img {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 979px) {
  .section__product__detail .product_detail .product__info {
    padding-top: 20px;
  }
}

@media screen and (min-width: 980px) {
  .section__product__detail .product_detail .product__info {
    width: 50%;
    max-width: 440px;
    padding-top: 35px;
  }
}

@media screen and (max-width: 979px) {
  .section__product__detail .product_detail .product__catch__wrapper .product__catch {
    font-size: 1.9rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 980px) {
  .section__product__detail .product_detail .product__catch__wrapper .product__catch {
    font-size: 2.4rem;
    line-height: 1.9;
  }
}

@media screen and (max-width: 979px) {
  .section__product__detail .product_detail .product__catch__wrapper {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 980px) {
  .section__product__detail .product_detail .product__catch__wrapper {
    margin-bottom: 30px;
  }
}

.section__product__detail .product_detail .product__price {
  margin-right: -5px;
  margin-left: -5px;
}

.section__product__detail .product_detail .product__price td {
  padding-right: 5px;
  padding-left: 5px;
}

.section__product__detail .product_detail .product__description {
  letter-spacing: 0.08em;
  line-height: 1.9;
}

@media screen and (max-width: 979px) {
  .section__product__detail .product_detail .product__description {
    margin-bottom: 20px;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 980px) {
  .section__product__detail .product_detail .product__description {
    margin-bottom: 40px;
    font-size: 1.6rem;
  }
}

.section__product__detail .product__comment {
  background-color: #f2f2f2;
  letter-spacing: 0.08em;
  line-height: 1.9;
}

@media screen and (max-width: 979px) {
  .section__product__detail .product__comment {
    margin-bottom: 20px;
    padding: 10px 15px;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 980px) {
  .section__product__detail .product__comment {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex: 1 0 auto;
            align-items: center;
    margin-bottom: 60px;
    padding: 30px 50px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 979px) {
  .section__product__detail .product__comment .product__comment__icon {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex: 1 0 auto;
            align-items: center;
            justify-content: center;
    margin-bottom: 15px;
  }
}

.section__product__detail .product__comment .product__comment__icon .icon__image {
  overflow: hidden;
  border-radius: 50%;
}

@media screen and (max-width: 979px) {
  .section__product__detail .product__comment .product__comment__icon .icon__image {
    width: 48px;
  }
}

@media screen and (min-width: 980px) {
  .section__product__detail .product__comment .product__comment__icon .icon__image {
    width: 68px;
  }
}

.section__product__detail .product__comment .product__comment__icon .icon__name {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 1.4rem;
  text-align: center;
}

.section__product__detail .product__comment .product__comment__text {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media screen and (min-width: 980px) {
  .section__product__detail .product__comment .product__comment__text {
    padding-right: 10px;
    padding-left: 10px;
  }
}

/**
==============================

SASSが使えない環境でCSSを編集する場合はこのコメントより下で
CSSを上書きするか別のCSSファイルを読み込んでください。
直接コンパイル済みのCSSを編集しないでください。

==============================
 */
