@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, picture {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

sup {
  font-size: 75%;
  vertical-align: top;
  position: relative;
}

strong {
  font-weight: 700;
}

sub {
  font-size: 75%;
  vertical-align: bottom;
  position: relative;
}

/* reset for form */
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

/*========== set.scss ==========*/
html {
  font-size: 62.5%;
}

body {
  background-color: #ffb000;
  font-family: "Noto Sans JP", sans-serif;
  color: #262626;
  text-align: left;
  line-height: 2.125;
  font-size: 1.2403100775vw;




}
@media screen and (min-width: 1170px) {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  body {
    line-height: 1.875;
    font-size: 4.2666666667vw;
  }
  body.open {
    overflow: hidden;
  }
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

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

a {
  text-decoration: none;
}
a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

a:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a.txtLink {
  color: #262626;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .noSP {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .noPC {
    display: none !important;
  }
}



.toggle {
  cursor: pointer;
}

.toggled {
  display: none;
}


/*
*/
/**/

.icon_arrow, .p-nav-items .items .item a, .c-btn-std {
  position: relative;
  color: #262626;
  font-weight: 700;
  padding-top: 1em;
  padding-bottom: 1em;
}
.icon_arrow:after, .p-nav-items .items .item a:after, .c-btn-std:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/icon_arrow.svg") center no-repeat;
  background-size: contain;
  width: 3.0666666667vw;
  height: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .icon_arrow:after, .p-nav-items .items .item a:after, .c-btn-std:after {
    width: 8px;
    height: 14px;
  }
}

/*========== l-header.scss ==========*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #ffb000;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  text-align: left;
  line-height: 2.125;
  font-size: 1.2403100775vw;







}
.l-header.scrollIn .p-header {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}



/*========== l-main.scss ==========*/
.l-main {
  display: block;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .l-main {
    padding-top: 16vw;
  }
}

/*========== c-inner.scss ==========*/
.c-inner {
  margin: auto;
  width: 89.3333333333vw;
}
@media screen and (min-width: 769px) {
  .c-inner {
    width: 90.6976744186vw;
  }
}
@media screen and (min-width: 1170px) {
  .c-inner {
    width: 100%;
    max-width: 1170px;
  }
}
@media screen and (min-width: 769px) {
  .c-inner.sizeS {
    width: 59.6899224806vw;
  }
}
@media screen and (min-width: 1170px) {
  .c-inner.sizeS {
    max-width: 770px;
  }
}
@media screen and (min-width: 769px) {
  .c-inner.sizeM {
    width: 75.1937984496vw;
  }
}
@media screen and (min-width: 1170px) {
  .c-inner.sizeM {
    max-width: 970px;
  }
}


@media screen and (min-width: 769px) {
  .c-inner.sizeML {
    width: 85vw;
  }
}

@media screen and (min-width: 1150px) {
  .c-inner.sizeML {
    max-width: 1150px;
  }
}







/*========== c-btn.scss ==========*/
.c-btn-std {
  display: block;
  text-align: center;
background-color: rgb(255 255 255 / .5);
}
@media screen and (min-width: 769px) {
  .c-btn-std {
    width: 10vw;
  }
}
@media screen and (min-width: 1170px) {
  .c-btn-std {
    width: 130px;
  }
}
.c-btn-std.clBR {
  background-color: #ef7e4c;
  color: #262626;
}
.c-btn-std.clBK {
  background-color: #262626;
  color: #ef7e4c;
}

/*========== c-title.scss ==========*/
.c-title-head {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.c-title-head .c-inner {
  position: relative;
  height: 200px;
}
@media screen and (max-width: 768px) {
  .c-title-head .c-inner {
    height: 25vw;
  }
}
.c-title-head_ttl {
  line-height: 1;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-title-head_ttl .wa {
  display: block;
  margin-bottom: 1em;
  color: #ffb000;
  font-weight: 500;
  position: relative;
  padding-left: 1.5em;
}
@media screen and (max-width: 768px) {
  .c-title-head_ttl .wa {
    font-size: 2.6666666667vw;
  }
}
.c-title-head_ttl .wa:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.8em;
  height: 0.8em;
  background-color: #000000;
}
.c-title-head_ttl .en {
  font-weight: 600;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffb000;
  font-size: 8.3333333333vw;
}
@media screen and (min-width: 769px) {
  .c-title-head_ttl .en {
    font-size: 4.3410852713vw;
  }
}
@media screen and (min-width: 1170px) {
  .c-title-head_ttl .en {
    font-size: 5.6rem;
  }
}





.c-title-head.forMenu {
  background-image: url("../images/main_logo.png");
}
.c-title-head.forCompany {
  background-image: url("../images/");
}
.c-title-head.forAccess {
  background-image: url("../images/bn01.jpg");
}
.c-title-head.forProducts {
  background-image: url("../images/products/bg_head.jpg");
}
.c-title-head.forFacts {
  background-image: url("../images/p-facts/bg_head.jpg");
}
.c-title-head.forFathersday {
  background-image: url("../images/fathersday/bg_head.jpg");
}
.c-title-head.forCycle-style {
  background-image: url("../images/cycle-style/bg_head.jpg");
}
.c-title-head.forCycle-style .c-title-head_ttl .wa {
  color: #ffb000;
}
.c-title-head.forCycle-style .c-title-head_ttl .wa:before {
  background-color: #ffb000;
}
.c-title-head.forCycle-style .c-title-head_ttl .en {
  color: #ffb000;
}
.c-title-head.forCommon {
  background: url("../images/bg_logo.png") no-repeat #ef7e4c;
  background-position: center bottom;
  background-size: 100%;
}
@media screen and (min-width: 1170px) {
  .c-title-head.forCommon {
    background-size: 1290px auto;
  }
}
@media screen and (max-width: 768px) {
  .c-title-head.forCommon {
    background-size: 65% auto;
    background-position: right bottom 5px;
  }
}
.c-title-head.forCommon .c-title-head_ttl .wa {
  color: #ffb000;
}
.c-title-head.forCommon .c-title-head_ttl .wa:before {
  background-color: #ffb000;
}
.c-title-head.forCommon .c-title-head_ttl .en {
  color: #ffb000;
}



@media screen and (min-width: 769px) {
.c-title-sns {
  display: flex;

  color: #000000;
  font-weight: 500;
  line-height: 1.0;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  font-size: 3.0vw;
}
  .snsicon {
  width: 4.0vw;
   vertical-align: bottom;
  padding-left: 0.3em;
  }

  .snsicon_top {
  width: 3.6vw;
   vertical-align: top;
  padding-left: 0.4em;
  }

  .sns_insta {
  line-height: 0.5;
  width: 12vw;
   vertical-align: bottom;
  margin-bottom: -0.4em;
  padding-left: 0.0em;
  }

  .footlogo {
  line-height: 1.0;
   vertical-align: top;
    width: 14.9572649573vw;
  padding-right: 3vw;


}



}

@media screen and (max-width: 768px) {
  .c-title-sns {
  display: flex;
  color: #000000;
  font-weight: 500;
  line-height: 1.0;
  margin-bottom: 0.1em;
  font-size: 8vw;
  }
  .snsicon {
  line-height: 1.0;
  width: 10vw;
  padding-left: 0.3em;
  }

  .snsicon_top {
  line-height: 1.0;
   vertical-align: top;
  width: 8vw;
  padding-left: 0.35em;
  }

  .sns_insta {
  line-height: 1.0;
  width: 20vw;
  padding-left: 0.0em;
  }

  .footlogo {
  line-height: 1.0;
   vertical-align: top;
  width: 31.0666666667vw;
  padding-right: 6vw;

}
}

@media screen and (min-width: 1170px) {
  .footlogo {
    width: 175px;
    margin-bottom: 30px;
  padding-right: 25px;

  }
  .snsicon_top {
  line-height: 1.0;
   vertical-align: top;
  width: 45px;
  padding-left: 15px;
  }


}



.c-title-primary {
  text-align: center;
  color: #000000;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 1em;
  font-size: 5vw;
}
@media screen and (min-width: 769px) {
  .c-title-primary {
    line-height: 1.3;
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 1170px) {
  .c-title-primary {
    font-size: 4.0rem;
  }
}
.c-title-primary .wa {
  display: block;
  color: #262626;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  .c-title-primary .wa {
    font-size: 1.2403100775vw;
  }
}
@media screen and (min-width: 1170px) {
  .c-title-primary .wa {
    font-size: 1.6rem;
  }
}
.c-title-primary .en {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .c-title-primary .en {
    font-size: 9vw;
    line-height: 1.2;
  }
}




.c-title-primary.clWH {
  color: #000000;
}
.c-title-primary.clWH .en {
  color: #ed2d30;
}
.c-title-secondary {
  position: relative;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 1em;
  padding-left: 0.8em;
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .c-title-secondary {
    font-size: 2.3255813953vw;
  }
}
@media screen and (min-width: 1170px) {
  .c-title-secondary {
    font-size: 3rem;
  }
}
.c-title-secondary:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 0.35em;
  height: 0.35em;
  background-color: #ffb000;
}
.c-title-secondary.bgWH:before {
  background-color: #ef7e4c;
}
.c-title-tertiary {
  font-weight: 700;
  padding-bottom: 0.5em;
  font-size: 4.6666666667vw;
}
@media screen and (min-width: 769px) {
  .c-title-tertiary {
    font-size: 1.9379844961vw;
  }
}
@media screen and (min-width: 1170px) {
  .c-title-tertiary {
    font-size: 2.5rem;
  }
}
.c-title-lead {
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0.5em;
  font-size: 4.8vw;
}
@media screen and (min-width: 769px) {
  .c-title-lead {
    line-height: 2;
    font-size: 1.8604651163vw;
  }
}
@media screen and (min-width: 1170px) {
  .c-title-lead {
    font-size: 2.4rem;
  }
}

/*========== c-bg.scss ==========*/
.c-bg-std {
  padding: 3vw 0 3vw;
}
@media screen and (min-width: 769px) {
  .c-bg-std {
    padding: 3vw 0 3vw;
  }
}
@media screen and (min-width: 1170px) {
  .c-bg-std {
    padding: 30px 0 40px;
  }
}
.c-bg-std.withCL {
  background-color: #FFFFFF;
}
.c-bg-std.withBLACK {
  background-color: #262626;
}

/*========== c-table.scss ==========*/
.c-table-std {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px dotted #ccc;
}
.c-table-std th {
  font-weight: 700;
  border-bottom: 1px dotted #ccc;
  padding: 1em 0;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .c-table-std th {
    display: block;
    width: 100%;
    padding: 1em 0 0 0;
    border-bottom: none;
  }
}
.c-table-std td {
  border-bottom: 1px dotted #ccc;
  padding: 1em 0;
}
@media screen and (max-width: 768px) {
  .c-table-std td {
    display: block;
    width: 100%;
    padding: 0 0 1em 0;
  }
}

/*========== c-box.scss ==========*/
.c-box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-box-flex > .inBox {
  width: 100%;
}
.c-box-flex.x80 > .inBox {
  width: 90%;

}

@media screen and (min-width: 769px) {
  .c-box-flex > .inBox {
    width: 47.435%;
  }
}


/*========== この下二つの数値を0に変更 202501 ==========*/

.c-box-flex > .inBox:not(:last-child) {
  margin-bottom: 0vw;
}
@media screen and (min-width: 1170px) {
  .c-box-flex > .inBox:not(:last-child) {
    margin-bottom: 0px;
  }
}



@media screen and (max-width: 768px) {
  .c-box-flex > .inBox:not(:last-child) {
    margin-bottom: 12vw;
  }
}
.c-box-flex.x3 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  .c-box-flex.x3 > .inBox {
    width: 31.6%;
  }
  .c-box-flex.x3 > .inBox:not(:nth-child(3n)) {
    margin-right: 2.6%;
  }


}

.c-box-flex.x37 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-box-flex.x37 > .inBoxA {
  width: 100%;
}
.c-box-flex.x37 > .inBoxB {
  width: 100%;
}


@media screen and (min-width: 769px) {
  .c-box-flex.x37 > .inBoxA {
    margin-right: 2%;
    margin-left: 2%;
    width: 30%;
  }
}

@media screen and (min-width: 769px) {
  .c-box-flex.x37 > .inBoxB {
    width: 65%;
  }
}



.c-box-flex.forInsta {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (min-width: 769px) {
  .c-box-flex.forInsta > .inBox {
    margin-right: 2%;
    margin-left: 2%;
    width: 20%;
  }
}





/*========== p-header.scss ==========*/
.p-header {
  height: 16vw;
}
@media screen and (min-width: 769px) {
  .p-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px;
    padding-left: 30px;
  }
}
.p-header-logo {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-header-logo {
    position: absolute;
    width: 30.9333333333vw;
    left: 4vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 769px) {
  .p-header-logo {
    width: 14.9572649573vw;
  }
}
@media screen and (min-width: 1170px) {
  .p-header-logo {
    width: 175px;
  }
}
.p-header-logo a {
  display: block;
}
.p-header-logo a img {
  vertical-align: middle;
}

/*========== p-nav.scss ==========*/
@media screen and (max-width: 768px) {
  .p-nav > .c-inner {
    padding: 0;
  }
  .p-nav .burger--wrap {
    height: 16vw;
    width: 16vw;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 998;
  }
  .p-nav .burger--wrap .burger {
    background: url(../images/common/burger--btn_open.svg) center no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    z-index: 999;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
  }
  .p-nav .burger--wrap .burger-active {
    background: url(../images/common/burger--btn_close.svg) center no-repeat;
    background-size: 100% 100%;
    right: 0;
    top: 0;
    z-index: 999;
  }
}

@media screen and (max-width: 768px) {
  .p-nav2 > .c-inner {
    padding: 0;
  }
  .p-nav2 .burger--wrap2 {
    height: 16vw;
    width: 16vw;
    position: absolute;
    top: 0;
    right: 0vw;
    z-index: 998;
  }
  .p-nav2 .burger--wrap2 .burger2 {
    background: url("../images/icon_lang.png") center no-repeat #ffb000;
    background-size: 5.3333333333vw auto;
    height: 100%;
    width: 100%;
    z-index: 999;
    cursor: pointer;
    position: absolute;
    right: 32vw;
    top: 0;
  }
  .p-nav2 .burger--wrap2 .burger-active2 {
    background: url("../images/lang--btn_close.svg") center no-repeat #ffb000;
    background-size: 5.3333333333vw auto;
    right: 32vw;
    top: 0;
    z-index: 999;
  }
}


@media screen and (max-width: 768px) {
  .p-nav .contactBtn {
    position: absolute;
    right: 16vw;
    top: 0;
    width: 16vw;
    background: url("../images/common/buy.svg") center no-repeat #262626;

    background-size: 80% 80%;
  }
}


@media screen and (max-width: 768px) {
  .p-nav .contactBtn.lang {
    position: absolute;
    right: 32vw;
    top: 0;
    width: 16vw;
    background: url("../images/icon_lang.png") center no-repeat #ffb000;
    background-size: 5.3333333333vw auto;
  }
}



@media screen and (min-width: 769px) {
  .p-nav .contactBtn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-nav .contactBtn a {
    display: block;
    width: 100%;
    height: 16vw;
  }
}
.p-nav .contactBtn a .icon {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-nav-items {
    border-bottom: 1px solid #d5d5d5;
  }
}
@media screen and (min-width: 769px) {
  .p-nav-items .items {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-nav-items .items .item {
  position: relative;

}
@media screen and (max-width: 768px) {
  .p-nav-items .items .item {
    font-size: 4.2666666667vw;
    line-height: 1;
  }
  .p-nav-items .items .item.noBD > a {
    border-top: none;
  }
}
.p-nav-items .items .item a {

  font-weight: 700;
  display: block;
  color: #000;
  padding: 0 1em;
}
@media screen and (min-width: 769px) {
  .p-nav-items .items .item a {
    font-size: 0.88em;
    line-height: 1;
  }
  .p-nav-items .items .item a:hover {
    color: #ef7e4c;
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
@media screen and (min-width: 1170px) {
  .p-nav-items .items .item a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-nav-items .items .item a {
   color: #000;

    font-weight: 500;
    padding: 1em 0;
    border-top: 1px solid #d5d5d5;
  }
}
.p-nav-items .items .item a:after {
  background-image: url("../images/icon_arrow_br.svg");
}
@media screen and (min-width: 769px) {
  .p-nav-items .items .item a:after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-nav-items .items .item.forContact {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .p-nav-items .items .item.forContact {
    margin-left: 0.4em;
  }
}
@media screen and (min-width: 769px) {
  .p-nav-items .items .item.forContact a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 80px;
    height: 80px;
    padding: 0;
    background-color: #262626;
  }
  .p-nav-items .items .item.forContact a:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
  }
}
.p-nav-items .items .item.forContact a .icon {
  color: #ffb000;
  position: relative;
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .p-nav-items .items .item.forContact a .icon:before {
    content: "";
    display: block;
    margin: 0 auto 1em;
    width: 40px;
    height: 40px;
    background: url("../images/common/buy.svg") center no-repeat;
    background-size: contain;
  }
}
.p-nav-items .items.level2nd {
  margin-left: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-nav-items .items.level2nd {
    display: none;
  }
}
.p-nav-items .items.level2nd .item {
  font-size: 3.7333333333vw;
}
@media screen and (max-width: 768px) {
  .p-nav .navigation {
    top: 16vw;
    z-index: 500;
    right: -100vw;
    width: 100%;
    height: calc(100vh - 16vw);
    position: fixed;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 768px) {
  .p-nav .navigation--content {

    height: calc(100vh - 16vw);
    width: 0;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow-y: scroll;
    background-color: #ffb000;
    right: 0;
    position: absolute;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
    padding-left: 5.3333333333vw;
  }
}
.p-nav .navigation.nav-active {
  opacity: 1;
  right: 0;
}
.p-nav .navigation.nav-active .navigation--content {
  opacity: 1;
  width: 80vw;
}



@media screen and (max-width: 768px) {
  .p-nav2 .navigationB {
    top: 16vw;
    z-index: 300;
    right: -100vw;
    width: 100%;
    height: calc(100vh - 16vw);
    position: fixed;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 768px) {
  .p-nav2 .navigationB--content {
    height: calc(100vh - 16vw);
    width: 0;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow-y: scroll;
    background-color: #ffb000;
    right: 0;
    position: absolute;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
    padding-left: 5.3333333333vw;
  }
}
.p-nav2 .navigationB.nav-active2 {
  opacity: 1;
  right: 0;
}
.p-nav2 .navigationB.nav-active2 .navigationB--content {
  opacity: 1;
  width: 80vw;
}

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















.p-nav-topic {
  background-color: rgba(245, 245, 245, 0.1);


  margin: 0 auto;
  width: 95%;
  max-width: 1230px;
  border-radius: 30px 30px 0 0;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .p-nav-topic {
    width: 89.3333333333vw;
    border-radius: 4vw 4vw 0 0;
    padding: 0 4vw;
  }
}
.p-nav-topic .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.5em 0;
}
.p-nav-topic .items .item {
  font-size: 1.2rem;
  color: #666;
}
@media screen and (max-width: 768px) {
  .p-nav-topic .items .item {
    font-size: 2.6666666667vw;
  }
  .p-nav-topic .items .item:nth-child(n+3) {
    display: none;
  }
}
.p-nav-topic .items .item:not(:first-child):before {
  content: "―";
  display: inline-block;
  margin: 0 1em;
}
.p-nav-topic .items .item a {
  color: #ef7e4c;
}
.p-nav-menu {
  background-color: #151515;
  padding: 4.6511627907vw 0;
}
@media screen and (min-width: 1170px) {
  .p-nav-menu {
    padding: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-nav-menu {
    padding: 5.3333333333vw 0;
  }
}
.p-nav-menu.forTop {
  background-color: #b00202;
}
.p-nav-menu.forTop > .c-inner {
  position: relative;
}
@media screen and (min-width: 1170px) {
  .p-nav-menu.forTop > .c-inner:after {
    bottom: -70px;
  }
}
@media screen and (max-width: 768px) {
  .p-nav-menu.forTop > .c-inner:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    bottom: -8vw;
  }
}
.p-nav-menu .items .item {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-nav-menu .items .item{
    margin-bottom: 5.3333333333vw;
  }
}
.p-nav-menu .items .item a {
  display: block;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-nav-menu .items .item .forBtn {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}


.page_index .p-nav-menu.forTop {
  display: block;
}








@media screen and (min-width: 769px) {

.dropdown__lists {
    display: none;/*デフォルトでは非表示の状態にしておく*/
    width: 100%;
    position: absolute;
    top: -23px;
    left: 0;
}


.item:hover .dropdown__lists {
    display: block;/*Gナビメニューにホバーしたら表示*/
}
.dropdown__list {
    display: flex;
    align-items: center;

    background-color: #ffb000;
    height: 60px;
    transition: all .3s;
    position: relative;
}
}

.dropdown__list:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 2px;
    background-color: #ffb000;
    position: absolute;
    top: 0;
    left: 0;
}
.dropdown__list:hover {
    background-color: #ffb000;
}

.dropdown__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0ff;
    text-decoration: none;
    position: relative;
    width: 100%;

}

@media screen and (max-width: 768px) {
.dropdown__list {
    margin-left: 5.3333333333vw;
    position: relative;
    display: flex;
    align-items: center;
    background-color: #ffb000;
    transition: all .3s;
  }
 }


@media screen and (max-width: 768px) {
  .p-nav-items .item.lang {
    display: none;
  }
}









/*========== p-concept.scss ==========*/
.p-concept.forIndex .forTxt01 {
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  .p-concept.forIndex .forTxt01 {
    margin-bottom: 1.5em;
  }
}
.p-concept.forIndex .forObj01 {
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) {
  .p-concept.forIndex .forObj01 {
    margin-bottom: 2.3255813953vw;
  }
}
@media screen and (min-width: 1170px) {
  .p-concept.forIndex .forObj01 {
    margin-bottom: 30px;
  }
}
.p-concept.forTechnology .forTxt01 {
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  .p-concept.forTechnology .forTxt01 {
    margin-bottom: 1.5em;
  }
}
.p-concept.forTechnology .forObj01 {
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) {
  .p-concept.forTechnology .forObj01 {
    margin-bottom: 2.3255813953vw;
  }
}
@media screen and (min-width: 1170px) {
  .p-concept.forTechnology .forObj01 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  .p-concept.forSustainability .sec02 .c-box-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.p-concept.forSustainability .sec04 .forTxt01 {
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  .p-concept.forSustainability .sec04 .forTxt01 {
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 769px) {
  .p-concept.forSustainability .sec04 .c-box-flex .inBox {
    width: 30%;
  }
}
.p-concept.forSustainability .sec04 .c-box-flex .inBox .forObj01 {
  width: 48.5%;
  margin: 0 auto 4vw;
}
@media screen and (min-width: 769px) {
  .p-concept.forSustainability .sec04 .c-box-flex .inBox .forObj01 {
    margin-bottom: 2.3255813953vw;
  }
}
@media screen and (min-width: 1170px) {
  .p-concept.forSustainability .sec04 .c-box-flex .inBox .forObj01 {
    margin-bottom: 30px;
  }
}

/*========== p-facts.scss ==========*/
.p-facts.forIndex .forTxt01 {
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  .p-facts.forIndex .forTxt01 {
    margin-bottom: 1.5em;
  }
}
.p-facts.forIndex .sec01_level02 {
  padding-top: 5em;
}
@media screen and (max-width: 768px) {
  .p-facts.forIndex .sec01_level02 {
    padding-top: 3em;
  }
}
@media screen and (max-width: 768px) {
  .p-facts.forIndex .sec01 .flex01 {
    margin-bottom: 1em;
  }
}
.p-facts.forIndex .sec01 .flex01 .inBox:first-child {
  margin-bottom: 0;
}
.p-facts.forIndex .sec01 .forObj01 {
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  .p-facts.forIndex .sec01 .forObj01 {
    margin-bottom: 1.5em;
  }
}
.p-facts.forIndex .sec01 .forMovie {
  border: 1px solid #262626;
  padding: 4vw;
}
@media screen and (min-width: 769px) {
  .p-facts.forIndex .sec01 .forMovie {
    padding: 2.3255813953vw;
  }
}
@media screen and (min-width: 1170px) {
  .p-facts.forIndex .sec01 .forMovie {
    padding: 30px;
  }
}
.p-facts.forIndex .sec01 .forMovie .movie-content-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-facts.forIndex .sec01 .forMovie .movie-content-wrap:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../images/icon_play.svg") center no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-facts.forIndex .sec01 .forMovie .movie-content-wrap:after {
    width: 7.7519379845vw;
    height: 7.7519379845vw;
  }
}
@media screen and (min-width: 1170px) {
  .p-facts.forIndex .sec01 .forMovie .movie-content-wrap:after {
    width: 100px;
    height: 100px;
  }
}
.p-facts.forIndex .sec01 .forMovie .movie-content-wrap.play:after {
  display: none;
}
.p-facts.forIndex .sec01 .forMovie .movie-content-wrap.play iframe {
  opacity: 1 !important;
}
.p-facts.forIndex .sec01 .forMovie .movie-content-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-facts.forIndex .sec01 .forMovie .movie-content-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.p-facts.forIndex .sec01 .forMovie .movie-content-wrap:hover img {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-facts.forIndex .sec01 .forMovie .movie-content-wrap:hover iframe {
  opacity: 0;
}
.p-facts.forIndex .sec02_obj01 .cap {
  text-align: center;
  padding-top: 1em;
}
.p-facts.forIndex .sec03_step {
  background-color: rgba(210, 180, 140, 0.2);
  border-radius: 2em;
  padding: 6.6666666667vw;
}
@media screen and (min-width: 769px) {
  .p-facts.forIndex .sec03_step {
    padding: 3.8759689922vw;
  }
}
@media screen and (min-width: 1170px) {
  .p-facts.forIndex .sec03_step {
    padding: 50px;
  }
}
.p-facts.forIndex .sec03_step:not(:last-child) {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-facts.forIndex .sec03_step:not(:last-child) {
    margin-bottom: 3.1007751938vw;
  }
}
@media screen and (min-width: 1170px) {
  .p-facts.forIndex .sec03_step:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  .p-facts.forIndex .sec03_step .forBtn01 {
    margin: 0 auto;
    width: 27.1317829457vw;
  }
}
@media screen and (min-width: 1170px) {
  .p-facts.forIndex .sec03_step .forBtn01 {
    width: 350px;
  }
}
.p-facts.forIndex .sec03_howto {
  border: 1px solid #262626;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 4vw;
}
@media screen and (min-width: 769px) {
  .p-facts.forIndex .sec03_howto {
    padding: 2.3255813953vw;
  }
}
@media screen and (min-width: 1170px) {
  .p-facts.forIndex .sec03_howto {
    padding: 30px;
  }
}
.p-facts.forIndex .sec03_howto__inner {
  border-top: 1px solid #262626;
  padding-top: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .p-facts.forIndex .sec03_howto__inner .u-sizeL {
    font-size: 105% !important;
  }
}
.p-facts.forIndex .sec04_btn {
  margin: 0 auto;
}
.p-facts.forIndex .sec04_img01 {
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) {
  .p-facts.forIndex .sec04_img01 {
    margin-bottom: 2.3255813953vw;
  }
}
@media screen and (min-width: 1170px) {
  .p-facts.forIndex .sec04_img01 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  .p-facts.forIndex .sec05_logos {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-facts.forIndex .sec05_logos .logo {
  width: 47.435%;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-facts.forIndex .sec05_logos .logo {
    margin-bottom: 2.3255813953vw;
    width: 22.9%;
  }
  .p-facts.forIndex .sec05_logos .logo:not(:nth-child(4n)) {
    margin-right: 2.8%;
  }
}
@media screen and (min-width: 1170px) {
  .p-facts.forIndex .sec05_logos .logo {
    margin-bottom: 30px;
  }
}
.p-facts.forIndex .sec06_sdgs .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-facts.forIndex .sec06_sdgs .item:not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (min-width: 769px) {
  .p-facts.forIndex .sec06_sdgs .item:not(:last-child) {
    margin-bottom: 2em;
  }
}
.p-facts.forIndex .sec06_sdgs .item .forIcon {
  width: 25%;
}
@media screen and (min-width: 769px) {
  .p-facts.forIndex .sec06_sdgs .item .forIcon {
    width: 20%;
  }
}
.p-facts.forIndex .sec06_sdgs .item .forTxt {
  width: 70%;
}
@media screen and (min-width: 769px) {
  .p-facts.forIndex .sec06_sdgs .item .forTxt {
    width: 75%;
  }
}
.p-facts.forIndex .sec06_sdgs .item .forTxt_ttl {
  font-weight: 700;
  margin-bottom: 0.5em;
}
/*========== p-brand.scss ==========*/
.p-brand.forIndex .forLead {
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  .p-brand.forIndex .forLead {
    margin-bottom: 1.5em;
  }
}
.p-brand.forIndex .forMovie {
  display: block;
  position: relative;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) {
  .p-brand.forIndex .forMovie {
    margin-bottom: 2.3255813953vw;
  }
}
@media screen and (min-width: 1170px) {
  .p-brand.forIndex .forMovie {
    margin-bottom: 30px;
  }
}
.p-brand.forIndex .forMovie:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../images/icon_play.svg") center no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-brand.forIndex .forMovie:after {
    width: 7.7519379845vw;
    height: 7.7519379845vw;
  }
}
@media screen and (min-width: 1170px) {
  .p-brand.forIndex .forMovie:after {
    width: 100px;
    height: 100px;
  }
}
.p-brand.forIndex .sec01 {
  padding-bottom: 9.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-brand.forIndex .sec01 {
    padding-bottom: 5.4263565891vw;
  }
}
@media screen and (min-width: 1170px) {
  .p-brand.forIndex .sec01 {
    padding-bottom: 70px;
  }
}
.p-brand.forIndex .sec02 {
  padding-bottom: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  .p-brand.forIndex .sec02 {
    padding-bottom: 6.976744186vw;
  }
}
@media screen and (min-width: 1170px) {
  .p-brand.forIndex .sec02 {
    padding-bottom: 90px;
  }
}
.p-brand.forIndex .sec02 .forLead {
  margin-bottom: 3em;
}
@media screen and (min-width: 769px) {
  .p-brand.forIndex .sec02 .forBrands {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-brand.forIndex .sec02 .forBrands .brand {
  width: 47.435%;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-brand.forIndex .sec02 .forBrands .brand {
    margin-bottom: 2.3255813953vw;
    width: 22.9%;
  }
  .p-brand.forIndex .sec02 .forBrands .brand:not(:nth-child(4n)) {
    margin-right: 2.8%;
  }
}
@media screen and (min-width: 1170px) {
  .p-brand.forIndex .sec02 .forBrands .brand {
    margin-bottom: 30px;
  }
}
.p-brand.forIndex .sec02 .forBrands .brand .cap {
  color: #262626;
  display: inline-block;
  position: relative;
  font-weight: 700;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .p-brand.forIndex .sec02 .forBrands .brand .cap {
    font-size: 3.2vw;
  }
}
.p-brand.forIndex .sec02 .forBrands .brand .cap:after {
  content: "";
  display: block;
  position: absolute;
  right: -1.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background: url("../images/icon_link_bk.svg") center no-repeat;
  background-size: contain;
}

/*========== p-products.scss ==========*/
.p-products.forIndex .sec01 {
  padding-bottom: 9.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-products.forIndex .sec01 {
    padding-bottom: 5.4263565891vw;
  }
}
@media screen and (min-width: 1170px) {
  .p-products.forIndex .sec01 {
    padding-bottom: 70px;
  }
}
.p-products.forIndex .sec01_level02:not(:last-child) {
  padding-bottom: 6.6666666667vw;
}
@media screen and (min-width: 769px) {
  .p-products.forIndex .sec01_level02:not(:last-child) {
    padding-bottom: 1.5503875969vw;
  }
}
@media screen and (min-width: 1170px) {
  .p-products.forIndex .sec01_level02:not(:last-child) {
    padding-bottom: 20px;
  }
}
.p-products.forIndex .sec01 figcaption {
  padding: 0.7em 0;
  font-weight: 700;
}
.p-products.forIndex .sec01 .forLead {
  margin-bottom: 3em;
}

.p-products.forIndex .sec01 .forPfacts {
    padding-left: 50px;
    line-height: 30px;
     font-size: 1.5em;
    background: url("../images/icon_pfacts.svg")no-repeat;
}

.p-products.forIndex .sec01 .forFrame {
  border: 1px solid #262626;
  padding: 1vw;
  margin-bottom: 1em;

}

.p-products.forIndex .forTxt01 {
     font-size: 1em;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
     font-size: 1em;

  .p-products.forIndex .forTxt01 {
    margin-bottom: 1em;
  }
}


.p-products.forIndex .forTxt {
//  margin-top: 2em;
//  word-break: break-all;
}
.p-products.forIndex .forTxt01 a {
//  display: inline-block;
  color: #ef7e4c;
//  position: relative;
  padding-left: 0em;
  font-weight: 700;
}



@media screen and (min-width: 769px) {
  .p-products.forIndex .sec01 .forItems .item {
    margin-bottom: 2.3255813953vw;
  }
}
@media screen and (min-width: 1170px) {
  .p-products.forIndex .sec01 .forItems .item {
    margin-bottom: 30px;
  }
}
.p-products.forIndex .sec01 .forBtn .btn {
  width: 48.6%;
  margin-bottom: 0;
}
.p-products.forIndex .sec01 .forBtn .btn .c-btn-std {
  width: 100%;
  padding: 0.5em 1em 0.5em 1em;
    font-size: 1em;

}
@media screen and (max-width: 768px) {
  .p-products.forIndex .sec01 .forBtn .btn .c-btn-std {
    font-size: 3vw;
  }
}
.p-products.forIndex .sec01 .forBtn .btn .c-btn-std.toDetail {
  background-color: #ef7e4c;
}
.p-products.forIndex .sec01 .forBtn .btn .c-btn-std.toPage {
  background-color: #262626;
  color: #ffb000;
}
.p-products.forIndex .sec01 .forBtn .btn .c-btn-std.toPage:after {
  width: 1em;
  height: 1em;
}
@media screen and (min-width: 769px) {
  .p-products.forIndex .sec01 .forBtn .btn .c-btn-std.toPage:after {
    right: 1em;
  }
}
.p-products.forIndex .sec02 {
  padding-bottom: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  .p-products.forIndex .sec02 {
    padding-bottom: 6.976744186vw;
  }
}
@media screen and (min-width: 1170px) {
  .p-products.forIndex .sec02 {
    padding-bottom: 90px;
  }
}
.p-products.forIndex .sec02 .forLead {
  margin-bottom: 3em;
}
.p-products.forIndex .sec02 .forBrands .brand {
  width: 47.435%;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-products.forIndex .sec02 .forBrands .brand {
    margin-bottom: 2.3255813953vw;
    width: 23%;
  }
}
@media screen and (min-width: 1170px) {
  .p-products.forIndex .sec02 .forBrands .brand {
    margin-bottom: 30px;
  }
}
.p-products.forIndex .sec02 .forBrands .brand .cap {
  color: #262626;
  display: inline-block;
  position: relative;
  font-weight: 700;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .p-products.forIndex .sec02 .forBrands .brand .cap {
    font-size: 3.2vw;
  }
}
.p-products.forIndex .sec02 .forBrands .brand .cap:after {
  content: "";
  display: block;
  position: absolute;
  right: -1.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background: url("../images/icon_link_bk.svg") center no-repeat;
  background-size: contain;
}
.p-products.forItem .sec01 .forName {
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.1em;
  font-size: 5vw;
}
@media screen and (min-width: 769px) {
  .p-products.forItem .sec01 .forName {
    font-size: 3.1007751938vw;
  }
}
@media screen and (min-width: 1170px) {
  .p-products.forItem .sec01 .forName {
    font-size: 40px;
  }
}

.p-products.forItem .sec01 .forPfacts {
    padding-left: 50px;
    line-height: 30px;
     font-size: 1.5em;
    background: url("../images/icon_pfacts.svg")no-repeat;
}

.forIcontxt {
   width: 2.5em;
   vertical-align: middle;
}
.forIcontxt2 {
   width: 1em;
   margin-left: 0.3em;
   vertical-align: middle;
}
.forMapIcontxt {
   width: 1em;
   margin-left: 1em;
   vertical-align: middle;
}

.p-products.forItem .sec01 .forPrice {
  margin-bottom: 2vw;
}


@media screen and (min-width: 769px) {
  .p-products.forItem .sec01 .forPrice {
    margin-bottom: 2vw;
  }
}
@media screen and (min-width: 1170px) {
  .p-products.forItem .sec01 .forPrice {
    margin-bottom: 20px;
  }
}
.p-products.forItem .sec01 .forPrice .yen {
  font-weight: 700;
  font-size: 1.2em;
}
.p-products.forItem .sec01 .forSpec .ttl {
  font-weight: 700;
  float: left;
  clear: both;
  width: 6em;
  margin-bottom: 1em;
}
.p-products.forItem .sec01 .forSpec .txt {
  margin-left: 6em;
  margin-bottom: 1em;
}
.p-products.forItem .sec01 .forDetail {
  border-bottom: 1px solid #dddddd;
  margin: 6.6666666667vw 0 8vw;
}
@media screen and (min-width: 769px) {
  .p-products.forItem .sec01 .forDetail {
    margin: 3.8759689922vw 0 4.6511627907vw;
  }
}
@media screen and (min-width: 1170px) {
  .p-products.forItem .sec01 .forDetail {
    margin: 50px 0 60px;
  }
}
.p-products.forItem .sec01 .forDetail .toggle {
  font-weight: 700;
  padding: 1em 0;
  position: relative;
  border-top: 1px solid #dddddd;
}

/**/

.p-products.forItem .sec01 .forDetail .toggle:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/icon_plus.svg") center no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
}
.p-products.forItem .sec01 .forDetail .toggle.active:after {
  background-image: url("../images/icon_minus.svg");
}
.p-products.forItem .sec01 .forDetail .toggled {
  padding-bottom: 1em;
}


/**/
.p-products.forItem .sec01 .forBtn:after {
  background-image: url("../images/icon_link_wh.svg");
  width: 1em;
  height: 1em;
}

.p-products.forItem .sec01 .forDetail a {
  color: #ef7e4c;
  padding-left: 0em;
  font-weight: 700;
}




.p-products.forItem .forMovie {
  display: block;
  position: relative;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) {
  .p-products.forItem .forMovie {
    margin-bottom: 2.3255813953vw;
  }
}
@media screen and (min-width: 1170px) {
  .p-products.forItem .forMovie {
    margin-bottom: 30px;
  }
}
.p-products.forItem .forMovie:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../images/icon_play.svg") center no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-products.forItem .forMovie:after {
    width: 7.7519379845vw;
    height: 7.7519379845vw;
  }
}
@media screen and (min-width: 1170px) {
  .p-products.forItem .forMovie:after {
    width: 100px;
    height: 100px;
  }
}






/*========== p-news.scss ==========*/
.p-news.forIndex .sec01 {
  padding-bottom: 8vw;
}
@media screen and (min-width: 769px) {
  .p-news.forIndex .sec01 {
    padding-bottom: 4.6511627907vw;
  }
}
@media screen and (min-width: 1170px) {
  .p-news.forIndex .sec01 {
    padding-bottom: 60px;
  }
}
.p-news.forIndex .p-news-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 8vw;
}
@includde pc {
  .p-news.forIndex .p-news-category {
    margin-bottom: 4.6511627907vw;
  }
}
@media screen and (min-width: 1170px) {
  .p-news.forIndex .p-news-category {
    margin-bottom: 60px;
  }
}
.p-news.forIndex .p-news-category .cat {
  font-weight: 500;
  margin: 0 1em;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-news.forIndex .p-news-category .cat {
    margin-bottom: 1em;
    font-size: 87.5%;
  }
}
.p-news.forIndex .p-news-category .cat a {
  color: #262626;
}
.p-news.forIndex .p-news-category .cat .select {
  color: #ef7e4c;
  position: relative;
}
.p-news.forIndex .p-news-category .cat .select:after {
  content: "";
  display: block;
  margin: 0.3em 0 0;
  height: 2px;
  background-color: #ef7e4c;
}
.p-news.forIndex .p-news-lists .list {
  margin-bottom: 8vw;
}
@includde pc {
  .p-news.forIndex .p-news-lists .list {
    margin-bottom: 4.6511627907vw;
  }
}
@media screen and (min-width: 1170px) {
  .p-news.forIndex .p-news-lists .list {
    margin-bottom: 60px;
  }
}
.p-news.forIndex .p-news-lists .list a {
  display: block;
  color: #262626;
}
.p-news.forIndex .p-news-lists .list .forThumb {
  margin-bottom: 4vw;
}
@includde pc {
  .p-news.forIndex .p-news-lists .list .forThumb {
    margin-bottom: 1.5503875969vw;
  }
}
@media screen and (min-width: 1170px) {
  .p-news.forIndex .p-news-lists .list .forThumb {
    margin-bottom: 20px;
  }
}
.p-news.forIndex .p-news-lists .list .forInfo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 87.5%;
  margin-bottom: 0.5em;
}
.p-news.forIndex .p-news-lists .list .forInfo .cat {
  background-color: #ef7e4c;
  line-height: 1;
  padding: 0.4em 0.8em;
}
.p-news.forDetail .postArea .forTtl {
  padding-bottom: 1.5em;
}
.p-news.forDetail .postArea .forTtl .cat {
  font-size: 87.5%;
  display: inline-block;
  background-color: #ef7e4c;
  line-height: 1;
  padding: 0.5em 0.8em;
}
.p-news.forDetail .postArea .forTtl .ttl {
  margin-top: 0.1em;
  line-height: 1.5;
  display: block;
  font-size: 6vw;
}
@media screen and (min-width: 769px) {
  .p-news.forDetail .postArea .forTtl .ttl {
    font-size: 2.9457364341vw;
  }
}
@media screen and (min-width: 1170px) {
  .p-news.forDetail .postArea .forTtl .ttl {
    font-size: 3.8rem;
  }
}
.p-news.forDetail .postArea .forTtl .ttl-sub {
  margin-top: 0.3em;
  line-height: 1.6;
  display: block;
  font-size: 4.8vw;
}
@media screen and (min-width: 769px) {
  .p-news.forDetail .postArea .forTtl .ttl-sub {
    font-size: 1.8604651163vw;
  }
}
@media screen and (min-width: 1170px) {
  .p-news.forDetail .postArea .forTtl .ttl-sub {
    font-size: 2.4rem;
  }
}
.p-news.forDetail .postArea .forTtl .date {
  margin-top: 0.3em;
  display: block;
  color: #666666;
}
.p-news.forDetail .postArea .forSubttl {
  margin-top: 2.5em;
  padding-bottom: 0;
}
.p-news.forDetail .postArea .forTxt {
  margin-top: 2em;
  word-break: break-all;
}
.p-news.forDetail .postArea .forTxt a {
  display: inline-block;
  color: #ef7e4c;
  position: relative;
  padding-left: 1em;
  font-weight: 700;
}
.p-news.forDetail .postArea .forTxt a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #262626;
  border-right: 1px solid #262626;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-news.forDetail .postArea .forTxt a.linkIcon {
  padding: 0 1.5em 0 1em;
}
.p-news.forDetail .postArea .forTxt a.linkIcon:after {
  content: "";
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  background: url("../images/icon_link_bk.svg") center no-repeat;
  background-size: contain;
}
.p-news.forDetail .postArea .forProducts {
  margin-top: 8vw;
}
@media screen and (min-width: 769px) {
  .p-news.forDetail .postArea .forProducts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 4.6511627907vw;
  }
}
@media screen and (min-width: 1170px) {
  .p-news.forDetail .postArea .forProducts {
    margin-top: 60px;
  }
}
.p-news.forDetail .postArea .forProducts .item {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-news.forDetail .postArea .forProducts .item {
    width: 27.835%;
    margin: 0 1.546%;
  }
}
@media screen and (max-width: 768px) {
  .p-news.forDetail .postArea .forProducts .item:not(:last-child) {
    margin-bottom: 5.3333333333vw;
  }
}
.p-news.forDetail .postArea .forProducts .item_ph .cap {
  font-weight: 700;
  padding-top: 0.5em;
}
.p-news.forDetail .postArea .forBtn {
  margin-top: 6vw;
}
@includde pc {
  .p-news.forDetail .postArea .forBtn {
    margin-top: 3.488372093vw;
  }
}
@media screen and (min-width: 1170px) {
  .p-news.forDetail .postArea .forBtn {
    margin-top: 45px;
  }
}
.p-news.forDetail .postArea .forBtn .c-btn-std {
  margin: auto;
}
.p-news.forDetail .postArea .forBtn .c-btn-std.linkPdf:after {
  background-image: url("../images/icon_pdf.svg");
  width: 1.25em;
  height: 1.5em;
}
.p-news.forDetail .postArea .forImg {
  margin-top: 4vw;
}
@includde pc {
  .p-news.forDetail .postArea .forImg {
    margin-top: 2.3255813953vw;
  }
}
@media screen and (min-width: 1170px) {
  .p-news.forDetail .postArea .forImg {
    margin-top: 30px;
  }
}
.p-news.forDetail .postArea .forImg .cap {
  padding-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .p-news.forDetail .postArea .forImg .img:not(:last-child) {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-news.forDetail .postArea .forImg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-news.forDetail .postArea .forImg.sizeS .img {
    width: 27.835%;
    margin: 0 1.546%;
  }
  .p-news.forDetail .postArea .forImg.sizeM {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .p-news.forDetail .postArea .forImg.sizeMc {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: center;
  }

  .p-news.forDetail .postArea .forImg.sizeM .img {
    width: 48.4536%;
  }
  .p-news.forDetail .postArea .forImg.sizeMc .img {
    width: 48.4536%;
  }
  .p-news.forDetail .postArea .forImg.sizeL .img {
    width: 79.381%;
  }
  .p-news.forDetail .postArea .forImg.sizeXL .img {
    width: 100%;
  }
}
.p-news.forDetail .postArea .forMessage {
  padding: 1.2em 1.5em;
  background-color: #e6e6e6;
  margin-top: 5.3333333333vw;
}
@includde pc {
  .p-news.forDetail .postArea .forMessage {
    margin-top: 2.3255813953vw;
  }
}
@media screen and (min-width: 1170px) {
  .p-news.forDetail .postArea .forMessage {
    margin-top: 30px;
  }
}
.p-news.forDetail .postArea .forMessageTtl {
  margin-bottom: 1em;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #000;
  font-weight: 700;
  font-size: 4.8vw;
}
@media screen and (min-width: 769px) {
  .p-news.forDetail .postArea .forMessageTtl {
    font-size: 1.5503875969vw;
  }
}
@media screen and (min-width: 1170px) {
  .p-news.forDetail .postArea .forMessageTtl {
    font-size: 2rem;
  }
}
.forTable {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.forTable .onTtl {
  font-weight: 700;
  padding: 1em;
  background-color: #efefef;
  border: 1px solid #ccc;
  white-space: nowrap;

}

.forTable .onTtl.collect {
  width: 20%;
}

@media screen and (max-width: 768px) {
.forTable .onTtl.collect {
    width: 100%;
  }
}



@media screen and (max-width: 768px) {
.forTable .onTtl {
    display: block;
    width: 100%;
  }
}
.forTable .onTxt {
  padding: 1em;
  background-color: #ffb000;
  border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
.forTable .onTxt {
    display: block;
    width: 100%;
word-break: break-all;
  }
}

/*========== p-company.scss ==========*/
.p-company.forIndex .forLead {
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  .p-company.forIndex .forLead {
    margin-bottom: 1.5em;
  }
}
.p-company.forIndex .forBtn .c-btn-std.linkPdf:after {
  background-image: url("../images/icon_pdf.svg");
  width: 1.25em;
  height: 1.5em;
}


/*========== p-footer.scss ==========*/
.p-footer {
  background-color: #262626;
  padding: 3vw 0 2.3255813953vw;
}
@media screen and (min-width: 1170px) {
  .p-footer {
    padding: 50px 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-footer {
    padding: 15.3333333333vw 0 16vw;
  }
}
.p-footer__inner {
  position: relative;
}
.p-footer-nav {
  margin-bottom: 14.6666666667vw;
}
@media screen and (min-width: 769px) {
  .p-footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.6046511628vw;
  }
}
@media screen and (min-width: 1170px) {
  .p-footer-nav {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  .p-footer-nav .items:not(:last-child) {
    margin-right: 5%;
  }
}
.p-footer-nav .items .item {
  line-height: 2;
}
.p-footer-nav .items .item a {
  font-weight: 500;
  color: #ffb000;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  .p-footer-nav .items .item a {
    font-size: 1.1965811966vw;
  }
}
@media screen and (min-width: 1170px) {
  .p-footer-nav .items .item a {
    font-size: 1.4rem;
  }
}
.p-footer-nav .items.level2nd .item a {
  font-weight: 400;
  color: #dddddd;
  position: relative;
  padding-left: 1.2em;
}
.p-footer-nav .items.level2nd .item a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.8em;
  height: 1px;
  background-color: #999999;
}
.p-footer-pageTop {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #ff0000;
  line-height: 1;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2vw;
}
@media screen and (min-width: 769px) {
  .p-footer-pageTop {
    font-size: 1.2rem;
  }
}
.p-footer-pageTop:after {
  content: "";
  display: block;
  height: 26.6666666667vw;
  width: 1px;
  background-color: #ff0000;
  position: absolute;
  top: 0;
  left: -1em;
}
@media screen and (min-width: 769px) {
  .p-footer-pageTop:after {
    height: 100px;
  }
}
.p-footer-logo {
  width: 31.0666666667vw;
}
@media screen and (max-width: 768px) {
  .p-footer-logo {
    margin-bottom: 5.3333333333vw;
  }

  .snsicon {
  line-height: 1.0;
  width: 10vw;
  padding-left: 0.3em;
  }


}
@media screen and (min-width: 769px) {
  .p-footer-logo {
    width: 14.9572649573vw;
    margin-bottom: 2.5641025641vw;
  }

  .snsicon {
  width: 4.0vw;
   vertical-align: bottom;
  padding-left: 0.3em;
  }


}
@media screen and (min-width: 1170px) {
  .p-footer-logo {
    width: 175px;
    margin-bottom: 30px;
  }
}
.p-footer-copyright {
  line-height: 1.5;
  display: block;
  font-size: 3.2vw;
  color: #999999;
}
@media screen and (min-width: 769px) {
  .p-footer-copyright {
    font-size: 1.1965811966vw;
  }
}
@media screen and (min-width: 1170px) {
  .p-footer-copyright {
    font-size: 1.4rem;
  }
}

#home .p-footer-pageTop,
#home .p-nav-menu {
  display: none;
}

/*========== p-top.scss ==========*/
.p-top-kv {

position: relative;
}

.p-top-kv .item {
  height: 50vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .p-top-kv .item {
    height: 50vw;
  }
}
@media screen and (min-width: 1170px) {
  .p-top-kv .item {
    height: 500px;
  }
}






.p-top-kv .item01 {
  background-image: url("../images/main_kv.png");
}
@media screen and (max-width: 768px) {
  .p-top-kv .item01 {
    background-image: url("../images/main_kv.png");
  }
}
.p-top-kv .item02 {
  background-image: url("../images/mv02_pc.jpg");
}
@media screen and (max-width: 768px) {
  .p-top-kv .item02 {
    background-image: url("../images/mv02_pc.jpg");
  }
}
.p-top-kv .item03 {
  background-image: url("../images/mv03_pc.jpg");
}
@media screen and (max-width: 768px) {
  .p-top-kv .item03 {
    background-image: url("../images/mv03_pc.jpg");
  }
}

.p-top-kv .forTxt {
  line-height: 1;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffb000;
  font-weight: 500;
  font-size: 2.6356589147vw;
}


.p-top-kv img {
  position: absolute;
  width: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 25%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}







@media screen and (min-width: 1170px) {
  .p-top-kv .forTxt {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-kv .forTxt {
    font-size: 4vw;
    line-height: 1.3;
  }
}
.p-top-kv .forTxt .en {
  display: block;
  margin-bottom: 0.7em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4vw;
  font-weight: 400;
}
@media screen and (min-width: 1170px) {
  .p-top-kv .forTxt .en {
    font-size: 5.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-kv .forTxt .en {
    margin-bottom: 0.5em;
    font-size: 6vw;
  }
}

.p-top-kv .forTxt .maincopy {
  display: block;
  margin-bottom: 0.7em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 2;
text-shadow: #666 1px 0 10px;
}
@media screen and (min-width: 1170px) {
  .p-top-kv .forTxt .maincopy {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-kv .forTxt .maincopy {
    margin-bottom: 0.5em;
    font-size: 4vw;
  }
}



.p-top-bn {
  background-color: #ef7e4c;
  padding: 2.3255813953vw 0;
}
@media screen and (min-width: 1170px) {
  .p-top-bn {
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top-bn {
    padding: 5.3333333333vw 0;
  }
}
.p-top-bn .items.x1 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px) {
  .p-top-bn .items .item {
    margin-bottom: 0;
    width: 44.1860465116vw;
  }
}
@media screen and (min-width: 1170px) {
  .p-top-bn .items .item {
    width: 570px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-bn .items .item:not(:last-child) {
    margin-bottom: 2.6666666667vw;
  }
}
.p-top-bn .items .item a {
  display: block;
}
.p-top-products {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-products:after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-top-products .forBtn {
    margin: 0 auto;
  }
}
.p-top-concept {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-concept {
    padding-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-concept:after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.p-top-concept .forTtl {
  color: #ffb000;
  padding-left: 0;
}
.p-top-concept .forTtl:before {
  display: none;
}
.p-top-concept .forNav {
  position: relative;
  margin: 60px auto;
}
@media screen and (max-width: 768px) {
  .p-top-concept .forNav {
    margin: 8vw 0;
  }
}
.p-top-concept .forNav .items .item {
  background-color: #ffb000;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-top-concept .forNav .items .item {
    width: 49.9%;
  }
}
@media screen and (max-width: 768px) {
  .p-top-concept .forNav .items .item:first-child {
    margin-bottom: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-concept .forNav .items .item__inner {
    display: block;
    position: relative;
    padding-bottom: 21.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-top-concept .forNav .items .item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-top-concept .forNav .items .item .onObj {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-top-concept .forNav .items .item .onObj {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-top-concept .forNav .items .item .onBtn {
    position: absolute;
    right: 0;
    bottom: 5.3333333333vw;
    width: 89.3333333333vw;
  }
}
.p-top-concept .forBtn {
  margin: 1.5em 0 16vw;
}
@media screen and (min-width: 769px) {
  .p-top-concept .forBtn {
    margin: 4.6511627907vw auto 4.2635658915vw;
  }
}
@media screen and (min-width: 1170px) {
  .p-top-concept .forBtn {
    margin: 0 auto;
  }
}
.p-top-news {
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-top-news:after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.p-top-news .forItems {
  margin-bottom: 4.6511627907vw;
  border-top: 1px solid #dddddd;
}
@media screen and (min-width: 1170px) {
  .p-top-news .forItems {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-news .forItems {
    margin-bottom: 8vw;
  }
}
.p-top-news .forItems .item {
  border-bottom: 1px solid #dddddd;
}
.p-top-news .forItems .item a {
  display: block;
  padding: 1em 0;
  color: #262626;
}




@media screen and (min-width: 769px) {
  .p-top-news .forItems .item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .p-top-news .forItems .item__inner .onDate {
    width: 6em;
line-height: 3;

  }
}
@media screen and (min-width: 769px) {
  .p-top-news .forItems .item__inner .onTtl {
    width: calc(100% - 7em);
line-height: 3;

  }
}
@media screen and (min-width: 769px) {
  .p-top-news .forBtn {
    margin: 0 auto;
  }
}

.p-top-news .forTtl {
  color: #262626;
  padding-left: 0;
}
.p-top-news .forTtl:before {
  display: none;
}

.p-top-contact {
  padding-bottom: 5.4263565891vw;
}
@media screen and (min-width: 1170px) {
  .p-top-contact {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-contact {
    padding-bottom: 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-top-contact .forTtl {
    text-align: left;
    margin: 0 1em 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top-contact .forTxt01 {
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 769px) {
  .p-top-contact .forTxt01Wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 3.8759689922vw;
  }
}
@media screen and (min-width: 1170px) {
  .p-top-contact .forTxt01Wrap {
    margin-bottom: 50px;
  }
}
.p-top-contact .forTxt02 {
  margin-top: 1.5em;
  font-size: 1.0852713178vw;
}
@media screen and (min-width: 1170px) {
  .p-top-contact .forTxt02 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-contact .forTxt02 {
    margin-top: 1em;
    line-height: 1.78;
    font-size: 3.7333333333vw;
  }
}
.p-top-contact .forNav .items .item {
  margin-bottom: 0;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-top-contact .forNav .items .item {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .p-top-contact .forNav .items .item:first-child {
    border-right: 1px solid #3A3A3A;
  }
}
@media screen and (max-width: 768px) {
  .p-top-contact .forNav .items .item:first-child {
    border-bottom: 1px solid #3A3A3A;
  }
}
.p-top-contact .forNav .items .item a {
  display: block;
  text-align: center;
  background-color: #262626;
  color: #ffb000;
  font-weight: 500;
  padding: 1.25em 0;
}
@media screen and (min-width: 769px) {
  .p-top-contact .forNav .items .item a {
    padding: 2.7em 0;
    font-size: 1.5503875969vw;
  }
}
@media screen and (min-width: 1170px) {
  .p-top-contact .forNav .items .item a {
    font-size: 2rem;
  }
}

/*========== p-sitepolicy.scss ==========*/
.p-sitepolicy.forIndex .sec01_level02 {
  padding-top: 5em;
}
@media screen and (max-width: 768px) {
  .p-sitepolicy.forIndex .sec01_level02 {
    padding-top: 3em;
  }
}
.p-sitepolicy.forIndex .sec01_level02 .txt01:not(:last-child) {
  margin-bottom: 1em;
}

/*========== p-privacypolicy.scss ==========*/
.p-privacypolicy.forIndex .sec01_level02 {
  padding-top: 5em;
}
@media screen and (max-width: 768px) {
  .p-privacypolicy.forIndex .sec01_level02 {
    padding-top: 3em;
  }
}
.p-privacypolicy.forIndex .sec01_level02 .txt01:not(:last-child) {
  margin-bottom: 1em;
}
.p-privacypolicy.forIndex .c-btn-std.linkPdf:after {
  background-image: url("../images/icon_pdf.svg");
  width: 1.25em;
  height: 1.5em;
}


/*========== p-slider.scss ==========*/
.p-slider-kv {

  line-height: 0;
}
.p-slider-01 {
  margin-bottom: 1vw;
}
@media screen and (min-width: 1170px) {
  .p-slider-01 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-slider-01 {
    margin-bottom: 1vw;
    margin-right: -5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-slider-01 .slick-list {
    padding: 0 22.6666666667vw 0 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .p-slider-01 .slick-slide {
    margin-right: 5.3333333333vw;
  }
}
.p-slider-01 .slick-slide a {
  display: block;
  color: #262626;
  padding: 0 1.0852713178vw;
}
@media screen and (min-width: 1170px) {
  .p-slider-01 .slick-slide a {
    padding: 0 14px;
  }
}
.p-slider-01 .slick-slide a .forPd {
  font-weight: 700;
  padding: 0.5em 0;
}
.p-slider-01 .slick-slide a .forTxt {
  font-size: 1.0852713178vw;
}
@media screen and (min-width: 1170px) {
  .p-slider-01 .slick-slide a .forTxt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-slider-01 .slick-slide a .forTxt {
    font-size: 3.7333333333vw;
  }
}
.p-slider-01 .slick-arrow {
  top: 40%;
}
@media screen and (min-width: 769px) {
  .p-slider-01 .slick-arrow {
    background-color: transparent;
    width: 1.3953488372vw;
  }
}
@media screen and (min-width: 1170px) {
  .p-slider-01 .slick-arrow {
    width: 18px;
  }
}
.p-slider-01 .slick-prev {
  left: -1.5503875969vw;
}
@media screen and (min-width: 1170px) {
  .p-slider-01 .slick-prev {
    left: -35px;
  }
}
@media screen and (max-width: 768px) {
  .p-slider-01 .slick-prev {
    left: -5.3333333333vw;
  }
}
.p-slider-01 .slick-next {
  right: -1.5503875969vw;
}
@media screen and (min-width: 1170px) {
  .p-slider-01 .slick-next {
    right: -35px;
  }
}
@media screen and (max-width: 768px) {
  .p-slider-01 .slick-next {
    right: 0;
  }
}
.p-slider-02 {
  line-height: 0;
  margin-bottom: 4.6511627907vw;
}
@media screen and (min-width: 1170px) {
  .p-slider-02 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-slider-02 {
    margin-bottom: 8vw;
    margin-right: -5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-slider-02 .slick-list {
    padding: 0 22.6666666667vw 0 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .p-slider-02 .slick-slide {
    margin-right: 5.3333333333vw;
  }
}
.p-slider-02 .slick-slide a {
  display: block;
  padding: 0 1.0852713178vw;
}
@media screen and (min-width: 1170px) {
  .p-slider-02 .slick-slide a {
    padding: 0 14px;
  }
}
.p-slider-02 .slick-arrow {
  top: 40%;
}
@media screen and (min-width: 769px) {
  .p-slider-02 .slick-arrow {
    background-color: transparent;
    width: 1.3953488372vw;
  }
}
@media screen and (min-width: 1170px) {
  .p-slider-02 .slick-arrow {
    width: 18px;
  }
}
.p-slider-02 .slick-prev {
  left: -1.5503875969vw;
}
@media screen and (min-width: 1170px) {
  .p-slider-02 .slick-prev {
    left: -35px;
  }
}
@media screen and (max-width: 768px) {
  .p-slider-02 .slick-prev {
    left: -5.3333333333vw;
  }
}
.p-slider-02 .slick-next {
  right: -1.5503875969vw;
}
@media screen and (min-width: 1170px) {
  .p-slider-02 .slick-next {
    right: -35px;
  }
}
@media screen and (max-width: 768px) {
  .p-slider-02 .slick-next {
    right: 0;
  }
}
.p-slider-03_thumbnail {
  margin-right: -2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .p-slider-03_thumbnail {
    margin-right: -0.7751937984vw;
  }
}
@media screen and (min-width: 1170px) {
  .p-slider-03_thumbnail {
    margin-right: -10px;
  }
}
.p-slider-03_thumbnail .slick-track {
  margin: 0;
  -webkit-transform: unset !important;
          transform: unset !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100% !important;
}
.p-slider-03_thumbnail .slick-slide {
  float: none;
  width: 12.5% !important;
}
@media screen and (max-width: 768px) {
  .p-slider-03_thumbnail .slick-slide {
    width: 20% !important;
  }
}
.p-slider-03_thumbnail .slick-slide .thumbnail-img {
  cursor: pointer;
  padding-right: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .p-slider-03_thumbnail .slick-slide .thumbnail-img {
    padding-right: 0.7751937984vw;
  }
}
@media screen and (min-width: 1170px) {
  .p-slider-03_thumbnail .slick-slide .thumbnail-img {
    padding-right: 10px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  position: absolute;
  z-index: 100;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0;
  cursor: pointer;
  width: 3.8759689922vw;
  height: 3.8759689922vw;
  background: url("../images/icon_arrow.svg") center no-repeat rgba(255, 255, 255, 0.8);
  background-size: 1.3953488372vw auto;
}
@media screen and (min-width: 1170px) {
  .slick-arrow {
    width: 50px;
    height: 50px;
    background-size: 18px auto;
  }
}
@media screen and (max-width: 768px) {
  .slick-arrow {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    background-size: 3.0666666667vw auto;
  }
}

.slick-prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}

.slick-next {
  right: 0;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #ffb000;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #ffb000;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ffb000;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #ffb000;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #ffb000;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*========== u-utility.scss ==========*/
.u-bold {
  font-weight: 700;
}
.u-red {
  color: #cc0000;
}
.u-mt-10 {
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
}
.u-mt-10b {
  padding-bottom: 0.5em !important;
}
.u-mt-10t {
  margin-bottom: 0.5em !important;
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
}

.u-pb-10 {
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;

}

.u-mb-10 {
  margin-bottom: -10 !important;
}

.u-mt-10 {
  margin-top: -10 !important;
}

.u-mt0 {
  margin-top: 0 !important;
}
.u-mt05em {
  margin-top: 0.5em !important;
}
.u-mt1em {
  margin-top: 1em !important;
}
.u-mt2em {
  margin-top: 2em !important;
}
.u-mb0 {
  margin-bottom: 0 !important;
}
.u-mb1em {
  margin-bottom: 1em !important;
}
.u-mb2em {
  margin-bottom: 2em !important;
}
.u-mb05em {
  margin-bottom: 0.5em !important;
}
.u-mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .u-mb30 {
    margin-bottom: 4vw;
  }
}
.u-pl1em {
  padding-left: 1em !important;
}
.u-pl2em {
  padding-left: 2em !important;
}
.u-pb0 {
  padding-bottom: 0 !important;
}
.u-not {
  text-decoration: line-through;
}
.u-idt .item.em01 {
  text-indent: -1em;
  margin-left: 1em;
}
.u-idt .item.em02 {
  position: relative;
  padding-left: 2em;
}
.u-idt .item.em02 .mark {
  position: absolute;
  left: 0;
  top: 0;
}
.u-idt.forIcon .item {
  padding-left: 1.5em;
  position: relative;
}
.u-idt.forIcon .item:before {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 0.6em;
}
.u-idt.forIcon .item.link:before {
  width: 1em;
  height: 1em;
  background-image: url("../images/icon_link_bk.svg");
}
.u-idt.forIcon .item a {
  text-decoration: underline;
  color: #262626;
}
.u-noIdt {
  text-indent: 0 !important;
}
.u-right {
  text-align: right !important;
}
.u-center {
  text-align: center !important;
}
.u-sizeS {
  font-size: 87.5% !important;
}
.u-sizeL {
  font-size: 120% !important;
}
.u-uLine {
  text-decoration: underline;
}
.u-scroll {
  font-size: 3.2vw;
  color: #ef7e4c;
  display: inline-block;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 769px) {
  .u-scroll {
    display: none !important;
  }
}
.u-date {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .u-date {
    margin-bottom: 0 !important;
  }
}
.u-bg {
  background-color: yellow;
}
.u-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}
.u-sp {
  display: block;
}
@media screen and (min-width: 769px) {
  .u-sp {
    display: none;
  }
}


/*========== u-utility.scss ==========*/

.c-btn-mini {
  margin-top: 0px ;
  padding: 0.5em 0;
  display: block;
  text-align: center;
  background-color: #ffb000;
  width: 200px;

}
.c-btn-mini:after {
  background-image: url("../images/icon_link_wh.svg");
  width: 1em;
  height: 1em;
}





@media screen and (max-width: 768px) {
  .c-btn-mini {
    width: 300px;
  }
}



.c-btn-mini.clBR {
  background-color: #ef7e4c;
  color: #262626;
}
.c-btn-mini.clBK {
  background-color: #262626;
  color: #ffb000;
}

.box26 {
    position: relative;
    width: 80%;
    padding: 1em 1em;
    border: solid 3px #ef7e4c;
    border-radius: 8px;
  text-align: left;
    font-size: 19px;


}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -15px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 25px;
    background: #ffb000;
    color: #ef7e4c;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}

@media screen and (max-width: 768px) {
  .box26 .box-title {
    font-size: 18px;
  }
}

.box13 {
    width: 70%;
    padding: 0.1em 0.1em;
    margin: 0.5em 0;
    color: #ffb000;
    background: #4f769d;
    border-bottom: solid 6px #3c5f83;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    font-size: 25px;
}

.box13 p {
    margin: 10px 0px 10px 25px;
    padding: 0;
line-height: 35px;
}

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

.box13_s {
    width: 70%;
    padding: 0.1em 0.1em;
    margin: 0.5em 0;
    color: #000000;
    background: #ffb000;

    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
    font-weight: bold;
    font-size: 25px;
line-height: 50px;
}

@media screen and (max-width: 768px) {
  .box13_s {
    width: 85%;
  }
}

.box1 {
    padding: 10px 0px 10px 20px;
    margin: 2em 0;
    font-weight: bold;
    border: solid 3px #000000;
    font-size: 25px;
letter-spacing: 20px;
}

@media screen and (max-width: 768px) {
  .box1 {
    padding: 10px 0px 10px 15px;
    margin: 2em 0;
    font-weight: bold;
    border: solid 3px #000000;
    font-size: 20px;
letter-spacing: 15px;
  }
}

.box1 p {
    margin: 0; 
    padding: 0;
}




/*========== insta.scss ==========*/

@media screen and (min-width: 769px) {
.insta-container {
  display: grid;
  //grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  grid-template-columns: repeat(2, 3fr);
    //grid-auto-rows: minmax(100px, auto);
  grid-auto-rows: minmax(100px, auto);
  gap: 10px;
}
}

@media screen and (max-width: 768px) {
.insta-container {
  display: grid;
  //grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  grid-template-columns: repeat(2, 3fr);
    //grid-auto-rows: minmax(100px, auto);
  grid-auto-rows: minmax(100px, auto);
  gap: 10px;
}
}

.insta-media {
  position: relative;
}

.insta-media img {
  max-width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
}


.video-icon {
  position: absolute;
  top: 3px;
  right: 5px;
  filter: drop-shadow(1px 1px 1px #333);
}


.insta-media {
  animation: fadeInThumbs .1s;
}

@keyframes fadeInThumbs {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}





.co-history {
  position: relative;
}
.co-history:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}
@media screen and (max-width: 768px) {
  .co-history:after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.co-history .forItems {
  margin-bottom: 4.6511627907vw;
  border-top: 1px solid #dddddd;
}
@media screen and (min-width: 1170px) {
  .co-history .forItems {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .co-history .forItems {
    margin-bottom: 8vw;
  }
}
.co-history .forItems .item {
  border-bottom: 1px solid #dddddd;
  padding: 1em 0;

}
.co-history .forItems .item a {
  display: block;
  padding: 1em 0;
  color: #262626;
}



@media screen and (min-width: 769px) {
  .co-history .forItems .item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .co-history .forItems .item__inner .onDate {
    width: 6em;

  }
}
@media screen and (min-width: 769px) {
  .co-history .forItems .item__inner .onTtl {
    width: calc(100% - 7em);
  }
}
@media screen and (min-width: 769px) {
  .co-history .forBtn {
    margin: 0 auto;
  }
}

.co-history .forTtl {
  color: #262626;
  padding-left: 0;
}
.co-history .forTtl:before {
  display: none;
}




/*========== conference ==========*/


.p-top-kv .item_c {
    height: 52.8455284553vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
@media screen and (min-width: 769px) {
  .p-top-kv .item_c {
    height: 52.8455284553vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  }
}
@media screen and (min-width: 1170px) {
  .p-top-kv .item_c {
    height: 650px;

  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 650px;

  }
}


.c-bg-std-c {
    padding: 2vw 0 2vw;
}
@media screen and (min-width: 769px) {
  .c-bg-std-c {
    padding: 2vw 0 2vw;
  }
}
@media screen and (min-width: 1170px) {
  .c-bg-std-c {
    padding: 30px 0 30px;
  }
}
.c-bg-std-c.withCL {
  background-color: #ef7e4c;
}


hr.conference {
margin:0;
height: 10px;
background-color: #0067b2;
border: none;
color: #0067b2;
}

hr.conference_k {
margin:0;
height: 5px;
background-color: #0067b2;
border: none;
color: #0067b2;
}


@media screen and (min-width: 769px) {
  .c-bg-std-c .forItems .item {
    margin-bottom: 2.3255813953vw;
  }
}
@media screen and (min-width: 1170px) {
  .c-bg-std-c .forItems .item {
    margin-bottom: 30px;
  }
}


.c-box-flex.x4 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}


@media screen and (min-width: 769px) {
  .c-box-flex.x4 > .inBox {
    width: 23%;
  }
  .c-box-flex.x4 > .inBox:not(:nth-child(4n)) {
    margin-right: 2.6%;
  }
}

@media screen and (max-width: 768px) {
  .c-box-flex.x4 > .inBox {
    width: 45%;
    margin-right: 2.5%;
    margin-left: 2.5%;
  }
  }


.c-title-primary.clBL {
  color: #000000;
}
.c-title-primary.clBL .en {
  color: #0067b2;
}


.c-btn-std-c {
  display: block;
  text-align: center;
  background-color: #0067b2;
  color: #ffb000;

  padding: 0em 5em 0em;
margin-left: auto;
}
@media screen and (min-width: 769px) {
  .c-btn-std-c {
    width: 20.9302325581vw;
  }
}
@media screen and (min-width: 1170px) {
  .c-btn-std-c {
    width: 270px;
  }
}
.c-btn-std-c.clBR {
  background-color: #ef7e4c;
  color: #262626;
}
.c-btn-std-c.clBK {
  background-color: #262626;
  color: #ffb000;
}


@media screen and (max-width: 768px) {
.c-btn-std-c{
    font-size: 3.4666666667vw;
  }
}
.c-btn-std-c.toDetail {
  background-color: #0067b2;
}
.c-btn-std-c.toPage {
  background-color: #262626;
  color: #ffb000;
}
.c-btn-std-c.toPage:after {
  background-image: url("/assets/images/icon_link_wh.svg");
  width: 1em;
  height: 1em;
}

@media screen and (min-width: 769px) {
.c-btn-std-c.toPage:after {
    right: 1em;
  }
}


.forSession {
  padding: 1.2em 1.5em;
  background-color: #e6e6e6;
  margin-top: 5.3333333333vw;
}
@includde pc {
  .forSession {
    margin-top: 2.3255813953vw;
  }
}
@media screen and (min-width: 1170px) {
  .forSession {
    margin-top: 30px;
  }
}
.forSessionTtl {
  margin-bottom: 1em;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #000;
  font-weight: 700;
  font-size: 4.8vw;
}
@media screen and (min-width: 769px) {
  .forSessionTtl {
    font-size: 1.5503875969vw;
  }
}
@media screen and (min-width: 1170px) {
  .forSessionTtl {
    font-size: 2rem;
  }
}



.boxSession {
    position: relative;
    margin: 1em 0;
    background: #FFFFFF;

border: solid 2px #ed2d30;
    border-radius: 10px 10px 10px 10px;

}
.boxSession .box-title {
    font-size: 1.2em;
    background: #ed2d30;
    padding: 5px 10px;
    color: #FFFFFF;
    font-weight: bold;
    letter-spacing: 0.05em;
    border-radius: 10px 10px 0px 0px;

}
.boxSession p {
    padding: 10px 10px 10px 10px;
    margin: 0;
}
.boxSession .box-time {
border: solid 1px #0067b2;

    position: absolute;
    display: inline-block;
    top: -25px;
    left: -1px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    background: #0067b2;
    color: #ffb000;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
}

.image-container {
position: relative;
}

.shoplabel {
position: absolute;
top: 0;
left: 0;
    color: #ffb000;
background-color: #0067b2;
    padding: 0 9px;
font-size: 15px;
}

.shoplabel_t {
position: absolute;
    top: -30px;
    left: -1px;

    color: #ffb000;
background-color: #0067b2;
    padding: 0 9px;
font-size: 15px;
}


.r-box {
    padding: 1em 1em 1em 1em;
    margin: 0 20px;

    color: #000000;
    background: #ffb000;
    border: solid 3px #0067b2;
    border-radius: 20px;
}

.r-box_sizeS {


    padding: 1em 1em 1em 1em;
    margin: auto;
    color: #000000;
    background: #ffb000;
    border: solid 3px #0067b2;
    border-radius: 20px;
}

@media screen and (min-width: 769px) {
.r-box_sizeS {
    width: 40vw;

}
}







/* flex-schedul */
.flex-schedule {
  min-width: 100%;
  max-width: 100%;
  list-style: none;
  margin: 0 auto 0 0;
  box-sizing: border-box;

  margin:0;
  padding:0;
  line-height:1.3;
}

.flex-schedule li {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;

}

.flex-schedule .area {
  padding: 10px;
  display: block;
  width: 100%;
  border-left: 6px solid #0067b2;
}

.flex-schedule li .time {
  display: inline-flex;
  justify-content: flex-end;
  flex-basis: 5em;
  max-width: 5em;
  margin-right: 1em;
  margin-top: 15px;
}

.flex-schedule .sch_box {
  position: relative;
  min-height: 1em;
  padding: 1em;
  background: #c3ddff;
  border-radius: 6px;
}

.flex-schedule .sch_box::before {
  content: "";
  position: absolute;
  left: -23px;
  top: 5px;
  background: #0067b2;
  width: 20px;
  height: 20px;
  border-radius: 10px;
}

.flex-schedule .sch_title {
  font-weight: 700;
}

.flex-schedule .sch_tx {
  font-size: 14px;
  font-weight: normal;
}



/* flex-schedul */
.flex-schedule {
  margin:0;
  padding:0;
  line-height:1.3;
  min-width: 100%;
  max-width: 100%;
  list-style: none;
  margin: 0 auto 0 0;
  box-sizing: border-box;
}

.flex-schedule li {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;

}

.flex-schedule .area {
  padding: 10px;
  display: block;
  width: 100%;
  border-left: 6px solid #0067b2;
}

.flex-schedule li .time {
  display: inline-flex;
  justify-content: flex-end;
  flex-basis: 5em;
  max-width: 5em;
  margin-right: 1em;
  margin-top: 25px;
}

.flex-schedule .sch_box {
  position: relative;
  min-height: 1em;
  padding: 1em;
  background: #b2d0ff;
  border-radius: 6px;
}

.flex-schedule .sch_box::before {
  content: "";
  position: absolute;
  left: -23px;
  top: 15px;
  background: #0067b2;
  width: 20px;
  height: 20px;
  border-radius: 10px;
}

.flex-schedule .sch_title {
  font-weight: 700;
}

.flex-schedule .sch_tx {
  font-size: 14px;
  font-weight: normal;
}

.forNav_c .items .item {

  margin-bottom: 0;
width: 300px;
margin: auto;
width: 300px;
  line-height:1;

}
@media screen and (max-width: 768px) {
  .forNav_c .items .item {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .forNav_c .items .item:first-child {
    border-right: 0px solid #3A3A3A;

  }
}
@media screen and (max-width: 768px) {
  .forNav_c .items .item:first-child {
    border-bottom: 0px solid #3A3A3A;
  }
}
.forNav_c .items .item a {
  display: block;
  text-align: center;
  background-color: #FFFFFF;
  color: #ffb000;
  font-weight: 500;
  padding: 1em 1em;
}
@media screen and (min-width: 769px) {
  .forNav_c .items .item a {
  margin-top: 25px;

  padding: 1em 1em;
    font-size: 1.5503875969vw;
  line-height:1;

  }
}
@media screen and (min-width: 1170px) {
  .forNav_c .items .item a {
    font-size: 2rem;
  line-height:1;


  }
}



.forNav_c2 .items .item {
  margin-bottom: 0;
width: 300px;
margin: auto;
width: 300px;
  line-height:1;

}
@media screen and (max-width: 768px) {
  .forNav_c2 .items .item {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .forNav_c2 .items .item:first-child {
    border-right: 0px solid #3A3A3A;

  }
}
@media screen and (max-width: 768px) {
  .forNav_c2 .items .item:first-child {
    border-bottom: 0px solid #3A3A3A;
  }
}
.forNav_c2 .items .item a {
  display: block;
  text-align: center;
  background-color: #0067b2;
  color: #ffb000;
  font-weight: 500;
  padding: 1em 0;
}
@media screen and (min-width: 769px) {
  .forNav_c2 .items .item a {
    padding: 0.5em 0;
    font-size: 1.5503875969vw;
  line-height:1;
  padding: 1em 0;

  }
}
@media screen and (min-width: 1170px) {
  .forNav_c2 .items .item a {
    font-size: 2rem;
  line-height:1;


  }
}









.qa-1 {
    max-width: 100%;
    margin-bottom: 7px;
    border: 1px solid #d6dde3;
    border-radius: 5px;
}

.qa-1 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-1 summary::before,
.qa-1 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-1 summary::before {
    color: #75bbff;
    content: "Q";
}

.qa-1 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-1[open] summary::after {
    transform: rotate(225deg);
}

.qa-1 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-1[open] p {
    transform: none;
    opacity: 1;
}

.qa-1 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}




.box-013 {
    max-width: 100%;
    margin: 0 auto;
    border: 2px solid #2589d0;
    border-radius: 3px;
}

.box-013 span {
    display: flex;
    align-items: left;
    padding: 0.5em 1.5em;
    background-color: #2589d0;
    color: #ffb000;
    font-weight: 600;
}

.box-013 p {
    margin: 0;
    padding: 1em 1.5em;
    color: #333;
}



@media screen and (max-width: 768px) {
  .p-nav-items .items .item.forEntry {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .p-nav-items .items .item.forEntry {
    margin-left: 0.4em;
  }
}
@media screen and (min-width: 769px) {
  .p-nav-items .items .item.forEntry a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 160px;
    height: 80px;
    padding: 0;
    background-color: #0067b2;
  }
  .p-nav-items .items .item.forEntry a:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
  }
}
.p-nav-items .items .item.forEntry a .icon {
  color: #ffb000;
  position: relative;
  font-size: 1.5rem;
  text-align: center;

}







@media screen and (max-width: 768px) {
.entryBtn {
    position: absolute;
    right: 16vw;
    top: 0;
    width: 32vw;
    background-color: #0067b2;
  line-height:1;

  }
}



@media screen and (min-width: 769px) {
.entryBtn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
.entryBtn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 16vw;
  color: #ffb000;
  font-size: 1.5rem;
  text-align: center;

  }
}


.circle {
    display: flex;
    width: 16rem;
    height: 16rem;
    color: #ffb000;
    font-size: 1.8rem;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    background-color: #0067b2;
    text-align: center;
    border-radius: 50%;
}

.c-box-flex.x37c {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (min-width: 769px) {
  .c-box-flex.x37c > .inBoxA {
    margin-top: 10px;
    margin-right: 2%;
    margin-left: 2%;
    width: 30%;
  }
}

@media screen and (min-width: 769px) {
  .c-box-flex.x37c > .inBoxB {
    width: 65%;
line-height: 1.2em;
  }
}

@media screen and (max-width: 768px) {
  .c-box-flex.x37c > .inBoxA {
    width: 35%;
    margin-top: 20px;
    margin-right: 1%;
    margin-left: 1%;
  }
  }
@media screen and (max-width: 768px) {
  .c-box-flex.x37c > .inBoxB {

    width: 61%;
    margin-right: 1%;
    margin-left: 1%;
  }
  }





@media screen and (max-width: 768px) {
  ..c-box-flex.x3conf > .inBox:not(:last-child) {
    margin-bottom: 0;
  }
}
.c-box-flex.x3conf {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  .c-box-flex.x3conf > .inBox {
    width: 33%;
  }
  .c-box-flex.x3conf > .inBox:not(:nth-child(3n)) {
    margin-right: 0.5%;
  }


}



.forTxt_c {

  line-height: 10 !important;
    font-size: 10vw;

}

.c-keyvisual_slide-img {
    position: absolute;
    bottom: 100px;
    right: 0;
left: 0;
margin: 0 auto;
  width: 1100px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
.c-keyvisual_slide-img {
    position: absolute;
    bottom: 50px;
    right: 0;
left: 0;
margin: 0 auto;
  width: 500px;
  z-index: 10;

}

}


.c-box-flex.x46 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-box-flex.x46 > .inBoxA46 {
  width: 100%;
}
.c-box-flex.x46 > .inBoxB46 {
  width: 100%;
}


@media screen and (min-width: 769px) {
  .c-box-flex.x46 > .inBoxA46 {
    margin-right: 2%;
    margin-left: 2%;
    width: 38%;
  }
}

@media screen and (min-width: 769px) {
  .c-box-flex.x46 > .inBoxB46 {
    width: 58%;
  }
}
