@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap");
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

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

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

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

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

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  /*text-transform:none*/
}

button, input, select, textarea {
  /*background-color:transparent;border-style:none;color:inherit*/
}

select {
  /*-moz-appearance:none;-webkit-appearance:none*/
}

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

select::-ms-value {
  color: currentColor;
}

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

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

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

* {
  outline: none;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "Helvetica Neue", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  color: #000;
  outline: none;
}

html, body {
  width: 100%;
}

main {
  display: block;
  background-color: #fff;
}

a {
  text-decoration: none;
}

@media screen and (min-width: 800px) {
  .cmn-header {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 50px;
    background-color: #FFF;
    z-index: 9999;
  }
  .cmn-header_inner {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 90%;
    padding: 0 0;
    max-width: none;
    min-width: none;
    margin: 0 auto;
  }
  .cmn-header_logo {
    position: absolute;
  }
  .cmn-header_logo a {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 1;
  }
  .cmn-header_logo a:hover {
    opacity: 0.5;
  }
  .cmn-header_logo img {
    display: block;
    width: 104px;
    height: auto;
  }
  .cmn-header_centerNav {
    position: absolute;
    top: 0;
    left: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .cmn-header_centerNav li {
    list-style: none;
    margin-right: 25px;
  }
  .cmn-header_centerNav li a {
    color: #000;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 50px;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 1;
  }
  .cmn-header_centerNav li a:hover {
    opacity: 0.5;
  }
  .cmn-header_centerNav ._drop {
    position: relative;
  }
  .cmn-header_centerNav ._drop:hover ._childList {
    max-height: 400px;
  }
  .cmn-header_centerNav ._childList {
    position: absolute;
    top: 90%;
    left: 0;
    width: 200px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
  }
  .cmn-header_centerNav ._childList li {
    margin: 0;
  }
  .cmn-header_centerNav ._childList li a {
    display: block;
    padding: 8px 20px;
    font-size: 1.3rem;
    line-height: 1em;
    background-color: #EEE;
  }
  .cmn-header_rightNav {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .cmn-header_rightNav li {
    list-style: none;
    margin-right: 15px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cmn-header_rightNav li a {
    color: #000;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1em;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 1;
  }
  .cmn-header_rightNav li a:hover {
    opacity: 0.5;
  }
  .cmn-header_rightNav li a span {
    font-size: 1.5rem;
  }
  .cmn-header_rightNav li:last-of-type {
    margin-left: 3px;
    margin-right: 0;
  }
  .cmn-header_rightNav .bogo-language-switcher {
    margin-left: 10px;
  }
  .cmn-header_rightNav .bogo-language-switcher .first {
    color: #000;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1em;
  }
  .cmn-header_rightNav .bogo-language-switcher .current {
    display: none;
  }
  .cmn-header_rightNav .bogo-language-switcher li {
    margin-right: 0;
  }
  .cmn-header_rightNav ._icon {
    margin-right: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cmn-header_rightNav ._icon img {
    display: block;
    height: 18px;
    width: auto;
  }
  .cmn-header_rightNav ._search {
    position: relative;
  }
  .cmn-header_rightNav ._search span {
    cursor: pointer;
  }
  .cmn-header_rightNav ._searchField {
    position: absolute;
    top: 1px;
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    overflow: hidden;
    padding: 10px 0;
    width: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
  }
  .cmn-header_rightNav ._searchField.active {
    width: 250px;
  }
  .cmn-header_rightNav ._searchField form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0;
    border-bottom: 1px solid #000;
  }
  .cmn-header_rightNav ._searchField form input[type="text"] {
    border: none;
    font-size: 1.4rem;
  }
  .cmn-header_rightNav ._searchField form button {
    -webkit-appearance: none;
    background-color: #fff;
    border: none;
  }
  .cmn-header_rightNav ._searchClose {
    font-size: 1.2rem;
    font-weight: bold;
    margin-right: 15px;
    cursor: pointer;
  }
}

@media screen and (min-width: 800px) and (max-width: 1024px) {
  .cmn-header_rightNav ._hidden {
    display: none;
  }
}

@media screen and (min-width: 800px) {
  .cmn-header_rightNav ._largeIcon {
    font-size: 1.35rem;
  }
}

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

.cmn-main {
  padding-bottom: 50px;
  overflow-x: hidden;
}

@media screen and (min-width: 800px) {
  .cmn-main {
    margin-top: 50px;
  }
}

.cmn-bread {
  padding: 10px 0;
  margin-top: 10px;
}

.cmn-bread_inner {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  padding: 0 0;
  max-width: 800px;
  min-width: none;
  margin: 0 auto;
}

.cmn-bread ul {
  font-family: "Helvetica Neue", 'ヒラギノ角ゴ Pro W6', 'HiraKakuPro-W6', メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-weight: bold;
  position: relative;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cmn-bread ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}

.cmn-bread ul li a {
  color: #0085EE;
  font-size: 1.5rem;
  line-height: 15px;
}

.cmn-bread ul li span {
  color: #979797;
  font-size: 1.5rem;
  line-height: 15px;
}

.cmn-bread ul li::after {
  font-family: "icomoon";
  content: "\e902";
  color: #979797;
  font-size: 1.0rem;
  margin: 0 8px;
  height: 8px;
}

.cmn-bread ul li:last-child::after {
  display: none;
}

@media screen and (min-width: 800px) {
  .cmn-articleList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.cmn-articleListItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (min-width: 800px) {
  .cmn-articleListItem {
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .cmn-articleListItem:nth-child(even) {
    margin-right: 0;
  }
}

@media screen and (max-width: 800px) {
  .cmn-articleListItem {
    width: 100%;
    margin-bottom: 10px;
  }
}

.cmn-articleListItem ._imgWrap {
  overflow: hidden;
}

.cmn-articleListItem ._img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

.cmn-articleListItem ._texts {
  width: calc(100% - 110px);
}

.cmn-articleListItem ._top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}

.cmn-articleListItem ._date {
  font-size: 1.2rem;
  font-weight: bold;
  color: #979797;
}

.cmn-articleListItem ._cat {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 18px;
  padding: 0 10px;
  border-radius: 22px;
  background-color: #0085EE;
  color: #FFF;
  font-size: 1.1rem;
  font-weight: bold;
  margin-right: 5px;
  line-height: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.cmn-articleListItem ._cat:hover {
  opacity: 0.5;
}

.cmn-articleListItem ._ttl {
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
}

@media screen and (max-width: 800px) {
  .cmn-articleListItem ._ttl {
    line-height: 1.3em;
  }
}

.cmn-articleListItem ._ttl a {
  color: #000;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.cmn-articleListItem ._ttl a:hover {
  opacity: 0.5;
}

.cmn-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  min-width: 140px;
  padding: 0 15px;
  background-color: #0085EE;
  color: #FFF;
  font-weight: bold;
  font-size: 2.2rem;
  border-radius: 45px;
}

.cmn-btn--gray {
  background-color: #979797;
}

.cmn-btn--small {
  font-size: 1.8rem;
}

.cmn-footer {
  width: 100%;
  padding: 50px 0 30px 0;
  background-color: #000;
}

.cmn-footer_inner {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  padding: 0 0;
  max-width: 800px;
  min-width: none;
  margin: 0 auto;
}

.cmn-footer_cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.cmn-footer_col {
  color: #FFF;
}

.cmn-footer_col dt {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.cmn-footer_col dd {
  margin-bottom: 30px;
}

.cmn-footer_col ul {
  list-style: none;
}

.cmn-footer_col ul li {
  margin-bottom: 5px;
}

.cmn-footer_col ul a {
  font-size: 1.3rem;
  color: #FFF;
}

.cmn-footer_col ul a:hover {
  text-decoration: underline;
}

.cmn-footer_sns a {
  display: inline-block;
  color: #FFF;
  font-size: 2.4rem;
  margin-right: 20px;
}

.cmn-footer_bottom {
  margin-top: 20px;
}

.cmn-footer_bottom a {
  display: inline-block;
  color: #FFF;
  font-size: 1.3rem;
  margin-right: 20px;
}

.cmn-footer_bottom a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 800px) {
  .cmn-footer {
    display: none;
  }
}

.cmn-spFooter {
  width: 100%;
  padding: 30px 0;
  padding-bottom: 50px;
  background-color: #FFF;
}

@media screen and (min-width: 800px) {
  .cmn-spFooter {
    display: none;
  }
}

.cmn-spFooter_inner {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  padding: 0 0;
  max-width: none;
  min-width: none;
  margin: 0 auto;
}

.cmn-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #FFF;
  z-index: 10000;
  padding: 50px 0;
  padding-top: 70px;
  overflow: scroll;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  padding-bottom: 150px;
}

.cmn-drawer.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 800px) {
  .cmn-drawer {
    display: none;
  }
}

.cmn-drawer_inner {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  padding: 0 0;
  max-width: none;
  min-width: none;
  margin: 0 auto;
}

.cmn-spMenu_search {
  border: 1px solid #979797;
  padding: 0 5px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.cmn-spMenu_search input[type="submit"] {
  -webkit-appearance: none;
  font-family: "icomoon";
  border: none;
  color: #979797;
  width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}

.cmn-spMenu_search input[type="text"] {
  -webkit-appearance: none;
  border: none;
  width: 100%;
  height: 30px;
}

.cmn-spMenu .bogo-language-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cmn-spMenu .bogo-language-switcher li a {
  color: #000;
}

.cmn-spMenu .bogo-language-switcher .current {
  border-bottom: 1px solid #000;
}

.cmn-spMenu .bogo-language-switcher .ja {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 15px;
}

.cmn-spMenu .bogo-language-switcher .ja:after {
  content: '/';
  margin: 0 5px;
  position: absolute;
}

.cmn-spMenu .bogo-language-switcher .en-US {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.cmn-spMenu_lang {
  text-align: right;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.cmn-spMenu_lang a {
  display: inline-block;
  margin: 0 3px;
  color: #000;
}

.cmn-spMenu_upperList {
  list-style: none;
  margin-bottom: 30px;
}

.cmn-spMenu_upperList li {
  margin-bottom: 8px;
  font-size: 2.4rem;
  font-weight: bold;
}

.cmn-spMenu_upperList li a {
  color: #000;
}

.cmn-spMenu_upperList ._child {
  margin: 0;
  overflow: hidden;
  list-style: none;
  padding-left: 15px;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cmn-spMenu_upperList ._child.active {
  margin: 10px 0;
  max-height: 340px;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.cmn-spMenu_upperList ._child li {
  font-size: 2.0rem;
}

.cmn-spMenu_lowerList {
  list-style: none;
  margin-bottom: 30px;
}

.cmn-spMenu_lowerList li {
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-weight: bold;
}

.cmn-spMenu_lowerList li a {
  color: #000;
}

.cmn-spMenu_lowerList .__mt {
  margin-top: 30px;
}

.cmn-spMenu_lowerList ._child {
  margin: 0;
  overflow: hidden;
  list-style: none;
  padding-left: 15px;
  max-height: 0px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cmn-spMenu_lowerList ._child.active {
  margin: 10px 0;
  max-height: 300px;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.cmn-spMenu_lowerList ._child li {
  font-size: 1.8rem;
}

.cmn-spMenu_news {
  margin-bottom: 40px;
}

.cmn-spMenu_news ._hdg {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.cmn-spMenu_newsItem {
  margin-bottom: 15px;
}

.cmn-spMenu_newsItem a {
  display: block;
  color: #000;
}

.cmn-spMenu_newsItem ._date {
  font-size: 1rem;
  color: #979797;
  margin-bottom: 5px;
}

.cmn-spMenu_newsItem ._ttl {
  font-size: 1.4rem;
  font-weight: bold;
}

.cmn-spMenu_bottomIconsWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cmn-spMenu_bottomIcons {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cmn-spMenu_bottomIcons li {
  margin-right: 15px;
}

.cmn-spMenu_bottomIcons a {
  font-size: 2.8rem;
  color: #000;
}

.cmn-spMenu_bottomIcons-r {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cmn-humb {
  position: fixed;
  top: 5px;
  left: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* justify-content: center; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 50px;
  font-size: 3rem;
  color: #FFF;
  z-index: 10000;
  mix-blend-mode: difference;
}

.cmn-humb img {
  display: block;
  width: 30px;
  height: auto;
}

@media screen and (min-width: 800px) {
  .cmn-humb {
    display: none;
  }
}

.cmn-humb.active img {
  display: none;
}

.cmn-humb.active::after {
  content: "\e903";
  font-family: 'icomoon';
  font-size: 2rem;
}

.cmn-goTop {
  position: fixed;
  bottom: 34px;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 500;
  cursor: pointer;
}

@media screen and (min-width: 800px) {
  .cmn-goTop {
    bottom: 30px;
    right: 30px;
  }
}

.cmn-goTop img {
  display: block;
  width: 34px;
  height: 34px;
}

.cmn-goTop.active {
  visibility: visible;
  opacity: 1;
}

.cmn-articleHero {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 800px) {
  .cmn-articleHero {
    position: relative;
    padding-bottom: 100%;
  }
}

.cmn-articleHero ._bg {
  will-change: transform;
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

@media screen and (min-width: 800px) {
  .cmn-articleHero ._bg {
    height: 700px;
  }
}

@media screen and (max-width: 800px) {
  .cmn-articleHero ._bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}

.cmn-articleHero_hdg {
  position: absolute;
  bottom: 40px;
  left: 5%;
  color: #FFF;
  font-size: 3.4rem;
  font-weight: bold;
  z-index: 999;
}

@media screen and (min-width: 800px) {
  .cmn-articleHero_hdg {
    font-size: 6.0rem;
    left: 0;
  }
}

.cmn-articleHero_inner {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0;
  max-width: 800px;
  min-width: none;
  margin: 0 auto;
  top: 0;
}

.cmn-singleHero {
  position: relative;
  overflow: hidden;
}

.cmn-singleHero ._bg {
  will-change: transform;
  display: block;
  width: 100%;
  height: auto;
}

.cmn-singleHero ._bg img {
  display: block;
  width: 100%;
  height: auto;
}

.cmn-singleHero ._logo {
  position: absolute;
}

@media screen and (min-width: 800px) {
  .cmn-singleHero ._logo {
    top: calc(50% - 120px);
    left: calc(50% - 90px);
  }
}

@media screen and (max-width: 800px) {
  .cmn-singleHero ._logo {
    top: calc(50% - 90px);
    left: calc(50% - 63px);
  }
}

.cmn-singleHero ._logo img {
  display: block;
  height: auto;
}

@media screen and (min-width: 800px) {
  .cmn-singleHero ._logo img {
    width: 180px;
    max-width: 180px;
  }
}

@media screen and (max-width: 800px) {
  .cmn-singleHero ._logo img {
    width: 126px;
    max-width: 126px;
  }
}

.cmn-singleHero_hdg {
  position: absolute;
  bottom: 40px;
  left: 5%;
  color: #FFF;
  font-size: 3.4rem;
  font-weight: bold;
  z-index: 999;
}

.cmn-singleHero_hdg ._sub {
  display: block;
  font-size: 1.6rem;
  margin-top: 10px;
}

@media screen and (min-width: 800px) {
  .cmn-singleHero_hdg {
    font-size: 6.0rem;
    left: 0;
  }
}

.cmn-singleHero_subtitle {
  display: block;
  font-size: 2.8rem;
  line-height: 1;
}

@media screen and (max-width: 800px) {
  .cmn-singleHero_subtitle {
    font-size: 2.0rem;
  }
}

.cmn-singleHero_inner {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0;
  max-width: 800px;
  min-width: none;
  margin: 0 auto;
  top: 0;
}

.cmn-heroWrap {
  position: relative;
}

.cmn-heroWrap_hdg {
  line-height: 1.1em;
  position: absolute;
  bottom: 40px;
  left: 5%;
  color: #FFF;
  font-size: 3.4rem;
  font-weight: bold;
  z-index: 999;
  width: 90%;
}

@media screen and (min-width: 800px) {
  .cmn-heroWrap_hdg {
    font-size: 6.0rem;
    left: 0;
  }
}

.cmn-heroWrap_subtitle {
  display: block;
  font-size: 2.8rem;
  line-height: 1;
}

@media screen and (max-width: 800px) {
  .cmn-heroWrap_subtitle {
    font-size: 2.0rem;
  }
}

.cmn-heroWrap_inner {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0;
  max-width: 800px;
  min-width: none;
  margin: 0 auto;
  top: 0;
}

.cmn-hero {
  width: 100%;
}

.cmn-hero-pc {
  display: none;
}

@media screen and (min-width: 800px) {
  .cmn-hero-pc {
    display: block;
  }
}

.cmn-hero-sp {
  display: block;
}

@media screen and (min-width: 800px) {
  .cmn-hero-sp {
    display: none;
  }
}

.cmn-hero_slide {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.cmn-hero_slide video {
  width: 100%;
}

.cmn-hero_slide ._logo {
  position: absolute;
}

@media screen and (min-width: 800px) {
  .cmn-hero_slide ._logo {
    top: calc(50% - 120px);
    left: calc(50% - 90px);
  }
}

@media screen and (max-width: 800px) {
  .cmn-hero_slide ._logo {
    top: calc(50% - 90px);
    left: calc(50% - 63px);
  }
}

.cmn-hero_slide ._logo img {
  display: block;
  height: auto;
}

@media screen and (min-width: 800px) {
  .cmn-hero_slide ._logo img {
    width: 180px;
    max-width: 180px;
  }
}

@media screen and (max-width: 800px) {
  .cmn-hero_slide ._logo img {
    width: 123px;
    max-width: 123px;
  }
}

.cmn-hero_slide ._statement {
  position: absolute;
}

@media screen and (min-width: 800px) {
  .cmn-hero_slide ._statement {
    bottom: 70px;
    left: calc(50% - 125px);
  }
}

@media screen and (max-width: 800px) {
  .cmn-hero_slide ._statement {
    bottom: 60px;
    left: calc(50% - 90px);
  }
}

.cmn-hero_slide ._statement img {
  display: block;
  height: auto;
}

@media screen and (min-width: 800px) {
  .cmn-hero_slide ._statement img {
    width: 250px;
    max-width: 250px;
  }
}

@media screen and (max-width: 800px) {
  .cmn-hero_slide ._statement img {
    width: 180px;
    max-width: 180px;
  }
}

.cmn-hero_slide ._bg {
  will-change: transform;
  display: block;
  width: 100%;
  height: auto;
}

.cmn-hero_slide ._bg img {
  display: block;
  width: 100%;
  height: auto;
}

.cmn-hero_prev, .cmn-hero_next {
  position: absolute;
  top: calc(50% - 13px);
  z-index: 1000;
  /* mix-blend-mode: difference; */
  -webkit-filter: drop-shadow(0px 2px 0 black);
  filter: drop-shadow(0px 2px 0 black);
}

@media screen and (max-width: 800px) {
  .cmn-hero_prev, .cmn-hero_next {
    display: none;
  }
}

.cmn-hero_prev.swiper-button-disabled, .cmn-hero_next.swiper-button-disabled {
  opacity: 0.5;
}

.cmn-hero_prev {
  left: 20px;
  outline: none;
}

@media screen and (max-width: 800px) {
  .cmn-hero_prev {
    left: 5%;
  }
}

.cmn-hero_next {
  right: 20px;
  outline: none;
}

@media screen and (max-width: 800px) {
  .cmn-hero_next {
    right: 5%;
  }
}

@media screen and (max-width: 800px) {
  .cmn-hero .swiper-pagination {
    padding-left: 5%;
    text-align: left;
  }
}

.cmn-productList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

.cmn-productList_item {
  position: relative;
  background-color: #EEE;
}

@media screen and (min-width: 800px) {
  .cmn-productList_item {
    width: 190px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .cmn-productList_item:nth-child(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 800px) {
  .cmn-productList_item {
    width: calc(50% - 5px);
    margin: 0 10px 0 0;
    margin-bottom: 10px;
  }
  .cmn-productList_item:nth-child(2n) {
    margin-right: 0;
  }
}

.cmn-productList_item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cmn-productList_item a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.cmn-productList_item a:hover::after {
  opacity: 0.1;
}

.cmn-productList_item ._imgWrap {
  width: 100%;
  padding: 10px 6px 0 6px;
  overflow: hidden;
}

.cmn-productList_item ._imgWrap img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

.cmn-productList_item ._textWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  padding-top: 5px;
  padding-right: 17px;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cmn-productList_item ._name {
  display: inline-block;
  font-size: 1.4rem !important;
  font-weight: bold;
  text-align: left !important;
  margin: 0 !important;
  color: #000;
}

.cmn-productList_item ._weight {
  font-size: 0.8rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
}

.cmn-productList_item ._colors {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cmn-productList_item ._colors img {
  width: 14px;
  height: auto;
}

.cmn-productList_item .tag {
  position: absolute;
  top: 0;
  left: 10px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 800px) {
  .cmn-productList_item .tag {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    transform-origin: top left;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
  }
}

.cmn-productList_item .tag li {
  margin-right: 0;
}

.cmn-productList_item .tag li:last-child {
  margin-right: 0;
}

.cmn-productList_item ._label {
  padding: 2px 5px;
  background-color: #0085EE;
  font-size: 1.0rem;
  color: #FFF;
  cursor: pointer;
  font-weight: bold;
  display: block;
  line-height: 1.3;
  white-space: nowrap;
}

.cmn-sexLabel {
  font-size: 1.1rem;
  font-weight: bold;
  color: #FFF;
}

.cmn-sexLabel--women {
  color: #FB4472;
}

.cmn-sexLabel--men {
  color: #409FE3;
}

.cmn-sexLabel--uni {
  color: #9B9B9B;
}

.cmn-colorchip {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin-right: 3px;
}

.cmn-colorchip--navy {
  background-color: #03115D;
}

.cmn-colorchip--brown {
  background-color: #8B572A;
}

.cmn-colorchip--kahki {
  background-color: #3D4F28;
}

.cmn-colorchip--orange {
  background-color: #CD7F00;
}

.cmn-colorchip--gray {
  background-color: #9B9B9B;
}

.cmn-colorchip--blue {
  background-color: #0F61BA;
}

.cmn-colorchip--black {
  background-color: #000;
}

.cmn-colorchip--beige {
  background-color: #BFBC97;
}

.cmn-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  padding: 0 15px;
  border-radius: 32px;
  font-family: "Helvetica Neue", 'ヒラギノ角ゴ Pro W6', 'HiraKakuPro-W6', メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  color: #FFF;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.cmn-tag:hover {
  opacity: 0.5;
}

.cmn-tag--blue {
  background-color: #0085EE;
}

.cmn-tag--gray {
  background-color: #979797;
}

.cmn-journalList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

.cmn-journalList_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #979797;
}

@media screen and (min-width: 800px) {
  .cmn-journalList_item {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .cmn-journalList_item:nth-child(even) {
    margin-right: 0;
  }
}

@media screen and (max-width: 800px) {
  .cmn-journalList_item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.cmn-journalList_item a {
  display: block;
}

.cmn-journalList_item ._thumbWrap {
  overflow: hidden;
}

.cmn-journalList_item ._thumb {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cmn-journalList_item ._textWrap {
  padding: 10px;
}

.cmn-journalList_item ._top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}

.cmn-journalList_item ._date {
  font-size: 1.2rem;
  font-weight: bold;
  color: #979797;
}

.cmn-journalList_item ._cat {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 18px;
  padding: 0 10px;
  border-radius: 22px;
  background-color: #0085EE;
  color: #FFF;
  font-size: 1.1rem;
  font-weight: bold;
  margin-right: 5px;
  line-height: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.cmn-journalList_item ._cat:hover {
  opacity: 0.5;
}

.cmn-journalList_item ._ttl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
}

.cmn-journalList_item ._ttl a {
  color: #000;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.cmn-journalList_item ._ttl a:hover {
  opacity: 0.5;
}

.cmn-journalList_item ._excp {
  font-size: 1.4rem;
  color: #000;
}

.cmn-journalList_item-series ._seriesInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.cmn-journalList_item-series ._seriesInfo .__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cmn-journalList_item-series ._seriesInfo .__left .cmn-tag {
  margin-right: 10px;
  font-size: 1.3rem;
}

.cmn-journalList_item-series ._seriesInfo a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.cmn-journalList_item-series ._seriesInfo ._ttl {
  margin-bottom: 0;
  font-size: 1.6rem;
}

.cmn-journalList_item-series ._seriesInfo ._seriesCount {
  font-size: 1.6rem;
  font-weight: bold;
}

.cmn-subCat {
  font-size: 1.8rem;
  font-weight: bold;
  color: #979797;
}

.cmn-subCat::before {
  content: "";
  display: inline-block;
  width: 20px;
  border-bottom: 2px solid #979797;
  margin-right: 5px;
}

.cmn-readmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 5px 0;
  border-top: 2px solid #0085EE;
  font-size: 1.3rem;
  font-weight: bold;
  color: #0085EE;
  cursor: pointer;
}

.cmn-readmore img {
  -webkit-transition: margin-right 0.3s ease;
  transition: margin-right 0.3s ease;
  margin-right: 5px;
}

.cmn-readmore:hover img {
  margin-right: 10px;
}

.cmn-fullWidthGallery {
  /*margin: 40px 0;
    margin-bottom: 20px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cmn-fullWidthGallery li {
  position: relative;
  margin-bottom: 30px;
}

.cmn-fullWidthGallery li img {
  display: block;
  width: 100%;
  height: auto;
}

.cmn-fullWidthGallery li h5 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 5px 0;
}

.cmn-fullWidthGallery li p {
  font-size: 1.3rem;
  margin: 5px 0;
}

.cmn-fullWidthGallery-1-1 li {
  width: 100%;
}

.cmn-fullWidthGallery-1-1 li img {
  display: block;
  width: 100%;
  height: auto;
}

.cmn-fullWidthGallery-1-1 li h5 {
  text-align: center;
}

.cmn-fullWidthGallery-1-1 li p {
  text-align: center;
  padding: 0 20px;
}

.cmn-fullWidthGallery-1-2 li {
  width: calc(50% - 10px);
}

.cmn-fullWidthGallery-1-2 li p {
  padding: 0 20px;
}

.cmn-fullWidthGallery-1-3 li {
  width: calc(calc(100% - 40px) / 3);
}

.cmn-fullWidthGallery-1-3 p {
  padding: 0 20px;
}

.cmn-fullWidthGallery-1-4 li {
  width: calc(calc(100% - 60px) / 4);
}

.cmn-fullWidthGallery-1-4 p {
  padding: 0 20px;
}

@media screen and (max-width: 800px) {
  .cmn-fullWidthGallery-sp_col_1 li {
    width: 100%;
    margin-bottom: 10px;
  }
  .cmn-fullWidthGallery-sp_col_1 li img {
    display: block;
    width: 100%;
    height: auto;
  }
  .cmn-fullWidthGallery-sp_col_1 li h5 {
    text-align: center;
  }
  .cmn-fullWidthGallery-sp_col_1 li p {
    text-align: left;
    padding: 0 20px;
  }
  .cmn-fullWidthGallery-sp_col_2 li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .cmn-fullWidthGallery-sp_col_2 li p {
    padding: 0 20px;
  }
  .cmn-fullWidthGallery-sp_col_3 li {
    width: calc(calc(100% - 40px) / 3);
  }
  .cmn-fullWidthGallery-sp_col_3 p {
    padding: 0 20px;
  }
  .cmn-fullWidthGallery-sp_col_4 li {
    width: calc(calc(100% - 60px) / 4);
  }
  .cmn-fullWidthGallery-sp_col_4 p {
    padding: 0 20px;
  }
}

.onDrawer {
  position: fixed;
}

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

/* 現在のスライドのスタイル */
.swiper-pagination-bullet-active {
  background-color: #0085EE;
}

.video-wrap {
  max-width: 800px;
  margin: 0 auto;
}

.video-square-wrap {
  max-width: 600px;
  padding: 0 0px;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 0px;
}

.video p {
  display: none;
}

.video-square-wrap .video {
  padding-bottom: 110.5%;
}

.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* form */
.form-box {
  margin-top: 30px;
}

.form-box:first-child {
  margin-top: 0px;
}

.select-box-test select {
  background: url(images/arrow-bottom.svg);
  background-position: right 13px center;
  background-repeat: no-repeat;
  background-size: 14px 7px;
  border: 1px solid #000000;
  color: #000000;
  font-size: 1.4rem;
  height: 30px;
  padding: 7px 8px;
  width: 100%;
}

.select-box select {
  background-image: url("images/arrow-bottom.png");
  background-position: right 13px center;
  background-repeat: no-repeat;
  background-size: 14px 7px;
  border: 1px solid #000000;
  color: #000000;
  font-size: 1.2rem;
  height: 35px;
  padding: 7px 8px;
  width: 100%;
}

.wpcf7-form {
  font-size: 1.6rem;
}

.wpcf7-form dt {
  float: left;
  width: 100px;
  font-weight: normal;
}

.wpcf7-form dd {
  padding-left: 100px;
  margin-bottom: 15px;
}

.wpcf7-form input {
  border: 1px solid #979797;
  width: 100%;
  letter-spacing: 0.2ex;
  height: auto;
  font-size: 1.4rem;
  margin-top: 5px;
  padding: 5px 10px;
}

.wpcf7-form-control-wrap input[type="checkbox"] {
  width: 15px;
  height: 15px;
  border: 2px solid #19283C;
  border-radius: 2px;
  background: transparent;
  opacity: 0.5;
  padding: 5px 5px;
}

input[type="checkbox"]:checked {
  background: #19283C;
  opacity: 1;
}

.wpcf7-form-control-wrap select {
  background-image: url(images/arrow-bottom.svg);
  background-color: #fff;
  background-size: 10px 6px;
  background-position: right 14px center;
  background-repeat: no-repeat;
  border: 1px solid #979797;
  padding-right: 30px;
  height: 35px;
  width: 100%;
  letter-spacing: 0.2ex;
  font-size: 1.2rem;
  margin-top: 5px;
  padding: 5px 10px;
}

.wpcf7-form textarea {
  border: 1px solid #979797;
  width: 100%;
  letter-spacing: 0.2ex;
  font-size: 1.2rem;
  margin-top: 5px;
  padding: 5px 10px;
}

.wpcf7-form .wpcf7-not-valid-tip {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 1px;
  background: #f00;
  margin-top: -1px;
}

.wpcf7-form .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 20px 0 0;
  color: #f00;
  border-top: 1px solid #f00;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.wpcf7-form .wpcf7-mail-sent-ok {
  margin: 20px 0 0;
  padding: 20px 0 0;
  color: #000000;
  border-top: 0px solid #000000;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.wpcf7-form p {
  padding-bottom: 0px;
  margin-top: 30px;
  letter-spacing: 0.2ex;
}

.wpcf7-form p img {
  display: inline;
  width: auto;
  height: auto;
}

.wpcf7-form input.wpcf7-submit {
  background-color: #0085EE;
  color: #ffffff;
  display: inline-block;
  font-size: 1.5rem;
  padding: 10px 30px;
  height: auto;
  width: auto;
  border: 0px;
}

/* /form */
.mailform {
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 30px;
  -webkit-transition: all  0.2s ease-in-out;
  transition: all  0.2s ease-in-out;
}

.mc4wp-form-fields {
  position: relative;
  z-index: 100;
}

.form-wrap {
  padding-right: 0px;
}

.nav-mailform_open .form-wrap {
  padding-right: 30px;
}

.form-wrap input {
  width: 100%;
  height: 30px;
  border: 0px;
  padding: 3px 5px;
  font-size: 1.4rem;
  border: 0px solid #000000;
  display: none;
}

.nav-mailform_open .form-wrap input,
.page-form_open .form-wrap input {
  display: block;
}

.page-form_open .btn-wrap {
  display: block;
}

.page-form_open {
  font-size: 1.6rem;
}

.page-form_open .btn-wrap input {
  margin-top: 30px;
  background-color: #00a0e9 !important;
  color: #ffffff;
  width: auto;
  height: auto;
  font-size: 1.5rem;
  padding: 10px 30px;
  background: transparent;
  border: 0px;
  position: relative;
  text-indent: 0px;
  overflow: hidden;
  z-index: 2;
}

.page-form_open .btn-wrap .fa {
  display: none;
}

.page-form_open input {
  border: 1px solid #979797;
  width: 100%;
  letter-spacing: 0.2ex;
  height: 35px;
  font-size: 1.2rem;
  margin-top: 5px;
  padding: 5px 10px;
}

.page-form_open .mc4wp-response .mc4wp-alert {
  color: #00a0e9 !important;
  margin-top: 15px;
  width: 100%;
  height: auto;
  position: relative;
  bottom: auto;
  top: auto;
  left: auto;
  text-align: left;
  font-weight: normal;
  font-size: 1.5rem;
  background-color: transparent;
}

.wpcf7-response-output {
  border-color: transparent !important;
  margin-left: 0;
  padding-left: 0;
  border: 0;
}

.wpcf7-form .wpcf7-response-output {
  font-size: 1.6rem;
  color: #000;
}

.home-hero {
  width: 100%;
}

.home-hero_slide {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #000;
}

.home-hero_slide ._logo {
  position: absolute;
}

@media screen and (min-width: 800px) {
  .home-hero_slide ._logo {
    top: calc(50% - 130px);
    left: calc(50% - 100px);
  }
}

@media screen and (max-width: 800px) {
  .home-hero_slide ._logo {
    top: calc(50% - 120px);
    left: calc(50% - 70px);
  }
}

.home-hero_slide ._logo img {
  display: block;
  height: auto;
}

@media screen and (min-width: 800px) {
  .home-hero_slide ._logo img {
    width: 200px;
    max-width: 200px;
  }
}

@media screen and (max-width: 800px) {
  .home-hero_slide ._logo img {
    width: 140px;
    max-width: 140px;
  }
}

.home-hero_slide ._bg {
  will-change: transform;
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

@media screen and (max-width: 800px) {
  .home-hero .swiper-pagination {
    padding-left: 5%;
    text-align: left;
  }
}

.home-news {
  margin-top: 30px;
}

@media screen and (min-width: 800px) {
  .home-news {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 800px) {
  .home-news {
    margin-bottom: 60px;
  }
}

.home-news_inner {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  padding: 0 0;
  max-width: 800px;
  min-width: none;
  margin: 0 auto;
}

.home-news_hdg {
  margin: 10px 0 15px 0;
}

@media screen and (min-width: 800px) {
  .home-news_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 800px) {
  .home-news_list {
    margin: 30px 0;
  }
}

.home-news_btn {
  margin-top: 30px;
}

@media screen and (min-width: 800px) {
  .home-news_btn {
    text-align: left;
    margin-top: 0px;
  }
}

@media screen and (max-width: 800px) {
  .home-news_btn {
    text-align: center;
  }
}

.home-contents {
  padding-bottom: 30px;
  margin-top: 40px;
}

@media screen and (max-width: 800px) {
  .home-contents {
    padding-bottom: 0;
  }
}

.home-contents_inner {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0;
  max-width: 800px;
  min-width: none;
  margin: 0 auto;
}

.home-contents_item {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
}

@media screen and (min-width: 800px) {
  .home-contents_item {
    height: 440px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 800px) {
  .home-contents_item {
    height: 400px;
    margin-bottom: 10px;
  }
}

.home-contents_item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.home-contents_item span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  color: #FFF;
  font-size: 3.4rem;
  font-weight: bold;
}

@media screen and (min-width: 800px) {
  .home-contents_item span {
    text-align: left;
    padding-left: 80px;
    line-height: 440px;
  }
}

@media screen and (max-width: 800px) {
  .home-contents_item span {
    text-align: center;
    line-height: 400px;
  }
}

.products-bnrSliderWrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 800px) {
  .products-bnrSliderWrap {
    display: none;
  }
}

.products-bnrSlider {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0;
  max-width: 800px;
  min-width: none;
  margin: 0 auto;
  overflow: visible;
  padding-bottom: 30px;
}

.products-bnrSlider_slide {
  width: 500px;
}

.products-bnrSlider_slide img {
  display: block;
  width: 100%;
  height: auto;
}

.products-bnrSlider .swiper-pagination-bullet {
  opacity: 1;
  background-color: #EEE;
}

.products-bnrSlider .swiper-pagination-bullet-active {
  background-color: #0085EE;
}

.products-bnrSlider_prev, .products-bnrSlider_next {
  position: absolute;
  z-index: 1000;
  top: calc(50% - 18px);
}

.products-bnrs {
  display: none;
  padding-bottom: 30px;
}

@media screen and (max-width: 800px) {
  .products-bnrs {
    display: block;
    padding-bottom: 0;
  }
}

.products-bnrs_inner {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  padding: 0 0;
  max-width: 800px;
  min-width: none;
  margin: 0 auto;
}

.products-bnrs_item {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
}

@media screen and (min-width: 800px) {
  .products-bnrs_item {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 800px) {
  .products-bnrs_item {
    margin-bottom: 10px;
  }
}

.products-bnrs_item:hover img {
  /* transform: scale(1.1); */
}

.products-bnrs_item img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.products-bnrs_item span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (min-width: 800px) {
  .products-bnrs_item span {
    text-align: left;
    padding-left: 80px;
    line-height: 300px;
  }
}

@media screen and (max-width: 800px) {
  .products-bnrs_item span {
    text-align: center;
    line-height: 230px;
  }
}

.products-catList {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0;
  max-width: 800px;
  min-width: none;
  margin: 0 auto;
  margin-top: 50px;
}

.products-catList_name {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

@media screen and (min-width: 800px) {
  .products-catList_name {
    padding: 0 10px;
    margin-top: 95px;
    margin-bottom: 44px;
  }
}

@media screen and (max-width: 800px) {
  .products-catList_name {
    height: auto;
    margin-bottom: 10px;
    display: block;
    padding: 0;
  }
}

.products-catList_name img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 0;
}

@media screen and (min-width: 800px) {
  .products-catList_name img {
    display: none;
  }
}

.products-catList_name ._ttl {
  display: block;
  color: #000;
  font-size: 2.4rem;
  font-weight: bold;
  z-index: 1;
}

@media screen and (min-width: 800px) {
  .products-catList_name ._ttl {
    text-align: left;
  }
}

@media screen and (max-width: 800px) {
  .products-catList_name ._ttl {
    text-align: left;
    position: absolute;
    line-height: 1em;
    top: calc(50% - 1.2rem);
    left: 20px;
  }
}

.products-catList_name ._arrow {
  font-size: 1.1rem;
  z-index: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 20px;
}

@media screen and (min-width: 800px) {
  .products-catList_name ._arrow {
    visibility: hidden;
  }
}

.products-catList_name.active ._arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.products-catList_items {
  display: none;
}

@media screen and (min-width: 800px) {
  .products-catList_items {
    display: block;
  }
}

.products-listWrap {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  padding: 0 0;
  max-width: 800px;
  min-width: none;
  margin: 0 auto;
}

.products-listWrap--taxonomy {
  margin-top: 100px;
}

@media screen and (max-width: 800px) {
  .products-listWrap--taxonomy {
    margin-top: 50px;
  }
}

.products-itemList {
  margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
  .products-itemList {
    margin-bottom: 0px;
    width: 90%;
    margin: 0 auto;
  }
}

.products-itemList dt:nth-of-type(n+2) {
  margin-top: 44px;
}

@media screen and (max-width: 800px) {
  .products-itemList dt:nth-of-type(n+2) {
    margin-top: 25px;
  }
}

@media screen and (max-width: 800px) {
  .products-itemList dt:nth-of-type(1) {
    padding-top: 25px;
  }
}

.products-itemList_subCat {
  padding: 0 0 15px;
  text-align: left;
  color: #979797;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 0px;
}

@media screen and (max-width: 800px) {
  .products-itemList_subCat {
    margin-top: 0;
    padding-top: 0;
  }
}

.products-itemList2 {
  margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
  .products-itemList2 {
    margin-bottom: 0px;
  }
}

.products-itemList2 dt:nth-of-type(n+2) {
  margin-top: 44px;
}

@media screen and (max-width: 800px) {
  .products-itemList2 dt:nth-of-type(n+2) {
    margin-top: 25px;
  }
}

@media screen and (max-width: 800px) {
  .products-itemList2 dt:nth-of-type(1) {
    margin-top: 25px;
  }
}

.products-itemList2_subCat {
  padding: 0 0 15px;
  text-align: left;
  color: #979797;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 0px;
}

@media screen and (max-width: 800px) {
  .products-itemList2_subCat {
    margin-top: 0;
    padding-top: 0;
  }
}

.products-categoryName {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 78px 0 44px 0;
}

@media screen and (max-width: 800px) {
  .products-categoryName {
    margin: 60px 0 25px 0px;
  }
}

.retailers-sections .banner_discriptions {
  margin-bottom: 80px !important;
}

.retailers-sections .banner_discription {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

@media screen and (max-width: 800px) {
  .retailers-sections .banner_discription {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.retailers-sections .banner_discription .section-l {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}

@media screen and (max-width: 800px) {
  .retailers-sections .banner_discription .section-l {
    margin-bottom: 15px;
  }
}

.retailers-sections .banner_discription .section-r {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
}

.retailers-sections .banner_discription .banner {
  background-color: #C4C4C4;
  padding: 4px 10px;
  line-height: 1.2;
  font-size: 1.2rem;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
}

.retailers-sections .area_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 800px) {
  .retailers-sections .area_section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 2rem;
  }
}

.retailers-sections .area_section .section-l {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}

@media screen and (max-width: 800px) {
  .retailers-sections .area_section .section-l {
    margin-bottom: 20px;
  }
}

.retailers-sections .area_section .section-l p {
  font-size: 1.8rem;
}

.retailers-sections .area_section .section-r {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
}

.retailers-sections .area_section .area_title {
  font-size: 1.8rem;
  font-weight: bold;
}

.retailers-sections .store_section {
  margin-bottom: 50px;
}

.retailers-sections .store_section .store_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 800px) {
  .retailers-sections .store_section .store_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
}

.retailers-sections .store_section .store_info .store_image {
  width: 200px;
}

@media screen and (max-width: 800px) {
  .retailers-sections .store_section .store_info .store_image {
    width: 55%;
  }
}

.retailers-sections .store_section .store_info .store_image img {
  width: 100%;
}

.retailers-sections .store_section .store_info .store_detail {
  padding-left: 25px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 800px) {
  .retailers-sections .store_section .store_info .store_detail {
    padding-left: 0;
  }
  .retailers-sections .store_section .store_info .store_detail .store_banner_section {
    position: absolute;
    top: 0;
    left: calc(55% + 15px);
  }
}

.retailers-sections .store_section .store_info .store_detail .store_name {
  font-size: 1.8rem;
  margin-bottom: 5px;
  line-height: 1.2;
  font-weight: bold;
}

.retailers-sections .store_section .store_info .store_detail .store_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 800px) {
  .retailers-sections .store_section .store_info .store_detail .store_banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.retailers-sections .store_section .store_info .store_detail .store_banner li {
  margin-right: 10px;
}

@media screen and (max-width: 800px) {
  .retailers-sections .store_section .store_info .store_detail .store_banner li {
    margin-bottom: 5px;
  }
}

.retailers-sections .store_section .store_info .store_detail .store_banner li p {
  background-color: #C4C4C4;
  padding: 4px 10px;
  line-height: 1.2;
  font-size: 1.2rem;
  border-radius: 15px;
  color: #fff;
}

.retailers-sections .store_section .store_info .store_detail .store_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 0;
}

.retailers-sections .store_section .store_info .store_detail .store_sns li {
  margin-right: 5px;
}

.retailers-sections .store_section .store_info .store_detail .store_sns .icon-fb {
  content: "\e90e";
  color: #000;
  font-size: 2.4rem;
}

.retailers-sections .store_section .store_info .store_detail .store_sns .icon-tw {
  content: "\e90c";
  color: #000;
  font-size: 2.4rem;
}

.retailers-sections .store_section .store_info .store_detail .store_sns .icon-ins {
  content: "\e90d";
  color: #000;
  font-size: 2.4rem;
}

.retailers-sections .store_section .store_info .store_detail .store_address, .retailers-sections .store_section .store_info .store_detail .store_tel, .retailers-sections .store_section .store_info .store_detail .store_tel, .retailers-sections .store_section .store_info .store_detail .store_url {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 5px;
}

.product-sections {
  /* fields */
  /* 2019/04/24追加 */
  /*新続きを読むを追加 */
  /*
        .readmore-wrap-new-note {
          position: static;
          &.opened {
            position:relative;
          }
        } */
  /*新続きを読むを追加 */
  /* fields-note */
  /* /fields-note */
  /* products-size */
  /* /products-size */
  /* calendar */
  /* /calendar */
  /* fields add */
  /* /fields add */
  /* /fields */
  /* prof */
  /* /prof */
}

.product-sections #productssize-wrap.readmore-wrap {
  display: block;
}

.product-sections #productssize-btn-common {
  display: none;
}

.product-sections .subWrap {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  padding: 0 0;
  max-width: 800px;
  min-width: none;
  margin: 0 auto;
  margin-bottom: 40px;
}

@media screen and (max-width: 800px) {
  .product-sections .subWrap {
    margin-bottom: 20px;
  }
}

.product-sections .slide-text-caption {
  font-size: 1.4rem;
  margin: 5px 0;
}

.product-sections p {
  word-break: normal;
}

.product-sections p a {
  color: #0085EE;
}

.product-sections ul {
  list-style: none;
}

.product-sections .sec {
  margin: 60px 0;
}

.product-sections .inner {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  padding: 0 0;
  max-width: 800px;
  min-width: none;
  margin: 0 auto;
  clear: both;
}

.product-sections .section_fields_common {
  margin: 0px auto 40px;
}

.product-sections .section_fields_title {
  margin: 40px auto 20px;
}

.product-sections .section_fields_img_text figure {
  margin-bottom: 20px;
}

.product-sections .section_fields_slide {
  margin: 70px auto 40px;
}

.product-sections .section_fields h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-top: 0px;
}

.product-sections .section_fields p {
  font-size: 1.6rem;
  line-height: 1.71;
}

.product-sections .section_fields_gallery.inner-full {
  padding: 0 50px;
}

.product-sections .list-1-1,
.product-sections .list-1-2,
.product-sections .list-1-3,
.product-sections .list-1-4 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .product-sections .list-1-1,
  .product-sections .list-1-2,
  .product-sections .list-1-3,
  .product-sections .list-1-4 {
    width: 90%;
  }
}

.product-sections .list-1-1 .flex-image-wrap img, .product-sections .list-1-1 .flex-image-wrap video,
.product-sections .list-1-2 .flex-image-wrap img,
.product-sections .list-1-2 .flex-image-wrap video,
.product-sections .list-1-3 .flex-image-wrap img,
.product-sections .list-1-3 .flex-image-wrap video,
.product-sections .list-1-4 .flex-image-wrap img,
.product-sections .list-1-4 .flex-image-wrap video {
  width: 100%;
  height: auto;
  max-width: 720px;
  max-height: 600px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  .product-sections .list-1-1 .flex-image-wrap img, .product-sections .list-1-1 .flex-image-wrap video,
  .product-sections .list-1-2 .flex-image-wrap img,
  .product-sections .list-1-2 .flex-image-wrap video,
  .product-sections .list-1-3 .flex-image-wrap img,
  .product-sections .list-1-3 .flex-image-wrap video,
  .product-sections .list-1-4 .flex-image-wrap img,
  .product-sections .list-1-4 .flex-image-wrap video {
    max-width: 100%;
  }
}

.product-sections .list-1-1 .flex-image-wrap img, .product-sections .list-1-1 .flex-image-wrap video {
  width: auto;
  height: auto;
  max-width: 800px;
  max-height: 680px;
}

@media screen and (max-width: 800px) {
  .product-sections .list-1-1 .flex-image-wrap img, .product-sections .list-1-1 .flex-image-wrap video {
    max-width: 100%;
  }
}

.product-sections .list-1-1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-sections .list-1-1 ul li {
  margin-bottom: 30px;
}

.product-sections .list-1-1 ul li:last-child {
  margin-bottom: 0;
}

.product-sections .list-1-1 .slide-text-caption,
.product-sections .list-1-2 .slide-text-caption,
.product-sections .list-1-3 .slide-text-caption,
.product-sections .list-1-4 .slide-text-caption {
  text-align: left;
}

.product-sections .list-1-2 ul,
.product-sections .list-1-3 ul,
.product-sections .list-1-4 ul {
  margin-left: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-sections .list-1-2 ul::after,
.product-sections .list-1-3 ul::after,
.product-sections .list-1-4 ul::after {
  content: "";
  display: block;
  clear: both;
}

.product-sections .list-1-2 ul li,
.product-sections .list-1-3 ul li,
.product-sections .list-1-4 ul li {
  margin-bottom: 25px;
}

@media screen and (max-width: 800px) {
  .product-sections .list-1-2 ul li,
  .product-sections .list-1-3 ul li,
  .product-sections .list-1-4 ul li {
    margin-bottom: 10px;
  }
}

.product-sections .list-1-2 ul li {
  float: left;
  margin-left: 19px;
  width: calc(50% - 19px);
}

@media screen and (max-width: 800px) {
  .product-sections .list-1-2 ul li {
    float: none;
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}

.product-sections .list-1-3 ul li {
  float: left;
  margin-left: 10px;
  width: calc(33.33% - 10px);
}

@media screen and (max-width: 800px) {
  .product-sections .list-1-3 ul li {
    width: calc(50% - 10px);
  }
}

.product-sections .list-1-4 ul li {
  float: left;
  margin-left: 10px;
  width: calc(25% - 10px);
}

@media screen and (max-width: 800px) {
  .product-sections .list-1-4 ul li {
    width: calc(50% - 10px);
  }
}

.product-sections .list-1-2 ul li:nth-child(2n+1),
.product-sections .list-1-3 ul li:nth-child(3n+1),
.product-sections .list-1-4 ul li:nth-child(4n+1) {
  clear: left;
}

.product-sections .section_fields_common .list-1-2 ul li img,
.product-sections .section_fields_common .list-1-3 ul li img,
.product-sections .section_fields_common .list-1-4 ul li img {
  width: 100%;
  height: auto;
}

.product-sections .section_fields_gallery.inner-full img,
.product-sections figure.inner-full img {
  width: auto;
  height: auto;
  max-width: 725px;
  max-height: 600px;
  display: block;
  margin: 0 auto;
}

.product-sections .flex-image-wrap {
  position: relative;
  width: auto;
  height: auto;
  display: inline-block;
  margin: 0 auto;
}

.product-sections .flex-image-wrap ._ttl {
  text-align: left;
  position: absolute;
  bottom: 7px;
  left: 10px;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .product-sections .list-1-2 .flex-image-wrap ._ttl {
    bottom: 10px;
    left: 15px;
  }
}

.product-sections .normal600 {
  max-width: 680px;
}

@media screen and (max-width: 768px) {
  .product-sections .normal600 {
    max-width: 100%;
  }
}

.product-sections .flex-image-wrap img {
  width: auto;
  height: auto;
  max-width: 720px;
  max-height: 600px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  .product-sections .flex-image-wrap img {
    max-width: 100%;
  }
}

.product-sections .section_fields_gallery ul li {
  margin-bottom: 10px;
}

.product-sections .section-contetns {
  margin: 0px auto 30px;
}

.product-sections .center_just {
  text-align: center;
}

.product-sections .section-header {
  position: relative;
  text-align: left;
  margin: 30px 0;
  margin-top: 100px;
}

.product-sections .section-header h2 {
  font-size: 4.8rem;
  font-family: "Avenir Next","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-weight: bold;
  margin: 0 auto 26px;
}

@media screen and (max-width: 800px) {
  .product-sections .section-header h2 {
    font-size: 2.8rem;
  }
}

.product-sections .section-inner h3 {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 30px 0;
}

.product-sections .section-inner h4 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 30px 0;
}

.product-sections .section-inner h5 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0px auto 0px;
}

.product-sections .section-contetns-list li {
  margin-top: 40px;
}

.product-sections .section-contetns-list li:first-child {
  margin-top: 0px;
}

.product-sections .section-contetns-text {
  margin-top: 0px;
}

.product-sections .section-contetns-text p {
  line-height: 1.7em;
  margin-top: 20px;
}

.product-sections .section-contetns-text p:first-child {
  margin-top: 0;
}

.product-sections .slide-text ul,
.product-sections .slide-text ol {
  padding-left: 20px;
}

.product-sections .section-contetns-text ul,
.product-sections .section-contetns-text ol {
  margin-top: 20px;
  padding-left: 20px;
  font-size: 1.5rem;
}

.product-sections .section-contetns-text ul li {
  list-style-position: outside;
  list-style-type: disc;
}

.product-sections .slide-text ol li,
.product-sections .section-contetns-text ol li {
  list-style-position: outside;
  list-style-type: decimal;
}

.product-sections .section-anchor {
  display: block;
  margin-bottom: 0px;
  padding-top: 0px;
  display: inline-block;
}

.product-sections .section-inner h3:first-child,
.product-sections .section-inner h4:first-child,
.product-sections .section-inner .section-contetns:first-child {
  margin-top: 0;
  padding-top: 0;
}

.product-sections .note, .product-sections .note_gothic {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0;
  max-width: 800px;
  min-width: none;
  margin: 0 auto;
  background-color: #EEE;
  padding: 20px 0;
  margin-top: 65px;
}

.product-sections .note h2, .product-sections .note_gothic h2 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.product-sections .note .section-header, .product-sections .note_gothic .section-header {
  margin-top: 40px !important;
}

.product-sections .section-contetns-note_credit {
  color: #000000;
  text-align: center;
}

.product-sections .note .section-contetns-note_credit p {
  font-size: 1.2rem;
  font-weight: 400;
}

.product-sections .note_gothic .section-contetns-note_credit p {
  font-size: 1.2rem;
  font-weight: 400;
}

.product-sections .section-inner .button {
  margin-top: 20px;
}

.product-sections .fields_q_a .button {
  margin-top: 0px;
}

.product-sections .fields_q_a .readmore p {
  padding-left: 25px;
}

.product-sections #readmore-wrap,
.product-sections .readmore-wrap {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}

.product-sections #readmore-wrap.active,
.product-sections .readmore-wrap.active {
  max-height: 9000px;
}

.product-sections .readmore-wrap-new, .product-sections .readmore-wrap-new-note {
  height: 350px;
  overflow-y: hidden;
  position: relative;
}

.product-sections .readmore-wrap-new .filter, .product-sections .readmore-wrap-new-note .filter {
  position: absolute;
  width: 100%;
  height: 200px;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, rgba(255, 255, 255, 0.95)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
  z-index: 1;
}

.product-sections .readmore-wrap-new .filter p, .product-sections .readmore-wrap-new-note .filter p {
  bottom: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  padding: 10px;
  width: 170px;
  text-align: center;
  border: 3px solid #0085ee;
  background-color: #fff;
  color: #0085ee;
  cursor: pointer;
  font-size: 1.4rem;
}

.product-sections .readmore-wrap-new .filter p::after, .product-sections .readmore-wrap-new-note .filter p::after {
  content: "\e90a";
  font-size: 1.2rem;
  font-family: "icomoon";
  padding-left: 0.5rem;
}

.product-sections .readmore-wrap-new .filter p .icon-plus, .product-sections .readmore-wrap-new-note .filter p .icon-plus {
  content: "e90a";
  font-size: 1.2rem;
  font-family: "icomoon";
}

.product-sections .readmore-wrap-new .filter p .icon-minus, .product-sections .readmore-wrap-new-note .filter p .icon-minus {
  content: "e90b";
  font-size: 1.2rem;
}

.product-sections .readmore-wrap-new.opened, .product-sections .readmore-wrap-new-note.opened {
  overflow-y: visible;
  margin-bottom: 100px;
}

.product-sections .readmore-wrap-new.opened .filter, .product-sections .readmore-wrap-new-note.opened .filter {
  background: none;
  bottom: -80px;
}

.product-sections .readmore-wrap-new.opened .filter p::after, .product-sections .readmore-wrap-new-note.opened .filter p::after {
  content: "\e90b";
}

.product-sections a.readmore-btn-common,
.product-sections .readmore-btn-common,
.product-sections #readmore-btn-common {
  display: inline-block;
  background-color: #00a0e9;
  color: #FFFFFF;
  /* font-size: 1.5rem; 2019/04/24変更 */
  font-size: 1.4rem;
  /* padding: 10px 30px; 2019/04/24変更 */
  padding: 7px 20px;
  cursor: pointer;
  font-weight: normal;
}

.product-sections .readmore-btn-size {
  display: inline-block;
  background-color: #00a0e9;
  color: #FFFFFF;
  font-size: 1.5rem;
  padding: 0px;
  cursor: pointer;
  font-weight: normal;
  position: relative;
}

.product-sections #productssize-btn-open {
  background-image: url(images/arrow-bottom-w.svg);
  background-repeat: no-repeat;
  background-size: 17px auto;
  background-position: right 15px center;
  display: inline-block;
  background-color: #00a0e9;
  color: #FFFFFF;
  font-size: 1.5rem;
  padding: 10px 40px 10px 15px;
  cursor: pointer;
  font-weight: normal;
  position: relative;
}

.product-sections #productssize-btn-close {
  background-image: url(images/arrow-top-w.svg);
  background-repeat: no-repeat;
  background-size: 17px auto;
  background-position: right 15px center;
  display: inline-block;
  background-color: #00a0e9;
  color: #FFFFFF;
  font-size: 1.5rem;
  padding: 10px 40px 10px 15px;
  cursor: pointer;
  font-weight: normal;
  position: relative;
}

.product-sections .readmore-btn-common .fa-angle-down,
.product-sections .readmore-btn-common .fa-angle-up {
  font-size: 2.8rem;
  line-height: 1;
  padding-left: 5px;
  position: absolute;
  right: 15px;
  top: 7px;
}

@font-face {
  .product-sections {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 200;
    src: url("fonts/NotoSerifCJKjp/NotoSerifCJKjp-ExtraLight.otf") format("opentype");
  }
}

@font-face {
  .product-sections {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 300;
    src: url("fonts/NotoSerifCJKjp/NotoSerifCJKjp-Light.otf") format("opentype");
  }
}

@font-face {
  .product-sections {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 400;
    src: url("fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.otf") format("opentype");
  }
}

@font-face {
  .product-sections {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 500;
    src: url("fonts/NotoSerifCJKjp/NotoSerifCJKjp-Medium.otf") format("opentype");
  }
}

@font-face {
  .product-sections {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 600;
    src: url("fonts/NotoSerifCJKjp/NotoSerifCJKjp-SemiBold.otf") format("opentype");
  }
}

@font-face {
  .product-sections {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 700;
    src: url("fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.otf") format("opentype");
  }
}

@font-face {
  .product-sections {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 900;
    src: url("fonts/NotoSerifCJKjp/NotoSerifCJKjp-Black.otf") format("opentype");
  }
}

.product-sections #note {
  background-color: #e5f0f1;
  padding: 80px 0;
}

.product-sections .note .section-header h2,
.product-sections .note h3.exclusion,
.product-sections .note h4.exclusion {
  font-weight: bold;
}

.product-sections .note .section-contetns p.exclusion {
  font-family: 'Noto Serif Japanese', serif, sans-serif;
  font-weight: 400;
  letter-spacing: normal;
}

.product-sections #note h3.exclusion {
  padding-bottom: 35px;
  font-size: 2.4rem;
  font-family: 'Noto Serif Japanese', serif, sans-serif;
  font-weight: 700;
  text-align: center;
}

.product-sections #note h3 span {
  display: block;
  font-size: 1.4rem;
  padding-top: 10px;
}

.product-sections #note .section_fields_gallery.inner-full img,
.product-sections #note figure.inner-full img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.product-sections .button a {
  display: inline-block;
  background-color: #00a0e9;
  color: #FFFFFF;
  font-size: 1.5rem;
  padding: 10px 30px;
}

.product-sections .button {
  margin-top: 0px;
}

.product-sections .table-wrap {
  font-size: 1.6rem;
  overflow: auto;
  white-space: nowrap;
  border-left: 1px solid #c8ccd1;
  border-right: 1px solid #c8ccd1;
  font-family: "Hiragino Kaku Gothic Pro",メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.product-sections .table-wrap::-webkit-scrollbar {
  height: 5px;
}

.product-sections .table-wrap::-webkit-scrollbar-track {
  background: #F1F1F1;
}

.product-sections .table-wrap::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}

.product-sections .table-wrap table {
  width: 100% !important;
  border-left: 1px solid #c8ccd1;
  border-right: 1px solid #c8ccd1;
  border-top: 2px solid #c8ccd1;
  border-bottom: 2px solid #c8ccd1;
}

.product-sections .table-wrap .table-inview-normal table {
  width: auto !important;
}

.product-sections .table-inview-normal col {
  width: auto !important;
}

.product-sections .table-wrap .table-inview-normal table td {
  white-space: normal;
  width: auto;
}

.product-sections .table-wrap table td {
  padding: 5px 10px;
  border-bottom: 1px solid #c8ccd1;
  border-right: 1px solid #c8ccd1;
  border-left: 0px solid #c8ccd1;
  width: auto !important;
  white-space: nowrap !important;
}

.product-sections .table-inview-normal table tr td {
  white-space: normal !important;
  border-right: 0px solid #FFFFFF !important;
}

.product-sections .table-inview-normal table tr td:first-child {
  white-space: nowrap !important;
  border-right: 0px solid #FFFFFF !important;
}

.product-sections .size-table table {
  font-family: "Avenir Next","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 1.4rem !important;
  color: #000000;
  margin-bottom: 0px;
}

.product-sections .size-table table th.label,
.product-sections .size-table table th.size {
  padding: 5px 0;
  border-top: 1px solid #c8ccd1;
  border-bottom: 1px solid #c8ccd1;
}

.product-sections .size-table table th.label {
  width: 37%;
}

.product-sections .size-table table th.blank {
  width: 3%;
  padding: 5px 0;
  border-top: 0px solid #c8ccd1;
  border-bottom: 0px solid #c8ccd1;
}

.product-sections .size-table table th.size {
  width: 15%;
}

.product-sections .size-table-wrap {
  margin: 40px 0 40px;
}

.product-sections .size-table-wrap h5 {
  margin: 60px 0 20px;
}

.product-sections .size-table-wrap_smp table {
  border-right: 0px solid #000000;
  border-bottom: 0px solid #000000;
  margin-top: 20px;
}

.product-sections .size-table-wrap_smp table th.label,
.product-sections .size-table-wrap_smp table th.size {
  padding: 5px 0px;
}

.product-sections .size-table-wrap_smp table th.label,
.product-sections .size-table-wrap_smp table th.size {
  border-left: 0px solid #000000;
  border-top: 0px solid #c8ccd1;
  border-right: 0px solid #000000;
  border-bottom: 1px solid #c8ccd1;
}

.product-sections .size-table-wrap_smp table th.label-size {
  border-left: 0px solid #000000;
  border-top: 1px solid #c8ccd1;
  border-right: 0px solid #000000;
  border-bottom: 0px solid #000000;
}

.product-sections .size-table-wrap_smp table th.label {
  border-left: 0px solid #000000;
}

.product-sections .size-table-wrap_smp table th.size {
  border-right: 0px solid #000000 !important;
}

.product-sections .size-table-wrap_smp-full table th.label-size {
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 0px solid #000000;
  display: block;
  width: 100%;
}

.product-sections .size-table-wrap_smp-full table th.size {
  border-left: 1px solid #000000;
  border-top: 0px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 0px solid #000000;
  display: block;
  width: 100%;
}

.product-sections #productssize-wrap .text {
  margin-bottom: 20px;
}

.product-sections .fade-left {
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
  -webkit-transition: all  0.3s ease-in-out;
  transition: all  0.3s ease-in-out;
}

.product-sections .table-inview-normal.fade-left {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all  0.3s ease-in-out;
  transition: all  0.3s ease-in-out;
}

.product-sections .fade-top {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all  0.3s ease-in-out;
  transition: all  0.3s ease-in-out;
}

.product-sections .enclosed-wrap {
  padding: 30px;
  background-color: #FFF;
}

.product-sections .enclosed-gray-wrap {
  padding: 30px;
  background-color: #7F7F7F;
  color: #FFFFFF;
}

.product-sections .enclosed-line-wrap {
  padding: 30px;
  background-color: transparent;
  border: 1px #979797 solid;
  color: #4A4A4A;
}

.product-sections .enclosed-line-wrap ul:first-child {
  margin-top: 0;
}

.product-sections .quote-wrap,
.product-sections .section_fields_quote {
  padding: 30px;
  background-color: #7F7F7F;
  color: #FFFFFF;
}

.product-sections .section_fields_quote p {
  font-size: 1.4rem;
}

.product-sections .quote {
  margin-top: 29px;
}

.product-sections .quote p {
  font-size: 1.2rem;
  color: #FFFFFF;
}

.product-sections .quote p a {
  font-size: 1.2rem;
  color: #00a0e9;
}

.product-sections .dialogue figure {
  float: left;
  height: auto;
  width: 26.57%;
}

.product-sections .dialogue figcaption {
  line-height: 2;
  font-size: 1.2rem;
}

.product-sections .dialogue .text-wrap {
  float: left;
  height: auto;
  padding-left: 20px;
  width: 73.43%;
  position: relative;
}

.product-sections .dialogue .text {
  padding: 20px;
  background-color: #E8E8E8;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}

.product-sections .dialogue .text p {
  font-size: 1.4rem;
}

.product-sections .dialogue-right figure {
  float: right;
}

.product-sections .dialogue-right .text-wrap {
  float: right;
  height: auto;
  padding-right: 20px;
  padding-left: 0px;
}

.product-sections .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 10px 7.5px 0;
  border-color: transparent #e8e8e8 transparent transparent;
  position: absolute;
  left: 10px;
  top: 20px;
}

.product-sections .dialogue-right .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #e8e8e8;
  position: absolute;
  right: 10px;
  left: auto;
  top: 20px;
}

.product-sections .fields_a,
.product-sections .fields_q {
  padding-left: 25px;
  position: relative;
}

.product-sections .fields_q_a span {
  font-size: 1.8rem;
  color: #878787;
  position: absolute;
  left: 0;
  top: -1px;
}

.product-sections .fields_q_a p {
  margin-top: 0;
  margin-bottom: 20px;
}

.product-sections .fields_q p {
  font-weight: bold;
}

.product-sections .fields_q_a .inner,
.product-sections .answer_readmore {
  padding-left: 25px;
}

.product-sections .inner iframe {
  width: 100% !important;
}

.product-sections .inner-html {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
}

.product-sections .inner .simcal-default-calendar-light .simcal-nav-button:disabled,
.product-sections .inner .simcal-default-calendar-light .simcal-nav-button:disabled:hover {
  color: black !important;
}

.product-sections .simcal-month {
  background-color: #FFFFFF;
}

.product-sections .simcal-day div {
  border-width: 1px 0px 0px 1px;
  border-color: #e0e0e0;
  border-style: solid;
}

.product-sections .inner .simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day-void,
.product-sections .inner .simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day-void:hover {
  background-color: #e0e0e0;
  opacity: 1;
}

.product-sections .inner .simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day-number {
  background-color: #FFFFFF;
}

.product-sections .simcal-month {
  border-width: 0px 1px 1px 0px;
  border-color: #e0e0e0;
  border-style: solid;
}

.product-sections .fc-view-container {
  background-color: #FFFFFF;
}

.product-sections .inner .simcal-fullcalendar-grid {
  font-size: 1.2rem;
  color: #000000;
  font-family: "Avenir Next","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.product-sections .inner .honbun_small {
  font-size: 12px;
  line-height: 1.7em;
}

.product-sections .inner .simcal-fullcalendar-grid .fc-state-default {
  background-color: transparent;
  background-image: none;
  background-repeat: repeat-x;
  border-color: transparent;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  color: #000000;
  text-shadow: 0 0px 0px rgba(255, 255, 255, 0);
  -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0), 0 0px 0px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0), 0 0px 0px rgba(0, 0, 0, 0);
  text-transform: lowercase;
  font-weight: 400;
}

.product-sections .inner .simcal-fullcalendar-grid .fc-toolbar {
  font-family: "Avenir Next LT","Avenir Next","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  margin-bottom: 20px;
  position: relative;
}

.product-sections .inner .fc .fc-corner-left,
.product-sections .inner .fc .fc-corner-left.fc-state-hover {
  background-image: url(images/arrow-left-black-narrow.svg);
  background-size: 11px 20px;
  background-repeat: no-repeat;
  background-position: left center;
  width: 11px;
  height: 20px;
  overflow: hidden;
  text-indent: -100px;
  position: absolute;
  left: 0;
  top: 5px;
  padding: 0;
  display: block;
}

.product-sections .inner .fc .fc-corner-right {
  background-image: url(images/arrow-right-black-narrow.svg);
  background-size: 11px 20px;
  background-repeat: no-repeat;
  background-position: right center;
  width: 11px;
  height: 20px;
  overflow: hidden;
  text-indent: -100px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
}

.product-sections .inner .fc-past {
  background-color: #f0f0f0;
}

.product-sections .inner .fc-unthemed .fc-today {
  background: #d5f6ff;
}

.product-sections .simcal-tooltip-content p {
  font-size: 1.2rem !important;
  margin: 0px !important;
}

.product-sections .sec_fields .section-header h2 {
  margin: 0 auto;
}

.product-sections .sec_fields .section-header .border_btm {
  width: 80px;
  height: 5px;
  background-color: #000000;
  margin: 20px auto 30px;
}

.product-sections .prof-wrap,
.product-sections .section-inner .prof-wrap {
  margin: 30px auto 30px;
}

.product-sections .prof-wrap::after,
.product-sections .section-inner .prof-wrap::after {
  display: block;
  content: "";
  clear: both;
}

.product-sections .prof-wrap figure {
  width: 26.57%;
  height: auto;
  float: left;
}

.product-sections .prof-wrap figure img {
  width: 100%;
}

.product-sections .prof-wrap .text {
  width: 73.43%;
  padding-left: 20px;
  height: auto;
  float: left;
}

.product-sections .prof-wrap .text p {
  font-size: 1.4rem;
}

.product-sections .prof-wrap .text h3 {
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  text-align: left;
  padding-right: 10px;
  margin-bottom: 10px;
}

.product-sections .text-prof {
  margin-top: 15px;
}

.product-sections h3.field_title {
  font-size: 3.2rem;
  margin-top: 70px !important;
}

@media screen and (max-width: 800px) {
  .product-sections h3.field_title {
    font-size: 2.8rem;
    margin-top: 35px !important;
  }
}

.product-sections h3.field_title:first-child {
  margin-top: 50px !important;
}

@media screen and (max-width: 800px) {
  .product-sections h3.field_title:first-child {
    margin-top: 20px !important;
  }
}

.product .soldout {
  background-color: #8C8C8C;
}

.product_buyBtn {
  position: fixed;
  top: 50px;
  right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 33px;
  padding: 0 13px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #FFF;
  background-color: #0085EE;
  z-index: 9999;
}

@media screen and (max-width: 800px) {
  .product_buyBtn {
    top: 0;
    right: 5%;
  }
}

.product-container {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  padding: 0 0;
  max-width: 800px;
  min-width: none;
  margin: 0 auto;
}

.product-top {
  padding: 24px 0;
}

.product-top_upper {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.product-top_price {
  font-size: 1.6rem;
}

.product-nav {
  margin-top: 30px;
}

.product-nav_inner {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0;
  max-width: 800px;
  min-width: none;
  margin: 0 auto;
}

.product-nav ul {
  border-top: 1px solid #EEE;
  list-style: none;
}

.product-nav ul li {
  border-bottom: 1px solid #EEE;
  padding-left: 20px;
}

@media screen and (max-width: 800px) {
  .product-nav ul li {
    padding-left: 5%;
  }
}

.product-nav ul li.child {
  padding-left: 50px;
}

.product-nav ul li a {
  display: block;
  padding: 2px 0;
  color: #0085EE;
  font-size: 1.5rem;
  font-weight: bold;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.product-nav ul li a:hover {
  opacity: 0.5;
}

.product-nav ul li a span {
  font-size: 1.2rem;
}

.product-image {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 30px auto;
}

.product-image--full {
  max-width: 100%;
}

.product-section {
  margin: 50px 0;
}

@media screen and (min-width: 800px) {
  .product-section {
    margin: 80px 0;
  }
}

.product-sectionHeading {
  text-align: center;
  font-size: 1.8rem;
  color: #979797;
  margin: 30px 0;
}

.product-contentHeading {
  font-size: 2.6rem;
  margin-bottom: 20px;
  line-height: 1.5em;
}

@media screen and (min-width: 800px) {
  .product-contentHeading {
    font-size: 4.8rem;
  }
}

.product-content {
  font-size: 1.6rem;
}

.product-content p {
  margin-top: 50px;
  margin-bottom: 20px;
  line-height: 1.7em;
}

@media screen and (max-width: 800px) {
  .product-content p {
    margin-top: 30px;
  }
}

.product-content p._notice {
  font-size: 1.2rem;
  line-height: 1.7em;
  color: #979797;
}

.product-content p._notice a {
  color: #0085EE;
}

.product-content ._subHdg {
  margin-top: 20px;
}

@media screen and (min-width: 800px) {
  .product-content ._subHdg {
    font-size: 2.4rem;
    margin-top: 20px;
  }
}

.product-content ul {
  list-style: none;
  margin-bottom: 20px;
}

.product-content ul li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6em;
}

.product-content ul li::before {
  content: "・";
}

.product-content ._bordered {
  border: 1px solid #979797;
  padding: 20px;
}

@media screen and (min-width: 800px) {
  .product-content ._bordered {
    padding: 30px;
  }
}

.product-content ._bordered p {
  margin-top: 0;
  margin-bottom: 20px;
}

.product-content ._bordered p:last-child {
  margin: 0;
}

.product-content ._bordered ul {
  margin-bottom: 0;
}

.product-colors_inner {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0;
  max-width: 800px;
  min-width: none;
  margin: 0 auto;
}

.product-colorsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

.product-colorsList_item {
  background-color: #EEE;
}

@media screen and (min-width: 800px) {
  .product-colorsList_item {
    width: calc(25% - 10px);
    margin: 0 5px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 800px) {
  .product-colorsList_item {
    width: calc(50% - 10px);
    margin: 0 5px;
    margin-bottom: 10px;
  }
}

.product-colorsList_item img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

.product-specList {
  font-size: 1.6rem;
}

.product-specList dt {
  font-weight: bold;
  margin-bottom: 10px;
}

.product-specList dd {
  margin-bottom: 15px;
}

.product-note {
  background-color: #EEE;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0;
  max-width: 800px;
  min-width: none;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (min-width: 800px) {
  .product-note {
    padding-top: 30px;
  }
}

.product-note_img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 500px;
  margin: 0 auto;
}

.product-note_texts {
  padding: 20px;
}

.product-note_texts ._ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.product-note_texts ._author {
  margin-bottom: 15px;
  font-size: 1.6rem;
  line-height: 1.6em;
}

.product-note_texts ._body {
  margin-bottom: 15px;
  font-size: 1.6rem;
  line-height: 1.6em;
}

.product-report {
  background-color: #EEE;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0;
  max-width: 800px;
  min-width: none;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (min-width: 800px) {
  .product-report {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 30px;
  }
}

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

@media screen and (max-width: 800px) {
  .product-report_upper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.product-report_upper ._hdgs {
  text-align: center;
  padding: 0 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 800px) {
  .product-report_upper ._hdgs {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 0;
  }
}

.product-report_upper ._hdgs ._ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 800px) {
  .product-report_upper ._hdgs ._ttl {
    font-size: 1.8rem;
  }
}

.product-report_upper ._hdgs ._author {
  margin-bottom: 15px;
  font-size: 1.6rem;
  line-height: 1.6em;
}

.product-report_img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 400px;
  margin: 0 auto;
}

.product-report_texts {
  padding: 20px;
}

.product-report_texts ._body {
  padding: 15px;
  background-color: #FFF;
  margin-bottom: 15px;
  font-size: 1.6rem;
  line-height: 1.6em;
}

.product-report_texts ._body a {
  color: #0085EE;
}

.product-sliderWrap {
  position: relative;
  width: 100%;
  margin: 40px 0;
  overflow: hidden;
}

.product-slider {
  overflow: visible;
}

@media screen and (min-width: 800px) {
  .product-slider {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 90%;
    padding: 0 0;
    max-width: none;
    min-width: none;
    margin: 0 auto;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 800px) {
  .product-slider {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 90%;
    padding: 0 0;
    max-width: 800px;
    min-width: none;
    margin: 0 auto;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 800px) {
  .product-slider.count2 {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 60%;
    padding: 0 0;
    max-width: none;
    min-width: none;
    margin: 0 auto;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 800px) {
  .product-slider.count2 {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 90%;
    padding: 0 0;
    max-width: 800px;
    min-width: none;
    margin: 0 auto;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 800px) {
  .product-slider--original {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 90%;
    padding: 0 0;
    max-width: 800px;
    min-width: none;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .product-slider--original .swiper-slide {
    width: 600px;
  }
}

@media screen and (max-width: 800px) {
  .product-slider--original {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 90%;
    padding: 0 0;
    max-width: 800px;
    min-width: none;
    margin: 0 auto;
    padding-bottom: 30px;
  }
}

.product-slider_prev, .product-slider_next {
  position: absolute;
  z-index: 1000;
  top: calc(50% - 34px);
}

.product-slider_prev.square, .product-slider_next.square {
  top: calc(30vw / 2 - 13px);
}

@media screen and (max-width: 800px) {
  .product-slider_prev.square, .product-slider_next.square {
    top: calc(90vw / 2 - 13px);
  }
}

.product-slider_prev.rectangle, .product-slider_next.rectangle {
  top: calc(37.5vw / 2 - 13px);
}

@media screen and (max-width: 800px) {
  .product-slider_prev.rectangle, .product-slider_next.rectangle {
    top: calc(112.5vw / 2 - 13px);
  }
}

.product-slider_prev.original, .product-slider_next.original {
  top: calc(50% - 34px);
}

.product-slider_prev.swiper-button-disabled, .product-slider_next.swiper-button-disabled {
  opacity: 0.5;
}

.product-slider_prev {
  left: 30px;
}

@media screen and (max-width: 800px) {
  .product-slider_prev {
    left: 0;
  }
}

.product-slider_next {
  right: 30px;
}

@media screen and (max-width: 800px) {
  .product-slider_next {
    right: 0;
  }
}

.product-slider_pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #EEE;
}

.product-slider_pagination .swiper-pagination-bullet-active {
  background-color: #0085EE;
}

.product-slider_slide ._imgWrap {
  position: relative;
}

.product-slider_slide .square img {
  display: block;
  width: 100%;
  height: 29.126vw;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

@media screen and (max-width: 800px) {
  .product-slider_slide .square img {
    height: 90vw;
  }
}

.product-slider_slide .rectangle img {
  display: block;
  width: 100%;
  height: 36.408vw;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

@media screen and (max-width: 800px) {
  .product-slider_slide .rectangle img {
    height: 112.5vw;
  }
}

.product-slider_slide .original img {
  display: block;
  width: 100%;
  height: auto;
}

.product-slider_slide ._ttl {
  position: absolute;
  bottom: 3px;
  left: 7px;
  font-size: 1.5rem;
}

.product-slider_slide p {
  font-size: 1.2rem;
  margin: 10px 0 !important;
}

.product-carouselWrap {
  width: 100%;
  margin: 40px 0;
  overflow: hidden;
}

.product-carousel {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  padding: 0 0;
  max-width: 800px;
  min-width: none;
  margin: 0 auto;
  overflow: visible;
  padding-bottom: 30px;
}

.product-carousel_pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #EEE;
}

.product-carousel_pagination .swiper-pagination-bullet-active {
  background-color: #0085EE;
}

.product-carousel_slide {
  width: 300px;
}

.product-carousel_slide img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

.product-carousel_slide p {
  font-size: 1.2rem;
}

.product-imgList {
  list-style: none;
  margin: 30px 0;
}

@media screen and (min-width: 800px) {
  .product-imgList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

@media screen and (min-width: 800px) {
  .product-imgList li {
    width: calc(50% - 20px);
    margin: 0 10px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 800px) {
  .product-imgList li {
    width: 100%;
    margin-bottom: 20px;
  }
}

.product-imgList li img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

.product-imgList li p {
  font-size: 1.2rem;
}

.special-head {
  padding: 30px 0;
}

.special-head_inner {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  padding: 0 0;
  max-width: 800px;
  min-width: none;
  margin: 0 auto;
}

.special-head_ttl {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 25px;
}

.special-head_text {
  text-align: center;
  line-height: 1.6em;
}

.special-section {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0;
  max-width: 800px;
  min-width: none;
  margin: 0 auto;
}

@media screen and (min-width: 800px) {
  .special-section {
    padding-bottom: 40px;
  }
}

.special-section_container {
  padding: 0 5%;
}

.special-section_prodCat {
  text-align: center;
  margin: 30px 0;
}

.special-section_prodSubCat {
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  color: #979797;
  margin: 20px 0;
}

.special-section_img {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 30px auto;
}

.special-section_ttl {
  font-size: 2.8rem;
  margin: 40px 0 20px;
}

.special-section_text {
  margin: 20px 0;
}

.special-section_itemList {
  margin: 40px 0;
}

.gallery-section {
  padding-bottom: 40px;
}

.gallery-section_inner {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0;
  max-width: 800px;
  min-width: none;
  margin: 0 auto;
}

.gallery-section_photographer {
  padding: 40px 0;
  text-align: center;
  font-size: 1.2rem;
}

.gallery-section img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.journals-tagCloud {
  margin: 40px 0;
}

.journals-tagCloud_list {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  padding: 0 0;
  max-width: 800px;
  min-width: none;
  margin: 0 auto;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.journals-tagCloud_list li {
  margin: 5px 5px 5px 0;
}

.journals-articleWrap_inner {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  padding: 0 0;
  max-width: 800px;
  min-width: none;
  margin: 0 auto;
}

.journals-series {
  padding-bottom: 20px;
}

.journals-series_inner {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  padding: 0 0;
  max-width: 800px;
  min-width: none;
  margin: 0 auto;
}

.journals-series a {
  color: #0085EE;
}

.journals-prof_inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: block;
  padding: 20px 0;
}

@media screen and (max-width: 800px) {
  .journals-prof_inner {
    width: 90%;
    padding: 0;
  }
}

.journals-prof_inner .item-thumbnail-nb {
  width: 26.57%;
  height: auto;
  float: left;
}

@media screen and (max-width: 800px) {
  .journals-prof_inner .item-thumbnail-nb {
    width: 90px;
    float: none;
  }
}

.journals-prof_inner .item-thumbnail-nb img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: text-bottom;
}

.journals-prof_inner .text {
  width: 73.43%;
  padding-left: 20px;
  height: auto;
  float: left;
}

.journals-prof_inner .text h3 {
  float: left;
  margin-right: 10px;
}

.journals-prof_inner .text .link-float {
  float: left;
  color: #0085EE;
}

.journals-prof_inner .text .text-clear {
  clear: both;
}

@media screen and (max-width: 800px) {
  .journals-prof_inner .text {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
    float: none;
  }
}

.journals-prof_inner::after {
  content: " ";
  display: block;
  clear: both;
}

.article-sections {
  /*新続きを読むを追加 */
  /* fields */
  /* 2019/04/24追加 */
  /* fields-note */
  /* /fields-note */
  /* products-size */
  /* /products-size */
  /* calendar */
  /* /calendar */
  /* fields add */
  /* /fields add */
  /* /fields */
  /* prof */
  /* /prof */
}

.article-sections .readmore-wrap-new, .article-sections .readmore-wrap-new-note {
  height: 350px;
  overflow-y: hidden;
  position: relative;
}

.article-sections .readmore-wrap-new .filter, .article-sections .readmore-wrap-new-note .filter {
  position: absolute;
  width: 100%;
  height: 200px;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, rgba(255, 255, 255, 0.95)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
  z-index: 1;
}

.article-sections .readmore-wrap-new .filter p, .article-sections .readmore-wrap-new-note .filter p {
  bottom: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  padding: 10px;
  width: 170px;
  text-align: center;
  border: 3px solid #0085ee;
  background-color: #fff;
  color: #0085ee;
  cursor: pointer;
  font-size: 1.4rem;
}

.article-sections .readmore-wrap-new .filter p::after, .article-sections .readmore-wrap-new-note .filter p::after {
  content: "\e90a";
  font-size: 1.2rem;
  font-family: "icomoon";
  padding-left: 0.5rem;
}

.article-sections .readmore-wrap-new .filter p .icon-plus, .article-sections .readmore-wrap-new-note .filter p .icon-plus {
  content: "e90a";
  font-size: 1.2rem;
  font-family: "icomoon";
}

.article-sections .readmore-wrap-new .filter p .icon-minus, .article-sections .readmore-wrap-new-note .filter p .icon-minus {
  content: "e90b";
  font-size: 1.2rem;
}

.article-sections .readmore-wrap-new.opened, .article-sections .readmore-wrap-new-note.opened {
  overflow-y: visible;
  margin-bottom: 100px;
}

.article-sections .readmore-wrap-new.opened .filter, .article-sections .readmore-wrap-new-note.opened .filter {
  background: none;
  bottom: -80px;
}

.article-sections .readmore-wrap-new.opened .filter p::after, .article-sections .readmore-wrap-new-note.opened .filter p::after {
  content: "\e90b";
}

.article-sections #productssize-wrap.readmore-wrap {
  display: block;
}

.article-sections #productssize-btn-common {
  display: none;
}

.article-sections .text-center {
  text-align: center;
}

.article-sections .subWrap {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  padding: 0 0;
  max-width: 800px;
  min-width: none;
  margin: 0 auto;
  margin-bottom: 40px;
}

.article-sections .slide-text-caption {
  font-size: 1.4rem;
  margin: 5px 0;
}

.article-sections p {
  word-break: normal;
}

.article-sections p a {
  color: #0085EE;
}

.article-sections ul {
  list-style: none;
}

.article-sections .sec {
  margin: 60px 0;
}

.article-sections .inner {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  padding: 0 0;
  max-width: 800px;
  min-width: none;
  margin: 0 auto;
  clear: both;
}

.article-sections .section_fields_common {
  margin: 0px auto 40px;
}

.article-sections .section_fields_title {
  margin: 40px auto 20px;
}

.article-sections .section_fields_img_text figure {
  margin-bottom: 20px;
}

.article-sections .section_fields_slide {
  margin: 70px auto 40px;
}

.article-sections .section_fields h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-top: 0px;
}

.article-sections .text-center h3,
.article-sections .text-center h4 {
  text-align: center;
}

.article-sections .section_fields p {
  font-size: 1.6rem;
  line-height: 1.71;
}

.article-sections .section_fields_gallery.inner-full {
  padding: 0 50px;
}

.article-sections .list-1-1,
.article-sections .list-1-2,
.article-sections .list-1-3,
.article-sections .list-1-4 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .article-sections .list-1-1,
  .article-sections .list-1-2,
  .article-sections .list-1-3,
  .article-sections .list-1-4 {
    width: 90%;
  }
}

.article-sections .list-1-1 .flex-image-wrap img,
.article-sections .list-1-2 .flex-image-wrap img,
.article-sections .list-1-3 .flex-image-wrap img,
.article-sections .list-1-4 .flex-image-wrap img {
  width: 100%;
  height: auto;
  max-width: 720px;
  max-height: 600px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  .article-sections .list-1-1 .flex-image-wrap img,
  .article-sections .list-1-2 .flex-image-wrap img,
  .article-sections .list-1-3 .flex-image-wrap img,
  .article-sections .list-1-4 .flex-image-wrap img {
    max-width: 100%;
  }
}

.article-sections .list-1-1 .flex-image-wrap img {
  width: auto;
  height: auto;
  max-width: 680px;
  max-height: 680px;
}

@media screen and (max-width: 800px) {
  .article-sections .list-1-1 .flex-image-wrap img {
    max-width: 100%;
  }
}

.article-sections .list-1-1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article-sections .list-1-1 ul li {
  margin-bottom: 30px;
}

.article-sections .list-1-1 ul li:last-child {
  margin-bottom: 0;
}

.article-sections .list-1-1 .slide-text-caption,
.article-sections .list-1-2 .slide-text-caption,
.article-sections .list-1-3 .slide-text-caption,
.article-sections .list-1-4 .slide-text-caption {
  text-align: left;
}

.article-sections .list-1-2 ul,
.article-sections .list-1-3 ul,
.article-sections .list-1-4 ul {
  margin-left: -2.8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.article-sections .list-1-2 ul::after,
.article-sections .list-1-3 ul::after,
.article-sections .list-1-4 ul::after {
  content: "";
  display: block;
  clear: both;
}

.article-sections .list-1-2 ul li,
.article-sections .list-1-3 ul li,
.article-sections .list-1-4 ul li {
  margin-bottom: 20px;
}

.article-sections .list-1-2 ul li {
  float: left;
  margin-left: 2.8%;
  width: 47.2%;
}

@media screen and (max-width: 800px) {
  .article-sections .list-1-2 ul li {
    float: none;
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}

.article-sections .list-1-3 ul li {
  float: left;
  margin-left: 2.8%;
  width: 30.5%;
}

@media screen and (max-width: 800px) {
  .article-sections .list-1-3 ul li {
    width: 47.2%;
  }
}

.article-sections .list-1-4 ul li {
  float: left;
  margin-left: 2.8%;
  width: 22.2%;
}

@media screen and (max-width: 800px) {
  .article-sections .list-1-4 ul li {
    width: 47.2%;
  }
}

.article-sections .list-1-2 ul li:nth-child(2n+1),
.article-sections .list-1-3 ul li:nth-child(3n+1),
.article-sections .list-1-4 ul li:nth-child(4n+1) {
  clear: left;
}

.article-sections .section_fields_common .list-1-2 ul li img,
.article-sections .section_fields_common .list-1-3 ul li img,
.article-sections .section_fields_common .list-1-4 ul li img {
  width: 100%;
  height: auto;
}

.article-sections .section_fields_gallery.inner-full img,
.article-sections figure.inner-full img {
  width: auto;
  height: auto;
  max-width: 725px;
  max-height: 600px;
  display: block;
  margin: 0 auto;
}

.article-sections .flex-image-wrap {
  position: relative;
  width: auto;
  height: auto;
  display: inline-block;
  margin: 0 auto;
}

.article-sections .flex-image-wrap ._ttl {
  position: absolute;
  bottom: 3px;
  left: 7px;
  font-size: 1.4rem;
}

.article-sections .normal600 {
  max-width: 600px;
}

@media screen and (max-width: 768px) {
  .article-sections .normal600 {
    max-width: 100%;
  }
}

.article-sections .flex-image-wrap img {
  width: auto;
  height: auto;
  max-width: 720px;
  max-height: 600px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  .article-sections .flex-image-wrap img {
    max-width: 100%;
  }
}

.article-sections .section_fields_gallery ul li {
  margin-bottom: 10px;
}

.article-sections .section-contetns {
  margin: 0px auto 30px;
}

.article-sections .center_just {
  text-align: center;
}

.article-sections .section-header {
  position: relative;
  text-align: center;
  font-size: 3.6rem;
  margin: 40px 0 30px 0;
  margin-top: 100px;
  /*
          &::after {
            content: "";
            display: block;
            width: 140px;
            height: 5px;
            position: absolute;
            bottom: 0px;
            background-color: $C_BLACK;
            left: calc(50% - 70px);
          }
          */
}

@media screen and (min-width: 800px) {
  .article-sections .section-header {
    margin: 40px 0 30px 0;
    margin-top: 100px;
  }
}

.article-sections .section-header h2 {
  font-size: 3.6rem;
  font-weight: bold;
  margin: 0 auto 26px;
}

@media screen and (max-width: 800px) {
  .article-sections .section-header h2 {
    font-size: 2.8rem;
  }
}

.article-sections .section-inner h3 {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 30px 0;
}

@media screen and (max-width: 800px) {
  .article-sections .section-inner h3 {
    font-size: 2rem;
  }
}

.article-sections .section-inner h3 span.text-center {
  text-align: center;
}

.article-sections .section-inner h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 70px 0 30px;
}

.article-sections .section-inner h5 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0px auto 0px;
}

.article-sections .section-contetns-list li {
  margin-top: 40px;
}

.article-sections .section-contetns-list li:first-child {
  margin-top: 0px;
}

.article-sections .section-contetns-text {
  margin-top: 0px;
}

.article-sections .section-contetns-text p {
  line-height: 1.7em;
  margin-top: 20px;
}

.article-sections .section-contetns-text p:first-child {
  margin-top: 0;
}

.article-sections .slide-text ul,
.article-sections .slide-text ol {
  padding-left: 20px;
}

.article-sections .section-contetns-text ul,
.article-sections .section-contetns-text ol {
  margin-top: 20px;
  padding-left: 20px;
  font-size: 1.5rem;
}

.article-sections .section-contetns-text ul li {
  list-style-position: outside;
  list-style-type: disc;
}

.article-sections .slide-text ol li,
.article-sections .section-contetns-text ol li {
  list-style-position: outside;
  list-style-type: decimal;
}

.article-sections .section-anchor {
  display: block;
  margin-bottom: 0px;
  padding-top: 0px;
  display: inline-block;
}

.article-sections .section-inner h3:first-child,
.article-sections .section-inner h4:first-child,
.article-sections .section-inner .section-contetns:first-child {
  margin-top: 0;
  padding-top: 0;
}

.article-sections .note, .article-sections .note_gothic {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0;
  max-width: 800px;
  min-width: none;
  margin: 0 auto;
  background-color: #EEE;
  padding: 20px 0;
  margin-top: 65px;
}

.article-sections .note h2, .article-sections .note_gothic h2 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.article-sections .section-contetns-note_credit {
  color: #000000;
  text-align: left;
}

.article-sections .note .section-contetns-note_credit p {
  font-size: 1.2rem;
  font-weight: 400;
}

.article-sections .note_gothic .section-contetns-note_credit p {
  font-size: 1.2rem;
  font-weight: 400;
}

.article-sections .section-inner .button {
  margin-top: 20px;
}

.article-sections .fields_q_a .button {
  margin-top: 0px;
}

.article-sections .fields_q_a .readmore p {
  padding-left: 25px;
}

.article-sections #readmore-wrap,
.article-sections .readmore-wrap {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}

.article-sections #readmore-wrap.active,
.article-sections .readmore-wrap.active {
  max-height: 9000px;
}

.article-sections a.readmore-btn-common,
.article-sections .readmore-btn-common,
.article-sections #readmore-btn-common {
  display: inline-block;
  background-color: #00a0e9;
  color: #FFFFFF;
  /* font-size: 1.5rem; 2019/04/24変更 */
  font-size: 1.4rem;
  /* padding: 10px 30px; 2019/04/24変更 */
  padding: 7px 20px;
  cursor: pointer;
  font-weight: normal;
}

.article-sections .readmore-btn-size {
  display: inline-block;
  background-color: #00a0e9;
  color: #FFFFFF;
  font-size: 1.5rem;
  padding: 0px;
  cursor: pointer;
  font-weight: normal;
  position: relative;
}

.article-sections #productssize-btn-open {
  background-image: url(images/arrow-bottom-w.svg);
  background-repeat: no-repeat;
  background-size: 17px auto;
  background-position: right 15px center;
  display: inline-block;
  background-color: #00a0e9;
  color: #FFFFFF;
  font-size: 1.5rem;
  padding: 10px 40px 10px 15px;
  cursor: pointer;
  font-weight: normal;
  position: relative;
}

.article-sections #productssize-btn-close {
  background-image: url(images/arrow-top-w.svg);
  background-repeat: no-repeat;
  background-size: 17px auto;
  background-position: right 15px center;
  display: inline-block;
  background-color: #00a0e9;
  color: #FFFFFF;
  font-size: 1.5rem;
  padding: 10px 40px 10px 15px;
  cursor: pointer;
  font-weight: normal;
  position: relative;
}

.article-sections .readmore-btn-common .fa-angle-down,
.article-sections .readmore-btn-common .fa-angle-up {
  font-size: 2.8rem;
  line-height: 1;
  padding-left: 5px;
  position: absolute;
  right: 15px;
  top: 7px;
}

@font-face {
  .article-sections {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 200;
    src: url("fonts/NotoSerifCJKjp/NotoSerifCJKjp-ExtraLight.otf") format("opentype");
  }
}

@font-face {
  .article-sections {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 300;
    src: url("fonts/NotoSerifCJKjp/NotoSerifCJKjp-Light.otf") format("opentype");
  }
}

@font-face {
  .article-sections {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 400;
    src: url("fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.otf") format("opentype");
  }
}

@font-face {
  .article-sections {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 500;
    src: url("fonts/NotoSerifCJKjp/NotoSerifCJKjp-Medium.otf") format("opentype");
  }
}

@font-face {
  .article-sections {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 600;
    src: url("fonts/NotoSerifCJKjp/NotoSerifCJKjp-SemiBold.otf") format("opentype");
  }
}

@font-face {
  .article-sections {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 700;
    src: url("fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.otf") format("opentype");
  }
}

@font-face {
  .article-sections {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 900;
    src: url("fonts/NotoSerifCJKjp/NotoSerifCJKjp-Black.otf") format("opentype");
  }
}

.article-sections #note {
  background-color: #e5f0f1;
  padding: 80px 0;
}

.article-sections .note .section-header h2,
.article-sections .note h3.exclusion,
.article-sections .note h4.exclusion {
  font-weight: bold;
}

.article-sections .note .section-contetns p.exclusion {
  font-family: 'Noto Serif Japanese', serif, sans-serif;
  font-weight: 400;
  letter-spacing: normal;
}

.article-sections #note h3.exclusion {
  padding-bottom: 35px;
  font-size: 2.4rem;
  font-family: 'Noto Serif Japanese', serif, sans-serif;
  font-weight: 700;
  text-align: center;
}

.article-sections #note h3 span {
  display: block;
  font-size: 1.4rem;
  padding-top: 10px;
}

.article-sections #note .section_fields_gallery.inner-full img,
.article-sections #note figure.inner-full img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.article-sections .button a {
  display: inline-block;
  background-color: #00a0e9;
  color: #FFFFFF;
  font-size: 1.5rem;
  padding: 10px 30px;
}

.article-sections .button {
  margin-top: 0px;
}

.article-sections .table-wrap {
  font-size: 1.6rem;
  overflow: auto;
  white-space: nowrap;
  border-left: 1px solid #c8ccd1;
  border-right: 1px solid #c8ccd1;
  font-family: "Hiragino Kaku Gothic Pro",メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.article-sections .table-wrap::-webkit-scrollbar {
  height: 5px;
}

.article-sections .table-wrap::-webkit-scrollbar-track {
  background: #F1F1F1;
}

.article-sections .table-wrap::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}

.article-sections .table-wrap table {
  width: 100% !important;
  border-left: 1px solid #c8ccd1;
  border-right: 1px solid #c8ccd1;
  border-top: 2px solid #c8ccd1;
  border-bottom: 2px solid #c8ccd1;
}

.article-sections .table-wrap .table-inview-normal table {
  width: auto !important;
}

.article-sections .table-inview-normal col {
  width: auto !important;
}

.article-sections .table-wrap .table-inview-normal table td {
  white-space: normal;
  width: auto;
}

.article-sections .table-wrap table td {
  padding: 5px 10px;
  border-bottom: 1px solid #c8ccd1;
  border-right: 1px solid #c8ccd1;
  border-left: 0px solid #c8ccd1;
  width: auto !important;
  white-space: nowrap !important;
}

.article-sections .table-inview-normal table tr td {
  white-space: normal !important;
  border-right: 0px solid #FFFFFF !important;
}

.article-sections .table-inview-normal table tr td:first-child {
  white-space: nowrap !important;
  border-right: 0px solid #FFFFFF !important;
}

.article-sections .size-table table {
  font-family: "Avenir Next","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 1.4rem !important;
  color: #000000;
  margin-bottom: 0px;
}

.article-sections .size-table table th.label,
.article-sections .size-table table th.size {
  padding: 5px 0;
  border-top: 1px solid #c8ccd1;
  border-bottom: 1px solid #c8ccd1;
}

.article-sections .size-table table th.label {
  width: 37%;
}

.article-sections .size-table table th.blank {
  width: 3%;
  padding: 5px 0;
  border-top: 0px solid #c8ccd1;
  border-bottom: 0px solid #c8ccd1;
}

.article-sections .size-table table th.size {
  width: 15%;
}

.article-sections .size-table-wrap {
  margin: 40px 0 40px;
}

.article-sections .size-table-wrap h5 {
  margin: 60px 0 20px;
}

.article-sections .size-table-wrap_smp table {
  border-right: 0px solid #000000;
  border-bottom: 0px solid #000000;
  margin-top: 20px;
}

.article-sections .size-table-wrap_smp table th.label,
.article-sections .size-table-wrap_smp table th.size {
  padding: 5px 0px;
}

.article-sections .size-table-wrap_smp table th.label,
.article-sections .size-table-wrap_smp table th.size {
  border-left: 0px solid #000000;
  border-top: 0px solid #c8ccd1;
  border-right: 0px solid #000000;
  border-bottom: 1px solid #c8ccd1;
}

.article-sections .size-table-wrap_smp table th.label-size {
  border-left: 0px solid #000000;
  border-top: 1px solid #c8ccd1;
  border-right: 0px solid #000000;
  border-bottom: 0px solid #000000;
}

.article-sections .size-table-wrap_smp table th.label {
  border-left: 0px solid #000000;
}

.article-sections .size-table-wrap_smp table th.size {
  border-right: 0px solid #000000 !important;
}

.article-sections .size-table-wrap_smp-full table th.label-size {
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 0px solid #000000;
  display: block;
  width: 100%;
}

.article-sections .size-table-wrap_smp-full table th.size {
  border-left: 1px solid #000000;
  border-top: 0px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 0px solid #000000;
  display: block;
  width: 100%;
}

.article-sections #productssize-wrap .text {
  margin-bottom: 20px;
}

.article-sections .fade-left {
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
  -webkit-transition: all  0.3s ease-in-out;
  transition: all  0.3s ease-in-out;
}

.article-sections .table-inview-normal.fade-left {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all  0.3s ease-in-out;
  transition: all  0.3s ease-in-out;
}

.article-sections .fade-top {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all  0.3s ease-in-out;
  transition: all  0.3s ease-in-out;
}

.article-sections .enclosed-wrap {
  padding: 30px;
  background-color: #F5F5F5;
}

.article-sections .enclosed-gray-wrap {
  padding: 30px;
  background-color: #7F7F7F;
  color: #FFFFFF;
}

.article-sections .enclosed-line-wrap {
  padding: 30px;
  border: 1px solid #4A4A4A;
  border-radius: 10px;
  color: #4A4A4A;
}

.article-sections .enclosed-line-wrap h3 {
  text-align: center;
}

.article-sections .quote-wrap,
.article-sections .section_fields_quote {
  padding: 30px;
  background-color: #7F7F7F;
  color: #FFFFFF;
}

.article-sections .section_fields_quote p {
  font-size: 1.4rem;
}

.article-sections .quote {
  margin-top: 29px;
}

.article-sections .quote p {
  font-size: 1.2rem;
  color: #FFFFFF;
}

.article-sections .quote p a {
  font-size: 1.2rem;
  color: #00a0e9;
}

.article-sections .dialogue figure {
  float: left;
  height: auto;
  width: 26.57%;
}

.article-sections .dialogue figcaption {
  line-height: 2;
  font-size: 1.2rem;
}

.article-sections .dialogue .text-wrap {
  float: left;
  height: auto;
  padding-left: 20px;
  width: 73.43%;
  position: relative;
}

.article-sections .dialogue .text {
  padding: 20px;
  background-color: #E8E8E8;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}

.article-sections .dialogue .text p {
  font-size: 1.4rem;
}

.article-sections .dialogue-right figure {
  float: right;
}

.article-sections .dialogue-right .text-wrap {
  float: right;
  height: auto;
  padding-right: 20px;
  padding-left: 0px;
}

.article-sections .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 10px 7.5px 0;
  border-color: transparent #e8e8e8 transparent transparent;
  position: absolute;
  left: 10px;
  top: 20px;
}

.article-sections .dialogue-right .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #e8e8e8;
  position: absolute;
  right: 10px;
  left: auto;
  top: 20px;
}

.article-sections .fields_a,
.article-sections .fields_q {
  padding-left: 25px;
  position: relative;
}

.article-sections .fields_q_a span {
  font-size: 1.8rem;
  color: #878787;
  position: absolute;
  left: 0;
  top: -1px;
}

.article-sections .fields_q_a p {
  margin-top: 0;
  margin-bottom: 20px;
}

.article-sections .fields_q p {
  font-weight: bold;
}

.article-sections .fields_q_a .inner,
.article-sections .answer_readmore {
  padding-left: 25px;
}

.article-sections .inner iframe {
  width: 100% !important;
}

.article-sections .inner-html {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
}

.article-sections .inner .simcal-default-calendar-light .simcal-nav-button:disabled,
.article-sections .inner .simcal-default-calendar-light .simcal-nav-button:disabled:hover {
  color: black !important;
}

.article-sections .simcal-month {
  background-color: #FFFFFF;
}

.article-sections .simcal-day div {
  border-width: 1px 0px 0px 1px;
  border-color: #e0e0e0;
  border-style: solid;
}

.article-sections .inner .simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day-void,
.article-sections .inner .simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day-void:hover {
  background-color: #e0e0e0;
  opacity: 1;
}

.article-sections .inner .simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day-number {
  background-color: #FFFFFF;
}

.article-sections .simcal-month {
  border-width: 0px 1px 1px 0px;
  border-color: #e0e0e0;
  border-style: solid;
}

.article-sections .fc-view-container {
  background-color: #FFFFFF;
}

.article-sections .inner .simcal-fullcalendar-grid {
  font-size: 1.2rem;
  color: #000000;
  font-family: "Avenir Next","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.article-sections .inner .honbun_small {
  font-size: 12px;
  line-height: 1.7em;
}

.article-sections .inner .simcal-fullcalendar-grid .fc-state-default {
  background-color: transparent;
  background-image: none;
  background-repeat: repeat-x;
  border-color: transparent;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  color: #000000;
  text-shadow: 0 0px 0px rgba(255, 255, 255, 0);
  -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0), 0 0px 0px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0), 0 0px 0px rgba(0, 0, 0, 0);
  text-transform: lowercase;
  font-weight: 400;
}

.article-sections .inner .simcal-fullcalendar-grid .fc-toolbar {
  font-family: "Avenir Next LT","Avenir Next","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  margin-bottom: 20px;
  position: relative;
}

.article-sections .inner .fc .fc-corner-left,
.article-sections .inner .fc .fc-corner-left.fc-state-hover {
  background-image: url(images/arrow-left-black-narrow.svg);
  background-size: 11px 20px;
  background-repeat: no-repeat;
  background-position: left center;
  width: 11px;
  height: 20px;
  overflow: hidden;
  text-indent: -100px;
  position: absolute;
  left: 0;
  top: 5px;
  padding: 0;
  display: block;
}

.article-sections .inner .fc .fc-corner-right {
  background-image: url(images/arrow-right-black-narrow.svg);
  background-size: 11px 20px;
  background-repeat: no-repeat;
  background-position: right center;
  width: 11px;
  height: 20px;
  overflow: hidden;
  text-indent: -100px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
}

.article-sections .inner .fc-past {
  background-color: #f0f0f0;
}

.article-sections .inner .fc-unthemed .fc-today {
  background: #d5f6ff;
}

.article-sections .simcal-tooltip-content p {
  font-size: 1.2rem !important;
  margin: 0px !important;
}

.article-sections .sec_fields .section-header h2 {
  margin: 0 auto;
}

.article-sections .sec_fields .section-header .border_btm {
  width: 80px;
  height: 5px;
  background-color: #000000;
  margin: 20px auto 30px;
}

.article-sections .prof-wrap,
.article-sections .section-inner .prof-wrap {
  margin: 30px auto 30px;
}

.article-sections .prof-wrap::after,
.article-sections .section-inner .prof-wrap::after {
  display: block;
  content: "";
  clear: both;
}

.article-sections .prof-wrap figure {
  width: 26.57%;
  height: auto;
  float: left;
}

.article-sections .prof-wrap figure img {
  width: 100%;
  height: auto;
}

.article-sections .prof-wrap .text {
  width: 73.43%;
  padding-left: 20px;
  height: auto;
  float: left;
}

.article-sections .prof-wrap .text p {
  font-size: 1.4rem;
}

.article-sections .prof-wrap .text h3 {
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  padding-right: 10px;
  margin-bottom: 10px;
  text-align: left;
}

.article-sections .text-prof {
  margin-top: 15px;
}

.article-sections h3.field_title {
  margin-top: 80px !important;
}

.article-sections h3.field_title:first-child {
  margin-top: 50px !important;
}

.article-container {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  padding: 0 0;
  max-width: 800px;
  min-width: none;
  margin: 0 auto;
}

.article-date {
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 40px;
}

.article-information {
  margin-bottom: 30px;
  margin-top: 50px;
}

.article-category {
  text-align: center;
  margin-bottom: 5px;
}

.article-series {
  text-align: center;
}

.article-series a {
  color: #0085EE;
  font-weight: bold;
}

.article-seriesDesc {
  margin: 30px 0;
  padding: 20px;
  border: 1px solid #979797;
  border-radius: 10px;
  color: #979797;
}

.article-seriesDesc ._ttl {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

@media screen and (min-width: 800px) {
  .article-seriesDesc ._ttl {
    font-size: 2.4rem;
  }
}

.article-seriesDesc ._text {
  line-height: 1.6em;
}

.article-content {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0;
  max-width: none;
  min-width: none;
  margin: 0 auto;
}

.article-content_inner {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0;
  max-width: 800px;
  min-width: none;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  .article-content_inner {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 90%;
    padding: 0 0;
    max-width: 800px;
    min-width: none;
    margin: 0 auto;
  }
}

.article-content h1 {
  text-align: center;
  font-size: 3.0rem;
  margin: 30px 0;
  margin-bottom: 15px;
}

@media screen and (max-width: 800px) {
  .article-content h1 {
    font-size: 2.8rem;
  }
}

.article-content h3 {
  text-align: center;
  font-size: 2.4rem;
  margin: 40px 0 30px 0;
}

@media screen and (min-width: 800px) {
  .article-content h3 {
    margin: 60px 0 30px 0;
  }
}

.article-content a {
  color: #0085EE;
}

.article-content_intro {
  padding: 30px 5%;
  margin: 20px 0;
  background-color: #EEE;
}

@media screen and (min-width: 800px) {
  .article-content_intro {
    margin: 40px 0;
  }
}

.article-content_author {
  margin: 40px 0;
  text-align: center;
  font-size: 1.2rem;
}

@media screen and (min-width: 800px) {
  .article-content_author {
    font-size: 1.4rem;
  }
}

.article-pagination {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  padding: 0 0;
  max-width: 800px;
  min-width: none;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  margin: 30px auto 50px auto;
}

.article-pagination ._prev, .article-pagination ._next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  background-color: #979797;
  color: #FFF;
}

.article-pagination ._prev.disable, .article-pagination ._next.disable {
  opacity: 0.5;
}

.article-pagination ._pages {
  text-align: center;
  color: #979797;
}

.article-pagination ._pages a, .article-pagination ._pages span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 38px;
  height: 38px;
  border-radius: 100%;
}

.article-pagination ._pages a {
  background-color: #FFF;
  color: #979797;
}

.article-pagination ._pages span {
  background-color: #0085EE;
  color: #FFF;
}

.article-related {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  padding: 0 0;
  max-width: 800px;
  min-width: none;
  margin: 0 auto;
  margin-bottom: 40px;
}

.article-related ._textWrap {
  padding: 15px;
}

.article-related ._top {
  margin-bottom: 10px;
}

.community-intro {
  margin: 30px 0;
  margin-bottom: 50px;
}

.community-intro_inner {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  padding: 0 0;
  max-width: 800px;
  min-width: none;
  margin: 0 auto;
}

.community-intro ._hdg {
  font-size: 2.4rem;
  margin-bottom: 30px;
}

.community-intro ._msg {
  text-align: left;
  line-height: 1.7em;
  margin-bottom: 20px;
}

.community-intro ._name {
  font-size: 1.4rem;
  text-align: left;
  font-weight: bold;
}

.community-news {
  margin: 50px 0;
}

.community-news_inner {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  padding: 0 0;
  max-width: 800px;
  min-width: none;
  margin: 0 auto;
}

.community-events_inner {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  padding: 0 0;
  max-width: 800px;
  min-width: none;
  margin: 0 auto;
}

.community-events_ttl {
  font-size: 1.8rem;
  margin-bottom: 30px;
}

.community-carouselWrap {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  overflow: hidden;
}

.community-carousel {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  padding: 0 0;
  max-width: 800px;
  min-width: none;
  margin: 0 auto;
  overflow: visible;
  padding-bottom: 30px;
}

.community-carousel_prev, .community-carousel_next {
  position: absolute;
  top: calc(50% - 28px);
  z-index: 1000;
}

.community-carousel_prev.swiper-button-disabled, .community-carousel_next.swiper-button-disabled {
  opacity: 0.5;
}

.community-carousel_prev {
  left: 30px;
  outline: none;
}

@media screen and (max-width: 800px) {
  .community-carousel_prev {
    left: 0;
  }
}

.community-carousel_next {
  right: 30px;
  outline: none;
}

@media screen and (max-width: 800px) {
  .community-carousel_next {
    right: 0;
  }
}

.community-carousel_pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #EEE;
}

.community-carousel_pagination .swiper-pagination-bullet-active {
  background-color: #0085EE;
}

.community-carousel_slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 320px;
  border: 1px solid #979797;
}

.community-carousel_slide a {
  display: block;
  color: #000;
  position: relative;
  display: inline-block;
}

.community-carousel_slide a:hover:before {
  position: absolute;
  content: '';
  display: block;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}

.community-carousel_slide img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

.community-carousel_slide ._textWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 15px;
}

.community-carousel_slide ._dateCol {
  width: 60px;
  font-family: "Hiragino Kaku Gothic Pro",メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.community-carousel_slide ._dateCol span {
  display: block;
}

.community-carousel_slide ._textCol {
  width: 100%;
  padding-left: 10px;
}

.community-carousel_slide ._location {
  margin-bottom: 3px;
}

.community-carousel_slide ._location span {
  display: inline-block;
  border: 1px solid #000;
  font-size: 1.2rem;
  border-radius: 20px;
  padding: 1px 10px;
}

.community-carousel_slide ._ttl {
  font-size: 1.7rem;
  margin-bottom: 3px;
}

.community-carousel_slide ._date {
  font-size: 1.2rem;
  font-family: "Hiragino Kaku Gothic Pro",メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.community-calender_inner {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  padding: 0 0;
  max-width: 800px;
  min-width: none;
  margin: 0 auto;
}

.community-calender_ttl {
  font-size: 1.8rem;
  margin-bottom: 30px;
}

.community-calenderWrap {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  padding: 0 0;
  max-width: 800px;
  min-width: none;
  margin: 0 auto;
  white-space: nowrap;
  overflow: auto;
}

.community-schedule {
  width: 100%;
  border-top: 1px solid #979797;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 40px;
}

.community-schedule td {
  padding: 10px 0;
  border-bottom: 1px solid #979797;
  font-size: 1.4rem;
}

.community-schedule ._l {
  min-width: 120px;
  font-family: "Hiragino Kaku Gothic Pro",メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.community-schedule ._l .__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.community-schedule ._l .__date span {
  display: block;
}

.community-schedule ._l .__spacer {
  margin: 0 5px;
}

.community-schedule ._r {
  width: 100%;
}

.community-schedule ._loc {
  display: inline-block;
  font-weight: bold;
  margin-right: 5px;
}

.community-schedule ._name {
  display: block;
  color: #000;
}

.community-schedule a._name {
  display: block;
  color: #000;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.community-schedule a._name:hover {
  opacity: 0.5;
}

.community-ambassadors {
  margin-bottom: 60px;
}

.community-ambassadors_inner {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  padding: 0 0;
  max-width: 800px;
  min-width: none;
  margin: 0 auto;
}

.community-ambassadors_inner ._msg {
  margin-bottom: 30px;
}

.community-ambassadors_ttl {
  font-size: 1.8rem;
  margin-bottom: 30px;
}

.community-ambassador {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #979797;
  padding: 15px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.community-ambassador ._img {
  display: block;
  width: 100px;
  height: auto;
  margin-right: 10px;
  margin-top: 20px;
}

@media screen and (min-width: 800px) {
  .community-ambassador ._img {
    margin-right: 20px;
  }
}

.community-ambassador_detail {
  width: calc(100%);
}

.community-ambassador_detail ._top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5px;
}

.community-ambassador_detail ._loc {
  display: inline-block;
  padding: 1px 10px;
  border-radius: 20px;
  border: 2px solid #000;
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: 10px;
}

.community-ambassador_detail ._fb, .community-ambassador_detail ._insta {
  font-size: 3.2rem;
  margin-right: 10px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.community-ambassador_detail ._fb {
  color: #3B5998;
}

.community-ambassador_detail ._name {
  font-size: 1.8rem;
}

.community-ambassador_detail ._en {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.community-ambassador_detail ._info {
  font-size: 1.2rem;
  margin-bottom: 30px;
}

.h3_honbun {
  margin: 80px 0 30px 0 !important;
  text-align: left !important;
}

.instagram-media {
  margin: 0 auto !important;
}

.support-index_inner {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  padding: 0 0;
  max-width: 800px;
  min-width: none;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.support-index_item {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 10px);
  border: 1px solid #EEE;
  margin-bottom: 20px;
  color: #000;
}

@media screen and (max-width: 800px) {
  .support-index_item {
    width: calc(50% - 6px);
    margin-bottom: 12px;
  }
}

.support-index_item img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (max-width: 800px) {
  .support-index_item img {
    margin-bottom: 8px;
  }
}

.support-index_item ._ttl {
  font-size: 1.8rem;
  margin-bottom: 10px;
  padding: 0 15px;
}

@media screen and (max-width: 800px) {
  .support-index_item ._ttl {
    font-size: 1.4rem;
    margin-bottom: 8px;
    padding: 0 12px;
  }
}

.support-index_item p {
  font-size: 1.5rem;
  padding: 0 15px;
  padding-bottom: 10px;
}

@media screen and (max-width: 800px) {
  .support-index_item p {
    font-size: 1.3rem;
    padding: 0 12px;
    padding-bottom: 8px;
  }
}

.graybox {
  width: 90%;
  max-width: 800px;
  background-color: #EEE;
  padding: 40px;
  margin: 0 auto;
  margin-top: 40px;
}

.graybox p {
  line-height: 1.7em;
  margin-top: 20px;
}

.graybox p:first-child {
  margin-top: 0;
}

.graybox h3 {
  margin: 0;
  font-size: 1.8rem;
  text-align: left;
  margin-bottom: 10px;
}

.formWrap {
  margin-top: 40px;
}

.form_box dt {
  float: none;
  width: 100%;
}

.form_box dd {
  float: none;
  width: 100%;
  padding: 0;
}

.form_box .inputtext-s {
  width: 40%;
}

.onlinearchive_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 15px 0;
  border-top: 1px solid #979797;
}

.onlinearchive_item:hover img {
  opacity: 0.7;
}

.onlinearchive_item ._left {
  display: block;
  width: 300px;
  margin-right: 15px;
  height: auto;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

@media screen and (max-width: 800px) {
  .onlinearchive_item ._left {
    width: 120px;
  }
}

.onlinearchive_item ._right {
  width: 100%;
  color: #000;
  font-size: 1.6rem;
}

@media screen and (max-width: 800px) {
  .onlinearchive_item ._right {
    font-size: 1.4rem;
  }
}

.onlinearchive_item ._date {
  font-size: 1.2rem;
  color: #979797;
  margin-bottom: 5px;
}

.onlinearchive_item h5._ttl {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.8rem;
}

@media screen and (max-width: 800px) {
  .onlinearchive_item h5._ttl {
    font-size: 1.6rem;
  }
}

.faq {
  border-top: 1px solid #979797;
}

.faq_box {
  border-bottom: 1px solid #979797;
}

.faq ._q {
  color: #0085EE;
  font-weight: bold;
  padding: 15px 0;
  cursor: pointer;
}

.faq ._a {
  padding-bottom: 15px;
  display: none;
}

.product-sections .note .list-1-1 .flex-image-wrap img {
  max-width: 720px;
}

@media screen and (max-width: 800px) {
  .product-sections .note .list-1-1 .flex-image-wrap img {
    max-width: 100%;
  }
}

.productcare-video {
  margin-top: 15px;
}

.productcare-video video {
  width: 100%;
}

.grecaptcha-badge {
  display: none;
}

@media screen and (max-width: 800px) {
  .sec .sp_col_1 ul {
    margin-left: 0 !important;
  }
  .sec .sp_col_1 li {
    float: none !important;
    margin: 0 !important;
    margin-bottom: 19px !important;
    width: 100% !important;
  }
  .sec .sp_col_2 ul {
    margin-left: -10px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .sec .sp_col_2 ul::after {
    content: "";
    display: block;
    clear: both;
  }
  .sec .sp_col_2 li {
    float: left !important;
    margin-left: 10px !important;
    margin-bottom: 19px !important;
    width: calc(50% - 10px) !important;
  }
  .sec .sp_col_2 li ._ttl {
    font-size: 1rem !important;
  }
  .sec .sp_col_3 ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .sec .sp_col_3 ul::after {
    content: "";
    display: block;
    clear: both;
  }
  .sec .sp_col_3 li {
    float: left !important;
    margin-left: 10px !important;
    width: calc(33.33% - 10px) !important;
  }
  .sec .sp_col_4 ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .sec .sp_col_4 ul::after {
    content: "";
    display: block;
    clear: both;
  }
  .sec .sp_col_4 li {
    float: left !important;
    margin-left: 10px !important;
    width: calc(25% - 10px) !important;
  }
}

.sec .normal_cap p {
  font-size: 1.4rem;
}

.sec .small_cap p {
  font-size: 1.2rem;
}

.sec .honbun_small {
  display: block;
  font-size: 1.4rem;
  line-height: 1.4em;
}

.sec .section_products {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0;
  max-width: 800px;
  min-width: none;
  margin: 0 auto;
  margin: 40px auto;
}

.sec .text-center {
  text-align: center !important;
}

.sec .text-left {
  text-align: left !important;
}

.sec .inner-html {
  /*width: 100%!important; */
}

.sec .expert2 {
  margin-top: 12px;
  max-width: 800px;
  text-align: left;
}

.sec .expert2 p {
  margin-bottom: 1em;
  line-height: 1.4em;
}

.sec .expert2 p:last-child {
  margin-bottom: 0;
}

.sec .block_cap {
  margin-top: -5px;
}

.sec .tableHeader {
  width: 100%;
  max-width: 800px;
  margin: 10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 800px) {
  .sec .tableHeader {
    width: 90%;
  }
}

.sec .tableHeader ._large {
  font-size: 1.7rem;
  font-weight: bold;
}

.sec .tableHeader ._mid {
  font-size: 1.5rem;
  font-weight: bold;
}

.sec .tableScroller {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  overflow: scroll;
}

.sec .tableWrapper {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  .sec .tableWrapper {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 100%;
    padding: 0 5%;
  }
}

.sec .sizeTable {
  width: 100%;
  white-space: nowrap;
  font-weight: bold;
  text-align: center;
  border-collapse: collapse;
  font-size: 1.4rem;
}

@media screen and (max-width: 800px) {
  .sec .sizeTable {
    padding: 0 5%;
  }
}

.sec .sizeTable tr {
  border-top: 1px solid #979797;
}

.sec .sizeTable tr:last-child {
  border-bottom: 1px solid #979797;
}

.sec .sizeTable th {
  padding: 15px;
}

.sec .sizeTable td {
  padding: 8px 15px;
}

.sec .sizeTable td span {
  font-weight: normal;
  font-size: 1.3rem;
}

.sec .tablefield ul {
  margin-left: 1.5em;
  list-style: disc;
}

.sec .tablefield table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  font-size: 1.4rem;
  border: none !important;
}

@media screen and (max-width: 800px) {
  .sec .tablefield table {
    padding: 0 5%;
  }
}

.sec .tablefield table tr {
  border-top: 1px solid #979797;
}

.sec .tablefield table tr:last-child {
  border-bottom: 1px solid #979797;
}

.sec .tablefield table th {
  padding: 15px;
}

.sec .tablefield table td {
  padding: 8px 15px;
}

@media screen and (max-width: 800px) {
  .sec .tablefield table td {
    display: block;
    border: none;
  }
  .sec .tablefield table td:first-child {
    border-bottom: 1px solid #979797;
    font-weight: bold;
  }
}

.sec .tablefield table td span {
  font-weight: bold;
  font-size: 1.3rem;
}

.section_fields_image_block li {
  margin-bottom: 5%;
}

.section_fields_image_block .flex-image-wrap {
  display: block;
}

.note .expert2 {
  max-width: 720px;
}

@media screen and (max-width: 800px) {
  .video {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 80%;
  }
}

@media screen and (max-width: 800px) {
  .video video {
    height: 100% !important;
  }
}

.journal-embedSliderWrap {
  position: relative;
  overflow-x: hidden;
}

.journal-embedSliderWrap .cmn-journalList_item {
  width: calc(50% - 0px);
}

.journal-embedSliderWrap .journal-embedSlider {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0;
  max-width: 800px;
  min-width: none;
  margin: 0 auto;
  overflow: visible;
  padding-bottom: 30px;
}

@media screen and (max-width: 800px) {
  .journal-embedSliderWrap .journal-embedSlider {
    overflow: hidden;
    width: 90%;
  }
}

.journal-embedSliderWrap .journal-embedSlider .swiper-slide {
  height: auto;
}

.journal-embedSliderWrap .journal-embedSlider .swiper-pagination-bullet {
  opacity: 1;
  background-color: #EEE;
}

.journal-embedSliderWrap .journal-embedSlider .swiper-pagination-bullet-active {
  background-color: #0085EE;
}

.journal-embedSliderWrap .journal-embedSlider_prev, .journal-embedSliderWrap .journal-embedSlider_next {
  position: absolute;
  z-index: 1000;
  top: calc(50% - 34px);
}

.journal-embedSliderWrap .journal-embedSlider_prev {
  left: 30px;
}

.journal-embedSliderWrap .journal-embedSlider_next {
  right: 30px;
}
/*# sourceMappingURL=main.css.map */