@charset "utf-8";

/* @import  url("/common/css/import.css"); */

/*-------------------------------------
■目次
-CSS変数
-リセット
-初期設定
-レイアウト
-モジュール
-汎用クラス
-JS初期設定
---------------------------------------*/

/*-------------------------------------
  CSS変数
---------------------------------------*/
:root {
  /* カラー */
  --color_primaryRed:   #FF0000;

  --color_black01: #2F2F2F;
  --color_black02: #3C3C3C;
  --color_gray01: #F7F7F7;
  --color_beige01: #F1EEE9;
  --color_olive01: #A88E1D;
  --color_brown01: #572C0E;

  --gra_01: linear-gradient(90deg,rgba(206, 89, 111, 1) 0%, rgba(206, 136, 87, 1) 100%);
  --gra_02: linear-gradient(90deg,rgba(79, 157, 117, 1) 0%, rgba(119, 149, 14, 1) 100%);
  --gra_03: linear-gradient(90deg,rgba(163, 147, 29, 1) 0%, rgba(180, 126, 29, 1) 100%);
  --gra_04: linear-gradient(90deg,rgba(61, 157, 172, 1) 0%, rgba(83, 126, 172, 1) 100%);
  --gra_05: linear-gradient(90deg,rgba(128, 84, 135, 1) 0%, rgba(192, 116, 129, 1) 100%);


  /* 余白 */
  --mt_M: 24px;
  --mt_M_sp: 12px;
}


/*-------------------------------------
  リセットCSS
---------------------------------------*/
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-size: 10px;
}
body {
  margin: 0;
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
abbr[title] {
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
/* sub {
  bottom: -0.25em;
} */
sup {
  top: -0.5em;
}
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}
:-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[type="number"] {
  -moz-appearance: textfield;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable]:focus {
  outline: auto;
}
table {
  border-color: inherit;
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}


/*-------------------------------------
  初期設定
---------------------------------------*/
body {
  min-width: 320px;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  overflow-wrap: anywhere;
}

/* font
--------------------*/
h1,h2,h3,h4,h5,h6 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "メイリオ", sans-serif;
}
/* img
--------------------*/
#sustainability img {
  max-width: 100%;
  width: auto;
}

/*-------------------------------------------------------
レイアウト
-------------------------------------------------------*/

@media screen and (max-width: 767px){
  body,
  html {
    overflow: initial;
  }
  #sustainability {
    padding-top: 15vw;
  }
}

/* l_susMenu
--------------------*/

@media screen and (min-width: 768px),print {
  header.s_menuOpen {
    position: relative;
    z-index: 11;
  }
}
.l_susMenu__btn {
  background-color: var(--color_primaryRed);
  font-size: 1.4rem;
  color: #fff;
  width: 44px;
  text-align: center;
  padding: 12px 16px;
  font-weight: bold;
  line-height: 1;
  border-radius: 0 0 0 8px;
  position: sticky;
  top: 0;
  left: 100%;
  height: 212px;
  margin-bottom: -212px;
  display: block;
  opacity: 0.7;
  transition: 0.3s opacity;
  z-index: 1;
}
.l_susMenu__btnIcon {
  display: block;
  width: 12px;
  height: 12px;
}
.l_susMenu__btnBar {
  display: block;;
  width: 12px;
  height: 2px;
  background-color: #fff;
}
.l_susMenu__btnBar + .l_susMenu__btnBar {
  margin-top: 2px;
}
.l_susMenu__btnText {
  margin-top: 10px;
  display: block;;
}
@media screen and (max-width: 767px){
  .l_susMenu__btn {
    width: auto;
    height: auto;
    top: 15vw;
    margin-bottom: 0;
    font-size: 12px;
    display: flex;;
    padding: 10px;
  }
  .l_susMenu__btnText {
    margin-top: 0;
    margin-left: 5px;
  }
}
@media screen and (min-width: 768px) {
  .l_susMenu__btn:hover {
    opacity: 1;
  }
  .l_susMenu__btn:focus-visible {
    outline: 2px solid var(--color_black01);
  }
}
.l_susMenu__modal {
  width: 100%;
  height: 100%;
  background-color: #FFFEFD;
  opacity: 0.85;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.l_susMenu__wrap {
  display: none;

  position: fixed;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  overflow-y: scroll;
}
.l_susMenu {
  margin: 80px 0;
}
.l_susMenu__item {
  display: flex;
}
.l_susMenu__item + .l_susMenu__item {
  margin-top: 35px;
}
.l_susMenu__itemHead {
  width: 130px;
  padding-right: 20px;;
  margin-right: 20px;
  border-right: 1px solid var(--color_black01);
}
.l_susMenu__col3Head > img {
  width: 69px;
}
.l_susMenu__top {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.l_susMenu__title {
  font-size: 20px;
  font-weight: bold;
}
.l_susMenu__itemBody {
  width: calc(100% - 130px);
}
.l_susMenu__wrap > .m_contentsW {
  position: relative;
  margin-top: 150px;
}
.l_susMenu__close {
  position: absolute;
  top: 0;
  right: 20px;
  width: 22px;
  height: 22px;
}
.l_susMenu__closeBar {
  width: 25px;
  height: 2px;
  background-color: var(--color_primaryRed);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  rotate: 45deg;
}
.l_susMenu__closeBar:nth-child(1){
  rotate: 45deg;
}
.l_susMenu__closeBar:nth-child(2){
  rotate: -45deg;
}
@media screen and (max-width: 767px){
  .l_susMenu__wrap > .m_contentsW {
    margin-top: 25vw;
  }
  .l_susMenu__item {
    display: block;;
    width: 90%;
  }
  .l_susMenu__itemHead {
    width: 100%;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    border-bottom: 1px solid var(--color_black01);
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  .l_susMenu__itemBody {
    width: 100%;
  }
  .l_susMenu__top {
    font-size: calc(18 / 375* 100vw);
    margin-bottom: calc(40 / 375* 100vw);
  }
  .l_susMenu__title {
    font-size: calc(19 / 375* 100vw);;
  }
}
.l_susMenu__list01 {
  font-weight: bold;
}
.l_susMenu__list01 > li {
  display: inline-block;
  margin: 3px 45px 3px 0;
}
@media screen and (max-width: 767px){
  .l_susMenu__list01 {
    margin-top: calc(10 / 375* 100vw);
    font-size: calc(15 / 375* 100vw);
  }
  .l_susMenu__list01 > li {
    margin-right: 0;
    display: block;;
    margin-top: 10px;
  }
}
.l_susMenu a {
  display: inline-block;
  vertical-align: middle;;
}
.l_susMenu a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--color_primaryRed);
  border-right: 2px solid var(--color_primaryRed);
  rotate: 45deg;
  vertical-align: middle;;
  margin-left: 5px;
}
@media screen and (min-width: 768px){
  .l_susMenu a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px){
    .l_susMenu a::after {
      margin-left: calc(5 / 375* 100vw);
    }
}

.l_susFooter__col3Head > img {
  width: 69px;
}
.l_susMenu__col3Item:nth-child(1) .l_susMenu__col3Head {
  background: var(--gra_01);
}
.l_susMenu__col3Item:nth-child(2) .l_susMenu__col3Head {
  background: var(--gra_02);
}
.l_susMenu__col3Item:nth-child(3) .l_susMenu__col3Head {
  background: var(--gra_03);
}
.l_susMenu__col3Item:nth-child(4) .l_susMenu__col3Head {
  background: var(--gra_04);
}
.l_susMenu__col3Item:nth-child(5) .l_susMenu__col3Head {
  background: var(--gra_05);
}
.l_susMenu__col3Item:nth-child(6) .l_susMenu__col3Head {
  background: var(--color_beige01);
}
.l_susMenu__col3 {
  display: flex;;
  flex-wrap: wrap;
  gap: 32px;
}
.l_susMenu__col3Item {
  width: calc(33.33% - 24px);
}
.l_susMenu__col3Head {
  border-radius: 5px;
  text-align: center;
  display: flex;;
  height: 80px;
  justify-content: center;;
  align-items: center;
  margin-bottom: 15px;
}
.l_susMenu__col3BodyLink01 {
  font-weight: bold;
}
.l_susMenu__list02 {
  font-size: 1.5rem;
  margin-top: 8px;
}
.l_susMenu__list02 > li + li {
  margin-top: 5px;
}
@media screen and (max-width: 767px){
  .l_susMenu__col3 {
    display: block;;
  }
  .l_susMenu__col3Item {
    width: 100%;
  }
  .l_susMenu__col3Item + .l_susMenu__col3Item {
    margin-top: calc(24 / 375* 100vw);
  }
  .l_susMenu__col3BodyLink01 {
    font-size: calc(16 / 375* 100vw);;
  }
  .l_susMenu__list02 {
    font-size: calc(15 / 375* 100vw);
  }
}


/* l_susFooter
--------------------*/
.l_susFooter {
  padding: 80px 0 0;
  background-color: #fff;
  color: var(--color_black01);
}
@media screen and (max-width: 767px){
  .l_susFooter {
    padding: calc(65 / 375* 100vw) 0 0;
  }
}
.l_susFooter__titleA {
  font-size: 1.8rem;
  font-weight: bold;
  background-color: var(--color_beige01);
  border-radius: 8px;
  text-align: center;
  display: flex;
  height: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px){
  .l_susFooter__titleA {
    font-size: calc(18 / 375* 100vw);
    height: calc(50 / 375* 100vw);
    margin-bottom: calc(30 / 375* 100vw);
  }
}
.l_susFooter__titleB {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 30px;
}
@media screen and (max-width: 767px){
  .l_susFooter__titleB {
    font-size: calc(17 / 375* 100vw);
    margin-top: calc(30 / 375* 100vw);
  }
}
.l_susFooter a {
  display: inline-block;
  vertical-align: middle;
}
.l_susFooter a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--color_primaryRed);
  border-right: 2px solid var(--color_primaryRed);
  rotate: 45deg;
  vertical-align: middle;;
  margin-left: 5px;
}
@media screen and (min-width: 768px){
  .l_susFooter a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px){
  .l_susFooter a::after {
    margin-left: calc(5 / 375* 100vw);
  }
}
.l_susFooter__list01 {
  margin-top: 20px;
}
.l_susFooter__list01 > li {
  display: inline-block;;
  font-weight: bold;
  margin-right: 45px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px){
  .l_susFooter__list01 {
    margin-top: calc(10 / 375* 100vw);
    font-size: calc(15 / 375* 100vw);
  }
  .l_susFooter__list01 > li {
    margin-right: calc(32 / 375* 100vw);
  }
}
.l_susFooter__col3 {
  margin-top: 25px;
  display: flex;;
  flex-wrap: wrap;
  gap: 32px;
}
.l_susFooter__col3Item {
  width: calc(33.33% - 24px);
}
.l_susFooter__col3Head {
  border-radius: 5px;
  text-align: center;
  display: flex;;
  height: 80px;
  justify-content: center;;
  align-items: center;
  margin-bottom: 15px;
}
.l_susFooter__col3Head > img {
  width: 69px;
}
.l_susFooter__col3Item:nth-child(1) .l_susFooter__col3Head {
  background: var(--gra_01);
}
.l_susFooter__col3Item:nth-child(2) .l_susFooter__col3Head {
  background: var(--gra_02);
}
.l_susFooter__col3Item:nth-child(3) .l_susFooter__col3Head {
  background: var(--gra_03);
}
.l_susFooter__col3Item:nth-child(4) .l_susFooter__col3Head {
  background: var(--gra_04);
}
.l_susFooter__col3Item:nth-child(5) .l_susFooter__col3Head {
  background: var(--gra_05);
}
.l_susFooter__col3Item:nth-child(6) .l_susFooter__col3Head {
  background: var(--color_beige01);
}
.l_susFooter__col3BodyLink01 {
  font-weight: bold;
}
.l_susFooter__list02 {
  font-size: 1.5rem;
  margin-top: 8px;
}
.l_susFooter__list02 > li + li {
  margin-top: 5px;
}
@media screen and (max-width: 767px){
  .l_susFooter__col3 {
    margin-top: calc(18 / 375* 100vw);
    display: block;;
  }
  .l_susFooter__col3Item {
    width: 100%;
  }
  .l_susFooter__col3Item + .l_susFooter__col3Item {
    margin-top: calc(24 / 375* 100vw);
  }
  .l_susFooter__col3BodyLink01 {
    font-size: calc(16 / 375* 100vw);;
  }
  .l_susFooter__list02 {
    font-size: calc(15 / 375* 100vw);
  }
}

/*-------------------------------------------------------
  モジュール
-------------------------------------------------------*/

/* m_section
--------------------*/
.m_sectionM {
  margin-top: 60px;
}
.m_sectionL {
  margin-top: 80px;
}
.m_sectionXL {
  margin-top: 100px;
}
@media screen and (max-width: 767px){
    .m_sectionM {
      margin-top: 40px;
    }
    .m_sectionL {
      margin-top: 60px;
    }
    .m_sectionXL {
      margin-top: 80px;
    }
}

/* m_contentsW
--------------------*/
.m_contentsW {
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px){
  .m_contentsW {
    padding: 0 16px;
  }
}

/* m_titleA
------------------------*/
.m_titleA {
  text-align: center;
  font-weight: bold;
  font-size: 3.0rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px){
  .m_titleA {
    font-size: calc(24 / 375* 100vw);
  }
}
.lifestyle .m_titleA {
  color: #CE5A6F;
}
.agriculture .m_titleA {
  color: #4F9D75;
}
.supplychain .m_titleA {
  color: #A3931D;
}
.environment .m_titleA {
  color: #30669E;
}
.human-resources .m_titleA {
  color: #815487;
}
/* m_category
------------------------*/
.m_category {
  font-size: 2.0rem;
  font-weight: bold;
  color: #fff;
  display: inline-block;;
  padding: 0 20px 0 120px;
  border-radius: 0 30px 30px 0;
  margin-bottom: 50px;
}
.m_category__inner {
  margin-left: calc(50vw - 710px);
  padding: 15px 0 15px 80px;
}
@media screen and (max-width: 1200px){
  .m_category {
    padding-left: 30px;
  }
  .m_category__inner {
    margin-left: -20px;
  }
}
.lifestyle .m_category {
  background: var(--gra_01);
}
.lifestyle .m_category__inner {
  background: url(/sustainability/common/img/icon_01.png) no-repeat left center;
  background-size: 69px;
}
.agriculture .m_category {
  background: var(--gra_02);
}
.agriculture .m_category__inner {
  background: url(/sustainability/common/img/icon_02.png) no-repeat left center;
  background-size: 69px;
}
.supplychain .m_category {
  background: var(--gra_03);
}
.supplychain .m_category__inner {
  background: url(/sustainability/common/img/icon_03.png) no-repeat left center;
  background-size: 69px;
}
.environment .m_category {
  background: var(--gra_04);
}
.environment .m_category__inner {
  background: url(/sustainability/common/img/icon_04.png) no-repeat left center;
  background-size: 69px;
}
.human-resources .m_category {
  background: var(--gra_05);
}
.human-resources .m_category__inner {
  background: url(/sustainability/common/img/icon_05.png) no-repeat left center;
  background-size: 60px;
}
@media screen and (max-width: 767px){
  .m_category {
    font-size: calc(16 / 375* 100vw);
    padding-left: 20px;
    margin-bottom: calc(30 / 375* 100vw);
    border-radius: 0 calc(30 / 375* 100vw) calc(30 / 375* 100vw) 0;;
  }
  .m_category__inner {
    margin-left: 0;
    padding: 5px 10px 5px 50px;
  }
  .lifestyle .m_category__inner,
  .agriculture .m_category__inner,
  .supplychain .m_category__inner,
  .environment .m_category__inner,
  .human-resources .m_category__inner {
    background-size: 40px;
  }
  .human-resources .m_category__inner {
    background-size: 34px;
  }
}



/* m_titleB
------------------------*/
.m_titleB {
  margin-top: 100px;
  margin-bottom: 35px;
  text-align: center;;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--color_olive01);
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 767px){
  .m_titleB {
    margin-top: calc(60 / 375* 100vw);
    margin-bottom: calc(20 / 375* 100vw);
    font-size: calc(22 / 375* 100vw);
  }
}

/* m_titleC
------------------------*/
.m_titleC {
  font-size: 2.0rem;
  font-weight: bold;
  border-left: 5px solid var(--color_olive01);
  padding-left: 10px;
  margin-top: 35px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px){
  .m_titleC {
    font-size: calc(18 / 375* 100vw);
    margin-top: calc(25 / 375* 100vw);
    margin-bottom: calc(10 / 375* 100vw);
  }
}
.m_titleD {
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
  margin-top: 25px;
  margin-bottom: 15px;
}
.m_titleD::before {
  content: "";
  display: block;
  width: 12px;
  height: 3px;
  background: var(--color_olive01);
  position: absolute;
  top: 0.6em;
  left: 0;
}
@media screen and (max-width: 767px){
  .m_titleD {
    font-size: calc(16 / 375* 100vw);;
    margin-top: calc(20 / 375* 100vw);
    margin-bottom: calc(15 / 375* 100vw);
  }
}
.m_titleE {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
}
.m_titleE::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: var(--color_olive01);
  rotate: 45deg;
  position: absolute;
  top: 0.5em;
  left: 0;
}
@media screen and (max-width: 767px){
  .m_titleE {
    font-size: calc(14 / 375* 100vw);
    margin-top: calc(15 / 375* 100vw);
    margin-bottom: calc(10 / 375* 100vw);
  }
}

/* m_indexTitle
------------------------*/
.m_indexTitle__wrap {
  padding: 40px 0 50px;
}
@media screen and (max-width: 767px){
  .m_indexTitle__wrap {
    padding: calc(30 / 375* 100vw) 0  calc(40 / 375* 100vw);
  }
}
.lifestyle .m_indexTitle__wrap {
  background: var(--gra_01);
}
.agriculture .m_indexTitle__wrap {
  background: var(--gra_02);
}
.supplychain .m_indexTitle__wrap {
  background: var(--gra_03);
}
.environment .m_indexTitle__wrap {
  background: var(--gra_04);
}
.human-resources .m_indexTitle__wrap {
  background: var(--gra_05);
}

.m_indexTitle {
  color: #fff;
  font-weight: bold;
  font-size: 3.8rem;
  line-height: 1.1;
  display: flex;;
  justify-content: center;
  margin-bottom: 30px;
  align-items: center;
}
.lifestyle .m_indexTitle__text,
.human-resources .m_indexTitle__text {
  padding-left: 10px;
}
.agriculture .m_indexTitle__text {
  padding-left: 30px;
}
.supplychain .m_indexTitle__text,
.environment .m_indexTitle__text {
  padding-left: 25px;
}


#sustainability.lifestyle .m_indexTitle__icon {
  width: 110px;
}
#sustainability.agriculture .m_indexTitle__icon {
  width: 130px;
}
#sustainability.supplychain .m_indexTitle__icon {
  width: 142px;
}
#sustainability.environment .m_indexTitle__icon {
  width: 132px;
}
#sustainability.human-resources .m_indexTitle__icon {
  width: 114px;
}
@media screen and (max-width: 767px){
    .m_indexTitle {
      font-size: calc(28 / 375* 100vw);
      line-height: 1.3;
      flex-direction: column;
    }
    .m_indexTitle__text {
      padding-top: 10px;
    }
    .lifestyle .m_indexTitle__text,
    .agriculture .m_indexTitle__text,
    .supplychain .m_indexTitle__text,
    .environment .m_indexTitle__text,
    .human-resources .m_indexTitle__text {
      padding-left: 0;
    }
    #sustainability.lifestyle .m_indexTitle__icon,
    #sustainability.agriculture .m_indexTitle__icon,
    #sustainability.supplychain .m_indexTitle__icon,
    #sustainability.environment .m_indexTitle__icon,
    #sustainability.human-resources .m_indexTitle__icon {
      width: calc(70 / 375* 100vw);
    }
}
.m_indexTitle__lead {
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px){
    .m_indexTitle__lead {
      font-size: calc(16 / 375* 100vw);
    }
}
.m_indexTitle__boxWrap {
  margin-top: 50px;
  display: flex;
  gap: 30px;
}
.m_indexTitle__box {
  background-color: #fff;
  border-radius: 10px;
  width: calc(50% - 15px);
  padding: 25px;
}
.m_indexTitle__boxTitle {
  font-size: 1.8rem;
  font-weight: bold;
}
.m_indexTitle__iconList {
  margin-top: 10px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;;
}
.m_indexTitle__iconList > li {
  width: 50px;
}
@media screen and (max-width: 767px){
  .m_indexTitle__boxWrap {
    flex-direction: column;
  }
  .m_indexTitle__box {
    width: 100%;
  }
  .m_indexTitle__boxTitle {
    font-size: calc(16 / 375* 100vw);
  }
  .m_indexTitle__iconList > li {
    width: calc(50 / 375* 100vw);
  }
}

/* m_textWrap
------------------------*/
.m_textWrap {
  line-height: 1.8;
}
.m_textWrap p + p {
  margin-top: 1em;
}
@media screen and (max-width: 767px){
  .m_textWrap {
    font-size: calc(14 / 375* 100vw);
  }
}

/* m_note
------------------------*/
.m_note01 {
  font-size: 1.3rem;
  margin-top: 10px;
}
.m_note01__head {
  display: block;;
  float: left;
  margin-right: 3px;
}
.m_note01__body {
  display: block;;
  overflow: hidden;
}
@media screen and (max-width: 767px){
  .m_note01 {
    font-size: calc(10 / 375* 100vw);
  }
}

/* m_color
------------------------*/
.m_colorBlack {
  color: #000;
}
.m_color02 {
  color: #A88E1D;
}

/* m_font
------------------------*/
.m_fontL {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px){
    .m_fontL {
      font-size: calc(16 / 375* 100vw);
    }
}
.m_fontM {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px){
    .m_fontM {
      font-size: calc(14 / 375* 100vw);
    }
}

/* m_list01
------------------------*/
.m_list01 > li + li {
  margin-top: 5px;
}
.m_list01__head {
  display: block;;
  float: left;
  margin-right: 3px;
}
.m_list01__body {
  display: block;;
  overflow: hidden;
}

/* m_caption01
------------------------*/
.m_caption01 {
  font-size: 1.4rem;
  margin-top: 10px;
  text-align: left;
}
@media screen and (max-width: 767px){
  .m_caption01 {
    font-size: calc(11 / 375* 100vw);
  }
}

/* .m_link
------------------------*/
.m_link01 {
  display: inline-block;
  vertical-align: middle;
}
.m_link01::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--color_primaryRed);
  border-right: 2px solid var(--color_primaryRed);
  rotate: 45deg;
  vertical-align: middle;;
  margin-left: 5px;
}
.m_link01.s_blank::after {
  width: 13px;
  height: 12px;
  border: none;
  rotate: 0deg;
  background: url(/sustainability/common/img/icon_blank_01.png) no-repeat center top;
  background-size: 100%;
}
@media screen and (min-width: 768px){
  .m_link01:hover {
    text-decoration: underline;
  }
}
.m_linkList01 > li {
  display: inline-block;
  margin-right: 20px;
  margin-top: 20px;
}
.m_link__btn {
  background-color: #fff;
  font-weight: bold;
  padding: 8px 36px 8px 20px;
  display: inline-block;;
  position: relative;
  border-radius: 8px;
  position: relative;
  min-height: 48px;
  display: inline-flex;;
  align-items: center;
}
.m_link__btn::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  border-right: 2px solid var(--color_primaryRed);
  border-bottom: 2px solid var(--color_primaryRed);
  position: absolute;

}
.m_link__btn.s_anchor::before {
  rotate: 45deg;
  top: -0.2em;
  bottom: 0;
  right: 15px;
}
.m_link__btn.s_next::before {
  rotate: -45deg;
  top: 0;
  bottom: 0;
  right: 15px;
}
@media screen and (max-width: 767px){
  .m_link__btn {
    font-size: calc(14 / 375* 100vw);
    padding: 12px 36px 12px 20px;
  }
}

/* m_box01
------------------------*/
.m_box01 {
  background-color: var(--color_beige01);
  padding: 30px 0;
  margin-top: 80px;
}
.m_box01__title {
  font-size: 2.2rem;
  font-weight: bold;
  color: var(--color_brown01);
}
.m_box01__title.s_colorBlack {
  color: var(--color_black01);
}
@media screen and (max-width: 767px){
  .m_box01__title {
    font-size: calc(18 / 375* 100vw);
  }
}
/* m_box02
------------------------*/
.m_box02 {
  background-color: var(--color_beige01);
  padding: 30px 0;
  margin-top: 35px;
  border-radius: 10px;
}

/* m_box03
------------------------*/
.m_box03 {
  border: 2px solid var(--color_olive01);
  padding: 30px 30px 40px;
  margin-top: 30px;
}
.m_box03__title {
  font-size: 1.8rem;
  background-color: var(--color_olive01);
  font-weight: bold;
  display: inline-flex;
  align-items: center;;
  margin-left: -30px;
  padding: 6px 40px 6px 30px;
  color: #fff;
  min-height: 44px;
  border-radius: 0 22px 22px 0;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px){
    .m_box03 {
      padding: 20px 15px;
      margin-top: 15px;
    }
    .m_box03__title  {
      margin-left: -15px;
      padding-left: 15px;
      font-size: calc(16 / 375* 100vw);
      margin-bottom: 15px;
    }
}
/* m_columnBox01
------------------------*/
.m_columnBox01 {
  border: 2px solid var(--color_olive01);
  border-radius: 20px;;
  padding: 30px;
  margin-top: 100px;
}
.m_columnBox01__title {
  font-size: 2.4rem;
  background: url(/sustainability/common/img/icon_07.png) no-repeat left center;
  background-size: 48px;
  padding: 6px 0 6px 60px;
  color: var(--color_olive01);
  font-weight: bold;
  margin-bottom: 20px;
}
.m_columnBox01__titleHead {
  display: block;
  float: left;
}
.m_columnBox01__titleBody {
  display: block;;
  overflow: hidden;
}
@media screen and (max-width: 767px){
  .m_columnBox01 {
    margin-top: 80px;
    padding: 15px;
  }
  .m_columnBox01__title {
    font-size: calc(20 / 375* 100vw);
    background-size: 35px;
    padding-left: 45px;
  }
  .m_columnBox01__titleHead {
    float: none;
  }
}
.m_col2Box01__wrap {
  display: flex;
  gap: 2.5%;
  justify-content: space-between;
}
.m_col2Box01__item {
  width: 48.5%;
}
.m_col2Box01__title {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  color: var(--color_brown01);
  margin-bottom: 7px;
}
.m_col2Box01__box {
  border: 1px solid var(--color_brown01);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  min-height: 90%;
}
.m_col2Box01__box.s_notAdjust {
  min-height: 0;
}
.m_col2Box01__head {
  display: inline-flex;
  min-width: 150px;
  min-height: 28px;
  justify-content: center;;
  align-items: center;
  border-radius: 30px;;
  border: 1px solid var(--color_brown01);
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--color_brown01);
}
.m_col2Box01__num.s_mt01 {
  margin-top: 45px;
}
.m_col2Box01__num.s_mt02 {
  margin-top: 20px;
}
.m_col2Box01__num01 {
  font-weight: bold;
  font-size: 4.4rem;
}
.m_col2Box01__num02 {
  font-weight: bold;
  font-size: 2.4rem;
}
.m_col2Box01__col {
  display: flex;;
  justify-content: center;;
  gap: 20px;
  margin-top: 15px;
}
.m_col2Box01__colItem {
  flex: 1;
  max-width: 100px;
}
.m_col2Box01__text01 {
  font-size: 1.2rem;
  margin-top: 10px;
}

@media screen and (max-width: 767px){
  .m_col2Box01__wrap {
    display: block;
  }
  .m_col2Box01__item {
    width: 100%;
  }
  .m_col2Box01__item + .m_col2Box01__item {
    margin-top: 20px;
  }
  .m_col2Box01__title {
    font-size: calc(18 / 375* 100vw);
  }
  .m_col2Box01__head {
    font-size: calc(12 / 375* 100vw);
  }
  .m_col2Box01__num01 {
    font-size: calc(32 / 375* 100vw);
  }
  .m_col2Box01__num02 {
    font-size: calc(20 / 375* 100vw);
  }
  .m_col2Box01__num.s_mt01,
  .m_col2Box01__num.s_mt02 {
    margin-top: 15px;
  }
  .m_col2Box01__colItem {
    max-width: none;
  }
  .m_col2Box01__text01 {
    font-size: calc(10 / 375* 100vw);
  }
}

.m_voice {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.m_voice__imgArea {
  width: 17.4%;
}
.m_voice__imgWrap {
  overflow: hidden;
}
.m_voice__imgWrap.s_circle {
  border-radius: 50%;
}
.m_voice__cap {
  margin-top: 12px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
.m_voice__capL {
  font-size: 1.8rem;
}
.m_voice__box {
  width: 78.26%;
  background-color: var(--color_beige01);
  padding: 25px 35px 40px;
  border-radius: 20px;
  position: relative;
}
.m_voice__box::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 36px solid var(--color_beige01);
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  position: absolute;
  left: -36px;
  top: 100px;

}
.m_voice__boxHead {
  display: inline-flex;;
  background-color: var(--color_olive01);
  color: #fff;
  width: 120px;
  height: 44px;
  justify-content: center;;
  align-items: center;
  padding: 10px 5px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 44px;
}
.m_voice__boxText {
  margin-top: 20px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px){
  .m_voice {
    display: block;
  }
  .m_voice__imgArea {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
  }
  .m_voice__cap {
    font-size: calc(12 / 375* 100vw);
  }
  .m_voice__capL {
    font-size: calc(16 / 375* 100vw);
  }
  .m_voice__box {
    width: 100%;
    margin-top: 20px;
    padding: 30px 20px;
  }
  .m_voice__box::before {
    display: none;
  }
  .m_voice__boxHead {
    font-size: calc(16 / 375* 100vw);
    width: auto;
    padding: 10px 20px;
  }
  .m_voice__boxText {
    font-size: calc(14 / 375* 100vw);
    margin-top: 15px;
  }
}

/* m_flexPc01
------------------------*/
.m_flexPc01 {
  display: flex;;
  gap: 30px;
}
@media screen and (max-width: 767px){
  .m_flexPc01:not(.s_spCol2) {
    display: block;;
  }
  .m_flexPc01:not(.s_spCol2) .m_flexPc01__item {
    text-align: center;
  }
  .m_flexPc01:not(.s_spCol2) .m_flexPc01__item + .m_flexPc01__item {
    margin-top: calc(15 / 375* 100vw);
  }
  .m_flexPc01.s_spCol2 {
    gap: 30px;
    flex-wrap: wrap;
  }
  .m_flexPc01.s_spCol2  .m_flexPc01__item {
    width:calc(50% - 15px);
  }
}

/*画像・レイアウト
------------------------*/
#sustainability .m_maxW600 {
  max-width: 600px;
  width: 100%;
}
#sustainability .m_maxW850 {
  max-width: 850px;
  width: 100%;
}
.m_imgTextCol2 {
  overflow: hidden;
}
.m_imgTextCol2__imgWrap {
  width: 27%;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
.s_imgW02 .m_imgTextCol2__imgWrap {
  width: 35%;
}
@media screen and (max-width: 767px){
  .m_imgTextCol2__imgWrap {
    float: none;
    text-align: center;
    width: 100%;
    margin-left: auto;
  }
  .s_imgW02 .m_imgTextCol2__imgWrap {
    width: 100%;
  }
}
#sustainability .m_maxW70per {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#sustainability .m_maxW70per.s_left0 {
  margin-left: 0;
}

#sustainability .m_maxW70per.s_right0 {
  margin-right: 0;
}
@media screen and (max-width: 767px){
  #sustainability .m_maxW70per.s_left0 {
    margin-left: auto;
  }
  #sustainability .m_maxW70per.s_right0  {
    margin-right: auto;
  }
}

.m_col2 {
  display: flex;;
  flex-wrap: wrap;
  gap: 30px;
}
.m_col2__item {
  width: calc(50% - 15px);
  text-align: center;
}
@media screen and (max-width: 767px){
  .m_col2 {
    display: block;;
  }
  .m_col2__item {
    width: 100%;
  }
  .m_col2__item + .m_col2__item {
    margin-top: 20px;
  }
}

/*video
------------------------*/
.m_video01Wrap {
  max-width: 833px;
  margin-left: auto;
  margin-right: auto;
}
.m_video01 {
  max-width: 350px;
  width: 100%;
  border: 1px solid #ddd;
}

.m_col3 {
  display: flex;;
  flex-wrap: wrap;
  gap: 30px 2%;
}
.m_col3__item {
  width: 32%;
  border-radius: 16px;
}
.js_slick .m_col3__item  {
  display: block;;
  height: 100%;
  width: 100%;
}
.s_shadow .m_col3__item {
  box-shadow: 0px 3px 15px 0px rgba(00,0,0,0.15);
}
.m_col3__imgWrap {
  text-align: center;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
.js_slick .m_col3__imgWrap img {
  margin-left: auto;
  margin-right: auto;
}
.m_col3__textWrap {
  padding: 16px;
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 767px){
  .m_col3 {
    flex-direction: column;
  }
  .m_col3__item {
    width: 100%;
  }
  .m_col3__textWrap {
    font-size: calc(14 / 375* 100vw);
  }
}

.m_col4 {
  display: flex;;
  flex-wrap: wrap;
  gap: 30px 2%;
}
.m_col4__item {
  width: 22.8%;
  border-radius: 16px;
  background-color: #fff;
}
.m_col4__imgWrap {
  text-align: center;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  display: flex;
  max-height: 120px;
}
.m_col4__imgWrap > img {
  object-fit: cover;
  object-position: 100% 0;
}
.m_col4__textWrap {
  padding: 16px 8px;
  font-size: 1.4rem;
  font-weight: 400;
  border-radius: 0 0 16px 16px;
}
@media screen and (max-width: 767px){
  .m_col4 {
    gap: 30px;
  }
  .m_col4__item {
    width:calc(50% - 15px);
  }
}

/*m_table01
------------------------*/
.m_table01 {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.m_table01 th,
.m_table01 td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.m_table01 thead th {
  text-align: center;
  background-color: var(--color_olive01);
  color: #fff;
  padding: 10px;
}
.m_table01 tbody th {
  background-color: var(--color_beige01);
}
.m_table01 tbody th,
.m_table01 tbody td {
  padding: 10px;
}
.m_table01 .s_w01 {
  width: 280px;
}

.m_table01 .s_w02 {
  width: 150px;
}
.m_table01 .s_w03 {
  width: 600px;
}
.m_table01 .s_w04 {
  width: 400px;
}
.m_table01 .s_w05 {
  width: 300px;
}
@media screen and (max-width: 767px){
  .m_table01Wrap {
    overflow-y: scroll;;
  }
  .m_table01 {
    font-size: calc(14 / 375* 100vw);
    min-width: 500px;
  }
  .m_table01.s_w750 {
    min-width: 750px;
  }
  .m_table01.s_noScroll {
    min-width: 0;
  }
  .s_w01 {
    width: 30%;
  }
}

/*m_table02
------------------------*/
.m_table02 {
  width: 100%;
  height: 100%;
  border-collapse: separate;
}
.m_table02 .s_w01 {
  width: 230px;
}
.m_table02 .s_w02 {
  width: 245px;
}
.m_table02 .s_w03 {
  width: 280px;
}
.m_table02 .s_w04 {
  width: 280px;
}
.m_table02 thead th {
  vertical-align: bottom;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 10px 10px;
}
.m_table02 thead th:first-child {
  padding-left: 40px;
}
.m_table02 thead th:last-child {
  padding-right: 70px;
}
.m_table02__th01 {
  background-color: var(--color_beige01);
  height: 100%;
  padding-left: 30px;
  padding-top: 30px;
}

tr:first-child > .m_table02__th01 {
  border-radius: 20px 0 0 0;
  padding-top: 30px;
  padding-bottom: 0;
}
tr:last-child > .m_table02__th01 {
  border-radius: 0 0 0  20px;
  padding-bottom: 30px;
}
tr:only-child > .m_table02__th01 {
  border-radius: 20px 0 0 20px;
}
tr:first-child > .m_table02__th01.s_firstLast {
  padding-bottom: 30px;
  border-radius: 20px 0 0 20px;
}

.m_table02__th01Inn {
  vertical-align: middle;;
  font-size: 2.0rem;
  color: var(--color_brown01);
  padding: 25px 10px;
  text-align: center;;
  height: 100%;
  display: flex;
  align-items: center;;
  justify-content: center;;
}
.m_table02__td01 {
  font-size: 2.0rem;
  font-weight: bold;
  vertical-align: middle;
  padding: 10px 0;
  background-color: var(--color_beige01);
  color: var(--color_brown01);
  text-align: center;
}
tr:first-child > .m_table02__td01,
tr:first-child > .m_table02__td02,
tr:first-child > .m_table02__td03 {
  padding-top: 30px;
}
tr:last-child > .m_table02__td01,
tr:last-child > .m_table02__td02,
tr:last-child > .m_table02__td03 {
  padding-bottom: 30px;
}
tr:first-child > .m_table02__td03 {
  border-radius: 0 20px 0 0;
}
tr:last-child > .m_table02__td03 {
  border-radius: 0 0 20px 0;
}
tr:only-child > .m_table02__td03 {
  border-radius: 0 20px 20px 0;
}
.m_table02__td02,
.m_table02__td03 {
  background-color: var(--color_beige01);
  vertical-align: middle;;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.m_table02__rowFirst .m_table02__td01,
.m_table02__rowFirst .m_table02__td02,
.m_table02__rowFirst .m_table02__td03 {
  padding-top: 20px;
}
.m_table02__td03.s_note{
  padding-top: 0;
  padding-left: 30px;
}
tr:last-child > .m_table02__td03.s_note {
  padding-top: 0;
  padding-left: 30px;
  padding-bottom: 20px;
}
.s_noPaddingB .m_table02__td01,
.s_noPaddingB .m_table02__td02,
.s_noPaddingB .m_table02__td03 {
  padding-bottom: 0;
}
.s_noPaddingT .m_table02__td01,
.s_noPaddingT .m_table02__td02,
.s_noPaddingT .m_table02__td03 {
  padding-top: 0;
}
.m_table02__td01Inn,
.m_table02__td02Inn,
.m_table02__td03Inn {
  background-color: #fff;
  text-align: center;
  padding: 15px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;;
  height: 100%;
  justify-content: center;;
}
.m_table02__td01Inn {
  border-radius: 10px 0 0 10px;
}
.s_noPaddingB .m_table02__td01Inn {
  border-radius: 10px 0 0 0;
}
.s_noPaddingT .m_table02__td01Inn {
  border-radius:0 0 0 10px;
}
.m_table02__td02Inn {
  position: relative;
}
.m_table02__td02Inn::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid var( --color_brown01);
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  margin: auto
}
.s_noArrow.m_table02__td02Inn::before {
  display: none;
}
.m_table02__td03 {
  padding-right: 40px;
}
.m_table02__td03Inn {
  border-radius: 0 10px 10px 0;
}
.s_noPaddingB .m_table02__td03Inn {
  border-radius: 0 10px 0 0;
}
.s_noPaddingT .m_table02__td03Inn {
  border-radius:0 0 10px 0;
}
.m_table02__box01 {
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--color_brown01);
  text-align: center;
  border: 1px solid var(--color_brown01);
  display: inline-flex;;
  justify-content: center;
  align-items: center;
  min-height: 28px;
  padding: 5px;
  border-radius: 30px;
  min-width: 150px;
}
.m_table02__box01.s_visHidden {
  visibility: hidden;
}
.m_table02__num01 {
  font-size: 4.4rem;
  font-weight: bold;
}
.m_table02__num02 {
  font-size: 2.4rem;
  font-weight: bold;
}
.m_table02__text01 {
  font-size: 1.2rem;
}
.m_table02__rowLast .m_table02__td01,
.m_table02__rowLast .m_table02__td02,
.m_table02__rowLast .m_table02__td03 {
  padding-bottom: 0;
}

@media screen and (max-width: 1150px){
  .m_table02__wrap {
    overflow-x: scroll;
  }
  .m_table02 {
    min-width: 1150px;
  }
}
@media screen and (max-width: 767px){
  .m_table02__th01 {
    padding-left: 20px;
  }
  .m_table02__td03 {
    padding-right: 20px;
  }
  .m_table02 {
    min-width: 800px;
  }
  .m_table02 .s_w01 {
    width: 170px;
  }
  .m_table02 .s_w02 {
    width: 180px;
  }
  .m_table02 .s_w03 {
    width: 226px;
  }
  .m_table02 .s_w04 {
    width: 226px;
  }
  .m_table02__td01 {
    /* padding: 10px 15px; */
  }
  .m_table02 thead th {
    font-size: 1.6rem;
  }
  .m_table02__th01Inn {
    font-size: 1.8rem;
    padding-right: 20px;
    padding-left: 0;
  }
  .m_table02__td01 {
    font-size: 1.8rem;
  }
  .m_table02__box01 {
    font-size: 1.2rem;
  }
  .m_table02__num01 {
    font-size: 3.2rem;
  }
  .m_table02__num02 {
    font-size: 2.0rem;
  }
  .m_table02__text01 {
    font-size: 1.2rem;
  }
  .m_table02 thead th:first-child {
    padding-left: 20px;
  }
  .m_table02 thead th:last-child {
    padding-right: 50px;
  }
  .m_table02__td01Inn {
    padding-left: 15px;
    padding-right: 0;
  }
}

/*bg
------------------------*/
.m_bg01 {
  background-color: var(--color_beige01);
}

#sustainability .m_maxW300 {
  max-width: 300px;
}
#sustainability .m_maxW560 {
  max-width: 560px;
  width: 100%;
}

/*m_DUMMYimg
------------------------*/
.m_DUMMYimg,
.m_DUMMYimg02 {
  position: relative;
  border: 3px solid #aaa;
  /* display: inline-block; */
}
.m_DUMMYimg::before,
.m_DUMMYimg02::before {
  content: "画像未支給";
  display: inline-block;
  background-color: #aaa;
  color: #fff;;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: bold;
}
.m_DUMMYimg02::before {
  content: "画像作成中";
}

/*js
------------------------*/
.js_toggleArea.s_close .js_toggleContents {
  display: none;
}
.m_toggleBtn01 {
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  min-width: 250px;
  height: 60px;
  padding: 5px 50px 5px 20px;
  box-shadow: 0px 0px 16px -6px rgb(0 0 0 / 60%);
  border-radius: 50px;
  transition: 0.25s all ease;
  background-color: #fff;
  margin: 10px;
  cursor: pointer;
  position: relative;
}
.m_toggleBtn01::before,
.m_toggleBtn01::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background-color: var(--color_primaryRed);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.m_toggleBtn01::after {
  transition: 0.25s;
}
.m_toggleBtn01::after {
  rotate: 0;
}
.js_toggleArea.s_close .m_toggleBtn01::after {
  rotate: 90deg;
}
.js_toggleArea .s_toggleText01 {
  display: none;;
}
.js_toggleArea .s_toggleText02 {
  display: block;;
}
.js_toggleArea.s_close .s_toggleText01 {
  display: block;;
}
.js_toggleArea.s_close .s_toggleText02 {
  display: none;;
}
@media (hover: hover) and (pointer: fine){
  .m_toggleBtn01:hover {
    box-shadow: 0px 0px 10px -6px rgb(0 0 0 / 60%);
    color: var(--color_primaryRed);
  }
}

.m_modalContents {
  display: none;;
}
.m_modalContents {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.m_modalLayer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.6);
}
.m_modalContents__inn {
  max-height: 80vh;
  overflow-y: scroll;
  margin: auto;
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  bottom: 0;
  margin: auto;
  max-width: 1700px;
}
.m_modalClose {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: calc(50vw - 850px);
  cursor: pointer;
}
.m_modalClose::before,
.m_modalClose::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 30px;;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.m_modalClose::before {
  rotate: 45deg;
}
.m_modalClose::after {
  rotate: -45deg;
}
@media screen and (max-width: 1800px){
  .m_modalClose {
    right: 20px;
  }
}
@media screen and (max-width: 767px){
    .m_modalContents__inn {
      top: 250px;
    }
    .m_modalClose {
      top: 180px;
    }
}
/*-------------------------------------
  汎用クラス
---------------------------------------*/
/* テキスト系
------------------------*/
.u_fontXS { font-size: 10px!important; }
.u_fontSS { font-size: 12px!important; }
.u_fontS  { font-size: 14px!important; }
.u_fontM  { font-size: 16px!important; }
.u_fontL  { font-size: 18px!important; }
.u_fontLL { font-size: 20px!important; }
.u_fontXL { font-size: 22px!important; }

.u_fontItalic { font-style: italic!important; }
.u_fontBold   { font-weight: bold!important; }
.u_fontNormal { font-weight: normal!important; }

.u_lineL { line-height: 1.8!important;}
.u_lineM { line-height: 1.5!important;}
.u_lineS { line-height: 1.3!important;}

.u_tdNon   { text-decoration: none !important; }
.u_tdUnder { text-decoration: underline !important; }
.u_tdOver  { text-decoration: line-through !important; }

.u_colorRed   { color: #cc0000!important; }

/* レイアウト系
------------------------*/
.u_clearfix { zoom: 1; }
.u_clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0.01px;
}
.u_ofHidden  { overflow: hidden!important; }
.u_ofVisible { overflow: visible!important; }
.u_floatL    { float: left!important; }
.u_floatR    { float: right!important; }

.u_posStatic   { position: static !important;}
.u_posRelative { position: relative!important;}
.u_posAbsolute { position: absolute!important;}
.u_posFixed    { position: fixed!important;}

.u_taLeft   { text-align: left !important; }
.u_taCenter { text-align: center !important; }
.u_taRight  { text-align: right !important; }
.u_taJustify  { text-align: justify !important; }

.u_vaTop { vertical-align: top !important; }
.u_vaMdl { vertical-align: middle !important; }
.u_vaBtm { vertical-align: bottom !important; }

.u_center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* 余白
------------------------*/
.u_myS  { margin-top: 10px !important; margin-bottom: 10px !important;}
.u_myM  { margin-top: 20px !important; margin-bottom: 20px !important;}
.u_myL  { margin-top: 30px !important; margin-bottom: 30px !important;}
.u_myLL { margin-top: 40px !important; margin-bottom: 40px !important;}
.u_myXL { margin-top: 50px !important; margin-bottom: 50px !important;}

.u_mtS  { margin-top: 10px !important;}
.u_mtM  { margin-top: 20px !important;}
.u_mtL  { margin-top: 30px !important;}
.u_mtLL { margin-top: 40px !important;}
.u_mtXL { margin-top: 50px !important;}

.u_mbS  { margin-bottom: 10px !important;}
.u_mbM  { margin-bottom: 20px !important;}
.u_mbL  { margin-bottom: 30px !important;}
.u_mbLL { margin-bottom: 40px !important;}
.u_mbXL { margin-bottom: 50px !important;}

.u_mxS  { margin-left: 10px !important; margin-right: 10px !important;}
.u_mxM  { margin-left: 20px !important; margin-right: 20px !important;}
.u_mxL  { margin-left: 30px !important; margin-right: 30px !important;}
.u_mxLL { margin-left: 40px !important; margin-right: 40px !important;}
.u_mxXL { margin-left: 50px !important; margin-right: 50px !important;}

.u_mlS  { margin-left: 10px !important;}
.u_mlM  { margin-left: 20px !important;}
.u_mlL  { margin-left: 30px !important;}
.u_mlLL { margin-left: 40px !important;}
.u_mlXL { margin-left: 50px !important;}

.u_mrS  { margin-right: 10px !important;}
.u_mrM  { margin-right: 20px !important;}
.u_mrL  { margin-right: 30px !important;}
.u_mrLL { margin-right: 40px !important;}
.u_mrXL { margin-right: 50px !important;}

.u_mt0  { margin-top:  0px !important; }
.u_mt3  { margin-top:  3px !important; }
.u_mt5  { margin-top:  5px !important; }
.u_mt10 { margin-top: 10px !important; }
.u_mt15 { margin-top: 15px !important; }
.u_mt20 { margin-top: 20px !important; }
.u_mt25 { margin-top: 25px !important; }
.u_mt30 { margin-top: 30px !important; }
.u_mt35 { margin-top: 35px !important; }
.u_mt40 { margin-top: 40px !important; }
.u_mt45 { margin-top: 45px !important; }
.u_mt50 { margin-top: 50px !important; }
.u_mt60 { margin-top: 60px !important; }
.u_mt70 { margin-top: 70px !important; }
.u_mt80 { margin-top: 80px !important; }
.u_mt90 { margin-top: 90px !important; }
.u_mt100 { margin-top: 100px !important; }

.u_ml0  { margin-left:  0px !important; }
.u_ml3  { margin-left:  3px !important; }
.u_ml5  { margin-left:  5px !important; }
.u_ml10 { margin-left: 10px !important; }
.u_ml15 { margin-left: 15px !important; }
.u_ml20 { margin-left: 20px !important; }
.u_ml25 { margin-left: 25px !important; }
.u_ml30 { margin-left: 30px !important; }
.u_ml35 { margin-left: 35px !important; }
.u_ml40 { margin-left: 40px !important; }
.u_ml45 { margin-left: 45px !important; }
.u_ml50 { margin-left: 50px !important; }
.u_ml60 { margin-left: 60px !important; }
.u_ml70 { margin-left: 70px !important; }
.u_ml80 { margin-left: 80px !important; }
.u_ml90 { margin-left: 90px !important; }
.u_ml100 { margin-left: 100px !important; }
.u_mlAuto { margin-left: auto !important; }

.u_mr0  { margin-right:  0px !important; }
.u_mr3  { margin-right:  3px !important; }
.u_mr5  { margin-right:  5px !important; }
.u_mr10 { margin-right: 10px !important; }
.u_mr15 { margin-right: 15px !important; }
.u_mr20 { margin-right: 20px !important; }
.u_mr25 { margin-right: 25px !important; }
.u_mr30 { margin-right: 30px !important; }
.u_mr35 { margin-right: 35px !important; }
.u_mr40 { margin-right: 40px !important; }
.u_mr45 { margin-right: 45px !important; }
.u_mr50 { margin-right: 50px !important; }
.u_mr60 { margin-right: 60px !important; }
.u_mr70 { margin-right: 70px !important; }
.u_mr80 { margin-right: 80px !important; }
.u_mr90 { margin-right: 90px !important; }
.u_mr100 { margin-right: 100px !important; }
.u_mrAuto { margin-right: auto !important; }

.u_mb0  { margin-bottom:  0px !important; }
.u_mb3  { margin-bottom:  3px !important; }
.u_mb5  { margin-bottom:  5px !important; }
.u_mb10 { margin-bottom: 10px !important; }
.u_mb15 { margin-bottom: 15px !important; }
.u_mb20 { margin-bottom: 20px !important; }
.u_mb25 { margin-bottom: 25px !important; }
.u_mb30 { margin-bottom: 30px !important; }
.u_mb35 { margin-bottom: 35px !important; }
.u_mb40 { margin-bottom: 40px !important; }
.u_mb45 { margin-bottom: 45px !important; }
.u_mb50 { margin-bottom: 50px !important; }
.u_mb60 { margin-bottom: 60px !important; }
.u_mb70 { margin-bottom: 70px !important; }
.u_mb80 { margin-bottom: 80px !important; }
.u_mb90 { margin-bottom: 90px !important; }
.u_mb100 { margin-bottom: 100px !important; }

@media screen and (max-width:767px) {
  .u_myS  { margin-top: 5px !important; margin-bottom: 5px !important;}
  .u_myM  { margin-top: 10px !important; margin-bottom: 10px !important;}
  .u_myL  { margin-top: 15px !important; margin-bottom: 15px !important;}
  .u_myLL { margin-top: 20px !important; margin-bottom: 20px !important;}
  .u_myXL { margin-top: 25px !important; margin-bottom: 25px !important;}

  .u_mtS  { margin-top: 5px !important;}
  .u_mtM  { margin-top: 10px !important;}
  .u_mtL  { margin-top: 15px !important;}
  .u_mtLL { margin-top: 20px !important;}
  .u_mtXL { margin-top: 25px !important;}

  .u_mbS  { margin-bottom: 5px !important;}
  .u_mbM  { margin-bottom: 10px !important;}
  .u_mbL  { margin-bottom: 15px !important;}
  .u_mbLL { margin-bottom: 20px !important;}
  .u_mbXL { margin-bottom: 25px !important;}

  .u_mxS  { margin-left: 5px !important; margin-right: 5px !important;}
  .u_mxM  { margin-left: 10px !important; margin-right: 10px !important;}
  .u_mxL  { margin-left: 15px !important; margin-right: 15px !important;}
  .u_mxLL { margin-left: 20px !important; margin-right: 20px !important;}
  .u_mxXL { margin-left: 25px !important; margin-right: 25px !important;}

  .u_mlS  { margin-left: 5px !important;}
  .u_mlM  { margin-left: 10px !important;}
  .u_mlL  { margin-left: 15px !important;}
  .u_mlLL { margin-left: 20px !important;}
  .u_mlXL { margin-left: 25px !important;}

  .u_mrS  { margin-right: 5px !important;}
  .u_mrM  { margin-right: 10px !important;}
  .u_mrL  { margin-right: 15px !important;}
  .u_mrLL { margin-right: 20px !important;}
  .u_mrXL { margin-right: 25px !important;}

  .u_spMt0  { margin-top:  0px !important; }
  .u_spMt3  { margin-top:  3px !important; }
  .u_spMt5  { margin-top:  5px !important; }
  .u_spMt10 { margin-top: 10px !important; }
  .u_spMt15 { margin-top: 15px !important; }
  .u_spMt20 { margin-top: 20px !important; }
  .u_spMt25 { margin-top: 25px !important; }
  .u_spMt30 { margin-top: 30px !important; }
  .u_spMt35 { margin-top: 35px !important; }
  .u_spMt40 { margin-top: 40px !important; }
  .u_spMt45 { margin-top: 45px !important; }
  .u_spMt50 { margin-top: 50px !important; }
  .u_spMt60 { margin-top: 60px !important; }
  .u_spMt70 { margin-top: 70px !important; }
  .u_spMt80 { margin-top: 80px !important; }
  .u_spMt90 { margin-top: 90px !important; }
  .u_spMt100 { margin-top: 100px !important; }

  .u_spMl0  { margin-left:  0px !important; }
  .u_spMl3  { margin-left:  3px !important; }
  .u_spMl5  { margin-left:  5px !important; }
  .u_spMl10 { margin-left: 10px !important; }
  .u_spMl15 { margin-left: 15px !important; }
  .u_spMl20 { margin-left: 20px !important; }
  .u_spMl25 { margin-left: 25px !important; }
  .u_spMl30 { margin-left: 30px !important; }
  .u_spMl35 { margin-left: 35px !important; }
  .u_spMl40 { margin-left: 40px !important; }
  .u_spMl45 { margin-left: 45px !important; }
  .u_spMl50 { margin-left: 50px !important; }
  .u_spMl60 { margin-left: 60px !important; }
  .u_spMl70 { margin-left: 70px !important; }
  .u_spMl80 { margin-left: 80px !important; }
  .u_spMl90 { margin-left: 90px !important; }
  .u_spMl100 { margin-left: 100px !important; }

  .u_spMr0  { margin-right:  0px !important; }
  .u_spMr3  { margin-right:  3px !important; }
  .u_spMr5  { margin-right:  5px !important; }
  .u_spMr10 { margin-right: 10px !important; }
  .u_spMr15 { margin-right: 15px !important; }
  .u_spMr20 { margin-right: 20px !important; }
  .u_spMr25 { margin-right: 25px !important; }
  .u_spMr30 { margin-right: 30px !important; }
  .u_spMr35 { margin-right: 35px !important; }
  .u_spMr40 { margin-right: 40px !important; }
  .u_spMr45 { margin-right: 45px !important; }
  .u_spMr50 { margin-right: 50px !important; }
  .u_spMr60 { margin-right: 60px !important; }
  .u_spMr70 { margin-right: 70px !important; }
  .u_spMr80 { margin-right: 80px !important; }
  .u_spMr90 { margin-right: 90px !important; }
  .u_spMr100 { margin-right: 100px !important; }

  .u_spMb0  { margin-bottom:  0px !important; }
  .u_spMb3  { margin-bottom:  3px !important; }
  .u_spMb5  { margin-bottom:  5px !important; }
  .u_spMb10 { margin-bottom: 10px !important; }
  .u_spMb15 { margin-bottom: 15px !important; }
  .u_spMb20 { margin-bottom: 20px !important; }
  .u_spMb25 { margin-bottom: 25px !important; }
  .u_spMb30 { margin-bottom: 30px !important; }
  .u_spMb35 { margin-bottom: 35px !important; }
  .u_spMb40 { margin-bottom: 40px !important; }
  .u_spMb45 { margin-bottom: 45px !important; }
  .u_spMb50 { margin-bottom: 50px !important; }
  .u_spMb60 { margin-bottom: 60px !important; }
  .u_spMb70 { margin-bottom: 70px !important; }
  .u_spMb80 { margin-bottom: 80px !important; }
  .u_spMb90 { margin-bottom: 90px !important; }
  .u_spMb100 { margin-bottom: 100px !important; }
}

.u_pyS  { padding-top: 10px !important; padding-bottom: 10px !important;}
.u_pyM  { padding-top: 20px !important; padding-bottom: 20px !important;}
.u_pyL  { padding-top: 30px !important; padding-bottom: 30px !important;}
.u_pyLL { padding-top: 40px !important; padding-bottom: 40px !important;}
.u_pyXL { padding-top: 50px !important; padding-bottom: 50px !important;}

.u_ptS  { padding-top: 10px !important;}
.u_ptM  { padding-top: 20px !important;}
.u_ptL  { padding-top: 30px !important;}
.u_ptLL { padding-top: 40px !important;}
.u_ptXL { padding-top: 50px !important;}

.u_pbS  { padding-bottom: 10px !important;}
.u_pbM  { padding-bottom: 20px !important;}
.u_pbL  { padding-bottom: 30px !important;}
.u_pbLL { padding-bottom: 40px !important;}
.u_pbXL { padding-bottom: 50px !important;}

.u_pxS  { padding-left: 10px !important; padding-right: 10px !important;}
.u_pxM  { padding-left: 20px !important; padding-right: 20px !important;}
.u_pxL  { padding-left: 30px !important; padding-right: 30px !important;}
.u_pxLL { padding-left: 40px !important; padding-right: 40px !important;}
.u_pxXL { padding-left: 50px !important; padding-right: 50px !important;}

.u_plS  { padding-left: 10px !important;}
.u_plM  { padding-left: 20px !important;}
.u_plL  { padding-left: 30px !important;}
.u_plLL { padding-left: 40px !important;}
.u_plXL { padding-left: 50px !important;}

.u_prS  { padding-right: 10px !important;}
.u_prM  { padding-right: 20px !important;}
.u_prL  { padding-right: 30px !important;}
.u_prLL { padding-right: 40px !important;}
.u_prXL { padding-right: 50px !important;}

.u_pt0  { padding-top:  0px !important; }
.u_pt3  { padding-top:  3px !important; }
.u_pt5  { padding-top:  5px !important; }
.u_pt10 { padding-top: 10px !important; }
.u_pt15 { padding-top: 15px !important; }
.u_pt20 { padding-top: 20px !important; }
.u_pt25 { padding-top: 25px !important; }
.u_pt30 { padding-top: 30px !important; }
.u_pt35 { padding-top: 35px !important; }
.u_pt40 { padding-top: 40px !important; }
.u_pt45 { padding-top: 45px !important; }
.u_pt50 { padding-top: 50px !important; }
.u_pt60 { padding-top: 60px !important; }
.u_pt70 { padding-top: 70px !important; }
.u_pt80 { padding-top: 80px !important; }
.u_pt90 { padding-top: 90px !important; }
.u_pt100 { padding-top: 100px !important; }

.u_pl0  { padding-left:  0px !important; }
.u_pl3  { padding-left:  3px !important; }
.u_pl5  { padding-left:  5px !important; }
.u_pl10 { padding-left: 10px !important; }
.u_pl15 { padding-left: 15px !important; }
.u_pl20 { padding-left: 20px !important; }
.u_pl25 { padding-left: 25px !important; }
.u_pl30 { padding-left: 30px !important; }
.u_pl35 { padding-left: 35px !important; }
.u_pl40 { padding-left: 40px !important; }
.u_pl45 { padding-left: 45px !important; }
.u_pl50 { padding-left: 50px !important; }
.u_pl60 { padding-left: 60px !important; }
.u_pl70 { padding-left: 70px !important; }
.u_pl80 { padding-left: 80px !important; }
.u_pl90 { padding-left: 90px !important; }
.u_pl100 { padding-left: 100px !important; }

.u_pr0  { padding-right:  0px !important; }
.u_pr3  { padding-right:  3px !important; }
.u_pr5  { padding-right:  5px !important; }
.u_pr10 { padding-right: 10px !important; }
.u_pr15 { padding-right: 15px !important; }
.u_pr20 { padding-right: 20px !important; }
.u_pr25 { padding-right: 25px !important; }
.u_pr30 { padding-right: 30px !important; }
.u_pr35 { padding-right: 35px !important; }
.u_pr40 { padding-right: 40px !important; }
.u_pr45 { padding-right: 45px !important; }
.u_pr50 { padding-right: 50px !important; }
.u_pr60 { padding-right: 60px !important; }
.u_pr70 { padding-right: 70px !important; }
.u_pr80 { padding-right: 80px !important; }
.u_pr90 { padding-right: 90px !important; }
.u_pr100 { padding-right: 100px !important; }

.u_pb0  { padding-bottom:  0px !important; }
.u_pb3  { padding-bottom:  3px !important; }
.u_pb5  { padding-bottom:  5px !important; }
.u_pb10 { padding-bottom: 10px !important; }
.u_pb15 { padding-bottom: 15px !important; }
.u_pb20 { padding-bottom: 20px !important; }
.u_pb25 { padding-bottom: 25px !important; }
.u_pb30 { padding-bottom: 30px !important; }
.u_pb35 { padding-bottom: 35px !important; }
.u_pb40 { padding-bottom: 40px !important; }
.u_pb45 { padding-bottom: 45px !important; }
.u_pb50 { padding-bottom: 50px !important; }
.u_pb60 { padding-bottom: 60px !important; }
.u_pb70 { padding-bottom: 70px !important; }
.u_pb80 { padding-bottom: 80px !important; }
.u_pb90 { padding-bottom: 90px !important; }
.u_pb100 { padding-bottom: 100px !important; }

@media screen and (max-width:767px) {
  .u_pyS  { padding-top: 5px !important; padding-bottom: 5px !important;}
  .u_pyM  { padding-top: 10px !important; padding-bottom: 10px !important;}
  .u_pyL  { padding-top: 15px !important; padding-bottom: 15px !important;}
  .u_pyLL { padding-top: 20px !important; padding-bottom: 20px !important;}
  .u_pyXL { padding-top: 25px !important; padding-bottom: 25px !important;}

  .u_ptS  { padding-top: 5px !important;}
  .u_ptM  { padding-top: 10px !important;}
  .u_ptL  { padding-top: 15px !important;}
  .u_ptLL { padding-top: 20px !important;}
  .u_ptXL { padding-top: 25px !important;}

  .u_pbS  { padding-bottom: 5px !important;}
  .u_pbM  { padding-bottom: 10px !important;}
  .u_pbL  { padding-bottom: 15px !important;}
  .u_pbLL { padding-bottom: 20px !important;}
  .u_pbXL { padding-bottom: 25px !important;}

  .u_pxS  { padding-left: 5px !important; padding-right: 5px !important;}
  .u_pxM  { padding-left: 10px !important; padding-right: 10px !important;}
  .u_pxL  { padding-left: 15px !important; padding-right: 15px !important;}
  .u_pxLL { padding-left: 20px !important; padding-right: 20px !important;}
  .u_pxXL { padding-left: 25px !important; padding-right: 25px !important;}

  .u_plS  { padding-left: 5px !important;}
  .u_plM  { padding-left: 10px !important;}
  .u_plL  { padding-left: 15px !important;}
  .u_plLL { padding-left: 20px !important;}
  .u_plXL { padding-left: 25px !important;}

  .u_prS  { padding-right: 5px !important;}
  .u_prM  { padding-right: 10px !important;}
  .u_prL  { padding-right: 15px !important;}
  .u_prLL { padding-right: 20px !important;}
  .u_prXL { padding-right: 25px !important;}

  .u_spPt0  { padding-top:  0px !important; }
  .u_spPt3  { padding-top:  3px !important; }
  .u_spPt5  { padding-top:  5px !important; }
  .u_spPt10 { padding-top: 10px !important; }
  .u_spPt15 { padding-top: 15px !important; }
  .u_spPt20 { padding-top: 20px !important; }
  .u_spPt25 { padding-top: 25px !important; }
  .u_spPt30 { padding-top: 30px !important; }
  .u_spPt35 { padding-top: 35px !important; }
  .u_spPt40 { padding-top: 40px !important; }
  .u_spPt45 { padding-top: 45px !important; }
  .u_spPt50 { padding-top: 50px !important; }
  .u_spPt60 { padding-top: 60px !important; }
  .u_spPt70 { padding-top: 70px !important; }
  .u_spPt80 { padding-top: 80px !important; }
  .u_spPt90 { padding-top: 90px !important; }
  .u_spPt100 { padding-top: 100px !important; }

  .u_spPl0  { padding-left:  0px !important; }
  .u_spPl3  { padding-left:  3px !important; }
  .u_spPl5  { padding-left:  5px !important; }
  .u_spPl10 { padding-left: 10px !important; }
  .u_spPl15 { padding-left: 15px !important; }
  .u_spPl20 { padding-left: 20px !important; }
  .u_spPl25 { padding-left: 25px !important; }
  .u_spPl30 { padding-left: 30px !important; }
  .u_spPl35 { padding-left: 35px !important; }
  .u_spPl40 { padding-left: 40px !important; }
  .u_spPl45 { padding-left: 45px !important; }
  .u_spPl50 { padding-left: 50px !important; }
  .u_spPl60 { padding-left: 60px !important; }
  .u_spPl70 { padding-left: 70px !important; }
  .u_spPl80 { padding-left: 80px !important; }
  .u_spPl90 { padding-left: 90px !important; }
  .u_spPl100 { padding-left: 100px !important; }

  .u_spPr0  { padding-right:  0px !important; }
  .u_spPr3  { padding-right:  3px !important; }
  .u_spPr5  { padding-right:  5px !important; }
  .u_spPr10 { padding-right: 10px !important; }
  .u_spPr15 { padding-right: 15px !important; }
  .u_spPr20 { padding-right: 20px !important; }
  .u_spPr25 { padding-right: 25px !important; }
  .u_spPr30 { padding-right: 30px !important; }
  .u_spPr35 { padding-right: 35px !important; }
  .u_spPr40 { padding-right: 40px !important; }
  .u_spPr45 { padding-right: 45px !important; }
  .u_spPr50 { padding-right: 50px !important; }
  .u_spPr60 { padding-right: 60px !important; }
  .u_spPr70 { padding-right: 70px !important; }
  .u_spPr80 { padding-right: 80px !important; }
  .u_spPr90 { padding-right: 90px !important; }
  .u_spPr100 { padding-right: 100px !important; }

  .u_spPb0  { padding-bottom:  0px !important; }
  .u_spPb3  { padding-bottom:  3px !important; }
  .u_spPb5  { padding-bottom:  5px !important; }
  .u_spPb10 { padding-bottom: 10px !important; }
  .u_spPb15 { padding-bottom: 15px !important; }
  .u_spPb20 { padding-bottom: 20px !important; }
  .u_spPb25 { padding-bottom: 25px !important; }
  .u_spPb30 { padding-bottom: 30px !important; }
  .u_spPb35 { padding-bottom: 35px !important; }
  .u_spPb40 { padding-bottom: 40px !important; }
  .u_spPb45 { padding-bottom: 45px !important; }
  .u_spPb50 { padding-bottom: 50px !important; }
  .u_spPb60 { padding-bottom: 60px !important; }
  .u_spPb70 { padding-bottom: 70px !important; }
  .u_spPb80 { padding-bottom: 80px !important; }
  .u_spPb90 { padding-bottom: 90px !important; }
  .u_spPb100 { padding-bottom: 100px !important; }
}

/* 表示非表示用
------------------------*/
@media screen and (max-width: 1200px) { .u_ov1200 { display: none !important; } }
@media screen and (max-width: 1100px) { .u_ov1100 { display: none !important; } }
@media screen and (max-width: 1000px) { .u_ov1000 { display: none !important; } }
@media screen and (max-width: 900px) { .u_ov900  { display: none !important; } }
@media screen and (max-width: 800px) { .u_ov800  { display: none !important; } }
@media screen and (max-width: 767px) { .u_ov767  { display: none !important; } }
@media screen and (max-width: 700px) { .u_ov700  { display: none !important; } }
@media screen and (max-width: 600px) { .u_ov600  { display: none !important; } }
@media screen and (max-width: 500px) { .u_ov500  { display: none !important; } }
@media screen and (max-width: 400px) { .u_ov400  { display: none !important; } }
@media screen and (max-width: 374px) { .u_ov374  { display: none !important; } }
@media screen and (min-width: 1201px) { .u_un1200 { display: none !important; } }
@media screen and (min-width: 1101px) { .u_un1100 { display: none !important; } }
@media screen and (min-width: 1001px) { .u_un1000 { display: none !important; } }
@media screen and (min-width: 901px) { .u_un900  { display: none !important; } }
@media screen and (min-width: 801px) { .u_un800  { display: none !important; } }
@media screen and (min-width: 768px) { .u_un767  { display: none !important; } }
@media screen and (min-width: 701px) { .u_un700  { display: none !important; } }
@media screen and (min-width: 601px) { .u_un600  { display: none !important; } }
@media screen and (min-width: 501px) { .u_un500  { display: none !important; } }
@media screen and (min-width: 401px) { .u_un400  { display: none !important; } }
@media screen and (min-width: 375px) { .u_un374  { display: none !important; } }

@media screen and (max-width: 1920px){ .u_ov1920 { display: none !important; } }
@media screen and (min-width: 1921px){ .u_un1920 { display: none !important; } }
@media screen and (max-width: 1023px){ .u_ov1023 { display: none !important; } }
@media screen and (min-width: 1024px){ .u_un1023 { display: none !important; } }

/* その他
------------------------*/
.u_disNon { display: none !important; }
.u_disBlock { display: block!important; }
.u_disInline { display: inline!important; }
.u_disInBlock { display: inline-block!important; }
.u_disFlex { display: flex!important; }
.u_disGrid { display: grid!important; }

.u_flexWap { flex-wrap: wrap!important;; }
.u_justifyStart { justify-content: flex-start!important; }
.u_justifyEnd   { justify-content: flex-end!important; }
.u_justifyCentr  { justify-content: center!important; }
.u_justifyBetween    { justify-content: space-between!important; }
.u_justifyAround     { justify-content: space-around!important; }
.u_alignStart { align-items: flex-start!important; }
.u_alignEnd   { align-items: flex-end!important; }
.u_alignCentr  { align-items: center!important; }

.u_liquid { width: 100%!important; }
.u_nowrap { white-space: nowrap!important; }
.u_breakall { word-break: break-all!important; }

.u_over,
.u_over *
{
  text-decoration: none;
  transition: opacity 0.5s 0s;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine){
  .u_over:hover
  {
    opacity: 0.7!important;
  }
}
/*-------------------------------------
  JS初期設定
---------------------------------------*/
.js_toggleArea.s_close .js_toggleContents {
  display: none;
}
