@charset "UTF-8";
/*============================
これはmodule.scss
============================*/
/*============================
これは_reset.scss
============================*/
/* =Reset
-----------------------------------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1rem;
  line-height: 1.2;
}

html,
body {
  height: 100%;
}

html,
div,
span,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
embed,
object,
iframe,
audio,
video,
canvas,
progress,
meter,
output,
textarea {
  display: block;
}

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

/* To prevent some browsers from inserting quotes on q and p */
blockquote,
q {
  quotes: none;
}

blockquote p:before,
blockquote p:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* Table reset */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  vertical-align: top;
}

thead th,
thead td {
  font-weight: bold;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

/* Image inside */
a img,
th img,
td img {
  vertical-align: top;
}

button,
input,
select,
textarea {
  margin: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* Normalize buttons in IE */
button {
  width: auto;
  overflow: visible;
}

/* Hand cursor on clickable controls */
input[type=reset],
input[type=submit],
input[type=file],
input[type=radio],
input[type=checkbox],
select,
button {
  cursor: pointer;
}

/* Trick with vertical align for radio and checkbox  */
input[type=radio],
input[type=checkbox] {
  font-size: 110%;
  position: relative;
  top: -1px;
  margin-right: 3px;
}

/* Normalize search fields */
input[type=search] {
  -webkit-appearance: textfield;
}

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

/* Normalize horizontal line */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
}

/* Responsive media */
img,
video,
audio,
embed,
object {
  max-width: 100%;
}

img,
video,
embed,
object {
  height: auto;
}

embed,
object {
  height: 100%;
}

img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content: url(../images/clearfix.gif);
  display: block;
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

.clearfix {
  display: block;
}

.hidden {
  position: absolute;
  left: -9999px;
}

.visible-hidden {
  visibility: hidden;
}

/* Assets */
/*-----------------------------
padding
-----------------------------*/
.pTop00 {
  padding-top: 0px !important;
}

.pTop1em {
  padding-top: 1em !important;
}

.pTop2em {
  padding-top: 2em !important;
}

.pTop3em {
  padding-top: 3em !important;
}

.pTop4em {
  padding-top: 4em !important;
}

.pTop5em {
  padding-top: 5em !important;
}

.pTop05 {
  padding-top: 5px !important;
}

.pTop10 {
  padding-top: 10px !important;
}

.pTop15 {
  padding-top: 15px !important;
}

.pTop20 {
  padding-top: 20px !important;
}

.pTop30 {
  padding-top: 30px !important;
}

.pTop40 {
  padding-top: 40px !important;
}

.pTop50 {
  padding-top: 50px !important;
}

.pTop60 {
  padding-top: 60px !important;
}

.pTop80 {
  padding-top: 80px !important;
}

.pTop200sp100 {
  padding-top: 200px !important;
}
@media (min-width: 1px) and (max-width: 35.4em) {
  .pTop200sp100 {
    padding-top: 100px !important;
  }
}

.pRight00 {
  padding-right: 0px !important;
}

.pRight05 {
  padding-right: 5px !important;
}

.pRight10 {
  padding-right: 10px !important;
}

.pRight12 {
  padding-right: 12px !important;
}

.pRight15 {
  padding-right: 15px !important;
}

.pRight20 {
  padding-right: 20px !important;
}

.pRight30 {
  padding-right: 30px !important;
}

.pleft00 {
  padding-left: 0px !important;
}

.pleft02 {
  padding-left: 2px !important;
}

.pleft05 {
  padding-left: 5px !important;
}

.pleft10 {
  padding-left: 10px !important;
}

.pleft20 {
  padding-left: 20px !important;
}

.pleft30 {
  padding-left: 30px !important;
}

.pleft40 {
  padding-left: 40px !important;
}

.pleft80 {
  padding-left: 80px !important;
}

.pBottom00 {
  padding-bottom: 0px !important;
}

.pBottom1em {
  padding-bottom: 1em !important;
}

.pBottom2em {
  padding-bottom: 2em !important;
}

.pBottom3em {
  padding-bottom: 3em !important;
}

.pBottom4em {
  padding-bottom: 4em !important;
}

.pBottom5em {
  padding-bottom: 5em !important;
}

.pBottom02 {
  padding-bottom: 2px !important;
}

.pBottom05 {
  padding-bottom: 5px !important;
}

.pBottom10 {
  padding-bottom: 10px !important;
}

.pBottom15 {
  padding-bottom: 15px !important;
}

.pBottom20 {
  padding-bottom: 20px !important;
}

.pBottom25 {
  padding-bottom: 25px !important;
}

.pBottom30 {
  padding-bottom: 30px !important;
}

.pBottom40 {
  padding-bottom: 40px !important;
}

.pBottom50 {
  padding-bottom: 50px !important;
}

.pBottom60 {
  padding-bottom: 60px !important;
}

.pBottom70 {
  padding-bottom: 70px !important;
}

.pBottom80 {
  padding-bottom: 80px !important;
}

.pBottom90 {
  padding-bottom: 90px !important;
}

.pBottom100 {
  padding-bottom: 100px !important;
}

.pBottom110 {
  padding-bottom: 110px !important;
}

.pBottom140 {
  padding-bottom: 140px !important;
}

/*-----------------------------
margin
-----------------------------*/
.mTop-20 {
  margin-top: -20px !important;
}

.mTop-10 {
  margin-top: -10px !important;
}

.mTop00 {
  margin-top: 0px !important;
}

.mTop05 {
  margin-top: 5px !important;
}

.mTop1em {
  margin-top: 1em !important;
}

.mTop2em {
  margin-top: 2em !important;
}

.mTop3em {
  margin-top: 3em !important;
}

.mTop4em {
  margin-top: 4em !important;
}

.mTop5em {
  margin-top: 5em !important;
}

.mTop10 {
  margin-top: 10px !important;
}

.mTop20 {
  margin-top: 20px !important;
}

.mTop30 {
  margin-top: 30px !important;
}

.mTop40 {
  margin-top: 40px !important;
}

.mRight00 {
  margin-right: 0px !important;
}

.mRight05 {
  margin-right: 5px !important;
}

.mRight07 {
  margin-right: 7px !important;
}

.mRight10 {
  margin-right: 10px !important;
}

.mRight15 {
  margin-right: 15px !important;
}

.mRight20 {
  margin-right: 20px !important;
}

.mRight30 {
  margin-right: 30px !important;
}

.mleft02 {
  margin-left: 2px !important;
}

.mleft05 {
  margin-left: 5px !important;
}

.mleft10 {
  margin-left: 10px !important;
}

.mleft20 {
  margin-left: 20px !important;
}

.mleft30 {
  margin-left: 30px !important;
}

.mleft80 {
  margin-left: 80px !important;
}

.mBottom1em {
  margin-bottom: 1em !important;
}

.mBottom2em {
  margin-bottom: 2em !important;
}

.mBottom3em {
  margin-bottom: 3em !important;
}

.mBottom4em {
  margin-bottom: 4em !important;
}

.mBottom5em {
  margin-bottom: 5em !important;
}

.mBottom00 {
  margin-bottom: 0px !important;
}

.mBottom05 {
  margin-bottom: 5px !important;
}

.mBottom10 {
  margin-bottom: 10px !important;
}

.mBottom15 {
  margin-bottom: 15px !important;
}

.mBottom20 {
  margin-bottom: 20px !important;
}

.mBottom25 {
  margin-bottom: 25px !important;
}

.mBottom30 {
  margin-bottom: 30px !important;
}

.mBottom40 {
  margin-bottom: 40px !important;
}

.mBottom60 {
  margin-bottom: 60px !important;
}

.mBottom-20 {
  margin-bottom: -20px !important;
}

.mBottom-10 {
  margin-bottom: -10px !important;
}

.ws0mRight10 {
  margin-right: 10px !important;
}

.ws0pTop50 {
  padding-top: 50px !important;
}

.ws0pTop40 {
  padding-top: 40px !important;
}

.ws0pRight10 {
  padding-right: 10px !important;
}

.ws0pRight20 {
  padding-right: 20px !important;
}

.ws0pRight05 {
  padding-right: 5px !important;
}

.ws0pleft05 {
  padding-left: 5px !important;
}

.ws10pBottom00 {
  padding-Bottom: 0px !important;
}

.ws0pBottom20 {
  padding-Bottom: 20px !important;
}

.ws0pleft10 {
  padding-left: 10px !important;
}

@media (max-width: 35.5em) {
  .ws0pRight10 {
    padding-right: 0px !important;
  }
  .ws0pRight20 {
    padding-right: 0px !important;
  }
  .ws0pTop50 {
    padding-top: 0px !important;
  }
  .ws0pTop40 {
    padding-top: 0px !important;
  }
  .ws0pBottom00 {
    padding-bottom: 0px !important;
  }
  .ws0pRight05 {
    padding-right: 0px !important;
  }
  .ws0pleft05 {
    padding-left: 0px !important;
  }
  .ws0pleft10 {
    padding-left: 0px !important;
  }
  .ws10pBottom00 {
    padding-bottom: 10px !important;
  }
  .ws0mRight10 {
    margin-right: 0px !important;
  }
  .ws0pBottom20 {
    padding-bottom: 0px !important;
  }
}
.ws10mdpBottom00 {
  padding-bottom: 0px !important;
}

@media (max-width: 63em) {
  .ws10mdpBottom00 {
    padding-Bottom: 10px !important;
  }
}
input,
select {
  vertical-align: middle;
}

.clear-both {
  clear: both;
}

.test-line {
  border: 1px solid red;
}

/*============================
これは_typography.scss
============================*/
@font-face {
  font-display: swap;
}
body article#pagecont h2 {
  font-family: "ヒラギノ角ゴ　ProN", "メイリオ", "Meiryo", sans-serif !important;
}
body article#pagecont .pagemaincont {
  font-family: "ヒラギノ角ゴ　ProN", "メイリオ", "Meiryo", sans-serif !important;
}
body article#pagecont .pagemaincont p {
  font-family: "ヒラギノ角ゴ　ProN", "メイリオ", "Meiryo", sans-serif !important;
}
body article#pagecont .pagemaincont ul li {
  font-family: "ヒラギノ角ゴ　ProN", "メイリオ", "Meiryo", sans-serif !important;
}
body article#pagecont .pagemaincont ol li {
  font-family: "ヒラギノ角ゴ　ProN", "メイリオ", "Meiryo", sans-serif !important;
}
body article#pagecont .pagemaincont dl dt {
  font-family: "ヒラギノ角ゴ　ProN", "メイリオ", "Meiryo", sans-serif !important;
}
body article#pagecont .pagemaincont dl dd h3 {
  font-family: "ヒラギノ角ゴ　ProN", "メイリオ", "Meiryo", sans-serif !important;
}
body article#pagecont .pagemaincont dl dd p {
  font-family: "ヒラギノ角ゴ　ProN", "メイリオ", "Meiryo", sans-serif !important;
}
body article#pagecont .pagemaincont dl dd p span {
  font-family: "ヒラギノ角ゴ　ProN", "メイリオ", "Meiryo", sans-serif !important;
}
body article#pagecont .pagemaincont dl dd span {
  font-family: "ヒラギノ角ゴ　ProN", "メイリオ", "Meiryo", sans-serif !important;
}

body.ja div.infocnt_cont strong {
  font-weight: 500;
}
body.ja p strong {
  font-weight: 500;
}

body.ja h1,
body.ja h2,
body.ja h3,
body.ja h4,
body.ja h5,
body.ja h6,
body.ja dt,
body.ja .h1,
body.ja .h2,
body.ja .h3 {
  font-weight: 500;
}
body.ja dd,
body.ja li,
body.ja p {
  font-weight: 300;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  color: #000;
  letter-spacing: 0.05em;
}

.GothicB {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
}

.Mincho {
  font-family: serif;
}

.buttons {
  letter-spacing: -0.1em;
}

h4.w-names_en {
  font-family: "Montserrat_Italic", sans-serif !important;
  font-style: italic !important;
}

/*============================
これは_base.scss
============================*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}
[指定したいタグ] {
  -webkit-background-size: 320px auto;
  -moz-background-size: 320px auto;
  -ms-background-size: 320px auto;
  -o-background-size: 320px auto;
  background-size: 320px auto;
  background-position: left top;
}

body {
  overflow-x: hidden;
  background-color: #f3f0e9;
}

/*============================
.wrapper コンテナ
============================*/
.wrapper {
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

main {
  padding-top: 0px;
}
@media only screen and (max-width: 768px) {
  main {
    padding-top: 0px;
  }
}

.contwp_l {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .contwp_l {
    width: 98%;
  }
}
@media only screen and (max-width: 575px) {
  .contwp_l {
    width: 96%;
  }
}

.container-gr {
  width: 96%;
  max-width: 1280px;
  margin: 0 auto;
}

.contwph {
  width: 96%;
  margin: 0 auto;
  max-width: 1800px;
}

.contwp-gr {
  width: 96%;
  max-width: 1400px;
  margin: 0 auto;
}

.contwp {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

@media (min-width: 981px) and (max-width: 1200px) {
  .container-gr,
  .contwp {
    margin: 0 auto;
  }
  .contwph {
    width: 96%;
    margin: 0 auto;
  }
  .contwp-gr {
    width: 94%;
    margin: 0 auto;
  }
}
@media (min-width: 766px) and (max-width: 1090px) {
  .container-gr,
  .contwp-gr,
  .contwph {
    width: 96%;
  }
}
@media only screen and (max-width: 768px) {
  .contwp {
    width: 90%;
    margin: 0 auto;
  }
  .container-gr,
  .contwp-gr,
  .contwph {
    width: 94%;
    margin: 0 auto;
  }
}
/*============================
カラム
============================*/
@media only screen and (max-width: 768px) {
  main {
    padding-bottom: 0px;
  }
}
main article {
  margin: 0;
  padding: 0;
}

.main_img {
  padding-bottom: 2em;
}

/*============================
グリッド
============================*/
div.grid {
  margin-bottom: 40px;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
div.grid.borderred, div.grid.bordergrey {
  border: 1px solid #666;
  padding: 1em !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  div.grid.borderred, div.grid.bordergrey {
    display: block;
  }
}
div.grid.borderred {
  border: 1px solid red;
}
@media only screen and (max-width: 768px) {
  div.grid {
    display: block;
  }
}
div.grid div.grid67 {
  width: 67%;
}
@media only screen and (max-width: 1350px) {
  div.grid div.grid67.W1350grid50 {
    width: 48%;
  }
}
@media only screen and (max-width: 768px) {
  div.grid div.grid67 {
    width: 100% !important;
  }
}
div.grid div.grid30 {
  width: 30%;
}
@media only screen and (max-width: 1350px) {
  div.grid div.grid30.W1350grid50 {
    width: 48%;
  }
}
@media only screen and (max-width: 768px) {
  div.grid div.grid30 {
    width: 100% !important;
    text-align: center;
  }
}
div.grid img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  div.grid img {
    width: 70%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 575px) {
  div.grid img {
    width: 100%;
    margin: 0 auto;
  }
}
div.grid .grid50 {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  div.grid .grid50 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  div.grid .grid50:last-of-type {
    padding-top: 1em;
  }
}

/*============================
リード
============================*/
.lede_txt01 {
  line-height: 1.3 !important;
  width: 100%;
  margin-bottom: 0px;
  display: block;
  padding: 0px 0px 0px 0px;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 19px;
}
@media only screen and (max-width: 992px) {
  .lede_txt01 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .lede_txt01 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 575px) {
  .lede_txt01 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 320px) {
  .lede_txt01 {
    font-size: 16px;
  }
}
.lede_txt01 small {
  font-weight: normal;
  font-size: 80%;
}

.lede_txt02 {
  line-height: 1.3 !important;
  width: 100%;
  margin-bottom: 0px;
  display: block;
  padding: 0px 0px 0px 1.2em;
  padding-bottom: 5px !important;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 992px) {
  .lede_txt02 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .lede_txt02 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .lede_txt02 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .lede_txt02 {
    font-size: 14px;
  }
}
.lede_txt02 span.titlehic {
  display: inline-block;
  font-size: 80%;
  margin-left: -1.2em;
  margin-right: 5px;
  position: relative;
  top: -0.1em;
}

.lede_txt03 {
  line-height: 1.3 !important;
  width: 100%;
  margin-bottom: 0px;
  display: block;
  padding: 0px 0px 0px 1.2em;
  padding-bottom: 5px !important;
  letter-spacing: 0.1em;
  font-size: 16px;
}
@media only screen and (max-width: 992px) {
  .lede_txt03 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .lede_txt03 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .lede_txt03 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .lede_txt03 {
    font-size: 14px;
  }
}
.lede_txt03 span.titlehic {
  display: inline-block;
  font-size: 80%;
  margin-left: -1.2em;
  margin-right: 5px;
  position: relative;
  top: -0.1em;
}

.head_ictxt00 {
  position: relative;
  line-height: 1.3 !important;
  width: 100%;
  margin-bottom: 0px;
  display: block;
  padding: 0px 0px 0px 1.1em;
  padding-bottom: 5px !important;
  letter-spacing: 0.1em;
}
.head_ictxt00 span.titlehic {
  position: absolute;
  font-size: 100%;
  top: 0;
  left: 0;
  margin-right: 0px;
}

.head_ictxt01 {
  line-height: 1.3 !important;
  width: 100%;
  margin-bottom: 0px;
  display: block;
  padding: 0px 0px 0px 1.2em;
  padding-bottom: 5px !important;
  letter-spacing: 0.1em;
  font-size: 16px;
}
@media only screen and (max-width: 992px) {
  .head_ictxt01 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .head_ictxt01 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .head_ictxt01 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .head_ictxt01 {
    font-size: 14px;
  }
}
.head_ictxt01 span.titlehic {
  display: inline-block;
  font-size: 80%;
  margin-left: -1.2em;
  margin-right: 5px;
  position: relative;
  top: -0.1em;
}

ul.head_ictxt001 {
  padding-top: 0.2em;
  width: 100%;
  padding-left: 1em;
}
ul.head_ictxt001 li {
  line-height: 1.3 !important;
  margin-bottom: 5px;
  display: block;
  padding: 0px 0px 0px 1.2em;
  padding-bottom: 5px !important;
  letter-spacing: 0.1em;
  font-size: 16px;
}
@media only screen and (max-width: 992px) {
  ul.head_ictxt001 li {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  ul.head_ictxt001 li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  ul.head_ictxt001 li {
    font-size: 15px;
  }
}
@media only screen and (max-width: 320px) {
  ul.head_ictxt001 li {
    font-size: 14px;
  }
}
ul.head_ictxt001 li span.titlehic {
  display: inline-block;
  font-size: 80%;
  margin-left: -1.2em;
  margin-right: 5px;
  position: relative;
  top: -0.1em;
}

ul.head_ic_list {
  width: 100%;
}
ul.head_ic_list li {
  line-height: 1.3 !important;
  margin-bottom: 5px;
  display: block;
  padding: 0px 0px 0px 1.2em;
  padding-bottom: 5px !important;
  letter-spacing: 0.1em;
  font-size: 16px;
}
@media only screen and (max-width: 992px) {
  ul.head_ic_list li {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  ul.head_ic_list li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  ul.head_ic_list li {
    font-size: 15px;
  }
}
@media only screen and (max-width: 320px) {
  ul.head_ic_list li {
    font-size: 14px;
  }
}
ul.head_ic_list li span.titlehic {
  display: inline-block;
  font-size: 80%;
  margin-left: -1.2em;
  margin-right: 5px;
  position: relative;
  top: -0.1em;
}
ul.head_ic_list li a {
  color: rgb(55.4398340249, 98.3609958506, 160.0601659751);
  padding-bottom: 0.3em;
  background: linear-gradient(rgba(25, 172, 217, 0.1), rgba(25, 172, 217, 0.1)) 0 100%/0 40% no-repeat;
  transition: background 0.4s;
  text-decoration: none;
}
ul.head_ic_list li a.reverse {
  background-position: 100% 100%;
}
ul.head_ic_list li a:hover {
  background-size: 100% 40%;
}

/*============================
リボンNEW
============================*/
.ribbonnew {
  display: inline-block;
  position: absolute;
  top: -6px;
  right: 10px;
  margin: 0;
  z-index: 2;
  text-align: center;
  color: #3e6eb3;
  background: #3e6eb3;
  border-radius: 2px 0 0 0;
  width: 40px;
  font-size: 10px;
  padding: 10px 0 7px;
  font-weight: bold;
}
@media only screen and (max-width: 575px) {
  .ribbonnew {
    width: 30px;
    font-size: 8px;
    padding: 7px 0 5px;
  }
}
@media only screen and (max-width: 320px) {
  .ribbonnew {
    width: 26px;
    font-size: 6px;
    padding: 7px 0 5px;
  }
}
.ribbonnew:before {
  position: absolute;
  content: "";
  top: 0;
  right: -5px;
  border: none;
  border-bottom: solid 6px rgb(42.3195020747, 75.0829875519, 122.1804979253);
  border-right: solid 5px transparent;
}
.ribbonnew:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 10px solid #3e6eb3;
}
@media only screen and (max-width: 575px) {
  .ribbonnew:after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid #3e6eb3;
  }
}
@media only screen and (max-width: 320px) {
  .ribbonnew:after {
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 10px solid #3e6eb3;
  }
}

/*============================
テキスト色
============================*/
.txt_red {
  color: red !important;
}

.txt_gray {
  color: #666666 !important;
}

.txt_fwn {
  font-weight: normal !important;
}

.txt_fwb {
  font-weight: bold !important;
}

/*============================
細かい指定
============================*/
.mTop5em {
  margin-top: 5em !important;
}

.mTop4em {
  margin-top: 4em;
}
@media only screen and (max-width: 768px) {
  .mTop4em {
    margin-top: 3em !important;
  }
}

.mTop3em {
  margin-top: 3em;
}

.mTop2em {
  margin-top: 2em;
}

.mTop1em {
  margin-top: 1em;
}

@media only screen and (max-width: 768px) {
  .md_mTop2em {
    margin-top: 2em !important;
  }
}

@media only screen and (max-width: 768px) {
  .md_mTop1em {
    margin-top: 1em !important;
  }
}

.contsdline {
  background: #fff;
  padding: 15px;
  transform: translateZ(0);
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
}
@media only screen and (max-width: 575px) {
  .contsdline {
    padding: 10px;
  }
}

.txt_right {
  text-align: right !important;
}

.line_height13 {
  line-height: 1.3 !important;
}

@media only screen and (max-width: 768px) {
  .mb_txt_left {
    text-align: left !important;
  }
}

.imgw100p img {
  width: 100%;
  height: auto;
}

small {
  font-size: 80% !important;
}

.txt_center {
  text-align: center;
  margin: 0 auto;
}

.fs_115b {
  font-size: 115% !important;
  font-weight: bold !important;
}

.fs_115 {
  font-size: 115% !important;
}

.fs_105b {
  font-size: 105% !important;
  font-weight: bold !important;
  color: #666;
}

@media only screen and (max-width: 768px) {
  .display_pc {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .display_mb {
    display: none;
  }
}

/*============================
ページカラム
============================*/
@media only screen and (min-width: 769px) {
  #page_column {
    display: flex;
    padding-top: 30px;
    justify-content: space-between;
  }
  #main_column {
    flex-basis: 70%;
  }
  #sideNav {
    flex-basis: 22.5%;
  }
}
@media only screen and (max-width: 992px) {
  #page_column {
    display: flex;
    padding-top: 30px;
    justify-content: space-between;
  }
  #main_column {
    flex-basis: 70%;
  }
  #sideNav {
    flex-basis: 22.5%;
  }
}
@media only screen and (max-width: 768px) {
  #page_column {
    display: block;
    padding-top: 4%;
  }
  #page_column div {
    min-height: 0%;
  }
  #main_column {
    flex-basis: 100%;
    margin-right: 0%;
  }
}
div.ggmap {
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 49.89%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  div.ggmap {
    padding-top: 76.717%;
  }
}
div.ggmap iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100% !important;
  height: 100% !important;
}

div.youmov {
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 70%;
  overflow: hidden;
}
div.youmov iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100% !important;
  height: 100% !important;
}

div.youmov169 {
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
div.youmov169 iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100% !important;
  height: 100% !important;
}

/*============================
チェックボックス階層化など
============================*/
ul.search_check {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  justify-content: space-between;
}
ul.search_check li.fc_li {
  position: relative;
  padding-left: 30px;
  flex-basis: 48%;
  padding-bottom: 2%;
  box-sizing: border-box;
  max-width: 48%;
  font-size: 13px;
  line-height: 13px;
}
@media only screen and (max-width: 768px) {
  ul.search_check li.fc_li {
    padding-bottom: 4%;
  }
}
@media only screen and (max-width: 768px) {
  ul.search_check li.fc_li {
    flex-basis: 100%;
    max-width: 100%;
  }
}
ul.search_check li.fc_li input.form-check-input {
  display: inline-block;
  vertical-align: top;
}
ul.search_check li.fc_li label.form-check-label {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 3px;
}
ul.search_check li.fc_li.list_parents {
  flex-basis: 100%;
  box-sizing: border-box;
  max-width: 100%;
}
ul.search_check li.fc_li.list_parents ul.ul_children {
  flex-basis: 100%;
  padding-top: 2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  ul.search_check li.fc_li.list_parents ul.ul_children {
    padding-top: 4%;
  }
}
ul.search_check li.fc_li.list_parents ul.ul_children li.fc_li {
  flex-basis: 48%;
  box-sizing: border-box;
  max-width: 48%;
}
@media only screen and (max-width: 768px) {
  ul.search_check li.fc_li.list_parents ul.ul_children li.fc_li {
    flex-basis: 100%;
    max-width: 100%;
  }
}
ul.search_check li.fc_li.list_parents ul.ul_children li.fc_li label.form-check-label {
  color: #000 !important;
}
ul.search_check li.fc_li.list_parents ul.ul_children li.fc_li ul.ul_children_sub {
  padding-top: 2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  ul.search_check li.fc_li.list_parents ul.ul_children li.fc_li ul.ul_children_sub {
    padding-top: 4%;
  }
}
ul.search_check li.fc_li.list_parents ul.ul_children li.fc_li ul.ul_children_sub li.fc_li {
  flex-basis: 48%;
  box-sizing: border-box;
  max-width: 48%;
}
@media only screen and (max-width: 768px) {
  ul.search_check li.fc_li.list_parents ul.ul_children li.fc_li ul.ul_children_sub li.fc_li {
    flex-basis: 100%;
    max-width: 100%;
  }
}
ul.search_check li.fc_li.list_parents ul.ul_children li.fc_li ul.ul_children_sub li.fc_li label.form-check-label {
  color: #000 !important;
}
ul.search_check li.fc_li.list_parents ul.ul_children li.fc_li.list_parents_sub {
  flex-basis: 100%;
  box-sizing: border-box;
  max-width: 100%;
}
/*IE用ハック*/
@media all and (-ms-high-contrast: none) {
  /* IE10 */
  /*IEラベルの位置調整*/
  ul.search_check li.fc_li label.form-check-label {
    position: relative;
    top: 5px;
  }
} /*IE用ハック*/
.hover-marker {
  padding-bottom: 0.3em;
  background: linear-gradient(rgba(25, 172, 217, 0.3), rgba(25, 172, 217, 0.3)) 0 100%/0 40% no-repeat;
  transition: background 0.4s;
  text-decoration: none;
}

.hover-marker.reverse {
  background-position: 100% 100%;
}

.hover-marker:hover {
  background-size: 100% 40%;
}

.hover-marker-ｇ {
  padding-bottom: 0.1em;
  background: linear-gradient(rgba(150, 150, 150, 0.3), rgba(150, 150, 150, 0.3)) 0 100%/0 40% no-repeat;
  transition: background 0.4s;
  text-decoration: none;
}

.hover-marker-ｇ.reverse {
  background-position: 100% 100%;
}

.hover-marker-ｇ:hover {
  background-size: 100% 40%;
}

.hover-marker-w {
  padding-bottom: 0.1em;
  background: linear-gradient(rgba(250, 250, 250, 0.3), rgba(250, 250, 250, 0.3)) 0 100%/0 40% no-repeat;
  transition: background 0.4s;
  text-decoration: none;
}

.hover-marker-w.reverse {
  background-position: 100% 100%;
}

.hover-marker-w:hover {
  background-size: 100% 40%;
}

/* ふわっと  */
.effect-fade {
  　opacity: 0 !important;
  transform: translateY(30%);
  -moz-transform: translateY(30%);
  -webkit-transform: translateY(30%);
  -o-transform: translateY(30%);
  -ms-transform: translateY(30%);
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -webkit-transition: transform 0.8s;
  -webkit-transition: -webkit-transform 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
}

.effect-fade.effect-scroll {
  　opacity: 1 !important;
  transform: translateY(0%);
  -moz-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
}

@media only screen and (min-width: 769px) {
  .effect-fade_pc {
    　opacity: 0 !important;
    transform: translateY(30%);
    -moz-transform: translateY(30%);
    -webkit-transform: translateY(30%);
    -o-transform: translateY(30%);
    -ms-transform: translateY(30%);
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -webkit-transition: transform 0.8s;
    -webkit-transition: -webkit-transform 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
  }
}

@media only screen and (max-width: 768px) {
  .effect-fadeT1_sp {
    animation-name: fade-in1;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-fill-mode: forwards;
  }
}

.home_ef-fademv01 {
  transform: translateZ(0);
  animation-name: fade-in4;
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

.home_ef-fademv02 {
  transform: translateZ(0);
  animation-name: fade-in1;
  animation-duration: 3s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

.headbgani01 {
  transform: translateZ(0);
  animation-name: headbgkf;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

.headbgani02 {
  transform: translateZ(0);
  animation-name: headbgkf02;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

.home_ef-fadeT1 {
  transform: translateZ(0);
  animation-name: fade-in1;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

.home_ef-fadeT2 {
  transform: translateZ(0);
  animation-name: fade-in1;
  animation-duration: 3s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

.home_ef-fadeT3 {
  transform: translateZ(0);
  animation-name: fade-in1;
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

.home_ef-fadeT4 {
  animation-name: fade-in1;
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

.effect-fadeT1 {
  animation-name: fade-in1;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

@keyframes fade-in1 {
  0% {
    opacity: 0;
    transform: translateY(20%);
    -moz-transform: translateY(20%);
    -webkit-transform: translateY(20%);
    -o-transform: translateY(20%);
    -ms-transform: translateY(20%);
  }
  80% {
    opacity: 1;
    transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
  }
}
.effect-fadeT2 {
  animation-name: fade-in2;
  animation-duration: 2.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

@keyframes fade-in2 {
  0% {
    opacity: 0;
    transform: translateY(20%);
    -moz-transform: translateY(20%);
    -webkit-transform: translateY(20%);
    -o-transform: translateY(20%);
    -ms-transform: translateY(20%);
  }
  30% {
    opacity: 0;
    transform: translateY(20%);
    -moz-transform: translateY(20%);
    -webkit-transform: translateY(20%);
    -o-transform: translateY(20%);
    -ms-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
  }
}
.effect-fadeT3 {
  animation-name: fade-in3;
  animation-duration: 2.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}
@media only screen and (max-width: 768px) {
  .effect-fadeT3 {
    animation-name: fade-in2;
  }
}

@keyframes fade-in3 {
  0% {
    opacity: 0;
    transform: translateX(20%);
    -moz-transform: translateX(20%);
    -webkit-transform: translateX(20%);
    -o-transform: translateX(20%);
    -ms-transform: translateX(20%);
  }
  30% {
    opacity: 0;
    transform: translateX(20%);
    -moz-transform: translateX(20%);
    -webkit-transform: translateX(20%);
    -o-transform: translateX(20%);
    -ms-transform: translateX(20%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
  }
}
@keyframes fade-in4 {
  0% {
    opacity: 0;
    transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -webkit-transform: translateX(-10%);
    -o-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
  }
  30% {
    opacity: 0;
    transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -webkit-transform: translateX(-10%);
    -o-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
  }
}
@keyframes headbgkf {
  0% {
    opacity: 0;
    transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -webkit-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateX(100%);
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
  }
  30% {
    opacity: 0;
    transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -webkit-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateX(100%);
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateX(0%);
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
  }
}
@keyframes headbgkf02 {
  0% {
    opacity: 0;
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
  }
  30% {
    opacity: 0;
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
  }
}
/* ブルブル  */
.shaking {
  -webkit-animation: shake 1.5s ease-in-out infinite alternate;
  -moz-animation: shake 1.5s ease-in-out infinite alternate;
  animation: shake 1.5s ease-in-out infinite alternate;
}

.shaking:hover {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
  opacity: 0.9 !important;
}

@keyframes shake {
  0% {
    transform: translate(0px, 0px) rotate(-5deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(5deg);
  }
}
@-webkit-keyframes shake {
  0% {
    transform: translate(0px, 0px) rotate(-5deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(5deg);
  }
}
@-moz-keyframes shake {
  0% {
    transform: translate(0px, 0px) rotate(-5deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(5deg);
  }
}
.effect_hnb01 {
  animation-name: anihnb01;
  animation-duration: 5s;
  animation-timing-function: ease;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: backwards;
}

.effect_hnb02 {
  animation-name: anihnb01;
  animation-duration: 7s;
  animation-timing-function: ease;
  animation-delay: 3s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: backwards;
}

.effect_hnb03 {
  animation-name: anihnb01;
  animation-duration: 8s;
  animation-timing-function: ease;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: backwards;
}

.effect_hnb04 {
  animation-name: anihnb01;
  animation-duration: 6s;
  animation-timing-function: ease;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: backwards;
}

.effect_hnb05 {
  animation-name: anihnb01;
  animation-duration: 9s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: backwards;
}

@keyframes anihnb01 {
  0% {
    opacity: 0;
    transform: translateY(20%) scale(0);
    -moz-transform: translateY(20%) scale(0);
    -webkit-transform: translateY(20%) scale(0);
    -o-transform: translateY(20%) scale(0);
    -ms-transform: translateY(20%) scale(0);
  }
  10% {
    opacity: 1;
    transform: translateY(0%) scale(1);
    -moz-transform: translateY(0%) scale(1);
    -webkit-transform: translateY(0%) scale(1);
    -o-transform: translateY(0%) scale(1);
    -ms-transform: translateY(0%) scale(1);
  }
  30% {
    opacity: 0;
    transform: translateY(20%) scale(0);
    -moz-transform: translateY(20%) scale(0);
    -webkit-transform: translateY(20%) scale(0);
    -o-transform: translateY(20%) scale(0);
    -ms-transform: translateY(20%) scale(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20%) scale(0);
    -moz-transform: translateY(20%) scale(0);
    -webkit-transform: translateY(20%) scale(0);
    -o-transform: translateY(20%) scale(0);
    -ms-transform: translateY(20%) scale(0);
  }
}
/* バウンド  */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation: bounce 1.5s ease-in-out infinite;
  -moz-animation: bounce 1.5s ease-in-out infinite;
  animation: bounce 1.5s ease-in-out infinite;
}
.bounce:hover {
  animation-play-state: paused;
}

/*============================
レスポンシブテーブル
============================*/
/*============================
改行
============================*/
@media only screen and (max-width: 768px) {
  br.pcbr {
    display: none;
  }
}
br.mdpcbr {
  display: none;
}

@media (min-width: 576px) {
  br.mdpcbr {
    display: block;
  }
}
@media (min-width: 1300px) {
  br.wp1300br {
    display: none;
  }
}
@media (min-width: 1150px) {
  br.wpbr {
    display: none;
  }
}
@media (max-width: 992px) {
  br.wpbrpc {
    display: none;
  }
}
@media (min-width: 769px) {
  br.mdbr {
    display: none;
  }
}
@media (min-width: 575px) {
  br.spbr {
    display: none;
  }
}
br.xsbr {
  display: none;
}

@media only screen and (max-width: 320px) {
  br.xsbr {
    display: block;
  }
}
/*============================
リンク無効





============================*/
.no-links {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

/*============================
レスポンシブムービー用
============================*/
.cboth {
  clear: both;
  padding-top: 3em;
}

.move-responsive {
  display: block;
  position: relative;
  width: 100% !important;
  padding-top: 56.25%;
}

.move-responsive iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.no_link {
  pointer-events: none;
}

.pure-g {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .pure-g {
    display: block;
  }
}

.head_lem01 {
  position: relative;
  padding-left: 1em;
}
.head_lem01 span {
  position: absolute;
  top: 0px;
  left: 0px;
}

.head_lem02 {
  position: relative;
  padding-left: 1.5em;
  padding-bottom: 0.5em;
}
.head_lem02 span {
  position: absolute;
  top: 0px;
  left: 0px;
}

.head_lem03 {
  position: relative;
  padding-left: 2em;
}
.head_lem03 span {
  position: absolute;
  top: 0px;
  left: 0px;
}

.head_lem05 {
  position: relative;
  padding-left: 2.5em;
}
.head_lem05 span {
  position: absolute;
  top: 0px;
  left: 0px;
}

.head_lem04 {
  position: relative;
  padding-left: 3.5em;
}
.head_lem04 span {
  position: absolute;
  top: 0px;
  left: 0px;
}

/*============================
全体影響
============================*/
.pagemaincont.contwp p {
  margin-bottom: 0.5em;
}

a.link_underline {
  text-decoration: underline;
}

h5.nomal_h5 {
  font-weight: bold !important;
  padding-bottom: 1em;
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  h5.nomal_h5 {
    font-size: 3.8vw;
  }
}

@media only screen and (max-width: 768px) {
  img.spmax200p {
    width: 60%;
    max-width: 200px;
  }
}

/*============================
モーダルウインドウ
============================*/
.modal_open {
  cursor: pointer;
}

.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200 !important;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal_box {
  z-index: 300 !important;
  position: fixed;
  display: none;
  width: 80%;
  max-width: 600px;
  margin: 0;
  padding: 60px 2vw 40px;
  border: 2px solid #aaa;
  background: #fff;
  box-sizing: border-box;
  border-radius: 5px;
}

.modal_close {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  display: block;
  width: 50px;
  color: #000;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .modal_close {
    width: 40px;
  }
}
.modal_close a {
  display: block;
  background: #ccc;
  padding: 5px;
}
.modal_close a img {
  width: 100%;
  height: auto;
}

.fsize36 {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 5px 0px;
  font-weight: bold !important;
  border-bottom: none;
}
.fsize36 {
  font-size: clamp(28.8px, 9.6vw, 36px);
}
.fsize25 {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 5px 0px;
  font-weight: bold !important;
  border-bottom: none;
}
.fsize25 {
  font-size: clamp(20px, 6.6666666667vw, 25px);
}
.fsize18 {
  padding: 0px 0px 40px 0px;
  margin: 0px 0px 5px 0px;
  font-weight: 300;
  border-bottom: none;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.fsize18 {
  font-size: clamp(14.4px, 4.8vw, 18px);
}
.fsize18 strong {
  background: -moz-linear-gradient(transparent 50%, #fae2ed 0%);
  background: -webkit-linear-gradient(transparent 50%, #fae2ed 0%);
  background: -o-linear-gradient(transparent 50%, #fae2ed 0%);
  background: -ms-linear-gradient(transparent 50%, #fae2ed 0%);
  background: linear-gradient(transparent 50%, #fae2ed 0%);
  background: linear-gradient(transparent 50%, #fae2ed 0%);
}
.fsize18 strong.yellowline {
  background: -moz-linear-gradient(transparent 50%, #f3eeb0 0%);
  background: -webkit-linear-gradient(transparent 50%, #f3eeb0 0%);
  background: -o-linear-gradient(transparent 50%, #f3eeb0 0%);
  background: -ms-linear-gradient(transparent 50%, #f3eeb0 0%);
  background: linear-gradient(transparent 50%, #f3eeb0 0%);
  background: linear-gradient(transparent 50%, #f3eeb0 0%);
}
.fsize18 strong.blueline {
  background: -moz-linear-gradient(transparent 50%, #C7E5DF 0%);
  background: -webkit-linear-gradient(transparent 50%, #C7E5DF 0%);
  background: -o-linear-gradient(transparent 50%, #C7E5DF 0%);
  background: -ms-linear-gradient(transparent 50%, #C7E5DF 0%);
  background: linear-gradient(transparent 50%, #C7E5DF 0%);
  background: linear-gradient(transparent 50%, #C7E5DF 0%);
}
.fsize18 strong.bluegline {
  font-size: 110%;
  color: #00b9ef;
  font-weight: bold;
  background: none;
  background: none;
  background: none;
  background: none;
  background: none;
  background: none;
}

.stline {
  background: -moz-linear-gradient(transparent 50%, #f8d2e3 0%);
  background: -webkit-linear-gradient(transparent 50%, #f8d2e3 0%);
  background: -o-linear-gradient(transparent 50%, #f8d2e3 0%);
  background: -ms-linear-gradient(transparent 50%, #f8d2e3 0%);
  background: linear-gradient(transparent 50%, #f8d2e3 0%);
  background: linear-gradient(transparent 50%, #f8d2e3 0%);
}

/*============================
これは_base.scss
============================*/
/*============================
これは_base.scss
============================*/
/*============================
これは_header.scss
============================*/
/*============================
#top-head
============================*/
/*============================
これは_base.scss
============================*/
/*============================
これは_footer.scss
============================*/
/*============================
#フッター
============================*/
/*============================
これは_base.scss
============================*/
/*============================
これは_nav.scss
============================*/
/*
共通
____________________________*/
/* 固定 */
/*============================
これは_base.scss
============================*/
/*============================
これは_button.scss
============================*/
/*============================
これは_tab.scss
============================*/
/*============================
これは_base.scss
============================*/
/*============================
これは_breadcrumb.scss
============================*/
/*============================
これは_base.scss
============================*/
/*============================
これは_home.scss
============================*/
/*============================
固定背景
============================*/
.fixed-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url("../images/pc_bg.webp");
  background-position: center 0;
  background-repeat: repeat-x;
  background-size: auto 100%;
}
.fixed-bg div.fixed-bg_inner {
  aspect-ratio: 1803/1000; /* 縦横比を 16:9 に固定 */
  position: relative;
  width: 100%;
  max-width: 2928px;
  min-width: 1600px;
  height: auto;
  display: grid;
  width: 100%;
  /* 左右を1frずつ、中央を450pxで固定 */
  grid-template-columns: 1fr 450px 1fr;
}
.fixed-bg div.fixed-bg_inner .fixed-bg_inner_left,
.fixed-bg div.fixed-bg_inner .fixed-bg_inner_right {
  display: flex;
  flex-direction: column;
  align-items: center; /* 横方向は中央揃え */
  /* 必要があれば高さを指定 */
  /* height: 500px; */
}
.fixed-bg div.fixed-bg_inner .fixed-bg_inner_left {
  grid-column: 1/2;
}
.fixed-bg div.fixed-bg_inner .fixed-bg_inner_left div.pc_logo {
  margin-top: 20px;
  width: 60%;
  max-width: 450px;
  min-width: 300px;
}
.fixed-bg div.fixed-bg_inner .fixed-bg_inner_left div.pc_txt01 {
  margin-top: auto;
  margin-bottom: 43%;
  width: 100%;
}
@media (max-height: 920px) {
  .fixed-bg div.fixed-bg_inner .fixed-bg_inner_left div.pc_txt01 {
    margin-bottom: 30%;
  }
}
.fixed-bg div.fixed-bg_inner .fixed-bg_inner_right {
  grid-column: 3/4;
}
.fixed-bg div.fixed-bg_inner .fixed-bg_inner_right div.pc_txt02 {
  margin-top: auto;
  margin-bottom: 43%;
  width: 100%;
}
@media (max-height: 920px) {
  .fixed-bg div.fixed-bg_inner .fixed-bg_inner_right div.pc_txt02 {
    margin-bottom: 30%;
  }
}
/*============================
背景牛
============================*/
.cow-track {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.bg-cow-track-frame {
  width: fit-content;
  margin: 0 auto; /* 中央寄せ */
  display: flex;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .bg-cow-track-frame {
    display: none;
  }
}

.cow-track-inner,
.bg-cow-track-inner {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  transition: transform 0.3s ease;
}
.cow-track-inner li,
.bg-cow-track-inner li {
  flex-shrink: 0;
  width: 100%;
}
.cow-track-inner li img,
.bg-cow-track-inner li img {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  display: block;
}

@media only screen and (max-width: 575px) {
  .cow-track-inner {
    width: 100%;
  }
}

.bg-cow-track-inner li {
  flex-shrink: 0;
  width: 450px;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 575px) {
  .bg-cow-track-inner li {
    width: 100%;
  }
}

.cow-track-inner li img,
.bg-cow-track-inner li img {
  width: 100%;
  height: auto;
  display: block;
}

.bg-cow-wrapper {
  position: fixed;
  width: 100%;
  left: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.mvt_txt_an {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.mvt_txt_an.visible {
  opacity: 1;
  transform: translateY(0);
}

/*============================
中央エリア
============================*/
.main-container {
  background: #f4efe8;
  position: relative;
  z-index: 10;
  width: 450px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  transition: 0.3s;
  overflow: hidden;
  filter: drop-shadow(0 0 15px rgba(50, 0, 1, 0.25));
}
@media only screen and (max-width: 575px) {
  .main-container {
    width: 100%;
  }
}

/*============================
section共通
============================*/
section {
  overflow: hidden;
}
section img {
  width: 100%;
  height: auto;
  display: block;
}
section h2.sect_title {
  width: 80%;
  margin: 0 auto;
}
section dd,
section p {
  font-size: 18px;
  line-height: 1.8;
}
section p.sectiontxt {
  width: 80%;
  margin: 0 auto;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}

section.product {
  padding-top: 2em;
  padding-bottom: 3em;
  background: #fff;
}

section.ingredients dl.concept_dl {
  padding-bottom: 3em;
  width: 80%;
  margin: 0 auto;
}
section.ingredients dl.concept_dl dt {
  width: 100%;
}
section.ingredients dl.concept_dl dd {
  width: 94%;
  margin: 0 auto;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}

/*============================
ヒーローセクション
============================*/
section.hero {
  position: relative;
  margin: 0;
  padding: 0;
  padding-bottom: 2em;
}
section.hero .head_logo {
  padding-top: 1em;
  padding-bottom: 1em;
  width: 60%;
  max-width: 300px;
  margin: 0 auto;
}

.mein_visual {
  padding-top: 22.5991%;
  position: relative;
  aspect-ratio: 100/114.2667; /* 縦横比を 16:9 に固定 */
  background-image: url("../images/mein_visual_txts.webp"), url("../images/mein_visual_bg.webp"); /* 下層背景 */
  background-position: 0, 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, 100% auto;
}
.mein_visual .title_txt {
  position: absolute;
  top: 48%;
  left: 0;
  width: 100%;
  z-index: 30;
}

div.mein_visual_txt {
  background-image: url("../images/mein_visual_info_bg.webp");
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
div.mein_visual_txt ul.mvt {
  width: 90%;
  margin: 0 auto;
  display: block;
}
div.mein_visual_txt ul.mvt li.mvt_txt_an {
  width: 100%;
}
div.mein_visual_txt ul.mvt li.mvt_txt_an img {
  width: 100%;
  height: auto;
}
div.mein_visual_txt figure {
  width: 90%;
  margin: 0 auto;
}
/*============================
商品紹介
============================*/
.swiper {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.swiper .swiper-wrapper {
  position: relative;
  width: 100%;
}
.swiper .swiper-wrapper .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper .swiper-wrapper .swiper-slide .slide-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.swiper .swiper-wrapper .swiper-slide .slide-content h2.product-title {
  padding-bottom: 0;
  margin-bottom: 0;
}
.swiper .swiper-wrapper .swiper-slide .slide-content p.product-desc {
  text-align: left;
  padding: 0 1em;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}

/* ナビ全体を絶対配置 */
.swiper_nav {
  position: absolute;
  width: 100%;
  height: 0; /* 高さはいらないので */
  pointer-events: none; /* 背景ではクリックを受けない */
}

/* ページネーションだけクリックを受ける */
.swiper-pagination {
  pointer-events: auto;
}

/* ドットナビのデザイン */
.swiper-pagination {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  gap: 12px;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #000;
  background: transparent;
  transition: all 0.3s ease;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #b80d16;
  border: none;
}

div.product_txt {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
div.product_txt h2.product-title {
  padding-top: 1em;
}
div.product_txt p.product-desc {
  text-align: left;
  padding: 1em 1em 0 1em;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}

/*============================
あんこのプライド
============================*/
section.brand {
  background: #FFF;
  padding-bottom: 4em;
}
section.brand div.brand_cont {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: grid;
  grid-template-rows: 1fr 1fr; /* 上下を同じ高さにする */
}
section.brand div.brand_cont div.brand_milklandhokkaido,
section.brand div.brand_cont div.brand_sazae {
  width: 80%;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
section.brand div.brand_cont div.brand_milklandhokkaido dl.brand_cont_dl,
section.brand div.brand_cont div.brand_sazae dl.brand_cont_dl {
  width: 100%;
}
section.brand div.brand_cont div.brand_milklandhokkaido dl.brand_cont_dl dt,
section.brand div.brand_cont div.brand_sazae dl.brand_cont_dl dt {
  width: 70%;
  margin: 0 auto;
}
section.brand div.brand_cont div.brand_milklandhokkaido dl.brand_cont_dl dd,
section.brand div.brand_cont div.brand_sazae dl.brand_cont_dl dd {
  padding-top: 1em;
  color: #FFF;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}
section.brand div.brand_cont div.brand_sazae {
  background: #b80d16;
  padding-bottom: 100px;
}
section.brand div.brand_cont div.brand_milklandhokkaido {
  background: #3e6eb3;
  padding-top: 60px;
}
section.brand div.brand_cont div.brand_milklandhokkaido dl.brand_cont_dl dd {
  padding-top: 2em;
}
section.brand div.brand_cont div.brands_ph {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
section.brand div.brand_cont div.brands_ph figure {
  width: 100%;
}
section.story {
  background: #b80d16;
  padding-bottom: 2em;
  background-image: url("../images/story_bg.webp");
  background-position: center 2%;
  background-repeat: repeat-y;
  background-size: 100% auto;
}
section.story p {
  color: #FFF;
}
section.story dl.story_dl {
  width: 80%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 3em;
}
section.story dl.story_dl:last-of-type {
  margin-bottom: 2em;
}
section.story dl.story_dl dt.effect-fade {
  margin-bottom: 2em;
}
section.story dl.story_dl dd {
  background: #b80d16;
}
section.story dl.story_dl dd p {
  margin-bottom: 2em;
}
footer {
  padding-top: 2em;
  padding-bottom: 2em;
}
footer p.copy {
  text-align: center;
  font-size: 10px;
  line-height: 1.5;
}

ul.head_logo_link {
  width: 100%;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
ul.head_logo_link li {
  display: flex;
}
ul.head_logo_link li a {
  display: flex;
}
ul.head_logo_link li a img {
  width: 100%;
  height: auto;
}
ul.head_logo_link li a {
  transition: 0.3s;
  opacity: 1;
  position: relative;
  top: 0px;
}
ul.head_logo_link li a:hover {
  top: -10px;
  opacity: 0.7;
}

p.brand_link {
  width: 90%;
  margin: 0 auto;
  padding-top: 1em;
}
p.brand_link a {
  border: 1px solid #FFF;
  height: auto;
  min-height: 40px;
  padding: 0.3em 0.5em;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0);
  transition: 0.3s;
}
p.brand_link a:hover {
  background: rgba(255, 255, 255, 0.3);
}
p.brand_link a span {
  color: #FFF;
  font-size: 14px;
}

/*============================
モーダル
============================*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  z-index: 9999;
  display: flex;
  align-items: center; /* 上下中央 */
  justify-content: center; /* 左右中央 */
  overflow: auto;
}

.modal-content {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  padding: 0em;
  background: #b80d16; /* 赤背景など */
  color: white;
  border-radius: 10px;
  text-align: center;
  max-height: 90vh; /* ← 高さ制限 */
  overflow-y: auto; /* ← 内容が長いときスクロール */
}
@media only screen and (max-width: 575px) {
  .modal-content {
    width: 80% !important;
  }
}

.modal-content::-webkit-scrollbar {
  width: 6px;
}

.modal-content::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
}

/* ボタン＋画像 */
.modal-close {
  position: absolute;
  position: sticky;
  margin-left: auto;
  top: 1em;
  right: 1em;
  display: block;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.modal-close img {
  width: 28px; /* お好みで調整 */
  height: auto;
}

.modal-images {
  width: 84%;
  margin: 0 auto;
}

.modal-images img {
  width: 100%;
  margin: 0.5em 1.5% 0em 1.5%;
}

p.modal-bt {
  width: 84%;
  margin: 0 auto;
}
p.modal-bt a {
  display: block;
  border: 2px solid #FFF;
  background: rgba(255, 255, 255, 0);
  transition: 0.3s;
}
p.modal-bt a:hover {
  background: rgba(255, 255, 255, 0.3);
}
p.modal-bt a img {
  width: 100%;
  height: auto;
}

div.attention202507_sp {
  width: 30%;
  position: absolute;
  top: 22%;
  left: 10px;
  z-index: 20;
}
div.attention202507_sp img {
  width: 100%;
  height: auto;
}

div.attention202507_pc {
  width: 180px;
  position: fixed;
  top: 8%;
  right: 10%;
  z-index: 20;
}
@media only screen and (max-width: 1500px) {
  div.attention202507_pc {
    right: 5%;
    top: 3%;
    width: 13%;
  }
}
@media only screen and (max-width: 1200px) {
  div.attention202507_pc {
    right: 3%;
    top: 2%;
    width: 15%;
  }
}
@media only screen and (max-width: 1070px) {
  div.attention202507_pc {
    display: none;
  }
}
div.attention202507_pc img {
  width: 100%;
  height: auto;
}

main.modal-open {
  overflow: hidden;
  touch-action: none; /* スマホでのスクロール防止 */
  height: 100vh; /* 高さ固定 */
}

mainy.modal-open {
  position: fixed;
  width: 100%;
}

/*============================
これは_base.scss
============================*/
/*============================
これは_common.scss
============================*/
/*----------------------------------------------------------------------
共通
----------------------------------------------------------------------*/
/* ---------------------------- */
/* --- スプラッシュ画面 --- */
/* ---------------------------- */
.WelcomeLayer {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #FFF;
  z-index: 10000;
}

.cssload-dots {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  outline: 1px solid red;
  filter: url(#goo);
  -o-filter: url(#goo);
  -ms-filter: url(#goo);
  -webkit-filter: url(#goo);
  -moz-filter: url(#goo);
}

.cssload-dot {
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.cssload-dot:before {
  content: "";
  width: 34px;
  height: 34px;
  border-radius: 49px;
  background: rgb(158, 21, 28);
  position: absolute;
  left: 50%;
  transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  margin-left: -17.5px;
  margin-top: -17.5px;
}

.cssload-dot:nth-child(5):before {
  z-index: 100;
  width: 44.5px;
  height: 44.5px;
  margin-left: -21.75px;
  margin-top: -21.75px;
  animation: cssload-dot-colors 4.6s ease infinite;
  -o-animation: cssload-dot-colors 4.6s ease infinite;
  -ms-animation: cssload-dot-colors 4.6s ease infinite;
  -webkit-animation: cssload-dot-colors 4.6s ease infinite;
  -moz-animation: cssload-dot-colors 4.6s ease infinite;
}

.cssload-dot:nth-child(1) {
  animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
  -o-animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
  -ms-animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
  -webkit-animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
  -moz-animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
}

.cssload-dot:nth-child(1):before {
  background-color: rgb(193, 0, 122);
  animation: cssload-dot-move 4.6s 0s ease infinite;
  -o-animation: cssload-dot-move 4.6s 0s ease infinite;
  -ms-animation: cssload-dot-move 4.6s 0s ease infinite;
  -webkit-animation: cssload-dot-move 4.6s 0s ease infinite;
  -moz-animation: cssload-dot-move 4.6s 0s ease infinite;
}

.cssload-dot:nth-child(2) {
  animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
  -o-animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
  -ms-animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
  -webkit-animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
  -moz-animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
}

.cssload-dot:nth-child(2):before {
  background-color: rgb(243, 240, 233);
  animation: cssload-dot-move 4.6s 1.15s ease infinite;
  -o-animation: cssload-dot-move 4.6s 1.15s ease infinite;
  -ms-animation: cssload-dot-move 4.6s 1.15s ease infinite;
  -webkit-animation: cssload-dot-move 4.6s 1.15s ease infinite;
  -moz-animation: cssload-dot-move 4.6s 1.15s ease infinite;
}

.cssload-dot:nth-child(3) {
  animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
  -o-animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
  -ms-animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
  -webkit-animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
  -moz-animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
}

.cssload-dot:nth-child(3):before {
  background-color: rgb(37, 30, 28);
  animation: cssload-dot-move 4.6s 2.3s ease infinite;
  -o-animation: cssload-dot-move 4.6s 2.3s ease infinite;
  -ms-animation: cssload-dot-move 4.6s 2.3s ease infinite;
  -webkit-animation: cssload-dot-move 4.6s 2.3s ease infinite;
  -moz-animation: cssload-dot-move 4.6s 2.3s ease infinite;
}

.cssload-dot:nth-child(4) {
  animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
  -o-animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
  -ms-animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
  -webkit-animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
  -moz-animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
}

.cssload-dot:nth-child(4):before {
  background-color: rgb(158, 21, 28);
  animation: cssload-dot-move 4.6s 3.45s ease infinite;
  -o-animation: cssload-dot-move 4.6s 3.45s ease infinite;
  -ms-animation: cssload-dot-move 4.6s 3.45s ease infinite;
  -webkit-animation: cssload-dot-move 4.6s 3.45s ease infinite;
  -moz-animation: cssload-dot-move 4.6s 3.45s ease infinite;
}

@keyframes cssload-dot-move {
  0% {
    transform: translateY(0);
  }
  18%, 22% {
    transform: translateY(-68px);
  }
  40%, 100% {
    transform: translateY(0);
  }
}
@-o-keyframes cssload-dot-move {
  0% {
    -o-transform: translateY(0);
  }
  18%, 22% {
    -o-transform: translateY(-68px);
  }
  40%, 100% {
    -o-transform: translateY(0);
  }
}
@-ms-keyframes cssload-dot-move {
  0% {
    -ms-transform: translateY(0);
  }
  18%, 22% {
    -ms-transform: translateY(-68px);
  }
  40%, 100% {
    -ms-transform: translateY(0);
  }
}
@-webkit-keyframes cssload-dot-move {
  0% {
    -webkit-transform: translateY(0);
  }
  18%, 22% {
    -webkit-transform: translateY(-68px);
  }
  40%, 100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes cssload-dot-move {
  0% {
    -moz-transform: translateY(0);
  }
  18%, 22% {
    -moz-transform: translateY(-68px);
  }
  40%, 100% {
    -moz-transform: translateY(0);
  }
}
@keyframes cssload-dot-colors {
  0% {
    background-color: rgba(0, 130, 237, 0.99);
  }
  25% {
    background-color: rgba(193, 0, 122, 0.95);
  }
  50% {
    background-color: rgb(243, 240, 233);
  }
  75% {
    background-color: rgb(158, 21, 28);
  }
  100% {
    background-color: rgb(0, 130, 237);
  }
}
@-o-keyframes cssload-dot-colors {
  0% {
    background-color: rgba(0, 130, 237, 0.99);
  }
  25% {
    background-color: rgba(193, 0, 122, 0.95);
  }
  50% {
    background-color: rgb(243, 240, 233);
  }
  75% {
    background-color: rgb(158, 21, 28);
  }
  100% {
    background-color: rgb(0, 130, 237);
  }
}
@-ms-keyframes cssload-dot-colors {
  0% {
    background-color: rgba(0, 130, 237, 0.99);
  }
  25% {
    background-color: rgba(193, 0, 122, 0.95);
  }
  50% {
    background-color: rgb(243, 240, 233);
  }
  75% {
    background-color: rgb(158, 21, 28);
  }
  100% {
    background-color: rgb(0, 130, 237);
  }
}
@-webkit-keyframes cssload-dot-colors {
  0% {
    background-color: rgba(0, 130, 237, 0.99);
  }
  25% {
    background-color: rgba(193, 0, 122, 0.95);
  }
  50% {
    background-color: rgb(243, 240, 233);
  }
  75% {
    background-color: rgb(158, 21, 28);
  }
  100% {
    background-color: rgb(0, 130, 237);
  }
}
@-moz-keyframes cssload-dot-colors {
  0% {
    background-color: rgba(0, 130, 237, 0.99);
  }
  25% {
    background-color: rgba(193, 0, 122, 0.95);
  }
  50% {
    background-color: rgb(243, 240, 233);
  }
  75% {
    background-color: rgb(158, 21, 28);
  }
  100% {
    background-color: rgb(0, 130, 237);
  }
}
@keyframes cssload-dot-rotate-1 {
  0% {
    transform: rotate(-105deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
@-o-keyframes cssload-dot-rotate-1 {
  0% {
    -o-transform: rotate(-105deg);
  }
  100% {
    -o-transform: rotate(270deg);
  }
}
@-ms-keyframes cssload-dot-rotate-1 {
  0% {
    -ms-transform: rotate(-105deg);
  }
  100% {
    -ms-transform: rotate(270deg);
  }
}
@-webkit-keyframes cssload-dot-rotate-1 {
  0% {
    -webkit-transform: rotate(-105deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
  }
}
@-moz-keyframes cssload-dot-rotate-1 {
  0% {
    -moz-transform: rotate(-105deg);
  }
  100% {
    -moz-transform: rotate(270deg);
  }
}
@keyframes cssload-dot-rotate-2 {
  0% {
    transform: rotate(165deg);
  }
  100% {
    transform: rotate(540deg);
  }
}
@-o-keyframes cssload-dot-rotate-2 {
  0% {
    -o-transform: rotate(165deg);
  }
  100% {
    -o-transform: rotate(540deg);
  }
}
@-ms-keyframes cssload-dot-rotate-2 {
  0% {
    -ms-transform: rotate(165deg);
  }
  100% {
    -ms-transform: rotate(540deg);
  }
}
@-webkit-keyframes cssload-dot-rotate-2 {
  0% {
    -webkit-transform: rotate(165deg);
  }
  100% {
    -webkit-transform: rotate(540deg);
  }
}
@-moz-keyframes cssload-dot-rotate-2 {
  0% {
    -moz-transform: rotate(165deg);
  }
  100% {
    -moz-transform: rotate(540deg);
  }
}
@keyframes cssload-dot-rotate-3 {
  0% {
    transform: rotate(435deg);
  }
  100% {
    transform: rotate(810deg);
  }
}
@-o-keyframes cssload-dot-rotate-3 {
  0% {
    -o-transform: rotate(435deg);
  }
  100% {
    -o-transform: rotate(810deg);
  }
}
@-ms-keyframes cssload-dot-rotate-3 {
  0% {
    -ms-transform: rotate(435deg);
  }
  100% {
    -ms-transform: rotate(810deg);
  }
}
@-webkit-keyframes cssload-dot-rotate-3 {
  0% {
    -webkit-transform: rotate(435deg);
  }
  100% {
    -webkit-transform: rotate(810deg);
  }
}
@-moz-keyframes cssload-dot-rotate-3 {
  0% {
    -moz-transform: rotate(435deg);
  }
  100% {
    -moz-transform: rotate(810deg);
  }
}
@keyframes cssload-dot-rotate-4 {
  0% {
    transform: rotate(705deg);
  }
  100% {
    transform: rotate(1080deg);
  }
}
@-o-keyframes cssload-dot-rotate-4 {
  0% {
    -o-transform: rotate(705deg);
  }
  100% {
    -o-transform: rotate(1080deg);
  }
}
@-ms-keyframes cssload-dot-rotate-4 {
  0% {
    -ms-transform: rotate(705deg);
  }
  100% {
    -ms-transform: rotate(1080deg);
  }
}
@-webkit-keyframes cssload-dot-rotate-4 {
  0% {
    -webkit-transform: rotate(705deg);
  }
  100% {
    -webkit-transform: rotate(1080deg);
  }
}
@-moz-keyframes cssload-dot-rotate-4 {
  0% {
    -moz-transform: rotate(705deg);
  }
  100% {
    -moz-transform: rotate(1080deg);
  }
}
/* ---------------------------- */
/* --- スプラッシュ画面 --- */
/* ---------------------------- */
/*============================
#pagecont
============================*/
/*============================
これは_slick.scss
============================*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.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;
}
