<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*====================================================*/
/* COMMON */
/*====================================================*/
.cont-wrap {
  display: flow-root;
  max-width: 1120px;
  margin: 0 auto;
  padding: 80px 0;
}

.boxarea-wrap {
  display: flow-root;
  justify-content: center;
  max-width: 1120px;
  margin: 0 auto;
  padding: 80px 0 0;
}

.boxarea-wrap .info-box {
  background-color: #fff;
  border-top: solid 4px #ced8df;
  border-bottom: solid 4px #ced8df;
  padding: 25px;
}

.boxarea-wrap .info-box p {
  font-size: 2.2rem;
  text-align: center;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .boxarea-wrap .info-box p {
  font-size: 2.0rem;
  font-weight: 600;
  }

  .break-point::after {
    content: "\A";
    white-space: pre;
  }
}


.boxarea-wrap .notice-box {
  background-color: #e1e1d9;
  border-radius: 6px;
  padding: 30px;
}

.boxarea-wrap .notice-box p {
  font-size: 1.8rem;
  text-align: center;
}

.boxarea-wrap .notice-box .notice-txt{
  font-size: 2.0rem;
  font-weight: 700;
}

.cont-title h2 {
  font-size: 3.4rem;
  font-weight: 700;
  margin: 0 0 30px;
}

.itsf-more-btn.mod-btn a,
.itsf-more-btn.mod-btn button[type] {
  width: 320px;
}

.mod-btn a, .mod-btn button[type] {
  min-height: 50px;
  border-radius: 40px;
}

.mod-btn .btn.of-modal a, .mod-btn .btn.of-modal button[type] {
  padding: 0;
}

.mod-btn {
  margin: 0;
}

[class*=mod-btn] &gt; .inner &gt; .btn.of-modal a, [class*=mod-btn] &gt; .inner &gt; .btn.of-modal button[type] {
  padding: 6px 20px;
}


.itsf-more-btn .btn {
  position: relative;
}

.itsf-more-btn .btn a::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  right: -252px;
  -webkit-transition: none;
  transition: none;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  -webkit-transform: none;
          transform: none;
  border: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgZmlsbD0iI2ZmZiIgcj0iMTIiIHRyYW5zZm9ybT0ibWF0cml4KDAgLTEgMSAwIDAgMjQpIi8+PGcgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjYzAwIiBzdHJva2Utd2lkdGg9IjIiPjxwYXRoIGQ9Im0tMjIzODYuMiA4NDg5LjQ1aDEwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMjM5My4yIC04NDc3LjQ1KSIvPjxwYXRoIGQ9Im0wIDBoMTAiIHRyYW5zZm9ybT0ibWF0cml4KDAgMSAtMSAwIDEyIDcpIi8+PC9nPjwvc3ZnPg==");
  background-color: unset;
}

@media screen and (max-width: 1140px), print {
  .cont-wrap {
    padding: 40px 20px;
  }

  .boxarea-wrap {
    padding: 40px 20px 0;
  }
}
/*
MAIN VISUAL
------------------------------*/
.main-visual .pc-only {
  /*max-width: 1120px;*/
  margin: 0 auto;
}

.main-visual img {
  width: 100%;
}

/*
NAV
------------------------------*/
.itsf-nav {
  background: #e1e1d9;
  padding: 45px 0;
  width: 100%;
}

.itsf-nav ul {
  border: 1px solid #dbdbdb;
  display: flex;
  position: relative;
  margin: 0 auto;
  width: 840px;
  z-index: 100;
}

.itsf-nav ul li {
  background: #fff;
  text-align: center;
  width: 280px;
  border-right: 1px solid #dbdbdb;
}

.itsf-nav ul li.pc-only li {
    width: 278px;
    border: none;
  }

.itsf-nav ul li a,
.itsf-nav-nolink {
  color: #222;
  font-weight: 700;
  text-decoration: none;
  display: block;
  padding: 10px;
  width: 100%;
  position: relative;
}

/*.itsf-nav ul li:last-child {
  border-right: none;
}*/

.itsf-nav ul li a:hover {
  background-color: #ececec;
}

.itsf-nav-online ul,
.itsf-nav-area ul {
  position: absolute;
  display: none;
  width: auto;
}

.itsf-nav-online ul {
  top: 44px;
  right: 1px;
}

.itsf-nav-area ul {
  top: 44px;
  right: 280px;
}

.itsf-nav-online ul li,
.itsf-nav-area ul li {
  display: block;
}

.itsf-nav-online ul li a,
.itsf-nav-area ul li a {
  color: #222;
}

.itsf-nav-online:hover ul,
.itsf-nav-area:hover ul {
  display: block;
}

/*品川掲載後削除*/

#disabled-link {
  color: #b6b6b6;
}

#disabled-link:hover{
  background-color: #fff;
}

.add-current a:after {
  content: "";
  position: absolute;
    right: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    margin: auto;
    background-color: #c00;
}

.add-current-cat span:after {
  content: "";
  position: absolute;
    right: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    margin: auto;
    background-color: #c00;
}

.add-current-area a {
  background-color: #e1e1d9;
}

.itsf-nav ul li .add-current-area a:hover {
  background-color: #e1e1d9;
}

.itsf-nav li.pc-only ul {
  box-shadow: 2px 2px 4px #bbb;
}

@media screen and (max-width: 900px), print {
  .itsf-nav ul {
    display: block;
    border: none;
    margin: 0 20px;
    width: auto;
    position: unset;
  }

  .itsf-nav ul li {
    border: 1px solid #dbdbdb;
    margin: 0 0 10px;
    width: 100%;
  }

  .itsf-nav ul li:last-child {
  margin: 0;
  }

  .itsf-nav-online.pc-only,
  .itsf-nav-area.pc-only {
    display: none;
  }

  .itsf-nav-online.sp-only,
  .itsf-nav-area.sp-only {
    display: block !important;
  }

  .itsf-nav-online .c-accordion .accordion-list:not(.is-opened) .accordion-summary::before,
  .itsf-nav-area .c-accordion .accordion-list:not(.is-opened) .accordion-summary::before,
  .itsf-nav-online .c-accordion .accordion-list.is-opened .accordion-summary::before,
  .itsf-nav-area .c-accordion .accordion-list.is-opened .accordion-summary::before {
    display: none;
  }

  .itsf-nav ul .itsf-nav-online ul,
  .itsf-nav ul .itsf-nav-area ul {
    margin: 0;
  }
  .itsf-nav ul .itsf-nav-online ul li:last-child,
  .itsf-nav ul .itsf-nav-area ul li:last-child {
    border: 1px solid #dbdbdb;
  }

  .itsf-nav-online .c-accordion .accordion-list,
  .itsf-nav-area .c-accordion .accordion-list {
    border-radius: 0;
    margin: 0;
  }
  .itsf-nav-online .c-accordion .accordion-list .accordion-title,
  .itsf-nav-area .c-accordion .accordion-list .accordion-title {
    background-color: #fff;
    min-height: auto;
    padding: 10px;
  }
  
  .itsf-nav-online .c-accordion .accordion-list.is-opened .accordion-title,
  .itsf-nav-area .c-accordion .accordion-list.is-opened .accordion-title {
    background-color: #f4f4f4;
  }
}

/*====================================================*/
/* MAIN */
/*====================================================*/
/*
ABOUT
------------------------------*/
#itsf-about .cont-wrap {
  display: flex;
}

#itsf-about p {
  margin: 0 40px 0 0;
}

#itsf-about p img {
  border-radius: 30px;
  width: 540px;
}

#itsf-about dl dt {
  margin: 70px 0 0 0;
  font-size: 2.8rem;
  font-weight: 700;
}

#itsf-about .mod-btn {
  margin: 20px 0 0;
}

#itsf-about .mod-btn a {
  width: 100%;
}

@media screen and (max-width: 900px), print {
  #itsf-about .cont-wrap {
    display: block;
  }
  #itsf-about p {
    margin: 0;
  }

  #itsf-about p img {
    width: 100%;
  }
}

/*
PU SEMINAR
------------------------------*/
#pu-seminar {
  background: #b9ccde;
}

.mod-pnl-04 &gt; .list &gt; li &gt; .pnl &gt; .image img, .mod-pnl-04 &gt; .list &gt; li &gt; div .pnl &gt; .image img {
  height: auto;
}

.image  {
  border-radius: 30px;
  /*overflow: hidden;一時的にコメントアウト*/
}

/*
DATA
------------------------------*/
#data {
  background: linear-gradient(130deg, #6b94ad 0%, #f3ebd9 100%);
}

.data-panel-wrap {
  display: flex;
  flex-wrap: wrap;
}

.data-panel:nth-of-type(odd) {
  margin: 0 2% 2% 0;
}

.data-panel:nth-of-type(even) {
  margin: 0 0 2%;
}

.data-panel {
  background: rgba(251,251,251,0.8);
  padding: 20px 0;
  width: 49%;
  display: flex;
  flex-direction: column;
}

.data-panel-area {
  background: #042234;
  color: #fff;
  border: 1px solid #042234;
  border-radius: 0 8px 8px 0;
  padding: 2px 14px 4px;
  width: max-content;
}

.data-panel dl {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 40px;
  text-align: left;
}

.data-panel dl dt {
  font-weight: 700;
  width: 15%;
}

.data-panel dl dd {
  width: 85%;
}

.data-panel dl dd.notice {
  margin-top: 16px;
  text-align: center;
  width: 100%;
  font-size: 2.0rem;
}


@media screen and (max-width: 1020px), print {
  .data-panel dl {
    display: block;
  }

  .data-panel dl dt,
  .data-panel dl dd {
    width: auto;
  }
}

@media screen and (max-width: 860px), print {
  .data-panel-wrap {
    display: block;
  }
  .data-panel {
    width: 100%;
  }
  .data-panel:nth-of-type(odd) {
    margin: 0 0 20px;
  }
  
  .data-panel:nth-of-type(even) {
    margin: 0 0 20px;
  }
}

.data-panel .mod-btn.var-04,
.itsf-list li .mod-btn.mod-btn.var-04 {
  margin-top: auto !important;
}
.data-panel .mod-btn.var-03,
.itsf-list li .mod-btn.mod-btn.var-03 {
  margin-top: auto !important;
}
.data-panel .mod-btn.var-11,
.itsf-list li .mod-btn.mod-btn.var-11 {
  margin-top: auto !important;
}

/*終了しましたボタン*/
.var-11 .btn a {
  border: 1px solid #a0a09f;
  border-color: #a0a09f;
  background-color: #a0a09f;
  color: #fff;
}

.var-11 .btn a:hover {
  background-color: #fff;
  color: #a0a09f;
}

.data-panel .var-11 .of-arrow-right a::after{
  background-color: #fff;
}

.data-panel .var-11 .of-arrow-right a:hover::after{
  background-color: #a0a09f;
}

.itsf-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px;
}

.itsf-list li {
  width: calc( 25% - 9px );
  /*margin-right: 12px; お客さま確認のため暫定で4カラムにもどす*/
  margin-right: 8px;
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  padding: 15px;
}

li .pnl-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.itsf-list li h3 {
  margin: 0 0 5px;
}

.modal-win p.list-comp {
  font-weight: 700;
  margin: 5px 0 0;
  font-size: 1.2rem;
}

.list-comp span {
  font-weight: 400;
}

.hidden-view {
  opacity: 0;
  margin: -20px 0 0;
  height: 0;
}

label.button {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 240px;
}

.button::before {
    content: "もっと見る";
    -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
    transition: color 0.2s, background-color 0.2s, border-color 0.2s;
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 220px;
    max-width: 100%;
    height: auto;
    min-height: 60px;
    margin: 20px 0 0 20px;
    padding: 14px 18px;
    overflow: hidden;
    -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
    transition: color 0.2s, background-color 0.2s, border-color 0.2s;
    border: 1px solid #ddd;
    border-radius: 40px;
    background: #fff;
    color: #222;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}

.button::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 20px;
  bottom: 0;
  width: 24px;
  height: 24px;
  margin: auto 0;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  border: none;
  background-color: #c00;
  background: url("../image/itsf/icon_link_right_hd.gif") no-repeat;
  background-size: cover;
  right: 25px;
  left: auto;
  transform: rotate(90deg);
}

.button:hover::after {
  transform: rotate(90deg) translateX(3px);
}

/*.button:hover::before,
input[type="checkbox"]#trigger-date:checked:hover ~ .button::before {
  background: #f4f4f4;
  color: #222;
}*/

/*input[type="checkbox"]#trigger-date {
  display: none;
}*/

input[type="checkbox"]#trigger-date:checked ~ .hidden-view {
  opacity: 1;
  margin: -25px 0 0;
  height: auto;
}

input[type="checkbox"]#trigger-date:checked ~ .button::before {
  content: "閉じる";
  background: #f4f4f4;
  color: #222;
}

input[type="checkbox"]#trigger-date:checked ~ .button::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

input[type="checkbox"]#trigger-date:checked ~ .button:hover::after {
  transform: rotate(-90deg) translateX(3px);
}

/*.button:hover::before,
input[type="checkbox"]#trigger:checked:hover ~ .button::before {
  background: #f4f4f4;
  color: #222;
}*/

/*input[type="checkbox"]#trigger {
  display: none;
}*/

input[type="checkbox"]#trigger:checked ~ .hidden-view {
  opacity: 1;
  margin: -44px 0 0;
  height: auto;
}

input[type="checkbox"]#trigger:checked ~ .button::before {
  content: "閉じる";
  background: #f4f4f4;
  color: #222;
}

input[type="checkbox"]#trigger:checked ~ .button::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
          background-color: #c00;
}


@media screen and (max-width: 960px) {
  .itsf-list li {
      width: calc( 33.33333% - 8px ) ;
  }
}

@media screen and (max-width: 600px) {
  .itsf-list li {
      width: 100% ;
  }
}

.itsf-list li p img {
  width: 100%;
}

.itsf-list h3 {
  font-weight: 700;
}

.itsf-list .mod-btn a,
.itsf-list .mod-btn button[type] {
  min-height: 40px;
}

@media screen and (min-width: 601px) and (max-width: 1140px) {
  .itsf-list .mod-btn a,
  .itsf-list .mod-btn button[type] {
    width: auto;
  }
}


.modal-win p {
  margin: 0 0 10px;
}

.modal-win p.notice-text {
  margin: 0 10px 10px;
}

.modal-win dl {
  font-size: 1.3rem;
  margin: 0 0 15px;
}

#seminar .itsf-list li {
  background: #ced8df;
}

#seminar .itsf-list li .mod-btn {
  margin-top: auto;
}

#exhibition {
  background: #f3ebd9;
}

#exhibition .itsf-list li {
  background: #b6b6b6;
}

#faq {
  background: linear-gradient(130deg, #eef1f7 0%, #c3d4e3 100%);
}

.accordion-content {
  background: #fff;
}

/*====================================================*/
/* Area */
/*====================================================*/
/* main shinagawa */
#area-shinagawa .main-visual {
  background-image: url(/assets/image/itsf/keyvisual-area-bg_wide.png);
}

#event-details,
#exhibition-list {
  background: #ced8df;
}

#event-details-white {
  background: #FFF;
}

/*
PU SEMINAR
------------------------------*/
.puone-seminar-box {
  display: flex;
}

.puone-seminar-text h3 {
  font-weight: 700;
  font-size: 2.2rem;
}

.puone-seminar-details {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 40px 20px 0;
  text-align: left;
}

.puone-seminar-details h4 {
  font-weight: bold;
  width: 15%;
  margin-bottom: 10px;
}

.puone-seminar-details p {
  width: 85%;
}

@media screen and (max-width: 920px), print {
  .puone-seminar-box,
  .puone-seminar-details {
    display: block;
  }

  .puone-seminar-details h4,
  .puone-seminar-details p {
    width: 100%;
  }
  
  .puone-seminar-photo img {
    width: 100%;
  }
}

/*
EVENT DETAILS
------------------------------*/

.event-details-box {
  display: flex;
  margin: 0 0 30px;
}

.event-details-text {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 40px 20px 0;
  text-align: left;
}

.event-details-text dt {
  font-weight: bold;
  margin: 0 0 5px;
  width: 15%;
}

.event-details-text dd {
  width: 85%;
}

.event-details-text .mod-link {
  margin: 0;
}

.event-details-text .mod-link &gt; p &gt; a {
  padding: 0 0 0 24px;
}

.event-details-map {
  width: 300%;
}

.event-details-map iframe {
  width: 100%;
}

.event-details-img img {
  border-radius: 30px;
}

@media screen and (max-width: 920px), print {
  .event-details-box,
  .event-details-text {
    display: block;
  }

  .event-details-text dt,
  .event-details-text dd {
    width: auto;
  }
  .event-details-text dd {
    margin: 0 0 15px;
  }
  .event-details-map,
  .event-details-img img {
    width: 100%;
  }

}

/*
EVENT DETAILS
------------------------------*/
.exhibition-list-box li {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0;
  border-top: solid 1px #fff;
  justify-content: space-between;
}

.exhibition-list-box li dl {
  width: 580px;
}

.exhibition-list-box li dl dt {
  font-size: 2.4rem;
  color: #6b94ad;
  font-weight: 900;
  margin: 0 0 10px;
}

.exhibition-list-box li dl dd h3 {
  font-size: 2rem;
  font-weight: 900;
  margin: 0 0 5px;
}

.exhibition-list-box li dl dd h4 {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 5px;
}

.exhibition-list-box li img {
  width: 100%;
}

p.notice-text {
  color: #888;
  margin: 10px 0 0;
}

p.add-text {
  margin: 10px 0 0;
}

.exhibition-list-box li &gt; p {
  width: 360px;
}

@media screen and (max-width: 920px), print {
  .exhibition-list-box li dl {
    margin: 0 0 20px;
  }

  .exhibition-list-box li dl,
  .exhibition-list-box li &gt; p,
  .exhibition-list-box li p img {
    width: 100%;
  }
  .exhibition-list-box li:last-child {
    padding: 40px 0 0;
  }
}

/*
MODAL
------------------------------*/
/*modal中身*/
.seminar-num {
  background: #c0504d;
  padding: 5px 10px;
  color: #fff;
  display: inline-block;
  margin: 0 10px 10px 0;
}

p.seminar-num-online {
  background: #b8a885;
  padding: 5px 10px;
  color: #fff;
  display: inline-block;
  margin: 0 10px 10px 0;
}

p.seminar-num-shinagawa {
  background: #6b94ad;
  padding: 5px 10px;
  color: #fff;
  display: inline-block;
  margin: 0 10px 10px 0;
}

p.seminar-num-akita {
  background: #df803d;
  padding: 5px 10px;
  color: #fff;
  display: inline-block;
  margin: 0 10px 10px 0;
}

p.seminar-num-kanazawa {
  background: #d34a4a;
  padding: 5px 10px;
  color: #fff;
  display: inline-block;
  margin: 0 10px 10px 0;
}

p.seminar-num-hiroshima {
  background: #9f1717;
  padding: 5px 10px;
  color: #fff;
  display: inline-block;
  margin: 0 10px 10px 0;
}

p.seminar-num-takamatsu {
  background: #3f51b5;
  padding: 5px 10px;
  color: #fff;
  display: inline-block;
  margin: 0 10px 10px 0;
}

.modal-title-wrap {
  border-bottom: solid 1px #f1f1f1;
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
  align-items: center;
}

.modal-title {
  margin: 0 0 20px;
  padding: 0 0 10px;
  /*width: 75%;*/
}

.modal-title h2 {
  font-size: 2.4rem;
  font-weight: 700;
}

.about-tag {
  display: flex;
  justify-content: right;
  align-items: center;
  margin: 0 0 25px;
    /*width: 25%;*/
}

.about-tag li {
  margin: 0 10px;
}

.about-tag li a {
  font-size: 1.2rem;
  width: auto;
}

.btn-takamatsu a {
  background: #3f51b5 !important;
  border: 1px solid #3f51b5 !important; 
}

.btn-takamatsu a:hover {
  background: #fff !important;
  color: #3f51b5 !important;
}


.btn-hiroshima a {
  background: #9f1717 !important;
  border: 1px solid #9f1717 !important; 
}

.btn-hiroshima a:hover {
  background: #fff !important;
  color: #9f1717 !important;
}

.btn-kanazawa a {
  background: #d34a4a !important;
  border: 1px solid #d34a4a !important; 
}

.btn-kanazawa a:hover {
  background: #fff !important;
  color: #d34a4a !important;
}

.btn-akita a {
  background: #df803d !important;
  border: 1px solid #df803d !important; 
}

.btn-akita a:hover {
  background: #fff !important;
  color: #df803d !important;
}

.btn-shinagawa a {
  background: #6b94ad !important;
  border: 1px solid #6b94ad !important; 
}

.btn-shinagawa a:hover {
  background: #fff !important;
  color: #6b94ad !important;
}

.btn-online a {
  background: #b8a885 !important;
  border: 1px solid #b8a885 !important; 
}

.btn-online a:hover {
  background: #fff !important;
  color: #b8a885 !important;
}

.btn-other a:hover {
  background: #fff !important;
  color: #f5b25a !important;
}

.btn-other a {
  background: #f5b25a !important;
  border: 1px solid #f5b25a !important; 
}

.about-tag .mod-btn.var-04 .btn.of-arrow-right a:hover::after {
  background-color: #222;
}

.modal-seminar-details {
  display: flex;
  justify-content: left;
  align-items: center;
}

.modal-seminar-details .image {
  margin: 0 40px 0 0;
}

.modal-seminar-details .image img {
  width: 100%;
}

.seminar-tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  /*width: 80%;*/
}

.seminar-tag li {
  border: #042234 solid 1px;
  border-radius: 10px;
  margin: 0 8px 5px 0;
  padding: 5px 10px;
  font-size: 1.1rem;
}


/* tag:分類2 */
.seminar-tag li.se-tag-g2 {
  border: #d92367 solid 1px;

}

/* tag:分類3 */
.seminar-tag li.se-tag-g3 {
  border: #3d23d9 solid 1px;

}

/* tag:基調講演 */
.seminar-tag li.seminar-cat1 {
  color: #fff;
  background-color: #4ea1e0;
  border: #4ea1e0 solid 1px;
}

/* tag:ワクワクする会社の未来を描こう */
.seminar-tag li.seminar-cat2 {
  color: #fff;
  background-color: #deb71d;
  border: #deb71d solid 1px;
}

/* tag:社員とワクワクをつくろう */
.seminar-tag li.seminar-cat3 {
  color: #fff;
  background-color: #e0964e;
  border: #e0964e solid 1px;
}

/* tag:やり方をUpdateしよう */
.seminar-tag li.seminar-cat4 {
  color: #fff;
  background-color: #e04e4e;
  border: #e04e4e solid 1px;
}

/* tag:業種もとことん！ */
.seminar-tag li.seminar-cat5 {
  color: #fff;
  background-color: #4ee08f;
  border: #4ee08f solid 1px;
}

/* tag:スキルアップ */
.seminar-tag li.seminar-cat6 {
  color: #fff;
  background-color: #554ee0;
  border: #554ee0 solid 1px;
}

.modal-seminar-details {
  margin: 0 0 15px;
}

.modal-seminar-details-text {
  width: 80%;
}

.modal-seminar-details-text .notice-text {
  margin: 0 0 10px;
  font-size: 1.4rem;
}

p.modal-seminar-details-data {
  font-weight: 700;
  margin: 8px 3px;
}

.live-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
  align-items:flex-end;
}

.live-mark {
  display: inline-block;
  background-color: #c00;
  padding: 10px 15px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}

.archive-mark {
  display: inline-block;
  background-color: #a9a9a9;
  padding: 10px 15px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}

.record-mark {
  display: inline-block;
  border-style: solid;
  border-color: #a9a9a9;
  border-width: 2px;
  background-color: #fff;
  padding: 10px 15px;
  color: #a9a9a9;
  font-size: 1.4rem;
  font-weight: 700;
}


.instructor-corner {
  background-color: #e5e8eb;
  padding: 15px 20px;
}

.instructor-corner p {
  font-size: 1.6rem;
  font-weight: 700;
}

.instructor-corner p.instructor-name {
  font-size: 2.2rem;
}

.modal-seminar-details + p {
  margin: 0 10px 20px;
}

.instructor-pr {
  background-color: #f2f2f2;
  padding: 15px;
  margin: 0 0 20px;
}

.instructor-pr dt {
  font-weight: 700;
  border-bottom: #888;
  font-size: 1.6rem;
}

.instructor-pr dd {
  font-size: 1.6rem;
  margin: 0;
}

@media screen and (max-width: 690px) {
  .modal-title-wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .modal-seminar-details {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-direction: column-reverse;
  }
  .modal-seminar-details-text {
    width: 100%;
  }
  .modal-seminar-details .image {
    margin: auto;
  }
  .modal-seminar-details .image img {
    width: 100%;
    margin: 10px auto;
  }
} 
  


/*====================================================*/
/* ONLINE */
/*====================================================*/
/*
FLOW
------------------------------*/

.flow-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flow-list li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 40px 0;
  border-top: solid 1px #e1e1d9;
  justify-content: space-between;
  width: 520px;
}

.flow-list li dl {
  width: 320px;
}

.flow-list li &gt; p {
  width: 200px;
}

.flow-list li &gt; p img {
  width: 100%;
}

.flow-list li dl {
  display: flex; /* フレックスボックスを有効化 */
  justify-content: center; /* 中央寄せ */
  margin: 50px 0; /* 上下に50pxのマージンを設定 */
  flex-wrap: wrap;
  flex-direction: column;
}


.flow-list li dl dt p {
  font-weight: 700;
  margin: 0 0 5px;
  color: rgba(107, 148, 173, 0.6); /* 背景テキストの色（透明度含む） */
  font-size: 6.2rem; /* 背景テキストのフォントサイズ */
  font-style: italic;
}


@media screen and (max-width: 920px), print {

  .flow-list li,
  .flow-list li &gt; p,
  .flow-list li &gt; p img {
    width: 100%;
  }

  .flow-list {
    display: block;
  }
}

/*
LIST
------------------------------*/
#seminar-list {
  background-color: #f2f0eb;
}

.seminar-list-btn {
  display: flex;
  flex-wrap: wrap;
  margin: 0 50px 40px;
}

@media screen and (max-width: 1140px), print {
  .seminar-list-btn {
    margin: 0 20px 40px;
  }
}

@media screen and (max-width: 1120px), print {
  .seminar-list-btn {
    margin: 0 0 40px;
  }
}

@media screen and (max-width: 690px), print {
  .seminar-list-btn {
    justify-content: center;
  }
}

.seminar-list-btn li {
  margin: 0 10px 10px;
}

#seminar-list .itsf-list li {
  background-color: #fff;
}

.seminar-list-btn .mod-btn .btn.of-arrow-right a::after,
.seminar-list-btn .mod-btn .btn.of-arrow-right button[type]::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.seminar-list-btn .mod-btn a {
  background: #6b94ad !important;
  border: 1px solid #6b94ad !important; 
  width: 320px;
}

.seminar-list-btn .mod-btn a:hover,
.seminar-list-btn .mod-btn a:focus {
  background: #fff !important;
  color: #6b94ad !important;
}

.seminar-list-details {
  margin: 0 0 40px;
}

.seminar-list-details &gt; h3 {
  font-size: 2.2rem;
  font-weight: 700;
  border-bottom: 2px solid #6b94ad;
  margin: 0 0 20px;
}

/* online */
/*#online-page .seminar-list-details li {
  display: none;JSでの表示制御ができないため
}*/

/* liveアイコン */
.live-i-wrap {
  position: relative;
}
.live-i {
  position: absolute;
  background-color: #c00;
  border: #c00 solid 1px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  bottom: 8px;
  right: 8px;
  padding: 2px 12px;
}

/*パネルタグ*/
.pnl-tag-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.pnl-tag-wrap p.pnl-tag01{
  background-color: rgb(184, 168, 133);
  color: #fff;
  border-radius: 15px;
  margin: 0 8px 5px 0;
  padding: 3px 10px;
  font-size: 1.1rem;
}

.pnl-tag-wrap p.pnl-tag02{
  background-color: #6b94ad;
  color: #fff;
  border-radius: 15px;
  margin: 0 8px 5px 0;
  padding: 3px 10px;
  font-size: 1.1rem;
}

.pnl-tag-wrap p.pnl-tag03{
  background-color: #df803d;
  color: #fff;
  border-radius: 15px;
  margin: 0 8px 5px 0;
  padding: 3px 10px;
  font-size: 1.1rem;
}

.pnl-tag-wrap p.pnl-tag04{
  background-color: #377d22;
  color: #fff;
  border-radius: 15px;
  margin: 0 8px 5px 0;
  padding: 3px 10px;
  font-size: 1.1rem;
}

.pnl-tag-wrap p.pnl-tag05{
  background-color: #d34a4a;
  color: #fff;
  border-radius: 15px;
  margin: 0 8px 5px 0;
  padding: 3px 10px;
  font-size: 1.1rem;
}

.pnl-tag-wrap p.pnl-tag06{
  background-color: #9f1717;
  color: #fff;
  border-radius: 15px;
  margin: 0 8px 5px 0;
  padding: 3px 10px;
  font-size: 1.1rem;
}

.pnl-tag-wrap p.pnl-tag07{
  background-color: #3f51b5;
  color: #fff;
  border-radius: 15px;
  margin: 0 8px 5px 0;
  padding: 3px 10px;
  font-size: 1.1rem;
}

/* online:基調講演 */
#online-page .seminar-list-details .inc-itsf li.se-cat01 {
  display: flex;
}

/* online:ワクワクする会社の未来を描こう */
#online-page .seminar-list-details .inc-itsf02 li.se-cat02 {
  display: flex;
}

/* online:社員とワクワクをつくろう */
#online-page .seminar-list-details .inc-itsf03 li.se-cat03 {
  display: flex;
}

/* online:やり方をUpdateしよう */
#online-page .seminar-list-details .inc-itsf04 li.se-cat04 {
  display: flex;
}

/* online:業種もとことん！ */
#online-page .seminar-list-details .inc-itsf05 li.se-cat05 {
  display: flex;
}

/* online:スキルアップ */
#online-page .seminar-list-details .inc-itsf06 li.se-cat06 {
  display: flex;
}

/*
BUTTON
------------------------------*/
.cl-btns-wrap {
  display: flex; 
  justify-content: center;
  flex-wrap: wrap;
}

.cl-btns-wrap li {
  margin: 0 30px 30px;
}

/*
Slider
------------------------------*/

.itsf-slider {
  font-weight: 400;
  font-family: "Noto Sans JP";
}

.itsf-slider * {
  margin: 0 2.5px;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.itsf-slider img {
  vertical-align: bottom;
}

.itsf-slider a {
  text-decoration: none;
  color: #222;
}

.title-slider {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.44;
  margin: 10px 0 0;
  text-align: left;
}

.title-slider::before{
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url('../image/itsf/before-title.svg') no-repeat;
  background-size: contain;
  margin-right: 8px;
  transform: translate(0px, 4px);
}

.itsf-slider .intro {
  position: relative;
  overflow: hidden;
}

.itsf-slider .intro__shape {
  position: absolute;
  width: 100%;
  height: 100%;
}

.itsf-slider .intro__shape__item {
  position: absolute;
  border-radius: 50%;
}

.itsf-slider .intro__inner {
  margin: 0 auto;
  padding: 50px 0;
}

.itsf-slider .intro__title {
  width: 410px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.itsf-slider .intro__title img {
  width: 100%;
}

.itsf-slider .intro__message {
  width: 690px;
  margin: 0 auto 45px;
  font-size: 18px;
  line-height: 2.06;
  text-align: center;
}

.itsf-slider .intro__mv {
  margin-bottom: 50px;
}

.itsf-slider .intro__mv__list__item {
  position: relative;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: -webkit-transform 1.2s;
  transition: -webkit-transform 1.2s;
  transition: transform 1.2s;
  transition: transform 1.2s, -webkit-transform 1.2s;
}

.itsf-slider .intro__mv__list__item a {
  display: block;
}

.itsf-slider .intro__mv__list__item a img {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.itsf-slider .intro__mv__list__item__image {
  overflow: hidden;
  border-radius: 20px;
}

.itsf-slider .intro__mv__list__item__image img {
  width: 360px;
  height: 222px;
  -o-object-fit: cover;
     object-fit: cover;
}

.itsf-slider .intro__mv__list__item.slick-center {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.itsf-slider .intro__mv__list__item__box {
  width: 360px;
  margin-left: auto;
}

.itsf-slider .intro__mv__list__item__box__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 98px;
  font-weight: bold;
  font-size: 18px;
  padding: 15px;
  border-radius: 0 0 20px 20px;
}

.itsf-slider .intro__mv__player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 17px;
}

.itsf-slider .intro__mv__player__status {
  width: 30px;
  height: 30px;
  margin-right: 17px;
  cursor: pointer;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.itsf-slider .intro__mv__player__status[data-status="play"] {
  background: url(../image/itsf/player-pause.svg);
  background-size: cover;
}

.itsf-slider .intro__mv__player__status[data-status="pause"] {
  background: url(../image/itsf/player-play.svg);
  background-size: cover;
}

.itsf-slider .intro__mv__player__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.itsf-slider .intro__mv__player__dots &gt; li {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: radial-gradient(#fff 60%, transparent 61%), conic-gradient(rgba(204, 0, 0, 0.30196) 0% 10%, #FFF 10% 100%);
  border-radius: 50%;
  margin-right: 7px;
  cursor: pointer;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.itsf-slider .intro__mv__player__dots &gt; li.slick-active span:after {
  background-color: #e4e2e0;
}

.itsf-slider .intro__mv__player__dots &gt; li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.itsf-slider .intro__mv__player__dots &gt; li span:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #cc0000;
}

.itsf-slider .intro__mv__pager {
  position: absolute;
  top: 27%;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.itsf-slider .intro__mv__pager__prev, .itsf-slider .intro__mv__pager__next {
  width: 64px;
  position: absolute;
  top: 0;
  cursor: pointer;
}

.itsf-slider .intro__mv__pager__prev img, .itsf-slider .intro__mv__pager__next img {
  width: 100%;
}

.itsf-slider .intro__mv__pager__prev {
  left: -30px;
}

.itsf-slider .intro__mv__pager__next {
  right: -19px;
}

.itsf-slider .intro__trend__title {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1.04px;
  text-align: center;
  margin-bottom: 30px;
}

.itsf-slider .intro__trend__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 860px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.itsf-slider .intro__trend__list &gt; li a {
  margin-right: 15px;
  margin-bottom: 20px;
  display: block;
  padding: 10px 24px;
  border-radius: 22px;
  border: solid 1px #cc0000;
  color: #cc0000;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
  background-color: #FFF;
}

.itsf-slider .intro__trend__list--none a {
  color: #FFF !important;
  background-color: #CC0000 !important;
  pointer-events: none;
}

/* ------------------------------------------------
hover
------------------------------------------------ */
.itsf-slider .intro__mv__list__item a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 767px) {
  .itsf-slider .intro__mv__list__item a:hover img, .itsf-slider .intro__mv__list__item:focus img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .itsf-slider .intro__mv__player__status:hover, .itsf-slider .intro__mv__player__status:focus {
    opacity: 0.6;
  }
  .itsf-slider .intro__mv__player__dots li:hover, .itsf-slider .intro__mv__player__dots li:focus {
    opacity: 0.6;
  }
  .itsf-slider .intro__trend__list &gt; li a:hover, .itsf-slider .intro__trend__list &gt; li a:focus {
    color: #FFF;
    background-color: #CC0000;
  }
}

/* ------------------------------------------------
SP
------------------------------------------------ */
@media screen and (max-width: 767px) {
  .itsf-slider .nami {
    visibility: hidden !important;
  }
  .itsf-slider .graphic {
    display: none;
  }
  .itsf-slider .intro__shape__item[data-type="1"] {
    left: -12px;
    top: 40px;
    width: 25px;
    height: 25px;
  }
  .itsf-slider .intro__shape__item[data-type="2"] {
    right: -2px;
    top: 223px;
    width: 15px;
    height: 15px;
  }
  .itsf-slider .intro__shape__item[data-type="3"] {
    right: -10px;
    top: 680px;
    width: 15px;
    height: 15px;
  }
  .itsf-slider .intro__shape__item[data-type="4"] {
    left: 20px;
    bottom: 262px;
    width: 19px;
    height: 19px;
  }
  .itsf-slider .intro__shape__item[data-type="5"] {
    right: -5px;
    bottom: -10px;
    width: 25px;
    height: 25px;
  }
  .itsf-slider .intro__shape__item[data-type="6"] {
    left: -16px;
    bottom: 20px;
    width: 32px;
    height: 32px;
  }
  .itsf-slider .intro__shape__item[data-type="7"] {
    display: none;
  }
  .itsf-slider .intro__inner {
    padding: 35px 0;
    width: 100%;
  }
  .itsf-slider .intro__title {
    width: 221px;
    margin: 0 auto 20px;
  }
  .itsf-slider .intro__message {
    font-size: 16px;
    line-height: 1.6;
    width: calc(100% - 30px);
    margin: 0 auto 30px;
  }
  .itsf-slider .intro__mv {
    margin-bottom: 30px;
  }
  .itsf-slider .intro__mv__list__item {
    width: auto;
    position: relative;
    -webkit-transform: scale(1);
            transform: scale(1);
    padding: 0 20px;
  }
  .itsf-slider .intro__mv__list__item__image {
    margin-bottom: 0;
  }
  .itsf-slider .intro__mv__list__item__image img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .itsf-slider .intro__mv__list__item__box {
    width: 100%;
    margin-left: unset;
    position: static;
  }
  .itsf-slider .intro__mv__list__item__box__message {
    display: block;
    min-height: auto;
    font-weight: bold;
    font-size: 16px;
    padding: 15px 20px;
  }
  .itsf-slider .intro__mv__player {
    margin-top: 20px;
  }
  .itsf-slider .intro__mv__player__status {
    margin-right: 27px;
  }
  .itsf-slider .intro__mv__player__dots &gt; li {
    margin-right: 20px;
  }
  .itsf-slider .intro__mv__pager {
    display: none;
  }
  .itsf-slider .intro__trend {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .itsf-slider .intro__trend__title {
    font-size: 22px;
    letter-spacing: 0.88px;
    margin-bottom: 20px;
  }
  .itsf-slider .intro__trend__list {
    width: 100%;
  }
  .itsf-slider .intro__trend__list &gt; li a {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 7px 20px;
    font-size: 14px;
  }
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[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;
}


/* ------------------------------------------------
追従ボタン
------------------------------------------------ */
.mod-sticky-buttons__button {
  padding-right: 10px;
  text-align: left;
  flex-direction: row;
  padding: 0 0 0 var(--mod-sticky-buttons-icon-button-size);

}
.mod-sticky-buttons__button[data-skin=black] {
  color: #fff;
  border-color: #333;
  background-color: #333;
}
.mod-sticky-buttons__button .mod-sticky-buttons__icon svg,
.mod-sticky-buttons__details:not(.is-opened) .mod-sticky-buttons__toggle-icon .menu-open {
  display: none;
}
.mod-sticky-buttons__button[data-icon=mail] .mod-sticky-buttons__icon::before {
  content: '';
  display: inline-block;
  width: 34px;
  height: 34px;
  background: url(/-/media/Project/Canon/CanonJP/Website/biz/solution/smb/event/itsf/common/image/itsf/ico_contact.svg);
  position: absolute;
  left: 0;
}
.mod-sticky-buttons__button[data-icon=docs] .mod-sticky-buttons__icon::before {
  content: '';
  display: inline-block;
  width: 34px;
  height: 34px;
  background: url(/-/media/Project/Canon/CanonJP/Website/biz/solution/smb/event/itsf/common/image/itsf/ico_online.svg);
  position: absolute;
  left: 0;
}
@media (hover: hover) and (pointer: fine) {
  .mod-sticky-buttons__button[data-skin=black]:hover {
    background-color: #555;
  }
}
.mod-sticky-buttons__item:first-child .mod-sticky-buttons__button,
.mod-sticky-buttons__item:last-child .mod-sticky-buttons__button,
.mod-sticky-buttons__menu-toggle {
  border-radius: 30px 0 0 30px !important; 
}
.mod-sticky-buttons__item:first-child {
    margin-bottom: 8px;
}
.mod-sticky-buttons__icon {
  margin: 10px 10px 10px 13px;
}
.mod-sticky-buttons__details:not(.is-opened) .mod-sticky-buttons__menu-toggle span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1.125em;
  height: 0.125em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  top: 18%;
  left: 33%;
}
.mod-sticky-buttons__details:not(.is-opened) .mod-sticky-buttons__menu-toggle span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
/* ------------------------------------------------追従ボタン */</pre></body></html>