@charset "UTF-8";
.page-head__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 18px; }
  @media screen and (max-width: 767.9px) {
    .page-head__inner {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start; } }
  @media screen and (min-width: 767.9px) {
    .page-head__inner .menu_list a:hover, .page-head__inner .menu_list a.active {
      color: #FF6464;
      display: inline-block;
      position: relative; }
      .page-head__inner .menu_list a:hover:after, .page-head__inner .menu_list a.active:after {
        content: '';
        display: block;
        width: 100%;
        height: 4px;
        border-radius: 2px;
        background-color: #FF6464;
        position: absolute;
        bottom: -3px;
        left: 0; } }
    @media screen and (min-width: 767.9px) and (min-width: 768px) and (max-width: 1024px) {
      .page-head__inner .menu_list a:hover:after, .page-head__inner .menu_list a.active:after {
        height: calc(4 / 1024 * 100vw);
        border-radius: calc(2 / 1024 * 100vw);
        bottom: calc(-3 / 1024 * 100vw); } }
  .page-head__inner .logo_layer {
    margin: 15px 0; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .page-head__inner .logo_layer {
        margin: calc(15 / 1024 * 100vw) 0; } }
    @media screen and (max-width: 767.9px) {
      .page-head__inner .logo_layer {
        margin: calc(34.22 / 750 * 100vw) 0; } }
    .page-head__inner .logo_layer .logo {
      width: 145px; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .page-head__inner .logo_layer .logo {
          width: calc(145 / 1024 * 100vw); } }
      @media screen and (max-width: 767.9px) {
        .page-head__inner .logo_layer .logo {
          width: calc(204 / 750 * 100vw); } }
  .page-head__inner .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .page-head__inner .menu .menu_click {
      width: calc(80 / 750 * 100vw);
      height: calc(80 / 750 * 100vw);
      position: fixed;
      top: calc(48 / 750 * 100vw);
      right: calc(40 / 750 * 100vw);
      z-index: 999999;
      border-radius: 50%;
      border: calc(2 / 750 * 100vw) solid #FF6464;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background-color: #fff; }
      @media screen and (min-width: 767.9px) {
        .page-head__inner .menu .menu_click {
          display: none; } }
      .page-head__inner .menu .menu_click span {
        display: inline-block;
        -webkit-transition: all .3s;
        transition: all .3s;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 2px;
        background: #FF6464;
        width: calc(32 / 750 * 100vw);
        height: calc(4 / 750 * 100vw); }
        .page-head__inner .menu .menu_click span:nth-of-type(1) {
          top: calc(28 / 750 * 100vw); }
        .page-head__inner .menu .menu_click span:nth-of-type(2) {
          top: calc(36 / 750 * 100vw); }
        .page-head__inner .menu .menu_click span:nth-of-type(3) {
          top: calc(44 / 750 * 100vw); }
      .page-head__inner .menu .menu_click.active span:nth-of-type(1) {
        top: calc(30 / 750 * 100vw);
        left: 0;
        -webkit-transform: translateY(calc(6 / 750 * 100vw)) rotate(-45deg);
                transform: translateY(calc(6 / 750 * 100vw)) rotate(-45deg); }
      .page-head__inner .menu .menu_click.active span:nth-of-type(2) {
        opacity: 0; }
      .page-head__inner .menu .menu_click.active span:nth-of-type(3) {
        top: calc(42 / 750 * 100vw);
        left: 0;
        -webkit-transform: translateY(calc(-6 / 750 * 100vw)) rotate(45deg);
                transform: translateY(calc(-6 / 750 * 100vw)) rotate(45deg); }
    .page-head__inner .menu .jf_logo {
      width: 79px;
      border-left: 1px solid #DDDDDD;
      padding-left: 24px;
      margin-left: 24px; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .page-head__inner .menu .jf_logo {
          width: calc(79 / 1024 * 100vw);
          padding-left: calc(24 / 1024 * 100vw);
          margin-left: calc(24 / 1024 * 100vw); } }
      @media screen and (max-width: 767.9px) {
        .page-head__inner .menu .jf_logo {
          border-left-width: calc(2 / 750 * 100vw);
          width: calc(120 / 750 * 100vw);
          padding-left: calc(40 / 750 * 100vw);
          margin-left: calc(40 / 750 * 100vw); } }
    .page-head__inner .menu_inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media screen and (min-width: 767.9px) {
        .page-head__inner .menu_inner {
          display: -webkit-box !important;
          display: -ms-flexbox !important;
          display: flex !important; } }
      @media screen and (max-width: 767.9px) {
        .page-head__inner .menu_inner {
          display: none;
          position: fixed;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          background-color: #fff;
          z-index: 99999;
          padding: 0 calc(80 / 750 * 100vw) calc(78 / 750 * 100vw);
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          overflow-y: auto; }
          .page-head__inner .menu_inner.flex {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important; } }
      .page-head__inner .menu_inner .sub_menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 10px; }
        @media screen and (min-width: 767.9px) {
          .page-head__inner .menu_inner .sub_menu {
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1; } }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          .page-head__inner .menu_inner .sub_menu {
            margin-bottom: calc(10 / 1024 * 100vw); } }
        @media screen and (max-width: 767.9px) {
          .page-head__inner .menu_inner .sub_menu {
            display: block;
            margin-top: calc(48 / 750 * 100vw); } }
        .page-head__inner .menu_inner .sub_menu_lst {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          @media screen and (max-width: 767.9px) {
            .page-head__inner .menu_inner .sub_menu_lst {
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
              max-width: calc(444 / 750 * 100vw);
              margin-bottom: calc(16 / 750 * 100vw); } }
          .page-head__inner .menu_inner .sub_menu_lst li {
            margin-right: 20px; }
            @media screen and (min-width: 768px) and (max-width: 1024px) {
              .page-head__inner .menu_inner .sub_menu_lst li {
                margin-right: calc(20 / 1024 * 100vw); } }
            @media screen and (max-width: 767.9px) {
              .page-head__inner .menu_inner .sub_menu_lst li {
                margin-right: calc(80 / 750 * 100vw);
                margin-bottom: calc(32 / 750 * 100vw); }
                .page-head__inner .menu_inner .sub_menu_lst li:nth-child(3) {
                  -webkit-box-ordinal-group: 6;
                      -ms-flex-order: 5;
                          order: 5;
                  margin-right: 0; } }
            .page-head__inner .menu_inner .sub_menu_lst li a {
              font-size: 14px;
              line-height: 20px;
              font-weight: 600;
              color: #3C4453; }
              @media screen and (min-width: 768px) and (max-width: 1024px) {
                .page-head__inner .menu_inner .sub_menu_lst li a {
                  font-size: calc(14 / 1024 * 100vw);
                  line-height: calc(20 / 1024 * 100vw); } }
              @media screen and (max-width: 767.9px) {
                .page-head__inner .menu_inner .sub_menu_lst li a {
                  font-size: calc(28 / 750 * 100vw);
                  line-height: calc(40 / 750 * 100vw); } }
        .page-head__inner .menu_inner .sub_menu .lang {
          padding-right: 20px;
          margin-right: 20px;
          border-right: 1px dashed #707070;
          width: 28px;
          position: relative; }
          @media screen and (min-width: 768px) and (max-width: 1024px) {
            .page-head__inner .menu_inner .sub_menu .lang {
              padding-right: calc(20 / 1024 * 100vw);
              margin-right: calc(20 / 1024 * 100vw);
              width: calc(28 / 1024 * 100vw); } }
          @media screen and (max-width: 767.9px) {
            .page-head__inner .menu_inner .sub_menu .lang {
              padding: 0;
              border-right: 0;
              width: calc(480 / 750 * 100vw); } }
          .page-head__inner .menu_inner .sub_menu .lang_open {
            cursor: pointer; }
            @media screen and (max-width: 767.9px) {
              .page-head__inner .menu_inner .sub_menu .lang_open {
                border: calc(2 / 750 * 100vw) solid #3C4453;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                padding: calc(15 / 750 * 100vw) calc(24 / 750 * 100vw);
                -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                border-radius: calc(4 / 750 * 100vw); }
                .page-head__inner .menu_inner .sub_menu .lang_open figure {
                  width: calc(48 / 750 * 100vw); }
                .page-head__inner .menu_inner .sub_menu .lang_open p {
                  font-size: calc(32 / 750 * 100vw);
                  line-height: calc(48 / 750 * 100vw);
                  margin-left: calc(24 / 750 * 100vw);
                  font-weight: 600; }
                .page-head__inner .menu_inner .sub_menu .lang_open:after {
                  content: '';
                  display: block;
                  width: calc(26 / 750 * 100vw);
                  height: calc(16 / 750 * 100vw);
                  background: url("/assets/img/icon/down_arrow.svg") no-repeat 50%/contain;
                  margin-left: auto;
                  margin-right: calc(16 / 750 * 100vw); }
                .page-head__inner .menu_inner .sub_menu .lang_open.selected {
                  border-bottom: 0;
                  border-bottom-right-radius: 0;
                  border-bottom-left-radius: 0; }
                  .page-head__inner .menu_inner .sub_menu .lang_open.selected:after {
                    -webkit-transform: rotate(180deg);
                            transform: rotate(180deg); } }
          .page-head__inner .menu_inner .sub_menu .lang_layer {
            display: none;
            position: absolute;
            z-index: 2;
            background-color: #fff;
            min-width: 93px;
            width: 100%;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            margin-top: 5px;
            border-radius: 4px;
            background: url("/assets/img/icon/lang_bg.svg") no-repeat center/100% 100%;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            padding: 9px 0;
            text-align: center;
            left: -32px; }
            @media screen and (min-width: 768px) and (max-width: 1024px) {
              .page-head__inner .menu_inner .sub_menu .lang_layer {
                min-width: calc(93 / 1024 * 100vw);
                border-radius: calc(4 / 1024 * 100vw);
                margin-top: calc(5 / 1024 * 100vw);
                padding: calc(9 / 1024 * 100vw) 0;
                left: calc(-32 / 1024 * 100vw); } }
            @media screen and (max-width: 767.9px) {
              .page-head__inner .menu_inner .sub_menu .lang_layer {
                background: #fff;
                left: 0;
                margin-top: 0;
                border: calc(2 / 750 * 100vw) solid #3C4453;
                padding: 0 0 calc(26 / 750 * 100vw) 0; } }
            .page-head__inner .menu_inner .sub_menu .lang_layer.show {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex; }
              @media screen and (max-width: 767.9px) {
                .page-head__inner .menu_inner .sub_menu .lang_layer.show {
                  border-top: 0;
                  border-top-left-radius: 0;
                  border-top-right-radius: 0; } }
            .page-head__inner .menu_inner .sub_menu .lang_layer a {
              display: inline-block;
              text-align: center;
              font-size: 16px;
              line-height: 26px;
              margin-top: 9px;
              position: relative;
              width: -webkit-max-content;
              width: -moz-max-content;
              width: max-content;
              margin: 9px auto 0; }
              @media screen and (min-width: 768px) and (max-width: 1024px) {
                .page-head__inner .menu_inner .sub_menu .lang_layer a {
                  font-size: calc(16 / 1024 * 100vw);
                  line-height: calc(26 / 1024 * 100vw);
                  margin-top: calc(9 / 1024 * 100vw); } }
              @media screen and (max-width: 767.9px) {
                .page-head__inner .menu_inner .sub_menu .lang_layer a {
                  font-size: calc(32 / 750 * 100vw);
                  line-height: calc(42 / 750 * 100vw);
                  margin-left: calc(94 / 750 * 100vw);
                  margin-top: calc(24 / 750 * 100vw); }
                  .page-head__inner .menu_inner .sub_menu .lang_layer a:first-child {
                    margin-top: calc(10 / 750 * 100vw); } }
              .page-head__inner .menu_inner .sub_menu .lang_layer a:hover, .page-head__inner .menu_inner .sub_menu .lang_layer a.selected {
                color: #FF6464; }
                .page-head__inner .menu_inner .sub_menu .lang_layer a:hover:after, .page-head__inner .menu_inner .sub_menu .lang_layer a.selected:after {
                  content: '';
                  display: block;
                  width: 100%;
                  height: 4px;
                  border-radius: 2px;
                  background-color: #FF6464;
                  position: absolute;
                  bottom: -3px;
                  left: 0; }
                  @media screen and (min-width: 768px) and (max-width: 1024px) {
                    .page-head__inner .menu_inner .sub_menu .lang_layer a:hover:after, .page-head__inner .menu_inner .sub_menu .lang_layer a.selected:after {
                      height: calc(4 / 1024 * 100vw);
                      border-radius: calc(2 / 1024 * 100vw);
                      bottom: calc(-3 / 1024 * 100vw); } }
              @media screen and (max-width: 767.9px) {
                .page-head__inner .menu_inner .sub_menu .lang_layer a:hover {
                  color: #3C4453; }
                  .page-head__inner .menu_inner .sub_menu .lang_layer a:hover:after {
                    display: none; } }
        @media screen and (max-width: 767.9px) {
          .page-head__inner .menu_inner .sub_menu .social_layer {
            margin-top: calc(64 / 750 * 100vw); } }
        .page-head__inner .menu_inner .sub_menu .social_layer ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .page-head__inner .menu_inner .sub_menu .social_layer ul li {
            margin-right: 16px; }
            @media screen and (min-width: 768px) and (max-width: 1024px) {
              .page-head__inner .menu_inner .sub_menu .social_layer ul li {
                margin-right: calc(16 / 1024 * 100vw); } }
            @media screen and (max-width: 767.9px) {
              .page-head__inner .menu_inner .sub_menu .social_layer ul li {
                margin-right: calc(48 / 750 * 100vw); } }
            .page-head__inner .menu_inner .sub_menu .social_layer ul li:last-child {
              margin-right: 0; }
            .page-head__inner .menu_inner .sub_menu .social_layer ul li a {
              display: block;
              width: 28px; }
              @media screen and (min-width: 768px) and (max-width: 1024px) {
                .page-head__inner .menu_inner .sub_menu .social_layer ul li a {
                  width: calc(28 / 1024 * 100vw); } }
              @media screen and (max-width: 767.9px) {
                .page-head__inner .menu_inner .sub_menu .social_layer ul li a {
                  width: calc(68 / 750 * 100vw); } }
      .page-head__inner .menu_inner .main_menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media screen and (min-width: 767.9px) {
          .page-head__inner .menu_inner .main_menu {
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2; } }
        @media screen and (max-width: 767.9px) {
          .page-head__inner .menu_inner .main_menu {
            display: block;
            padding-top: calc(64 / 750 * 100vw); } }
        .page-head__inner .menu_inner .main_menu ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          @media screen and (max-width: 767.9px) {
            .page-head__inner .menu_inner .main_menu ul {
              display: block; } }
          .page-head__inner .menu_inner .main_menu ul li {
            margin-right: 32px; }
            @media screen and (min-width: 768px) and (max-width: 1024px) {
              .page-head__inner .menu_inner .main_menu ul li {
                margin-right: calc(25 / 1024 * 100vw); }
                [lang="en"] .page-head__inner .menu_inner .main_menu ul li {
                  margin-right: calc(20 / 1024 * 100vw); } }
            @media screen and (max-width: 767.9px) {
              .page-head__inner .menu_inner .main_menu ul li {
                margin-right: 0;
                margin-bottom: calc(48 / 750 * 100vw); } }
            .page-head__inner .menu_inner .main_menu ul li:first-child {
              margin-right: 12px; }
              @media screen and (min-width: 768px) and (max-width: 1024px) {
                .page-head__inner .menu_inner .main_menu ul li:first-child {
                  margin-right: calc(12 / 1024 * 100vw); } }
              @media screen and (max-width: 767.9px) {
                .page-head__inner .menu_inner .main_menu ul li:first-child {
                  margin-right: 0; } }
            @media screen and (min-width: 767.9px) {
              .page-head__inner .menu_inner .main_menu ul li:nth-child(2).sub_list {
                margin-right: 0 !important; } }
            .page-head__inner .menu_inner .main_menu ul li a {
              font-size: 16px;
              line-height: 24px;
              font-weight: bold;
              color: #3C4453; }
              @media screen and (min-width: 768px) and (max-width: 1024px) {
                .page-head__inner .menu_inner .main_menu ul li a {
                  font-size: calc(16 / 1024 * 100vw);
                  line-height: calc(24 / 1024 * 100vw); } }
              @media screen and (max-width: 767.9px) {
                .page-head__inner .menu_inner .main_menu ul li a {
                  font-size: calc(32 / 750 * 100vw);
                  line-height: calc(48 / 750 * 100vw); } }
            .page-head__inner .menu_inner .main_menu ul li.sub_list {
              position: relative;
              margin-right: 20px; }
              @media screen and (min-width: 768px) and (max-width: 1024px) {
                .page-head__inner .menu_inner .main_menu ul li.sub_list {
                  margin-right: calc(13 / 1024 * 100vw); }
                  [lang="en"] .page-head__inner .menu_inner .main_menu ul li.sub_list {
                    margin-right: calc(8 / 1024 * 100vw); } }
              @media screen and (max-width: 767.9px) {
                .page-head__inner .menu_inner .main_menu ul li.sub_list {
                  margin-right: 0; } }
              .page-head__inner .menu_inner .main_menu ul li.sub_list .sub_list_open {
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                min-width: 137px;
                min-height: 43px;
                cursor: pointer;
                padding: 0 12px 0 20px;
                -webkit-box-sizing: border-box;
                        box-sizing: border-box; }
                @media screen and (min-width: 768px) and (max-width: 1024px) {
                  .page-head__inner .menu_inner .main_menu ul li.sub_list .sub_list_open {
                    min-width: calc(137 / 1024 * 100vw);
                    min-height: calc(43 / 1024 * 100vw);
                    padding: 0 calc(12 / 1024 * 100vw) 0 calc(13 / 1024 * 100vw); }
                    [lang="en"] .page-head__inner .menu_inner .main_menu ul li.sub_list .sub_list_open {
                      padding-left: calc(8 / 1024 * 100vw); } }
                @media screen and (max-width: 767.9px) {
                  .page-head__inner .menu_inner .main_menu ul li.sub_list .sub_list_open {
                    min-width: auto;
                    min-height: auto;
                    padding: 0; } }
                .page-head__inner .menu_inner .main_menu ul li.sub_list .sub_list_open p {
                  font-size: 16px;
                  line-height: 24px;
                  font-weight: bold;
                  color: #3C4453; }
                  @media screen and (min-width: 768px) and (max-width: 1024px) {
                    .page-head__inner .menu_inner .main_menu ul li.sub_list .sub_list_open p {
                      font-size: calc(16 / 1024 * 100vw);
                      line-height: calc(24 / 1024 * 100vw); } }
                  @media screen and (max-width: 767.9px) {
                    .page-head__inner .menu_inner .main_menu ul li.sub_list .sub_list_open p {
                      font-size: calc(32 / 750 * 100vw);
                      line-height: calc(48 / 750 * 100vw); } }
                .page-head__inner .menu_inner .main_menu ul li.sub_list .sub_list_open.selected p {
                  position: relative;
                  color: #ff6464; }
                  .page-head__inner .menu_inner .main_menu ul li.sub_list .sub_list_open.selected p:after {
                    content: '';
                    display: block;
                    width: 100%;
                    height: 4px;
                    border-radius: 2px;
                    background-color: #FF6464;
                    position: absolute;
                    bottom: -3px;
                    left: 0; }
                    @media screen and (min-width: 768px) and (max-width: 1024px) {
                      .page-head__inner .menu_inner .main_menu ul li.sub_list .sub_list_open.selected p:after {
                        height: calc(4 / 1024 * 100vw);
                        border-radius: calc(2 / 1024 * 100vw);
                        bottom: calc(-3 / 1024 * 100vw); } }
                    @media screen and (max-width: 767.9px) {
                      .page-head__inner .menu_inner .main_menu ul li.sub_list .sub_list_open.selected p:after {
                        content: none; } }
                .page-head__inner .menu_inner .main_menu ul li.sub_list .sub_list_open.selected:after {
                  background: url("/assets/img/icon/select_down_arrow.svg") no-repeat center/contain; }
                .page-head__inner .menu_inner .main_menu ul li.sub_list .sub_list_open:after {
                  content: '';
                  display: block;
                  width: 12px;
                  height: 8px;
                  background: url("/assets/img/icon/down_arrow.svg") no-repeat center/contain;
                  margin-left: 6px; }
                  @media screen and (min-width: 768px) and (max-width: 1024px) {
                    .page-head__inner .menu_inner .main_menu ul li.sub_list .sub_list_open:after {
                      width: calc(12 / 1024 * 100vw);
                      height: calc(8 / 1024 * 100vw);
                      margin-left: calc(6 / 1024 * 100vw); } }
                  @media screen and (max-width: 767.9px) {
                    .page-head__inner .menu_inner .main_menu ul li.sub_list .sub_list_open:after {
                      content: none; } }
              .page-head__inner .menu_inner .main_menu ul li.sub_list .sub_list_item {
                display: none;
                background-color: #3C4453;
                position: absolute;
                width: 472px;
                z-index: 1;
                border-radius: 0 4px 4px 4px; }
                @media screen and (min-width: 768px) and (max-width: 1024px) {
                  .page-head__inner .menu_inner .main_menu ul li.sub_list .sub_list_item {
                    width: calc(472 / 1024 * 100vw);
                    border-radius: 0 calc(4 / 1024 * 100vw) calc(4 / 1024 * 100vw) calc(4 / 1024 * 100vw); } }
                @media screen and (max-width: 767.9px) {
                  .page-head__inner .menu_inner .main_menu ul li.sub_list .sub_list_item {
                    width: 100%;
                    display: block !important;
                    background-color: #fff;
                    position: relative;
                    margin-top: calc(24 / 750 * 100vw); } }
                .page-head__inner .menu_inner .main_menu ul li.sub_list .sub_list_item ul {
                  display: block;
                  padding: 20px 20px 0; }
                  @media screen and (min-width: 768px) and (max-width: 1024px) {
                    .page-head__inner .menu_inner .main_menu ul li.sub_list .sub_list_item ul {
                      padding: calc(20 / 1024 * 100vw) calc(20 / 1024 * 100vw) 0; } }
                  @media screen and (max-width: 767.9px) {
                    .page-head__inner .menu_inner .main_menu ul li.sub_list .sub_list_item ul {
                      padding: 0; } }
                  .page-head__inner .menu_inner .main_menu ul li.sub_list .sub_list_item ul li {
                    margin-right: 0; }
                    @media screen and (max-width: 767.9px) {
                      .page-head__inner .menu_inner .main_menu ul li.sub_list .sub_list_item ul li {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        margin-bottom: calc(24 / 750 * 100vw); }
                        .page-head__inner .menu_inner .main_menu ul li.sub_list .sub_list_item ul li:before {
                          content: '';
                          width: calc(16 / 750 * 100vw);
                          height: calc(2 / 750 * 100vw);
                          display: block;
                          background-color: #707070;
                          margin-top: calc(23 / 750 * 100vw);
                          margin-right: calc(7 / 750 * 100vw); } }
                    @media screen and (max-width: 767.9px) {
                      .page-head__inner .menu_inner .main_menu ul li.sub_list .sub_list_item ul li:last-child {
                        margin-bottom: 0; } }
                    .page-head__inner .menu_inner .main_menu ul li.sub_list .sub_list_item ul li:last-child a {
                      margin-bottom: 0;
                      border-bottom: 0; }
                    .page-head__inner .menu_inner .main_menu ul li.sub_list .sub_list_item ul li a {
                      display: block;
                      font-size: 16px;
                      line-height: 26px;
                      font-weight: bold;
                      color: #fff;
                      border-bottom: 1px solid #535B69;
                      padding-bottom: 12px;
                      margin-bottom: 12px; }
                      @media screen and (min-width: 768px) and (max-width: 1024px) {
                        .page-head__inner .menu_inner .main_menu ul li.sub_list .sub_list_item ul li a {
                          font-size: calc(16 / 1024 * 100vw);
                          line-height: calc(26 / 1024 * 100vw);
                          padding-bottom: calc(12 / 1024 * 100vw);
                          margin-bottom: calc(12 / 1024 * 100vw); } }
                      @media screen and (max-width: 767.9px) {
                        .page-head__inner .menu_inner .main_menu ul li.sub_list .sub_list_item ul li a {
                          color: #3C4453 !important;
                          border-bottom: 0;
                          padding-bottom: 0;
                          margin-bottom: 0;
                          font-size: calc(32 / 750 * 100vw);
                          line-height: calc(52 / 750 * 100vw); }
                          .page-head__inner .menu_inner .main_menu ul li.sub_list .sub_list_item ul li a .en {
                            color: #788191;
                            display: block;
                            width: 100%; } }
                      .page-head__inner .menu_inner .main_menu ul li.sub_list .sub_list_item ul li a:after {
                        content: none; }
              .page-head__inner .menu_inner .main_menu ul li.sub_list.open {
                display: block !important; }
                .page-head__inner .menu_inner .main_menu ul li.sub_list.open .sub_list_open {
                  background-color: #3C4453;
                  border-radius: 4px 4px 0 0;
                  color: #fff; }
                  @media screen and (max-width: 767.9px) {
                    .page-head__inner .menu_inner .main_menu ul li.sub_list.open .sub_list_open {
                      background-color: transparent; } }
                  .page-head__inner .menu_inner .main_menu ul li.sub_list.open .sub_list_open:after {
                    background: url("/assets/img/icon/white_down_arrow.svg") no-repeat center/contain !important; }
                  @media screen and (min-width: 767.9px) {
                    .page-head__inner .menu_inner .main_menu ul li.sub_list.open .sub_list_open p {
                      color: #fff !important; } }
                .page-head__inner .menu_inner .main_menu ul li.sub_list.open.active .sub_list_open:after {
                  background: url("/assets/img/icon/white_down_arrow.svg") no-repeat center/contain !important; }
                .page-head__inner .menu_inner .main_menu ul li.sub_list.open.active .sub_list_open p {
                  color: #FF6464 !important; }
                  @media screen and (max-width: 767.9px) {
                    .page-head__inner .menu_inner .main_menu ul li.sub_list.open.active .sub_list_open p {
                      color: #3C4453 !important; } }
                .page-head__inner .menu_inner .main_menu ul li.sub_list.open .sub_list_item {
                  display: block !important; }
                  @media screen and (min-width: 767.9px) {
                    .page-head__inner .menu_inner .main_menu ul li.sub_list.open .sub_list_item ul li a:hover {
                      color: #FF6464 !important;
                      text-decoration: underline; } }
      .page-head__inner .menu_inner .active a {
        color: #FF6464 !important;
        display: inline-block;
        position: relative; }
        @media screen and (max-width: 767.9px) {
          .page-head__inner .menu_inner .active a {
            color: #3C4453 !important; } }
        .page-head__inner .menu_inner .active a:after {
          content: '';
          display: block;
          width: 100%;
          height: 4px;
          border-radius: 2px;
          background-color: #FF6464;
          position: absolute;
          bottom: -3px;
          left: 0; }
          @media screen and (min-width: 768px) and (max-width: 1024px) {
            .page-head__inner .menu_inner .active a:after {
              height: calc(4 / 1024 * 100vw);
              border-radius: calc(2 / 1024 * 100vw);
              bottom: calc(-3 / 1024 * 100vw); } }
          @media screen and (max-width: 767.9px) {
            .page-head__inner .menu_inner .active a:after {
              content: none; } }
      .page-head__inner .menu_inner .active .sub_list_open p {
        position: relative; }
        @media screen and (min-width: 767.9px) {
          .page-head__inner .menu_inner .active .sub_list_open p {
            color: #FF6464 !important; } }
        .page-head__inner .menu_inner .active .sub_list_open p:before {
          content: '';
          display: block;
          width: 100%;
          height: 4px;
          border-radius: 2px;
          background-color: #FF6464;
          position: absolute;
          bottom: -3px;
          left: 0; }
          @media screen and (min-width: 768px) and (max-width: 1024px) {
            .page-head__inner .menu_inner .active .sub_list_open p:before {
              height: calc(4 / 1024 * 100vw);
              border-radius: calc(2 / 1024 * 100vw);
              bottom: calc(-3 / 1024 * 100vw); } }
          @media screen and (max-width: 767.9px) {
            .page-head__inner .menu_inner .active .sub_list_open p:before {
              content: none; } }
      @media screen and (min-width: 767.9px) {
        .page-head__inner .menu_inner .active .sub_list_item ul li a {
          color: #fff !important; } }
      @media screen and (min-width: 767.9px) {
        .page-head__inner .menu_inner .selected.active .sub_list_open p {
          color: #FF6464 !important; } }
  .page-head__inner .gsc-search-box {
    border: 1px solid #3C4453;
    border-radius: 16px;
    min-width: 200px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .page-head__inner .gsc-search-box {
        border-radius: calc(16 / 1024 * 100vw);
        min-width: calc(200 / 1024 * 100vw);
        height: calc(32 / 1024 * 100vw); } }
    @media screen and (max-width: 767.9px) {
      .page-head__inner .gsc-search-box {
        border-radius: calc(40 / 750 * 100vw);
        min-width: 100%;
        height: calc(80 / 750 * 100vw);
        border-width: calc(2 / 750 * 100vw); } }
    .page-head__inner .gsc-search-box table {
      border: 0;
      min-width: 100%; }
      .page-head__inner .gsc-search-box table tbody {
        height: 100%;
        width: 100%; }
        .page-head__inner .gsc-search-box table tbody tr {
          width: 100%;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .page-head__inner .gsc-search-box table tbody tr td {
            height: 100%;
            padding-top: 0;
            padding-bottom: 0;
            padding-right: 0; }
    .page-head__inner .gsc-search-box .gsc-input {
      width: 100%;
      font-size: 14px; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .page-head__inner .gsc-search-box .gsc-input {
          font-size: calc(14 / 1024 * 100vw); } }
      @media screen and (max-width: 767.9px) {
        .page-head__inner .gsc-search-box .gsc-input {
          font-size: calc(28 / 750 * 100vw); } }
    .page-head__inner .gsc-search-box .gsc-input-box {
      border-radius: 16px;
      border: 0;
      background-color: transparent;
      padding: 0;
      height: 100%; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .page-head__inner .gsc-search-box .gsc-input-box {
          border-radius: calc(16 / 1024 * 100vw); } }
      @media screen and (max-width: 767.9px) {
        .page-head__inner .gsc-search-box .gsc-input-box {
          border-radius: calc(40 / 750 * 100vw); } }
      .page-head__inner .gsc-search-box .gsc-input-box table {
        position: relative;
        height: 100%; }
        .page-head__inner .gsc-search-box .gsc-input-box table .gsib_a {
          width: 80%;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          @media screen and (max-width: 767.9px) {
            .page-head__inner .gsc-search-box .gsc-input-box table .gsib_a {
              padding-left: calc(30 / 750 * 100vw);
              width: 88%;
              -webkit-box-sizing: border-box;
                      box-sizing: border-box; } }
          .page-head__inner .gsc-search-box .gsc-input-box table .gsib_a input {
            height: 90% !important;
            background: transparent !important; }
            @media screen and (max-width: 767.9px) {
              .page-head__inner .gsc-search-box .gsc-input-box table .gsib_a input {
                height: calc(80 / 750 * 100vw) !important; } }
        .page-head__inner .gsc-search-box .gsc-input-box table .gsib_b {
          position: absolute;
          top: 0;
          bottom: 0;
          right: 3px;
          margin: auto; }
          @media screen and (min-width: 768px) and (max-width: 1024px) {
            .page-head__inner .gsc-search-box .gsc-input-box table .gsib_b {
              right: calc(3 / 1024 * 100vw); } }
          @media screen and (max-width: 767.9px) {
            .page-head__inner .gsc-search-box .gsc-input-box table .gsib_b {
              right: calc(15 / 750 * 100vw); } }
          .page-head__inner .gsc-search-box .gsc-input-box table .gsib_b .gsst_b {
            padding: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            height: 100%; }
            .page-head__inner .gsc-search-box .gsc-input-box table .gsib_b .gsst_b a {
              padding: 0;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              height: 100%; }
              .page-head__inner .gsc-search-box .gsc-input-box table .gsib_b .gsst_b a span {
                font-size: 27px;
                line-height: normal; }
                @media screen and (min-width: 768px) and (max-width: 1024px) {
                  .page-head__inner .gsc-search-box .gsc-input-box table .gsib_b .gsst_b a span {
                    font-size: calc(27 / 1024 * 100vw); } }
                @media screen and (max-width: 767.9px) {
                  .page-head__inner .gsc-search-box .gsc-input-box table .gsib_b .gsst_b a span {
                    font-size: calc(50 / 750 * 100vw); } }
      .page-head__inner .gsc-search-box .gsc-input-box .gstl_50 {
        height: 100%;
        font-size: 14px; }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          .page-head__inner .gsc-search-box .gsc-input-box .gstl_50 {
            font-size: calc(14 / 1024 * 100vw); } }
        @media screen and (max-width: 767.9px) {
          .page-head__inner .gsc-search-box .gsc-input-box .gstl_50 {
            font-size: calc(28 / 750 * 100vw); } }
    .page-head__inner .gsc-search-box .gsc-search-button {
      min-width: 14px;
      height: 100%;
      margin: 0;
      padding: 0;
      margin-right: 12px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .page-head__inner .gsc-search-box .gsc-search-button {
          margin-right: calc(12 / 1024 * 100vw);
          min-width: calc(14 / 1024 * 100vw); } }
      @media screen and (max-width: 767.9px) {
        .page-head__inner .gsc-search-box .gsc-search-button {
          min-width: calc(36 / 750 * 100vw);
          margin-right: calc(48 / 750 * 100vw); } }
      .page-head__inner .gsc-search-box .gsc-search-button button {
        width: 100%;
        height: 15px;
        padding: 0;
        background-color: transparent;
        border: 0;
        background: url("/assets/img/icon/search_icon.svg") no-repeat center/contain; }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          .page-head__inner .gsc-search-box .gsc-search-button button {
            height: calc(15 / 1024 * 100vw); } }
        @media screen and (max-width: 767.9px) {
          .page-head__inner .gsc-search-box .gsc-search-button button {
            height: calc(38 / 750 * 100vw);
            background-size: calc(36 / 750 * 100vw); } }
        .page-head__inner .gsc-search-box .gsc-search-button button svg {
          display: none; }
    .page-head__inner .gsc-search-box .gsc-clear-button {
      display: none; }
  .page-head__inner .gsc-control-cse {
    padding: 0; }
  @media screen and (max-width: 767.9px) {
    .page-head__inner .gsc-results-wrapper-overlay {
      top: 10%;
      height: 88%; } }

.page-foot .ft_logo_lst {
  padding: 64px 0; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .page-foot .ft_logo_lst {
      padding: calc(64 / 1024 * 100vw) 0; } }
  @media screen and (max-width: 767.9px) {
    .page-foot .ft_logo_lst {
      padding: calc(96 / 750 * 100vw) 0 calc(80 / 750 * 100vw); } }
  .page-foot .ft_logo_lst ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media screen and (max-width: 767.9px) {
      .page-foot .ft_logo_lst ul {
        display: block; } }
    .page-foot .ft_logo_lst ul.jp_foundation {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .page-foot .ft_logo_lst ul.jp_foundation li {
        max-width: 290px;
        width: 100%;
        margin-right: 32px; }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          .page-foot .ft_logo_lst ul.jp_foundation li {
            max-width: calc(290 / 1024 * 100vw);
            margin-right: calc(32 / 1024 * 100vw); } }
        @media screen and (max-width: 767.9px) {
          .page-foot .ft_logo_lst ul.jp_foundation li {
            max-width: calc(580 / 750 * 100vw);
            margin: 0 auto calc(48 / 750 * 100vw); } }
        @media screen and (min-width: 767.9px) {
          .page-foot .ft_logo_lst ul.jp_foundation li:nth-child(2n) {
            margin-right: 0; } }
    .page-foot .ft_logo_lst ul.oth_lst {
      max-width: 1032px;
      width: 100%;
      margin: 24px auto 32px; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .page-foot .ft_logo_lst ul.oth_lst {
          max-width: calc(1032 / 1024 * 100vw);
          margin: calc(24 / 1024 * 100vw) auto calc(32 / 1024 * 100vw); } }
      @media screen and (max-width: 767.9px) {
        .page-foot .ft_logo_lst ul.oth_lst {
          margin: 0 0 calc(48 / 750 * 100vw); } }
      .page-foot .ft_logo_lst ul.oth_lst li {
        max-width: 240px;
        width: 23.256%;
        margin-right: 2.3%;
        margin-bottom: 2.3%; }
        @media screen and (max-width: 767.9px) {
          .page-foot .ft_logo_lst ul.oth_lst li {
            max-width: calc(480 / 750 * 100vw);
            width: 100%;
            margin: 0 auto calc(48 / 750 * 100vw); }
            .page-foot .ft_logo_lst ul.oth_lst li:last-child {
              margin-bottom: 0; } }
        @media screen and (min-width: 767.9px) {
          .page-foot .ft_logo_lst ul.oth_lst li:nth-child(4n) {
            margin-right: 0; } }
  .page-foot .ft_logo_lst .oth_jp_link {
    text-align: center; }
    @media screen and (max-width: 767.9px) {
      .page-foot .ft_logo_lst .oth_jp_link {
        text-align: left;
        padding: 0 calc(10 / 750 * 100vw);
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }
    .page-foot .ft_logo_lst .oth_jp_link a {
      font-size: 16px;
      line-height: 28px;
      display: inline-block;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .page-foot .ft_logo_lst .oth_jp_link a {
          font-size: calc(16 / 1024 * 100vw);
          line-height: calc(28 / 1024 * 100vw); } }
      @media screen and (max-width: 767.9px) {
        .page-foot .ft_logo_lst .oth_jp_link a {
          font-size: calc(32 / 750 * 100vw);
          line-height: calc(56 / 750 * 100vw); } }
      .page-foot .ft_logo_lst .oth_jp_link a:after {
        content: '';
        display: inline-block;
        background: url("/assets/img/icon/select_down_arrow.svg") no-repeat center/contain;
        width: 12px;
        height: 6px;
        margin-left: 8px;
        -webkit-transform: rotate(270deg);
                transform: rotate(270deg); }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          .page-foot .ft_logo_lst .oth_jp_link a:after {
            width: calc(12 / 1024 * 100vw);
            height: calc(6 / 1024 * 100vw);
            margin-left: calc(8 / 1024 * 100vw); } }
        @media screen and (max-width: 767.9px) {
          .page-foot .ft_logo_lst .oth_jp_link a:after {
            width: calc(24 / 750 * 100vw);
            height: calc(14 / 750 * 100vw);
            margin-left: calc(20 / 750 * 100vw); } }

.page-foot .ft_menu {
  background-color: #3C4453;
  padding: 48px 20px; }
  @media screen and (max-width: 767.9px) {
    .page-foot .ft_menu {
      padding: calc(80 / 750 * 100vw) calc(40 / 750 * 100vw); } }
  .page-foot .ft_menu_inner ul {
    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; }
    .page-foot .ft_menu_inner ul li {
      position: relative;
      padding-right: 24px;
      margin-left: 24px; }
      @media screen and (max-width: 767.9px) {
        .page-foot .ft_menu_inner ul li {
          padding-right: calc(48 / 750 * 100vw);
          margin-left: calc(48 / 750 * 100vw); } }
      .page-foot .ft_menu_inner ul li:first-child {
        margin-left: 0; }
      .page-foot .ft_menu_inner ul li:last-child {
        padding-right: 0; }
        .page-foot .ft_menu_inner ul li:last-child:after {
          content: none; }
      .page-foot .ft_menu_inner ul li:after {
        content: '';
        display: block;
        width: 1px;
        height: 16px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background-color: #fff; }
        @media screen and (max-width: 767.9px) {
          .page-foot .ft_menu_inner ul li:after {
            height: calc(32 / 750 * 100vw);
            width: calc(2 / 750 * 100vw); } }
      .page-foot .ft_menu_inner ul li a {
        color: #fff;
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
        display: inline-block; }
        @media screen and (max-width: 767.9px) {
          .page-foot .ft_menu_inner ul li a {
            font-size: calc(28 / 750 * 100vw);
            line-height: calc(40 / 750 * 100vw); } }
  .page-foot .ft_menu_inner .copyright {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    margin-top: 24px; }
    @media screen and (max-width: 767.9px) {
      .page-foot .ft_menu_inner .copyright {
        font-size: calc(28 / 750 * 100vw);
        line-height: calc(40 / 750 * 100vw);
        margin-top: calc(48 / 750 * 100vw); } }

* {
  padding: 0;
  margin: 0; }

@font-face {
  font-family: "Roboto Condensed",Arial,Meiryo,sans-serif;
  src: url("/assets/font/RobotoCondensed-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Roboto Condensed",Arial,Meiryo,sans-serif;
  src: url("/assets/font/RobotoCondensed-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

html {
  scroll-behavior: smooth; }
  @media screen and (max-width: 767.9px) {
    html {
      -ms-overflow-style: none;
      scrollbar-width: none; }
      html::-webkit-scrollbar {
        display: none; } }
  @media screen and (max-width: 767.9px) {
    html.fixed-position {
      height: 100%;
      overflow: hidden; } }

body {
  margin: 0;
  color: #3C4453;
  background-color: #fff;
  font-family: "Roboto Condensed",Arial,Meiryo,sans-serif;
  font-size: 14px;
  line-height: 2;
  -webkit-text-size-adjust: 100%; }

a {
  text-decoration: none;
  color: #3C4453; }

button {
  cursor: pointer;
  outline: 0;
  border: 0;
  background-color: transparent; }

button, input {
  outline: 0; }

ul {
  list-style-type: none; }

figure {
  line-height: 0; }

img {
  width: 100%; }

.source_han_sans {
  font-family: "source-han-serif-japanese";
  font-size: 26px;
  font-weight: bold; }

.din_2014 {
  font-size: 26px;
  font-family: "din-2014, sans-serif"; }

.page-container .content {
  max-width: 1366px;
  margin: 0 auto; }

.page-container .inner {
  max-width: 1168px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px; }
  @media only screen and (width < 768px) {
    .page-container .inner {
      padding: 0 calc(40 / 750 * 100vw); } }

@media screen and (max-width: 767.9px) {
  .page-container .pc {
    display: none !important; } }

@media screen and (min-width: 767.9px) {
  .page-container .sp {
    display: none !important; } }

.page-container .txt_red {
  font-style: normal;
  font-weight: normal;
  color: #F00 !important; }

.page-container .btn_01 {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  min-width: 144px;
  min-height: 40px;
  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;
  background-color: #FF6464;
  border-radius: 24px;
  color: #fff;
  padding: 5px 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .page-container .btn_01 {
      min-width: calc(144 / 1024 * 100vw);
      font-size: calc(16 / 1024 * 100vw);
      line-height: calc(20 / 1024 * 100vw);
      min-height: calc(40 / 1024 * 100vw);
      border-radius: calc(24 / 1024 * 100vw);
      padding: calc(5 / 1024 * 100vw) calc(10 / 1024 * 100vw); } }
  @media screen and (max-width: 767.9px) {
    .page-container .btn_01 {
      min-width: calc(360 / 750 * 100vw);
      min-height: calc(80 / 750 * 100vw);
      font-size: calc(32 / 750 * 100vw);
      line-height: calc(40 / 750 * 100vw);
      border-radius: calc(48 / 750 * 100vw);
      padding: calc(10 / 750 * 100vw) calc(36 / 750 * 100vw); } }
  .page-container .btn_01:after {
    content: '';
    display: block;
    background: url("/assets/img/icon/white_down_arrow.svg") no-repeat 50%/contain;
    width: 10px;
    height: 6px;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
    margin-left: 18px; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .page-container .btn_01:after {
        width: calc(10 / 1024 * 100vw);
        height: calc(6 / 1024 * 100vw);
        margin-left: calc(18 / 1024 * 100vw); } }
    @media screen and (max-width: 767.9px) {
      .page-container .btn_01:after {
        width: calc(20 / 750 * 100vw);
        height: calc(12 / 750 * 100vw);
        margin-left: calc(38 / 750 * 100vw); } }

.page-container .md_btn {
  max-width: 152px;
  width: 100%;
  min-height: 40px;
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  border-radius: 24px;
  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;
  color: #fff; }
  @media screen and (max-width: 767.9px) {
    .page-container .md_btn {
      max-width: calc(416 / 750 * 100vw);
      min-height: calc(80 / 750 * 100vw);
      font-size: calc(32 / 750 * 100vw);
      line-height: calc(56 / 750 * 100vw);
      border-radius: calc(48 / 750 * 100vw); } }
  .page-container .md_btn:before {
    content: '';
    margin-right: 8px; }
    @media screen and (max-width: 767.9px) {
      .page-container .md_btn:before {
        margin-right: calc(16 / 750 * 100vw); } }

.page-container .back_btn {
  background-color: #788191; }
  .page-container .back_btn:before {
    width: 7px;
    height: 12px;
    background: url("/assets/img/icon/white_back_icon.svg") no-repeat center/contain; }
    @media screen and (max-width: 767.9px) {
      .page-container .back_btn:before {
        width: calc(14 / 750 * 100vw);
        height: calc(24 / 750 * 100vw); } }

.page-container .myCookieWarningClass {
  background-color: #FF6464;
  padding: 33.5px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  display: none;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 9999; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .page-container .myCookieWarningClass {
      padding: calc(33.5 / 1024 * 100vw) 0; } }
  @media screen and (max-width: 767.9px) {
    .page-container .myCookieWarningClass {
      padding: calc(48 / 750 * 100vw) 0; } }
  .page-container .myCookieWarningClass .inner {
    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; }
    @media screen and (max-width: 767.9px) {
      .page-container .myCookieWarningClass .inner {
        display: block; } }
  .page-container .myCookieWarningClass p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin-right: 89px; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .page-container .myCookieWarningClass p {
        font-size: calc(14 / 1024 * 100vw);
        line-height: calc(20 / 1024 * 100vw);
        margin-right: calc(89 / 1024 * 100vw); } }
    @media screen and (max-width: 767.9px) {
      .page-container .myCookieWarningClass p {
        font-size: calc(28 / 750 * 100vw);
        line-height: calc(40 / 750 * 100vw);
        margin-right: 0;
        margin-bottom: calc(48 / 750 * 100vw); } }
    .page-container .myCookieWarningClass p a {
      text-decoration: underline;
      color: #fff;
      word-break: keep-all;
      margin-left: 15px; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .page-container .myCookieWarningClass p a {
          margin-left: calc(15 / 1024 * 100vw); } }
      @media screen and (max-width: 767.9px) {
        .page-container .myCookieWarningClass p a {
          margin-left: calc(30 / 1024 * 100vw); } }
  .page-container .myCookieWarningClass .btn {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    min-width: 128px;
    min-height: 40px;
    padding: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    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;
    background-color: #fff;
    border-radius: 24px;
    color: #FF6464;
    cursor: pointer; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .page-container .myCookieWarningClass .btn {
        font-size: calc(16 / 1024 * 100vw);
        line-height: calc(20 / 1024 * 100vw);
        min-width: calc(128 / 1024 * 100vw);
        min-height: calc(40 / 1024 * 100vw);
        padding: calc(5 / 1024 * 100vw); } }
    @media screen and (max-width: 767.9px) {
      .page-container .myCookieWarningClass .btn {
        font-size: calc(32 / 750 * 100vw);
        line-height: calc(40 / 750 * 100vw);
        min-width: calc(360 / 750 * 100vw);
        min-height: calc(80 / 750 * 100vw);
        padding: calc(10 / 750 * 100vw);
        margin: 0 auto; } }

.page-container .download_btn, .page-container .accept_btn {
  background-color: #FF6464; }
  .page-container .download_btn:before, .page-container .accept_btn:before {
    width: 16px;
    height: 16px;
    background: url("/assets/img/icon/white_download_icon.svg") no-repeat center/contain; }
    @media screen and (max-width: 767.9px) {
      .page-container .download_btn:before, .page-container .accept_btn:before {
        width: calc(32 / 750 * 100vw);
        height: calc(32 / 750 * 100vw); } }
  .page-container .download_btn span, .page-container .accept_btn span {
    display: none; }

.page-container .breadcrumb_content {
  background-color: #F0F0F0;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .page-container .breadcrumb_content {
      padding: calc(10 / 1024 * 100vw) 0; } }
  @media screen and (max-width: 767.9px) {
    .page-container .breadcrumb_content {
      padding: calc(27 / 1024 * 100vw) 0; } }

.page-container .breadcrumb_inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .page-container .breadcrumb_inner ul li {
    font-size: 14px;
    line-height: 28px; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .page-container .breadcrumb_inner ul li {
        font-size: calc(14 / 1024 * 100vw);
        line-height: calc(28 / 1024 * 100vw); } }
    @media screen and (max-width: 767.9px) {
      .page-container .breadcrumb_inner ul li {
        font-size: calc(28 / 750 * 100vw);
        line-height: calc(56 / 750 * 100vw); } }
    @media screen and (max-width: 767.9px) {
      .page-container .breadcrumb_inner ul li:first-child {
        min-width: calc(84 / 750 * 100vw); } }
    .page-container .breadcrumb_inner ul li:last-child:after {
      content: none; }
    .page-container .breadcrumb_inner ul li:after {
      content: '＞';
      font-size: 14px;
      line-height: 28px;
      margin: 0 8px; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .page-container .breadcrumb_inner ul li:after {
          font-size: calc(14 / 1024 * 100vw);
          line-height: calc(28 / 1024 * 100vw);
          margin: 0 calc(8 / 1024 * 100vw); } }
      @media screen and (max-width: 767.9px) {
        .page-container .breadcrumb_inner ul li:after {
          font-size: calc(28 / 1024 * 100vw);
          line-height: calc(56 / 1024 * 100vw);
          margin: 0 calc(16 / 1024 * 100vw); } }
    .page-container .breadcrumb_inner ul li a {
      font-size: 14px;
      line-height: 28px; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .page-container .breadcrumb_inner ul li a {
          font-size: calc(14 / 1024 * 100vw);
          line-height: calc(28 / 1024 * 100vw); } }
      @media screen and (max-width: 767.9px) {
        .page-container .breadcrumb_inner ul li a {
          font-size: calc(28 / 750 * 100vw);
          line-height: calc(56 / 750 * 100vw); } }

.page-container .full_program {
  background-color: #F0F0F0;
  padding: 56px 20px; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .page-container .full_program {
      padding: calc(56 / 1024 * 100vw) calc(20 / 1024 * 100vw); } }
  @media screen and (max-width: 767.9px) {
    .page-container .full_program {
      padding: calc(74 / 750 * 100vw) calc(40 / 750 * 100vw) calc(80 / 750 * 100vw);
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }
  .page-container .full_program .program_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 767.9px) {
      .page-container .full_program .program_inner {
        display: block;
        padding: 0; } }
    .page-container .full_program .program_inner .txt_layer {
      max-width: 698px;
      width: 100%; }
      .page-container .full_program .program_inner .txt_layer h4 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 12px; }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          .page-container .full_program .program_inner .txt_layer h4 {
            font-size: calc(24 / 1024 * 100vw);
            line-height: calc(34 / 1024 * 100vw);
            margin-bottom: calc(12 / 1024 * 100vw); } }
        @media screen and (max-width: 767.9px) {
          .page-container .full_program .program_inner .txt_layer h4 {
            font-size: calc(40 / 750 * 100vw);
            line-height: calc(60 / 750 * 100vw);
            margin-bottom: calc(24 / 750 * 100vw); } }
      .page-container .full_program .program_inner .txt_layer p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 24px;
        font-weight: 500; }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          .page-container .full_program .program_inner .txt_layer p {
            font-size: calc(16 / 1024 * 100vw);
            line-height: calc(28 / 1024 * 100vw);
            margin-bottom: calc(24 / 1024 * 100vw); } }
        @media screen and (max-width: 767.9px) {
          .page-container .full_program .program_inner .txt_layer p {
            font-size: calc(32 / 750 * 100vw);
            line-height: calc(56 / 750 * 100vw);
            margin-bottom: calc(32 / 750 * 100vw); } }
      .page-container .full_program .program_inner .txt_layer .ext_link a {
        font-size: 16px;
        line-height: 24px;
        display: inline-block;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        word-break: break-word;
        color: #FF6560;
        text-decoration: underline; }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          .page-container .full_program .program_inner .txt_layer .ext_link a {
            font-size: calc(16 / 1024 * 100vw);
            line-height: calc(24 / 1024 * 100vw); } }
        @media screen and (max-width: 767.9px) {
          .page-container .full_program .program_inner .txt_layer .ext_link a {
            letter-spacing: calc(1 / 750 * 100vw);
            font-size: calc(32 / 750 * 100vw);
            line-height: calc(48 / 750 * 100vw); } }
        .page-container .full_program .program_inner .txt_layer .ext_link a:after {
          content: '';
          display: inline-block;
          background: url("/assets/img/icon/external_link.svg") no-repeat center/contain;
          min-width: 16px;
          min-height: 16px;
          margin-left: 8px; }
          @media screen and (min-width: 768px) and (max-width: 1024px) {
            .page-container .full_program .program_inner .txt_layer .ext_link a:after {
              min-width: calc(16 / 1024 * 100vw);
              min-height: calc(16 / 1024 * 100vw);
              margin-left: calc(8 / 1024 * 100vw); } }
          @media screen and (max-width: 767.9px) {
            .page-container .full_program .program_inner .txt_layer .ext_link a:after {
              min-width: calc(32 / 750 * 100vw);
              min-height: calc(32 / 750 * 100vw);
              margin-left: calc(18 / 750 * 100vw);
              position: relative;
              top: calc(6 / 750 * 100vw); } }
    .page-container .full_program .program_inner .img_layer {
      max-width: 300px;
      width: 32.054%;
      margin-left: 6.1%; }
      @media screen and (max-width: 767.9px) {
        .page-container .full_program .program_inner .img_layer {
          max-width: 100%;
          width: 100%;
          margin-left: 0;
          margin-top: calc(48 / 750 * 100vw); } }

.page-container .pg_link_content {
  background-color: #788191;
  padding-top: 70px;
  padding-bottom: 80px; }
  @media screen and (min-width: 768px) and (max-width: 1200px) {
    .page-container .pg_link_content {
      padding-top: calc(70 / 1200 * 100vw);
      padding-bottom: calc(80 / 1200 * 100vw); } }
  @media screen and (max-width: 767.9px) {
    .page-container .pg_link_content {
      padding-top: calc(80 / 750 * 100vw);
      padding-bottom: calc(96 / 750 * 100vw); } }
  .page-container .pg_link_content .inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .page-container .pg_link_content .inner ul li {
      max-width: 544px;
      width: 48.227%;
      margin-right: 3.53%;
      border-radius: 60px;
      background-color: #fff; }
      @media screen and (min-width: 768px) and (max-width: 1200px) {
        .page-container .pg_link_content .inner ul li {
          border-radius: calc(60 / 1200 * 100vw); } }
      @media screen and (max-width: 767.9px) {
        .page-container .pg_link_content .inner ul li {
          max-width: 100%;
          width: 100%;
          margin-right: 0;
          margin-bottom: calc(48 / 750 * 100vw);
          border-radius: calc(120 / 750 * 100vw); }
          .page-container .pg_link_content .inner ul li:last-child {
            margin-bottom: 0; } }
      .page-container .pg_link_content .inner ul li:nth-child(2n) {
        margin-right: 0; }
      .page-container .pg_link_content .inner ul li a {
        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;
        padding: 14.5px 40px 14.5px 50px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        @media screen and (min-width: 768px) and (max-width: 1200px) {
          .page-container .pg_link_content .inner ul li a {
            padding: calc(14.5 / 1200 * 100vw) calc(40 / 1200 * 100vw) calc(14.5 / 1200 * 100vw) calc(50 / 1200 * 100vw); } }
        @media screen and (max-width: 767.9px) {
          .page-container .pg_link_content .inner ul li a {
            padding: calc(27 / 750 * 100vw) calc(48 / 750 * 100vw) calc(27 / 750 * 100vw) calc(80 / 750 * 100vw); } }
        .page-container .pg_link_content .inner ul li a:after {
          content: '';
          display: block;
          background: url("/assets/img/icon/right_arrow.svg") no-repeat center/contain;
          width: 14px;
          height: 24px;
          margin-left: 30px; }
          @media screen and (min-width: 768px) and (max-width: 1200px) {
            .page-container .pg_link_content .inner ul li a:after {
              width: calc(14 / 1200 * 100vw);
              height: calc(24 / 1200 * 100vw);
              margin-left: calc(30 / 1200 * 100vw); } }
          @media screen and (max-width: 767.9px) {
            .page-container .pg_link_content .inner ul li a:after {
              width: calc(22 / 750 * 100vw);
              height: calc(36 / 750 * 100vw);
              margin-left: calc(40 / 750 * 100vw); } }
      .page-container .pg_link_content .inner ul li .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .page-container .pg_link_content .inner ul li .item figure {
          max-width: 160px;
          width: 100%;
          margin-right: 24px; }
          @media screen and (min-width: 768px) and (max-width: 1200px) {
            .page-container .pg_link_content .inner ul li .item figure {
              max-width: calc(160 / 1200 * 100vw);
              margin-right: calc(24 / 1200 * 100vw); } }
          @media screen and (max-width: 767.9px) {
            .page-container .pg_link_content .inner ul li .item figure {
              display: none; } }
        .page-container .pg_link_content .inner ul li .item .txt_item p {
          line-height: 26px; }
          @media screen and (min-width: 768px) and (max-width: 1200px) {
            .page-container .pg_link_content .inner ul li .item .txt_item p {
              line-height: calc(26 / 1200 * 100vw); } }
          .page-container .pg_link_content .inner ul li .item .txt_item p.jp_txt {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 4px; }
            @media screen and (min-width: 768px) and (max-width: 1200px) {
              .page-container .pg_link_content .inner ul li .item .txt_item p.jp_txt {
                font-size: calc(18 / 1200 * 100vw);
                margin-bottom: calc(4 / 1200 * 100vw); } }
            @media screen and (max-width: 767.9px) {
              .page-container .pg_link_content .inner ul li .item .txt_item p.jp_txt {
                font-size: calc(32 / 750 * 100vw);
                line-height: calc(48 / 750 * 100vw);
                margin-bottom: calc(6 / 750 * 100vw); } }
          .page-container .pg_link_content .inner ul li .item .txt_item p.en_txt {
            font-size: 16px; }
            @media screen and (min-width: 768px) and (max-width: 1200px) {
              .page-container .pg_link_content .inner ul li .item .txt_item p.en_txt {
                font-size: calc(16 / 1200 * 100vw); } }
            @media screen and (max-width: 767.9px) {
              .page-container .pg_link_content .inner ul li .item .txt_item p.en_txt {
                font-size: calc(32 / 750 * 100vw);
                line-height: calc(40 / 750 * 100vw); } }

@media screen and (min-width: 767.9px) {
  .page-container .item_list:hover .movie_thumbnail figure img {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); } }

.page-container .item_list .movie_thumbnail {
  width: 264px;
  border-radius: 8px 8px 0 0; }
  @media screen and (min-width: 767.9px) {
    .page-container .item_list .movie_thumbnail {
      height: 149px;
      overflow: hidden; } }
  @media screen and (min-width: 768px) and (max-width: 1200px) {
    .page-container .item_list .movie_thumbnail {
      border-radius: calc(8 / 1200 * 100vw) calc(8 / 1200 * 100vw) 0 0;
      width: calc(264 / 1200 * 100vw);
      height: calc(149 / 1200 * 100vw); } }
  @media screen and (max-width: 767.9px) {
    .page-container .item_list .movie_thumbnail {
      border-radius: calc(16 / 750 * 100vw) calc(16 / 750 * 100vw) 0 0;
      width: 100%; } }
  @media screen and (min-width: 767.9px) {
    .page-container .item_list .movie_thumbnail figure {
      position: relative;
      width: 100%;
      height: 100%; } }
  .page-container .item_list .movie_thumbnail figure img {
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    @media screen and (min-width: 767.9px) {
      .page-container .item_list .movie_thumbnail figure img {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0; } }
    @media screen and (max-width: 767.9px) {
      .page-container .item_list .movie_thumbnail figure img {
        border-top-left-radius: calc(16 / 750 * 100vw);
        border-top-right-radius: calc(16 / 750 * 100vw); } }

.page-container .item_list .txt_layer {
  padding: 8px 12px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .page-container .item_list .txt_layer {
      padding: calc(8 / 1024 * 100vw) calc(12 / 1024 * 100vw) calc(16 / 1024 * 100vw); } }
  @media screen and (max-width: 767.9px) {
    .page-container .item_list .txt_layer {
      padding: calc(16 / 750 * 100vw) calc(18 / 750 * 100vw); } }
  .page-container .item_list .txt_layer .hash_txt, .page-container .item_list .txt_layer .movie_title {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold; }
    @media screen and (min-width: 768px) and (max-width: 1200px) {
      .page-container .item_list .txt_layer .hash_txt, .page-container .item_list .txt_layer .movie_title {
        font-size: calc(18 / 1200 * 100vw);
        line-height: calc(20 / 1200 * 100vw); } }
    @media screen and (max-width: 767.9px) {
      .page-container .item_list .txt_layer .hash_txt, .page-container .item_list .txt_layer .movie_title {
        font-size: calc(36 / 750 * 100vw);
        line-height: calc(40 / 750 * 100vw); } }
  .page-container .item_list .txt_layer .movie_title {
    margin-top: 5px; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .page-container .item_list .txt_layer .movie_title {
        margin-top: calc(5 / 1024 * 100vw); } }
    @media screen and (max-width: 767.9px) {
      .page-container .item_list .txt_layer .movie_title {
        margin-top: calc(12 / 750 * 100vw);
        font-size: calc(32 / 750 * 100vw); } }
  .page-container .item_list .txt_layer .hash_txt {
    color: #FF6464; }
  .page-container .item_list .txt_layer .desc_txt {
    margin-top: 3px;
    font-size: 14px;
    line-height: 20px; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .page-container .item_list .txt_layer .desc_txt {
        margin-top: calc(3 / 1024 * 100vw);
        font-size: calc(14 / 1024 * 100vw);
        line-height: calc(20 / 1024 * 100vw); } }
    @media screen and (max-width: 767.9px) {
      .page-container .item_list .txt_layer .desc_txt {
        margin-top: calc(10 / 750 * 100vw);
        font-size: calc(28 / 750 * 100vw);
        line-height: calc(40 / 750 * 100vw); } }
  .page-container .item_list .txt_layer .hash_item {
    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; }
  .page-container .item_list .txt_layer .like_item {
    display: block;
    width: 17px;
    height: 16px;
    background: url("/assets/img/icon/unlike.svg") no-repeat center/contain; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .page-container .item_list .txt_layer .like_item {
        width: calc(17 / 1024 * 100vw);
        height: calc(16 / 1024 * 100vw); } }
    @media screen and (max-width: 767.9px) {
      .page-container .item_list .txt_layer .like_item {
        width: calc(34 / 750 * 100vw);
        height: calc(32 / 750 * 100vw); } }
    .page-container .item_list .txt_layer .like_item.selected {
      background: url("/assets/img/icon/like.svg") no-repeat center/contain; }
  .page-container .item_list .txt_layer .from_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4px; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .page-container .item_list .txt_layer .from_item {
        margin-top: calc(4 / 1024 * 100vw); } }
    @media screen and (max-width: 767.9px) {
      .page-container .item_list .txt_layer .from_item {
        margin-top: calc(8 / 750 * 100vw); } }
    .page-container .item_list .txt_layer .from_item.mt_7 {
      margin-top: 7px; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .page-container .item_list .txt_layer .from_item.mt_7 {
          margin-top: calc(7 / 1024 * 100vw); } }
      @media screen and (max-width: 767.9px) {
        .page-container .item_list .txt_layer .from_item.mt_7 {
          margin-top: calc(10 / 750 * 100vw); } }
    .page-container .item_list .txt_layer .from_item .left_item {
      margin-right: 8px;
      line-height: 0; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .page-container .item_list .txt_layer .from_item .left_item {
          margin-right: calc(8 / 1024 * 100vw); } }
      @media screen and (max-width: 767.9px) {
        .page-container .item_list .txt_layer .from_item .left_item {
          margin-right: calc(8 / 750 * 100vw); } }
      .page-container .item_list .txt_layer .from_item .left_item span {
        display: inline-block;
        font-size: 14px;
        line-height: 20px;
        background-color: #F0F0F0;
        border-radius: 4px;
        padding: 0 7.887px;
        min-width: 44px;
        max-width: 44px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          .page-container .item_list .txt_layer .from_item .left_item span {
            min-width: calc(44 / 1024 * 100vw);
            max-width: calc(44 / 1024 * 100vw);
            font-size: calc(14 / 1024 * 100vw);
            line-height: calc(20 / 1024 * 100vw);
            border-radius: calc(4 / 1024 * 100vw);
            padding: 0 calc(7.887 / 1024 * 100vw); } }
        @media screen and (max-width: 767.9px) {
          .page-container .item_list .txt_layer .from_item .left_item span {
            min-width: calc(88 / 750 * 100vw);
            max-width: calc(88 / 750 * 100vw);
            font-size: calc(28 / 750 * 100vw);
            line-height: calc(38 / 750 * 100vw);
            border-radius: calc(8 / 750 * 100vw);
            padding: calc(1 / 750 * 100vw) calc(16 / 750 * 100vw); } }
    .page-container .item_list .txt_layer .from_item .right_item {
      font-size: 14px;
      line-height: 20px;
      position: relative; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .page-container .item_list .txt_layer .from_item .right_item {
          font-size: calc(14 / 1024 * 100vw);
          line-height: calc(20 / 1024 * 100vw); } }
      @media screen and (max-width: 767.9px) {
        .page-container .item_list .txt_layer .from_item .right_item {
          font-size: calc(28 / 750 * 100vw);
          line-height: calc(40 / 750 * 100vw); } }

.page-container .movie_list {
  margin-top: 16px; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .page-container .movie_list {
      margin-top: calc(16 / 1200 * 100vw); } }
  @media screen and (max-width: 767.9px) {
    .page-container .movie_list {
      margin-top: calc(34 / 750 * 100vw); } }
  .page-container .movie_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media screen and (max-width: 767.9px) {
      .page-container .movie_list ul {
        margin-top: calc(34 / 750 * 100vw); } }
    .page-container .movie_list ul li {
      max-width: 264px;
      width: 23.405%;
      margin-right: 2.1%;
      -webkit-box-shadow: 0 3px 3px #00000026;
              box-shadow: 0 3px 3px #00000026;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 8px;
      margin-top: 24px;
      background-color: #fff; }
      @media screen and (min-width: 768px) and (max-width: 1200px) {
        .page-container .movie_list ul li {
          border-radius: calc(8 / 1200 * 100vw);
          margin-top: calc(24 / 1200 * 100vw); } }
      @media screen and (max-width: 767.9px) {
        .page-container .movie_list ul li {
          max-width: 100%;
          width: calc(320 / 750 * 100vw);
          margin-top: calc(32 / 750 * 100vw);
          margin-right: calc(30 / 750 * 100vw);
          border-radius: calc(16 / 750 * 100vw); }
          .page-container .movie_list ul li:nth-child(2n) {
            margin-right: 0; } }
      .page-container .movie_list ul li:nth-child(4n) {
        margin-right: 0; }
      .page-container .movie_list ul li a {
        display: block;
        height: 100%; }

.page-container .pg_tag {
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 12px;
  position: relative;
  margin-bottom: 17px; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .page-container .pg_tag {
      font-size: calc(16 / 1024 * 100vw);
      line-height: calc(28 / 1024 * 100vw);
      padding-bottom: calc(12 / 1024 * 100vw);
      margin-bottom: calc(17 / 1024 * 100vw); } }
  @media screen and (max-width: 767.9px) {
    .page-container .pg_tag {
      font-size: calc(28 / 750 * 100vw);
      line-height: calc(56 / 750 * 100vw);
      padding-bottom: calc(24 / 750 * 100vw);
      margin-bottom: calc(34 / 750 * 100vw); } }
  .page-container .pg_tag:before {
    content: '';
    display: block;
    width: 24px;
    height: 4px;
    background-color: #FF6464;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .page-container .pg_tag:before {
        width: calc(24 / 1024 * 100vw);
        height: calc(4 / 1024 * 100vw);
        border-radius: calc(2 / 1024 * 100vw); } }
    @media screen and (max-width: 767.9px) {
      .page-container .pg_tag:before {
        width: calc(48 / 750 * 100vw);
        height: calc(8 / 750 * 100vw);
        border-radius: calc(4 / 750 * 100vw); } }

.page-container .pg_title {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 4px; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .page-container .pg_title {
      font-size: calc(28 / 1024 * 100vw);
      line-height: calc(40 / 1024 * 100vw);
      margin-bottom: calc(4 / 1024 * 100vw); } }
  @media screen and (max-width: 767.9px) {
    .page-container .pg_title {
      font-size: calc(48 / 750 * 100vw);
      line-height: calc(68 / 750 * 100vw);
      margin-bottom: calc(8 / 750 * 100vw); } }

.page-container .pg_subtitle {
  font-size: 22px;
  line-height: 26px;
  color: #788191; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .page-container .pg_subtitle {
      font-size: calc(22 / 1024 * 100vw);
      line-height: calc(26 / 1024 * 100vw); } }
  @media screen and (max-width: 767.9px) {
    .page-container .pg_subtitle {
      font-size: calc(40 / 750 * 100vw);
      line-height: calc(52 / 750 * 100vw); } }

.page-container .sub_head_content {
  padding: 43px 0; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .page-container .sub_head_content {
      padding: calc(43 / 1024 * 100vw) 0; } }
  @media screen and (max-width: 767.9px) {
    .page-container .sub_head_content {
      padding: calc(48 / 750 * 100vw) 0; } }
  .page-container .sub_head_content h3 {
    color: #232324; }
  .page-container .sub_head_content .desc_txt {
    font-size: 16px;
    line-height: 28px;
    margin-top: 44px; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .page-container .sub_head_content .desc_txt {
        font-size: calc(16 / 1024 * 100vw);
        line-height: calc(28 / 1024 * 100vw);
        margin-top: calc(44 / 1024 * 100vw); } }
    @media screen and (max-width: 767.9px) {
      .page-container .sub_head_content .desc_txt {
        font-size: calc(32 / 750 * 100vw);
        line-height: calc(56 / 750 * 100vw);
        margin-top: calc(58 / 750 * 100vw); } }

.page-container .link_tag {
  margin-top: 40px;
  margin-bottom: 24px; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .page-container .link_tag {
      margin-top: calc(40 / 1024 * 100vw);
      margin-bottom: calc(24 / 1024 * 100vw); } }
  @media screen and (max-width: 767.9px) {
    .page-container .link_tag {
      margin-top: calc(66 / 750 * 100vw);
      margin-bottom: calc(48 / 750 * 100vw); } }
  .page-container .link_tag ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .page-container .link_tag ul li {
      width: 50%; }
      .page-container .link_tag ul li:first-child a {
        border-radius: 8px 0 0 8px; }
        @media screen and (max-width: 767.9px) {
          .page-container .link_tag ul li:first-child a {
            border-radius: calc(16 / 750 * 100vw) 0 0 calc(16 / 750 * 100vw); } }
      .page-container .link_tag ul li:last-child a {
        border-radius: 0 8px 8px 0; }
        @media screen and (max-width: 767.9px) {
          .page-container .link_tag ul li:last-child a {
            border-radius: 0 calc(16 / 750 * 100vw) calc(16 / 750 * 100vw) 0; } }
      .page-container .link_tag ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border: 2px solid #FF6464;
        font-size: 18px;
        line-height: 40px;
        font-weight: bold;
        height: 64px;
        color: #FF6464;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          .page-container .link_tag ul li a {
            height: calc(64 / 1024 * 100vw);
            border-width: calc(2 / 1024 * 100vw);
            font-size: calc(18 / 1024 * 100vw);
            line-height: calc(40 / 1024 * 100vw); } }
        @media screen and (max-width: 767.9px) {
          .page-container .link_tag ul li a {
            border-width: calc(4 / 750 * 100vw);
            font-size: calc(32 / 750 * 100vw);
            line-height: calc(48 / 750 * 100vw);
            height: calc(128 / 750 * 100vw); } }
      .page-container .link_tag ul li.selected a {
        background-color: #FF6464;
        color: #fff;
        position: relative; }
        .page-container .link_tag ul li.selected a:after {
          content: '';
          background: url("/assets/img/icon/triangle_icon.svg") no-repeat center/contain;
          display: block;
          width: 23px;
          height: 12px;
          position: absolute;
          bottom: -9px;
          left: 0;
          right: 0;
          margin: auto; }
          @media screen and (min-width: 768px) and (max-width: 1024px) {
            .page-container .link_tag ul li.selected a:after {
              width: calc(23 / 1024 * 100vw);
              height: calc(12 / 1024 * 100vw);
              bottom: calc(-9 / 1024 * 100vw); } }
          @media screen and (max-width: 767.9px) {
            .page-container .link_tag ul li.selected a:after {
              width: calc(46 / 750 * 100vw);
              height: calc(24 / 750 * 100vw);
              bottom: calc(-18 / 750 * 100vw); } }

.page-container .pdf_item {
  display: none; }

.page-container .dl_item, .page-container .dp_modal, .page-container .dp_item {
  color: #FF6464;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  text-decoration: none; }
  @media screen and (max-width: 767.9px) {
    .page-container .dl_item, .page-container .dp_modal, .page-container .dp_item {
      margin-left: calc(48 / 750 * 100vw); }
      .page-container .dl_item b, .page-container .dp_modal b, .page-container .dp_item b {
        display: none; } }
  .page-container .dl_item:before, .page-container .dp_modal:before, .page-container .dp_item:before {
    content: '';
    background: url(/assets/img/icon/download.svg) no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    display: block;
    margin-right: 8px; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .page-container .dl_item:before, .page-container .dp_modal:before, .page-container .dp_item:before {
        width: calc(16 / 1024 * 100vw);
        height: calc(16 / 1024 * 100vw);
        margin-right: calc(8 / 1024 * 100vw); } }
    @media screen and (max-width: 767.9px) {
      .page-container .dl_item:before, .page-container .dp_modal:before, .page-container .dp_item:before {
        width: calc(40 / 750 * 100vw);
        height: calc(40 / 750 * 100vw);
        margin-right: 0; } }
  .page-container .dl_item span, .page-container .dp_modal span, .page-container .dp_item span {
    font-size: 16px;
    line-height: 28px;
    font-weight: bold; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .page-container .dl_item span, .page-container .dp_modal span, .page-container .dp_item span {
        font-size: calc(16 / 1024 * 100vw);
        line-height: calc(28 / 1024 * 100vw); } }

.page-container .modal_close {
  width: 60px;
  position: absolute;
  top: -36px;
  right: -24px;
  background-color: transparent; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .page-container .modal_close {
      width: calc(60 / 1024 * 100vw);
      top: calc(-36 / 1024 * 100vw);
      right: calc(-24 / 1024 * 100vw); } }
  @media screen and (max-width: 767.9px) {
    .page-container .modal_close {
      width: calc(120 / 750 * 100vw);
      top: calc(-134 / 750 * 100vw);
      right: calc(-24 / 750 * 100vw); } }

.page-container .modal, .page-container .movie_modal_content {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000000d1;
  top: 0;
  display: none;
  z-index: 999999; }
  @media screen and (max-width: 767.9px) {
    .page-container .modal, .page-container .movie_modal_content {
      overflow-y: auto; } }
  .page-container .modal_inner, .page-container .movie_modal_content_inner {
    background-color: #fff;
    max-width: 720px;
    width: 100%;
    margin: 240px auto 0;
    padding: 80px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    border: 1px solid #707070; }
    @media screen and (min-width: 768px) and (max-width: 1366px) {
      .page-container .modal_inner, .page-container .movie_modal_content_inner {
        margin-top: calc(240 / 1366 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .page-container .modal_inner, .page-container .movie_modal_content_inner {
        padding: calc(80 / 1024 * 100vw) calc(20 / 1024 * 100vw);
        max-width: calc(720 / 1024 * 100vw); } }
    @media screen and (max-width: 767.9px) {
      .page-container .modal_inner, .page-container .movie_modal_content_inner {
        max-width: calc(670 / 750 * 100vw);
        margin-top: calc(200 / 750 * 100vw);
        padding: calc(122 / 750 * 100vw) calc(48 / 750 * 100vw) calc(96 / 750 * 100vw);
        margin-bottom: calc(100 / 750 * 100vw); } }
    .page-container .modal_inner .download_icon, .page-container .movie_modal_content_inner .download_icon {
      width: 40px;
      margin: 0 auto 44px; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .page-container .modal_inner .download_icon, .page-container .movie_modal_content_inner .download_icon {
          width: calc(40 / 1024 * 100vw);
          margin-bottom: calc(44 / 1024 * 100vw); } }
      @media screen and (max-width: 767.9px) {
        .page-container .modal_inner .download_icon, .page-container .movie_modal_content_inner .download_icon {
          width: calc(80 / 750 * 100vw);
          margin-bottom: calc(48 / 750 * 100vw); } }
    .page-container .modal_inner h3, .page-container .movie_modal_content_inner h3 {
      font-size: 22px;
      line-height: 40px;
      text-align: center;
      margin-bottom: 40px; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .page-container .modal_inner h3, .page-container .movie_modal_content_inner h3 {
          margin-bottom: calc(40 / 1024 * 100vw); } }
      @media screen and (max-width: 767.9px) {
        .page-container .modal_inner h3, .page-container .movie_modal_content_inner h3 {
          font-size: calc(36 / 750 * 100vw);
          line-height: calc(60 / 750 * 100vw);
          margin-bottom: calc(42 / 750 * 100vw); } }
    .page-container .modal_inner p, .page-container .movie_modal_content_inner p {
      font-size: 16px;
      line-height: 24px;
      font-weight: bold;
      text-align: center; }
      @media screen and (max-width: 767.9px) {
        .page-container .modal_inner p, .page-container .movie_modal_content_inner p {
          text-align: left;
          font-size: calc(32 / 750 * 100vw);
          line-height: calc(48 / 750 * 100vw); } }
    .page-container .modal_inner .btn_gp, .page-container .movie_modal_content_inner .btn_gp {
      margin-top: 64px;
      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; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .page-container .modal_inner .btn_gp, .page-container .movie_modal_content_inner .btn_gp {
          margin-top: calc(64 / 1024 * 100vw); } }
      @media screen and (max-width: 767.9px) {
        .page-container .modal_inner .btn_gp, .page-container .movie_modal_content_inner .btn_gp {
          margin-top: calc(80 / 750 * 100vw);
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .page-container .modal_inner .btn_gp .back_btn, .page-container .movie_modal_content_inner .btn_gp .back_btn {
        margin-right: 32px; }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          .page-container .modal_inner .btn_gp .back_btn, .page-container .movie_modal_content_inner .btn_gp .back_btn {
            margin-right: calc(32 / 1024 * 100vw); } }
        @media screen and (max-width: 767.9px) {
          .page-container .modal_inner .btn_gp .back_btn, .page-container .movie_modal_content_inner .btn_gp .back_btn {
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2;
            margin-right: 0;
            margin-top: calc(48 / 750 * 100vw); } }
      @media screen and (max-width: 767.9px) {
        .page-container .modal_inner .btn_gp .download_btn, .page-container .movie_modal_content_inner .btn_gp .download_btn {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; } }

.page-container .ot_link {
  color: #FF6560;
  text-decoration: underline; }
  .page-container .ot_link:after {
    content: '';
    display: inline-block;
    background: url("/assets/img/icon/external_link.svg") no-repeat center/contain;
    min-width: 14px;
    min-height: 14px;
    margin-left: 5px; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .page-container .ot_link:after {
        min-width: calc(14 / 1024 * 100vw);
        min-height: calc(14 / 1024 * 100vw);
        margin-left: calc(5 / 1024 * 100vw); } }
    @media screen and (max-width: 767.9px) {
      .page-container .ot_link:after {
        min-width: calc(28 / 750 * 100vw);
        min-height: calc(28 / 750 * 100vw);
        margin-left: calc(6 / 750 * 100vw);
        position: relative;
        top: calc(4 / 750 * 100vw); } }

.page-container .link_lst {
  margin-top: 12px; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .page-container .link_lst {
      margin-top: calc(12 / 1024 * 100vw); } }
  @media screen and (max-width: 767.9px) {
    .page-container .link_lst {
      margin-top: calc(24 / 750 * 100vw); } }
  .page-container .link_lst a {
    display: inline-block;
    margin-top: 14px;
    font-size: 16px;
    line-height: 26px;
    text-decoration: underline; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .page-container .link_lst a {
        margin-top: calc(14 / 1024 * 100vw);
        font-size: calc(16 / 1024 * 100vw);
        line-height: calc(26 / 1024 * 100vw); } }
    @media screen and (max-width: 767.9px) {
      .page-container .link_lst a {
        font-size: calc(32 / 750 * 100vw);
        line-height: calc(52 / 750 * 100vw);
        margin-top: calc(32 / 750 * 100vw); } }
    @media screen and (min-width: 767.9px) {
      .page-container .link_lst a:hover {
        color: #FF6560; } }
    .page-container .link_lst a:first-child {
      margin-top: 0; }
    .page-container .link_lst a.link_item:after {
      content: '';
      background: url("/assets/img/icon/external_link.svg") no-repeat center/contain;
      width: 16px;
      height: 16px;
      display: inline-block;
      position: relative;
      top: 3px;
      margin-left: 20px; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .page-container .link_lst a.link_item:after {
          width: calc(16 / 1024 * 100vw);
          height: calc(16 / 1024 * 100vw);
          top: calc(3 / 1024 * 100vw);
          margin-left: calc(20 / 1024 * 100vw); } }
      @media screen and (max-width: 767.9px) {
        .page-container .link_lst a.link_item:after {
          width: calc(32 / 750 * 100vw);
          height: calc(32 / 750 * 100vw);
          top: calc(6 / 750 * 100vw);
          margin-left: calc(12 / 750 * 100vw); } }
    .page-container .link_lst a.link_item.new_lst {
      text-decoration: none; }
      .page-container .link_lst a.link_item.new_lst span {
        text-decoration: underline; }
        .page-container .link_lst a.link_item.new_lst span.new {
          font-size: 12px;
          line-height: 20px;
          font-weight: bold;
          color: #3C4453;
          padding: 2px 7px 4px 8px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          background-color: #FFC857;
          border-radius: 2px;
          text-decoration: none;
          position: relative;
          top: -4px;
          margin-left: 5px; }
          @media screen and (min-width: 768px) and (max-width: 1024px) {
            .page-container .link_lst a.link_item.new_lst span.new {
              font-size: calc(12 / 1024 * 100vw);
              line-height: calc(20 / 1024 * 100vw);
              top: calc(-4 / 1024 * 100vw);
              margin-left: calc(5 / 1024 * 100vw); } }
          @media screen and (max-width: 767.9px) {
            .page-container .link_lst a.link_item.new_lst span.new {
              font-size: calc(24 / 750 * 100vw);
              line-height: calc(40 / 750 * 100vw);
              padding: calc(6 / 750 * 100vw) calc(15 / 750 * 100vw);
              top: calc(-4 / 750 * 100vw);
              margin-left: calc(10 / 750 * 100vw); } }
    .page-container .link_lst a.pdf_item:after {
      content: '';
      background: url("/assets/img/icon/pdf_icon.png") no-repeat center/contain;
      width: 27px;
      height: 17px;
      display: inline-block;
      position: relative;
      top: 3px;
      margin-left: 20px; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .page-container .link_lst a.pdf_item:after {
          width: calc(27 / 1024 * 100vw);
          height: calc(17 / 1024 * 100vw);
          top: calc(3 / 1024 * 100vw);
          margin-left: calc(20 / 1024 * 100vw); } }
      @media screen and (max-width: 767.9px) {
        .page-container .link_lst a.pdf_item:after {
          width: calc(52 / 750 * 100vw);
          height: calc(34 / 750 * 100vw);
          top: calc(6 / 750 * 100vw);
          margin-left: calc(12 / 750 * 100vw); } }

.page-container .drop_item {
  max-width: 356px;
  width: 100%;
  position: relative; }
  @media screen and (min-width: 768px) and (max-width: 1100px) {
    .page-container .drop_item {
      max-width: calc(356 / 1100 * 100vw); } }
  @media screen and (max-width: 767.9px) {
    .page-container .drop_item {
      max-width: 100%; } }
  .page-container .drop_item .data_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #D5D5D5;
    border-radius: 8px;
    padding: 0 44px 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 768px) and (max-width: 1100px) {
      .page-container .drop_item .data_item {
        border-radius: calc(8 / 1100 * 100vw);
        padding: 0 calc(44 / 1100 * 100vw) 0 calc(16 / 1100 * 100vw); } }
    @media screen and (max-width: 767.9px) {
      .page-container .drop_item .data_item {
        border-width: calc(2 / 750 * 100vw);
        border-radius: calc(16 / 750 * 100vw);
        padding: 0 calc(74 / 750 * 100vw) 0 calc(24 / 750 * 100vw); } }
    .page-container .drop_item .data_item:after {
      content: '';
      background: url("/assets/img/icon/right_arrow.svg") no-repeat center/contain;
      width: 7px;
      height: 12px;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: auto;
      position: absolute;
      right: 20px;
      top: 0;
      bottom: 0;
      margin: auto; }
      @media screen and (min-width: 768px) and (max-width: 1100px) {
        .page-container .drop_item .data_item:after {
          width: calc(7 / 1100 * 100vw);
          height: calc(12 / 1100 * 100vw);
          right: calc(20 / 1100 * 100vw); } }
      @media screen and (max-width: 767.9px) {
        .page-container .drop_item .data_item:after {
          width: calc(14 / 750 * 100vw);
          height: calc(24 / 750 * 100vw);
          right: calc(40 / 750 * 100vw); } }
    .page-container .drop_item .data_item p {
      font-size: 16px;
      line-height: 28px; }
      @media screen and (min-width: 768px) and (max-width: 1100px) {
        .page-container .drop_item .data_item p {
          font-size: calc(16 / 1100 * 100vw);
          line-height: calc(28 / 1100 * 100vw); } }
      @media screen and (max-width: 767.9px) {
        .page-container .drop_item .data_item p {
          font-size: calc(32 / 750 * 100vw);
          line-height: calc(56 / 750 * 100vw); } }
    .page-container .drop_item .data_item.selected {
      border-bottom: 0;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
      .page-container .drop_item .data_item.selected:after {
        -webkit-transform: rotate(270deg);
                transform: rotate(270deg); }
      .page-container .drop_item .data_item.selected .data_item_inner {
        border-bottom: 1px solid #D5D5D5; }
        @media screen and (max-width: 767.9px) {
          .page-container .drop_item .data_item.selected .data_item_inner {
            border-bottom-width: calc(2 / 750 * 100vw); } }
    .page-container .drop_item .data_item_inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 5.5px 0;
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-bottom: 1px solid #D5D5D5;
      border-bottom: 0; }
      @media screen and (min-width: 768px) and (max-width: 1100px) {
        .page-container .drop_item .data_item_inner {
          padding: calc(5.5 / 1100 * 100vw) 0; } }
      @media screen and (max-width: 767.9px) {
        .page-container .drop_item .data_item_inner {
          padding: calc(33 / 750 * 100vw) 0;
          border-bottom-width: calc(2 / 750 * 100vw); } }
  .page-container .drop_item .show_list {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #D5D5D5;
    border-top: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0 0 8px 8px;
    margin-top: 0;
    padding-bottom: 8px;
    z-index: 1; }
    @media screen and (min-width: 768px) and (max-width: 1100px) {
      .page-container .drop_item .show_list {
        border-radius: 0 0 calc(8 / 1100 * 100vw) calc(8 / 1100 * 100vw);
        padding-bottom: calc(8 / 1100 * 100vw); } }
    @media screen and (max-width: 767.9px) {
      .page-container .drop_item .show_list {
        border-radius: 0 0 calc(16 / 750 * 100vw) calc(16 / 750 * 100vw);
        border-width: calc(2 / 750 * 100vw);
        padding-bottom: calc(32.5 / 750 * 100vw); } }
  .page-container .drop_item .lst_item {
    overflow-y: auto;
    height: 240px;
    margin-right: 17px;
    position: relative;
    z-index: 1;
    background-color: #fff; }
    @media screen and (min-width: 768px) and (max-width: 1100px) {
      .page-container .drop_item .lst_item {
        height: calc(240 / 1100 * 100vw);
        margin-right: calc(17 / 1100 * 100vw); } }
    @media screen and (max-width: 767.9px) {
      .page-container .drop_item .lst_item {
        height: calc(480 / 750 * 100vw);
        margin-right: calc(34 / 750 * 100vw);
        border-top: 0;
        margin-top: 0; } }
    .page-container .drop_item .lst_item::-webkit-scrollbar {
      width: 12px; }
      @media screen and (min-width: 768px) and (max-width: 1100px) {
        .page-container .drop_item .lst_item::-webkit-scrollbar {
          width: calc(12 / 1100 * 100vw); } }
      @media screen and (max-width: 767.9px) {
        .page-container .drop_item .lst_item::-webkit-scrollbar {
          width: calc(24 / 750 * 100vw); } }
    .page-container .drop_item .lst_item::-webkit-scrollbar-track {
      border-radius: 10px;
      background-color: #E4E4E4; }
    .page-container .drop_item .lst_item::-webkit-scrollbar-thumb {
      background: #FF6464;
      border-radius: 10px; }
    .page-container .drop_item .lst_item li {
      padding: 6.5px 0;
      margin: 0 16px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: 0;
      cursor: pointer;
      border-bottom: 1px solid #D5D5D5; }
      @media screen and (min-width: 768px) and (max-width: 1100px) {
        .page-container .drop_item .lst_item li {
          padding: calc(6.5 / 1100 * 100vw) 0;
          margin: 0 calc(16 / 1100 * 100vw); } }
      @media screen and (max-width: 767.9px) {
        .page-container .drop_item .lst_item li {
          padding: calc(32.5 / 750 * 100vw) 0;
          margin: 0 calc(24 / 750 * 100vw);
          border-bottom-width: calc(2 / 750 * 100vw); } }
      .page-container .drop_item .lst_item li:last-child {
        border-bottom: 0;
        padding-bottom: 0; }
      .page-container .drop_item .lst_item li p {
        font-size: 16px;
        line-height: 28px; }
        @media screen and (min-width: 768px) and (max-width: 1100px) {
          .page-container .drop_item .lst_item li p {
            font-size: calc(16 / 1100 * 100vw);
            line-height: calc(28 / 1100 * 100vw); } }
        @media screen and (max-width: 767.9px) {
          .page-container .drop_item .lst_item li p {
            font-size: calc(32 / 750 * 100vw);
            line-height: calc(56 / 750 * 100vw); } }

.page-container .furigana_item .furigana {
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) and (max-width: 1100px) {
    .page-container .furigana_item .furigana {
      margin-bottom: calc(20 / 1100 * 100vw); } }
  @media screen and (max-width: 767.9px) {
    .page-container .furigana_item .furigana {
      margin-bottom: calc(40 / 750 * 100vw); } }
  .page-container .furigana_item .furigana .data_item {
    z-index: 2; }
  .page-container .furigana_item .furigana .show_list {
    z-index: 2; }

.page-container .furigana_item h5 {
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .page-container .furigana_item h5 {
      font-size: calc(18 / 1024 * 100vw);
      line-height: calc(26 / 1024 * 100vw);
      margin-bottom: calc(10 / 1024 * 100vw); } }
  @media screen and (max-width: 767.9px) {
    .page-container .furigana_item h5 {
      font-size: calc(36 / 750 * 100vw);
      line-height: calc(52 / 750 * 100vw);
      margin-bottom: calc(20 / 750 * 100vw); } }
