@charset "UTF-8";
/*
Theme Name: Low Vision Care
Text Domain: low-vision-care
Version: 1.0
Requires at least: 5.5
Requires PHP: 7.3
Description: Theme for [Project Name] Site.
Author: LAB inc.
Author URI: https://lab-inc.jp/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --key-color: #124890;
  --text-color: #111;
  --link-color: #0066CC;
  --bg-color-a: #EFF4FA;
  --border-light: #C7D1DB;
}

/* -----------------------------------------------------------
   Base
----------------------------------------------------------- */
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 2;
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
  color: var(--text-color);
  word-break: break-all;
}

p,
ul,
ol,
dl,
table {
  margin-top: 2em;
}

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

a:link, a:visited {
  color: var(--link-color);
}
a:hover, a:active, a:focus {
  text-decoration: none;
}

video {
  max-width: 100%;
}

/* -----------------------------------------------------------
   Layout
----------------------------------------------------------- */
.layout {
  position: relative;
}
.layout.-bgcolor01 {
  background-color: var(--bg-color-a);
}
.layout.-footerLogos {
  padding-top: 80px;
}
.layout.-copyright {
  padding: 54px 0 38px;
}
.layout .layout__inner {
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 1020px;
}
.layout .layout__inner.-header {
  max-width: 1140px;
}
.layout .layout__inner.-narrow {
  max-width: 720px;
}
.layout .layout__inner.-homeAbout {
  max-width: 600px;
}
.layout.-homeContent, .layout.-convenient {
  padding: 80px 0;
}

.headerLogos {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}

.siteLogo {
  position: relative;
  z-index: 3;
  margin: 30px 0 0;
  line-height: 1;
}
.siteLogo a {
  display: block;
  border-radius: 10px;
}
.siteLogo a:link, .siteLogo a:visited {
  transition: all 0.2s;
}
.siteLogo a:hover, .siteLogo a:active, .siteLogo a:focus {
  transform: translateY(-4px);
  opacity: 0.7;
}

.organizationLogo a {
  display: inline-block;
  margin: 20px 24px;
  padding: 20px 10px;
  background-color: #fff;
  border-radius: 10px;
}
.organizationLogo a:link, .organizationLogo a:visited {
  border: 1px solid transparent;
}
.organizationLogo a:hover, .organizationLogo a:active, .organizationLogo a:focus {
  border: 1px solid var(--key-color);
}
.organizationLogo img:nth-of-type(2) {
  margin-left: 14px;
  vertical-align: middle;
}
.headerLogos .organizationLogo {
  display: none;
}

.toggleMenu {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  padding: 5px 0 0;
  border-width: 0;
  border-radius: 0 0 0 20px;
  width: 58px;
  height: 58px;
  background-color: var(--key-color);
  line-height: 1;
  font-size: 0.625rem;
}
.js .toggleMenu:not([hidden]) {
  display: block;
}
.toggleMenu .toggleMenu__middle {
  position: relative;
  line-height: 2px;
  width: 100%;
  height: 2px;
  display: block;
}
.toggleMenu .toggleMenu__middle::before, .toggleMenu .toggleMenu__middle::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 16px;
  width: 26px;
  height: 1px;
  line-height: 1px;
  background-color: #fff;
  transition: all 0.33s;
  overflow: hidden;
}
.toggleMenu .toggleMenu__text {
  display: inline-block;
  margin-top: 10px;
  color: #fff;
}
.toggleMenu[aria-expanded=false] .toggleMenu__middle::before {
  transform: translateY(-9px);
}
.toggleMenu[aria-expanded=false] .toggleMenu__middle::after {
  transform: translateY(0px);
}
.toggleMenu[aria-expanded=true] .toggleMenu__middle::before {
  transform: translateY(-24px);
  transform: rotate(33deg);
}
.toggleMenu[aria-expanded=true] .toggleMenu__middle::after {
  transform: translateY(-14px);
  transform: rotate(-33deg);
}
.toggleMenu[aria-expanded=true] .toggleMenu__text {
  margin-top: 13px;
}

.globalNav {
  padding-left: 0;
  list-style: none;
}

@-webkit-keyframes gnavFadeInFromHide {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes gnavFadeInFromHide {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.globalNavGoods__items {
  margin: 0 0 12px 0;
  padding-left: 0;
  list-style: none;
}

.globalNavGoods__item a,
.globalNavGoods__item img {
  display: block;
}
.globalNavGoods__item img {
  transform: scale(1);
  transition: 0.2s ease-in-out;
}
.globalNavGoods__item a:hover img {
  transform: scale(1.2);
}
.globalNavGoods__item .mask {
  display: block;
  line-height: 0;
  overflow: hidden;
  border-radius: 10px;
}

.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 0;
  margin: 0;
  padding: 21px 0;
  list-style: none;
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
}
h1 + .breadcrumb ol {
  padding-top: 0;
}
.breadcrumb li {
  line-height: 1.25;
  font-size: 0.75rem;
}
.breadcrumb li:not(:last-child) {
  margin-right: 12px;
  padding-right: 17px;
  background: url("/wp-content/themes/low-vision-care/images/common/icon_breadcrumb.svg") no-repeat right center;
}
.breadcrumb a:link, .breadcrumb a:visited {
  color: var(--text-color);
  text-decoration: none;
}
.breadcrumb span[aria-current=location] {
  color: #555;
}

aside {
  padding-top: 120px;
}
aside.-bgcolor01 {
  background-color: var(--bg-color-a);
}

footer {
  position: relative;
  background-color: var(--bg-color-a);
}

.pageTop {
  margin-bottom: -60px;
  padding-top: 20px;
  padding-right: 20px;
  text-align: right;
  line-height: 1;
  font-size: 0.75rem;
}
.pageTop a {
  display: inline-block;
  text-align: center;
}
.pageTop a::before {
  position: relative;
  top: 0;
  display: block;
  content: "";
  margin-bottom: 6px;
  width: 72px;
  height: 72px;
  background: url("/wp-content/themes/low-vision-care/images/common/icon_pagetop.svg") no-repeat center center;
  transform: rotate(-90deg);
  transition: top 0.2s;
}
.pageTop a:link, .pageTop a:visited {
  color: var(--text-color);
  text-decoration: none;
}
.pageTop a:hover, .pageTop a:active, .pageTop a:focus {
  color: var(--key-color);
}
.pageTop a:hover::before, .pageTop a:active::before, .pageTop a:focus::before {
  top: -6px;
  background-image: url("/wp-content/themes/low-vision-care/images/common/icon_pagetop_o.svg");
}

.facilityInfo {
  background: url("/wp-content/themes/low-vision-care/images/common/bg_facilityinfo.jpg") no-repeat center center/cover;
}
.facilityInfo .facilityInfo__button {
  padding-top: 7.84%;
  text-align: center;
}
.facilityInfo .facilityInfo__button a {
  display: block;
  margin: 0 auto;
  max-width: 18em;
  padding: 20px 30px;
  border: 1px solid #fff;
  border-radius: 33px;
  color: #fff;
  line-height: 1.5;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.facilityInfo .facilityInfo__button a svg {
  margin-left: 16px;
  fill: #fff;
}
.facilityInfo .facilityInfo__button a:hover, .facilityInfo .facilityInfo__button a:active, .facilityInfo .facilityInfo__button a:focus {
  background-color: #fff;
  color: var(--key-color);
}
.facilityInfo .facilityInfo__button a:hover svg, .facilityInfo .facilityInfo__button a:active svg, .facilityInfo .facilityInfo__button a:focus svg {
  fill: var(--key-color);
}
.facilityInfo .facilityInfo__text {
  margin: 0;
  padding: 3.9215% 0 7.45%;
  line-height: 1.75;
  color: #fff;
  text-align: center;
}

.footerSiteLogo a {
  display: block;
  border-radius: 10px;
}
.footerSiteLogo a:link, .footerSiteLogo a:visited {
  transition: all 0.2s;
}
.footerSiteLogo a:hover, .footerSiteLogo a:active, .footerSiteLogo a:focus {
  transform: translateY(-4px);
  opacity: 0.7;
}

.footerorganizationLogo a {
  display: block;
  padding: 23px 15px;
  border-radius: 10px;
  max-width: 379px;
  background-color: #fff;
  text-align: center;
}
.footerorganizationLogo a:link, .footerorganizationLogo a:visited {
  border: 1px solid #fff;
}
.footerorganizationLogo a:hover, .footerorganizationLogo a:active, .footerorganizationLogo a:focus {
  border: 1px solid var(--key-color);
}
.footerorganizationLogo img:nth-of-type(2) {
  margin-left: 16px;
  vertical-align: middle;
}

.footerLink {
  margin-top: 50px;
}
.footerLink__title {
  position: relative;
  margin: 0;
  font-size: 1.25rem;
  font-weight: normal;
}
.footerLink__title::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: "";
  width: 100%;
  padding-top: 1px;
  background-color: var(--border-light);
}
.footerLink__title span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-right: 20px;
  background-color: var(--bg-color-a);
}

.footerLink__list {
  margin: 1.625em 0 0;
  line-height: 1.5;
}
.footerLink__list,
.footerLink__list ul {
  padding-left: 0;
  list-style: none;
}
.footerLink__list ul {
  margin: 0.75em 0 0;
}
.footerLink__list li {
  padding-left: 16px;
}
.footerLink__list li:not(:first-child) {
  margin-top: 0.75em;
}
.footerLink__list > li {
  background: url("/wp-content/themes/low-vision-care/images/common/blt_footerlink_01.svg") no-repeat 6px 0.65em;
}
.footerLink__list > li > ul > li {
  background: url("/wp-content/themes/low-vision-care/images/common/blt_footerlink_02.svg") no-repeat 6px 0.65em;
}
.footerLink__list a {
  color: var(--text-color);
  text-decoration: none;
}
.footerLink__list a:hover, .footerLink__list a:active, .footerLink__list a:focus {
  color: var(--key-color);
  text-decoration: underline;
}
.footerLink__list img[src$=svg] {
  position: relative;
  top: -2px;
  margin-left: 8px;
  vertical-align: middle;
}

.noCopy,
.copyright {
  line-height: 1;
  font-size: 0.75rem;
  text-align: center;
}

.noCopy {
  margin: 0 0 1em;
}

.copyright small {
  font-size: 1em;
}

/*----- 基本の設定 -----*/
.page-mv ul,
.goods ul {
  padding: 0;
  margin: 0;
}

.goods li {
  list-style-type: none;
}

.page-mv h1 {
  margin: 0;
}

/*----- ページタイトル -----*/
/* レイアウト */
.page-mv {
  margin-bottom: calc(2rem + 60px);
  /* ページタイトルの下の余白　*/
}

.page-mv_content {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 80px;
}

.page-mv_inner {
  position: relative;
  margin-top: 1.25rem;
}

/* 画像のスタイル */
.page-mv_inner:before {
  content: "";
  width: 60vw;
  max-width: 1000px;
  height: 22vw;
  border-radius: 10px 0 0 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(122, 162, 203, 0.4);
  background-blend-mode: screen;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

/* 背景色 */
.page-mv_inner:after {
  content: "";
  width: calc(100% - 80px);
  height: 17vw;
  border-radius: 0 10px 10px 0;
  background-color: #EFF4FA;
  position: absolute;
  top: calc(10vw + 1.5rem);
  /* h1のpadding-top分 + ずらし */
  left: 0;
  z-index: -2;
}

/* h1 */
.page-mv h1 {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  margin-top: 2rem;
  margin-bottom: calc(17vw - 4.5rem);
  padding-top: 9.45vw;
}

.page-mv h1:before {
  /* h1の下線 */
  content: "";
  width: 80px;
  height: 1px;
  background-color: #124890;
  position: absolute;
  bottom: -0.49em;
  left: 0;
}

/* スマホ画面 */
/*----- 補助具・便利グッズの紹介 -----*/
/* レイアウト */
.goods_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0 80px 80px;
  position: relative;
}
/* h2 */
.goods h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #124890;
  margin-top: 0;
}

/* テキスト */
.goods_inner p {
  max-width: 700px;
}

/* 背景 */
.goods_inner:before {
  content: "";
  width: 100vw;
  height: 100%;
  border-radius: 80px 0 0 80px;
  background: #EFF4FA;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.goods {
  overflow: hidden;
  /* 背景の横スクロールを隠す */
}

/* リスト */
ul.goods_list {
  margin: 2em 0 0;
}

ul.goods_list li:not(:last-child) {
  margin-bottom: 30px;
}

ul.goods_list li a {
  display: flex;
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
  gap: 40px;
}
ul.goods_list li a:link, ul.goods_list li a:visited {
  color: var(--text-color);
  text-decoration: none;
  border: 1px solid #fff;
  box-shadow: 0px 1px 20px rgba(17, 17, 17, 0.08);
}
ul.goods_list li a:link span, ul.goods_list li a:visited span {
  background-image: url("/wp-content/themes/low-vision-care/images/common/icon_rightarrow.svg");
  background-repeat: no-repeat;
  background-position: left top;
  transition: background-position 0.2s;
}
ul.goods_list li a:hover, ul.goods_list li a:active, ul.goods_list li a:focus {
  color: var(--key-color);
  border: 1px solid var(--key-color);
  box-shadow: none;
}
ul.goods_list li a:hover span, ul.goods_list li a:active span, ul.goods_list li a:focus span {
  background-image: url("/wp-content/themes/low-vision-care/images/common/icon_rightarrow_o.svg");
  background-position: 8px top;
}
ul.goods_list li span {
  display: inline-block;
  padding-left: 56px;
  line-height: 1.8181818182;
  font-size: 1.375rem;
  font-weight: bold;
}

ul.goods_list li p {
  margin: 1.125em 0 0;
}

/* リストのテキスト */
.goods_text {
  flex-grow: 1;
  flex-basis: 100%;
}

/* リストの画像 */
.goods_img {
  display: flex;
  align-items: center;
  flex-grow: 1;
  gap: 2%;
}

.goods_img img {
  max-width: 32%;
  height: auto;
  border-radius: 10px;
}

.headingLv2-01, .editorContent02 h3, .editorContent h2 {
  margin: 2.86363636em 0 1.45454545em;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--key-color);
  line-height: 1.8181818182;
  font-size: 1.375rem;
}

.headingLv3-01, .editorContent02 h4, .editorContent h3 {
  margin: 2.1em 0 0;
  padding-left: 28px;
  background: url("/wp-content/themes/low-vision-care/images/common/blt_heading_01.svg") no-repeat left 0.5em;
  font-size: 1.25rem;
}
.headingLv3-01 + p, .editorContent02 h4 + p, .editorContent h3 + p, .headingLv3-01 + ul, .editorContent02 h4 + ul, .editorContent h3 + ul, .headingLv3-01 + ol, .editorContent02 h4 + ol, .editorContent h3 + ol, .headingLv3-01 + dl, .editorContent02 h4 + dl, .editorContent h3 + dl {
  margin-top: 0.375em;
}

.headingLv4, .editorContent h4 {
  position: relative;
  padding-left: 34px;
  font-size: 1.125rem;
}
.headingLv4::before, .editorContent h4::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  content: "";
  padding-top: 1px;
  width: 20px;
  background-color: var(--key-color);
}

.leadText,
.headingLv2-02,
.editorContent02 h2 {
  color: var(--key-color);
  line-height: 1.6666666667;
  font-size: 1.5rem;
  font-weight: bold;
}

.layoutColumn {
  display: flex;
  gap: 6%;
}
.layoutColumn.-reverse {
  flex-direction: row-reverse;
}
.layoutColumn.-goods {
  gap: 4%;
}
.layoutColumn.-col2 {
  justify-content: space-between;
}
.-homeContent .layoutColumn.-col2 img {
  width: 100%;
}
.layoutColumn.-col2 .col {
  flex-grow: 1;
  flex-basis: calc((43.75rem - 100%) * 999);
  margin-bottom: 1em;
}
.layoutColumn .col > *:first-child {
  margin-top: 0;
}
.layoutColumn .col > *:last-child {
  margin-bottom: 0;
}

.button01 {
  display: inline-block;
  padding: 18px 30px;
  border: 1px solid var(--border-light);
  border-radius: 32px;
  line-height: 1.6666666667;
  font-size: 1.125rem;
  font-weight: bold;
}
.button01 svg {
  margin-left: 16px;
  fill: var(--key-color);
}
.button01:link, .button01:visited {
  color: var(--key-color);
  text-decoration: none;
}
.button01:hover, .button01:active, .button01:focus {
  border-color: var(--key-color);
  background-color: var(--key-color);
  color: #fff;
}
.button01:hover svg, .button01:active svg, .button01:focus svg {
  fill: #fff;
}

.button02 {
  overflow: hidden;
  position: relative;
  display: inline-block;
  padding: 15px 30px 15px 60px;
  border: 1px solid var(--border-light);
  border-radius: 32px;
  background-image: url("/wp-content/themes/low-vision-care/images/common/icon_rightarrow.svg");
  background-repeat: no-repeat;
  background-position: 9px center;
  line-height: 1.75;
  min-width: 300px;
  margin-top: 1.5rem;
  font-weight: bold;
  text-align: center;
  transition: all 0.2s;
}
.button02 span::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--key-color);
  transition: transform 0.2s;
  transform: scale(0, 1);
  transform-origin: left top;
}
.button02:link, .button02:visited {
  color: var(--key-color);
  text-decoration: none;
}
.button02:hover, .button02:active, .button02:focus {
  border-color: var(--key-color);
  background-image: url("/wp-content/themes/low-vision-care/images/common/icon_rightarrow_o.svg");
  color: #fff;
}
.button02:hover span::after, .button02:active span::after, .button02:focus span::after {
  transform: scale(1, 1);
}

.entryListTab__tab:not(:first-child) {
  display: none;
}
.entryListTab__tab[aria-hidden=false] {
  display: block;
  -webkit-animation: tabFadeInFromHide 0.66s;
          animation: tabFadeInFromHide 0.66s;
}

.entryListTab.entryListTab--enabled .entryListTab__tab {
  display: none;
}
.entryListTab.entryListTab--enabled .entryListTab__tab[aria-hidden=false] {
  display: block;
  -webkit-animation: tabFadeInFromHide 0.66s;
          animation: tabFadeInFromHide 0.66s;
}

@-webkit-keyframes tabFadeInFromHide {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes tabFadeInFromHide {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.entryCategory {
  display: none;
}
.js .entryCategory,
.entryCategory ul,
.entryCategory .entryListTab__tabList {
  display: flex;
}
.entryCategory.-newsIndex {
  margin-top: 0;
  padding-top: 36px;
}
.entryCategory dt {
  margin-right: 24px;
  padding: 13px 24px 0 0;
  border-right: 1px solid var(--border-light);
  line-height: 1;
  font-size: 1.125rem;
}
.entryCategory dd {
  margin-left: 0;
}
.entryCategory ul,
.entryCategory .entryListTab__tabList {
  gap: 16px 13px;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.entryCategory a:link, .entryCategory a:visited, .entryCategory button:link, .entryCategory button:visited {
  color: var(--key-color);
  text-decoration: none;
}
.entryCategory a:hover, .entryCategory a:active, .entryCategory a:focus, .entryCategory button:hover, .entryCategory button:active, .entryCategory button:focus {
  border-color: var(--key-color);
  background-color: var(--key-color);
  color: #fff;
}
.entryCategory a,
.entryCategory button {
  position: relative;
  display: block;
  padding: 15px 24px;
  border: 1px solid var(--border-light);
  border-radius: 22px;
  background-color: #fff;
  line-height: 1;
  color: var(--key-color);
  font-size: 0.875rem;
  font-weight: bold;
}
.entryCategory a[aria-current=true], .entryCategory a[aria-selected=true],
.entryCategory button[aria-current=true],
.entryCategory button[aria-selected=true] {
  border-color: var(--key-color);
  background-color: var(--key-color);
  color: #fff;
}
.entryCategory a[aria-current=true]::after, .entryCategory a[aria-selected=true]::after,
.entryCategory button[aria-current=true]::after,
.entryCategory button[aria-selected=true]::after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: "";
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: var(--key-color) transparent transparent transparent;
  width: 0;
  height: 0;
}

.entryList {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.entryList__item:not(:first-child) {
  margin-top: 1.25em;
}

.entryList__anchor {
  display: grid;
  gap: 10px;
  grid-template-columns: 140px auto;
  grid-template-rows: auto auto;
  align-items: start;
  padding: 23px;
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 1px 20px rgba(17, 17, 17, 0.08);
  text-decoration: none;
}
.entryList__anchor:link, .entryList__anchor:visited {
  color: var(--text-color);
}
.entryList__anchor:hover, .entryList__anchor:active, .entryList__anchor:focus {
  border-color: var(--key-color);
  color: var(--key-color);
  box-shadow: none;
}
.entryList__anchor:hover .entryList__title, .entryList__anchor:active .entryList__title, .entryList__anchor:focus .entryList__title {
  text-decoration: underline;
}

.entryList__date,
.entryList__category {
  line-height: 1;
}
.entryList__date {
  margin-top: 0.375em;
}
.entryList__category {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.entryList__categoryText {
  display: inline-block;
  padding: 6px 14px;
  background-color: var(--bg-color-a);
  font-size: 0.875rem;
  text-align: center;
}

.entryList__title {
  grid-column: 1/3;
  line-height: 1.75;
  font-weight: bold;
}
.entryList__title b::after {
  display: inline-block;
  content: "";
  margin-left: 1em;
  width: 16px;
  height: 14px;
  background: url("/wp-content/themes/low-vision-care/images/common/icon_entrylist.svg") no-repeat left top;
}

.entryListLink {
  display: inline-block;
  margin-top: 1.5em;
  padding-right: 56px;
  background-image: url("/wp-content/themes/low-vision-care/images/common/icon_rightarrow.svg");
  background-repeat: no-repeat;
  background-position: right center;
  line-height: 2.5;
  transition: all 0.2s;
  font-weight: bold;
}
.entryListLink:link, .entryListLink:visited {
  color: var(--text-color);
  text-decoration: none;
}
.entryListLink:hover, .entryListLink:active, .entryListLink:focus {
  margin-right: -5px;
  padding-right: 61px;
  background-image: url("/wp-content/themes/low-vision-care/images/common/icon_rightarrow_o.svg");
  background-position: right center;
  color: var(--key-color);
}

.entryHeader {
  display: flex;
  flex-direction: column;
  padding: 65px 0 49px;
  border-bottom: 1px solid var(--border-light);
}
.entryHeader__title {
  margin: 1em 0 0;
  line-height: 1.6666666667;
  color: var(--key-color);
  font-size: 1.5rem;
}

.entryHeader__meta {
  order: -1;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.entryHeader__category {
  display: inline-block;
  padding: 6px 5px;
  background-color: var(--bg-color-a);
  min-width: 148px;
  font-size: 0.875rem;
  text-align: center;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2em;
  margin-top: 60px;
}

.pagination__sequence,
ul.page-numbers {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.pagination__sequence li,
ul.page-numbers li {
  list-style: none;
}
.pagination__sequence li a, .pagination__sequence li em,
ul.page-numbers li a:not(.prev, .next), ul.page-numbers li span {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  width: 2.5em;
  line-height: 2.5em;
  height: 2.5em;
  border-radius: 50%;
}
.pagination__sequence li em,
ul.page-numbers li span {
  font-style: normal;
  background-color: var(--key-color);
  color: #fff;
}
.pagination__sequence li a,
ul.page-numbers li a:not(.prev, .next) {
  color: var(--text-color);
  background-color: #fff;
  border: 1px solid var(--border-light);
}
.pagination__sequence li a:hover,
ul.page-numbers li a:not(.prev, .next):hover {
  color: var(--key-color);
  border: 1px solid var(--key-color);
}

.pagination__link a,
.prev:link, .prev:visited,
.next:link, .next:visited {
  text-decoration: none;
  color: var(--text-color);
  font-weight: bold;
  position: relative;
}
.pagination__link a:hover, .pagination__link a:active, .pagination__link a:focus,
.prev:hover, .prev:active, .prev:focus,
.next:hover, .next:active, .next:focus {
  color: var(--key-color);
}
.pagination__link.-prev a::before,
.prev::before {
  content: "";
  width: 15px;
  height: 13px;
  background: url("/wp-content/themes/low-vision-care/images/common/icon_entrylist.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -1.5em;
  transform: translateY(-50%) rotate(180deg);
  transition: all 0.2s;
}
.pagination__link.-prev a:hover::before, .pagination__link.-prev a:active::before, .pagination__link.-prev a:focus::before,
.prev:hover::before, .prev:active::before, .prev:focus::before {
  left: -2em;
}
.pagination__link.-next a::after,
.next::after {
  content: "";
  width: 16px;
  height: 14px;
  background: url("/wp-content/themes/low-vision-care/images/common/icon_entrylist.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -1.5em;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.pagination__link.-next a:hover::after, .pagination__link.-next a:active::after, .pagination__link.-next a:focus::after,
.next:hover::after, .next:active::after, .next:focus::after {
  right: -2em;
}

.pageNavi .layout__inner {
  border-top: 1px solid var(--border-light);
}
.pageNavi ul {
  display: flex;
  justify-content: center;
  gap: 1.5em;
  padding: 0;
  margin-top: 3.5em;
  margin-bottom: 0;
}
.pageNavi ul li {
  list-style: none;
}
.pageNavi .button02 {
  margin-top: 2.5em;
}

.editorContent {
  margin: 3.75em 0 3.75em 0;
}
.editorContent h2:first-of-type {
  margin-top: 2em;
}
.editorContent .button01 {
  margin-top: 1em;
}
.editorContent .wide {
  width: calc(100vw - 20px);
  /*@include utility.mq-range(721, 1020) {
  	transform: translateX(calc((43.75em - (100vw - 20px))/2));
  }*/
}
.editorContent .movie {
  width: calc(100vw - 20px);
  /*@include utility.mq-range(721, 820) {
  	transform: translateX(calc((43.75em - (100vw - 20px))/2));
  }*/
}
.editorContent a img:hover {
  opacity: 0.7;
}

.editorContent02 h2 {
  margin-top: 4.333em;
}
.editorContent02 h2.u-mt0 {
  margin-top: 0;
}
.editorContent02 .button01 {
  margin-top: 1em;
}

.newsIndexHeadingContainer {
  border-top: 1px solid var(--border-light);
}

.newsIndexHeading {
  margin: 0;
  padding: 82px 0;
  border-bottom: 1px solid var(--border-light);
  line-height: 1.625;
  font-size: 2rem;
}

img.rounded,
figure.wp-block-image.is-style-rounded img {
  border-radius: 10px;
}

.u-textCenter {
  text-align: center;
}

.u-textEnd {
  text-align: right;
}

.u-mt0 {
  margin-top: 0;
}

.u-mt4em {
  margin-top: 4em;
}

.u-mt625em {
  margin-top: 6.25em;
}

.u-mb80px {
  margin-bottom: 80px;
}

.keyVisual {
  position: relative;
}
.keyVisual img {
  aspect-ratio: 1200/675;
}
.keyVisual:not(.slick-initialized) .keyVisual__item:not(:first-child) {
  display: none;
}
.keyVisual .slick-toggle.slick-play svg .start {
  display: none;
}
.keyVisual .slick-toggle.slick-pause svg .pause {
  display: none;
}

.keyVisual__title {
  position: absolute;
  bottom: 50%;
  left: 10vw;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-shadow: rgba(51, 51, 51, 0.6) 0 1px 20px;
}
.keyVisual__title p {
  font-size: max(5vw, 2.5rem);
  margin: 0;
}
.keyVisual__title span {
  font-size: max(2vw, 1rem);
  margin: 0;
}

.keyVisual__items {
  position: relative;
}
.keyVisual__items::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 13vh;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  left: 0;
  bottom: 0;
}

.keyVisual__item img {
  min-height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: -2;
}

.keyVisual__button {
  position: absolute;
  top: 50%;
  left: 10vw;
  margin-top: 60px;
}
.keyVisual__button span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
}
.keyVisual__button:link, .keyVisual__button:visited {
  background-color: rgba(255, 255, 255, 0.9);
}
.keyVisual__button:hover, .keyVisual__button:active, .keyVisual__button:focus {
  background-color: transparent;
}

.keyVisual__controls {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  padding: 20px 20px 0 20px;
  border-radius: 30px 0 0 0;
}

.slick-arrow {
  width: 36px;
  height: 36px;
  background-image: url("/wp-content/themes/low-vision-care/images/common/icon_slickarrow.svg");
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
}
.slick-arrow:hover {
  background-image: url("/wp-content/themes/low-vision-care/images/common/icon_slickarrow_o.svg");
  cursor: pointer;
}

.slick-prev {
  margin-right: 3px;
}

.slick-next {
  transform: rotate(180deg);
  margin-right: 20px;
}

.slick-dots {
  display: flex;
  gap: 9px;
  margin: 0 12px 0 0;
  padding-left: 0;
  list-style: none;
  overflow: hidden;
}
.slick-dots li {
  line-height: 1;
  height: 9px;
}
.slick-dots button {
  padding: 0;
  border: 1px solid var(--key-color);
  border-radius: 50%;
  width: 9px;
  height: 9px;
  background-color: #fff;
  text-indent: -9999px;
}
.slick-dots button[aria-selected=true] {
  background-color: var(--key-color);
}
.slick-dots button:hover {
  cursor: pointer;
}

.slick-toggle {
  border: 1px solid var(--key-color);
  border-radius: 15px;
  width: 30px;
  height: 30px;
  background-color: #fff;
}
.slick-toggle:hover {
  opacity: 0.7;
  cursor: pointer;
}

.guidance div:not(:first-child) {
  margin-top: 0.75em;
}
.guidance dt {
  padding-left: 40px;
  background: url("/wp-content/themes/low-vision-care/images/about-low-vision-care/blt_guidance_01.svg") no-repeat left 0.25em;
  font-weight: bold;
}
.guidance dd {
  margin-left: 40px;
  padding-left: 30px;
  background: url("/wp-content/themes/low-vision-care/images/about-low-vision-care/blt_guidance_02.svg") no-repeat left 0.5em;
}

.hintBox {
  margin-top: 4.5em;
  padding: 32px 40px;
  border-radius: 10px;
  background-color: var(--bg-color-a);
}
.hintBox > *:first-child,
.hintBox .wp-block-group__inner-container > *:first-child {
  margin-top: 0;
}
.hintBox > *:last-child,
.hintBox .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}
.convenientGoods {
  padding-left: 0;
  list-style: none;
}
.convenientGoods li {
  margin-bottom: 8.3%;
  padding: 6.875% 8.3% 8.3%;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 1px 20px rgba(17, 17, 17, 0.0784313725);
  line-height: 1.6363636364;
  font-size: 1.375rem;
  font-weight: bold;
}
.convenientGoods li span {
  display: block;
}
.convenientGoods li img:first-of-type {
  margin-top: 0.68181818em;
}
.convenientGoods li img + img {
  margin-top: 1em;
}
.convenientGoods img {
  width: 100%;
}

@media only screen and (min-width: 491px){
  .pageTop {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    margin-bottom: 0;
    padding: 0;
  }
}

@media only screen and (min-width: 600px){
  .guidance div {
    display: flex;
  }
  .guidance dd {
    margin-left: 16px;
  }
}

@media only screen and (min-width: 960px){
  .headerLogos .organizationLogo {
    display: block;
    margin-top: 37px;
    width: 322px;
    height: 30px;
  }
  .headerLogos .organizationLogo a {
    display: block;
    margin: 0;
    padding: 0;
    background-color: transparent;
  }
  .organizationLogo a:link, .organizationLogo a:visited {
    transition: all 0.2s;
    border: none;
  }
  .organizationLogo a:hover, .organizationLogo a:active, .organizationLogo a:focus {
    transform: translateY(-4px);
    opacity: 0.7;
    border: none;
  }
  .editorContent .wp-block-columns {
    gap: 6%;
  }
}

@media only screen and (min-width: 781px){
  .footerLogos {
    display: flex;
  }
  .footerLogos > div:not(:first-child) {
    margin-left: 40px;
  }
}

@media only screen and (min-width: 801px){
  .pageTop {
    top: 40px;
    right: 40px;
  }
  .entryList__anchor {
    grid-template-columns: 140px 150px 1fr;
    grid-template-rows: 1fr;
    padding: 16px 32px;
  }
  .entryList__categoryText {
    padding: 6px 5px;
    width: 100%;
  }
  .entryList__title {
    grid-column: 3/4;
    padding-left: 2.9%;
  }
}

@media only screen and (min-width: 820px){
  .editorContent .wide {
    max-width: 740px;
    transform: translateX(-50px);
  }
  .editorContent .movie {
    max-width: 740px;
    transform: translateX(-50px);
  }
}
@media only screen and (min-width: 860px){
  .goods_text {
    flex-grow: 0;
    flex-basis: 37%;
  }
}

@media only screen and (min-width: 960px){
  .globalNav__spClose {
    display: none;
  }
  .globalNav {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1000px;
  }
  .globalNav[hidden] {
    display: none;
  }
  .js .globalNav:not([hidden]) {
    display: flex;
  }
  .globalNav__childContainer {
    display: none;
  }

  .globalNav a {
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: bold;
  }
  .globalNav a:link, .globalNav a:visited {
    color: var(--text-color);
    text-decoration: none;
  }
  .globalNav a:hover, .globalNav a:active, .globalNav a:focus {
    color: var(--key-color);
  }
  .globalNav > .globalNav__item > a::after {
    display: block;
    content: "";
    width: 100%;
    padding-top: 3px;
    background-color: var(--key-color);
    transition: transform 0.2s;
    transform: scale(0, 1);
    transform-origin: left top;
  }
  .globalNav > .globalNav__item > a:hover::after, .globalNav > .globalNav__item > a:active::after, .globalNav > .globalNav__item > a:focus::after {
    transform: scale(1, 1);
  }
  .globalNav > .globalNav__item > a[aria-current=true]::after {
    transform: scale(1, 1);
  }
  .globalNav > .globalNav__item > a.globalNav__hasChild::after {
    width: calc(100% + 20px);
  }
  .js .globalNav .globalNav__hasChild {
    padding-right: 20px;
    background: url("/wp-content/themes/low-vision-care/images/common/icon_haschild.svg") no-repeat right center;
  }
  .js .globalNav.globalNav--enableMegaMenu .globalNav__childContainer {
    position: absolute;
    top: 100%;
    left: calc((100vw - 100%) / 2 * -1);
    z-index: 1;
    width: 100vw;
    background-color: var(--bg-color-a);
  }
  .js .globalNav.globalNav--enableMegaMenu .globalNav__childClose {
    position: absolute;
    top: 8px;
    right: 8px;
    border: 1px solid var(--key-color);
    border-radius: 50%;
    border-radius: 5px;
    width: 36px;
    height: 36px;
    background-color: transparent;
  }
  .js .globalNav.globalNav--enableMegaMenu .globalNav__childClose svg {
    /*width: 20px;*/
    display: block;
    margin: auto;
  }
  .js .globalNav.globalNav--enableMegaMenu .globalNav__childClose svg g {
    stroke: var(--key-color);
  }
  .js .globalNav.globalNav--enableMegaMenu .globalNav__childClose:hover {
    cursor: pointer;
    background-color: var(--key-color);
  }
  .js .globalNav.globalNav--enableMegaMenu .globalNav__childClose:hover svg g {
    stroke: #fff;
  }
  .globalNavGoods {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
  }
  .globalNavGoods__dirName {
    display: inline-block;
    padding-right: 56px;
    background-image: url("/wp-content/themes/low-vision-care/images/common/icon_rightarrow.svg");
    background-repeat: no-repeat;
    background-position: right center;
    line-height: 2.5;
    transition: all 0.2s;
    font-weight: bold;
    font-size: 1.25rem;
  }
  .globalNavGoods__dirName:link, .globalNavGoods__dirName:visited {
    color: var(--text-color);
    text-decoration: none;
  }
  .globalNavGoods__dirName:hover, .globalNavGoods__dirName:active, .globalNavGoods__dirName:focus {
    margin-right: -5px;
    padding-right: 61px;
    background-image: url("/wp-content/themes/low-vision-care/images/common/icon_rightarrow_o.svg");
    background-position: right center;
    color: var(--key-color);
  }

  .globalNavGoods__items {
    display: flex;
    gap: 24px;
    padding-left: 40px;
    margin-left: 40px;
    border-left: 1px solid var(--border-light);
    text-align: center;
  }
  .globalNavGoods__items span {
    display: inline-block;
    margin-bottom: 0.5rem;
    position: relative;
  }
  .globalNavGoods__items span::after {
    content: "";
    width: 16px;
    height: 14px;
    background: url("/wp-content/themes/low-vision-care/images/common/icon_entrylist.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: -1.5em;
    transform: translateY(-50%);
    transition: all 0.2s;
  }
  .globalNavGoods__items a:hover span::after {
    right: -2em;
  }
  .pageNavi .layout__inner {
    position: relative;
  }
  .pageNavi ul {
    justify-content: space-around;
  }
  .pageNavi .u-textCenter {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media only screen and (min-width: 1200px){
  .editorContent .wide {
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
    transform: translateX(-150px);
  }
  .editorContent .movie {
    margin-top: 2.75em;
    margin-right: auto;
    margin-bottom: 4.375em;
    margin-left: auto;
    max-width: 800px;
    transform: translateX(-50px);
  }
}

@media screen and (max-width: 1219px){
  .page-mv_inner:before {
    width: 48vw;
  }
}

@media only screen and (max-width: 1199px){
  .layout .layout__inner {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media only screen and (max-width: 1079px){
  .br-sp {
    display: none;
  }
  .goods_inner {
    padding: 80px;
  }
}

@media only screen and (max-width: 960px){
  .headerLogos {
    padding-bottom: 22px;
  }
  .siteLogo {
    margin: 20px 0 0 0;
    width: 120px;
    height: 26px;
  }
  .siteLogo img {
    vertical-align: top;
  }
}

@media only screen and (max-width: 959px){
  .globalNav {
    margin: 68px 24px 0;
  }
  .js .globalNav:not([hidden]) {
    display: none;
  }
  .js .--enableHamburger .globalNav:not([hidden]) {
    display: block;
  }
  .globalNav .globalNav__item {
    border-bottom: 1px solid var(--border-light);
  }
  .globalNav .globalNav__item > a {
    display: block;
    padding: 20px 10px 20px 30px;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxMy40MTQiIHZpZXdCb3g9IjAgMCAxNSAxMy40MTQiPgogICAgPGcgaWQ9IuOCsOODq+ODvOODl183NCIgZGF0YS1uYW1lPSLjgrDjg6vjg7zjg5cgNzQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDgzLjUgLTYzMi4yOTMpIj4KICAgICAgPHBhdGggaWQ9IuODkeOCuV8xMiIgZGF0YS1uYW1lPSLjg5HjgrkgMTIiIGQ9Ik0yMzYyLjAxMyw2MTkuODQ5bDYsNi02LDYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjcwLjAxMyAxMy4xNTEpIiBmaWxsPSJub25lIiBzdHJva2U9IiMxMjQ4OTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICAgIDxwYXRoIGlkPSLjg5HjgrlfMTMiIGRhdGEtbmFtZT0i44OR44K5IDEzIiBkPSJNMjM1MC42LDYyNy44MzdoLTE0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI1Mi42IDExLjE2MykiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzEyNDg5MCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz4KICAgIDwvZz4KICA8L3N2Zz4KICA=") no-repeat;
    line-height: 1.5;
    color: var(--text-color);
    font-weight: bold;
    text-decoration: none;
  }
  .globalNav .globalNav__item > a:link, .globalNav .globalNav__item > a:visited {
    background-position: left center;
    transition: all 0.2s;
  }
  .globalNav .globalNav__item > a:hover, .globalNav .globalNav__item > a:active, .globalNav .globalNav__item > a:focus {
    color: var(--key-color);
    background-position: 0.5em center;
  }
  .globalNav__childClose {
    display: none;
  }
  #globalnav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    background-color: var(--bg-color-a);
    transition: opacity 0.5s;
  }
  #globalnav[aria-hidden=false] {
    -webkit-animation: gnavFadeInFromHide 0.66s;
            animation: gnavFadeInFromHide 0.66s;
  }
  .globalNavGoods__dirName,
.globalNavGoods__items img {
    display: none;
  }

  .globalNavGoods a {
    padding: 8px 10px 8px 50px;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxMy40MTQiIHZpZXdCb3g9IjAgMCAxNSAxMy40MTQiPgogICAgPGcgaWQ9IuOCsOODq+ODvOODl183NCIgZGF0YS1uYW1lPSLjgrDjg6vjg7zjg5cgNzQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDgzLjUgLTYzMi4yOTMpIj4KICAgICAgPHBhdGggaWQ9IuODkeOCuV8xMiIgZGF0YS1uYW1lPSLjg5HjgrkgMTIiIGQ9Ik0yMzYyLjAxMyw2MTkuODQ5bDYsNi02LDYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjcwLjAxMyAxMy4xNTEpIiBmaWxsPSJub25lIiBzdHJva2U9IiMxMjQ4OTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICAgIDxwYXRoIGlkPSLjg5HjgrlfMTMiIGRhdGEtbmFtZT0i44OR44K5IDEzIiBkPSJNMjM1MC42LDYyNy44MzdoLTE0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI1Mi42IDExLjE2MykiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzEyNDg5MCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz4KICAgIDwvZz4KICA8L3N2Zz4KICA=") no-repeat 20px center;
    line-height: 1.5;
    color: var(--text-color);
    text-decoration: none;
  }
}

@media screen and (max-width: 859px){
  ul.goods_list li a {
    flex-wrap: wrap;
    padding: 24px;
    gap: 20px;
  }
  .goods_img img {
    width: 100%;
  }
}

@media only screen and (max-width: 819px){
  .editorContent .wide {
    width: 100%;
  }
  .editorContent .movie {
    width: 100%;
  }
}

@media only screen and (max-width: 780px){
  .footerorganizationLogo {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px){
  .js .entryCategory,
.entryCategory ul,
.entryCategory .entryListTab__tabList {
    flex-wrap: wrap;
  }
  .entryCategory dt {
    width: 100%;
    margin-right: 0;
    padding: 0;
    margin-bottom: 1.5rem;
    border-right: none;
    position: relative;
  }
  .entryCategory dt span {
    padding-right: 24px;
    background-color: var(--bg-color-a);
    position: relative;
  }
  .entryCategory dt::before {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    content: "";
    width: 100%;
    padding-top: 1px;
    background-color: var(--border-light);
  }
  .pagination {
    flex-wrap: wrap;
    gap: 1.5em;
  }
  .pagination__sequence {
    order: 2;
    width: 100%;
    gap: 5px;
  }
  .pagination__sequence li a, .pagination__sequence li em {
    width: 2em;
    line-height: 2em;
    height: 2em;
  }
  .pagination__link.-next a {
    order: 1;
  }
  .keyVisual__title p {
    font-size: 8vw;
  }
  .keyVisual__title span {
    font-size: 4vw;
  }
  .keyVisual__button {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px){
  /* レイアウト */
  .page-mv_content {
    padding: 0 24px;
  }

  /* 画像 */
  .page-mv_inner:before {
    width: calc(100% - 80px);
    height: 40vw;
    max-height: 280px;
    top: 86px;
  }

  /* 背景色 */
  .page-mv_inner:after {
    width: calc(100% - 24px);
    height: 40vw;
    min-height: 170px;
    top: 1.25rem;
  }

  /* h1 */
  .page-mv h1 {
    top: -7px;
    padding-top: 0;
    margin-bottom: calc(40vw + 60px);
    font-size: 1.625rem;
  }

  .page-mv h1:before {
    /* h1の下線 */
    width: 60px;
    bottom: -0.1em;
  }
}

@media only screen and (max-width: 699px){
  .layoutColumn {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 599px){
  .layout .layout__inner {
    padding-right: 24px;
    padding-left: 24px;
  }
  .layout.-homeContent, .layout.-convenient {
    padding: 60px 0;
  }
  aside {
    padding-top: 80px;
  }
  .page-mv {
    margin-bottom: 0;
  }
  .u-mt4em {
    margin-top: 2.7em;
  }

  .u-mt625em {
    margin-top: 4.2em;
  }
}

@media screen and (max-width: 519px){
  .goods_inner {
    padding: 60px 24px;
  }
}

@media only screen and (max-width: 374px){
  .button02 {
    min-width: 200px;
  }
  .entryList__category {
    grid-column: 1/3;
  }
}

@media (prefers-reduced-motion: reduce){
  html {
    scroll-behavior: auto;
  }
}

.wp-block-column > *:first-child {
  margin-top: 0;
}
.wp-block-column > *:last-child {
  margin-bottom: 0;
}

figure.wp-block-image {
  margin: 0;
}

/*# sourceMappingURL=style.css.map */
