@charset "UTF-8";
/*init*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}


body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 0;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*lib*/
html {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  color: #333;
  font-weight: 500;
  word-wrap: break-word;
  font-size: 16px;
  height: auto;
  overflow: auto;
}

@media screen and (max-width: 750px) {
  html {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

body {
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  overflow: auto;
  min-width: 0;
}

body.isCnTop, body.isTwTop {
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
}

html, body {
  scroll-padding-top: 80px;
}

@media print, screen and (min-width: 1025px) {
  html, body {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 750px) {
  html, body {
    scroll-padding-top: 14vw;
  }
}

@media screen and (max-width: 1024px) {
  html.isFixed, body.isFixed {
    overflow: hidden;
  }
}

header, footer {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}

footer {
  z-index: 2;
}

a {
  text-decoration: none;
  color: #333;
}

@media print, screen and (min-width: 1025px) {
  a:hover {
    text-decoration: none;
  }
}

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

@media screen and (max-width: 750px) {
  img {
    width: 100%;
  }
}

strong {
  font-weight: 700;
}

em, i {
  font-style: italic;
  margin-right: 0.1em;
}

picture {
  display: block;
}

input {
  padding: 0;
  border: none;
  background: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media all and (-ms-high-contrast: none) {
  * {
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important;
  }
}

input[type=text],
input[type=tel],
input[type=password],
input[type=email],
input[type=search],
input[type=url],
input[type=datetime],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime-local],
input[type=number],
select,
textarea {
  max-width: 100%;
  padding: 0.5rem 0.75rem;
  font: inherit;
  background-color: #fff;
  border: none;
  vertical-align: bottom;
}

input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bebebe;
}

input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bebebe;
}

input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=number]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #bebebe;
  opacity: 1;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=url]:focus,
input[type=datetime]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime-local]:focus,
input[type=number]:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 4px #cccdce;
  box-shadow: 0 0 4px #cccdce;
}

input[type=radio],
input[type=checkbox] {
  margin: 0;
  vertical-align: -1px;
}

input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
  font: inherit;
  vertical-align: bottom;
}

textarea {
  resize: vertical;
  vertical-align: bottom;
}

sup {
  font-size: 75%;
  line-height: 0;
  vertical-align: super;
}

sub {
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  margin-left: 0.05em;
}

blockquote {
  background-color: #f5f5f5;
  padding: 1em 1em 1em 3em;
  position: relative;
  border-left: 3px solid #666;
}

blockquote:before {
  content: "“";
  font-size: 4em;
  line-height: 1;
  color: #999;
  position: absolute;
  left: 0.15em;
  top: 0.15em;
}

::-moz-selection {
  color: #fff;
  background-color: #0065cb;
}

::selection {
  color: #fff;
  background-color: #0065cb;
}

::-moz-selection {
  color: #fff;
  background-color: #0065cb;
}

/* --------------------
汎用クラス
--------------------*/
.isMt0 {
  margin-top: 0 !important;
}

.isMb0 {
  margin-bottom: 0 !important;
}

.isMtXXL {
  margin-top: 8em !important;
}

@media screen and (max-width: 750px) {
  .isMtXXL {
    margin-top: 4em !important;
  }
}

.isMtXL {
  margin-top: 6em !important;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .isMtXL {
    margin-top: 4.75em !important;
  }
}

@media screen and (max-width: 750px) {
  .isMtXL {
    margin-top: 3em !important;
  }
}

.isMtL {
  margin-top: 4em !important;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .isMtL {
    margin-top: 3.25em !important;
  }
}

@media screen and (max-width: 750px) {
  .isMtL {
    margin-top: 2em !important;
  }
}

.isMtM {
  margin-top: 2.5em !important;
}

@media screen and (max-width: 750px) {
  .isMtM {
    margin-top: 1.75em !important;
  }
}

.isMtS {
  margin-top: 1.25em !important;
}

.isMtXS {
  margin-top: 0.75em !important;
}

.isTaL {
  text-align: left !important;
}

.isTaC {
  text-align: center !important;
}

.isTaR {
  text-align: right !important;
}

.isFwB {
  font-weight: bold !important;
}

.isFwN {
  font-weight: normal !important;
}

.isTdUL {
  text-decoration: underline !important;
}

.isColorEm {
  color: #f00 !important;
}

.isColorG {
  color: #ededed !important;
}

.layWrap .isFsXXL {
  font-size: 24px;
  font-size: 1.5rem;
}

@media screen and (max-width: 750px) {
  .layWrap .isFsXXL {
    font-size: 18px;
    font-size: 4.8vw;
  }
}

.layWrap .isFsXL {
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (max-width: 750px) {
  .layWrap .isFsXL {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.layWrap .isFsL {
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (max-width: 750px) {
  .layWrap .isFsL {
    font-size: 15px;
    font-size: 4vw;
  }
}

.layWrap .isFsM {
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 750px) {
  .layWrap .isFsM {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.layWrap .isFsS {
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (max-width: 750px) {
  .layWrap .isFsS {
    font-size: 13px;
    font-size: 3.46667vw;
  }
}

.layWrap .isFsXS {
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (max-width: 750px) {
  .layWrap .isFsXS {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.layWrap .showPc {
  display: block;
}

@media screen and (max-width: 1024px) {
  .layWrap .showPc {
    display: none;
  }
}

.layWrap .showPcTbl {
  display: block;
}

@media screen and (max-width: 750px) {
  .layWrap .showPcTbl {
    display: none;
  }
}

.layWrap .showTbl {
  display: none;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .layWrap .showTbl {
    display: block;
  }
}

.layWrap .showTblSp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .layWrap .showTblSp {
    display: block;
  }
}

.layWrap .showSp {
  display: none;
}

@media screen and (max-width: 750px) {
  .layWrap .showSp {
    display: block;
  }
}

.showEn {
  display: none;
}

body[class*="isEn"] .showJp {
  display: none !important;
}

body[class*="isEn"] .showEn {
  display: block !important;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*common*/
/* --------------------
　.lay　レイアウト設定
--------------------*/
/* --------------------
layHeader　ヘッダー
--------------------*/
.layHeader {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

@media screen and (max-width: 1024px) {
  .layHeader .modSubTitle {
    font-weight: normal !important;
    margin: 0;
    padding: 1rem;
    border-top: 1px solid #707070;
  }
  .layHeader .modSubTitle::before {
    content: none;
  }
  .layHeader .modSubTitle::after {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    margin-top: -0.5rem;
    position: absolute;
    top: 50%;
    right: 0.5vw;
    background: url(../images/common/icon-plus.svg) no-repeat center;
    background-size: 100% auto;
  }
  .layHeader .modSubTitle.isAccoOpen::after {
    background-image: url(../images/common/icon-minus.svg);
  }
  .layHeader .layItemListWrap {
    /* border-bottom: 1px solid #707070; */
  }
  .layHeader  .isLastItemSp {
    border-bottom: 1px solid #707070;;
  }
}

.layHeaderInner {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 30px;
  position: relative;
  z-index: 11;
}

@media print, screen and (min-width: 1025px) {
  .layHeaderInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1250px) {
.layHeaderInner {
  padding: 0 0 0 15px;
}
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .layHeaderInner {
    height: 9vw;
  }
}

@media screen and (max-width: 750px) {
  .layHeaderInner {
    height: 13vw;
    padding: 0 0 0 5vw;
  }
}

.layHeaderLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
  width: 140px;
  position: relative;
  z-index: 100;
}

@media screen and (min-width: 1025px) and (max-width: 1400px) {
  .layHeaderLogo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    width: 120px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1250px) {
  .layHeaderLogo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    width: 110px;
  }
}

@media screen and (max-width: 1024px) {
  .layHeaderLogo {
    height: 100%;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .layHeaderLogo {
    width: 140px;
  }
}

@media screen and (max-width: 750px) {
  .layHeaderLogo {
    width: 26vw;
  }
}

.layHeaderLogo a {
  display: block;
}

.layHeaderLogo img {
  width: 100%;
}

@media print, screen and (min-width: 1260px) {
  .layHeaderNavWrap {
    margin-left: 2%;
  }
}

@media print, screen and (min-width: 1151px) and (max-width: 1260px) {
  .layHeaderNavWrap {
    margin-left: 1%;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1150px) {
  .layHeaderNavWrap {
    margin-left: 1%;
  }
}

@media screen and (max-width: 1024px) {
  .layHeaderNavWrap {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 95vh;
    -webkit-transform: translateY(99.8%);
    -ms-transform: translateY(99.8%);
    transform: translateY(99.8%);
    background-color: #fff;
    overflow: auto;
    z-index: 1000;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .layHeaderNavWrap {
    padding: 0.5rem 35px 100px;
  }
}

@media screen and (max-width: 750px) {
  .layHeaderNavWrap {
    padding: 0.25rem 0 30vw;
  }
}

.layHeaderNav {
  line-height: 1.26;
}

@media print, screen and (min-width: 1025px) {
  .layHeaderNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 1024px) {
  .layHeaderNavCategory {
    border-bottom: 1px solid #f8f8f8;
  }
}

.layHeaderNavCategory > a {
  font-size: 14px;
  font-size: 0.875rem;
}

@media print, screen and (min-width: 1025px) {
  .layHeaderNavCategory > a, .layHeaderNavTtlPc {
    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;
    white-space: nowrap;
    padding: 0 0.9rem;
    height: 4.5rem;
    font-size: 0.875rem;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}

@media print, screen and (min-width: 1025px){
  .layHeaderNavCategory > a, .layHeaderNavTtlPc {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 0 0.8rem;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1400px) {
  .layHeaderNavCategory > a, .layHeaderNavTtlPc {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0 0.6rem;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1250px) {
  .layHeaderNavCategory > a, .layHeaderNavTtlPc {
    padding: 0 0.3rem;
  }
}

@media screen and (max-width: 1024px) {
  .layHeaderNavCategory > a {
    display: block;
    position: relative;
  }
  .layHeaderNavCategory > a::after {
    content: "";
    display: block;
    width: 0.375rem;
    height: 0.6875rem;
    position: absolute;
    right: 7vw;
    top: 50%;
    background: url(../images/common/icon-arrowNav.svg) no-repeat center right;
    background-size: 150% auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .layHeaderNavCategory > a {
    font-size: 16px;
    font-size: 1rem;
    padding: 1.5rem 35px;
  }
}

@media screen and (max-width: 750px) {
  .layHeaderNavCategory > a {
    font-size: 16px;
    font-size: 4.26667vw;
    padding: 1rem 5vw;
  }
}

@media print, screen and (min-width: 1025px) {
  .layHeaderNavCategory::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: #0065cb;
    -webkit-transform: translateY(-0.9rem);
    -ms-transform: translateY(-0.9rem);
    transform: translateY(-0.9rem);
    position: relative;
    left: 1rem;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
  }
  .layHeaderNavCategory:hover::after {
    width: calc(100% - 2rem);
  }
}

@media print, screen and (min-width: 1025px) {
  body[class*="isProducts"] .layHeaderNavCategory.isProducts::after,
  body.isQuickaction .layHeaderNavCategory.isQuickaction::after,
  body.isFaq .layHeaderNavCategory.isFaq::after,
  body.isAbout .layHeaderNavCategory.isAbout::after,
  body.isCm .layHeaderNavCategory.isCm::after,
  body.isHistory .layHeaderNavCategory.isHistory::after {
    width: calc(100% - 2rem);
  }
}

@media print, screen and (min-width: 1025px) {
  .layHeaderNavChildWrap:not(.isLang) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100vw;
    max-width: 1400px;
    height: 0;
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    opacity: 0;
    -webkit-transition: opacity 0.45s, height 0.3s;
    -o-transition: opacity 0.45s, height 0.3s;
    transition: opacity 0.45s, height 0.3s;
    pointer-events: none;
    z-index: 5;
  }
  .isNavOpen .isHasChild:hover .layHeaderNavChildWrap:not(.isLang) {
    height: 450px;
    padding-top: 3.5rem;
    opacity: 1;
    pointer-events: auto;
  }
  .layHeaderNavChildWrap:not(.isLang)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 110vw;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
  }
  .isNavOpen .isHasChild:hover .layHeaderNavChildWrap:not(.isLang).isStore {
    height: 320px;
  }
  .layHeaderNavChildWrap:not(.isLang).isStore::after {
    background-color: #ffc111;
  }
  body.isAbout .layHeaderNavChildWrap:not(.isLang).isStore::after {
    background-color: #e5e5e5;
  }
}

@media screen and (min-width: 1441px) {
  .layHeaderNavChildWrap:not(.isLang) {
    width: 110%;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .layHeaderNavChildWrap:not(.isLang) {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .layHeaderNavChildWrap.isStore, .layHeaderNavChildWrap.isLang {
    display: none;
  }
}

.layHeaderNavChild {
  position: relative;
  z-index: 6;
}

@media print, screen and (min-width: 1025px) {
  .layHeaderNavChildItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 1024px) {
  .layHeaderNavChildItem + .layHeaderNavChildItem {
    border-top: 1px solid #fff;
  }
}

.layHeaderNavChildItem a {
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 1025px) {
  .layHeaderNavChildItem a {
    width: 50%;
    padding: 0.85rem 5%;
    background-image: url(../images/icon/arrowBk.svg);
    background-position: 22em center;
  }
  .layHeaderNavChildItem:hover .layHeaderNavChildItem a {
    background-color: #fff;
    position: relative;
  }
}

@media screen and (max-width: 1024px) {
  .layHeaderNavChildItem a {
    display: block;
    background-image: url(../images/icon/acco_openBl.svg);
  }
  .layHeaderNavChildItem a.isAccoOpen {
    background-image: url(../images/icon/acco_closeBl.svg);
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .layHeaderNavChildItem a {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 1.25rem 70px;
  }
}

@media screen and (max-width: 750px) {
  .layHeaderNavChildItem a {
    font-size: 12px;
    font-size: 3.2vw;
    padding: 1.25rem 8.4vw;
  }
}

@media print, screen and (min-width: 1025px) {
  .layHeaderSubNav {
    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;
    margin-left: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 150px;
    max-width: 350px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1150px) {
  .layHeaderSubNav {
    min-width: auto;
    max-width: auto;
  }
}

@media screen and (max-width: 1024px) {
  .layHeaderSubNav {
    width: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .layHeaderSubNav {
    height: 9vw;
  }
}

@media screen and (max-width: 750px) {
  .layHeaderSubNav {
    height: 13vw;
  }
}

.laySns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print, screen and (min-width: 1025px) {
  .layHeader .laySns {
    margin-right: 10px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1150px) {
  .layHeader .laySns {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .layHeader .laySns {
    display: none;
  }
}

.laySns li {
  width: 35px;
}

@media print, screen and (min-width: 1025px) and (max-width: 1440px) {
  .laySns li {
    width: 32px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .laySns li {
    width: 28px;
  }
}

@media print, screen and (min-width: 1151px) and (max-width: 1220px) {
  .laySns li {
    width: 1.75rem;
  }
}

.laySns li + li {
  margin-left: 0.5rem;
}

@media print, screen and (min-width: 1151px) and (max-width: 1220px) {
  .laySns li + li {
    margin-left: 0.3rem;
  }
}

@media screen and (max-width: 1024px) {
  .laySns li + li {
    margin-left: 0.75rem;
  }
}

.laySns li a {
  display: block;
}

@media print, screen and (min-width: 1025px) {
  .laySns li a {
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .laySns li a:hover {
    opacity: 0.7;
  }
}

.layFooterSns .laySns {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 1024px) {
  .layHeaderNavChildWrap.isLang {
    width: 100vw;
    padding: 2rem;
    position: absolute;
    bottom: 0;
    background-color: #d0d0d0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@media print, screen and (min-width: 1025px) {
  .layHeaderStore {
    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;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.65rem;
    flex: 0 0 4.65rem;
    width: 4.65rem;
    background-color: #ffc111;
  }
}

body.isAbout .layHeaderStore {
  background-color: #e5e5e5;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .layHeaderStoreBtn {
    width: 9vw;
    height: 9vw;
    right: 9vw;
  }
}

@media screen and (max-width: 750px) {
  .layHeaderStoreBtn {
    width: 13vw;
    height: 13vw;
    right: 13vw;
  }
}

@media screen and (max-width: 1024px) {
  .layHeaderStoreBtn {
    background-color: #ffc111;
    position: absolute;
    top: 0;
  }
  body.isAbout .layHeaderStoreBtn {
    background-color: #e5e5e5;
  }
  .layHeaderStoreBtn img {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .layHeaderStoreBtn.isAccoOpen {
    background: #ffc111 url(../images/common/icon-close.svg) no-repeat center;
    background-size: 40% auto;
  }
  .layHeaderStoreBtn.isAccoOpen img {
    opacity: 0;
  }
}

@media screen and (max-width: 1024px) {
  .layHeaderNavChildWrap.isStore {
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: absolute;
    bottom: 0;
    background-color: #ffc111;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  body.isAbout .layHeaderNavChildWrap.isStore {
    background-color: #e5e5e5;
  }
}

.layHeaderNavBtn {
  display: none;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .layHeaderNavBtn {
    width: 9vw;
    height: 9vw;
  }
}

@media screen and (max-width: 750px) {
  .layHeaderNavBtn {
    width: 13vw;
    height: 13vw;
  }
}

@media screen and (max-width: 1024px) {
  .layHeaderNavBtn {
    display: block;
    background: url(../images/common/icon-sp-nav-btn.svg) no-repeat center;
    background-size: 50% auto;
    background-color: #FFC12D;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 15;
    cursor: pointer;
  }
  .isNavOpen .layHeaderNavBtn {
    background-image: url(../images/common/icon-close.svg);
    background-size: 40% auto;
  }
}

/* 知りたい！風邪のことheader */
@media print, screen and (min-width: 1025px) {
  .layHeader .layHeaderNavCategory.isAbout .layItemCol {
    width: 33.33333%;
    flex: 1;
  }

  .layHeader .layHeaderNavCategory.isAbout .layItemCol:not(:first-child) {
    margin-left: 96.5px;
  }

  .layHeader .layHeaderNavCategory.isAbout .layItemCol .modSubTitle.isColor01::before {
    background-color: #051F5C !important;
  }  

  .layHeader .layHeaderNavCategory.isAbout .layItemCol .modSubTitle.isColor02::before {
    background-color: #E5551E !important;
  }    

  .layHeader .layHeaderNavCategory.isAbout .layItemCol .modSubTitle.isColor03::before {
    background-color: #D29D2B !important;
  }

  .layHeader .layHeaderNavCategory.isAbout .layItemList {
    display: block;
  }

  .layHeader .layHeaderNavCategory.isAbout .layItemList .layItem {
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0 0 0 1rem;
  }

  .layHeader .layHeaderNavCategory.isAbout .layItemList .mainImage {
    width: 167px;
    margin-bottom: 20px;
  }  

  .layHeader .layHeaderNavCategory.isAbout .layItemList .articleLink {
    display: block;
    position: relative;
    padding-right: 30px;
    font-size: 14px;
  }    

  .layHeader .layHeaderNavCategory.isAbout .layItemList .articleLink:not(:last-child) {
    margin-bottom: 15px;
  }     
  
  .layHeader .layHeaderNavCategory.isAbout .layItemList .articleLink::after {
    content: "";
    display: block;
    width: 4.5px;
    height: 9px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/common/icon-arrowNav.svg) no-repeat;
    background-size: contain;
  }   
  
  .layHeader .layHeaderNavCategory.isAbout .layItemList .articleLink:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 1024px) {
  .layHeader .layHeaderNavCategory.isAbout .layItemList {
    display: block;
  }

  .layHeader .layHeaderNavCategory.isAbout .layItemList .layItem {
    text-align: left;
    margin: 0;
    padding: 0 0 0 1rem;
  }

  .layHeader .layHeaderNavCategory.isAbout .layItemList .mainImage {
    width: 42.13333333333333vw;
    margin-bottom: 20px;
  }  

  .layHeader .layHeaderNavCategory.isAbout .layItemList .articleLink {
    display: block;
    position: relative;
    padding-right: 60px;
    font-size: 12px;
  }
  
  .layHeader .layHeaderNavCategory.isAbout .layItemList .articleLink {
    margin-bottom: 20px;
  }    

  .layHeader .layHeaderNavCategory.isAbout .layItemList .articleLink::after {
    content: "";
    display: block;
    width: 0.375rem;
    height: 0.6875rem;
    position: absolute;
    right: 2vw;
    top: 50%;
    background: url(../images/common/icon-arrowNav.svg) no-repeat center right;
    background-size: 150% auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }   
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .layHeader .layHeaderNavCategory.isAbout .layItemList .articleLink {
    font-size: 14px;
  }
}

/* --------------------
layLang　言語切り替え
--------------------*/
@media print, screen and (min-width: 1025px) {
  .layLang {
    position: relative;
  }
}

@media screen and (max-width: 1024px) {
  .layHeader .layLang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .layHeader .layLang {
    padding-right: 9vw;
  }
}

@media screen and (max-width: 750px) {
  .layHeader .layLang {
    padding-right: 13vw;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .layFooter .layLang {
    position: relative;
  }
}

.layLangBtn {
  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;
  background-color: #d0d0d0;
  padding: 0.5rem 0.75rem;
  cursor: pointer;
}

@media print, screen and (min-width: 1025px) {
  .layLangBtn {
    padding-right: 1.25rem;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .layLangBtn:hover {
    background-color: #e0e0e0;
  }
  .layFooter .layLangBtn:hover {
    background-color: #f3f3f3;
  }
  .layLangBtn::before {
    content: "";
    display: block;
    width: 0.65rem;
    height: 0.5rem;
    position: absolute;
    top: 50%;
    right: 0.5rem;
    margin-top: -0.25rem;
    background: url(../images/common/icon-acco-arrowBk.svg) no-repeat center;
    background-size: contain;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    -o-transition: transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
  }
  .layLangBtn.isAccoOpen::before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}

.layHeader .layLangBtn {
  width: 100px;
  height: 74px;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .layHeader .layLangBtn {
    width: 9vw;
    height: 9vw;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1150px) {
  .layHeader .layLangBtn {
    width: 80px;
  }
}

@media screen and (max-width: 750px) {
  .layHeader .layLangBtn {
    width: 13vw;
    height: 13vw;
    padding: 0.5rem;
  }
}

@media screen and (max-width: 1024px) {
  .layHeader .layLangBtn.isAccoOpen {
    background-image: url(../images/common/icon-close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40% auto;
  }
  .layHeader .layLangBtn.isAccoOpen img {
    opacity: 0;
  }
}

.layFooter .layLangBtn {
  background-color: transparent;
}

@media print, screen and (min-width: 751px) {
  .layFooter .layLangBtn {
    border: 1px solid #707070;
    padding-left: 2rem;
  }
}

@media screen and (max-width: 750px) {
  .layFooter .layLangBtn {
    display: block;
    text-align: left;
    padding: 0.75rem 0;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    position: relative;
  }
  .layFooter .layLangBtn::before {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 50%;
    right: 0.5vw;
    margin-top: -0.625rem;
    background: url(../images/common/icon-plus.svg) no-repeat center;
    background-size: 100% auto;
  }
  .layFooter .layLangBtn.isAccoOpen::before {
    background-image: url(../images/common/icon-minus.svg);
  }
}

.layLangBtn::after {
  content: "JP";
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 0.5rem;
}

body.isEnTop .layLangBtn::after {
  content: "EN";
}

body.isCnTop .layLangBtn::after {
  content: "CN";
}

body.isTwTop .layLangBtn::after {
  content: "TW";
}

@media print, screen and (min-width: 1025px) and (max-width: 1440px) {
  .layLangBtn::after {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .layLangBtn::after {
    font-size: 11.5px;
    font-size: 0.71875rem;
  }
}

@media screen and (max-width: 1024px) {
  .layHeader .layLangBtn::after {
    content: none !important;
  }
}

@media screen and (max-width: 750px) {
  .layLangBtn::after {
    font-size: 14px;
    font-size: 3.73333vw;
  }
  .layFooter .layLangBtn::after {
    line-height: 1.65;
    padding-left: 0.75rem;
  }
}

.layLangBtn img {
  width: 28px;
  height: 28px;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .layLangBtn img {
    width: 2rem;
    height: 2rem;
  }
}

@media screen and (max-width: 750px) {
  .layLangBtn img {
    width: 6vw;
    height: 6vw;
  }
}

.layLangMenu {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  min-width: 100%;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  background-color: #d0d0d0;
  border-bottom: 1px solid #707070;
  z-index: 1000;
}

@media print, screen and (min-width: 751px) {
  .layFooter .layLangMenu {
    background-color: #fff;
  }
}

@media screen and (max-width: 750px) {
  .layFooter .layLangMenu {
    position: static;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    background: transparent;
    padding: 0.25rem 0;
  }
}

.layLangMenu li + li {
  border-top: 1px dotted #707070;
}

@media screen and (max-width: 750px) {
  .layFooter .layLangMenu li + li {
    border-top: none;
  }
}

.layLangMenu li a {
  display: block;
  font-weight: normal;
  padding: 1.25rem 1rem;
  white-space: nowrap;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

@media screen and (min-width: 1025px) and (max-width: 1150px) {
  .layLangMenu li a {
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .layHeader .layLangMenu li a {
    text-align: center;
  }
}

.layFooter .layLangMenu li a {
  padding: 0.75rem 1rem;
}

@media screen and (max-width: 750px) {
  .layFooter .layLangMenu li a {
    text-align: left;
    padding: 0.5rem 1rem 0.5rem 1.5rem;
  }
}

@media print, screen and (min-width: 1025px) {
  .layLangMenu li a:hover {
    background-color: #e0e0e0;
    text-decoration: none !important;
  }
  .layFooter .layLangMenu li a:hover {
    background-color: #f3f3f3;
  }
}

/* --------------------
layWrap, layContents　アウトライン・コンテンツ
--------------------*/
.layWrap {
  overflow: hidden;
}

@media print, screen and (min-width: 1025px) {
  .layWrap {
    padding-top: 4.5rem;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .layWrap {
    padding-top: 9vw;
  }
}

@media screen and (max-width: 750px) {
  .layWrap {
    padding-top: 13vw;
  }
}

/* --------------------
laySection, layInner　セクション・インナー
--------------------*/
@media print, screen and (min-width: 1025px) {
  .laySection {
    padding: 6.5rem 0;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .laySection {
    padding: 5rem 0;
  }
}

@media screen and (max-width: 750px) {
  .laySection {
    padding: 3.5rem 0;
  }
}

.laySection.isStore {
  background-color: #ffc111;
}

@media print, screen and (min-width: 1025px) {
  .laySection.isStore {
    padding: 3rem 0;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .laySection.isStore {
    padding: 2.75rem 0;
  }
}

@media screen and (max-width: 750px) {
  .laySection.isStore {
    padding: 2.25rem 0;
  }
}

.laySection.isBgG {
  background-color: #f2f2f2;
}

@media print, screen and (min-width: 1025px) {
  .laySection.isBgG {
    padding: 4rem 0;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .laySection.isBgG {
    padding: 3.5rem 0;
  }
}

@media screen and (max-width: 750px) {
  .laySection.isBgG {
    padding: 2.5rem 0;
  }
}

.laySection:not(.isStore):not(.isBgG) + .laySection:not(.isStore):not(.isBgG),
body[class*="isEn"] .laySection:first-child,
body[class*="isCn"] .laySection:first-child,
body[class*="isTw"] .laySection:first-child {
  padding-top: 0;
}

.layInner {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .layInner {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media screen and (max-width: 750px) {
  .layInner {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

.layInnerS {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.layInnerXS {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* --------------------
layBread　パンクズ
--------------------*/
.layBread {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.26;
  padding-top: 1rem;
  padding-bottom: 2rem;
  white-space: nowrap;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .layBread {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media screen and (max-width: 750px) {
  .layBread {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

@media screen and (max-width: 750px) {
  .layBread {
    font-size: 11px;
    font-size: 2.93333vw;
    overflow: auto;
  }
}

.layBread li:not(:empty):not(:last-child)::after {
  content: ">";
  display: inline-block;
  margin: 0 0.5em;
}

@media screen and (max-width: 750px) {
  .layBread li:not(:empty):not(:last-child)::after {
    margin: 0 0.25em;
  }
}

.layBread li:last-child {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.layBread a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media print, screen and (min-width: 1025px) {
  .layBread a:hover {
    text-decoration: underline;
  }
}

/* --------------------
layColumn　カラム
--------------------*/
.layColumn:not(:first-child) {
  margin-top: 3.5rem;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .layColumn:not(:first-child) {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 750px) {
  .layColumn:not(:first-child) {
    margin-top: 2.5rem;
  }
}

@media print, screen and (min-width: 751px) {
  .layColumn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 751px) {
  .layColumn.isCol2.isWrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .layColumn.isCol2.isRev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media print, screen and (min-width: 751px) {
  .layColumn.isCol3.isWrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .layColumn.isCol3.isWrap::after {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.5%;
    flex: 0 0 31.5%;
    width: 31.5%;
  }
}

@media screen and (max-width: 750px) {
  .layColumn.isCol3 {
    display: block;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .layColumn .layColumn {
    display: block;
  }
}

.layColumn + .layColumn {
  margin-top: 4rem;
}

@media screen and (max-width: 750px) {
  .layColumn + .layColumn {
    margin-top: 2.5rem;
  }
}

@media print, screen and (min-width: 751px) {
  .layColumnItem {
    overflow: hidden;
  }
  .isCol2 .layColumnItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48.1%;
    flex: 0 0 48.1%;
    width: 48.1%;
  }
  .isCol3 .layColumnItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.5%;
    flex: 0 0 31.5%;
    width: 31.5%;
    max-width: 375px;
  }
  .isCol3 .layColumnItem.isAboutFooter {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    width: 32%;
    max-width: 384px;
    min-height: 124px;
    background-color: #fff;
  }
  .isCol3.isWrap .layColumnItem:nth-child(n+4) {
    margin-top: 1.75rem;
  }
  .layColumnItem.isHalf {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }
  .layColumnItem.isAjust {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    width: 46%;
  }
}

@media screen and (max-width: 750px) {
  .layColumnItem + .layColumnItem {
    margin-top: 9.5vw;
  }
  .isCol3 .layColumnItem.isAboutFooter {
    margin-top: 9.5vw;
    background-color: #fff;
  }
  .layColumnItem.isAboutFooter + .layColumnItem.isAboutFooter {
    margin-top: 4.27vw;
    
  }
}

@media screen and (max-width: 1024px) {
  .layColumnItem .layColumnItem + .layColumnItem {
    margin-top: 1.5rem;
  }
  .layColumnItem .layColumnItem + .layColumnItem .modBtn {
    margin-top: 0;
  }
}

.layColumnItem .modBtn {
  margin-top: 2.5rem;
}

@media screen and (max-width: 750px) {
  .layColumnItem .modBtn {
    margin-top: 1.5rem;
  }
}

/* --------------------
layItem　製品一覧
--------------------*/
@media print, screen and (min-width: 1025px) {
  .layItemListWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .layHeader .layItemListWrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .laySection .layItemListWrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 1025px) {
  .layHeader .layItemCol + .layItemCol {
    margin-left: 3.5%;
  }
}

@media print, screen and (min-width: 1025px) {
  .layHeader .layItemCol.isMainItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    width: 33.3%;
  }
  .laySection .layItemCol.isMainItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    width: 33.3%;
  }
}

@media print, screen and (min-width: 1025px) {
  .layHeader .layItemCol.isFamilyItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6%;
    flex: 0 0 66.6%;
    width: 66.6%;
  }
  .laySection .layItemCol.isFamilyItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6%;
    flex: 0 0 66.6%;
    width: 66.6%;
  }
}

@media print, screen and (min-width: 1025px) {
  .layHeader .layItemCol.isSubItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    width: 24%;
  }
  .laySection .layItemCol.isSubItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    width: 30%;
  }
}

@media screen and (max-width: 1024px) {
  .spAccoBody {
    display: none;
  }
}

.layItemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}



@media screen and (max-width: 1024px) {
  .layHeader .layItemList {
    padding-top: 0.75rem;
  }
}

.layItem {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  text-align: center;
  margin-bottom: 2rem;
  padding: 0 1rem 2px;
}

@media print, screen and (min-width: 1025px) {
  .layItem {
    width: 50%;
    min-height: 188px;
    position: relative;
  }
  .layItem.isSteT {
    width: 33.3%;
    flex: 0 0 33.3%;
    min-height: 188px;
    position: relative;
  }
    .layItem.isSokan{
    width: 33.3%;
    flex: 0 0 33.3%;
    min-height: 188px;
    position: relative;
  }
    .layItem.isGranules{
    width: 33.3%;
    flex: 0 0 33.3%;
    min-height: 188px;
    position: relative;
  }
  body.isFaq .layItem {
    min-height: 206px;
  }
}

@media screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1300px) {
  body.isFaq .laySection .layItem {
    min-height: 195px;
  }
}

@media screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1150px) {
  body.isFaq .laySection .layItem {
    min-height: 185px;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .layItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    padding: 0 3%;
  }
}

@media screen and (max-width: 750px) {
  .layItem {
    padding: 0 2.5vw;
  }
}

.layItem > div:not([class]), .layItem > div.isIconNew, .layItem > a {
  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;
  height: 100%;
}

@media print, screen and (min-width: 1025px) {
  .layItem > div:not([class]), .layItem > div.isIconNew, .layItem > a {
    height: calc(100% - 1px);
  }
}

.layItem > div:not([class]) .itemImage, .layItem > div.isIconNew .itemImage, .layItem > a .itemImage {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .layItem > div:not([class]) .itemImage, .layItem > div.isIconNew .itemImage, .layItem > a .itemImage {
    width: 100%;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
  body.isFaq .laySection .layItem > div:not([class]) .itemImage, body.isFaq .laySection .layItem > div.isIconNew .itemImage, body.isFaq .laySection .layItem > a .itemImage {
    min-height: 6.5em;
  }
}

.layItem > div:not([class]) .layItemName, .layItem > div.isIconNew .layItemName, .layItem > a .layItemName {
  white-space: nowrap;
}

.layItem > div:not([class]) .layItemName:not(:last-child), .layItem > div.isIconNew .layItemName:not(:last-child), .layItem > a .layItemName:not(:last-child) {
  padding-bottom: 0.75em;
}

@media print, screen and (min-width: 1025px) {
  body.isFaq .laySection .layItem > div:not([class]) .layItemName, body.isFaq .laySection .layItem > div.isIconNew .layItemName, body.isFaq .laySection .layItem > a .layItemName {
    min-height: 4.25em;
    padding-bottom: 1.75em;
    position: relative;
  }
  body.isFaq .laySection .layItem > div:not([class]) .layItemName img, body.isFaq .laySection .layItem > div.isIconNew .layItemName img, body.isFaq .laySection .layItem > a .layItemName img {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
  body.isFaq .laySection .layItem > div:not([class]) .layItemName, body.isFaq .laySection .layItem > div.isIconNew .layItemName, body.isFaq .laySection .layItem > a .layItemName {
    margin-top: -1.25em;
    min-height: 4.5em;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1150px) {
  body.isFaq .laySection .layItem > div:not([class]) .layItemName, body.isFaq .laySection .layItem > div.isIconNew .layItemName, body.isFaq .laySection .layItem > a .layItemName {
    margin-top: -1.5em;
    min-height: 4.25em;
  }
}

.layItem > div:not([class]) .modBtn, .layItem > div.isIconNew .modBtn, .layItem > a .modBtn {
  margin-top: auto;
}

@media print, screen and (min-width: 1025px) {
  .layItem .itemImage {
    max-width: 140px;
  }
  .layItem .itemImage img {
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .layItem .itemImage {
    max-width: 130px;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .layItem .itemImage {
    max-width: 20vw;
  }
}

@media screen and (max-width: 750px) {
  .layItem .itemImage {
    max-width: 32vw;
  }
}

@media print, screen and (min-width: 1025px) {
  .layHeader .isMainItem .layItem, .layHeader .isSubItem .layItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95%;
    flex: 0 0 95%;
    width: 95%;
  }
}

.layItem a {
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 2px;
}

@media print, screen and (min-width: 1025px) {
  .layItem a:hover .itemImage img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    position: relative;
    z-index: 2;
  }
}

@media all and (-ms-high-contrast: none) {
  .itemImage img {
    max-width: 135px !important;
  }
}

.layItemCopy {
  color: #6f6f6f;
  margin-bottom: 2rem;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .layItemCopy {
    font-size: 12.5px;
    font-size: 0.78125rem;
    white-space: nowrap;
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
}

@media print, screen and (min-width: 751px) {
  .layItemCopy .is-sp {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .layItemCopy {
    font-size: 14px;
    font-size: 3.73333vw;
    margin-left: -0.5em;
    margin-right: -0.5em;
    margin-bottom: 1.8rem;
  }

  .layItem.isSteT .layItemCopy {
    margin-bottom: 1.3rem;
  }

  .layItemCopy .is-sp {
    display: block;
  }
}

.layItemName {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.26;
  margin-top: -1em;
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .layItemName {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
}

@media screen and (max-width: 750px) {
  .layItemName {
    font-size: 13px;
    font-size: 3.46667vw;
    margin-left: -0.25em;
    margin-right: -0.25em;
  }
}

.layItemName img {
  display: block;
  width: auto;
  height: 18px;
  margin: 0.5em auto 0;
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .layItemName img {
    width: 80px;
    height: auto;
  }
}

/* --------------------
layStore　ストア
--------------------*/
.layStore {
  margin-bottom: 2rem;
  /* padding-top: 5rem; */
  padding-top: 2rem;
}

@media print, screen and (min-width: 751px) {
  .layStore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .layStoreTxt {
    margin-top: -2rem;
  }
}

@media screen and (max-width: 750px) {
  .layStore {
    margin-bottom: 1.25rem;
  }

  .layStoreTxt {
    margin-top: -1rem;
  }

}

.modTitle + .layStore {
  padding-top: 0;
}

.layStore + .modListStd {
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (max-width: 750px) {
  .layStore + .modListStd {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

@media print, screen and (min-width: 751px) {
  .layStoreItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
  }
}

@media print, screen and (min-width: 1025px) {
  .layStoreItem {
    width: 32%;
  }
}

@media screen and (max-width: 750px) {
  .layStoreItem + .layStoreItem {
    margin: 0.75rem 0 0;
  }
}

.layStoreItem a {
  display: block;
  text-align: center;
  background-color: #fff;
  padding: 0.65rem 2rem 0.5rem;
  position: relative;
}

@media print, screen and (min-width: 1025px) {
  .layStoreItem a {
    border: 1px solid #fff;
    -webkit-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s;
  }
  .layStoreItem a:hover {
    border-color: #000;
  }
}

@media screen and (max-width: 750px) {
  .layStoreItem a {
    padding: 0.6rem 2rem 0.45rem;
  }
}

.layStoreItem a::after {
  content: "";
  display: block;
  width: 21px;
  height: 16px;
  background: url(../images/common/icon-blank.png) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.layStoreItem img {
  width: 50%;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .layStoreItem img {
    width: 65%;
  }
}

/* --------------------
layTotop　ページトップ
--------------------*/
.layTotop {
  text-align: center;
  padding-bottom: 2.5rem;
}

.layTotop a {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  width: 5em;
  height: 4em;
  padding-top: 3em;
  position: relative;
}

@media screen and (max-width: 750px) {
  .layTotop a {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.layTotop a::before {
  content: "";
  display: block;
  width: 2.2em;
  height: 2.2em;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  position: absolute;
  top: 1em;
  left: 1.4em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 0.3s;
  -o-transition: top 0.3s;
  transition: top 0.3s;
}

@media screen and (max-width: 750px) {
  .layTotop a::before {
    width: 3.25em;
    height: 3.25em;
    top: 0.8em;
    left: 0.9em;
  }
}

@media print, screen and (min-width: 1025px) {
  .layTotop a:hover::before {
    top: 0.3em;
  }
}

/* --------------------
layData　サイトデータ
--------------------*/
.layData {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: right;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 750px) {
  .layData {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.layDataUpate {
  margin-left: 1em;
}

/* --------------------
layFooter　フッター
--------------------*/
.layFooter {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.45;
  padding: 2.5rem 0rem 2.3rem;
  background-color: #e5e5e5;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .layFooter {
    padding: 2.5rem 0 3rem;
  }
}

@media screen and (max-width: 750px) {
  .layFooter {
    font-size: 14px;
    font-size: 3.73333vw;
    padding: 2.4rem 0rem 2.6rem;
  }
}

.layFooterInner {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .layFooterInner {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media screen and (max-width: 750px) {
  .layFooterInner {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1150px) {
  .layFooterInner {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .layFooterInner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media print, screen and (min-width: 1025px) {
  .layFooterInner a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 750px) {
  .layFooterInner a {
    display: inline-block;
    padding: 0.1em 0;
  }
}

@media screen and (max-width: 750px) {
  .layFooterLogo {
    margin-bottom: 2rem;
  }
}

@media print, screen and (min-width: 751px) {
  .layFooterCol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; */
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .layFooterCol {
    font-size: 12.5px;
    font-size: 0.78125rem;
    margin-top: 2rem;
  }
  .layFooterCol .modEfficacy {
    display: block;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .layFooterCol .isAjust {
    display: block;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .layFooterCol .isAjust {
    display: block;
  }
}

@media print, screen and (min-width: 751px) {
  .layFooterColItem {
    padding: 0 3% 2%;
  }
  .layFooterColItem + .layFooterColItem {
    border-left: 1px solid #707070;
  }
  .layFooterColItem:first-child {
    /* width: 40%; */
    width: 50%;
    padding-left: 0;
  }
}

@media screen and (min-width: 751px) and (min-width: 751px) and (max-width: 1024px) {
  .layFooterColItem:first-child {
    /* width: 40%; */
    width: 50%;
  }
}

@media print, screen and (min-width: 751px) {
  .layFooterColItem:nth-child(2) {
    /* width: 20%; */
    width: 26.6%;
  }

  .layFooterColItem:nth-child(2) .layFooterCategory:nth-child(3) {
    margin-top: 0.9rem;
  }

  .layFooterColItem:nth-child(2) .layFooterCategory:nth-child(4) {
    margin-top: 0.7rem;
  }

  .layFooterColItem:last-child {
    /* width: 30%; */
    flex-grow: 1;
    padding-right: 0;
  }

  .layFooterColItem:last-child .layFooterCategory:nth-child(2) {
    margin-top: 1.5rem;
  }

  .layFooterColItem:last-child .layFooterCategory:nth-child(3) {
    margin-top: 1.3rem;
  }

  .layFooterColItem .layLangBtn img {
    width: 20px;
    height: 20px;
  }
}

@media screen and (min-width: 751px) and (min-width: 751px) and (max-width: 1024px) {
  .layFooterColItem:last-child {
    /* width: 30%; */
    flex-grow: 1;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .layFooterColItem {
    padding: 0 3% 2%;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .layFooterColItem {
    padding: 0 2.5% 1%;
  }
}

@media screen and (max-width: 750px) {
  .layFooterColItem :not(.isLang) a, .layFooterColItem .jsAccoBtnOnlySP {
    display: block;
    padding: 0.75rem 0;
    position: relative;
  }
  .layFooterColItem :not(.isLang) a::after, .layFooterColItem .jsAccoBtnOnlySP::after {
    content: "";
    display: block;
    width: 0.375rem;
    height: 0.6875rem;
    position: absolute;
    right: 1.5vw;
    top: 50%;
    background: url(../images/common/icon-arrowNav.svg) no-repeat center right;
    background-size: 150% auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .layFooterColItemNeo .jsAccoBtnOnlySP::after {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 50%;
    right: 0.5vw;
    background: url(../images/common/icon-plus.svg) no-repeat center;
    background-size: 100% auto;
  }
  .layFooterColItemNeo .jsAccoBtnOnlySP.isAccoOpen::after {
    background-image: url(../images/common/icon-minus.svg);
  }
  .layFooterColItem .layFooterCategoryGranChild a {
    padding: 0.5rem 0;
  }
  .layFooterColItem:first-child {
    border-bottom: 1px solid #707070;
  }
  .layFooterColItem:first-child + .layFooterColItem {
    margin-top: 0.5rem;
  }

  .layFooterCategory.isBorderTop {
    border-top: 1px solid #707070;;
  }
}

@media print, screen and (min-width: 751px) {
  [class*="layFooterCategory"]:not(:first-child) {
    margin-top: 1rem;
  }

  .layFooterColItemNeo [class*="layFooterCategory"]:not(:first-child) {
    margin-top: 0.8rem;
  }
}

@media print, screen and (min-width: 751px) {
  /* .layFooterCategory + .layFooterCategory {
    margin-top: 0.5rem;
  } */
}

.layFooter .layFooterCategoryChild {
  padding-left: 1.5em;
}

@media screen and (max-width: 750px) {
  .layFooter .layFooterCategoryChild {
    border-top: 1px solid #707070;
  }
  .layFooter .layFooterCategoryChild.jsAccoBtnOnlySP {
    position: relative;
  }
  .layFooter .layFooterCategoryChild.jsAccoBtnOnlySP::after {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 50%;
    right: 0.5vw;
    background: url(../images/common/icon-plus.svg) no-repeat center;
    background-size: 100% auto;
  }
  .layFooter .layFooterCategoryChild.jsAccoBtnOnlySP.isAccoOpen::after {
    background-image: url(../images/common/icon-minus.svg);
  }
  .layFooter .layFooterCategoryChild.jsAccoBtnOnlySP a::after {
    content: none;
  }
}

.layFooterCategoryGranChild {
  padding-left: 2.5em;
}

.layFooterCategoryGranChildNeo {
  padding-left: 1.8em;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .layFooterCategoryGranChild {
    padding-left: 1.5em;
  }
}

@media print, screen and (min-width: 751px) {
  .layFooterCategoryGranChild > li + li {
    margin-top: 0.5em;
  }
}

.layFooterCategoryGranChild .isMoreBranch {
  padding-left: 1rem;
}

@media screen and (max-width: 750px) {
  .layFooterCategoryGranChild {
    display: none;
    padding-bottom: 0.5rem;
  }
}

@media print, screen and (min-width: 751px) {
  .layFooterProduct {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; */
    margin-top: 1rem;
  }

  .layFooterProductCol:first-child {
    width: 51.6%;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .layFooterProductCol:first-child {
    margin-left: -1.1rem;
  }
}

@media print, screen and (min-width: 751px) {
  .layFooterProductCol + .layFooterProductCol {
    flex-grow: 1;
    padding-left: 0.5rem;
  }
}

.layFooterNote {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 2rem 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  .layFooterNote {
    font-size: 12px;
    font-size: 3.2vw;
    padding: 1.5rem 0;
  }
}

.layFooterNote .modListStd li + li {
  margin-top: 0;
}

body.isCm .layFooterNote .modListStd li:first-child, body.isCm .layFooterNote .modListStd .isMod {
  display: none;
}

.layFooterSns {
  display: none;
}

@media screen and (min-width: 1025px) and (max-width: 1150px) {
  .layFooterSns {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .layFooterSns {
    display: block;
  }
}

/* --------------------
brandFooter overwrite　共通フッター指定上書き
--------------------*/
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .layWrap #brandFooter .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .layWrap #brandFooter .container .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .layWrap #brandFooter .container .inner ol {
    width: auto;
  }
}

.layWrap #brandFooter .footerLogoS {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 185px;
  flex: 0 0 185px;
}

.layWrap #brandFooter .site_link_pc {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 280px);
  flex: 0 0 calc(100% - 280px);
}

/* --------------------
　.mod　モジュール設定
--------------------*/
/* --------------------
modTitle　見出し
--------------------*/
.modTitle {
  color: #000;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.45;
  margin-bottom: 4.5rem;
  position: relative;
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .modTitle {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .modTitle {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 3.75rem;
  }
}

@media screen and (max-width: 750px) {
  .modTitle {
    font-size: 22.5px;
    font-size: 6vw;
    margin-bottom: 2.5rem;
  }
}

.modTitle:not(:first-child) {
  margin-top: 7rem;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .modTitle:not(:first-child) {
    margin-top: 5.5rem;
  }
}

@media screen and (max-width: 750px) {
  .modTitle:not(:first-child) {
    margin-top: 3.75rem;
  }
}

.modTitle.isBorder::after {
  content: "";
  display: block;
  width: 1em;
  margin: 0.5em auto 0;
  border-bottom: 4px solid #0065cb;
}

@media screen and (max-width: 750px) {
  .modTitle.isBorder::after {
    width: 1.5em;
    margin-top: 0.65em;
  }
}

.modTitle.isBorder.isColor01::after {
  border-bottom-color: #64d0ba;
}

.modTitle.isBorder.isColor02::after {
  border-bottom-color: #e3ba5a;
}

.modTitle.isBorder.isColor03::after {
  border-bottom-color: #939393;
}

.modTitle.isM {
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 3.75rem;
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .modTitle.isM {
    font-size: 26px;
    font-size: 1.625rem;
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .modTitle.isM {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 750px) {
  .modTitle.isM {
    font-size: 21px;
    font-size: 5.6vw;
    margin-bottom: 2.5rem;
  }
}

.modTitle.isM .modTitleEn {
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .modTitle.isM .modTitleEn {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .modTitle.isM .modTitleEn {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 750px) {
  .modTitle.isM .modTitleEn {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.modTitle.isS {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 2.75rem;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .modTitle.isS {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 2.25rem;
  }
}

@media screen and (max-width: 750px) {
  .modTitle.isS {
    font-size: 19px;
    font-size: 5.06667vw;
    margin-bottom: 1.75rem;
  }
  body.isTop .modTitle.isS {
    font-size: 24px;
    font-size: 6.4vw;
  }
}

.modTitle.isS .modTitleEn {
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .modTitle.isS .modTitleEn {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .modTitle.isS .modTitleEn {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 750px) {
  .modTitle.isS .modTitleEn {
    font-size: 14px;
    font-size: 3.73333vw;
  }
  body.isTop .modTitle.isS .modTitleEn {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.modTitle.isStore::before {
  content: "";
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  margin-right: 0.5em;
  vertical-align: -0.25em;
  background: url(../images/common/icon-store.svg) no-repeat center;
  background-size: contain;
}

.modTitle h1 {
  font-weight: bold;
}

.modTitleEn {
  display: block;
  color: #0065cb;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: normal;
  margin-top: 0.25rem;
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .modTitleEn {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .modTitleEn {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 750px) {
  .modTitleEn {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

body.isProductsNeo .modTitleEn {
  color: #000C58;
}

body.isProductsNt .modTitleEn {
  color: #96b729;
}

body.isProductsTt .modTitleEn {
  color: #ce221a;
}

body.isFamily .modTitleEn {
  color: #e9541d;
}

body.isRhinitis .modTitleEn {
  color: #939393;
}

.modSubTitle {
  color: #000;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.45;
  font-weight: normal;
  margin-bottom: 2rem;
  padding-left: 0.65em;
  position: relative;
}

.modSubTitle:not(:first-child) {
  margin-top: 5rem;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .modSubTitle:not(:first-child) {
    margin-top: 4.25rem;
  }
}

@media screen and (max-width: 750px) {
  .modSubTitle:not(:first-child) {
    margin-top: 3rem;
  }
}

.modTitle + .modSubTitle {
  margin-top: 0;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .modSubTitle {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 1.75rem;
  }
}

@media screen and (max-width: 750px) {
  .modSubTitle {
    font-size: 18px;
    font-size: 4.8vw;
    margin-bottom: 1.5rem;
  }
}

.laySection .layItemCol .modSubTitle {
  margin-bottom: 2.25rem;
}

@media screen and (max-width: 750px) {
  .laySection .layItemCol .modSubTitle {
    margin-bottom: 1.75rem;
  }
}

.modSubTitle.isColor01,
.modSubTitle.isColor02,
.modSubTitle.isColor03,
.modSubTitle.isColor05 {
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .modSubTitle.isColor01,
  .modSubTitle.isColor02,
  .modSubTitle.isColor03,
  .modSubTitle.isColor05 {
    font-size: 22px;
    font-size: 5.86667vw;
  }
}

.modSubTitle::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 1.4em;
  background-color: #0065cb;
  position: absolute;
  left: 0;
  top: 0.1em;
}

body.isProductsNeo .modSubTitle::before {
  background-color: #000C58;
}

body.isProductsNt .modSubTitle::before {
  background-color: #96b729;
}

body.isProductsTt .modSubTitle::before {
  background-color: #ce221a;
}

.modSubTitle.isColor00::before {
  background-color: #000c58 !important;
}

.modSubTitle.isColor01::before {
  background-color: #64d0ba !important;
}

.modSubTitle.isColor02::before {
  background-color: #e3ba5a !important;
}

.modSubTitle.isColor03::before {
  background-color: #939393 !important;
}

.modSubTitle.isColor04::before {
  background-color: #0f317f !important;
}

.modSubTitle.isColor05::before {
  height: 100%;
  background-color: #cbdbfc !important;
}

.modSubTitle.isColorTt::before {
  background-color: #ce221a !important;
}

.modSubTitle.isColorNt::before {
  background-color: #96b729 !important;
}

.modSubTitle.isColorFam::before {
  background-color: #e9541d !important;
}

.modSubTitle.isM {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.modSubTitle.isM:not(:first-child) {
  margin-top: 4rem;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .modSubTitle.isM:not(:first-child) {
    margin-top: 3.25rem;
  }
}

@media screen and (max-width: 750px) {
  .modSubTitle.isM:not(:first-child) {
    margin-top: 2.25rem;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .modSubTitle.isM {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 1.75rem;
  }
}

@media screen and (max-width: 750px) {
  .modSubTitle.isM {
    font-size: 18px;
    font-size: 4.8vw;
    margin-bottom: 1.5rem;
  }
}

.modSubTitle.isS {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1.25em;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .modSubTitle.isS {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 750px) {
  .modSubTitle.isS {
    font-size: 16px;
    font-size: 4.26667vw;
    margin-bottom: 1.25em;
  }
}

.modSubTitle.isS:not(:first-child) {
  margin-top: 3.5rem;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .modSubTitle.isS:not(:first-child) {
    margin-top: 3.25rem;
  }
}

@media screen and (max-width: 750px) {
  .modSubTitle.isS:not(:first-child) {
    margin-top: 2.5rem;
  }
}

.layHeader .modSubTitle {
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .layHeader .modSubTitle {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 750px) {
  .layHeader .modSubTitle {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.laySection .layItemCol .modSubTitle {
  font-size: 24px;
  font-size: 1.5rem;
}

@media print, screen and (min-width: 1025px) and (max-width: 1440px) {
  .laySection .layItemCol .modSubTitle {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .laySection .layItemCol .modSubTitle {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .laySection .layItemCol .modSubTitle {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 750px) {
  .laySection .layItemCol .modSubTitle {
    font-size: 18px;
    font-size: 4.8vw;
  }
}

.modSubTitle .isNote {
  font-size: 80%;
  font-weight: normal;
  margin-left: 0.25rem;
}

[class*="modTitle"] + [class*="modTitle"] {
  margin-top: 0;
}

/* --------------------
modLead　リード文
--------------------*/
.modLead {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.85;
  text-align: center;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .modLead {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

@media screen and (max-width: 750px) {
  .modLead {
    font-size: 16px;
    font-size: 4.26667vw;
    text-align: left;
  }
}

.modLead:not(:first-child) {
  margin-top: 2.5rem;
}

@media screen and (max-width: 750px) {
  .modLead:not(:first-child) {
    margin-top: 1.5rem;
  }
}

.modLead:not(:last-child) {
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 750px) {
  .modLead:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

.modLead.isS {
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .modLead.isS {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 750px) {
  .modLead.isS {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.modLead.istaL {
  text-align: left;
}

.modLead + .modLead {
  margin-top: -1.5rem;
}

/* --------------------
modBtn　ボタン
--------------------*/
.modBtn {
  display: table;
  border-collapse: separate;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media print, screen and (min-width: 751px) {
  .modBtn {
    max-width: 335px;
  }
}

.modBtn:not(:first-child) {
  margin-top: 1.75rem;
}

@media screen and (max-width: 750px) {
  .modBtn:not(:first-child) {
    margin-top: 5vw;
  }
}

.modBtn > a, .modBtn > span {
  font: inherit;
  color: #012063;
  font-size: 14px;
  font-size: 0.875rem;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 3.25rem;
  background-color: #fff;
  line-height: 1.45;
  text-decoration: none !important;
  padding: 0.25rem 1em;
  border: 1px solid #012063;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .modBtn > a, .modBtn > span {
    font-size: 14px;
    font-size: 3.73333vw;
    max-width: 87vw;
    /* height: 2.75rem; */
    height: 3.3rem;
  }
}

@media print, screen and (min-width: 1025px) {
  .modBtn > a, .modBtn > span {
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
  }
  .modBtn > a:hover, .modBtn > span:hover {
    color: #fff;
    background-color: #012063;
  }
}

.modBtn > a::after, .modBtn > span::after {
  content: "";
  display: block;
  width: 2.875rem;
  height: 0.65rem;
  background: url(../images/common/icon-arrowG.svg) no-repeat center right;
  position: absolute;
  right: 1rem;
  bottom: 1.25rem;
}

@media print, screen and (min-width: 1025px) {
  .modBtn > a::after, .modBtn > span::after {
    -webkit-transition: right 0.25s;
    -o-transition: right 0.25s;
    transition: right 0.25s;
  }
}

@media screen and (max-width: 750px) {
  .modBtn > a::after, .modBtn > span::after {
    bottom: 1.2rem;
  }
}

@media print, screen and (min-width: 1025px) {
  .modBtn > a:hover::after, .modBtn > span:hover::after {
    background-image: url(../images/common/icon-arrowW.svg);
    right: 0.7rem;
  }
}

.modBtn > a[target*="_blank"] {
  padding-left: 2.8em;
  padding-right: 2.8em;
}

.modBtn > a[target*="_blank"]::after {
  content: "";
  display: block;
  width: 21px;
  height: 16px;
  background: url(../images/common/icon-blankB.png) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.modBtn > a[target*="_blank"][href*=".pdf"]::after {
  content: "";
  display: block;
  width: 26px;
  height: 35px;
  background: url(../images/common/icon-download.svg) no-repeat center;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media print, screen and (min-width: 1025px) {
  .modBtn > a[target*="_blank"][href*=".pdf"]:hover::after {
    background-image: url(../images/common/icon-downloadW.svg);
  }
}

.modBtn > a.isAvoid {
  padding-left: 1.75em;
}

.modBtn.isS {
  max-width: 155px;
}

.modBtn.isS:not(:first-child) {
  margin-top: 1rem;
}

.productsFeature .modBtn.isS {
  max-width: 100%;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .productsFeature .modBtn.isS {
    max-width: 50%;
  }
}

.modBtn.isS > a, .modBtn.isS > span {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: left;
  height: auto;
  padding: 0.5rem 3em 0.5rem 1em;
}

@media screen and (max-width: 750px) {
  .modBtn.isS > a, .modBtn.isS > span {
    font-weight: bold;
  }
}

.modBtn.isS > a::after, .modBtn.isS > span::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.modBtn.isS > a[target*="_blank"]::after, .modBtn.isS > span[target*="_blank"]::after {
  width: 0.8rem;
  height: 0.6rem;
  right: 0.75rem;
  background-size: contain;
}

@media print, screen and (min-width: 1025px) {
  body.isFaq .laySection .layItem .modBtn.isS > a[target*="_blank"] {
    white-space: nowrap;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
  body.isFaq .laySection .layItem .modBtn.isS > a[target*="_blank"] {
    font-size: 11px;
    font-size: 0.6875rem;
    padding-left: 0.75em;
    padding-right: 2.25em;
  }
  body.isFaq .laySection .layItem .modBtn.isS > a[target*="_blank"]::after {
    right: 0.75em;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
  body.isFaq .laySection .layItem .modBtn.isS > a[target*="_blank"] {
    font-size: 10.5px;
    font-size: 0.65625rem;
  }
}

@media screen and (max-width: 750px) {
  body.isFaq .laySection .layItem .modBtn.isS > a[target*="_blank"] {
    padding: 0.5rem 2.5em 0.5rem 0.75em;
  }
}

.layColumn + .modBtn {
  margin-top: 3rem;
}

@media screen and (max-width: 750px) {
  .layColumn + .modBtn {
    margin-top: 2.25rem;
  }
}

.modRevAccoBtn {
  display: block;
  text-align: center;
  width: 40%;
  margin: 3rem auto 0;
  padding: 1rem 2rem;
  background: no-repeat;
  border: 1px solid #000;
  border-radius: 0;
  position: relative;
  cursor: pointer;
}

@media print, screen and (min-width: 751px) {
  .modRevAccoBtn {
    max-width: 200px;
  }
}

@media screen and (max-width: 750px) {
  .modRevAccoBtn {
    width: 50%;
    margin-top: 2rem;
    padding: 0.75rem 2rem;
  }
}

.modRevAccoBtn::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
  background: url(../images/common/icon-plus.svg) no-repeat center;
  background-size: 100% auto;
}

@media screen and (max-width: 750px) {
  .modRevAccoBtn::after {
    top: 0.75rem;
  }
}

.modRevAccoBtn.isAccoOpen::after {
  background-image: url(../images/common/icon-minus.svg);
}

.modRevAccoBtn .isClose {
  display: none;
}

.modRevAccoBtn.isAccoOpen .isOpen {
  display: none;
}

.modRevAccoBtn.isAccoOpen .isClose {
  display: block;
}

/* --------------------
modTxt　テキスト
--------------------*/
.modTxt {
  line-height: 1.85;
}
.textCenter {
 text-align: center;
}

.modTxt + .modTxt {
  margin-top: 3rem;
}

.modTxt.isLhS {
  line-height: 1.45;
}

@media print, screen and (min-width: 751px) {
  .modTxt.isLhL {
    line-height: 2;
  }
}

@media print, screen and (min-width: 751px) {
  .modTxt.isLhXL {
    line-height: 2.4;
  }
}

.modTxt.isFontL {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
}

.modTxt.isFontXL {
  font-size: 24px;
  font-size: 1.50rem;
  line-height: 2;
}

@media screen and (max-width: 750px) {
  .modTxt.isFontL {
    font-size: 16px;
    font-size: 4.26667vw;
  }
  .modTxt.isFontXL {
    font-size: 18px;
    font-size: 4.56667vw;
  }
}

.modTxt.isFontS {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.85;
}

@media screen and (max-width: 750px) {
  .modTxt.isFontS {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.modTxt p + p {
  margin-top: 1em;
}

a.modLink {
  text-decoration: underline;
}

@media print, screen and (min-width: 1025px) {
  a.modLink {
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
  }
  a.modLink:hover {
    color: #0065cb;
    text-decoration: none;
  }
}

a.modLink[target*="_blank"]::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 0.85em;
  margin-left: 0.25em;
  background: url(../images/common/icon-blank.png) no-repeat center;
  background-size: contain;
}

/* --------------------
modTable　表組
--------------------*/
.modTableWrap:not(:first-child) {
  margin-top: 2rem;
}

@media screen and (max-width: 750px) {
  .modTableWrap:not(:first-child) {
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .faq .modTableWrap {
    margin-left: -6%;
  }
}

@media print, screen and (min-width: 751px) {
  .modNoteSp {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .modNoteSp {
    color: #0065CB;
    font-size: 3.2vw;
    line-height: 1.45;
    font-weight: normal;
    margin-bottom: 10px;
  }

  body.isFaq .modNoteSp {
    margin-top: 1.25em;
    margin-left: -2.5em;
  }
}

@media screen and (min-width: 751px) and (max-width: 1265px) {
  .modTableWrap.isProducts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -4.2vw;
    overflow: auto;
    position: relative;
  }

  .modTableWrap.isProducts::after {
    content: "";
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.2vw;
    flex: 0 0 4.2vw;
  }

  .modTableWrap.isProducts .modTable {
    white-space: nowrap;
  }

  .modNoteSp.isProducts {
    display: block;
    color: #0065CB;
    font-size: 0.75rem;
    line-height: 1.45;
    font-weight: normal;
    margin-bottom: 0.625rem;
  }
}
@media screen and (max-width: 750px) {
  .modTableWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -4.2vw;
    overflow: auto;
    position: relative;
  }
  .modTableWrap::after {
    content: "";
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.2vw;
    flex: 0 0 4.2vw;
  }
  .modTableWrap .modTable {
    white-space: nowrap;
  }
  .faq .modTableWrap {
    margin-left: -8vw;
  }
  .modTableWrap.isHorizontal {
    margin-top: 0;
  }
}

.modTable {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.45;
  width: 100%;
  border-top: 1px solid #0065cb;
  border-left: 1px solid #0065cb;
}

.m-table-wrap .modTable {
  margin-top: 0;
}

@media screen and (max-width: 750px) {
  .modTable {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.modBgBox .modTable {
  border-top-color: #707070;
  border-left-color: #707070;
}

.isProducts .modTable {
  border-top-color: #ccc;
  border-left-color: #ccc;
}

.modTable th, .modTable td {
  padding: 0.75rem 0.5rem;
  border-bottom: 1px solid #0065cb;
  border-right: 1px solid #0065cb;
  vertical-align: top;
  text-align: left;
  background-color: #fff;
}

.isProducts .modTable th,
.isProducts .modTable td {
  color: #000;
  font-size: 1rem;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .modTable th, .modTable td {
    padding: 0.65rem 0.45rem;
  }
}

@media screen and (max-width: 750px) {
  .modTable th, .modTable td {
    font-size: 14px;
    font-size: 3.73333vw;
    padding: 0.5rem;
  }
  .isProducts .modTable th,
  .isProducts .modTable td {
    font-size: 0.875rem;
  }
}

.modBgBox .modTable th, .modBgBox .modTable td {
  border-bottom-color: #707070;
  border-right-color: #707070;
}

.isProducts .modTable th,
.isProducts .modTable td {
  border-bottom-color: #ccc;
  border-right-color: #ccc;
}

.modTable th.isBgG, .modTable td.isBgG {
  background-color: #f2f2f2 !important;
}

.modTable th.isBgBl, .modTable td.isBgBl {
  background-color: #f2f9ff !important;
}

.modTable th.isBgBlEm, .modTable td.isBgBlEm {
  background-color: #1ca4f0 !important;
}

.modTable th.isBgPk, .modTable td.isBgPk {
  background-color: #fff0f2 !important;
}

.modTable th.isBgOr, .modTable td.isBgOr {
  background-color: #e54e1b !important;
}

.modTable th.isBgAq, .modTable td.isBgAq {
  background-color: #c8e5ef !important;
}

.modTable th.isVaT, .modTable td.isVaT {
  vertical-align: top !important;
}

.modTable th.isVaM, .modTable td.isVaM {
  vertical-align: middle !important;
}

.modTable th.isColorW, .modTable td.isColorW {
  color: #fff !important;
}

@media print, screen and (min-width: 751px) {
  .modTable th.isW10, .modTable td.isW10 {
    width: 10% !important;
  }
  .modTable th.isW15, .modTable td.isW15 {
    width: 15% !important;
  }
  .modTable th.isW20, .modTable td.isW20 {
    width: 20% !important;
  }
  .modTable th.isW25, .modTable td.isW25 {
    width: 25% !important;
  }
  .modTable th.isW28, .modTable td.isW28 {
    width: 28% !important;
  }
  .modTable th.isW30, .modTable td.isW30 {
    width: 30% !important;
  }
  .modTable th.isW35, .modTable td.isW35 {
    width: 35% !important;
  }
  .modTable th.isW40, .modTable td.isW40 {
    width: 40% !important;
  }
  .modTable th.isW45, .modTable td.isW45 {
    width: 45% !important;
  }
  .modTable th.isW50, .modTable td.isW50 {
    width: 50% !important;
  }
  .modTable th.isW55, .modTable td.isW55 {
    width: 55% !important;
  }
  .modTable th.isW60, .modTable td.isW60 {
    width: 60% !important;
  }
  .modTable th.isW65, .modTable td.isW65 {
    width: 65% !important;
  }
}

.modTable th {
  font-weight: bold;
  vertical-align: middle;
}

.modTable thead th {
  color: #fff;
  text-align: center;
  background-color: #0065cb;
  border-right-color: #fff;
}

.isProducts .modTable thead th,
.isProducts .modTable thead td {
  padding: 1rem 1.25rem;
  text-align: left;
  font-weight: 500;
  background-color: #e4f6fc;
}

.modTable thead th:last-child {
  border-right: 1px solid #0065cb;
}

.modBgBox .modTable thead th:last-child {
  border-right-color: #707070;
}

.modBgBox .modTable thead th {
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
  background-color: #c8e5ef;
  border-right-color: #707070;
}

.isProducts .modTable thead th {
  width: 13%;
  min-width: 10rem;
  color: #000;
}

.isProducts .modTable thead td {
  width: calc((100% - 17%) / 4);
  min-width: 16.25rem;
  min-height: 190px;
}

.isProducts .modTable thead td:nth-of-type(1) .productDetailsTableImage {
  width: 7.4375rem;
  margin-bottom: -0.875rem;
  padding-top: 1.375rem;
}

.isProducts .modTable thead td:nth-of-type(2) .productDetailsTableImage {
  width: 8.375rem;
  margin-bottom: -1.1875rem;
  padding-top: 0.875rem;
}

.isProducts .modTable thead td:nth-of-type(3) .productDetailsTableImage {
  width: 8.0625rem;
  margin-bottom: -0.875rem;
  padding-top: 0.8125rem;
}

.isProducts .modTable thead td:nth-of-type(4) .productDetailsTableImage {
  width: 7.4375rem;
  margin-bottom: -0.625rem;
  padding-top: 1.125rem;
}

@media screen and (max-width: 750px) {
  .modBgBox .modTable thead th {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.modTable tbody th {
  width: 13%;
  background-color: #eff4f3;
}

.modBgBox .modTable tbody th {
  width: auto;
  background-color: #f2f2f2;
}

body.isAbout .modTable tbody th {
  vertical-align: top;
}

.isProducts .modTable tbody th {
  padding: 1rem 1.25rem;
  font-weight: 500;
  white-space: wrap;
}
.isProducts .modTable tbody td {
  padding: 1rem 1.25rem;
  font-weight: normal;
  white-space: wrap;
}

.modTable td {
  text-align: left;
}

.modTable td .modListStd {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.45;
  margin-left: -0.25em;
}

.isProducts .modTable td .modListStd {
  margin-top: 1rem;
  white-space: wrap;
}
.isProducts .modTable td .modListStd li {
  margin-top: 0;
  font-size: 0.875rem;
  letter-spacing: -0.01em;
}

@media screen and (max-width: 750px) {
  .modTable td .modListStd {
    font-size: 13px;
    font-size: 3.46667vw;
  }
  .isProducts .modTable td .modListStd {
    font-size: 0.8125rem;
  }
}

.isColorBlEm {
  color: #1ca4f0 !important;
}

.isColorOr {
  color: #e54e1b !important;
}

/* --------------------
modItem　製品
--------------------*/
.modItem {
  display: block;
  text-align: center;
  position: relative;
}

@media print, screen and (min-width: 1025px) {
  a.modItem picture {
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
  }
  a.modItem:hover picture {
    opacity: 0.75;
  }
}

.modItemData {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .modItemData {
    bottom: 5%;
  }
  body[class*="isProducts"]:not(.isProductsTop) .modItemData {
    margin-top: -6vw;
    position: static;
  }
}

.modItemData > span + span {
  margin-left: 0.75em;
}

.modItemData.isHasSelf {
  bottom: 9%;
}

@media screen and (max-width: 750px) {
  .modItemData.isHasSelf {
    bottom: 4%;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  body.isEnTop .modItemData, body.isCnTop .modItemData, body.isTwTop .modItemData {
    margin-left: -1rem;
  }
}

.modItemDataName {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .modItemDataName {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 750px) {
  .modItemDataName {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.modItemDataLabel img {
  width: auto;
  height: 20px;
  margin-bottom: 0.25rem;
}

@media screen and (max-width: 750px) {
  .modItemDataLabel img {
    height: 17px;
  }
}

.modItemDataLabel.isL img {
  margin-top: -0.25rem;
  height: 29px;
}

@media screen and (max-width: 750px) {
  .modItemDataLabel.isL img {
    height: 25px;
  }
}

.modItemDataEfficacy {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.45;
}

@media print, screen and (min-width: 751px) {
  .modItemDataEfficacy {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(175%);
    -ms-transform: translateY(175%);
    transform: translateY(175%);
    margin: 0 !important;
  }
}

@media screen and (max-width: 750px) {
  .modItemDataEfficacy {
    font-size: 12px;
    font-size: 3.2vw;
    margin: 0.5rem 0 0 !important;
  }
}

.modItemLabel {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
}

@media print, screen and (min-width: 751px) {
  .modItemLabel {
    position: absolute;
    left: 0.5em;
    top: -2.5em;
  }
}

@media screen and (max-width: 750px) {
  .modItemLabel {
    font-size: 20px;
    font-size: 5.33333vw;
    text-align: center;
    margin: -0.5rem 0 1rem;
  }
}

/* --------------------
modAnchor　アンカーリンク
--------------------*/
.modAnchor {
  margin: 2rem auto 6.5rem;
}

@media print, screen and (min-width: 751px) {
  .modAnchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .modAnchor {
    margin-bottom: 5.5rem;
  }
}

@media screen and (max-width: 750px) {
  .modAnchor {
    margin-bottom: 3rem;
  }
}

@media print, screen and (min-width: 751px) {
  .modAnchor.isCol2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media print, screen and (min-width: 751px) {
  .modAnchor.isCol2 a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28.5%;
    flex: 0 0 28.5%;
    width: 28.5%;
  }
  .modAnchor.isCol2 a:nth-child(2) {
    margin-left: 1.5%;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .modAnchor.isCol2 a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32.5%;
    flex: 0 0 32.5%;
    width: 32.5%;
  }
}

@media print, screen and (min-width: 751px) {
  .modAnchor.isCol3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 1441px) {
  .modAnchor.isCol3 {
    max-width: 89%;
  }
}

@media print, screen and (min-width: 751px) {
  .modAnchor.isCol3 a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    width: 47%;
  }
  .modAnchor.isCol3 a:nth-child(n+3) {
    margin-top: 1.25rem;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .modAnchor.isCol4 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 1025px) {
  .modAnchor.isCol4 a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    width: 24%;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .modAnchor.isCol4 a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48.5%;
    flex: 0 0 48.5%;
  }
  .modAnchor.isCol4 a:nth-child(n+3) {
    margin-top: 1rem;
  }
}

@media print, screen and (min-width: 751px) {
  .modAnchor.isCol5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media print, screen and (min-width: 751px) {
  .modAnchor.isCol5 a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28.5%;
    flex: 0 0 28.5%;
    width: 28.5%;
    margin-right: 1.5%;
  }
  .modAnchor.isCol5 a:nth-child(3), .modAnchor.isCol5 a:nth-child(5) {
    margin-right: 0;
  }
  .modAnchor.isCol5 a:nth-child(n+4) {
    margin-top: 1.25rem;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .modAnchor.isCol5 a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
  }
}

@media print, screen and (min-width: 1025px) {
  .modAnchor.isProducts a {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 2.25rem;
  }
}

.modAnchor.isProducts a:first-child {
  background-color: #a6f0e2;
}

.modAnchor.isProducts a:nth-child(2) {
  background-color: #f8dc9a;
}

.modAnchor.isProducts a:nth-child(3) {
  background-color: #cbdbfc;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .modAnchor.isProducts a {
    text-align: left;
  }
}

@media screen and (max-width: 750px) {
  .modAnchor.isProducts a {
    padding-left: 3.5rem;
  }
}

.modAnchor.isProducts img {
  width: 1.5rem;
  left: 1rem;
}

.modAnchor.isProducts a:nth-child(3) img,
.modAnchor.isAbout a:nth-child(3) img {
  width: 1.125rem;
  left: 1.25rem;
}

.modAnchor.isFamily img {
  width: 3rem;
  right: 2.5rem;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .modAnchor.isFamily img {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .modAnchor.isFamily img {
    width: 3.75rem;
  }
}

@media print, screen and (min-width: 751px) {
  .modAnchor.isTac a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}

.modAnchor.isAbout {
  max-width: 1040px;
  margin: 0 auto !important;
}

@media print, screen and (min-width: 1025px) {
  .modAnchor.isAbout a {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 2.25rem;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .modAnchor.isAbout a {
    text-align: left;
  }
}

@media screen and (max-width: 750px) {
  .modAnchor.isAbout a {
    padding-left: 3.5rem;
  }
}

.modAnchor.isAbout a:first-child {
  background-color: #a6f0e2;
}

.modAnchor.isAbout a:nth-child(2) {
  background-color: #f8dc9a;
}

.modAnchor.isAbout a:nth-child(3) {
  background-color: #cbdbfc;
}

.modAnchor.isAbout a::after {
  background: url(../images/common/icon-arrowNav.svg) no-repeat right center;
  right: 1.3rem;
  top: 50%;
  width: 0.4375rem;
  height: 0.75rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media print, screen and (min-width: 1025px) {
  .modAnchor.isAbout a::after {
    -webkit-transition: right 0.35s;
    -o-transition: right 0.35s;
    transition: right 0.35s;
  }
}

@media print, screen and (min-width: 1025px) {
  .modAnchor.isAbout a:hover {
    opacity: 0.8;
  }
  .modAnchor.isAbout a:hover::after {
    right: 0.7rem;
  }
}

.modAnchor.isAbout img {
  width: 1.5rem;
  left: 1rem;
}

.modAnchorLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.26;
  width: 100%;
  min-height: 3.25rem;
  padding: 0.5rem 2.25rem 0.5rem 1rem;
  background-color: #ededed;
  position: relative;
}

@media print, screen and (min-width: 1025px) {
  .modAnchorLink {
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .modAnchorLink {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .modAnchorLink {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.modAnchorLink::after {
  content: "";
  display: block;
  width: 15px;
  height: 9px;
  background: url(../images/common/icon-arrowD.svg) no-repeat right center;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translate3d(0,-50%,0);
}

@media screen and (max-width: 750px) {
  .modAnchorLink {
    font-size: 16px;
    font-size: 4.26667vw;
  }
  .modAnchorLink + a {
    margin-top: 3vw;
  }

  .modAnchorLink::after {
    right: 1.3rem;
    top: 50%;
    transform: translate3d(0,-50%,0);
  }  
}

@media print, screen and (min-width: 1025px) {
  .modAnchorLink::after {
    -webkit-transition: top 0.3s;
    -o-transition: top 0.3s;
    transition: top 0.3s;
    top: 50%;
    transform: translate3d(0,-50%,0);
  }
}

.modAnchorLink img {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .modAnchorLink img {
    display: none;
  }
}

@media print, screen and (min-width: 1025px) {
  .modAnchorLink:hover {
    opacity: 0.85;
  }
  .modAnchorLink:hover::after {
    top: 60%;
  }
}

/* --------------------
modEfficacy　<>テキスト
--------------------*/
.modEfficacy {
  font-size: 80%;
  font-weight: inherit;
  padding-left: 0.4em;
}

.modAnchorLink .modEfficacy {
  padding-top: 1px;
}

/* --------------------
modKv　ページKV
--------------------*/
.modKv {
  height: 240px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .modKv {
    height: 200px;
  }
}

@media screen and (max-width: 750px) {
  .modKv {
    height: 50.5vw;
  }
}

@media print, screen and (min-width: 751px) {
  .modKv.isQuickaction {
    background-image: url(../images/quickaction/kv.jpg);
  }
}

@media only screen and (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
  .modKv.isQuickaction {
    background-image: url(../images/quickaction/kv-pc@2x.jpg);
  }
}

@media screen and (min-width: 1441px) {
  .modKv.isQuickaction {
    background-image: url(../images/quickaction/kv-pc@2x.jpg);
  }
}

@media screen and (max-width: 750px) {
  .modKv.isQuickaction {
    background-image: url(../images/quickaction/kv-sp.jpg);
  }
}

@media print, screen and (min-width: 751px) {
  .modKv.isFaq {
    background-image: url(../images/faq/kv.jpg);
  }
}

@media only screen and (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
  .modKv.isFaq {
    background-image: url(../images/faq/kv@2x.jpg);
  }
}

@media screen and (min-width: 1441px) {
  .modKv.isFaq {
    background-image: url(../images/faq/kv@2x.jpg);
  }
}

@media screen and (max-width: 750px) {
  .modKv.isFaq {
    background-image: url(../images/faq/kv-sp.jpg);
  }
}

@media print, screen and (min-width: 751px) {
  .modKv.isAbout {
    background-image: url(../images/about/kv.jpg);
  }
}

@media only screen and (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
  .modKv.isAbout {
    background-image: url(../images/about/kv@2x.jpg);
  }
}

@media screen and (min-width: 1441px) {
  .modKv.isAbout {
    background-image: url(../images/about/kv@2x.jpg);
  }
}

@media screen and (max-width: 750px) {
  .modKv.isAbout {
    background-image: url(../images/about/kv-sp.jpg);
  }
}

@media print, screen and (min-width: 751px) {
  .modKv.isHistory {
    background-image: url(../images/history/kv.jpg);
  }
}

@media only screen and (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
  .modKv.isHistory {
    background-image: url(../images/history/kv@2x.jpg);
  }
}

@media screen and (min-width: 1441px) {
  .modKv.isHistory {
    background-image: url(../images/history/kv@2x.jpg);
  }
}

@media screen and (max-width: 750px) {
  .modKv.isHistory {
    background-image: url(../images/history/kv-sp.jpg);
  }
}

/* --------------------
modSeparation　区切り画像
--------------------*/
.modSeparation {
  display: block;
  border: none;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .modSeparation {
    height: 180px;
  }
}

@media screen and (max-width: 750px) {
  .modSeparation {
    height: 50vw;
  }
}

@media print, screen and (min-width: 751px) {
  .modSeparation.isProducts {
    background-image: url(../images/products/separation.jpg);
  }
}

@media only screen and (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
  .modSeparation.isProducts {
    background-image: url(../images/products/separation@2x.jpg);
  }
}

@media screen and (min-width: 1441px) {
  .modSeparation.isProducts {
    background-image: url(../images/products/separation@2x.jpg);
  }
}

@media screen and (max-width: 750px) {
  .modSeparation.isProducts {
    background-image: url(../images/products/separation-sp.jpg);
  }
}

/* --------------------
modImage　画像配置
--------------------*/
.modImage {
  text-align: center;
  margin: 50px auto;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .modImage {
    margin: 40px auto;
  }
}

@media screen and (max-width: 750px) {
  .modImage {
    margin: 13.5vw auto;
  }
}

.modTitle + .modImage, .modSubTitle + .modImage {
  margin-top: 0;
}

.modImage:last-child {
  margin-bottom: 0;
}

.modImage.isW900 {
  max-width: 900px;
}

@media screen and (max-width: 750px) {
  .modImage.isW900 {
    max-width: 94%;
  }
}

.modImage.isW920 {
  max-width: 920px;
}

@media screen and (max-width: 750px) {
  .modImage.isW920 {
    max-width: 96%;
  }
}

@media screen and (max-width: 750px) {
  .modImage.isSpExp::after {
    content: "";
    display: block;
    width: 100%;
    height: 1.1rem;
    margin-top: 1rem;
    background: url(../images/common/label-sp-expansion.svg) no-repeat center;
    background-size: contain;
  }
}

@media print, screen and (min-width: 751px) {
  .modBgBox .modImage:first-child {
    margin: 35px auto;
  }
}

@media screen and (max-width: 750px) {
  .modBgBox .modImage:first-child {
    margin-top: 5vw;
  }
}

@media screen and (max-width: 750px) {
  .layInnerXS:first-child .modImage:first-child {
    margin-top: 0 !important;
  }
}

.modImageCaption {
  text-align: center;
  line-height: 1.45;
  margin-top: -1.25rem;
}

/* --------------------
modThumbLink　サムネイルリンク
--------------------*/
.modThumbLink {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
}

.modThumbLinkInner {
  display: flex;
}

.modThumbLink::after {
  content: "";
  display: block;
  background: url(../images/common/icon-arrowB.svg) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.modThumbLinkLabel {
  color: #fff;
  display: inline-block;
  font-weight: bold;
}

.modThumbLinkLabel.isBlue {
  background-color: #032262;
}

.modThumbLinkLabel.isOrange {
  background-color: #E9541D;
}

.modThumbLinkLabel.isGold {
  background-color: #D1A02C;
}

@media screen and (min-width: 751px) {
  .modThumbLink {
    padding: 16px;
  }

  .modThumbLinkImage {
    width: 120px;
    height: 92px;
    overflow: hidden;
  }

  .modThumbLinkbody {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    width: calc(100% - 132px);
    padding-right: 16px;
    margin-left: 12px;
  }

  .modThumbLink::after {
    width: 5.45px;
    height: 10px;
    right: 16px; 
  }

  .modThumbLinkLabel {
    font-size: 12px;
    padding: 4px 6px;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 750px) {
  .modThumbLink {
    padding: 4vw; 
  }

  .modThumbLinkImage {
    margin-right: 3.2vw;
    width: 40%;
  }

  .modThumbLinkbody {
    font-size: 3.73vw;
    font-weight: 500;
    line-height: 1.4;
    width: 60%;
    padding-right: 3vw;
  }

  .modThumbLink::after {
    width: 1.45vw;
    height: 2.7vw;
    right: 4vw; 
  }

  .modThumbLinkLabel {
    font-size: 3.2vw;
    height: 5.87vw; 
    line-height: 5.5vw;
    padding: 0 1.6vw;
    margin-bottom: 1.6vw;
  }
}

@media print, screen and (min-width: 751px) and (max-width: 1024px) {
  .modThumbLinkImage {
    width: 34%;
    height: auto;
  }

  .modThumbLinkbody {
    width: calc(100% - 34% - 12px);
  }
}

@media print, screen and (min-width: 1025px) {
  .modThumbLink::after {
    transition: right 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); /* 追加: 矢印のトランジション */
  }

  .modThumbLink:hover::after {
    right: 10px;
  }

  .modThumbLinkImage {
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    will-change: transform; 
  }

  .modThumbLinkImage img {
    object-fit: cover;
    transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    will-change: transform;
  }

  a:hover .modThumbLinkImage img {
    transform: scale(1.1) translateZ(0);
  }
}

/* --------------------
modBgBox　背景色ボックス
--------------------*/
.modBgBox {
  padding: 2rem 3.75%;
  background-color: #f2f2f2;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .modBgBox {
    padding: 2rem 30px;
  }
}

@media screen and (max-width: 750px) {
  .modBgBox {
    padding: 2rem 5vw;
  }
}

.modBgBox:not(:first-child):not(.layColumnItem) {
  margin-top: 2.5rem;
}

.modBgBox + .modBgBox:not(.layColumnItem) {
  margin-top: 2.5rem;
}

@media print, screen and (min-width: 751px) {
  .modBgBox.isPdL {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 750px) {
  body.isCm .modBgBox {
    margin-left: -5vw;
    margin-right: -5vw;
  }
}

@media print, screen and (min-width: 751px) {
  .layColumnItem .modBgBox {
    height: 100%;
  }
}

/* --------------------
modList　リスト
--------------------*/
[class*="modList"] a {
  text-decoration: underline;
}

@media print, screen and (min-width: 1025px) {
  [class*="modList"] a {
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
  }
  [class*="modList"] a:hover {
    color: #0065cb;
    text-decoration: none;
  }
}

[class*="modList"].isBlankBorder > li + li {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #cecece;
}

.modListStd {
  line-height: 1.85;
}

.modListStd > li {
  padding-left: 1em;
  text-indent: -1em;
}

.modListStd > li + li {
  margin-top: 0.35rem;
}

@media print, screen and (min-width: 751px) {
  .laySection.isStore .modListStd > li, .layHeaderStore .modListStd > li {
    text-align: center;
  }
}

[class*="modList"] .modListStd > li {
  margin-top: 0.25rem;
}

.modListInd {
  display: table;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.65;
  width: 100%;
}

@media screen and (max-width: 750px) {
  [class*="modList"] .modListInd {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .modListInd {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.modListInd > li {
  display: table-row;
  text-indent: 0;
}

@media screen and (max-width: 750px) {
  [class*="modList"] .modListInd > li {
    display: block;
  }
}

.modListInd > li > div {
  display: table-cell;
  padding: 0.25rem 0;
}

@media screen and (max-width: 750px) {
  [class*="modList"] .modListInd > li > div {
    display: block;
    padding: 0;
  }
}

.modListInd > li > div:first-child {
  width: 1%;
  white-space: nowrap;
  padding-right: 0.5em;
}

@media screen and (max-width: 750px) {
  [class*="modList"] .modListInd > li > div:first-child {
    width: auto;
    padding: 0.5rem 0 0;
  }
}

.modListDot, .modListNum {
  line-height: 1.85;
  padding-left: 1.25em;
}

.modListDot > li + li, .modListNum > li + li {
  margin-top: 0.35em;
}

.modListDot {
  list-style-type: disc;
}

.modListNum {
  list-style-type: decimal;
}

.modListSq {
  line-height: 1.65;
  font-weight: 500;
}

.modListSq > li {
  text-indent: -1rem;
  padding-left: 1.5rem;
  position: relative;
}

@media screen and (max-width: 750px) {
  .modListSq > li {
    text-indent: -0.85rem;
  }
}

.modListSq > li::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  -webkit-transform: translateX(-0.5rem);
  -ms-transform: translateX(-0.5rem);
  transform: translateX(-0.5rem);
  background-color: #0065cb;
  vertical-align: -0.05rem;
}

@media screen and (max-width: 750px) {
  .modListSq > li::before {
    width: 0.85rem;
    height: 0.85rem;
  }
}

.modListSq > li + li {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #cecece;
}

/* --------------------
modDef　定義リスト
--------------------*/
.modDef {
  line-height: 1.85;
}

.modDef:not(:first-child) {
  margin-top: 3.75rem;
}

.modDef:not(:last-child) {
  margin-bottom: 3.75rem;
}

.modDef.isBorder {
  padding: 2rem 3.75%;
  border: 1px solid #707070;
}

@media screen and (max-width: 750px) {
  .modDef.isBorder {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

.modDefLabel {
  color: #0065cb;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 750px) {
  .modDefLabel {
    font-size: 16px;
    font-size: 4.26667vw;
    margin-bottom: 1.25rem;
  }
}

.modDefBody p:not(:first-child) {
  margin-top: 0.75rem;
}

/* --------------------
modBlank　区切り線
--------------------*/
hr.modBlank {
  display: block;
  height: 0;
  margin: 4rem auto;
  border: none;
  border-top: 1px solid #d3d3d3;
}

@media screen and (max-width: 750px) {
  hr.modBlank {
    margin: 2.5rem auto;
  }
}

hr.modBlank.isS {
  margin: 2.25rem auto;
}

@media screen and (max-width: 750px) {
  hr.modBlank.isS {
    margin: 1.75rem auto;
  }
}

/* --------------------
slick　スライダー
--------------------*/
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 300%);
  -ms-transform: translate(-50%, 300%);
  transform: translate(-50%, 300%);
  z-index: 3;
}

.slick-dots__dot {
  width: 10px;
  height: 10px;
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 0 0.5rem;
  cursor: pointer;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .slick-dots__dot {
    width: 9px;
    height: 9px;
  }
}

.slick-active .slick-dots__dot {
  border-color: #000;
}

.slick-slide img {
  margin: 0 auto;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2rem;
  width: 3rem;
  height: 3rem;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  cursor: pointer;
  z-index: 5;
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .slick-arrow {
    margin-top: -1.8rem;
    width: 2.5rem;
    height: 2.5rem;
    border-top-width: 2px;
    border-right-width: 2px;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .slick-arrow {
    margin-top: -1.65rem;
    width: 2.25rem;
    height: 2.25rem;
    border-top-width: 2px;
    border-right-width: 2px;
  }
}

.slick-prev {
  left: 2.5rem;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media screen and (min-width: 1441px) {
  .slick-prev {
    left: 50%;
    margin-left: -650px;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .slick-prev {
    left: 1.5rem;
  }
}

.slick-next {
  right: 2.5rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 1441px) {
  .slick-next {
    right: 50%;
    margin-right: -650px;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .slick-next {
    right: 1.5rem;
  }
}

/* --------------------
isIconNew　NEWアイコン
--------------------*/
.isIconNew {
  position: relative;
}

.isIconNew::after {
  content: "NEW";
  display: inline-block;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  padding: 0.6em 0.85em;
  background-color: #ffc111;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 750px) {
  .isIconNew::after {
    font-size: 13px;
    font-size: 3.46667vw;
    padding: 0.5em 0.75em;
  }
}

.productsSubLine .isIconNew::after {
  top: -0.75rem;
}

@media screen and (max-width: 750px) {
  .productsSubLine .isIconNew::after {
    top: -0.25rem;
  }
}

body.isEnTop .isIconNew::after {
  content: "Recommended";
  font-weight: normal;
}

@media print, screen and (min-width: 751px) {
  body.isEnTop .isIconNew::after {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

body.isCnTop .isIconNew::after {
  content: "建 议";
  margin-left: 4rem;
}

body.isTwTop .isIconNew::after {
  content: "建 議";
  margin-left: 4rem;
}

.isIconNew.productsMainTitle {
  margin-top: 3rem;
}

@media screen and (max-width: 750px) {
  .isIconNew.productsMainTitle {
    margin-top: 2.5rem;
  }
}

.isIconNew.productsMainTitle::after {
  -webkit-transform: translate(-25%, -75%);
  -ms-transform: translate(-25%, -75%);
  transform: translate(-25%, -75%);
}

@media screen and (max-width: 750px) {
  .isIconNew.productsMainTitle::after {
    -webkit-transform: translate(-5%, -75%);
    -ms-transform: translate(-5%, -75%);
    transform: translate(-5%, -75%);
  }
}

body.isEnTop .isIconNew.productsMainTitle::after {
  -webkit-transform: translate(0, -80%);
  -ms-transform: translate(0, -80%);
  transform: translate(0, -80%);
}

.topLineup.isEfficacy .isIconNew::after {
  -webkit-transform: translate(-50%, -120%);
  -ms-transform: translate(-50%, -120%);
  transform: translate(-50%, -120%);
}

@media screen and (max-width: 750px) {
  .topLineup.isEfficacy .isIconNew::after {
    -webkit-transform: translate(-50%, -135%);
    -ms-transform: translate(-50%, -135%);
    transform: translate(-50%, -135%);
  }
}

.topLineup.isAlways .isIconNew::after {
  -webkit-transform: translate(-25%, -25%);
  -ms-transform: translate(-25%, -25%);
  transform: translate(-25%, -25%);
}

@media screen and (max-width: 750px) {
  .topLineup.isAlways .isIconNew::after {
    -webkit-transform: translate(-25%, -35%);
    -ms-transform: translate(-25%, -35%);
    transform: translate(-25%, -35%);
  }
}

.layItem .isIconNew::after {
  content: none;
}

.layItem .isIconNew .itemImage {
  position: relative;
}

.layItem .isIconNew .itemImage::after {
  content: "NEW";
  display: inline-block;
  color: #000;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
  line-height: 1;
  padding: 0.5em 0.75em;
  background-color: #ffc111;
  position: absolute;
  top: -2.5em;
  left: -1em;
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .layItem .isIconNew .itemImage::after {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1150px) {
  .layItem .isIconNew .itemImage::after {
    font-size: 9px;
    font-size: 0.5625rem;
  }
}

@media screen and (max-width: 750px) {
  .layItem .isIconNew .itemImage::after {
    font-size: 9px;
    font-size: 2.4vw;
  }
}

.layItem .isIconNew.isIconNear .itemImage::after {
  top: -1.2em;
}

/*pages*/
/* --------------------
　トップページ設定
--------------------*/
/* --------------------
topMv　メインビジュアル
--------------------*/
.topMv {
  margin-bottom: 3rem;
  position: relative;
}

@media screen and (max-width: 750px) {
  .topMv {
    margin-bottom: 2rem;
  }
}

body.isEnTop .topMv, body.isCnTop .topMv, body.isTwTop .topMv {
  text-align: center;
  margin-bottom: 0;
}

/* --------------------
topBanner　バナーセクション
--------------------*/
@media print, screen and (min-width: 751px) {
  .topBanner {
     display: flex;
     gap: 35px;
     justify-content: center;
  }

  .topBannerLink {
    transition: opacity 0.3s;
  }

  .topBannerLink:hover {
    opacity: 0.5;
  }

  .topBannerImage {
    width: 580px;
  }
}

@media screen and (max-width: 750px) {
  .topBannerImage:first-child {
    margin-bottom: 5.33vw;
  }
}


/* --------------------
topQuickaction　エスタックの技術
--------------------*/
.topQuickaction {
  position: relative;
}

@media print, screen and (min-width: 1025px) {
  .topQuickaction {
    padding-left: calc(55.5vw - 30px);
  }
}

.topQuickaction::before {
  content: "";
  display: block;
  background-position: center;
  background-size: cover;
}

@media print, screen and (min-width: 1025px) {
  .topQuickaction::before {
    width: 55.5vw;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .topQuickaction::before {
    width: 100%;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .topQuickaction::before {
    height: 250px;
  }
}

@media screen and (max-width: 750px) {
  .topQuickaction::before {
    height: 62vw;
  }
}

@media print, screen and (min-width: 751px) {
  .topQuickaction::before {
    background-image: url(../images/top/quickaction.jpg);
  }
}

@media only screen and (min-width: 1025px) {
  .topQuickaction::before {
    background-image: url(../images/top/quickaction-pc@2x.jpg);
  }
}

@media only screen and (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
  .topQuickaction::before {
    background-image: url(../images/top/quickaction-pc@2x.jpg);
  }
}

@media screen and (max-width: 750px) {
  .topQuickaction::before {
    background-image: url(../images/top/quickaction-sp.jpg);
  }
}

@media print, screen and (min-width: 1025px) {
  .topQuickaction .layInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 640px;
    min-height: 400px;
    margin: 0;
  }
}

@media print, screen and (min-width: 1025px) {
  .topQuickaction .topCategoryTxt {
    padding-top: 4.5rem;
    padding-left: 1.8rem;
    padding-right: 0;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .topQuickaction .topCategoryTxt {
    padding-left: 2rem;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .topQuickaction .topLink {
    margin-top: -100px;
  }
}

@media screen and (max-width: 750px) {
  .topQuickaction .topLink {
    margin-top: -25vw;
  }
}

/* --------------------
topFaq　よくある質問
--------------------*/
.topFaq {
  position: relative;
}

@media print, screen and (min-width: 1025px) {
  .topFaq {
    padding: 70px 0 80px;
    padding-right: calc(52vw - 30px);
  }
}

@media screen and (max-width: 1024px) {
  .topFaq {
    background-color: #f2f2f2;
  }
}

@media print, screen and (min-width: 1025px) {
  .topFaq::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 55.5vw;
    background-color: #f2f2f2;
    z-index: 0;
  }
}

.topFaq::before {
  content: "";
  display: block;
  height: 400px;
  background-position: center;
  background-size: cover;
  z-index: 1;
}

@media print, screen and (min-width: 1025px) {
  .topFaq::before {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    width: 55.5vw;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .topFaq::before {
    height: 250px;
  }
}

@media screen and (max-width: 750px) {
  .topFaq::before {
    height: 50vw;
  }
}

@media print, screen and (min-width: 751px) {
  .topFaq::before {
    background-image: url(../images/top/faq.jpg);
  }
}

@media only screen and (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
  .topFaq::before {
    background-image: url(../images/top/faq@2x.jpg);
  }
}

@media screen and (max-width: 750px) {
  .topFaq::before {
    background-image: url(../images/top/faq-sp.jpg);
  }
}

.topFaq .layInner {
  position: relative;
  z-index: 2;
}

@media print, screen and (min-width: 1025px) {
  .topFaq .layInner {
    max-width: 650px;
    margin: 0 0 0 auto;
  }
}

@media print, screen and (min-width: 1025px) {
  .topFaq .topFaqContent {
    padding-right: 60px;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .topFaq .topFaqContent {
    padding: 2.5rem 0;
  }
}

@media screen and (max-width: 750px) {
  .topFaq .topFaqContent {
    padding: 8vw 0;
  }
}

.topFaq .modTitle {
  text-align: left;
  margin: 0 0 1rem;
  padding: 0;
}

@media print, screen and (min-width: 1025px) {
  .topFaq .modBtn {
    margin-left: 0;
  }
}

.topFaqListItem {
  border-bottom: 1px dotted #707070;
}

.topFaqListItem:first-child {
  border-top: 1px dotted #707070;
}

.topFaqListItem a {
  display: block;
  line-height: 1.65;
  padding: 1.1rem 16% 1.1rem 12%;
}

@media print, screen and (min-width: 751px) {
  .topFaqListItem a {
    min-height: 4.5rem;
  }
}

.topFaqListItem a::before {
  content: "Q";
  display: block;
  color: #909090;
  font-weight: bold;
  position: absolute;
  top: 0.3125rem;
  left: 0.625rem;
  font-size: 42px;
  font-size: 2.625rem;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .topFaqListItem a::before {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

@media screen and (max-width: 750px) {
  .topFaqListItem a::before {
    font-size: 35px;
    font-size: 9.33333vw;
    top: 0.7rem;
    left: 0.8125rem;
  }
}

.topFaqListItem a::after {
  bottom: 1rem;
}

@media screen and (max-width: 750px) {
  .topFaqListItem a {
    padding: 1.2rem 8vw 1rem 15vw;
    position: relative;
    line-height: 1.4;
  }
}

/* --------------------
topAboutCold　知りたい！風邪のこと
--------------------*/
@media print, screen and (min-width: 751px) {
  .topAboutCold .modTitle{
    margin-bottom: 2rem;
  }

  .topAboutCold .layColumn.isCol3.isWrap{
    margin-top: 2rem;
  }
}

@media screen and (max-width: 750px) {
  .topAboutCold .modTitle{
    margin-bottom: 7.2vw;
  }

  .topAboutCold .layColumn.isCol3.isWrap{
    margin-top: 8.53vw;
  }
}

/* --------------------
topLink　リンク
--------------------*/
.topLink {
  display: block;
  position: relative;
}

.topLink::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../images/common/icon-arrowBox.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 1.3rem;
  bottom: 0;
  -webkit-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}

.topLink.isDisable {
  pointer-events: none;
}

.topLink.isDisable::after {
  content: none;
}

.topLink.isDisable .modTitle, .topLink.isDisable .modTitleEn {
  color: #696969;
}

@media print, screen and (min-width: 1025px) {
  .topLink:not(.isDisable):hover::after {
    transform: translate3d(0.75rem, 0, 0);
  }
}

/* --------------------
topContentSection　下層セクション
--------------------*/
@media screen and (max-width: 750px) {
  .topContentSection .layInner {
    padding: 0;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .topContentSection .layColumn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .topContentSection .layColumnItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47.5%;
    flex: 0 0 47.5%;
  }
  .topContentSection .layColumnItem:nth-child(n+3) {
    margin-top: 2.5rem;
  }
}

/* --------------------
topCategory　下層
--------------------*/
.topCategoryImage {
  overflow: hidden;
}

@media print, screen and (min-width: 1025px) {
  .topCategoryImage img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .topLink:not(.isDisable):hover .topCategoryImage img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

.topCategoryTxt {
  padding: 1.5rem;
  background-color: #fff;
  position: relative;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .topCategoryTxt {
    padding: 1.25rem 1rem;
  }
}

@media screen and (max-width: 750px) {
  .topCategoryTxt {
    padding: 5vw;
  }
  .topCategoryTxt.isSpRev {
    margin-left: auto;
  }
}

.layColumn .topCategoryTxt {
  width: 90%;
  height: 13rem;
  margin-top: -4.5rem;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .layColumn .topCategoryTxt {
    width: 88%;
    margin-top: -3.75rem;
  }
}

@media screen and (max-width: 750px) {
  .layColumn .topCategoryTxt {
    margin-top: -20vw;
  }
}

.topCategoryTxt .modTitle {
  text-align: left;
  margin: 0 0 1rem;
  padding: 0;
}

.topCategoryTxtBody {
  line-height: 1.65;
}

.layColumn .topCategoryTxtBody {
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (max-width: 750px) {
  .layColumn .topCategoryTxtBody {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.topLineup {
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
}

.topLineupLink {
  box-shadow: 0px 0px 6px 0px rgba(167, 165, 165, 0.25);
}

.topLineupLink .topLineupLinkItem a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  transition: 0.5s;
  position: relative;
}

.topLineupLink .topLineupLinkItem a:hover {
  opacity: 0.5;
  transition: 0.5s;
}

.topLineupLink .topLineupLinkItem a::after {
  content: '';
  position: absolute;
  right: 2%;
  bottom: 2%;
  border-top: 10px solid transparent;
  border-right: 10px solid #dbdddd;
  border-bottom: 10px solid #dbdddd;
  border-left: 10px solid transparent;
}


.topLineupLink .topLineupLinkItem .topLineupItemLabel {
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

.topLineupLink .topLineupLinkItem .topLineupLinkItemProducts {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;

  font-size: 14px;
}

.topLineupLink .topLineupLinkItem .topLineupLinkItemProducts .img {
  width: 75px;
  margin-left: 10px;
}

.topLineupLinkItemBottom {
  display: flex;
  justify-content: space-around;
  position: relative;
}

.topLineupLink .Item03,
.topLineupLink .Item04 {
  width: 50%;
}

.topLineupLink .Item03 {
  border-right: 2px solid #f1f1f1;
}
@media print, screen and (min-width: 751px) {
  
.topLineupLink {
  height: 500px;
  max-width: 960px;
  margin: auto;
  display: grid;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.topLineupLink .topLineupLinkItem a::after {
  border-top: 8px solid transparent;
  border-right: 8px solid #dbdddd;
  border-bottom: 8px solid #dbdddd;
  border-left: 8px solid transparent;
}

.topLineupLink .Item01 {
  grid-area: 1 / 1 / 3 / 3;
  border-right: 2px solid #f1f1f1;
}

.topLineupLink .Item01 .topLineupItemLabel {
  font-size: 18px;
}

.topLineupLink .Item01 .topLineupLinkItemProducts {
  bottom: 24%;}

.topLineupLink .Item01 .topLineupItemLogo {
  margin-bottom: 38px;
}

.topLineupLink .Item01 .topLineupItemImg {
  width: 280px;
}

.topLineupLink .Item02 {
  grid-area: 1 / 3 / 2 / 5;
  border-bottom: 2px solid #f1f1f1;
}

.topLineupLink .Item02 .topLineupItemLabel {
  font-size: 16px;
}

.topLineupLink .Item02 .topLineupLinkItemProducts {
  bottom: 16%;}

.topLineupLink .Item02 .topLineupItemLogo {
  margin-bottom: 18px;
}

.topLineupLink .Item02 .topLineupItemImg {
  width: 191px;
}

.topLineupLink .topLineupLinkItemBottom {
  grid-area: 2 / 3 / 3 / 5;
}

.topLineupLink .Item03 .topLineupItemLogo {
  width: auto;
  margin-bottom: 16px;
}
.topLineupLink .Item03 .topLineupItemImg {
  width: 162px;
}

.topLineupLink .Item04 .topLineupItemLogo {
  width: auto;
  margin-bottom: 22px;
}

.topLineupLink .Item04 .topLineupItemImg {
  width: 158px;
}

.topLineupLink .Item03 .topLineupItemLabel,
.topLineupLink .Item04 .topLineupItemLabel {
  font-size: 14px;
}

.topLineupLink .Item03 .topLineupLinkItemProducts,
.topLineupLink .Item04 .topLineupLinkItemProducts {
  font-size: 12px;
  bottom: 16%;}

.topLineupLinkItem .is-sp {
  display: none;
}

}

@media screen and (max-width: 750px) {

  .topLineupLinkItem .is-sp {
    display: block;
  }

  .topLineupLink a {
    padding: 40px 0 20px;
  }
  
  .topLineupLink .topLineupLinkItem .topLineupLinkItemProducts .img {
    width: 65px;
  }
  
  .topLineupLink .Item01 {
    border-bottom: 2px solid #f1f1f1;
  }

  .topLineupLink .Item01 .topLineupItemLabel {
    font-size: 18px;
    bottom: 8%;
  }
  
  .topLineupLink .Item01 .topLineupItemLogo {
    width: 80%;
    margin-bottom: 20px;
  }
  
  .topLineupLink .Item01 .topLineupItemImg {
    width: 70%;
  }

  .topLineupLink .Item01 .topLineupLinkItemProducts {
    bottom: 12%;}

  .topLineupLink .Item02 {
    border-bottom: 2px solid #f1f1f1;
  }

  .topLineupLink .Item02 .topLineupItemLabel {
    font-size: 16px;
  }
  
  .topLineupLink .Item02 .topLineupItemLogo {
    width: 76%;
    margin-bottom: 20px;
  }

  .topLineupLink .Item02 .topLineupLinkItemProducts {
    bottom: 14%;}
  
  .topLineupLink .Item02 .topLineupItemImg {
    width: 64%;
  }

  .topLineupLink .Item03 a,
  .topLineupLink .Item04 a {
    padding: 20px 0 40px;
  }

  .topLineupLink .Item03 .topLineupItemLabel {
    font-size: 12px;
    text-align: center;
  }
  
  .topLineupLink .Item03 .topLineupItemLogo {
    width: 90%;
    margin-bottom: 15px;
  }
  
  .topLineupLink .Item03 .topLineupItemImg {
    width: 66%;
  }

  .topLineupLink .Item04 .topLineupItemLabel {
    font-size: 12px;
    text-align: center;
  }
  
  .topLineupLink .Item04 .topLineupItemLogo {
    width: 100%;
    margin-bottom: 15px;
  }
  
  .topLineupLink .Item04 .topLineupItemImg {
    width: 62%;
  }

  .topLineupLink .Item03 .topLineupLinkItemProducts,
  .topLineupLink .Item04 .topLineupLinkItemProducts {
    font-size: 10px;
    flex-direction: column;
    bottom: 10%;}

  .topLineupLink .Item03 .topLineupLinkItemProducts .img,
  .topLineupLink .Item04 .topLineupLinkItemProducts .img {
    margin: 5px 0 0 0;
    width: 50px;
  }

}

/* --------------------
　製品ページ設定
--------------------*/
/* --------------------
products　製品ラインナップ
--------------------*/
.productWrap + .productWrap {
  margin-top: 6rem;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .productWrap + .productWrap {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 750px) {
  .productWrap + .productWrap {
    margin-top: 3.5rem;
  }
}

.productWrapInner {
  margin-top: -4.75rem;
  padding-top: 4.75rem;
}

.productsMain {
  line-height: 1.65;
  margin: 0 auto;
  position: relative;
}

@media print, screen and (min-width: 1025px) {
  .productsMain {
    max-width: 1000px;
    min-height: 360px;
    padding-left: 40%;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .productsMain {
    padding-left: 44%;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .productsMain {
    padding-left: 50%;
    min-height: 35vw;
  }
}

.productsFeatureWrap + .productsMain {
  margin-top: 8rem;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .productsFeatureWrap + .productsMain {
    margin-top: 7rem;
  }
}

@media screen and (max-width: 750px) {
  .productsFeatureWrap + .productsMain {
    margin-top: 5rem;
  }
}

body.isEnTop .productsMain, body.isCnTop .productsMain, body.isTwTop .productsMain {
  margin-top: 4.5rem;
}

@media screen and (max-width: 750px) {
  body.isEnTop .productsMain, body.isCnTop .productsMain, body.isTwTop .productsMain {
    margin-top: 3rem;
  }
}

.productsMainTitle {
  color: #000;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
  margin: 0 auto 2.5rem;
  position: relative;
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .productsMainTitle {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .productsMainTitle {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 750px) {
  .productsMainTitle {
    font-size: 26px;
    font-size: 6.93333vw;
    margin-bottom: 1.5rem;
  }
}

.productsMainTitle img {
  width: 88%;
  max-width: 440px;
}

@media screen and (max-width: 750px) {
  .productsMainTitle img {
    width: 72%;
  }
}

.productsMainTitle .isLabel {
  display: block;
  font-size: 28px;
  font-size: 1.75rem;
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .productsMainTitle .isLabel {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .productsMainTitle .isLabel {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 750px) {
  .productsMainTitle .isLabel {
    font-size: 24px;
    font-size: 6.4vw;
  }
}

@media print, screen and (min-width: 751px) {
  .productsMainImage {
    width: 42%;
    max-width: 420px;
    position: absolute;
    left: -3%;
    top: 4%;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .productsMainImage {
    width: 37.5%;
    left: 0;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .productsMainImage {
    width: 45%;
    top: 12%;
    left: 1%;
  }
}

@media screen and (max-width: 750px) {
  .productsMainImage picture img {
    width: 68%;
    margin: 0 auto;
  }
}

.productsTarget {
  background-color: #f2f2f2;
  margin: 1.25rem auto 1.5rem;
  padding: 1.5rem;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .productsTarget {
    padding: 1.25rem 1rem;
  }
}

@media screen and (max-width: 750px) {
  .productsTarget {
    margin: 1rem auto;
    padding: 1rem 5vw;
  }
}

body.isEnTop .productsTarget, body.isCnTop .productsTarget, body.isTwTop .productsTarget {
  max-width: 480px;
  background-color: #fff;
  border: 2px solid #000;
}

body.isEnTop .productsTarget.isNeo, body.isCnTop .productsTarget.isNeo, body.isTwTop .productsTarget.isNeo {
  border-color: #000C58;
}

body.isEnTop .productsTarget.isNt, body.isCnTop .productsTarget.isNt, body.isTwTop .productsTarget.isNt {
  border-color: #96b729;
}

body.isEnTop .productsTarget.isTt, body.isCnTop .productsTarget.isTt, body.isTwTop .productsTarget.isTt {
  border-color: #ce221a;
}

body.isEnTop .productsTarget.isFamily, body.isCnTop .productsTarget.isFamily, body.isTwTop .productsTarget.isFamily {
  border-color: #e9541d;
}

body.isEnTop .productsTarget.isEv, body.isCnTop .productsTarget.isEv, body.isTwTop .productsTarget.isEv {
  border-color: #0F317F;
}

.productsTargetTxt {
  text-align: center;
}

@media screen and (max-width: 750px) {
  .productsTargetTxt {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.productsTargetTxt + .productsTargetTxt {
  margin-top: 0.5em;
}

.productsTargetTxt > strong {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  margin-right: 0.25rem;
  padding: 0.25em 0.75em;
}

.productsTargetTxt > strong.isNeo {
  background-color: #000C58;
}

.productsTargetTxt > strong.isNt {
  background-color: #96b729;
}

.productsTargetTxt > strong.isTt {
  background-color: #ce221a;
}

.productsTargetTxt > strong.isFamily {
  background-color: #e9541d;
}

.productsTargetTxt > strong.isRhinitis {
  background-color: #939393;
}

.productsDetailLead {
  color: #6f6f6f;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .productsDetailLead {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .productsDetailLead {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 750px) {
  .productsDetailLead {
    font-size: 20px;
    font-size: 5.33333vw;
    text-align: center;
    margin-top: 1rem;
  }
}

.productsDetailData {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.26;
  max-width: 480px;
  margin: 0 auto 0.5rem;
  padding: 1rem;
  background-color: #c8e5ef;
  border-radius: 2rem;
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .productsDetailData {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .productsDetailData {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0.75rem 1rem;
  }
}

@media screen and (max-width: 750px) {
  .productsDetailData {
    font-size: 16px;
    font-size: 4.26667vw;
    padding: 0.75rem 1rem;
  }
}

body.isFamily .productsDetailData, .productsDetailData.isFamily {
  background-color: #fdd9cb;
}

body.isRhinitis .productsDetailData, .productsDetailData.isRhinitis {
  background-color: #d5d5d5;
}

.productsDetailNote {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .productsDetailNote {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.productsDetailList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.85;
  margin-top: 1rem;
  padding: 1.5rem 5%;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

@media screen and (max-width: 750px) {
  .productsDetailList {
    font-size: 14px;
    font-size: 3.73333vw;
    padding: 1rem 5vw;
  }
}

.productsDetailList:not(:last-child) {
  margin-bottom: 1rem;
}

.productsDetailList li {
  margin-right: 1rem;
}

@media print, screen and (min-width: 751px) {
  .productsSubLine {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
  }
}

.productsSubLineItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 751px) {
  .productsSubLineItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    width: 45%;
  }
  .productsSubLineItem:nth-child(n+3) {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 750px) {
  .productsSubLineItem:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .productsSubLineItem + .productsSubLineItem {
    margin-top: 2.5rem;
  }
}

.productsSubLineItem .modBtn {
  /* -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%; */
  margin-top: 0.25rem;
}

@media print, screen and (min-width: 751px) {
  .productsSubLineItemImage {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54%;
    flex: 0 0 54%;
    width: 54%;
  }
}

@media screen and (max-width: 750px) {
  .productsSubLineItemImage {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    padding-top: 0.75rem;
  }
}

@media print, screen and (min-width: 1025px) {
  a.productsSubLineItemImage {
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
  }
  a.productsSubLineItemImage:hover {
    opacity: 0.75;
  }
}

.productsSubLineItemBody {
  text-align: center;
  line-height: 1.45;
}

@media print, screen and (min-width: 751px) {
  .productsSubLineItemBody {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    width: 40%;
  }
}

@media screen and (max-width: 750px) {
  .productsSubLineItemBody {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
  }
}

.productsSubLineItemBody .modItemData {
  position: static;
  display: block;
}

.productsSubLineItemBody .modItemData span {
  display: block;
  margin: 0;
}

.productsSubLineItemBody .modItemData span:not(:first-child) {
  margin-top: 0.5rem;
}

.productsSubLineLead {
  color: #6f6f6f;
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .productsSubLineLead {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 750px) {
  .productsSubLineLead {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.productsSubLineLogo {
  margin-bottom: 1rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .productsSubLineLogo {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.productsSubLineLogo:not(:first-child) {
  margin-top: 1rem;
}

@media screen and (max-width: 750px) {
  .productsSubLineLogo:not(:first-child) {
    margin-top: 0.5rem;
  }
}

.productsFeatureWrap {
  background-color: #f2f2f2;
  margin-top: 5rem;
  padding: 3rem 5%;
}

.productDetails {
  margin-top: 3.125rem;
}

.productDetailsTitle {
  margin-bottom: 1.875rem;
  font-weight: bold;
  font-size: 1.125rem;
}

.productDetailsSymptom {
  margin-bottom: 3.125rem;
  line-height: 1.68;
  letter-spacing: 0.075em;
}

.productDetailsSymptom dt {
  font-weight: bold;
}

.productDetailsSymptom dd {
  margin-bottom: 1.125rem;
}

.productDetailsTableLink:hover .productDetailsTableImage,
.productDetailsTableLink:hover .productDetailsTableData {
  opacity: 0.75;
}

.productDetailsTable .productDetailsTableImage {
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
  transition: opacity ease 0.25s;
}

.productDetailsTable .productDetailsTableData {
  display: flex;
  align-items: center;
  flex-direction: column;
  opacity: 1;
  transition: opacity ease 0.25s;
}

.productDetailsTable .productDetailsTableDataName {
  margin-bottom: 0.1875rem;
  color: #000;
  font-size: 1rem;
  font-weight: bold;
}

.productDetailsTable .productDetailsTableDataLabel {
  padding: 0px 0.4375rem 0.125rem;
  color: #333;
  font-size: 0.9375rem;
  border: 1px solid #333;
}

.productDetailsTable .productDetailsTableList>li {
  margin-left: -0.875rem;
  padding-left: 1em;
  font-size: 1rem;
  text-indent: -1em;
}

.productDetailsNote {
  margin-top: 1.25rem;
  color: #333;
  font-size: 0.75rem;
  line-height: 1.6;
}

.productsNoteWrap {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .productsFeatureWrap {
    margin: 3rem -5vw;
    padding: 2rem 5vw;
  }
  body.isProducts .productsFeatureWrap {
    margin-bottom: -3.5rem;
  }

  .productDetails {
    margin-top: 2.1875rem;
  }

  .productDetailsTitle {
    margin-bottom: 1.25rem;
  }

  .productDetailsSymptom {
    margin-bottom: 2.5rem;
    font-size: 0.875rem;
  }

  .productDetailsTable .productDetailsTableList>li {
    font-size: 0.875rem;
  }

  .productDetailsNote {
    letter-spacing: 0.05em;
  }
}

@media print, screen and (min-width: 1025px) {
  .productsFeature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 1024px) {
  .productsFeature {
    margin-top: -1rem;
  }
}

@media screen and (max-width: 750px) {
  .productsFeature {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.productsFeature.isNum {
  counter-reset: featureNum 0;
}

.productsFeature .modBtn a {
  border: none;
}

.productsFeatureItem {
  line-height: 1.65;
}

.productsBtnWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.5rem;
}

.productsBtnWrap .modBtn {
  margin: 0;
}

.productsBtnWrap .modBtn + .modBtn {
  margin-left: 2.5rem;
}

@media print, screen and (min-width: 1025px) {
  .productsFeatureItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    width: 31%;
  }
  .productsFeatureItem .sl {
    display: block;
    margin-top: 0.75em;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.85;
  }
  .isNum.isCol2 .productsFeatureItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    width: 48%;
  }
}

@media screen and (max-width: 1024px) {
  .productsFeatureItem {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid #cecece;
  }   
   .productsFeatureItem .sl {
    display: block;
    margin-top: 0.55em;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1.85;
  }
}

@media print, screen and (min-width: 1025px) {
  .productsFeatureItem + .productsFeatureItem {
    margin-left: 3%;
    padding-left: 3%;
    border-left: 1px solid #cecece;
  }
}
@media print, screen and (max-width: 750px) {
  .productsBtnWrap {
    display: block;
  }

  .productsBtnWrap .modBtn + .modBtn {
    margin-left: 0;
    margin-top: 0.625rem;
  }
}

.isNum .productsFeatureItem::before {
  counter-increment: featureNum 1;
  content: counter(featureNum);
  display: block;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  width: 1.5em;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 1024px) {
  .isNum .productsFeatureItem::before {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 0 auto 1rem;
  }
}

@media screen and (max-width: 750px) {
  .isNum .productsFeatureItem::before {
    font-size: 24px;
    font-size: 6.4vw;
  }
}

.isNeo .productsFeatureItem::before {
  background-color: #000C58;
}

.isTt .productsFeatureItem::before {
  background-color: #ce221a;
}

.isNt .productsFeatureItem::before {
  background-color: #96b729;
}

.isFamily .productsFeatureItem::before {
  background-color: #e9541d;
}

.isRhinitis .productsFeatureItem::before {
  background-color: #939393;
}

.isEv .productsFeatureItem::before {
  background-color: #0f317f;
}

.isStacGeneral .productsFeatureItem::before {
  background-color: #e9541d;
}
.isStd .productsFeatureItem p:not([class]) {
  padding-left: 1.5em;
  position: relative;
}

.isStd .productsFeatureItem p:not([class])::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: #e9541d;
  position: absolute;
  top: 0.35em;
  left: 0;
}

.productsSympImage {
  text-align: center;
  margin-bottom: 1.25rem;
}

.productsSympImage img {
  height: 160px;
}

@media screen and (max-width: 750px) {
  .productsSympImage img {
    width: auto;
    height: 30vw;
  }
}

.productsSympImage figcaption {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: right;
  margin-top: 0.25rem;
}

@media screen and (max-width: 1024px) {
  .productsSympImage figcaption {
    margin-top: 0.75rem;
    padding-right: 0.5rem;
  }
}

@media screen and (max-width: 750px) {
  .productsSympImage figcaption {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.productsFormulation {
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
  margin: 1.5rem auto 1rem;
  padding: 0.75rem 1.5rem;
  border-radius: 2.5rem;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .productsFormulation {
    padding: 0.75rem 1rem;
  }
}

@media screen and (max-width: 750px) {
  .productsFormulation {
    padding: 0.75rem 5vw;
  }
}

.productsFormulation.isB {
  background-color: #c8e5ef;
}

.productsFormulation.isG {
  background-color: #d9e3b6;
}

.productsFormulation.isR {
  background-color: #f0d7d6;
}

.productsFormulation.isO {
  background-color: #fdd9cb;
}

.productsFormulation.isGr {
  background-color: #d5d5d5;
}

/* --------------------
neoData　臨床試験データ
--------------------*/
.neoDataLogo, .neoCmLogo {
  max-width: 440px;
  margin: 0 auto 2rem;
}

@media screen and (max-width: 750px) {
  .neoDataLogo, .neoCmLogo {
    width: 68vw;
    margin-bottom: 1.25rem;
  }
}

.neoDataTxt {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.65;
  text-align: center;
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 1025px) {
  .neoDataTxt {
    min-height: 5em;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .neoDataTxt {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .neoDataTxt {
    font-size: 18px;
    font-size: 1.125rem;
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
}

@media screen and (max-width: 750px) {
  .neoDataTxt {
    font-size: 18px;
    font-size: 4.8vw;
  }
}

.neoDataImage {
  width: 75%;
  max-width: 360px;
  margin: 0 auto;
}

/* --------------------
　下層ページ設定
--------------------*/
/* --------------------
quickaction　エスタックの技術
--------------------*/
.quickactionBox {
  margin: 5rem auto 0;
}

@media print, screen and (min-width: 751px) {
  .quickactionBox {
    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;
  }
}

@media screen and (max-width: 750px) {
  .quickactionBox {
    margin: 2.75rem auto 0;
  }
}

@media print, screen and (min-width: 751px) {
  .quickactionBoxImage {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }
  .quickactionBoxTxt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    width: 46%;
  }
}

.quickactionBoxTxtLead {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
  padding: 1.25rem 5%;
  background-color: #f2f2f2;
}

@media screen and (max-width: 750px) {
  .quickactionBoxTxtLead {
    font-size: 18px;
    font-size: 4.8vw;
    margin-top: 1.25rem;
    padding: 1.25rem 5vw;
  }
}

.quickactionBoxTxtBody {
  padding: 1.25rem 5%;
  border: 1px solid #707070;
}

@media screen and (max-width: 750px) {
  .quickactionBoxTxtBody {
    font-size: 16px;
    font-size: 4.26667vw;
    padding: 1.25rem 5vw;
  }
}

.quickactionBoxTxtBody > strong {
  display: block;
  color: #0065cb;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .quickactionBoxTxtBody > strong {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

/* --------------------
faq　よくある質問
--------------------*/
.faq {
  line-height: 1.85;
  max-width: 1000px;
  margin: 0 auto;
  border-top: 1px dotted #707070;
  position: relative;
}

.faq:last-child {
  border-bottom: 1px dotted #707070;
}

.faqQ::before, .faqAInner::before {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .faqQ::before, .faqAInner::before {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

@media screen and (max-width: 750px) {
  .faqQ::before, .faqAInner::before {
    font-size: 35px;
    font-size: 9.33333vw;
  }
}

body.isTwTop .faqQ::before, body.isTwTop .faqAInner::before {
  font-size: 36px;
  font-size: 2.25rem;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  body.isTwTop .faqQ::before, body.isTwTop .faqAInner::before {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 750px) {
  body.isTwTop .faqQ::before, body.isTwTop .faqAInner::before {
    font-size: 28px;
    font-size: 7.46667vw;
  }
}

.faqQ::before {
  content: "Q";
  color: #909090;
}

@media print, screen and (min-width: 751px) {
  .faqQ::before {
    top: 1.5rem;
    left: 11%;
    -webkit-transform: translateX(-175%);
    -ms-transform: translateX(-175%);
    transform: translateX(-175%);
  }
}

@media screen and (max-width: 750px) {
  .faqQ::before {
    top: 50%;
    left: 0;
    -webkit-transform: translate(55%, -60%);
    -ms-transform: translate(55%, -60%);
    transform: translate(55%, -60%);
  }
}

body.isTwTop .faqQ::before {
  content: "問";
}

.faqAInner::before {
  content: "A";
  color: #0065cb;
  top: 0;
  left: -1rem;
}

@media screen and (max-width: 750px) {
  .faqAInner::before {
    left: -0.5rem;
  }
}

body.isTwTop .faqAInner::before {
  content: "答";
}

.faqQ {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 2rem 5rem 2rem 11%;
  position: relative;
  cursor: pointer;
}

@media print, screen and (min-width: 1025px) {
  .faqQ:hover {
    text-decoration: underline;
  }
  .faqQ:hover::before {
    text-decoration: none;
  }
}

@media screen and (max-width: 750px) {
  .faqQ {
    font-size: 14px;
    font-size: 3.73333vw;
    padding: 1.5rem 12vw 1.5rem 15vw;
    min-height: 4rem;
  }
}

.faqQ::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 1.5rem;
  top: 2.25rem;
  background: url(../images/common/icon-plus.svg) no-repeat center;
  background-size: 100% auto;
}

@media screen and (max-width: 750px) {
  .faqQ::after {
    width: 1rem;
    height: 1rem;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
  }
}

.faqQ.isAccoOpen::after {
  background-image: url(../images/common/icon-minus.svg);
}

.faqA {
  display: none;
  max-width: 800px;
  margin: 0 auto 3rem;
  padding: 2rem 7.5%;
  background-color: #ededed;
  position: relative;
}

@media screen and (max-width: 750px) {
  .faqA {
    font-size: 14px;
    font-size: 3.73333vw;
    padding: 1.5rem 7vw;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .faqA .modTableWrap {
    margin-left: -6%;
  }
}

@media screen and (max-width: 750px) {
  .faqA .modTableWrap {
    margin-left: -8vw;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .faqA .modTableWrap + p {
    margin-left: -6%;
  }
}

@media screen and (max-width: 750px) {
  .faqA .modTableWrap + p {
    margin-left: -8vw;
  }
}

.faqAInner {
  padding-left: 2rem;
  min-height: 3em;
  position: relative;
}

@media screen and (max-width: 750px) {
  .faqAInner {
    padding-left: 8vw;
  }
}

.faqAInner p + p {
  margin-top: 0.5em;
}

/* --------------------
about　知りたい！風邪のこと
--------------------*/
.aboutIllust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3rem;
}

@media screen and (max-width: 750px) {
  .aboutIllust {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 2.25rem;
  }
}

.aboutIllustItem {
  max-width: 240px;
}

@media screen and (max-width: 750px) {
  .aboutIllustItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
  }
  .aboutIllustItem:nth-child(3) {
    margin: 5vw 0 0 0;
  }
}

.aboutIllustItem + .aboutIllustItem {
  margin-left: 1.5rem;
}

@media screen and (max-width: 750px) {
  .aboutIllustItem + .aboutIllustItem {
    margin-left: 5%;
  }
}

.aboutIllustItemTxt {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
  margin-top: 0.75rem;
}

@media screen and (max-width: 750px) {
  .aboutIllustItemTxt {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.aboutIllustItemTxt > span:not([class]) {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  margin-top: 0.5rem;
}

@media screen and (max-width: 750px) {
  .aboutIllustItemTxt > span:not([class]) {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.modImage + .aboutIllustItemTxt {
  margin-top: -2rem;
}

@media screen and (max-width: 750px) {
  .modImage + .aboutIllustItemTxt {
    margin-top: -2.5rem;
  }
}

.aboutSupervision {
  padding: 1.75rem 4%;
  border: 1px solid #707070;
}

@media print, screen and (min-width: 751px) {
  .aboutSupervision {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 750px) {
  .aboutSupervision {
    padding: 1.25rem 5vw;
  }
}

@media print, screen and (min-width: 1025px) {
  .aboutSupervisionImage {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    width: 300px;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .aboutSupervisionImage {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    width: 220px;
  }
}

.aboutSupervisionTxt {
  line-height: 1.65;
}

@media print, screen and (min-width: 751px) {
  .aboutSupervisionTxt {
    margin-left: 1.75rem;
  }
}

@media screen and (max-width: 750px) {
  .aboutSupervisionTxt {
    margin-top: 1rem;
  }
}

.aboutSupervisionTxtName {
  color: #0065cb;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .aboutSupervisionTxtName {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.aboutSupervisionTxtName > span:not([class]) {
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  margin-right: 0.2rem;
}

@media screen and (max-width: 750px) {
  .aboutSupervisionTxtName > span:not([class]) {
    font-size: 13px;
    font-size: 3.46667vw;
  }
}

.aboutSupervisionTxtBody {
  margin-top: 0.5rem;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .aboutSupervisionTxtBody {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 750px) {
  .aboutSupervisionTxtBody {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.aboutSupervisionTxtBody p:not(:first-child) {
  margin-top: 0.5rem;
}

/* 知りたい！風邪のこと　記事ページ */
/* --------------------
nutrition　おすすめの食事
--------------------*/
@media print, screen and (min-width: 751px) {
  .isNutrition .modLead {
    margin-bottom: 10px;
    text-align: left;
  }

  .isNutrition li:not(:last-child) {
    margin-bottom: 40px;
  }

  .isNutrition li:last-child {
    margin-bottom: 20px;
  }

  .noteText {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 5px;
  }

  .isIngredients {
    margin-top: 70px;
    margin-bottom: 64px;
  }

  .isIngredients h5 {
    font-size: 18px;
    font-weight: bold;
  } 

  .isIngredients li:not(:last-child)  {
    margin-bottom: 68px;
  }

  .isIngredients .layColumn {
    margin-top: 1.25rem;
  }
}

@media screen and (max-width: 750px) {
  .isNutrition .modListSq {
    font-size: 3.73vw;
  }

  .isNutrition li:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .isNutrition li:last-child {
    margin-bottom: 1.25rem;
  }

  .noteText {
    font-size: 3.2vw;
    line-height: 1.58;
    margin-bottom: 6px;
  }

  .isIngredients {
    margin-top: 2.5rem;
    margin-bottom:  2.5rem;
  }

  .isIngredients h5 {
    font-weight: bold;
  } 

  .isIngredients li:not(:last-child)  {
    margin-bottom: 2.5rem;
  }

  .isIngredients .layColumn {
    margin-top: 1.25rem;
  }

  .isIngredients .modLead:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .isIngredients .modLead + .modLead {
    margin-top: 0;
  }
}

/* 記事ページ */
/* --------------------
cm　CMギャラリー
--------------------*/
.modBgBox.cmMovieBox {
  margin: 2.75rem 0 5rem;
  padding-bottom: 2.75rem;
}

@media screen and (max-width: 750px) {
  .modBgBox.cmMovieBox {
    padding-bottom: 1.5rem;
  }
}

.cmMovie {
  padding-top: 56.25%;
  position: relative;
}

.cmMovie iframe {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.cmMovieTitle {
  margin-top: 2rem;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .cmMovieTitle {
    margin-top: 1.5rem;
  }
}

.cmMovieTitleTxt {
  color: #000;
  font-size: 24px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.45;
}

@media screen and (max-width: 750px) {
  .cmMovieTitleTxt {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.cmMovieTitleIcon {
  display: inline-block;
}

.cmMovieTitleIcon::after {
  -webkit-transform: translate(-120%, -80%);
  -ms-transform: translate(-120%, -80%);
  transform: translate(-120%, -80%);
}

@media print, screen and (min-width: 751px) {
  .cmProf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media print, screen and (min-width: 751px) {
  .cmProfBody {
    width: 50%;
    padding-right: 4%;
  }
}

.cmProfTxt {
  margin-top: 1.75rem;
}

.cmProfTxtName {
  color: #000C58;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

@media screen and (max-width: 750px) {
  .cmProfTxtName {
    font-size: 18px;
    font-size: 4.8vw;
  }
}

.cmProfTxtName > span:not([class]) {
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (max-width: 750px) {
  .cmProfTxtName > span:not([class]) {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

@media print, screen and (min-width: 751px) {
  .cmProfImage {
    width: 50%;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .cmProfImage {
    margin-top: 6vw;
  }
}

@media screen and (max-width: 750px) {
  .cmProfImage {
    margin-bottom: 1.5rem;
  }
}

/* --------------------
history　エスタックの歴史
--------------------*/
.historySection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

@media print, screen and (min-width: 751px) {
  .historySection .modSubTitle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    margin: 0;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .historySection .modSubTitle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
  }
}

.historySection .modLead {
  text-align: left;
  margin: 0;
}

.historySection + .historySection {
  margin-top: 7.5rem;
}

@media screen and (max-width: 750px) {
  .historySection + .historySection {
    margin-top: 4.5rem;
  }
}

.historySection + .historySection .historySectionBody::before {
  content: "";
  display: block;
  width: 0;
  height: 3rem;
  margin: 0 auto;
  border-left: 1px solid #707070;
  position: absolute;
  left: 50%;
  top: -2rem;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .historySection + .historySection .historySectionBody::before {
    height: 4rem;
  }
}

@media screen and (max-width: 750px) {
  .historySection + .historySection .historySectionBody::before {
    height: 2.5rem;
    -webkit-transform: translateY(-180%);
    -ms-transform: translateY(-180%);
    transform: translateY(-180%);
  }
}

@media all and (-ms-high-contrast: none) {
  .historySection .modSubTitle {
    width: 200px;
  }
}

.historySectionBody {
  position: relative;
}

@media print, screen and (min-width: 1025px) {
  .historySectionBody {
    width: calc(100% - 200px);
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .historySectionBody {
    width: calc(100% - 150px);
  }
}

.historyImage {
  text-align: center;
  width: 100%;
  margin-top: 1.75rem;
}

.historyImage img {
  margin: 0 auto;
}

@media print, screen and (min-width: 751px) {
  .historyImage img {
    max-width: 220px;
  }
}

@media print, screen and (min-width: 751px) {
  .historyImage.isL img {
    max-width: 440px;
  }
}

body.isEnTop .historyImage + .modLead {
  margin-top: 3rem;
}

@media screen and (max-width: 750px) {
  body.isEnTop .historyImage + .modLead {
    margin-top: 2rem;
  }
}

.historyItemName {
  text-align: center;
  margin: 1.25rem auto 0;
}

.historyItemName:not(:last-child) {
  margin-bottom: 3rem;
}

.historyItemName.isCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media print, screen and (min-width: 751px) {
  .historyItemName.isCol {
    max-width: 440px;
  }
}

.historyItemName.isCol > span {
  text-align: center;
  width: 50%;
}

/* --------------------
en　英語トップ
--------------------*/
.enProductSection {
  margin-top: 3.5rem;
  padding-top: 3.5rem;
  border-top: 1px solid #707070;
}

@media screen and (max-width: 750px) {
  .enProductSection {
    margin-top: 2rem;
    padding-top: 2rem;
  }
}

.enLead {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.45;
  margin-bottom: 4rem;
  padding: 1rem 50px;
  background-color: #0065cb;
}

@media print, screen and (min-width: 751px) {
  .enLead {
    text-align: center;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .enLead {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 750px) {
  .enLead {
    font-size: 15px;
    font-size: 4vw;
    margin-bottom: 2.5rem;
    padding: 1.2rem 4vw;
  }
}

.enDataTable {
  line-height: 1.45;
  margin: 3rem auto;
  width: 100%;
  max-width: 800px;
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
}

.enDataTable th, .enDataTable td {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  vertical-align: middle;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
}

.enDataTable th > span:not([class]), .enDataTable td > span:not([class]) {
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (max-width: 750px) {
  .enDataTable th > span:not([class]), .enDataTable td > span:not([class]) {
    display: block;
    font-size: 12px;
    font-size: 3.2vw;
  }
}

@media screen and (max-width: 750px) {
  .enDataTable th, .enDataTable td {
    font-size: 14px;
    font-size: 3.73333vw;
    padding: 0.5rem;
  }
}

.enDataTable th {
  background-color: #f2f2f2;
}

.enDataTable strong strong {
  font-size: 24px;
  font-size: 1.5rem;
}

@media screen and (max-width: 750px) {
  .enDataTable strong strong {
    font-size: 24px;
    font-size: 6.4vw;
  }
}

.enDataTable .isW18 {
  width: 18% !important;
}

.enDataTable .isW20 {
  width: 21.5% !important;
}

.enDataTable .isW25 {
  width: 26.5% !important;
}

.enDataTable .isW35 {
  width: 35% !important;
}

.enDataTable + .modListStd.isFsS {
  margin: -2rem auto 3rem;
  width: 100%;
  max-width: 800px;
}

.enDownloadBox {
  border: 1px solid #707070;
  padding: 1.25rem 8%;
}

.enDownloadBox .modBtn {
  margin-top: 1.5rem;
}

.enAccoBody {
  display: none;
}

/*# sourceMappingURL=base.css.map */




/* ここからフェーズ2用CSS追記2024.09 */

/* --------------------
onlineShop オンラインショップボタンPC
--------------------*/
@media print, screen and (min-width: 1025px) {
  .onlineShopBtnMenuItem:hover {
    opacity: 0.5;
  }
}

@media print, screen and (min-width: 751px) {
  .onlineShopFixSp {
    display: none;
  }

  .onlineShopFixPc {
    display: block;
    position: fixed;
    top: 145px;
    right: 0;
    z-index: 999;
  }

  .onlineShopFixPc .onlineShopHead {
    position: absolute;
    top: 0;
    right: 0;
  }

  .onlineShopFixPc .onlineShopClose {
    width: 49px;
    padding-right: 16px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    color: #0a2679;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
  }

  .onlineShopFixPc .onlineShopClose .onlineShopTtl .ttl {
    padding-top: 25px;
    background: url(/stac/assets/images/common/icon-storeR.svg) no-repeat 0px top;
    background-size: contain;
    background-position-y: 4px;
    width: 18px;
  }

  .onlineShopFixPc .onlineShopBody {
    transform: translateX(100%);
  }

  .onlineShopFixPc .onlineShopInner {
    display: flex;
    height: 183px;
    padding: 10px 0;
    background-color: #ffc111;
    border: 3px solid #fff;
    border-right: 0;
    border-radius: 20px 0 0 20px;
  }

  .onlineShopFixPc .onlineShopBody .onlineShopClose {
    border-right: 1px solid #fff;
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .onlineShopFixPc .onlineShopBody .onlineShopTtl .close {
    margin-top: 59px;
    padding-top: 20px;
    background: url(/stac/assets/images/common/icon-close.svg) no-repeat center top;
    background-size: 12px 12px;
  }

  .onlineShopFixPc .onlineShopOpen {
    width: 605px;
    margin: 31px auto 0;
    padding-right: 21px;
    padding-left: 27px;
    color: #0a2679;
    text-align: center;
  }

  .onlineShopFixPc .onlineShopOpen .onlineShopTtl .ttl {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: .04em;
  }

  .onlineShopFixPc .onlineShopOpen .onlineShopTtl .ttl::before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 17px;
    background: url(/stac/assets/images/common/icon-storeR.svg) no-repeat center top;
    background-size: cover;
  }

  .onlineShopFixPc .onlineShopBtnMenu {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 16px;
  }

  .onlineShopFixPc .onlineShopBtnMenuItem {
    flex-basis: calc((100% - 2px) / 3);
    max-width: calc((100% - 2px) / 3);
    height: 60px;
    transition: 0.25s;
  }

  .onlineShopFixPc .onlineShopBtn {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding-left: 25px;
  }

  .onlineShopFixPc .onlineShopBtn::after {
    display: block;
    position: absolute;
    content: "";
    top: 50%;
    right: 10px;
    width: 15px;
    height: 12px;
    background: transparent url(/stac/assets/images/common/icon-window.svg) 0 0 no-repeat;
    background-size: contain;
    transform: translateY(-50%);
  }

  .onlineShopFixPc .onlineShopBtnMenuItem:first-child .onlineShopBtn {
    border-radius: 6px 0 0 6px;
    padding-left: 21px;
  }

  .onlineShopFixPc .onlineShopBtnMenuItem:last-child .onlineShopBtn {
    border-radius: 0 6px 6px 0;
    padding-left: 18px;
  }

  .onlineShopFixPc .onlineShopBtnImage {
    display: block;
  }

  .onlineShopFixPc .onlineShopBtnMenuItem .amazon {
    width: 122px;
  }

  .onlineShopFixPc .onlineShopBtnMenuItem .rakuten {
    width: 115px;
  }

  .onlineShopFixPc .onlineShopBtnMenuItem .lohaco {
    width: 132px;
  }

  .onlineShopFixPc .onlineShopBtnMenuItem:not(:first-child) {
    margin-left: 1px;
  }
}

/* --------------------
onlineShop オンラインショップボタンSP
--------------------*/
@media screen and (max-width: 750px) {
  .onlineShopFixPc {
    display: none;
  }

  .onlineShopFixSp {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s ease, visibility 0.2s ease; /* アニメーション設定 */
  }

  .onlineShopFixSp.hide {
    opacity: 0; /* フェードアウト */
    visibility: hidden; /* 非表示 */
}

  .onlineShopFixSp .onlineShopInner {
    display: flex;
    justify-content: center;
  }

  .onlineShopFixSp .onlineShopHead {
    position: absolute;
    bottom: 0;
    width: 68.75%;
    padding: 19px 10px 18px;
    background-color: #ffc111;
    border: 3px solid #fff;
    border-bottom: 0;
    border-radius: 20px 20px 0 0;
  }

  .onlineShopFixSp .onlineShopTtl {
    text-align: center;
  }

  .onlineShopFixSp .onlineShopTtl .ttl {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    color: #0a2679;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
  }

  .onlineShopFixSp .onlineShopTtl .ttl::before {
    display: block;
    position: absolute;
    content: '';
    top: 50%;
    left: 0px;
    width: 20px;
    height: 15px;
    transform: translateY(-50%);
    background: url(/stac/assets/images/common/icon-storeR.svg) no-repeat left top;
    background-size: contain;
  }

  .onlineShopFixSp .onlineShopBody .onlineShopTtl .ttl {
    display: inline-block;
    position: relative;
    padding-left: 42px;
    color: #0a2679;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
  }

  .onlineShopFixSp .onlineShopBody .onlineShopTtl .ttl::before {
    display: block;
    position: absolute;
    content: '';
    top: 50%;
    left: 19px;
    width: 20px;
    height: 15px;
    transform: translateY(-50%);
    background: url(/stac/assets/images/common/icon-storeR.svg) no-repeat left top;
    background-size: contain;
  }

  .onlineShopFixSp .onlineShopBody {
    position: fixed;
    bottom: 0;
    width: 93.75%;
    padding: 13px 10px 14px;
    background-color: #ffc111;
    border: 3px solid #fff;
    border-bottom: 0;
    border-radius: 20px 20px 0 0;
    transform: translateY(100%);
  }

  .onlineShopFixSp .onlineShopBody .onlineShopTtl {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-right: 20px;
  }

  .onlineShopFixSp .onlineShopBody .onlineShopTtl .ttl {
    font-size: 14px;
    letter-spacing: -0.08em;
  }

  .onlineShopFixSp .onlineShopBody .onlineShopTtl .close {
    position: absolute;
    top: -2px;
    right: -1px;
    width: 21px;
    height: 21px;
    background: #fff url(/stac/assets/images/common/icon-close.svg) no-repeat center center;
    background-size: 9px 9px;
    border-radius: 50%;
  }

  .onlineShopFixSp .onlineShopBtnMenu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 13px;
  }

  .onlineShopFixSp .onlineShopBtnMenuItem {
    flex-basis: calc((100% - 2px) / 3);
    max-width: calc((100% - 2px) / 3);
    height: 36px;
  }

  .onlineShopFixSp .onlineShopBtnMenuItem:not(:first-child) {
    margin-left: 1px;
  }

  .onlineShopFixSp .onlineShopBtnMenuItem .onlineShopBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }

  .onlineShopFixSp .onlineShopBtnMenuItem:first-child .onlineShopBtn {
    border-radius: 5px 0 0 5px;
  }

  .onlineShopFixSp .onlineShopBtnMenuItem:last-child .onlineShopBtn {
    border-radius: 0 5px 5px 0;
  }

  .onlineShopFixSp .onlineShopBtnImage {
    display: block;
    margin: 0 auto;
    width: 55%;
  }

  .onlineShopFixSp .onlineShopBtnMenuItem .amazon {
    padding-top: 5px;
    width: 59px;
  }

  .onlineShopFixSp .onlineShopBtnMenuItem .rakuten {
    padding-top: 5px;
    width: 57px;
  }

  .onlineShopFixSp .onlineShopBtnMenuItem .lohaco {
    width: 61px;
  }

  .onlineShopFixSp .onlineShopBtn::after {
    background: transparent url(/stac/assets/images/common/icon-window.svg) 0 0 no-repeat;
    background-size: contain;
    content: "";
    width: 12px;
    height: 10px;
    padding-right: 10px;
  }
}

/* --------------------
header「エスタックEXネオについて」
--------------------*/
@media print, screen and (min-width: 1025px) {
  .layHeaderNavCategory .layHeaderNavTtlSp {
    display: none;
  }

  .layMenuItemList {
    display: flex;
    margin-top: 13px;
    margin-left: -1px;
  }

  .layMenuItemList .layMenuItem {
    text-align: center;
  }

  .layMenuItemList .layMenuItem:nth-of-type(2) {
    margin-left: 93px;
  }

  .layMenuItemList .layItemName {
    margin-top: 18px;
    height: 35px;
  }

  .layMenuItemList .layMenuItem:nth-of-type(2) .layItemName {
    margin-top: 11px;
    height: 42px;
  }

  .layMenuItemList .layMenuIcon {
    width: 16px;
  }

  .layMenuItem .itemImage {
    transition: 0.25s;
    max-width: 140px;
  }

  .layMenuItem a:hover .itemImage {
    transform: scale(1.1);
  }

  .layMenuItem .layMenuIcon {
    transition: 0.25s;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .layHeaderNavCategory .layHeaderNavTtlPc {
    display: none;
  }

  .layHeaderNavCategory .layHeaderNavTtlSp {
    font-size: 1rem;
    padding: 1.5rem 0;
  }

  .layMenuItemList {
    display: flex;
    padding-top: 0.75rem;
  }

  .layMenuItemList .layMenuItem {
    display: flex;
    text-align: center;
    padding: 0 2.5vw;
    margin-bottom: 2rem;
  }

  .layMenuItem .itemImage {
    width: 18.64vw;
  }

  .layMenuItemList .layItemName {
    margin-top: 1.33vw;
    height: 5.33vw;
  }

  .layMenuItemList .layMenuIcon {
    width: 2.13vw;
  }
}

@media screen and (max-width: 750px) {
  .layHeaderNavCategory .layHeaderNavTtlPc {
    display: none;
  }

  .layHeaderNavCategory .layHeaderNavTtlSp {
    font-size: 4.26667vw;
    color: #333;
    padding: 1rem 0;
  }

  .spAccoBodyQuickaction {
    margin-top: 3px;
  }

  .layMenuItemList {
    display: flex;
    flex-wrap: wrap;
  }

  .layMenuItemList .layMenuItem {
    display: flex;
    flex: 50%;
    text-align: center;
    padding: 0 3.8vw;
    margin-bottom: 2rem;
  }

  .layMenuItem .itemImage {
    width: 37.3vw;
  }

  .layMenuItemList .layItemName {
    margin-top: 3.2vw;
    height: 10.7vw;
  }
  
  .layMenuItemList .layMenuItem:first-child .layItemName {
    padding-top: 2.7vw;
  }

  .layMenuItemList .layMenuIcon {
    width: 4.27vw;
    padding-top: 1.87vw;
  }
}

/* --------------------
stacex_neo 「胃を守る成分」追加
--------------------*/
@media print, screen and (min-width: 751px) {
  .isCol1 .layColumnItem {
    width: 100%;
  }
}

/* --------------------
layNewItemListWrap 製品ラインナップ
--------------------*/
.layNewItemListWrap .modBtn.modNewItemListBtn {
  font: inherit;
  color: #012063;
  font-size: 0.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.25rem;
  background-color: #fff;
  line-height: 1.45;
  text-decoration: none !important;
  padding: 0 1em;
  border: 1px solid #012063;
  cursor: pointer;
}

.layNewItemListWrap .modBtn.modNewItemListBtn::after {
  content: "";
  display: block;
  width: 2.875rem;
  height: 0.65rem;
  background: url(../images/common/icon-arrowG.svg) no-repeat center right;
  position: absolute;
  right: 1rem;
}

@media print, screen and (min-width: 1025px) {
  .layNewItemListWrap .isLineUpItem {
    width: 22.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .layNewItemListWrap .modNewSubTitle {
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
  }

  .layNewItemListWrap .layNewItemList {
    margin-top: 0.3rem;
  }

  .layNewItemListWrap .layNewItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    flex: 1;
  }

  .layNewItemListWrap .layNewItem a:hover .modBtn.modNewItemListBtn {
    color: #fff;
    background-color: #012063;
  }

  .layNewItemListWrap  .layNewItem a:hover .modBtn.modNewItemListBtn::after {
    background-image: url(../images/common/icon-arrowW.svg);
    right: 0.7rem;
  }

  .layNewItemListWrap .layNewItem .modNewSubTitle {
    margin-top: -11px;
    font-weight: normal;
  }

  .layNewItemListWrap .layNewItem .itemImage {
    max-width: 224px;
  }

  .layNewItemListWrap .layNewItemName {
    display: flex;
    align-items: center;
    margin-top: 13px;
    font-size: 12px;
  }

  .layNewItemListWrap .layNewItemName img {
    margin-top: 0;
    margin-left: 10px;
    margin-right: auto;
    margin-bottom: 0;
    max-width: 76px;
    height: auto;
  }

  .layNewItemListWrap .layNewItem .itemImage {
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
  }

  .layNewItemListWrap .modBtn.modNewItemListBtn {
    margin-top: 1.3rem;
    max-width: 230px;
    height: 2.5rem;
    transition: 0.25s;
  }

  .layNewItemListWrap .modBtn.modNewItemListBtn::after {
    transition: 0.25s;
  }

  .layNewItemListWrap .modBtn.isFaq {
    margin-top: 1.9rem;
    max-width: 230px;
  }

  .layNewItemListWrap .modBtn.isFaq > a {
    height: 2.5rem;
}

}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .layNewItemListWrap .layNewItem .itemImage {
    max-width: 22vw;
  }

  .layNewItemListWrap .layNewItemName img {
    height: 17px;
  }
}

@media screen and (max-width: 1024px) {
  .layNewItemListWrap {
    display: flex;
    flex-wrap: wrap;
  }

  .layNewItemListWrap .modNewSubTitle {
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    white-space: nowrap;
  }

  .layNewItemListWrap .isLineUpItem {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .layNewItemListWrap .layNewItemList {
    display: block;
    margin-top: -6px;
  }

  .layNewItemListWrap .layNewItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 0 2vw;
    margin-bottom: 2.6rem;
  }

  .layNewItemListWrap .layNewItem .modNewSubTitle {
    margin-top: 5px;
  }

  .layNewItemListWrap .layNewItemName {
    display: flex;
    align-items: center;
    margin-top: 9px;
  }

  .layNewItemListWrap .layNewItemName img {
    margin-top: 0;
    margin-left: 10px;
    margin-right: auto;
    margin-bottom: 0;
  }

  .layNewItemListWrap .modBtn.modNewItemListBtn {
    margin-top: 1.75rem;
    width: 33vw;
  }
}

@media screen and (max-width: 750px) {
  .layNewItemListWrap .isLineUpItem {
    width: 47%;
  }

  .layNewItemListWrap .isLineUpItem:nth-child(2), .isLineUpItem:nth-child(4) {
    margin-left: 6%;
  }

  .layNewItemListWrap .modNewSubTitle {
    font-size: 4vw;
  }

  .layNewItemListWrap .modNewSubTitleEve {
    margin-top: -12px;
    line-height: 1.4;
  }

  .layNewItemListWrap .layNewItem {
    padding: 0;
  }

  .layNewItemListWrap .layNewItem .modNewSubTitle {
    font-size: 4.2vw;
  }

  .layNewItemListWrap .layNewItem .itemImage {
    width: 44vw;
    max-width: 44vw;
  }

  .layNewItemListWrap .layNewItemName {
    display: block;
    font-size: 3.2vw;
  }

  .layNewItemListWrap .layNewItemName img {
    margin: 9px auto 0;
    width: 98px;
    height: auto;
  }

  .layNewItemListWrap .modBtn.modNewItemListBtn:not(:first-child) {
    margin-top: 2vw;
  }

  .layNewItemListWrap .modBtn.modNewItemListBtn  {
    font-size: 3.73333vw;
    width: 42vw;
    height: 2.6rem;
  }

  .layNewItemListWrap .modBtn.isFaq {
    margin-top: 4.5vw;
  }

  .layNewItemListWrap .modBtn.isFaq > a {
    height: 2.6rem;
}
}

/* --------------------
top 白枠変更調整
--------------------*/
@media print, screen and (min-width: 1025px) {
  .topContentSection .topCategoryTxt {
    height: 15rem;
  }
}

@media print, screen and (min-width: 751px) {
  .topContentSection .topCategoryTxt {
    /* width: 80%; */
    width: 65.26%;
    margin-top: -5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .topContentSection .topCategoryTxt .topCategoryTxtBody {
    padding-right: 10px;
  }
}

@media screen and (max-width: 750px){
  .topQuickaction .layInner {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .topQuickaction .topCategoryTxt .modTitle  {
    text-align: center;
  }

  .topQuickaction .topLink::after  {
    right: -1.125rem;
    bottom: -1.125rem;
  }

  .topContentSection .topCategoryTxt {
    width: 79%;
    margin-top: -18vw;
    margin-left: auto;
    margin-right: auto;
  }
}

/* --------------------
top ボタンアイコン変更
--------------------*/
@media print, screen and (min-width: 1025px) {
  .topQuickaction .topLink::after{
    bottom: 72px;
    right: 0.5rem;
  }

  .topFaqListItem a::after {
    width: 1rem;
    height: 1rem;
    top: 0;
    bottom: 0;
    right: 1.8rem;
    margin: auto 0;
  }

  .topContentSection .layColumnItem a::after {
    /* bottom: 8%;
    right: 5%; */
    bottom: 0;
    right: 15%;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .topLink::after {
    bottom: -30px;
  }

  .topFaqListItem a::after {
    width: 1rem;
    height: 1rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }

  .topContentSection .layColumnItem a::after {
    bottom: 0;
    /* right: 5%; */
    right: 15%;
  }
}

@media screen and (max-width: 750px) {
  .topFaqListItem a::after {
    width: 1rem;
    height: 1rem;
    top: 0;
    bottom: 0;
    right: 0.875rem;
    margin: auto 0;
  }
}
