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

.op {
  display: block !important;
}

.os {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .op {
    display: none !important;
  }
  .os {
    display: block !important;
  }
}
/* ------------------------------
 width: all
------------------------------ */
body main .external-link-wrap .external-link {
  background-color: #a00012 !important;
}
body main .name-wrap {
  width: 47% !important;
  margin: 0 auto;
}
body main section.information .title .type.type-engei {
  background-color: #a00012;
}
body main section.overview-asanoma .overview-title-images .img-person {
  width: 186.5px;
  max-width: 21.2814645309%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 30px;
  z-index: 60;
}
body main section.overview-asanoma .overview-title-images .img-wrap::before {
  display: none !important;
}
body main section.overview-asanoma .overview-title-wrap .overview-title {
  background-color: #a00012 !important;
}
body main section.overview-asanoma .overview-txt-box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body main section.overview-asanoma .overview-txt-box .txt-box {
  width: 67%;
  padding-right: 15px;
}
body main section.overview-asanoma .overview-txt-box .txt-box h3 {
  font-size: 41px;
  font-weight: bold;
}
body main section.overview-asanoma .overview-txt-box .txt-box .t01 {
  line-height: 190%;
  margin-top: 20px;
}
body main section.overview-asanoma .overview-txt-box .txt-box .t02 {
  text-align: center;
  font-size: 28px;
  margin-top: 15px;
  color: #a00012;
  font-weight: bold;
}
body main section.overview-asanoma .overview-txt-box .txt-box .t03 {
  border: 3px solid #a00012;
  border-radius: 10px;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 190%;
  margin-top: 15px;
  position: relative;
}
body main section.overview-asanoma .overview-txt-box .txt-box .t03::before {
  content: "";
  display: block;
  width: 23px;
  height: 17.25px;
  background-image: url(../../img/works/asanoma/icon_tri.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 25px;
  right: -20px;
}
body main section.overview-asanoma .overview-txt-box .photo {
  width: 33%;
  max-width: 289.5px;
  display: block;
}
body main section.profile .t01 {
  text-align: center;
  background-color: #a00012;
  font-size: 39px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 40px;
}
body main section.profile .accordion-box .accordion-wrap .accordion-ttl {
  color: #a00012 !important;
  border: 4px solid #a00012 !important;
  background-color: #fff;
}
body main section.profile .arrow::before {
  background-color: #a00012 !important;
}
body main section.profile .arrow::after {
  background-color: #a00012 !important;
}
body main section.profile .accordion-contents.fb {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body main section.profile .accordion-contents.fb p {
  width: 53%;
  margin: 0;
  padding-right: 25px;
}
body main section.profile .accordion-contents.fb .accordion-photo {
  width: 47%;
}
body main section.profile .video-wrap-youtube {
  width: 100% !important;
  margin: 60px auto 0;
  padding-top: 56.25%;
  position: relative;
  border-radius: 2em;
  overflow: hidden;
  position: relative;
}
body main section.profile .video-wrap-youtube::after {
  content: "";
  display: block;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: 6px solid #232323;
  border-radius: 2em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
body main section.profile .video-wrap-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
body main section.s01 {
  margin-top: 35px;
}
body main section.s01 .wrapper .t01 {
  text-align: center;
  font-size: 39px;
  font-weight: bold;
  margin-bottom: 20px;
}
body main section.s01 .wrapper .text-wrap p {
  line-height: 190%;
}
body main section.s02 .wrapper .dl00 {
  margin-top: 50px;
}
body main section.s02 .wrapper .dl00:nth-child(even) dd img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0 0 0 15px;
}
body main section.s02 .wrapper .dl00:nth-child(even) dd p {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0 15px 0 0;
}
body main section.s02 .wrapper .dl00 dt {
  color: #a00012;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  border-bottom: 7px solid #a00012;
}
body main section.s02 .wrapper .dl00 dd {
  margin-top: 40px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body main section.s02 .wrapper .dl00 dd img {
  width: 50%;
  padding-right: 15px;
}
body main section.s02 .wrapper .dl00 dd p {
  width: 50%;
  padding-left: 15px;
  line-height: 190%;
}
body main section.s02 .wrapper .t01 {
  text-align: center;
  font-size: 39px;
  font-weight: bold;
  color: #fff;
  background-color: #a00012;
  margin-top: 80px;
}
body main section.s02 .wrapper .hukidashi_dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  max-width: 650px;
  margin: 50px auto 0;
}
body main section.s02 .wrapper .hukidashi_dl:nth-child(odd) dt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
body main section.s02 .wrapper .hukidashi_dl:nth-child(odd) dd {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0 30px 0 0;
}
body main section.s02 .wrapper .hukidashi_dl:nth-child(odd) dd .txt_hukidashi::before {
  background-image: url(../../img/works/hanamatsuri/icon_tri02.png);
  right: -20px;
  left: auto;
}
body main section.s02 .wrapper .hukidashi_dl:nth-child(odd) dd .name {
  text-align: right;
}
body main section.s02 .wrapper .hukidashi_dl dt {
  width: 35.5%;
  max-width: 246.5px;
}
body main section.s02 .wrapper .hukidashi_dl dt img {
  width: 100%;
  display: block;
}
body main section.s02 .wrapper .hukidashi_dl dd {
  width: 64.5%;
  padding-left: 30px;
}
body main section.s02 .wrapper .hukidashi_dl dd .txt_hukidashi {
  width: 100%;
  border: 3px solid #a00012;
  border-radius: 10px;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 190%;
  margin-top: 15px;
  position: relative;
}
body main section.s02 .wrapper .hukidashi_dl dd .txt_hukidashi::before {
  content: "";
  display: block;
  width: 23px;
  height: 17.25px;
  background-image: url(../../img/works/hanamatsuri/icon_tri01.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 20px;
  left: -20px;
}
body main section.s02 .wrapper .hukidashi_dl dd .name {
  width: 320px;
  max-width: 100%;
  margin-top: 15px;
}
body main section.s02 .wrapper .hukidashi_dl dd .name p {
  display: block;
  max-width: 100%;
  border: 3px solid #201513;
  padding: 10px 10px 7px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
body main section.s02 .wrapper .hukidashi_dl dd .name p span {
  font-size: 16px;
}
body main section.s02 .wrapper .t02 {
  text-align: center;
  font-size: 39px;
  font-weight: bold;
  color: #ffd900;
  background-color: #a00012;
  margin-top: 80px;
}
body main section.s02 .wrapper .map {
  width: 100%;
  display: block;
}
body main section.mission .swiper {
  background-color: #fff;
}
body main section.mission .swiper p {
  line-height: 190% !important;
}
body main section.mission .t02 {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  margin-top: 50px;
}
body main section.mission .linklist {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-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;
  max-width: 720px;
  margin: 10px auto 0;
}
body main section.mission .linklist li {
  width: 23.5%;
}
body main section.mission .linklist li a {
  display: block;
  width: 100%;
}
body main section.mission .linklist li a img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 768px) {
  body main section.profile .accordion-box .accordion-wrap .accordion-ttl {
    font-size: 20px;
    letter-spacing: 2px !important;
  }
}
@media screen and (max-width: 540px) {
  body main .external-link-wrap .external-link {
    background-color: #a00012 !important;
  }
  body main .name-wrap {
    width: 67% !important;
    margin: 0 auto;
  }
  body main section.information .title .type.type-engei {
    background-color: #a00012;
  }
  body main section.overview-asanoma .overview-title-images .img-person {
    width: 186.5px;
    max-width: 21.2814645309%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 30px;
    z-index: 60;
  }
  body main section.overview-asanoma .overview-title-images .img-wrap::before {
    display: none !important;
  }
  body main section.overview-asanoma .overview-title-wrap .overview-title {
    background-color: #a00012 !important;
  }
  body main section.overview-asanoma .overview-txt-box {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body main section.overview-asanoma .overview-txt-box .txt-box {
    width: 67%;
    padding-right: 15px;
  }
  body main section.overview-asanoma .overview-txt-box .txt-box h3 {
    font-size: 41px;
    font-weight: bold;
  }
  body main section.overview-asanoma .overview-txt-box .txt-box .t01 {
    line-height: 190%;
    margin-top: 20px;
  }
  body main section.overview-asanoma .overview-txt-box .txt-box .t02 {
    text-align: center;
    font-size: 28px;
    margin-top: 15px;
    color: #a00012;
    font-weight: bold;
  }
  body main section.overview-asanoma .overview-txt-box .txt-box .t03 {
    border: 3px solid #a00012;
    border-radius: 10px;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 190%;
    margin-top: 15px;
    position: relative;
  }
  body main section.overview-asanoma .overview-txt-box .txt-box .t03::before {
    content: "";
    display: block;
    width: 23px;
    height: 17.25px;
    background-image: url(../../img/works/asanoma/icon_tri.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 25px;
    right: -20px;
  }
  body main section.overview-asanoma .overview-txt-box .photo {
    width: 33%;
    max-width: 289.5px;
    display: block;
  }
  body main section.profile .t01 {
    text-align: center;
    background-color: #a00012;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 40px;
  }
  body main section.profile .accordion-box .accordion-wrap .accordion-ttl {
    color: #a00012 !important;
    border: 4px solid #a00012 !important;
    background-color: #fff;
  }
  body main section.profile .arrow::before {
    background-color: #a00012 !important;
  }
  body main section.profile .arrow::after {
    background-color: #a00012 !important;
  }
  body main section.profile .accordion-contents.fb {
    width: 100%;
    padding-top: 20px;
    display: block;
  }
  body main section.profile .accordion-contents.fb p {
    width: 100%;
    margin: 0;
  }
  body main section.profile .accordion-contents.fb .accordion-photo {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
  }
  body main section.profile .video-wrap-youtube {
    width: 100% !important;
    margin: 40px auto 0;
    padding-top: 56.25%;
    position: relative;
    border-radius: 1em;
    overflow: hidden;
    position: relative;
  }
  body main section.profile .video-wrap-youtube::after {
    content: "";
    display: block;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: 4px solid #232323;
    border-radius: 1em;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  body main section.profile .video-wrap-youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  body main section.s01 {
    margin-top: 35px;
  }
  body main section.s01 .wrapper .t01 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  body main section.s01 .wrapper .text-wrap p {
    line-height: 190%;
  }
  body main section.s02 .wrapper .dl00 {
    margin-top: 30px;
  }
  body main section.s02 .wrapper .dl00:nth-child(even) dd img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0 0 0 15px;
  }
  body main section.s02 .wrapper .dl00:nth-child(even) dd p {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 15px 0 0;
  }
  body main section.s02 .wrapper .dl00 dt {
    color: #a00012;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 4px solid #a00012;
  }
  body main section.s02 .wrapper .dl00 dd {
    margin-top: 20px;
    display: block;
  }
  body main section.s02 .wrapper .dl00 dd img {
    width: 100%;
    padding: 0 !important;
    display: block;
  }
  body main section.s02 .wrapper .dl00 dd p {
    width: 100%;
    padding: 0 !important;
    line-height: 190%;
    margin-top: 15px;
  }
  body main section.s02 .wrapper .t01 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #a00012;
    margin-top: 50px;
  }
  body main section.s02 .wrapper .hukidashi_dl {
    display: block;
    max-width: 650px;
    margin: 30px auto 0;
  }
  body main section.s02 .wrapper .hukidashi_dl:nth-child(odd) dt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  body main section.s02 .wrapper .hukidashi_dl:nth-child(odd) dd {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0;
  }
  body main section.s02 .wrapper .hukidashi_dl:nth-child(odd) dd .txt_hukidashi::before {
    background-image: url(../../img/works/hanamatsuri/icon_tri02.png);
    right: -20px;
    left: auto;
  }
  body main section.s02 .wrapper .hukidashi_dl:nth-child(odd) dd .name {
    text-align: right;
  }
  body main section.s02 .wrapper .hukidashi_dl dt {
    width: 50%;
    max-width: 246.5px;
    margin: 0 auto;
  }
  body main section.s02 .wrapper .hukidashi_dl dt img {
    width: 100%;
    display: block;
  }
  body main section.s02 .wrapper .hukidashi_dl dd {
    width: 100%;
    padding-left: 0px;
  }
  body main section.s02 .wrapper .hukidashi_dl dd .txt_hukidashi {
    width: 100%;
    border: 3px solid #a00012;
    border-radius: 10px;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 190%;
    margin-top: 15px;
    position: relative;
  }
  body main section.s02 .wrapper .hukidashi_dl dd .txt_hukidashi::before {
    display: none !important;
  }
  body main section.s02 .wrapper .hukidashi_dl dd .name {
    width: 320px;
    max-width: 100%;
    margin-top: 15px;
  }
  body main section.s02 .wrapper .hukidashi_dl dd .name p {
    display: block;
    max-width: 100%;
    border: 3px solid #201513;
    padding: 10px 10px 7px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
  }
  body main section.s02 .wrapper .hukidashi_dl dd .name p span {
    font-size: 16px;
  }
  body main section.s02 .wrapper .t02 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #ffd900;
    background-color: #a00012;
    margin-top: 50px;
  }
  body main section.s02 .wrapper .map {
    width: 100%;
    display: block;
  }
  body main section.mission .swiper {
    background-color: #fff;
  }
  body main section.mission .swiper p {
    line-height: 190% !important;
  }
  body main section.mission .t02 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-top: 30px;
  }
  body main section.mission .linklist {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 10px;
    margin: 10px auto 0;
  }
  body main section.mission .linklist li {
    width: calc(50% - 5px);
  }
  body main section.mission .linklist li a {
    display: block;
    width: 100%;
  }
  body main section.mission .linklist li a img {
    width: 100%;
    display: block;
  }
}