@charset "UTF-8";
/***********************************************************************
preset
**********************************************************************/
/***************************************************************************************************************************
module
**************************************************************************************************************************/
.mod-btn {
  border: 2px solid #FFF39E;
  background: #FFF39E;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: inline-block;
  margin: 0 auto;
}

.mod-btn a {
  display: block;
  padding: 10px 40px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #FFF;
}

.mod-btn:hover {
  background: #FFF;
  border: 2px solid #FFF39E;
}
.mod-btn:hover a {
  color: #FFF39E;
}

.mod-link {
  background: url("../img/right-arrow.png") no-repeat 0 6px;
  -webkit-transition: color 500ms;
  transition: color 500ms;
  background-size: 15px;
}
.mod-link a {
  padding-left: 18px;
}
.mod-link a:hover {
  opacity: 0.7;
}

.mod-link:hover {
  color: #000;
}

/***********************************************************************
media query
**********************************************************************/
@media only screen and (max-width: 750px) {
  .mod-btn {
    border: 2px solid #FFF39E;
    background: #FFF39E;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display: inline-block;
    margin: 0 auto;
  }
  .mod-btn a {
    display: block;
    padding: 5px 30px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #FFF;
  }
  .mod-btn:hover {
    background: #FFF;
    border: 2px solid #FFF39E;
  }
  .mod-btn:hover a {
    color: #FFF39E;
  }
}
ul {
  list-style-type: none !important;
}

a img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:hover img {
  opacity: 0.7;
}

.en-select .jp-only {
  display: none !important;
}
.en-select .en-only {
  display: block !important;
}

.ja-select .en-only, .other-select .en-only {
  display: none !important;
}
.ja-select .jp-only, .other-select .jp-only {
  display: block !important;
}

/***********************************************************************
base style
**********************************************************************/
html {
  font-size: 62.5%;
}

body {
  color: #FFF;
  background-color: #0f2d49;
  background-image: url("../img/bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  overflow-x: hidden;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  line-height: 1.71;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

img {
  vertical-align: top;
}

a {
  -webkit-transition: color 0.2s ease 0s;
  transition: color 0.2s ease 0s;
  text-decoration: none;
  color: #FFF39E;
}

a:hover {
  text-decoration: none;
}

.inner {
  width: 1000px;
  margin: 0 auto;
}

h2 {
  color: #FFF39E;
}

.content-title {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: bold;
  margin-bottom: 60px;
  text-align: center;
  position: relative;
}

.event-block .content-title:before {
  content: "";
  display: block;
  width: 419px;
  height: 180px;
  background: url("../img/event-ttl.png") no-repeat 0 0;
  background-size: contain;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.Program-block .content-title:before {
  content: "";
  display: block;
  width: 661px;
  height: 181px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../img/program-ttl.png") no-repeat 0 0;
  background-size: 661px 181px;
  position: absolute;
  bottom: -30px;
  left: 50%;
}

.Access-block .content-title:before {
  content: "";
  display: block;
  width: 523px;
  height: 181px;
  background: url("../img/access-ttl.png") no-repeat 0 0;
  background-size: contain;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/***********************************************************************
parts
**********************************************************************/
.sp-br {
  display: none;
}

.pc {
  display: inline-block;
}

.sp {
  display: none;
}

/***********************************************************************
global-header
**********************************************************************/
.global-header {
  margin: 0 auto;
  z-index: 1000;
  position: relative;
}
.global-header .language-switcher {
  position: fixed;
  right: 3vw;
  top: 40px;
}
.global-header .sns-list {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 45px;
  left: 130px;
  margin-left: 0px;
}
.global-header .sns-list dt {
  margin-right: 15px;
  font-weight: bold;
  position: relative;
  padding: 12px 16px 12px 0px;
}
.global-header .sns-list dt span br {
  display: none;
}
.global-header .sns-list dt::before {
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  width: 40px;
  height: 1px;
  -webkit-transform: rotate(24deg);
          transform: rotate(24deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFF;
}
.global-header .sns-list dt::after {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 0;
  width: 40px;
  height: 1px;
  -webkit-transform: rotate(-24deg);
          transform: rotate(-24deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFF;
}
.global-header .sns-list dd ul li {
  display: inline-block;
  margin-right: 10px;
}
.global-header .sns-list dd ul li img {
  display: inline-block;
  margin-right: 0px;
}
.global-header button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  cursor: pointer;
}
.global-header .language-switcher button.lang-btn {
  margin-top: 0.1875rem;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 3px;
  padding-left: 2px;
  margin-right: 10px;
  letter-spacing: 0.1em;
  border: 1px solid #FFF;
  border-radius: 100px;
  text-align: center;
  color: #FFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.global-header .language-switcher .lang-dropdown button {
  width: 100%;
  height: auto;
  padding: 10px;
  font-weight: bold;
}
.global-header .language-switcher button.active {
  background: #FFF;
  color: #08223A;
}
.global-header .drawer-menu {
  position: absolute;
  left: 3vw;
  top: 40px;
}
.global-header .drawer-menu .menu {
  position: fixed;
  width: 60px;
  height: 60px;
  background: url("../img/menu-btn.png") no-repeat 0 0;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.global-header .drawer-menu .menu a {
  display: block;
  width: 60px;
  height: 60px;
}
.global-header .drawer-menu.on .menu {
  background: url("../img/close-btn.png") no-repeat 0 0;
  background-size: contain;
}

/***********************************************************************
main-vis
**********************************************************************/
.main-vis {
  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;
  position: relative;
}
.main-vis .main-img img {
  padding-top: 10.7638888889vw;
  width: 37.8611111111vw;
  height: auto;
}
.main-vis .copy {
  position: absolute;
  right: 22.8055555556vw;
  top: 7vw;
}
.main-vis .copy img {
  width: 6.2986111111vw;
  height: auto;
}
.main-vis .ticket-btn {
  position: fixed;
  bottom: 40px;
  right: 50px;
  z-index: 100;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.main-vis .ticket-btn a img {
  width: 120px;
}
.main-vis .ticket-btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.logo {
  text-align: right;
  display: block;
  max-width: 660px;
  margin: 0 auto;
  font-size: 13px;
  font-size: 1.3rem;
}
.logo img {
  width: 412px;
  display: inline-block;
}
.logo span {
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

.logo.logo2 {
  margin: 10px auto;
}
.logo.logo2 img {
  width: 160px;
}

.main-vis .copy {
  display: none;
}

.en-select .main-vis .copy {
  display: none;
}
.en-select .en-copy {
  display: block;
}

.ja-select .main-vis .copy {
  display: block;
}
.ja-select .en-copy {
  display: none;
}

.loop-left {
  margin-top: 220px;
  margin-bottom: 10px;
}

.loop-right {
  margin-bottom: 200px;
}

.en-copy {
  margin-top: 50px;
  font-family: "dnp-shuei-mincho-pr6n", serif;
  font-weight: 500;
  text-align: center;
  color: #FFF39E;
  font-size: 20px;
  font-size: 2rem;
}

.concept-block {
  text-align: center;
  margin-bottom: 220px;
}
.concept-block h2 {
  font-family: "dnp-shuei-mincho-pr6n", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 36px;
  font-size: 3.6rem;
  margin-bottom: 30px;
}
.concept-block p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2em;
}

.event-block {
  margin-bottom: 200px;
  font-size: 16px;
  font-size: 1.6rem;
}
.event-block ul li {
  margin-bottom: 30px;
}
.event-block ul li dl {
  display: table;
  width: 660px;
  padding-bottom: 30px;
  border-bottom: 2px solid #FFF;
  margin: 0 auto;
}
.event-block ul li dl dt {
  display: table-cell;
  width: 100px;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  padding-right: 20px;
}
.event-block ul li dl dd {
  display: table-cell;
}
.event-block ul li dl dd .date {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.event-block ul li dl dd .text span {
  padding-bottom: 10px;
  display: block;
  text-indent: -1em;
  margin-left: 1em;
}
.event-block ul li dl dd .text span span {
  font-weight: bold;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  padding-top: 10px;
  margin-left: 1em;
}
.event-block ul li dl dd .name {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
.event-block ul .event-item .text {
  margin-bottom: 10px;
}
.event-block ul .event-item img {
  width: 350px;
}
.event-block .auth-box {
  font-size: 13px;
  font-size: 1.3rem;
  max-width: 660px;
  margin: 0 auto 0px;
  text-align: right;
}
.event-block .attention {
  font-size: 13px;
  font-size: 1.3rem;
  max-width: 660px;
  margin: 0 auto;
  text-align: right;
}

.Program-block {
  margin-bottom: 200px;
}
.Program-block .program-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 250px;
  -webkit-column-gap: 27px;
     -moz-column-gap: 27px;
          column-gap: 27px;
}
.Program-block .program-list li {
  border-radius: 17px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  position: relative;
  background: #FFF;
}
.Program-block .program-list li a {
  padding: 20px 20px 40px 20px;
  color: #000000;
  display: block;
}
.Program-block .program-list li a span img {
  display: inline-block;
  margin-top: -60px;
  margin-bottom: 20px;
}
.Program-block .program-list li a .name {
  font-size: 15px;
  font-size: 1.5rem;
  display: block;
}
.Program-block .program-list li a .title {
  display: block;
  padding-top: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  padding-bottom: 5px;
}
.Program-block .program-list li a dd {
  padding-top: 0px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3em;
}
.Program-block .program-list li a dd .sub-copy {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3em;
  padding-top: 5px;
}
.Program-block .program-list li a dd .en-big {
  font-size: 20px;
  font-size: 2rem;
  display: block;
}
.Program-block .program-list li a dd .en-small {
  font-size: 13px;
  font-size: 1.3rem;
}
.Program-block .program-list li:first-child a dd, .Program-block .program-list li:first-child a .title {
  color: #BD9251;
}
.Program-block .program-list li:first-child:after {
  content: "";
  display: block;
  width: 20px;
  height: 13px;
  background: url("../img/arrow-vol1.svg") no-repeat 0 0;
  position: absolute;
  background-size: contain;
  left: 50%;
  bottom: 10px;
  margin-left: -10px;
}
.Program-block .program-list li:first-child:before {
  content: "";
  display: block;
  width: 16.3px;
  height: 37.5px;
  background: url("../img/vol1-icon.svg") no-repeat 0 0;
  position: absolute;
  background-size: contain;
  left: 0;
  top: 20px;
}
.Program-block .program-list li:nth-child(2):after {
  content: "";
  display: block;
  width: 20px;
  height: 13px;
  background: url("../img/arrow-vol2.svg") no-repeat 0 0;
  position: absolute;
  background-size: contain;
  left: 50%;
  bottom: 10px;
  margin-left: -10px;
}
.Program-block .program-list li:nth-child(2):before {
  content: "";
  display: block;
  width: 16.3px;
  height: 37.5px;
  background: url("../img/vol2-icon.svg") no-repeat 0 0;
  position: absolute;
  background-size: contain;
  left: 0;
  top: 20px;
}
.Program-block .program-list li:nth-child(3):after {
  content: "";
  display: block;
  width: 20px;
  height: 13px;
  background: url("../img/arrow-vol3.svg") no-repeat 0 0;
  position: absolute;
  background-size: contain;
  left: 50%;
  bottom: 10px;
  margin-left: -10px;
}
.Program-block .program-list li:nth-child(3):before {
  content: "";
  display: block;
  width: 16.3px;
  height: 37.5px;
  background: url("../img/vol3-icon.svg") no-repeat 0 0;
  position: absolute;
  background-size: contain;
  left: 0;
  top: 20px;
}
.Program-block .program-list li:nth-child(4):after {
  content: "";
  display: block;
  width: 20px;
  height: 13px;
  background: url("../img/arrow-vol4.svg") no-repeat 0 0;
  position: absolute;
  background-size: contain;
  left: 50%;
  bottom: 10px;
  margin-left: -10px;
}
.Program-block .program-list li:nth-child(4):before {
  content: "";
  display: block;
  width: 16.3px;
  height: 37.5px;
  background: url("../img/vol4-icon.svg") no-repeat 0 0;
  position: absolute;
  background-size: contain;
  left: 0;
  top: 20px;
}
.Program-block .program-list li:nth-child(2) a dd, .Program-block .program-list li:nth-child(2) a .title {
  color: #C30D23;
}
.Program-block .program-list li:nth-child(3) a dd, .Program-block .program-list li:nth-child(3) a .title {
  color: #00A0E9;
}
.Program-block .program-list li:nth-child(4) a dd, .Program-block .program-list li:nth-child(4) a .title {
  color: #EF7A00;
}
.Program-block .program-box {
  margin-bottom: 50px;
  background-color: #FFF;
  border-radius: 20px;
  padding: 50px;
  color: #09223A;
}
.Program-block .program-box .content-box {
  border-bottom: 1px solid #09223A;
  padding-bottom: 40px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Program-block .program-box .content-box .left-img {
  width: 350px;
}
.Program-block .program-box .content-box .right-text {
  width: 640px;
  padding-left: 30px;
}
.Program-block .program-box .content-box .right-text .name {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.Program-block .program-box .content-box .right-text .title {
  font-size: 20px;
  font-size: 2rem;
  padding-top: 10px;
  margin-bottom: 0px;
}
.Program-block .program-box .content-box .right-text .copy {
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.Program-block .program-box .content-box .right-text .en-big {
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.Program-block .program-box .content-box .right-text .en-small {
  font-size: 20px;
  font-size: 2rem;
  padding-top: 0px;
  margin-bottom: 20px;
}
.Program-block .program-box .content-box .right-text .sub-copy {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3em;
  padding-top: 5px;
  margin-top: -20px;
  margin-bottom: 20px;
  color: #C30D23;
}
.Program-block .program-box .content-box .right-text .text {
  font-size: 18px;
  font-size: 1.8rem;
}
.Program-block .program-box .program-info .event-box {
  margin-bottom: 30px;
}
.Program-block .program-box .program-info .event-box .event-ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.Program-block .program-box .program-info .event-box a {
  color: #09223A;
  text-decoration: underline;
}
.Program-block .program-box .program-info .event-box a:hover {
  text-decoration: none;
}
.Program-block .program-box .program-info .event-box .event-text {
  margin-bottom: 10px;
}
.Program-block .program-box .program-info .event-box .event-name.attention {
  font-size: 14px;
  font-size: 1.4rem;
  padding-top: 0px;
  padding-bottom: 10px;
}
.Program-block .program-box .program-info .profile-box {
  margin-top: 20px;
  border-radius: 20px;
  padding: 30px 30px;
  border: 1px dotted #09223A;
}
.Program-block .program-box .program-info .profile-box .name {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.Program-block .program-box .program-info .date br {
  display: none;
}
.Program-block .program-box .program-info .attention {
  padding-top: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}
.Program-block .program-box .program-info ul li {
  margin-bottom: 30px;
}
.Program-block .program-box .program-info ul .access .mod-link a {
  color: #08223A;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
}
.Program-block .program-box .program-info ul dl {
  display: table;
}
.Program-block .program-box .program-info ul dl dt {
  display: table-cell;
  width: 240px;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
.Program-block .program-box .program-info ul dl dd {
  display: table-cell;
}
.Program-block .program-box .program-info ul dl dd .date {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.Program-block .program-box .program-info ul dl dd .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Program-block .program-box .program-info ul dl dd .time p .circle {
  border: 1px solid #09223A;
  border-radius: 100px;
  font-weight: bold;
  padding: 5px 13px;
  margin-right: 5px;
}
.Program-block .program-box .program-info ul dl dd .price .price-num {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
.Program-block .program-box .program-info ul dl dd .auther-box {
  margin-bottom: 20px;
}
.Program-block .program-box .program-info ul dl dd .auther-box .auther-name {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.Program-block .program-box .program-info ul dl dd .auther-box .auther-name i {
  font-style: normal !important;
}
.Program-block .program-box .program-info ul dl dd .auther-box .auther-name a {
  color: #09223A;
  text-decoration: underline;
}
.Program-block .program-box .program-info ul dl dd .auther-box .auther-name a:hover {
  text-decoration: none;
}
.Program-block .program-box .program-info ul dl dd .auther-box .auther-name span {
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 5px;
}
.Program-block .program-box .program-info ul dl dd .auther-box .text {
  font-size: 15px;
  font-size: 1.5rem;
}
.Program-block .program-box .program-info ul dl dd .auther-box.auther02 {
  margin-bottom: 0;
}
.Program-block .program-box .program-info ul dl dd .auther02 i {
  font-style: italic;
}
.Program-block .program-box .program-info ul dl dd .gallery-ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.Program-block .young-box {
  margin-top: 50px;
  border-radius: 20px;
  padding: 30px 30px;
  border: 1px dotted #09223A;
}
.Program-block .young-box .content-box {
  padding: 0;
  padding-bottom: 10px;
}
.Program-block .young-box .content-box .left-img {
  width: 220px;
}
.Program-block .young-box .content-box .right-text {
  width: 580px;
  padding-left: 30px;
}
.Program-block .young-box .content-box .right-text .name {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.Program-block .young-box .content-box .right-text .title {
  font-size: 18px;
  font-size: 1.8rem;
  padding-top: 10px;
  margin-bottom: 0px;
}
.Program-block .young-box .content-box .right-text .copy {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #09223A;
  line-height: 1.4em;
}
.Program-block .young-box .content-box .right-text .text {
  font-size: 15px;
  font-size: 1.5rem;
}
.Program-block .young-box .program-info .date br {
  display: none;
}
.Program-block .young-box .program-info .attention {
  padding-top: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}
.Program-block .young-box .program-info ul li {
  margin-bottom: 30px;
}
.Program-block .young-box .program-info ul .access .mod-link a {
  color: #08223A;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
}
.Program-block .young-box .program-info ul dl {
  display: table;
}
.Program-block .young-box .program-info ul dl dt {
  display: table-cell;
  width: 160px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
.Program-block .young-box .program-info ul dl dd {
  display: table-cell;
}
.Program-block .young-box .program-info ul dl dd .date {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.Program-block .young-box .program-info ul dl dd .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-size: 1.5rem;
}
.Program-block .young-box .program-info ul dl dd .time p .circle {
  border: 1px solid #09223A;
  border-radius: 100px;
  font-weight: bold;
  padding: 5px 13px;
  margin-right: 5px;
}
.Program-block .young-box .program-info ul dl dd .price .price-num {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.Program-block .young-box .program-info ul dl dd .auther-box {
  margin-bottom: 20px;
}
.Program-block .young-box .program-info ul dl dd .auther-box .auther-name {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.Program-block .young-box .program-info ul dl dd .auther-box .auther-name i {
  font-style: normal !important;
}
.Program-block .young-box .program-info ul dl dd .auther-box .auther-name a {
  color: #09223A;
  text-decoration: underline;
}
.Program-block .young-box .program-info ul dl dd .auther-box .auther-name a:hover {
  text-decoration: none;
}
.Program-block .young-box .program-info ul dl dd .auther-box .auther-name span {
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 5px;
}
.Program-block .young-box .program-info ul dl dd .auther-box .text {
  font-size: 15px;
  font-size: 1.5rem;
}
.Program-block .young-box .program-info ul dl dd .auther-box.auther02 {
  margin-bottom: 0;
}
.Program-block .young-box .program-info ul dl dd .gallery-ttl {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.program01 .copy, .program01 .title, .program01 .en-big, .program01 .en-small {
  color: #BD9251;
}

.program02 .copy, .program02 .title, .program02 .en-big, .program02 .en-small {
  color: #C30D23;
}

.program03 .copy, .program03 .title, .program03 .en-big, .program03 .en-small {
  color: #00A0E9;
}

.program04 .copy, .program04 .title, .program04 .en-big, .program04 .en-small {
  color: #EF7A00;
}

.program04 .right-copy, .program03 .right-copy {
  padding-top: 10px;
  font-size: 10px;
  font-size: 1rem;
  text-align: left;
}
.program04 .right-copy span, .program03 .right-copy span {
  display: block;
}

.Access-block {
  background: #FFF;
  border-radius: 120px;
  margin-bottom: 120px;
  padding: 200px 0;
  color: #09223A;
}
.Access-block .inner {
  width: 900px;
}
.Access-block .inner h2 {
  color: #09223A;
}
.Access-block .inner .map .google-map iframe {
  width: 100%;
  height: 350px;
  margin-bottom: 30px;
}
.Access-block .access-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Access-block .access-info .text-box {
  width: 50%;
}
.Access-block .access-info .text-box .ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.Access-block .access-info .text-box .text {
  font-size: 15px;
  font-size: 1.5rem;
}
.Access-block .access-info .text-box a {
  color: #09223A;
  text-decoration: underline;
}
.Access-block .access-info .text-box a:hover {
  text-decoration: none;
}

/***********************************************************************
drawer
**********************************************************************/
.drawer-menu-contents {
  background-color: #08223A;
  position: fixed;
  z-index: 100;
  opacity: 0;
  text-align: center;
  display: none;
  padding-bottom: 40px;
  width: 100%;
  height: 100vh;
  top: 0px;
  font-size: 32px;
  font-size: 3.2rem;
  left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.05em;
}
.drawer-menu-contents ul li {
  font-weight: bold;
  margin-bottom: 20px;
}
.drawer-menu-contents .sns {
  margin-top: 40px;
}
.drawer-menu-contents .sns li {
  display: inline-block;
  margin: 0 10px;
}
.drawer-menu-contents .sns li img {
  width: 50px;
  height: 50px;
}

.menu {
  z-index: 1000;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}

.menu:hover {
  opacity: 0.6;
}

.drawer-menu.on {
  height: 100%;
}

/***********************************************************************
global-footer
**********************************************************************/
.global-footer {
  padding-bottom: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.global-footer dl {
  display: inline-block;
  margin-bottom: 40px;
}
.global-footer dl dt {
  margin-bottom: 30px;
  text-align: center;
}
.global-footer dl dt img {
  display: inline-block;
  width: 350px;
}
.global-footer dl dd a {
  display: inline-block;
  margin: 0 10px;
}
.global-footer dl dd a img {
  width: 50px;
  height: 50px;
}
.global-footer .copyright {
  font-size: 13px;
  font-size: 1.3rem;
}
.global-footer .copyright a {
  color: #FFF;
  text-decoration: underline;
}
.global-footer .copyright a:hover {
  text-decoration: none;
}

/***********************************************************************
media query
**********************************************************************/
.slick-dots li {
  margin: 0 !important;
}

@media only screen and (max-width: 750px) {
  /***********************************************************************
  base style
  **********************************************************************/
  body {
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    line-height: 1.71;
    font-size: 14px;
    font-size: 1.4rem;
    background-color: #0f2d49;
    background-image: url("../img/sp-bg.png");
    background-repeat: repeat-y;
    background-position: top center;
    background-attachment: fixed;
    background-size: contain;
  }
  .sp-br, .drawer-menu {
    display: block;
  }
  .pc {
    display: none;
  }
  .sp {
    display: inline-block;
  }
  .gray-bg {
    height: 200px;
  }
  .inner {
    width: 92%;
    margin: 0 4%;
  }
  .inner .contents-block {
    padding: 30px 20px;
  }
  .en-copy {
    display: none;
  }
  .en-select .main-vis .copy {
    display: none;
  }
  .en-select .en-copy {
    display: none;
  }
  .ja-select .main-vis .copy {
    display: none;
  }
  .ja-select .en-copy {
    display: none;
  }
  .content-title {
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
  }
  .event-block .content-title:before {
    content: "";
    display: block;
    width: 209.5px;
    height: 90px;
    background: url("../img/event-ttl.png") no-repeat 0 0;
    position: absolute;
    background-size: contain;
    bottom: -15px;
    left: 50%;
  }
  .Program-block .content-title:before {
    content: "";
    display: block;
    width: 330.5px;
    height: 90.5px;
    background: url("../img/program-ttl.png") no-repeat 0 0;
    position: absolute;
    background-size: contain;
    bottom: -15px;
    left: 50%;
  }
  .Access-block .content-title:before {
    content: "";
    display: block;
    width: 261.5px;
    height: 90.5px;
    background: url("../img/access-ttl.png") no-repeat 0 0;
    position: absolute;
    background-size: contain;
    bottom: -15px;
    left: 50%;
  }
  /***********************************************************************
  global-header
  **********************************************************************/
  .global-header {
    width: 100%;
    margin-bottom: 20px;
  }
  .global-header .drawer-menu {
    position: absolute;
    right: 4%;
    top: 20px;
  }
  .global-header .drawer-menu .menu {
    position: fixed;
    margin-left: 0px;
    width: 50px;
    height: 50px;
    /*
    background: url("../img/menu-btn-sp.png") no-repeat 0 0;
    */
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .global-header .drawer-menu .menu a {
    width: 50px;
    height: 50px;
  }
  .global-header .drawer-menu.on .menu {
    width: 50px;
    height: 50px;
    /*
    background: url("../img/close-btn-sp.png") no-repeat 0 0;
    */
    background-size: contain;
  }
  .global-header .lead-text {
    font-size: 9px;
    font-size: 0.9rem;
    left: 4%;
    line-height: 1.4em;
    top: 20px;
  }
  .drawer-menu-contents ul {
    margin-top: 50px;
  }
  .drawer-menu-contents ul li {
    font-size: 20px;
    font-size: 2rem;
  }
  .global-header {
    margin: 0 auto;
    z-index: 1000;
    position: relative;
  }
  .global-header h1 {
    position: absolute;
    left: 4%;
    top: 20px;
  }
  .global-header h1 img {
    width: 60px;
    height: auto;
  }
  .global-header .sns-list {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 25px;
    left: 20vw;
    margin-left: 0px;
  }
  .global-header .sns-list dt {
    margin-right: 10px;
    font-weight: normal;
    font-size: 11px;
    max-width: 18vw;
    padding: 3px 3px 3px 0px;
  }
  .global-header .sns-list dt span br {
    display: block;
  }
  .global-header .sns-list dt::before {
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    width: 25px;
    height: 1px;
    -webkit-transform: rotate(24deg);
            transform: rotate(24deg);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #FFF;
  }
  .global-header .sns-list dt::after {
    content: "";
    position: absolute;
    bottom: -3px;
    right: 0;
    width: 25px;
    height: 1px;
    -webkit-transform: rotate(-24deg);
            transform: rotate(-24deg);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #FFF;
  }
  .global-header .sns-list dd ul li {
    display: inline-block;
    margin-right: 5px;
  }
  .global-header .sns-list dd ul li img {
    display: inline-block;
    margin-right: 0px;
    width: 30px;
    height: 30px;
  }
  .global-header .language-switcher {
    position: fixed;
    right: 4%;
    top: 25px;
    margin-right: 0px;
  }
  .global-header .language-switcher button.lang-btn {
    margin-top: 0.1875rem;
    width: auto;
    height: auto;
    line-height: 4vb;
    font-weight: bold;
    font-size: 11px;
    padding-bottom: 3px;
    padding-left: 0 !important;
    margin-right: 0 !important;
    letter-spacing: 0.1em;
    border: none;
    border-radius: 100px;
    text-align: center;
    color: #C8E6F9;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .global-header .lang-dropdown-btn {
    border: 1px solid #C8E6F9;
  }
  .global-header .language-switcher .lang-dropdown button {
    width: 100%;
    height: auto;
    padding: 3px;
    color: #C8E6F9;
    font-size: 11px;
  }
  .global-header .language-switcher button.active {
    background: none !important;
    color: #FFF39E;
  }
  /***********************************************************************
  main-vis
  **********************************************************************/
  .main-vis {
    height: auto;
    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;
    position: relative;
  }
  .main-vis .main-img img {
    padding-top: 25.7638888889vw;
    width: 70.8611111111vw;
    height: auto;
  }
  .main-vis .copy {
    display: none;
    position: absolute;
    right: 11.8055555556vw;
    top: 5vw;
  }
  .main-vis .copy img {
    width: 15.7986111111vw;
    height: auto;
  }
  .main-vis .ticket-btn {
    position: fixed;
    bottom: 30px;
    right: 4%;
    z-index: 100;
  }
  .main-vis .ticket-btn a img {
    width: 100px;
  }
  .sp-copy {
    font-family: "dnp-shuei-mincho-pr6n", serif;
    font-weight: 500;
    color: #FFF39E;
    text-align: center;
    padding: 0 4%;
    display: block;
    padding-top: 30px;
    text-shadow: 1px 1px 2px black, 0 0 1em #0f2d49, 0 0 0.2em #0f2d49;
    margin-bottom: 80px;
  }
  .loop-left {
    margin-top: 0px;
    margin-bottom: 5px;
  }
  .loop-right {
    margin-bottom: 100px;
  }
  .logo {
    text-align: left;
    display: block;
    max-width: auto;
    margin: 0 auto;
    font-size: 10px;
    font-size: 1rem;
  }
  .logo img {
    width: 90%;
    display: inline-block;
  }
  .logo span {
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
  }
  .logo.logo2 img {
    width: 130px;
  }
  .program03 .sub-copy {
    color: #00A0E9;
    font-size: 15px !important;
  }
  .concept-block {
    text-align: center;
    margin-bottom: 110px;
  }
  .concept-block h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .concept-block p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2em;
    text-align: left;
  }
  .event-block {
    margin-bottom: 100px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .event-block ul li {
    margin-bottom: 30px;
  }
  .event-block ul li dl {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .event-block ul li dl dt {
    display: block;
    width: auto;
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 15px;
    text-align: center;
  }
  .event-block ul li dl dd {
    display: block;
  }
  .event-block ul li dl dd .date {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .event-block ul li dl dd .text span {
    padding-bottom: 10px;
    display: block;
    text-indent: -1em;
    margin-left: 1em;
  }
  .event-block ul li dl dd .text span span {
    font-weight: bold;
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    padding-top: 5px;
    margin-left: 1em;
  }
  .event-block ul li dl dd .name {
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .event-block ul .event-item .text {
    margin-bottom: 10px;
  }
  .event-block ul .event-item img {
    width: 250px;
  }
  .event-block .auth-box {
    font-size: 11px;
    font-size: 1.1rem;
    max-width: 660px;
    margin: 0 auto 10px;
    text-align: left;
  }
  .event-block .attention {
    font-size: 11px;
    font-size: 1.1rem;
    text-align: left;
  }
  .Program-block {
    margin-bottom: 100px;
  }
  .Program-block .program-list {
    display: block;
    margin-bottom: 120px;
  }
  .Program-block .program-list li {
    border-radius: 10px;
    margin-bottom: 15px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    position: relative;
    background: #FFF;
  }
  .Program-block .program-list li a {
    padding: 15px 15px 20px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
  .Program-block .program-list li a br {
    display: none;
  }
  .Program-block .program-list li a span img {
    display: inline-block;
    margin-top: 0px;
    width: 90px;
    padding-right: 10px;
    margin-bottom: 0px;
  }
  .Program-block .program-list li a .name {
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
  }
  .Program-block .program-list li a .title {
    padding-top: 5px;
    font-size: 12px;
    font-size: 1.2rem;
    padding-bottom: 0px;
  }
  .Program-block .program-list li a dd {
    padding-top: 3px;
    padding-bottom: 5px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.3em;
  }
  .Program-block .program-list li a dd .sub-copy {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.3em;
    padding-top: 5px;
  }
  .Program-block .program-list li a dd .en-big {
    font-size: 15px;
    font-size: 1.5rem;
    display: block;
  }
  .Program-block .program-list li a dd .en-small {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .Program-block .program-list li:first-child a dd {
    color: #BD9251;
  }
  .Program-block .program-list li:first-child:after {
    content: "";
    display: block;
    width: 12px;
    height: 8px;
    background: url("../img/arrow-vol1.svg") no-repeat 0 0;
    position: absolute;
    background-size: contain;
    right: 10px;
    bottom: 10px;
    margin-left: -10px;
  }
  .Program-block .program-list li:first-child:before {
    content: "";
    display: block;
    width: 16.3px;
    height: 37.5px;
    background: url("../img/vol1-icon.svg") no-repeat 0 0;
    position: absolute;
    background-size: contain;
    left: initial;
    right: 0;
    top: 20px;
  }
  .Program-block .program-list li:nth-child(2):after {
    content: "";
    display: block;
    width: 12px;
    height: 8px;
    background: url("../img/arrow-vol2.svg") no-repeat 0 0;
    position: absolute;
    background-size: contain;
    right: 10px;
    bottom: 10px;
    margin-left: -10px;
  }
  .Program-block .program-list li:nth-child(2):before {
    content: "";
    display: block;
    width: 16.3px;
    height: 37.5px;
    background: url("../img/vol2-icon.svg") no-repeat 0 0;
    position: absolute;
    background-size: contain;
    left: initial;
    right: 0;
    top: 20px;
  }
  .Program-block .program-list li:nth-child(3):after {
    content: "";
    display: block;
    width: 12px;
    height: 8px;
    background: url("../img/arrow-vol3.svg") no-repeat 0 0;
    position: absolute;
    background-size: contain;
    right: 10px;
    bottom: 10px;
    margin-left: -10px;
  }
  .Program-block .program-list li:nth-child(3):before {
    content: "";
    display: block;
    width: 16.3px;
    height: 37.5px;
    background: url("../img/vol3-icon.svg") no-repeat 0 0;
    position: absolute;
    background-size: contain;
    left: initial;
    right: 0;
    top: 20px;
  }
  .Program-block .program-list li:nth-child(4):after {
    content: "";
    display: block;
    width: 12px;
    height: 8px;
    background: url("../img/arrow-vol4.svg") no-repeat 0 0;
    position: absolute;
    background-size: contain;
    right: 10px;
    bottom: 10px;
    margin-left: -10px;
  }
  .Program-block .program-list li:nth-child(4):before {
    content: "";
    display: block;
    width: 16.3px;
    height: 37.5px;
    background: url("../img/vol4-icon.svg") no-repeat 0 0;
    position: absolute;
    background-size: contain;
    left: initial;
    right: 0;
    top: 20px;
  }
  .Program-block .program-list li:nth-child(2) a dd {
    color: #C30D23;
  }
  .Program-block .program-list li:nth-child(3) a dd {
    color: #00A0E9;
  }
  .Program-block .program-list li:nth-child(4) a dd {
    color: #EF7A00;
  }
  .Program-block .program-box {
    background-color: #FFF;
    border-radius: 10px;
    padding: 30px 8%;
    color: #09223A;
  }
  .Program-block .program-box .content-box {
    border-bottom: 1px solid #09223A;
    padding-bottom: 40px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .Program-block .program-box .content-box .left-img {
    width: 90%;
  }
  .Program-block .program-box .content-box .left-img .program-slider {
    position: relative;
  }
  .Program-block .program-box .content-box .left-img .program-slider .program-slide {
    position: relative;
  }
  .Program-block .program-box .content-box .left-img .program-slider .program-slide img {
    width: 100%;
    height: auto;
  }
  .Program-block .program-box .content-box .right-text {
    width: 100%;
    padding-left: 0px;
  }
  .Program-block .program-box .content-box .right-text .name {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 2px;
  }
  .Program-block .program-box .content-box .right-text .title {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 0px;
  }
  .Program-block .program-box .content-box .right-text .copy {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .Program-block .program-box .content-box .right-text .sub-copy {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.3em;
    padding-top: 5px;
    margin-top: -15px;
    margin-bottom: 15px;
    color: #C30D23;
  }
  .Program-block .program-box .content-box .right-text .en-big {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .Program-block .program-box .content-box .right-text .en-small {
    font-size: 15px;
    font-size: 1.5rem;
    padding-top: 0px;
    margin-bottom: 20px;
  }
  .Program-block .program-box .content-box .right-text .text {
    margin-bottom: 20px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .Program-block .program-box .program-info .event-box {
    margin-bottom: 20px;
  }
  .Program-block .program-box .program-info .event-box .event-ttl {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .Program-block .program-box .program-info .event-box a {
    color: #09223A;
    text-decoration: underline;
  }
  .Program-block .program-box .program-info .event-box a:hover {
    text-decoration: none;
  }
  .Program-block .program-box .program-info .profile-box {
    margin-top: 20px;
    border-radius: 20px;
    padding: 20px 20px 10px;
    border: 1px dotted #09223A;
  }
  .Program-block .program-box .program-info .profile-box .name {
    font-weight: bold;
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .Program-block .program-box .program-info .date br {
    display: block;
  }
  .Program-block .program-box .program-info .attention {
    padding-top: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .Program-block .program-box .program-info ul li {
    margin-bottom: 30px;
  }
  .Program-block .program-box .program-info ul dl {
    display: block;
  }
  .Program-block .program-box .program-info ul dl dt {
    display: block;
    width: auto;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
    position: relative;
    padding-left: 18px;
  }
  .Program-block .program-box .program-info ul dl dt:before {
    content: "●";
    display: inline-block;
    width: 10px;
    height: 10px;
    font-size: 13px;
    font-size: 1.3rem;
    margin-right: 10px;
    position: absolute;
    top: 5px;
    left: 0;
  }
  .Program-block .program-box .program-info ul dl dd {
    display: block;
  }
  .Program-block .program-box .program-info ul dl dd .date {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .Program-block .program-box .program-info ul dl dd .time {
    display: block;
  }
  .Program-block .program-box .program-info ul dl dd .time p {
    margin-bottom: 15px;
  }
  .Program-block .program-box .program-info ul dl dd .time p .circle {
    border: 1px solid #09223A;
    border-radius: 100px;
    font-weight: bold;
    padding: 5px 13px;
    margin-right: 5px;
  }
  .Program-block .program-box .program-info ul dl dd .price .price-num {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
  }
  .Program-block .program-box .program-info ul dl dd .auther-box {
    margin-bottom: 20px;
  }
  .Program-block .program-box .program-info ul dl dd .auther-box .auther-name {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .Program-block .program-box .program-info ul dl dd .auther-box .auther-name span {
    display: block;
    font-weight: normal;
    font-size: 13px;
    font-size: 1.3rem;
    padding-top: 5px;
    padding-left: 0px;
  }
  .Program-block .program-box .program-info ul dl dd .auther-box .text {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .Program-block .program-box .program-info ul dl dd .auther-box.auther02 {
    margin-bottom: 0;
  }
  .Program-block .program-box .program-info ul dl dd .gallery-ttl {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .Program-block .program-box .young-box {
    padding: 20px 20px 10px;
  }
  .Program-block .program-box .young-box .content-box {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .Program-block .program-box .young-box .content-box .left-img {
    width: 100%;
  }
  .Program-block .program-box .young-box .content-box .right-text {
    width: 100%;
    padding-left: 0px;
  }
  .Program-block .program-box .young-box .content-box .right-text .name {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .Program-block .program-box .young-box .content-box .right-text .title {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .Program-block .program-box .young-box .content-box .right-text .copy {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .Program-block .program-box .young-box .content-box .right-text .text {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .Program-block .program-box .young-box .program-info .date br {
    display: block;
  }
  .Program-block .program-box .young-box .program-info .attention {
    padding-top: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .Program-block .program-box .young-box .program-info ul dl dt {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .Program-block .program-box .young-box .program-info ul dl dt:before {
    top: 2px;
  }
  .Program-block .program-box .young-box .program-info ul dl dd .date {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .Program-block .program-box .young-box .program-info ul dl dd .price .price-num {
    font-size: 15px;
    font-size: 1.5rem;
    padding-bottom: 5px;
    display: inline-block;
  }
  .Program-block .program-box .young-box .program-info ul dl dd .time {
    display: block;
  }
  .Program-block .program-box .young-box .program-info ul dl dd .time p .circle {
    display: inline-block;
    margin-bottom: 5px;
    padding: 3px 10px;
  }
  .Access-block {
    background: #FFF;
    border-radius: 40px;
    margin-bottom: 60px;
    padding: 100px 0 80px;
    color: #09223A;
  }
  .Access-block .inner {
    width: 88%;
    margin: 0 auto;
  }
  .Access-block .inner h2 {
    color: #09223A;
  }
  .Access-block .inner .map .google-map iframe {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
  }
  .Access-block .access-info {
    display: block;
  }
  .Access-block .access-info .text-box {
    width: 100%;
    margin-bottom: 10px;
  }
  .Access-block .access-info .text-box .ttl {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .Access-block .access-info .text-box .text {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /***********************************************************************
  drawer
  **********************************************************************/
  .drawer-menu-contents {
    background-color: #08223A;
    position: fixed;
    z-index: 100;
    text-align: center;
    display: none;
    padding-bottom: 40px;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
  }
  .drawer-menu-contents .sns li img {
    width: 40px;
    height: 40px;
  }
  .menu {
    z-index: 1000;
    -webkit-transition: opacity 500ms;
    transition: opacity 500ms;
  }
  .menu:hover {
    opacity: 0.6;
  }
  .drawer-menu.on {
    height: 100%;
  }
  /***********************************************************************
  global-footer
  **********************************************************************/
  .global-footer {
    text-align: center;
    margin-bottom: 30px;
  }
  .global-footer dl {
    display: inline-block;
    margin-bottom: 40px;
  }
  .global-footer dl dt {
    margin-bottom: 30px;
    text-align: center;
  }
  .global-footer dl dt img {
    display: inline-block;
    width: 220px;
  }
  .global-footer dl dd a {
    display: inline-block;
    margin: 0 10px;
  }
  .global-footer dl dd a img {
    width: 40px;
    height: 40px;
  }
  .global-footer .copyright {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /***********************************************************************
  global-footer
  **********************************************************************/
  .global-footer {
    height: auto;
  }
}