@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/*------------------
reset
-----------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  border: none;
  margin: auto;
  padding: 0; }

input, select {
  vertical-align: middle; }

img {
  vertical-align: bottom; }

/*--------------
ショップデフォルト
--------------*/
/*
 * layout
 */
#wrapper {
  max-width: 1000px; }

/*
 * contents
 */
#contents {
  float: right;
  padding-left: 30px;
  padding-right: 30px; }

#contents .topicpath-nav {
  margin-bottom: 3rem; }

#contents .topicpath-nav li {
  padding: 0; }

#contents .topicpath-nav a {
  margin-left: 5px; }

/*
 * side
 */
#side .unstyled img {
  display: block;
  margin-bottom: 5px; }

/*
 * temp
 */
/* font */
.txt_l {
  text-align: left; }

.txt_c {
  text-align: center; }

.txt_r {
  text-align: right; }

.txt_fwn {
  font-weight: normal; }

.txt_fwb {
  font-weight: bold; }

.txt_10 {
  font-size: 10px !important; }

.txt_12 {
  font-size: 12px; }

.txt_14 {
  font-size: 14px; }

.txt_16 {
  font-size: 16px; }

.txt_18 {
  font-size: 18px; }

.txt_20 {
  font-size: 20px; }

.txt_24 {
  font-size: 24px; }

.txt_28 {
  font-size: 28px; }

.txt_c_333 {
  color: #333; }

/* background */
.bgc_gray {
  background-color: #f1f1f1; }

/* margin */
.mar_auto {
  margin: 0 auto; }

.mar_0 {
  margin: 0; }

.mar_t_0 {
  margin-top: 0; }

.mar_r_0 {
  margin-right: 0; }

.mar_b_0 {
  margin-bottom: 0; }

.mar_l_0 {
  margin-left: 0; }

.mar_5 {
  margin: 5px; }

.mar_t_5 {
  margin-top: 5px; }

.mar_r_5 {
  margin-right: 5px; }

.mar_b_5 {
  margin-bottom: 5px; }

.mar_l_5 {
  margin-left: 5px; }

.mar_t_10 {
  margin-top: 10px; }

.mar_r_10 {
  margin-right: 10px; }

.mar_b_10 {
  margin-bottom: 10px; }

.mar_l_10 {
  margin-left: 10px; }

.mar_t_20 {
  margin-top: 20px; }

.mar_r_20 {
  margin-right: 20px; }

.mar_b_20 {
  margin-bottom: 20px; }

.mar_l_20 {
  margin-left: 20px; }

.mar_t_30 {
  margin-top: 30px; }

.mar_r_30 {
  margin-right: 30px; }

.mar_b_30 {
  margin-bottom: 30px; }

.mar_l_30 {
  margin-left: 30px; }

.mar_t_50 {
  margin-top: 50px; }

.mar_r_50 {
  margin-right: 50px; }

.mar_b_50 {
  margin-bottom: 50px; }

.mar_l_50 {
  margin-left: 50px; }

/* padding */
.pad_v_10 {
  padding: 10px 0; }

.pad_v_20 {
  padding: 20px 0; }

.pad_v_30 {
  padding: 30px 0; }

.pad_0 {
  padding: 0; }

.pad_t_0 {
  padding-top: 0; }

.pad_r_0 {
  padding-right: 0; }

.pad_b_0 {
  padding-bottom: 0; }

.pad_l_0 {
  padding-left: 0; }

.pad_5 {
  padding: 5px; }

.pad_t_5 {
  padding-top: 5px; }

.pad_r_5 {
  padding-right: 5px; }

.pad_b_5 {
  padding-bottom: 5px; }

.pad_l_5 {
  padding-left: 5px; }

.pad_10 {
  padding: 10px; }

.pad_t_10 {
  padding-top: 10px; }

.pad_r_10 {
  padding-right: 10px; }

.pad_b_10 {
  padding-bottom: 10px; }

.pad_l_10 {
  padding-left: 10px; }

.pad_20 {
  padding: 20px; }

.pad_t_20 {
  padding-top: 20px; }

.pad_r_20 {
  padding-right: 20px; }

.pad_b_20 {
  padding-bottom: 20px; }

.pad_l_20 {
  padding-left: 20px; }

.pad_30 {
  padding: 30px; }

.pad_t_30 {
  padding-top: 30px; }

.pad_r_30 {
  padding-right: 30px; }

.pad_b_30 {
  padding-bottom: 30px; }

.pad_l_30 {
  padding-left: 30px; }

/* border */
.bor_t_1 {
  border-top: 1px solid black; }

.bor_r_1 {
  border-right: 1px solid black; }

.bor_b_1 {
  border-bottom: 1px solid black; }

.bor_l_1 {
  border-left: 1px solid black; }

/* vertical align */
.va-10 {
  vertical-align: -10%; }

.va-20 {
  vertical-align: -20%; }

.va-30 {
  vertical-align: -30%; }

.va-35 {
  vertical-align: -35%; }

.va-40 {
  vertical-align: -40%; }

@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important; } }
@media (max-width: 768px) {
  /* ~768px */
  #contents {
    padding-left: 0;
    padding-right: 0; } }
@media (max-width: 480px) {
  /* ~480px */ }
/*
 * icons
 */
.icon-user {
  background-position: -208px 0px; }

.icon-lg-b.icon-user {
  background-position: -312px 0px; }

.icon-adduser {
  background-position: -240px 0px; }

.icon-lg-b.icon-adduser {
  background-position: -360px 0px; }

.icon-login {
  background-position: -48px -80px; }

.icon-lg-b.icon-login {
  background-position: -72px -120px; }

.icon-logout {
  background-position: -32px -80px; }

.icon-lg-b.icon-logout {
  background-position: -48px -120px; }

.icon-home {
  background-position: -176px -16px; }

.icon-lg-b.icon-home {
  background-position: -264px -24px; }

.icon-mail {
  background-position: -64px 0px; }

.icon-lg-b.icon-mail {
  background-position: -96px 0px; }

.icon-pencil {
  background-position: -96px 0px; }

.icon-lg-b.icon-pencil {
  background-position: -144px 0px; }

.icon-help {
  background-position: -272px -80px; }

.icon-lg-b.icon-help {
  background-position: -408px -120px; }

.icon-cart {
  background-position: -176px -64px; }

.icon-lg-b.icon-cart {
  background-position: -264px -96px; }

.icon-search {
  background-position: -208px -16px; }

.icon-lg-b.icon-search {
  background-position: -312px -24px; }

.icon-chevron_up {
  background-position: -0px -144px; }

.icon-lg-b.icon-chevron_up {
  background-position: -0px -216px; }

.icon-chevron_down {
  background-position: -352px -128px; }

.icon-lg-b.icon-chevron_down {
  background-position: -528px -192px; }

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }

.icon-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }

.icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }

.icon-lg-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px; }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px; }

  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }

  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }

  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }

  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); } }
@media (max-width: 768px) {
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }

  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); } }
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }

  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); } }
/*------------------
style
-----------------*/
html, body {
  color: #000000;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-feature-settings: "palt";
  text-align: center;
  letter-spacing: .02em;
  animation: fadeIn 2s ease 0s 1 normal;
  overflow-x: hidden;
  -webkit-animation: fadeIn 2s ease 0s 1 normal; }
  @media (max-width: 560px) {
    html, body {
      font-size: 14px; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
h2, h3, h4, h5 {
  font-weight: 700;
  line-height: 1.4em; }

h2.h2-1 {
  padding-top: 4rem;
  font-size: 2.15rem;
  margin-bottom: 3rem; }
  h2.h2-1 span {
    font-weight: 400;
    font-size: 1rem;
    display: block; }

h3.h3-1 {
  font-size: 2rem;
  line-height: 1.4em;
  margin-bottom: 1em; }
  @media (max-width: 560px) {
    h3.h3-1 {
      font-size: 1.8rem; } }

h3.h3-2 {
  font-size: 2rem;
  line-height: 1.1em;
  margin-bottom: 1em; }
  h3.h3-2 span {
    display: block;
    font-weight: 400;
    font-size: 1.2rem; }
  @media (max-width: 560px) {
    h3.h3-2 {
      font-size: 1.8rem; } }

h4.h4-1 {
  font-size: 1.56rem;
  text-align: left;
  margin-bottom: 1rem;
  line-height: 1.4em; }

h4.h4-2 {
  font-size: 1.37rem;
  text-align: left;
  margin-bottom: 1rem;
  line-height: 1.4em; }

h5.h5-1 {
  line-height: 1.4em;
  text-align: left;
  margin-bottom: .7rem; }

p {
  font-size: 1rem;
  text-align: left;
  line-height: 1.75em; }

p.list-date {
  font-size: .82rem; }

.marker_white {
  background: linear-gradient(transparent 50%, #ffffff 0%);
  display: inline;
  /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
  padding: 0 0px 0px; }

.t-center {
  text-align: center; }

.t-right {
  text-align: right; }

.t-w-r {
  font-weight: 400; }

.t-w-m {
  font-weight: 500; }

.t-w-b {
  font-weight: 700; }

.t-s-s {
  font-size: .85rem; }

.t-s-ss {
  font-size: .72rem; }

.t-key {
  color: #3C66AA; }

.t-red {
  color: #FF0000; }

@media (max-width: 1000px) {
  .pc {
    display: none; } }

@media (min-width: 1001px) {
  .tab {
    display: none; } }

@media (min-width: 1001px) {
  .tab-only {
    display: none; } }
@media (max-width: 560px) {
  .tab-only {
    display: none; } }

@media (max-width: 560px) {
  .pctab {
    display: none; } }

@media (min-width: 561px) {
  .sp {
    display: none; } }

img.fit {
  width: 100%;
  max-width: 100%;
  height: auto; }

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease; }
  a:hover {
    text-decoration: none; }

a.opa:hover {
  opacity: .5; }

a.underline {
  text-decoration: underline; }
  a.underline:hover {
    opacity: .7; }

a.btn-1 {
  display: inline-block;
  background-color: #000000;
  color: white;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.1em;
  box-sizing: border-box;
  padding: 1rem 5rem;
  position: relative; }
  a.btn-1 span {
    display: block;
    font-weight: 400;
    font-size: 0.75em; }
  a.btn-1::after {
    content: "";
    display: block;
    position: absolute;
    width: 48px;
    height: 48px;
    background: url("../img/common/line-3.svg") no-repeat right bottom;
    right: 5px;
    bottom: 5px; }
  a.btn-1:hover {
    background-color: #3C66AA; }
  a.btn-1.development {
    background-image: url("../img/common/mark-microscope.svg");
    background-repeat: no-repeat;
    background-position: left 1rem center;
    padding-left: 6rem; }
  a.btn-1.mail {
    background-image: url("../img/common/mark-mail.svg");
    background-repeat: no-repeat;
    background-position: left 1rem center;
    padding-left: 7rem; }

ul.dot {
  text-align: left;
  line-height: 1.75em;
  list-style-type: disc;
  padding-left: 2rem; }

ol {
  text-align: left;
  line-height: 1.75em;
  padding-left: 2rem; }

.w-pc {
  width: 90%;
  max-width: 1100px;
  margin: auto; }

.w-700 {
  width: 90%;
  max-width: 700px;
  margin: auto; }

.w-800 {
  width: 90%;
  max-width: 800px;
  margin: auto; }

.box-1 {
  border: 2px solid #000000;
  position: relative;
  border-radius: .7rem; }
  .box-1::after {
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    right: -3px;
    width: .8rem;
    height: 1.5rem;
    background-color: white; }

/*-------------*/
header {
  background-color: white;
  width: 100%;
  height: 103px;
  box-sizing: border-box;
  position: fixed;
  z-index: 999; }
  @media (max-width: 1155px) {
    header {
      height: 67px; } }
  header .inner {
    width: 94%;
    max-width: 1100px;
    height: 100%;
    margin: auto;
    position: relative;
    box-sizing: border-box; }
    header .inner .logo {
      position: absolute;
      z-index: 1000;
      top: 20px;
      left: 0;
      width: 278px; }
      @media (max-width: 1155px) {
        header .inner .logo {
          top: 10px;
          width: 210px; } }
    header .inner nav.header-sub {
      position: absolute;
      z-index: 1000;
      top: 45px;
      right: 0; }
      header .inner nav.header-sub ul {
        display: flex;
        justify-content: flex-end; }
        header .inner nav.header-sub ul li {
          margin-left: .5rem; }
      @media (max-width: 1155px) {
        header .inner nav.header-sub {
          display: none; } }
    header .inner nav.header-main {
      position: absolute;
      top: 0;
      right: 13rem;
      height: 100%; }
      header .inner nav.header-main ul.menu {
        display: flex;
        justify-content: flex-end;
        height: 90px; }
        header .inner nav.header-main ul.menu li {
          box-sizing: border-box;
          height: 100%; }
          header .inner nav.header-main ul.menu li.line a {
            border-right: 1px solid #000000; }
          header .inner nav.header-main ul.menu li a {
            bottom: 0;
            left: 0;
            height: 2rem;
            display: block;
            padding: 0 1rem;
            font-weight: 700;
            margin-top: 45px; }
            header .inner nav.header-main ul.menu li a span {
              font-weight: 400;
              display: block;
              font-size: .6em;
              margin-top: 0.3rem; }
            header .inner nav.header-main ul.menu li a:hover {
              color: #3C66AA; }
          header .inner nav.header-main ul.menu li.sns {
            display: none; }
      @media (max-width: 1155px) {
        header .inner nav.header-main {
          width: 100%;
          height: 100vh;
          min-height: 100vh;
          position: fixed;
          box-sizing: border-box;
          padding: 67px 5% 30px;
          background-color: white;
          top: 0;
          left: 0;
          z-index: 990;
          visibility: hidden;
          opacity: 0;
          transition: all 0.25s ease-in-out; }
          header .inner nav.header-main.active {
            visibility: visible;
            opacity: 1; }
            header .inner nav.header-main.active ul.menu {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              flex-direction: column;
              justify-content: center;
              height: auto; }
              header .inner nav.header-main.active ul.menu li {
                margin-bottom: 3rem; }
                header .inner nav.header-main.active ul.menu li.line a {
                  border-right: none; }
                header .inner nav.header-main.active ul.menu li a {
                  font-size: 1.8rem;
                  margin: auto; }
                header .inner nav.header-main.active ul.menu li.sns {
                  display: flex;
                  justify-content: center;
                  margin-top: 0.5rem; }
                  header .inner nav.header-main.active ul.menu li.sns a {
                    padding: 0 0.4rem;
                    margin: 0; } }
    header .inner nav.header-shop {
      position: absolute;
      top: 0;
      right: 7rem;
      height: 100%; }
      header .inner nav.header-shop ul {
        height: 90px; }
        header .inner nav.header-shop ul li {
          box-sizing: border-box;
          height: 100%;
          padding-top: 31px;
          background-color: #F0F0F0;
          border-bottom-left-radius: 1rem;
          border-bottom-right-radius: 1rem; }
          header .inner nav.header-shop ul li a {
            bottom: 0;
            left: 0;
            height: 2rem;
            display: block;
            padding: 0 1rem;
            font-weight: 700;
            margin-top: 45px; }
            header .inner nav.header-shop ul li a span {
              font-weight: 400;
              display: block;
              font-size: .6rem;
              margin-top: 0.3rem; }
            header .inner nav.header-shop ul li a span.nosp {
              display: inline; }
            header .inner nav.header-shop ul li a:hover {
              color: #3C66AA; }
          header .inner nav.header-shop ul li div.line {
            display: flex;
            width: calc(100% - 2rem);
            margin: auto auto 8px; }
            header .inner nav.header-shop ul li div.line span {
              display: block;
              height: 6px;
              width: 33%; }
              header .inner nav.header-shop ul li div.line span:nth-of-type(1) {
                background-color: #FF0000; }
              header .inner nav.header-shop ul li div.line span:nth-of-type(2) {
                background-color: #25CE31; }
              header .inner nav.header-shop ul li div.line span:nth-of-type(3) {
                background-color: #3C36FF; }
          header .inner nav.header-shop ul li a {
            margin-top: auto; }
      @media (max-width: 1155px) {
        header .inner nav.header-shop {
          right: 60px; }
          header .inner nav.header-shop ul {
            height: 62px; }
            header .inner nav.header-shop ul li {
              padding-top: 13px; }
              header .inner nav.header-shop ul li a {
                font-size: 0.9rem; }
                header .inner nav.header-shop ul li a span {
                  font-size: 10px; }
              header .inner nav.header-shop ul li div.line {
                width: calc(100% - 1rem);
                margin: auto auto 8px; }
                header .inner nav.header-shop ul li div.line span {
                  height: 5px; } }
      @media (max-width: 560px) {
        header .inner nav.header-shop {
          right: 45px; }
          header .inner nav.header-shop ul {
            height: 62px; }
            header .inner nav.header-shop ul li a span.nosp {
              display: none !important; } }
  header .toggle {
    position: fixed;
    z-index: 999;
    top: 13px;
    right: 3%;
    width: 42px;
    height: 42px;
    background-color: #000000;
    cursor: pointer;
    display: block; }
    header .toggle p {
      position: absolute;
      color: white;
      font-weight: 700;
      font-size: 11px;
      line-height: 11px;
      bottom: 2px;
      right: 2px; }
    header .toggle span {
      position: absolute;
      left: 5px;
      top: 7px;
      height: 1px;
      /*線の太さ*/
      width: 22px;
      /*長さ*/
      background-color: white;
      display: block;
      content: '';
      transition: all 0.25s ease-in-out; }
    header .toggle span:nth-of-type(2) {
      top: 14px; }
    header .toggle span:nth-of-type(3) {
      top: 21px; }
    header .toggle.active span:nth-of-type(1) {
      transform: translateY(7px) rotate(-45deg); }
    header .toggle.active span:nth-of-type(2) {
      opacity: 0; }
    header .toggle.active span:nth-of-type(3) {
      transform: translateY(-7px) rotate(45deg); }
    @media (min-width: 1156px) {
      header .toggle {
        display: none; } }

#header {
  background-color: white;
  width: 100%;
  height: 35px; }
  #header ul {
    width: 94%;
    max-width: 1100px;
    margin: auto;
    font-size: 0.9rem;
    font-weight: 700; }

main {
  padding-top: 103px;
  width: 100%;
  background: transparent linear-gradient(#00C9EA 0%, #0E98C3 40%, #F0F0F0 90%) 0% 0% no-repeat padding-box; }
  @media (max-width: 1155px) {
    main {
      padding-top: 67px; } }
  main #wrapper {
    background: White;
    padding-top: 70px; }
    @media (max-width: 1155px) {
      main #wrapper {
        padding-top: 40px; } }
    main #wrapper #contents {
      text-align: left; }
      main #wrapper #contents .cg_freespace_01 {
        margin-bottom: 3rem; }
      main #wrapper #contents h2 {
        font-weight: 700;
        font-size: 2rem;
        line-height: 1.4em;
        padding-left: 10px; }
        main #wrapper #contents h2.plankton {
          border-bottom: 7px solid #FF0000; }
        main #wrapper #contents h2.fish_eggs {
          border-bottom: 7px solid #25CE31; }
        main #wrapper #contents h2.benthos {
          border-bottom: 7px solid #3C36FF; }
      main #wrapper #contents h2.check {
        font-size: 1.5rem; }
      main #wrapper #contents h2.osusume {
        border-bottom: none; }
      main #wrapper #contents .line-3color {
        width: 100%;
        height: 7px;
        background-color: #25CE31;
        position: relative; }
        main #wrapper #contents .line-3color::before {
          content: "";
          display: block;
          position: absolute;
          width: 33.3%;
          height: 100%;
          top: 0;
          left: 0;
          background-color: #FF0000; }
        main #wrapper #contents .line-3color::after {
          content: "";
          display: block;
          position: absolute;
          width: 33.3%;
          height: 100%;
          top: 0;
          right: 0;
          background-color: #3C36FF; }
      main #wrapper #contents .itemList {
        font-weight: 500;
        line-height: 1.4em; }
        main #wrapper #contents .itemList span {
          font-weight: normal;
          font-style: italic;
          font-size: 0.8em;
          font-family: Georgia, "Times New Roman", Times, "serif"; }
      main #wrapper #contents .itemList_s {
        font-weight: 500;
        font-size: 10px;
        line-height: 1.4em; }
        main #wrapper #contents .itemList_s span {
          font-weight: normal;
          font-style: italic;
          font-size: 0.8em;
          font-family: Georgia, "Times New Roman", Times, "serif"; }
    main #wrapper #side {
      text-align: left; }
      main #wrapper #side h3 {
        margin-bottom: .5rem; }

footer {
  width: 100%;
  background-color: #F0F0F0; }
  footer .inner {
    width: 90%;
    max-width: 1100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    padding: .3rem 0; }
    footer .inner ul {
      font-size: 1rem;
      line-height: 1.75rem;
      display: flex; }
      footer .inner ul li a {
        margin-left: 1em; }
    @media (max-width: 1000px) {
      footer .inner {
        font-size: 0.75rem;
        flex-direction: column;
        justify-content: flex-start; }
        footer .inner ul {
          line-height: 1.75rem;
          justify-content: flex-start;
          flex-wrap: wrap; }
          footer .inner ul li {
            padding-left: 0; }
            footer .inner ul li a {
              margin-left: auto;
              margin-right: 1em; } }
  footer .logo {
    width: 100%;
    padding: 1rem 0 1rem;
    background-color: #000000; }
    footer .logo img {
      width: 80%;
      max-width: 534px;
      margin: auto; }
  footer .copyright {
    font-weight: 700;
    text-align: center;
    font-size: .7rem;
    line-height: 1.4em;
    padding: .5rem 0 1rem; }