@charset "UTF-8";
/* Guide - title */
h1.title {
  margin: 0;
  padding: 1rem 0 0.75rem 1rem;
  border-bottom: 2px solid #ee3b3b;
  background: #ea7675;
  background: -moz-linear-gradient(top, #fde8e8 0%, #f9b9b9 100%);
  background: -webkit-linear-gradient(top, #fde8e8 0%, #f9b9b9 100%);
  background: linear-gradient(to bottom, #fde8e8 0%, #f9b9b9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fde8e8',endColorstr='#f9b9b9',GradientType=0);
  color: #ee3b3b;
  font-weight: bold;
}

h1.title:not(:last-child) {
  margin-bottom: 0;
}

h1.title .icon {
  margin: -0.2rem 0.75rem 0 0;
}

h1.title .icon i {
  font-size: 2rem;
}

/* Guide - subtitle */
h2.subtitle {
  z-index: 10;
  position: relative;
  padding: 0.7rem 0.3rem 0.5rem;
  border: 2px solid #ee3b3b;
  border-radius: 1.5rem;
  background: #f7f7f7;
  color: #ee3b3b;
  font-weight: bold;
  text-align: center;
}

h2.subtitle:not(:last-child) {
  margin-bottom: 1rem;
}

h3.subtitle {
  padding: 0.5rem 0 0.3rem;
  background: #c661df;
  background-image: linear-gradient(-45deg, #c661df 42%, #d68de6 42%, #d68de6 50%, #c661df 50%, #c661df 92%, #d68de6 92%, #d68de6);
  background-size: 8px 8px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

h3.subtitle:not(:last-child) {
  margin-bottom: 1rem;
}

h4.subtitle {
  padding: 0.5rem 0 0.3rem;
  background: #c661df;
  background-image: linear-gradient(-45deg, #c661df 42%, #d68de6 42%, #d68de6 50%, #c661df 50%, #c661df 92%, #d68de6 92%, #d68de6);
  background-size: 8px 8px;
  color: #fff;
  font-weight: bold;
}

h4.subtitle:not(:last-child) {
  margin-bottom: 0;
}

/* Guide - body */
.gid-body {
  margin-bottom: -1rem;
  padding: 1rem 0 0;
}

@media screen and (min-width: 769px) and (max-width: 999px) {
  .gid-body {
    padding: 0 1.5%;
  }
}

@media screen and (max-width: 768px) {
  .gid-body {
    padding: 0.5rem 3% 0;
  }
}

.gid-body .columns {
  margin: 0;
}

.column.gid-main {
  position: relative;
  padding-right: 0;
}

@media screen and (min-width: 1192px) {
  .column.gid-main {
    flex-grow: 3;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1191px) {
  .column.gid-main {
    flex-grow: 5;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) {
  .column.gid-main {
    flex-grow: 2;
  }
}

@media screen and (max-width: 768px) {
  .column.gid-main {
    flex: none;
    width: 100%;
    padding-left: 0;
  }
}

.column.gid-side {
  position: relative;
  padding-left: 0;
}

@media screen and (min-width: 1192px) {
  .column.gid-side {
    flex-grow: 1;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1191px) {
  .column.gid-side {
    flex-grow: 2;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) {
  .column.gid-side {
    flex-grow: 1;
  }
}

@media screen and (max-width: 768px) {
  .column.gid-side {
    flex: none;
    width: 100%;
    margin-top: 0.5rem;
    padding-top: 0;
    padding-right: 0;
  }
}

/* Guide - sidebar */
.content .gid-side p {
  margin: 0;
}

.content .gid-side p a {
  color: #4a4a4a;
  pointer-events: none;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .gid-side-accordion {
    padding: 0.75rem;
    border: 1px solid #aaa;
    border-radius: 3px;
    background: #f6f6f6;
    font-weight: bold;
    cursor: pointer;
  }
  .gid-side-accordion.is-active {
    border-radius: 3px 3px 0 0;
  }
}

.content ul.gid-side-categories {
  list-style: none;
  margin: 0 0 -1px;
  border-top: 1px solid #aaa;
}

@media screen and (max-width: 768px) {
  .content ul.gid-side-categories {
    z-index: 900;
    position: absolute;
    top: 3.05rem;
    left: 0;
    width: 100%;
    margin: 0;
    border: 0;
    background: #fff;
  }
}

@media screen and (max-width: 640px) {
  .content ul.gid-side-categories {
    top: 2.9rem;
  }
}

.content ul.gid-side-categories li {
  border: 1px solid #aaa;
  border-top: 0;
}

@media screen and (min-width: 769px) {
  .content ul.gid-side-categories li {
    border-left: 0;
    border-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .content ul.gid-side-categories li:first-child {
    border-top: 1px solid #aaa;
  }
}

@media screen and (max-width: 768px) {
  .content ul.gid-side-categories li:last-child {
    border-radius: 0 0 3px 3px;
  }
}

.content ul.gid-side-categories li + li {
  margin-top: 0;
}

.content ul.gid-side-categories li a {
  display: block;
  width: 100%;
  padding: 1.25rem 0 0.75rem;
  color: #555;
}

@media screen and (min-width: 1000px) {
  .content ul.gid-side-categories li a {
    padding: 1.25rem 0.25rem 0.75rem;
  }
}

@media screen and (max-width: 768px) {
  .content ul.gid-side-categories li a {
    padding: 0.8rem 0 0.2rem 0.25rem;
  }
}

.content ul.gid-side-categories li a:hover, .content ul.gid-side-categories li a:active {
  background: #ea7675;
  color: #fff;
  text-decoration: none;
}

.content ul.gid-side-categories li a:hover .icon, .content ul.gid-side-categories li a:active .icon {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .content ul.gid-side-categories li.gid-menu-close {
    padding: 0.75rem;
    background-color: #eee;
    color: #555;
    font-weight: bold;
  }
}

.content ul.gid-side-categories li .gid-category-text {
  display: inline-block;
  padding-left: 0.25rem;
  font-size: 0.88rem;
  line-height: 1.4;
}

@media screen and (min-width: 769px) and (max-width: 999px) {
  .content ul.gid-side-categories li .gid-category-text {
    padding-top: 0.1rem;
    padding-left: 0.2rem;
    font-size: 0.77rem;
  }
}

@media screen and (max-width: 480px) {
  .content ul.gid-side-categories li .gid-category-text {
    padding-left: 0;
  }
}

@media screen and (min-width: 769px) {
  .content ul.gid-side-categories li .gid-category-text.is-tall {
    margin: -0.3rem 0;
    line-height: 1.2;
  }
}

.content ul.gid-side-categories li .icon {
  display: inline-block;
  color: #ee3b3b;
}

.content ul.gid-side-categories li .icon:first-child {
  margin-top: -0.25rem;
}

@media screen and (min-width: 769px) and (max-width: 999px) {
  .content ul.gid-side-categories li .icon:first-child {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .content ul.gid-side-categories li .icon:first-child {
    margin-top: -0.3rem;
  }
}

@media screen and (max-width: 480px) {
  .content ul.gid-side-categories li .icon:first-child {
    font-size: 1.25rem;
  }
}

.content ul.gid-side-categories li.is-active {
  background: #ea7675;
  color: #fff;
  text-decoration: none;
}

.content ul.gid-side-categories li.is-active a {
  color: #fff;
}

.content ul.gid-side-categories li.is-active .icon,
.content ul.gid-side-categories li.is-active .icon .fa-caret-right {
  color: #fff;
}

.content ul.gid-side-categories li.gid-side-shop {
  border-top: 2px solid #aaa;
}

.content ul.gid-side-categories li.gid-side-shop .icon {
  color: #ff701a;
}

.content ul.gid-side-categories li.gid-side-shop a:hover, .content ul.gid-side-categories li.gid-side-shop a:active {
  background: #ff8e4a;
}

.content ul.gid-side-categories li.gid-side-shop a:hover .icon, .content ul.gid-side-categories li.gid-side-shop a:active .icon {
  color: #fff;
}

/* Guide - main */
.gid-section {
  z-index: 0;
  position: relative;
  margin: 1rem 0;
  padding: 1rem 0;
}

.content ul.gid-lists {
  list-style: none;
  margin: 0.5rem 0.25rem 0 0.5rem;
}

.content ul.gid-lists li {
  padding-left: 1.5rem;
  position: relative;
  /*
		&::before {
			margin-right: 0.25rem;
			color: $violet_normal;
			font-family: 'icomoon';
			content: '\e906';
		}
*/
}

.content ul.gid-lists li i.icon {
  position: absolute;
  left: 0;
  top: 0.15rem;
  color: #c661df;
  font-size: 1rem;
}

.content ul.gid-lists li + li {
  margin-top: 0.5rem;
}

.content ul.gid-lists li.is-half {
  float: left;
  width: 50%;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 640px) {
  .content ul.gid-lists li.is-half {
    float: none;
    width: auto;
  }
}

.content ul.gid-lists li.is-half + li {
  margin-top: 0;
}

.gid-point-icon {
  z-index: 10;
  position: relative;
  width: 3rem;
  height: auto;
  margin-top: -0.25rem;
  border-radius: 1rem;
}

.gid-point-icon i {
  z-index: -1;
  position: absolute;
  top: -10px;
  left: 0;
  color: #601986;
  font-size: 3rem;
  line-height: 1;
}

.gid-point-icon strong {
  z-index: 1;
  display: block;
  padding-top: 0.5rem;
  color: #fef96a;
  font-size: 1.1rem;
}

.gid-point-icon.is-small {
  width: 2rem;
}

.gid-point-icon.is-small i {
  top: 0;
  font-size: 2rem;
}

.gid-point-icon.is-small strong {
  padding-top: 0.7rem;
  font-size: 0.88rem;
}

.ts_3px {
  text-shadow: 2.6px 0px 0px #fff, 2.5px 0.5px 0px #fff, 2px 1px 0px #fff, 1.5px 1.5px 0px #fff, 1px 2px 0px #fff, 0.5px 2.5px 0px #fff, 0px 2.6px 0px #fff, -0.5px 2.5px 0px #fff, -1px 2px 0px #fff, -1.5px 1.5px 0px #fff, -2px 1px 0px #fff, -2.5px 0.5px 0px #fff, -2.6px 0px 0px #fff, -2.5px -0.5px 0px #fff, -2px -1px 0px #fff, -1.5px -1.5px 0px #fff, -1px -2px 0px #fff, -0.5px -2.5px 0px #fff, 0px -2.6px 0px #fff, 0.5px -2.5px 0px #fff, 1px -2px 0px #fff, 1.5px -1.5px 0px #fff, 2px -1px 0px #fff, 2.5px -0.5px 0px #fff;
}

/* Guide - recommends */
.gid-recommends {
  padding: 1rem;
  border-radius: 10px;
  background: #fef5f5;
}

.gid-recommends h3 {
  margin: -3rem 0 0;
  background: transparent;
}

.gid-recommends h3 img {
  width: 85%;
}

@media screen and (max-width: 640px) {
  .gid-recommends h3 img {
    width: 100%;
  }
}

.gid-recommends > p {
  padding: 0.5rem 1rem;
}

.gid-recommends > .columns {
  margin: 0 -0.5rem;
}

.gid-recommends > .columns > .column {
  display: flex;
  padding: 0.5rem;
}

.gid-recommends .gid-recommend {
  width: 100%;
  padding: 0.5rem;
  background: #fff;
}

.gid-recommends .gid-recommend > p {
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  background: #fcf7fd;
  color: #5d3f90;
  font-weight: bold;
}

.gid-recommends .gid-recommend > p img {
  display: block;
  margin: -1rem 0 0.4rem -0.25rem;
}

.gid-recommends .gid-recommend > p + span {
  display: inline-block;
  padding: 0 0.5rem;
}

.gid-recommends .gid-recommend > img {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.gid-recommends .gid-recommend .gid-recommend-image {
  width: calc(100% - 1rem);
  margin: 1rem auto 0;
  text-align: center;
  vertical-align: bottom;
}

@media screen and (min-width: 1000px) {
  .gid-recommends .gid-recommend .gid-recommend-image.is-tall {
    margin-top: 15%;
  }
}

/* Guide - beginner */
.content .gid-beginner-genre h3.subtitle.gid-genre-join {
  background: #00b618;
  background-image: linear-gradient(-45deg, #00b618 42%, #03c03e 42%, #03c03e 50%, #00b618 50%, #00b618 92%, #03c03e 92%, #03c03e);
  background-size: 8px 8px;
}

.content .gid-beginner-genre h3.subtitle.gid-genre-fun {
  background: #00b618;
  background-image: linear-gradient(-45deg, #fc4892 42%, #fc619e 42%, #fc619e 50%, #fc4892 50%, #fc4892 92%, #fc619e 92%, #fc619e);
  background-size: 8px 8px;
}

.content .gid-beginner-genre h3.subtitle.gid-genre-buy {
  background: #00b618;
  background-image: linear-gradient(-45deg, #ad17fd 42%, #bb3ffd 42%, #bb3ffd 50%, #ad17fd 50%, #ad17fd 92%, #bb3ffd 92%, #bb3ffd);
  background-size: 8px 8px;
}

.content .gid-beginner-genre h3.subtitle.gid-genre-know {
  background: #00b618;
  background-image: linear-gradient(-45deg, #fd8003 42%, #fd9009 42%, #fd9009 50%, #fd8003 50%, #fd8003 92%, #fd9009 92%, #fd9009);
  background-size: 8px 8px;
}

@media screen and (max-width: 640px) {
  .gid-directories {
    display: block;
  }
}

.gid-directories li {
  display: flex;
}

.gid-directories li + li {
  margin-top: 0;
}

@media screen and (min-width: 1192px) {
  .gid-directories li:nth-child(3n+1) {
    padding-left: 0;
  }
  .gid-directories li:nth-child(3n+2) {
    padding: 0.75rem 0.375rem;
  }
  .gid-directories li:nth-child(3n) {
    padding-right: 0;
  }
}

@media screen and (min-width: 641px) and (max-width: 1191px) {
  .gid-directories li:nth-child(odd) {
    padding-left: 0;
  }
  .gid-directories li:nth-child(even) {
    padding-right: 0;
  }
}

@media screen and (max-width: 640px) {
  .gid-directories li {
    padding: 0.75rem 0;
  }
}

@media screen and (min-width: 1192px) {
  .gid-directories li.is-half {
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 640px) {
  .gid-directories li.is-half {
    width: 100%;
  }
}

.gid-directories .gid-directory {
  position: relative;
  padding-bottom: 1.5rem;
  border: 1px solid #444444;
}

.gid-directories .gid-directory .tag {
  position: absolute;
  top: -0.75rem;
  left: 0.5rem;
  height: auto;
  padding: 0.3rem 0.4rem 0.2rem;
  border-radius: 0;
  background: #f00;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}

.gid-directories .gid-directory-head {
  padding: 0.7rem 0 0.6rem;
  border-bottom: 2px solid #ccc;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 1192px) {
  .gid-directories .gid-directory-head.is-grande {
    padding: 1.5rem 0 1.4rem;
  }
}

@media screen and (min-width: 641px) and (max-width: 1191px) {
  .gid-directories .gid-directory-head.is-tall {
    padding: 1.5rem 0 1.4rem;
  }
}

.gid-directories .gid-directory-head span {
  display: block;
}

.gid-directories .image {
  padding: 0.5rem;
  background: #f7f7f7;
}

.gid-directories .gid-directory-text {
  padding: 0.5rem 0.3rem;
}

.gid-directories .gid-directory-text:not(:last-child) {
  margin-bottom: 0;
}

.gid-directories .gid-directory-link {
  position: absolute;
  bottom: 0.25rem;
  right: 0;
  color: #521ae0;
  text-align: right;
}

.gid-directory-project .gid-directory-head {
  border-color: #76a60d;
  color: #76a60d;
}

.gid-directory-event .gid-directory-head {
  border-color: #e68a00;
  color: #e68a00;
}

.gid-directory-happytai .gid-directory-head {
  border-color: #6a45c8;
  color: #6a45c8;
}

.gid-directory-contest .gid-directory-head {
  border-color: #06ab35;
  color: #06ab35;
}

.gid-directory-quiz .gid-directory-head {
  border-color: #4bb9ff;
  color: #4bb9ff;
}

.gid-directory-trial .gid-directory-head {
  border-color: #4d4398;
  color: #4d4398;
}

.gid-directory-point .gid-directory-head {
  border-color: #601986;
  color: #601986;
}

.gid-directory-wakasadamon .gid-directory-head {
  border-color: #fc5e9e;
  color: #fc5e9e;
}

.gid-directory-shop .gid-directory-head {
  border-color: #ff701a;
  color: #ff701a;
}

.gid-directory-bbforest .gid-directory-head {
  border-color: #27bb27;
  color: #27bb27;
}

.gid-directory-calendar .gid-directory-head {
  border-color: #bd3fdd;
  color: #bd3fdd;
}

.gid-directory-channel .gid-directory-head {
  border-color: #fe0000;
  color: #fe0000;
}

.gid-directory-health .gid-directory-head {
  border-color: #16ac92;
  color: #16ac92;
}

.gid-directory-himitsu .gid-directory-head {
  border-color: #ef038d;
  color: #ef038d;
}

.gid-directory-buruburukun .gid-directory-head {
  border-color: #d566d1;
  color: #d566d1;
}

.gid-directory-peeping .gid-directory-head {
  border-color: #a23dd1;
  color: #a23dd1;
}

.gid-directory-nutrients .gid-directory-head {
  border-color: #51c77e;
  color: #51c77e;
}

.gid-directory-local .gid-directory-head {
  border-color: #d4bc1c;
  color: #d4bc1c;
}

/* Guide - about */
.content .gid-about-lead {
  margin: 1.5rem 0 2.5rem;
  font-weight: bold;
}

.content .gid-about-lead h3 {
  margin: 0 0 1.5rem;
  padding: 0;
  background: #fff;
  background: -moz-linear-gradient(transparent 40%, #c661df 40%, #c661df 60%, transparent 60%, transparent);
  background: -webkit-linear-gradient(transparent 40%, #c661df 40%, #c661df 60%, transparent 60%, transparent);
  background: linear-gradient(transparent 40%, #c661df 40%, #c661df 60%, transparent 60%, transparent);
  font-size: 1.4rem;
  text-align: center;
}

.content .gid-about-lead h3 span {
  display: inline-block;
  padding: 0 0.5rem;
  background: #fff;
  color: #5d3f90;
  font-weight: bold;
}

.content .gid-about-lead .gid-about-lead-img {
  float: left;
  margin-right: 1rem;
}

@media screen and (max-width: 640px) {
  .content .gid-about-lead .gid-about-lead-img {
    float: none;
    margin: 0 0 1rem;
    text-align: center;
  }
}

/* Guide - register */
.gid-register {
  margin-top: -2.5rem;
  padding: 3.5rem 0 1rem;
  background: url(../images/bg_register_welcome.png) no-repeat;
  background-size: contain;
}

.gid-register > p {
  padding: 0 1rem;
}

@media screen and (min-width: 1192px) {
  .gid-register > p {
    padding-top: 2rem;
  }
}

@media screen and (min-width: 769px) {
  .gid-register > p {
    text-align: center;
  }
}

@media screen and (min-width: 641px) and (max-width: 1191px) {
  .gid-register > p {
    padding-top: 1.5rem;
  }
}

@media screen and (max-width: 640px) {
  .gid-register > p {
    padding-top: 0.5rem;
  }
}

.gid-register-buttons::before, .gid-register-buttons::after {
  display: inline-block;
  width: 160px;
  height: 160px;
  content: " ";
  vertical-align: middle;
}

@media screen and (min-width: 481px) and (max-width: 999px) {
  .gid-register-buttons::before, .gid-register-buttons::after {
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 480px) {
  .gid-register-buttons::before, .gid-register-buttons::after {
    display: none;
  }
}

.gid-register-buttons::before {
  float: left;
  margin-left: 10px;
  background: url(../images/img_register_welcome_01.png) left top no-repeat;
  background-size: contain;
}

.gid-register-buttons::after {
  float: right;
  margin-right: 10px;
  background: url(../images/img_register_welcome_02.png) right top no-repeat;
  background-size: contain;
}

.gid-register-buttons .gid-register-button {
  display: inline-block;
  width: calc(100% - 340px);
  margin: 0 auto;
  vertical-align: middle;
}

@media screen and (min-width: 1000px) {
  .gid-register-buttons .gid-register-button {
    padding-top: 1rem;
  }
}

@media screen and (min-width: 481px) and (max-width: 999px) {
  .gid-register-buttons .gid-register-button {
    width: calc(100% - 220px);
  }
}

@media screen and (max-width: 480px) {
  .gid-register-buttons .gid-register-button {
    display: block;
    width: calc(100% - 1.5rem);
    margin: 0 auto;
  }
}

.gid-register-buttons .gid-register-button p {
  color: #ee3b3b;
  font-weight: bold;
  font-size: 1.2rem;
}

.gid-register-buttons .gid-register-button p span:first-child {
  display: block;
  padding-bottom: 0.85rem;
}

/* Guide - member */
@media screen and (max-width: 999px) {
  .gid-member .columns {
    display: block;
  }
}

.gid-member-functions {
  border: 1px solid #555;
}

.content ol.gid-member-outline {
  counter-reset: outline;
  list-style: none;
  margin: 0 0 0 1rem;
  padding: 0.5rem;
  background: #f7f7f7;
}

@media screen and (max-width: 999px) {
  .content ol.gid-member-outline {
    margin: 1rem 0 0;
  }
}

.content ol.gid-member-outline li {
  margin-bottom: 0.5rem;
  padding-left: 1.75rem;
  text-indent: -1.75rem;
}

.content ol.gid-member-outline li::before {
  counter-increment: outline;
  content: counter(outline);
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
  padding: 0 0.45rem;
  border-radius: 100%;
  background: #ee3b3b;
  color: #fff;
  line-height: 1;
  text-align: center;
}

.content ol.gid-member-outline li span {
  display: block;
  padding-left: 1rem;
  text-indent: -1rem;
}

/* Guide - login */
.gid-login {
  margin: 1.5rem 0;
  padding: 0 1rem 1rem;
  background: #f3f3f3;
}

@media screen and (max-width: 640px) {
  .gid-login {
    padding: 0 0.75rem 0.75rem;
  }
}

.gid-login h3.subtitle {
  padding: 0.75rem 0 0.25rem;
  text-align: left;
}

.gid-login h3.subtitle:not(:last-child) {
  margin: 0 -1rem;
}

@media screen and (max-width: 640px) {
  .gid-login h3.subtitle:not(:last-child) {
    margin: 0 -0.75rem;
  }
}

.gid-login h3.subtitle.is-flat {
  background-image: none;
}

.gid-login h3.subtitle .icon {
  margin: -0.15rem 0.25rem 0 0.5rem;
}

@media screen and (max-width: 640px) {
  .gid-login h3.subtitle .icon {
    margin-top: -0.25rem;
  }
}

.gid-login.is-member h3.subtitle {
  background: #f90;
}

.gid-login.is-customer h3.subtitle {
  background: #2f72be;
}

.gid-login.is-newcomer h3.subtitle {
  background: #3c8c01;
}

.gid-login h4.subtitle {
  margin-top: 1rem;
  padding: 0.75rem 0.75rem 0.5rem;
}

@media screen and (max-width: 640px) {
  .gid-login h4.subtitle {
    padding: 0.75rem 0.3rem 0.5rem;
  }
}

.gid-login h4.subtitle span {
  display: inline-block;
  padding-right: 0.5rem;
  font-weight: bold;
}

.gid-login img {
  vertical-align: top;
}

.gid-login-intro {
  padding-bottom: 0;
}

.gid-login-intro h3.subtitle {
  padding: 0.75rem 0.75rem 0.5rem;
}

@media screen and (max-width: 640px) {
  .gid-login-intro h3.subtitle {
    padding: 0.75rem 0.3rem 0.5rem;
  }
}

.gid-login-intro h3.subtitle span {
  display: inline-block;
  padding-right: 0.5rem;
  font-weight: bold;
}

.gid-login-intro .columns {
  margin: 0 -1rem;
}

@media screen and (max-width: 640px) {
  .gid-login-intro .columns {
    margin: 0 -0.75rem;
  }
}

.gid-login-intro .columns li + li {
  margin-top: 0;
}

.gid-login-toc {
  padding: 0 0 0.5rem;
}

.gid-login-toc dt {
  margin-top: 0.75rem;
  font-weight: bold;
}

.gid-login-toc dt.is-member {
  color: #f90;
}

.gid-login-toc dt.is-member a, .gid-login-toc dt.is-member a:visited, .gid-login-toc dt.is-member a:hover, .gid-login-toc dt.is-member a:focus {
  color: #f90;
}

.gid-login-toc dt.is-customer {
  color: #2f72be;
}

.gid-login-toc dt.is-customer a, .gid-login-toc dt.is-customer a:visited, .gid-login-toc dt.is-customer a:hover, .gid-login-toc dt.is-customer a:focus {
  color: #2f72be;
}

.gid-login-toc dt.is-newcomer {
  color: #3c8c01;
}

.gid-login-toc dt.is-newcomer a, .gid-login-toc dt.is-newcomer a:visited, .gid-login-toc dt.is-newcomer a:hover, .gid-login-toc dt.is-newcomer a:focus {
  color: #3c8c01;
}

@media screen and (min-width: 481px) {
  .gid-login-toc dt .is-large {
    font-size: 1.3rem;
  }
}

.gid-login-toc dt > .icon {
  margin-right: 0.25rem;
}

@media screen and (max-width: 480px) {
  .gid-login-toc dt > .icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -0.1rem;
    font-size: 1.5rem;
  }
}

.gid-login-toc dt a .icon {
  width: 1.5rem;
  margin-top: -0.15rem;
}

@media screen and (max-width: 480px) {
  .gid-login-toc dt a .icon {
    width: 1.3rem;
    height: 1.3rem;
    margin-top: -0.3rem;
    font-size: 1.3rem;
  }
}

.gid-login-buttons {
  margin: 2rem auto;
}

.gid-login-buttons:not(:last-of-type) {
  padding-bottom: 3rem;
  border-bottom: 2px solid #ccc;
}

.gid-login-buttons .button {
  width: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 999px) {
  .gid-login-buttons .button {
    width: 75%;
  }
}

@media screen and (max-width: 640px) {
  .gid-login-buttons .button {
    width: 90%;
  }
}

.gid-login-buttons .button.gid-button .icon {
  margin-top: -0.3rem;
}

.gid-login-steps {
  padding: 0.25rem 0;
  background: #fff;
}

@media screen and (max-width: 640px) {
  .gid-login-steps:not(.is-desktop) {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .gid-login-steps > .column:first-child {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 640px) {
  .gid-login-steps .is-5 {
    width: 100%;
  }
}

.gid-login-steps .wks-notes {
  word-wrap: break-word;
}

.content ol.gid-login-list-ordered {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 999px) {
  .content ol.gid-login-list-ordered {
    margin: 1rem 0 0;
  }
}

@media screen and (max-width: 640px) {
  .content ol.gid-login-list-ordered {
    margin-top: 0;
  }
}

.content ol.gid-login-list-ordered li {
  padding-left: 1.75rem;
  text-indent: -1.75rem;
}

.content ol.gid-login-list-ordered li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.content ol.gid-login-list-ordered li::before {
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
  padding: 0 0.45rem;
  border-radius: 100%;
  background: #ee3b3b;
  color: #fff;
  line-height: 1;
  text-align: center;
}

.content ol.gid-login-list-ordered li span:not(.ariaHiddenText) {
  display: block;
  padding-left: 1rem;
  text-indent: -1rem;
}

.content ol.gid-login-list-ordered.is-1 {
  counter-reset: login_1 0;
}

.content ol.gid-login-list-ordered.is-1 li::before {
  counter-increment: login_1;
  content: counter(login_1);
}

.content ol.gid-login-list-ordered.is-2 {
  counter-reset: login_2 1;
}

.content ol.gid-login-list-ordered.is-2 li::before {
  counter-increment: login_2;
  content: counter(login_2);
}

.content ol.gid-login-list-ordered.is-3 {
  counter-reset: login_3 2;
}

.content ol.gid-login-list-ordered.is-3 li::before {
  counter-increment: login_3;
  content: counter(login_3);
}

.content ol.gid-login-list-ordered.is-4 {
  counter-reset: login_4 3;
}

.content ol.gid-login-list-ordered.is-4 li::before {
  counter-increment: login_4;
  content: counter(login_4);
}

.content ol.gid-login-list-ordered.is-5 {
  counter-reset: login_5 4;
}

.content ol.gid-login-list-ordered.is-5 li::before {
  counter-increment: login_5;
  content: counter(login_5);
}

.content ol.gid-login-list-ordered.is-6 {
  counter-reset: login_6 5;
}

.content ol.gid-login-list-ordered.is-6 li::before {
  counter-increment: login_6;
  content: counter(login_6);
}

.content ol.gid-login-list-ordered.is-7 {
  counter-reset: login_7 6;
}

.content ol.gid-login-list-ordered.is-7 li::before {
  counter-increment: login_7;
  content: counter(login_7);
}

.content ol.gid-login-list-ordered.is-8 {
  counter-reset: login_8 7;
}

.content ol.gid-login-list-ordered.is-8 li::before {
  counter-increment: login_8;
  content: counter(login_8);
}

.content ol.gid-login-list-ordered.is-latin {
  margin-top: 0.75rem;
  padding-top: 1rem;
  border-top: 1px solid #aaa;
  counter-reset: latin;
}

.content ol.gid-login-list-ordered.is-latin li::before {
  counter-increment: latin;
  content: counter(latin, upper-alpha);
  background: #f90;
}

/* Guide - customize */
.gid-customize-config {
  background: #f7f7f7;
}

.gid-customize-config h3.subtitle:not(:last-child) {
  position: relative;
  display: inline-block;
  margin-left: 0.75rem;
  padding: 0.4rem 1.5rem 0.2rem 0.5rem;
  background: #5d3f90;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
}

.gid-customize-config h3.subtitle:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: 0;
  border-width: 1rem 0.6rem;
  border-style: solid;
  border-color: transparent;
  content: '';
  border-right-color: #f7f7f7;
}

@media screen and (max-width: 640px) {
  .gid-customize-config .columns {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .gid-customize-config .column.is-half {
    width: 100%;
  }
}

.gid-customize-config .column p {
  padding-left: 1rem;
  text-indent: -1rem;
}

.gid-customize-config .column img {
  display: block;
  border: 1px solid #555;
  text-align: center;
}

/* Guide - point */
.gid-point-lead img {
  width: auto;
  height: 160px;
}

@media screen and (max-width: 640px) {
  .gid-point-lead img {
    width: calc(100% / 3);
    height: auto;
  }
}

.gid-point-register {
  max-width: 30rem;
  margin: 1rem auto;
  padding: 0.75rem 1.25rem 1.25rem;
  border: 2px solid #ee3b3b;
  border-radius: 10px;
  background: #fef5f5;
}

.gid-point-register p {
  color: #ee3b3b;
  font-weight: bold;
}

.gid-point-register p span:first-child {
  display: block;
  padding-bottom: 0.85rem;
}

.gid-point-register p.gid-point-kikan {
  margin-top: 20px;
  color: #555;
}

.gid-point-scenes .columns {
  margin: 0;
}

@media screen and (min-width: 1000px) {
  .gid-point-scenes .columns {
    margin: 0 -0.5rem;
  }
}

.gid-point-scenes .column {
  margin: 2rem 0.5rem 0;
  padding: 0.75rem;
  border-radius: 10px;
  background: #f7f7f7;
}

@media screen and (max-width: 480px) {
  .gid-point-scenes .column {
    margin: 2rem 0 0.5rem;
  }
}

@media screen and (min-width: 481px) and (max-width: 999px) {
  .gid-point-scenes .column.is-full-tablet {
    margin: 2rem 0 0.5rem;
  }
}

@media screen and (min-width: 1000px) {
  .gid-point-scenes .column.is-half-desktop {
    width: calc(50% - 1rem);
  }
}

.gid-point-scenes .gid-scene-type:not(:last-child) {
  position: relative;
  display: block;
  width: 10rem;
  margin: -2rem auto 0.5rem;
  font-size: 1.66rem;
  font-weight: bold;
  line-height: 1;
}

.gid-point-scenes .gid-scene-type:not(:last-child)::before, .gid-point-scenes .gid-scene-type:not(:last-child)::after {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  padding: 0.9rem 0.6rem;
  content: "";
}

.gid-point-scenes .gid-scene-type:not(:last-child)::before {
  left: 0;
}

.gid-point-scenes .gid-scene-type:not(:last-child)::after {
  right: 0;
}

.gid-point-scenes .gid-scene-type:not(:last-child).gid-scene-earn {
  color: #199c2f;
}

.gid-point-scenes .gid-scene-type:not(:last-child).gid-scene-earn::before {
  background: -moz-linear-gradient(45deg, transparent 47%, #199c2f 47%, #199c2f 53%, transparent 53%, transparent);
  background: -webkit-linear-gradient(45deg, transparent 47%, #199c2f 47%, #199c2f 53%, transparent 53%, transparent);
  background: linear-gradient(45deg, transparent 47%, #199c2f 47%, #199c2f 53%, transparent 53%, transparent);
}

.gid-point-scenes .gid-scene-type:not(:last-child).gid-scene-earn::after {
  background: -moz-linear-gradient(-45deg, transparent 47%, #199c2f 47%, #199c2f 53%, transparent 53%, transparent);
  background: -webkit-linear-gradient(-45deg, transparent 47%, #199c2f 47%, #199c2f 53%, transparent 53%, transparent);
  background: linear-gradient(-45deg, transparent 47%, #199c2f 47%, #199c2f 53%, transparent 53%, transparent);
}

.gid-point-scenes .gid-scene-type:not(:last-child).gid-scene-use {
  color: #ee3b3b;
}

.gid-point-scenes .gid-scene-type:not(:last-child).gid-scene-use::before {
  background: -moz-linear-gradient(45deg, transparent 47%, #ee3b3b 47%, #ee3b3b 53%, transparent 53%, transparent);
  background: -webkit-linear-gradient(45deg, transparent 47%, #ee3b3b 47%, #ee3b3b 53%, transparent 53%, transparent);
  background: linear-gradient(45deg, transparent 47%, #ee3b3b 47%, #ee3b3b 53%, transparent 53%, transparent);
}

.gid-point-scenes .gid-scene-type:not(:last-child).gid-scene-use::after {
  background: -moz-linear-gradient(-45deg, transparent 47%, #ee3b3b 47%, #ee3b3b 53%, transparent 53%, transparent);
  background: -webkit-linear-gradient(-45deg, transparent 47%, #ee3b3b 47%, #ee3b3b 53%, transparent 53%, transparent);
  background: linear-gradient(-45deg, transparent 47%, #ee3b3b 47%, #ee3b3b 53%, transparent 53%, transparent);
}

.gid-point-scenes .gid-scene {
  height: 100%;
  padding: 0.5rem;
  background: #fff;
}

.gid-point-scenes .gid-scene .is-medium {
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  background: #fcf7fd;
  color: #5d3f90;
  font-weight: bold;
}

/* Guide - quiz */
.gid-quiz-outlines {
  padding: 1rem;
  background: #f7f7f7;
}

.gid-quiz-outlines .columns {
  margin: 0 -0.5rem;
}

.gid-quiz-outlines .column {
  display: flex;
  padding: 0.5rem;
}

.gid-quiz-outlines .gid-quiz-outline {
  padding: 0.5rem;
  background: #fff;
}

.gid-quiz-outlines .gid-quiz-outline .is-medium {
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  background: #fcf7fd;
  color: #5d3f90;
  font-weight: bold;
}

.gid-quiz-outlines .gid-quiz-outline .is-medium .gid-point-icon {
  margin: -0.5rem 0.2rem 0;
}

.gid-quiz-outlines .gid-quiz-foot {
  width: 50%;
  margin: 1rem auto;
}

@media screen and (max-width: 999px) {
  .gid-quiz-outlines .gid-quiz-foot {
    width: 100%;
  }
}

/* Guide - happytai */
.gid-happytai-lead .gid-happytai-lead-img {
  float: left;
  margin-right: 1rem;
}

/* Guide - buttons */
.button.gid-button {
  border: 0;
  color: #fff;
  font-weight: bold;
}

.button.gid-button.is-large {
  padding-top: 0.75rem;
}

.button.gid-button:hover, .button.gid-button:visited, .button.gid-button:active {
  color: #fff;
}

.button.gid-button:hover, .button.gid-button:focus, .button.gid-button:active {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.button.gid-button .icon {
  margin-top: 0.1rem;
  color: #fff;
}

.button.gid-button-register {
  background: #e93131;
  background: -moz-linear-gradient(top, #f14848 0%, #e62121 100%);
  background: -webkit-linear-gradient(top, #f14848 0%, #e62121 100%);
  background: linear-gradient(to bottom, #f14848 0%, #e62121 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f14848',endColorstr='#e62121',GradientType=0);
  box-shadow: 0 5px 0 0 #cd0606;
}

.button.gid-button-register:active {
  top: 4px;
  box-shadow: 0 1px 0 0 #cd0606, 0 1px 2px rgba(10, 10, 10, 0.2) inset;
}

.button.gid-button-point {
  background: #bc6ce5;
  background: -moz-linear-gradient(top, #bc6ce5 0%, #651c8f 100%);
  background: -webkit-linear-gradient(top, #bc6ce5 0%, #651c8f 100%);
  background: linear-gradient(to bottom, #bc6ce5 0%, #651c8f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc6ce5',endColorstr='#651c8f',GradientType=0);
}

.button.gid-button-event {
  background: #fd8005;
  background: -moz-linear-gradient(top, #fd8005 0%, #ff5502 100%);
  background: -webkit-linear-gradient(top, #fd8005 0%, #ff5502 100%);
  background: linear-gradient(to bottom, #fd8005 0%, #ff5502 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd8005',endColorstr='#ff5502',GradientType=0);
}

.button.gid-button-quiz {
  background: #1ea835;
  background: -moz-linear-gradient(top, #30d04a 0%, #0e8221 100%);
  background: -webkit-linear-gradient(top, #30d04a 0%, #0e8221 100%);
  background: linear-gradient(to bottom, #30d04a 0%, #0e8221 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#30d04a',endColorstr='#0e8221',GradientType=0);
}

/* Guide - mailmagazine */
.gid-mgz-main h3 {
  color: #5d3f90;
  font-size: 2.1rem;
  font-weight: bold;
}

.gid-mgz-main h3::before {
  content: " ＼ ";
  padding: 1.25rem 0;
  left: 15%;
}

.gid-mgz-main h3::after {
  content: " ／ ";
  padding: 0 0 1.5rem;
  right: 15%;
}

@media screen and (min-width: 481px) and (max-width: 999px) {
  .gid-mgz-main h3 {
    font-size: 1.8rem;
  }
  .gid-mgz-main h3::before {
    left: 10%;
  }
  .gid-mgz-main h3::after {
    right: 10%;
  }
}

.gid-mgz-main h3::before, .gid-mgz-main h3::after {
  position: absolute;
  color: #5d3f90;
  font-size: 40px;
  font-weight: bold;
  font-stretch: condensed;
  transform: scale(1, 2.1);
}

@media screen and (max-width: 480px) {
  .gid-mgz-main h3 {
    font-size: 1.5rem;
  }
  .gid-mgz-main h3::before, .gid-mgz-main h3::after {
    display: none;
  }
}

.gid-mgz-recommends {
  display: flex;
  position: relative;
  margin: 1rem 0;
  padding: 1rem 0.9rem;
  border-radius: 10px;
  background: #fef5f5;
}

.gid-mgz-recommends p.gid-mgz-ribbon {
  position: absolute;
  top: -1.5rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
}

.gid-mgz-recommends .gid-mgz-special {
  display: flex;
  margin: 0;
  padding-top: 1rem;
}

@media screen and (max-width: 999px) {
  .gid-mgz-recommends .gid-mgz-special {
    flex-wrap: wrap;
  }
}

.gid-mgz-recommends .gid-mgz-special li {
  justify-content: space-between;
  list-style: none;
  text-align: center;
  font-weight: bold;
  padding: 0 0.5rem 1rem;
}

.gid-mgz-recommends .gid-mgz-special li img {
  display: block;
  padding: 1rem 0;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 999px) {
  .gid-mgz-recommends .gid-mgz-special li img {
    width: 70%;
  }
}

.gid-mgz-question {
  text-align: center;
}

.gid-mgz-question p {
  position: relative;
  display: inline-block;
  margin: 2rem auto;
  padding: 0.7rem 1rem 0.5rem;
  border-radius: 1.5rem;
  background: #fcf7fd;
  color: #922faa;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
}

.gid-mgz-question p::before, .gid-mgz-question p::after {
  display: inline-block;
  width: 70px;
  height: 70px;
  content: " ";
  vertical-align: middle;
}

@media screen and (max-width: 480px) {
  .gid-mgz-question p::before, .gid-mgz-question p::after {
    width: 40px;
    height: 40px;
  }
}

.gid-mgz-question p::before {
  position: absolute;
  top: -0.5rem;
  left: -4rem;
  background: url(../images/newsletter_left_cut.png) left top no-repeat;
  background-size: contain;
}

@media screen and (max-width: 480px) {
  .gid-mgz-question p::before {
    display: none;
  }
}

.gid-mgz-question p::after {
  position: absolute;
  top: -0.5rem;
  right: -5rem;
  background: url(../images/newsletter_right_cut.png) right top no-repeat;
  background-size: contain;
}

@media screen and (max-width: 480px) {
  .gid-mgz-question p::after {
    display: none;
  }
}

.gid-mgz-main h3.h3_02 {
  color: #ee3b3b;
}

.gid-mgz-main h3.h3_02::before, .gid-mgz-main h3.h3_02::after {
  position: absolute;
  color: #ee3b3b;
}

@media screen and (max-width: 640px) {
  .columns.gid-mgz-answers {
    display: block;
  }
}

.gid-mgz-answers .gid-mgz-ans01, .gid-mgz-answers .gid-mgz-ans02 {
  position: relative;
  margin: 2rem 0;
  padding: 2.25rem 1.25rem 1.25rem;
  border: 2px solid #a98cd5;
  width: calc(50% - 0.5rem);
}

@media screen and (min-width: 481px) and (max-width: 999px) {
  .gid-mgz-answers .gid-mgz-ans01, .gid-mgz-answers .gid-mgz-ans02 {
    padding: 1.5rem 1.25rem 1.25rem;
  }
}

@media screen and (max-width: 640px) {
  .gid-mgz-answers .gid-mgz-ans01, .gid-mgz-answers .gid-mgz-ans02 {
    width: 100%;
    padding-top: 2.5rem;
  }
}

@media screen and (max-width: 480px) {
  .gid-mgz-answers .gid-mgz-ans01, .gid-mgz-answers .gid-mgz-ans02 {
    padding-top: 2rem;
  }
}

.gid-mgz-answers .gid-mgz-ans01 .gid-mgz-txt, .gid-mgz-answers .gid-mgz-ans02 .gid-mgz-txt {
  display: flex;
  width: 100%;
  padding-bottom: 1rem;
}

.gid-mgz-answers .gid-mgz-ans02 {
  margin-left: 1.2rem;
  border: 2px solid #ee3b3b;
}

@media screen and (max-width: 640px) {
  .gid-mgz-answers .gid-mgz-ans02 {
    margin-left: 0;
  }
}

.gid-mgz-answers p.gid-mgz-ribbon {
  position: absolute;
  top: -1rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
}

@media screen and (min-width: 1192px) {
  .gid-mgz-answers p.gid-mgz-ribbon {
    top: -1.3rem;
  }
}

@media screen and (min-width: 481px) and (max-width: 640px) {
  .gid-mgz-answers p.gid-mgz-ribbon {
    top: -1.5rem;
  }
}

.gid-mgz-answers .button.gid-button-mypage {
  background: #e93131;
  background: -moz-linear-gradient(top, #804090 t 0%, #702a82 100%);
  background: -webkit-linear-gradient(top, #804090 0%, #702a82 100%);
  background: linear-gradient(to bottom, #804090 0%, #702a82 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#804090',endColorstr='#702a82',GradientType=0);
  box-shadow: 0 5px 0 0 #5b0271;
  margin-bottom: 1rem;
}

.gid-mgz-mail {
  background: #f7f7f7;
}

.gid-mgz-mail p:nth-child(1) {
  margin-bottom: 0.25em;
  color: #ee3b3b;
  font-weight: bold;
}

.gid-mgz-mail p:nth-child(2) {
  margin-bottom: 0.5em;
}

.gid-mgz-mail p:nth-child(3) {
  display: inline-block;
  padding: 0.25rem 1rem;
  border: solid 1px #aaa;
  background: #fff;
  margin-bottom: 0;
}

.gid-mgz-mail p:nth-child(4) {
  display: inline-block;
  padding: 0;
  color: #f7f7f7;
  font-size: 10px;
}
