/* Scss Document */
/*margin
-------------------------------------------*/
/*top*/
.mgT-6 {
  margin-top: -6px; }

/*nav
-------------------------------------------*/
header {
  display: none; }
  @media screen and (max-width: 750px) {
    header {
      display: block;
      width: 100%;
      position: fixed;
      top: 0;
      background-color: rgba(255, 255, 255, 0.9);
      height: 80px;
      z-index: 10; }
      header > .inner {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        margin: 0 auto;
        position: relative; }
        header > .inner .logo {
          width: 70%;
          padding-left: 15px;
          display: flex;
          flex-direction: column;
          text-align: left; }
          header > .inner .logo img {
            width: 200px; }
          header > .inner .logo p {
            text-align: left; }
        header > .inner .icon-animation {
          width: 30px;
          height: 30px;
          display: block;
          position: absolute;
          top: 14px;
          right: 10px;
          z-index: 2; }
          header > .inner .icon-animation.is-open .top {
            transform: translateY(0px) scale(0); }
          header > .inner .icon-animation.is-open .bottom {
            transform: translateY(0px) scale(0); }
          header > .inner .icon-animation.is-open .middle:before {
            transform: rotate(45deg);
            background: #fff; }
          header > .inner .icon-animation.is-open .middle:after {
            transform: rotate(-45deg);
            background: #fff; }
          header > .inner .icon-animation.is-open:after {
            content: "MENU";
            font-size: 10px;
            color: #fff;
            position: absolute;
            left: 1px;
            bottom: -15px; }
          header > .inner .icon-animation span {
            transition: all 0.3s;
            width: 30px;
            height: 3px;
            display: block;
            background: #0064b9;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-left: -15px; }
          header > .inner .icon-animation .top {
            transform: translateY(-10px) scale(1); }
          header > .inner .icon-animation .bottom {
            transform: translateY(10px) scale(1); }
          header > .inner .icon-animation .middle {
            background: none;
            position: relative; }
            header > .inner .icon-animation .middle:before {
              transition: all 0.3s;
              content: "";
              width: 30px;
              height: 3px;
              background: #0064b9;
              display: block;
              transform: rotate(0deg);
              position: absolute; }
            header > .inner .icon-animation .middle:after {
              transition: all 0.3s;
              content: "";
              width: 30px;
              height: 3px;
              background: #0064b9;
              display: block;
              transform: rotate(0deg);
              position: absolute; }
          header > .inner .icon-animation:after {
            content: "MENU";
            font-size: 10px;
            color: #0064b9;
            position: absolute;
            left: 1px;
            bottom: -15px; }
      header nav.gnav {
        width: 100%;
        height: 100vh;
        overflow-y: auto;
        background: #00aeef;
        margin: 0;
        position: absolute;
        top: 0;
        right: 0;
        display: none; }
        header nav.gnav ul {
          padding: 100px 0;
          list-style: none;
          text-align: center; }
          header nav.gnav ul li {
            text-decoration: none;
            padding: 20px 0; }
            header nav.gnav ul li a {
              font-size: 30px;
              font-weight: bold;
              text-decoration: none;
              color: #ffffff;
              width: 100%;
              height: 100%;
              display: grid; }
              header nav.gnav ul li a span {
                font-size: 14px; }
              header nav.gnav ul li a:hover {
                opacity: 0.7; } }

#wrapper {
  width: 100%;
  max-width: 1000px; }
  #wrapper .ttl_img {
    display: flex;
    justify-content: center;
    padding: 30px 0; }
    @media screen and (max-width: 750px) {
      #wrapper .ttl_img {
        max-width: 750px;
        display: flex;
        align-items: center;
        padding-top: 120px;
        padding-bottom: 0; } }
    #wrapper .ttl_img img {
      width: 823px; }
      @media screen and (max-width: 750px) {
        #wrapper .ttl_img img {
          width: 90%;
          height: auto; } }
  @media screen and (max-width: 750px) {
    #wrapper .contents {
      padding-left: 0;
      width: 90%;
      margin: 0 auto;
      display: flex; }
      #wrapper .contents .ttl {
        margin-left: 0; } }
  #wrapper .contents .nav, #wrapper .contents.top .nav {
    float: left;
    width: 130px;
    margin-top: 50px; }
    @media screen and (max-width: 750px) {
      #wrapper .contents .nav, #wrapper .contents.top .nav {
        display: none; } }
  #wrapper span.new {
    color: #fff;
    background-color: #FF0004;
    margin-left: 5px;
    padding: 0 3px;
    font-size: 80%;
    width: 20px; }
  #wrapper .nav li {
    padding-bottom: 10px; }
    #wrapper .nav li ol li {
      text-align: left;
      text-justify: none;
      padding-bottom: 0px;
      padding-left: 1em;
      text-indent: -1em; }
      #wrapper .nav li ol li a:link span.new, #wrapper .nav li ol li a:visited span.new, #wrapper .nav li ol li a:hover span.new {
        text-decoration: none !important; }
    #wrapper .nav li.on {
      color: #666666; }

/*cnt_area
-------------------------------------------*/
.cnt_area {
  max-width: 850px;
  padding-left: 40px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap; }
  @media screen and (max-width: 750px) {
    .cnt_area {
      max-width: 750px;
      width: 100%;
      padding-left: 0;
      margin: 0 auto; } }
  .cnt_area .ttl_bar {
    width: 100%;
    background-color: #00AEEF;
    padding: 3px 0; }
    .cnt_area .ttl_bar p {
      text-align: center;
      color: #fff;
      font-size: 17px;
      font-weight: bold; }
  .cnt_area .buy_area {
    width: 100%;
    padding-top: 30px; }
    .cnt_area .buy_area h2 {
      font-size: 20px !important;
      font-weight: bold !important;
      text-align: center;
      color: #0064b9; }
      .cnt_area .buy_area h2 span {
        font-size: 14px; }
    .cnt_area .buy_area .btn_box {
      width: 50%;
      margin: 0 auto;
      text-align: center;
      margin-top: 10px; }
      @media screen and (max-width: 750px) {
        .cnt_area .buy_area .btn_box {
          width: 80%; } }
      .cnt_area .buy_area .btn_box .btn {
        display: block;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
        background-color: #0064b9;
        padding: 10px 0;
        border-radius: 5px;
        border: solid 2px #0064b9;
        transition: 0.3s; }
        .cnt_area .buy_area .btn_box .btn::before {
          content: "";
          display: inline-block;
          position: relative;
          top: 50%;
          left: -10px;
          width: 0;
          height: 0;
          margin-top: -3px;
          border: transparent 6px solid;
          border-left-color: #fff; }
        .cnt_area .buy_area .btn_box .btn:hover {
          background-color: #fff;
          color: #0064b9;
          transition: 0.3s; }
          .cnt_area .buy_area .btn_box .btn:hover::before {
            border-left-color: #0064b9; }
  .cnt_area .top_cnt {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    padding-top: 30px; }
    .cnt_area .top_cnt .inline {
      display: flex;
      flex-direction: column;
      padding: 0 10px;
      text-align: right; }
      @media screen and (max-width: 750px) {
        .cnt_area .top_cnt .inline {
          width: 80%;
          align-items: center;
          justify-content: space-between;
          padding: 0 0 20px 0; }
          .cnt_area .top_cnt .inline img {
            width: 100%;
            height: auto; } }
  .cnt_area .cnt_box01 {
    max-width: 850px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media screen and (max-width: 750px) {
      .cnt_area .cnt_box01 {
        max-width: 750px;
        width: 100%; } }
    .cnt_area .cnt_box01 .inline {
      display: flex;
      flex-direction: column;
      padding: 20px 15px 0 10px;
      text-align: right; }
      @media screen and (max-width: 750px) {
        .cnt_area .cnt_box01 .inline {
          width: 50%;
          padding: 0 0 20px 0;
          align-items: center;
          justify-content: space-between; }
          .cnt_area .cnt_box01 .inline img {
            width: 95%; } }
  .cnt_area .ayumi_area {
    width: 100%;
    border-top: 1px dashed #00AEEF;
    padding-top: 30px;
    padding-bottom: 50px;
    margin-top: 50px; }
    .cnt_area .ayumi_area .txt_box {
      padding-bottom: 35px; }
      .cnt_area .ayumi_area .txt_box h3 {
        font-size: 18px !important;
        font-weight: bold !important; }
      .cnt_area .ayumi_area .txt_box p {
        padding-top: 10px;
        color: #666;
        font-size: 16px; }
    .cnt_area .ayumi_area .cnt_box01 {
      max-width: 850px;
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-end; }
      .cnt_area .ayumi_area .cnt_box01 a {
        display: flex;
        flex-direction: column;
        padding: 20px 15px 0 10px;
        text-align: right; }
        @media screen and (max-width: 750px) {
          .cnt_area .ayumi_area .cnt_box01 a {
            width: 50%;
            padding: 0 0 20px 0;
            align-items: center;
            justify-content: space-between; }
            .cnt_area .ayumi_area .cnt_box01 a img {
              width: 95%;
              height: auto; } }

.ContsBox {
  background: #fff;
  width: 720px;
  padding: 10px 0;
  margin: 0 20px 0 30px;
  overflow: hidden; }
  @media screen and (max-width: 750px) {
    .ContsBox {
      width: 90%;
      margin: 0 auto; } }
  .ContsBox .closeBox {
    text-align: right;
    font-size: 12px; }
  .ContsBox .close {
    text-align: right;
    padding-right: 10px; }
  .ContsBox .ContsBoxIn {
    width: 640px;
    margin: 0 auto; }
    @media screen and (max-width: 750px) {
      .ContsBox .ContsBoxIn {
        width: 100%; }
        .ContsBox .ContsBoxIn img {
          width: 100%;
          height: auto; } }
  .ContsBox .ContsBoxIn2 {
    width: 480px;
    margin: 0 auto; }
    .ContsBox .ContsBoxIn2 img {
      border: #dddddd 1px solid; }

.ContsBoxIn h3, .ContsBoxIn2 h3 {
  text-align: left;
  color: #00AEEF;
  margin: 20px auto 10px auto;
  font-size: 160%; }

.ContsBoxIn p, .ContsBoxIn2 p {
  text-align: left;
  margin-bottom: 5px; }

.ContsBoxIn em, .ContsBoxIn2 em {
  font-weight: bold; }

.ContsBoxIn .note, .ContsBoxIn2 .note {
  font-size: 90%; }
