/* =====================================
reset
------------------------------------- */
* {
  margin: 0;
  border: none;
  padding: 0;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

*:before,
*:after {
  text-decoration: inherit;
  vertical-align: inherit;
}

@font-face {
  font-family: 'YuGothicRedifined';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}

@font-face {
  font-family: 'YuGothicRedifined';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}

/* =====================================
base
------------------------------------- */
html {
  position: relative;
  box-sizing: border-box;
  overflow-y: scroll;
  background-color: #fff;
  color: #000;
  font-size: 10px;
  font-family: YuGothicRedifined, "\6e38\30b4\30b7\30c3\30af", YuGothic, Meiryo, "Hiragino Kaku Gothic Pro", sans-serif;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  line-height: 2;
  font-size: 1.6em;
  letter-spacing: -.00001em;
  word-wrap: break-word;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
svg {
  display: block;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  text-shadow: inherit;
}

input[type="submit"],
input[type="button"],
input[type="image"],
input[type="reset"],
input[type="radio"],
input[type="checkbox"],
button,
select,
option,
label {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

table {
  border-collapse: collapse;
  word-break: break-all;
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
dt {
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  border: none;
}

table img {
  max-width: inherit;
}

strong,
em,
b,
i {
  font-style: normal;
}

strong,
em,
b {
  font-weight: bold;
}

strong {
  color: #c00;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}

code,
var {
  font-family: Menlo, Osaka-mono, Consolas, monospace;
}

a {
  color: #999;
  text-decoration: underline;
}

a:visited {
  color: #666;
}

a:hover, a:focus, a:active {
  text-decoration: none;
}

/* =====================================
structure
------------------------------------- */
/* ===========================
page
--------------------------- */
#page {
  position: relative;
  font-feature-settings: "kern", "palt";
  letter-spacing: .05em;
}

/* ===========================
header
--------------------------- */
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
  background-color: #fff;
}

#header > .inner {
  position: relative;
  height: 60px;
}

#header > .inner > p > a,
#header > .inner > p > button {
  display: block;
}

#header > .inner .logo-kj,
#header > .inner .logo-gt,
#header > .inner .link-instagram,
#header > .inner .link-icon,
#header > .inner .menu-btn {
  position: absolute;
}

#header > .inner .logo-kj {
  top: 18px;
  left: 10px;
  width: 82px;
  height: 22px;
}

#header > .inner .logo-gt {
  top: 5px;
  left: 50%;
  width: 60px;
  height: 50px;
  margin-left: -30px;
}

#header > .inner .link-instagram {
  top: 14px;
  right: 40px;
  width: 32px;
  height: 32px;
}

.static #header > .inner .link-instagram {
  right: 6px;
}

#header > .inner .link-icon {
  top: 19px;
  right: 45px;
  display: flex;
  align-items: center;
}

#header > .inner .link-icon > li + li {
  margin-left: 18px;
}

#header > .inner .link-icon > li img {
  width: 22px;
}

#header > .inner .menu-btn {
  top: 14px;
  right: 6px;
  width: 32px;
  height: 32px;
}

#header > .inner .menu-btn button {
  position: relative;
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 0;
  background-color: transparent;
}

#header > .inner .menu-btn button::before, #header > .inner .menu-btn button::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 16px;
  width: 18px;
  height: 3px;
  margin-left: -9px;
  background-color: #000;
  transition: transform 400ms;
}

#header > .inner .menu-btn button > span::before, #header > .inner .menu-btn button > span::after {
  content: "";
  position: absolute;
  left: 16px;
  width: 18px;
  height: 3px;
  margin-left: -9px;
  background-color: #000;
  transition: transform 400ms, opacity 400ms;
}

#header > .inner .menu-btn button > span::before {
  top: 6px;
}

#header > .inner .menu-btn button > span::after {
  top: 22px;
}

#header > .inner .menu-btn button > span > span {
  position: absolute;
  top: -999em;
  left: -999em;
}

#header > .inner .menu-btn button.opened::before {
  transform: rotate(135deg);
}

#header > .inner .menu-btn button.opened::after {
  transform: rotate(-135deg);
}

#header > .inner .menu-btn button.opened > span::before, #header > .inner .menu-btn button.opened > span::after {
  opacity: 0;
  transform: scale(0);
}

.static #header > .inner .menu-btn {
  display: none;
}

#header > .menu {
  display: none;
}

#header > .menu > ul {
  padding-bottom: .375em;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

#header > .menu > ul > li {
  padding: .125em 0 .375em 0;
}

#header > .menu > ul > li > a {
  display: inline-block;
  border-bottom: 7px solid #ffc5b9;
  padding: .125em .25em;
  color: #000;
  text-decoration: none;
}

.static #header > .menu {
  display: block;
}

.static #header {
  position: static;
}

/* ===========================
main
--------------------------- */
#main {
  padding-top: 60px;
}

.static #main {
  padding-top: 0;
}

#product,
#design,
#function,
#spec,
#cartridge,
#gallery,
#info,
#lineup,
#notice {
  margin-top: -60px;
  padding-top: 60px;
}

.static #product, .static
#design, .static
#function, .static
#spec, .static
#cartridge, .static
#gallery, .static
#info, .static
#lineup, .static
#notice {
  margin-top: 0;
  padding-top: 0;
}

#product img {
  width: 100%;
}

#product .hdg {
  position: relative;
}

#product .hdg p {
  position: absolute;
  right: 2.4%;
  bottom: 2.83333%;
  width: 13.33333%;
}

#product .hdg p + p {
  left: 21.5%;
  right: 18.5%;
  bottom: .25em;
  width: 60%;
  font-size: 10px;
  text-align: center;
}

#product .lead {
  padding-bottom: 70.66667%;
  background-image: url(/smt/girly_tepra_SR-GL2/images/product-04.jpg);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
#product.product-type02 .lead {
  padding-bottom: 135.667%;
}
#design .hdg {
  text-align: center;
}

#design .lead {
  margin-bottom: 20px;
  font-size: 1.3rem;
  text-align: center;
}

#design .point {
  line-height: 1.625;
  padding: 10px 25px;
}

#design .point > li {
  margin-bottom: 16px;
  font-size: 1.3rem;
  font-size: 3.25vw;
  text-align: center;
}

#design .point > li img {
  margin-bottom: 8px;
}

#function {
  line-height: 1.625;
}

#function .hdg {
  text-align: center;
}

#function > .area {
  position: relative;
  margin: 35px 12px;
  border: 1px solid #ffc5b9;
  border-radius: 3px;
  padding: 35px 13.5px 15px 13.5px;
}

#function > .area:first-of-type {
  margin-top: 25px;
}

#function > .area > .hdg:first-child {
  position: absolute;
  top: 0;
  left: 50%;
  width: 84.24069%;
  max-width: 320px;
  transform: translate(-50%, -45%);
}

#function > .area .img {
  text-align: center;
}

#function > .area .txt {
  padding: 0 15px;
  font-size: 1.3rem;
}

#function > .area .notice {
  font-size: 1.2rem;
}

#function > .area .notice > li {
  position: relative;
  padding-left: 1.25em;
}

#function > .area .notice > li + li {
  margin-top: .25em;
}

#function > .area .notice > li > span:first-child {
  position: absolute;
  left: 0;
}

#function > .area .btn {
  margin: 15px 0;
  text-align: center;
}

#function > .area .btn > a {
  display: inline-block;
  line-height: 1.65385;
  border-radius: 1.73077em;
  padding: 12px 16px;
  background-color: #f46a72;
  color: #fff;
  font-size: 1.3rem;
  text-decoration: none;
}

#function > .area .btn > a:hover, #function > .area .btn > a:focus, #function > .area .btn > a:active {
  color: #fff;
  text-decoration: none;
}

#function > .area .btn-ec {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

#function > .area .btn-ec > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 69px;
  height: 28px;
  background-color: #333;
  border: 1px solid #333;
  border-radius: 9999px;
  color: #fff !important;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
}

#function > .area.font > .hdg:first-child {
  width: 91.40401%;
}

#function > .area.font .notice {
  margin-top: 20px;
  padding: 0 10px;
  color: #727171;
}

#function > .area.tape .img {
  margin-right: -13.5px;
}

#function > .area.emoji .notice {
  margin: 15px 10px 0 10px;
}

#function > .area.date .img {
  margin: 10px 0;
}

#function > .area.date .notice {
  margin: 0 10px;
}

#function > .area.nametag .img:first-of-type {
  margin-bottom: 10px;
}

#function > .area.nametag .txt {
  padding: 0 5px;
  font-size: 1.3rem;
  font-size: 3.75vw;
  text-align: center;
}

#function > .area.nametag h4.hdg {
  margin: 20px 0 10px 0;
  padding: .375em 5px;
  background-color: #e7e9ea;
  font-size: 1.2rem;
}

#function > .area.nametag h4.hdg + .txt {
  font-size: 1.2rem;
  font-size: 3.25vw;
}

#function > .area.nametag .tool {
  overflow: hidden;
  margin: 15px 1px 0 1px;
}

#function > .area.nametag .tool > div {
  position: relative;
}

#function > .area.nametag .tool > div > dt {
  height: 20px;
  text-align: center;
}

#function > .area.nametag .tool > div > dt img {
  width: 110px;
}

#function > .area.nametag .tool > .tool1 {
  float: left;
  width: 49.99999%;
  padding-right: 15px;
}

#function > .area.nametag .tool > .tool1 > dt {
  margin-bottom: 10px;
}

#function > .area.nametag .tool > .tool1 > dd .img img {
  width: 100px;
}

#function > .area.nametag .tool > .tool2::before,
#function > .area.nametag .tool > .tool3::before,
#function > .area.nametag .tool > .tool4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

#function > .area.nametag .tool > .tool2 {
  float: left;
  width: 50%;
  padding-left: 15px;
}

#function > .area.nametag .tool > .tool2::before {
  bottom: 0;
  width: 1px;
  background-image: linear-gradient(to bottom, #999 33.33333%, transparent 33.33334%);
  background-repeat: repeat-y;
  background-size: 1px 3px;
}

#function > .area.nametag .tool > .tool2 > dt {
  margin-bottom: 10px;
}

#function > .area.nametag .tool > .tool2 > dd .img img {
  width: 68px;
}

#function > .area.nametag .tool > .tool2 > dd .img:last-of-type {
  margin: 10px 0;
}

#function > .area.nametag .tool > .tool2 > dd .img:last-of-type img {
  width: 128px;
}

#function > .area.nametag .tool > .tool1 .product .name,
#function > .area.nametag .tool > .tool1 .product .part-num,
#function > .area.nametag .tool > .tool1 .product .price,
#function > .area.nametag .tool > .tool2 .product .name,
#function > .area.nametag .tool > .tool2 .product .part-num,
#function > .area.nametag .tool > .tool2 .product .price {
  display: block;
  text-align: center;
}

#function > .area.nametag .tool > .tool1 .product .name,
#function > .area.nametag .tool > .tool2 .product .name {
  line-height: 1.5;
  font-size: 1.5rem;
}

#function > .area.nametag .tool > .tool1 .product .name span,
#function > .area.nametag .tool > .tool2 .product .name span {
  font-size: 1rem;
}

#function > .area.nametag .tool > .tool1 .product .part-num,
#function > .area.nametag .tool > .tool2 .product .part-num {
  font-size: 1.2rem;
}

#function > .area.nametag .tool > .tool1 .product .price,
#function > .area.nametag .tool > .tool2 .product .price {
  font-size: 1rem;
}

#function > .area.nametag .tool > .tool1 .product .price b,
#function > .area.nametag .tool > .tool2 .product .price b {
  font-size: 1.3rem;
}

#function > .area.nametag .tool > .tool3,
#function > .area.nametag .tool > .tool4 {
  padding-top: 11px;
}

#function > .area.nametag .tool > .tool3::before,
#function > .area.nametag .tool > .tool4::before {
  top: 11px;
  right: 0;
  height: 1px;
  background-image: linear-gradient(to right, #999 33.33333%, transparent 33.33334%);
  background-repeat: repeat-x;
  background-size: 3px 1px;
}

#function > .area.nametag .tool > .tool3 {
  clear: both;
  min-height: 100px;
  padding: 30px 0 0 120px;
}

#function > .area.nametag .tool > .tool3 > dt {
  margin-bottom: 10px;
  text-align: left;
}

#function > .area.nametag .tool > .tool3 .img {
  position: absolute;
  top: 25px;
  left: 10px;
  width: 100px;
}

#function > .area.nametag .tool > .tool3 .product {
  line-height: 1.5;
  font-size: 1.3rem;
}

#function > .area.nametag .tool > .tool4 {
  padding-top: 21px;
}

#function > .area.nametag .tool > .tool4 > dt {
  float: left;
  width: 50%;
}

#function > .area.nametag .tool > .tool4 > dd {
  overflow: hidden;
  font-size: 1.3rem;
  font-weight: bold;
}

#function > .area.initial .img {
  margin: 20px 0 10px 0;
}

#function > .area.initial .notice {
  margin: 0 10px;
}

#function > .area.code .notice {
  margin: 15px 10px 0 10px;
}

#spec .hdg {
  text-align: center;
}

#spec .product {
  position: relative;
  margin-top: 10px;
}

#spec .product img {
  width: 100%;
}

#spec .product span {
  position: absolute;
  left: 5.2%;
  bottom: 4.667%;
  display: block;
  width: 64.333%;
}

#spec .product a {
  position: absolute;
  bottom: 6.1583%;
  left: 72%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18.4%;
  height: 8.2111%;
  background-color: #333;
  border: 1px solid #333;
  border-radius: 9999px;
  color: #fff !important;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
}

#spec .list {
  margin: 10px 25px 0 25px;
  color: #706d6d;
  font-size: 1rem;
}

#spec .list > li {
  position: relative;
  padding-left: 1.5em;
}

#spec .list > li + li {
  margin-top: .25em;
}

#spec .list > li::before {
  content: "";
  position: absolute;
  top: .575em;
  left: 0;
  display: block;
  width: .9em;
  height: .9em;
  border-radius: .45em;
  background-color: #706d6d;
}

#spec .notice {
  margin: 0 25px 40px 25px;
  color: #706d6d;
  font-size: 1rem;
}

#spec .notice > li {
  position: relative;
  margin-top: .25em;
  padding-left: 1.25em;
}

#spec .notice > li + li {
  margin-top: .25em;
}

#spec .notice > li > span:first-child {
  position: absolute;
  left: 0;
}

#spec .txt {
  font-size: 1.3rem;
  text-align: center;
}

#spec .youtube {
  position: relative;
  margin: 12px;
  padding-top: 50%;
}

#spec .youtube > iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

#cartridge {
  line-height: 1.625;
}

#cartridge .hdg {
  text-align: center;
}

#cartridge .txt {
  font-size: 1.3rem;
  text-align: center;
}

#cartridge .price {
  line-height: 2;
  padding: 0 10px;
  font-size: 1.2rem;
  text-align: center;
}

#cartridge .price .length {
  display: inline-block;
  margin: 0 .375em;
  border-radius: .375em;
  padding: 0 .875em;
  background-color: #c9caca;
}

#cartridge .price b {
  font-size: 1.7rem;
}

#cartridge .variety {
  margin: 15px 0;
  font-size: 1.4rem;
  text-align: center;
}

#cartridge .variety > .caption {
  display: block;
  margin-top: 5px;
  font-weight: bold;
}

#cartridge .color {
  margin: 15px 0;
  padding: 0 10px;
  text-align: center;
}

#cartridge .btn {
  margin: 15px 0;
  text-align: center;
}

#cartridge .btn > a {
  display: inline-block;
  min-width: 250px;
  line-height: 1.65385;
  border-radius: 1.73077em;
  padding: 12px 16px;
  background-color: #f46a72;
  color: #fff;
  font-size: 1.3rem;
  text-decoration: none;
  text-align: center;
}

#cartridge .btn > a:hover, #cartridge .btn > a:focus, #cartridge .btn > a:active {
  color: #fff;
  text-decoration: none;
}

#cartridge .area.gift .txt {
  margin-bottom: 15px;
}

#cartridge .btn-ec {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

#cartridge .btn-ec > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 69px;
  height: 28px;
  background-color: #333;
  border: 1px solid #333;
  border-radius: 9999px;
  color: #fff !important;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
}

#cartridge .area.gift .variety {
  padding: 0 30px;
}

#cartridge .area.ribbon {
  margin-top: 50px;
}

#cartridge .area.ribbon .txt {
  margin-bottom: 15px;
}

#cartridge .area.ribbon .variety {
  padding: 0 30px;
}

#cartridge .area.ribbon .price small {
  display: block;
  margin-top: -.75em;
}

#cartridge .area.ribbon .price small + br {
  display: none;
}

#cartridge .area.ribbon .color.normal img {
  width: 320px;
}

#cartridge .area.ribbon .color.dashed img {
  width: 290px;
}

#cartridge .area.ribbon .color.bicolor img {
  width: 100px;
}

#cartridge .area.ribbon .hdg-variety {
  position: relative;
  margin: 24px 12px 18px 12px;
  border-bottom: 1px solid #000;
  font-size: 1.1rem;
  text-align: center;
}

#cartridge .area.ribbon .hdg-variety > span {
  position: relative;
  top: .5em;
  display: inline-block;
  border-radius: 4px;
  padding: .125em .875em;
  background-color: #000;
  color: #fff;
}

#cartridge .area.ribbonkit {
  padding-top: 30px;
}

#cartridge .area.ribbonkit .appendix {
  margin: 5px 0 10px 0;
  font-size: .9rem;
  text-align: center;
}

#cartridge .area.ribbonkit .appendix span {
  display: inline-block;
  border-radius: 3px;
  padding: .25em .625em;
  background-color: #e3e5e6;
}

#cartridge .area.ribbonkit .img {
  margin: 15px 0;
  padding: 0 42px;
}

#cartridge .area.ribbonkit .content {
  padding: 0 20px;
}

#cartridge .area.ribbonkit .content > dt {
  display: inline-block;
  border: 1px solid #000;
  padding: .25em .75em;
  font-size: .8rem;
}

#cartridge .area.ribbonkit .content > dd {
  margin-top: .75em;
  font-size: 1rem;
}

#cartridge .area.ribbonkit .content > dd ul > li {
  margin-top: .25em;
}

#cartridge .area.ribbonkit .content > dd ul > li b {
  font-size: 1.1rem;
}

#cartridge .area.mt {
  padding-top: 20px;
}

#cartridge .area.mt .txt {
  margin: 10px 0;
}

#cartridge .area.mt .variety {
  padding: 0 30px;
}

#cartridge .area.mt .color {
  margin: 25px 0;
}

#cartridge .area.mt .color img {
  width: 315px;
}

#cartridge .area.mat {
  padding-top: 20px;
}

#cartridge .area.mat .txt {
  margin: 15px 0;
}

#cartridge .area.mat .variety {
  padding: 0 30px;
}

#cartridge .area.mat .color {
  margin: 25px 0;
}

#cartridge .area.mat .color img {
  width: 301px;
}

#cartridge .area.colorlabel {
  padding-top: 20px;
}

#cartridge .area.colorlabel .txt {
  margin: 15px 0;
}

#cartridge .area.colorlabel .variety {
  padding: 0 27.5px;
}

#cartridge .area.colorlabel .color {
  margin: 20px 0;
}

#cartridge .area.colorlabel .color img {
  width: 301px;
}

#cartridge .area.other {
  padding: 20px 0;
}

#cartridge .area.other .txt {
  margin: 10px 0;
}

#cartridge .area.other .variety {
  padding: 0 30px;
}

#cartridge .area.other .color {
  margin: 20px 0;
}

#cartridge .area.other .color img {
  width: 207px;
}

#gallery {
  padding-bottom: 35px;
}

#gallery .gallery {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin: 11px 10px;
}

#gallery .gallery > li {
  width: 33.33333%;
  padding: 4px 5px;
}

#info {
  padding-bottom: 30px;
}

#info .hdg {
  position: relative;
  margin: 0 12px 48px 12px;
  border-bottom: 1px solid #000;
  padding-top: 18px;
}

#info .hdg > span {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  width: 80%;
  line-height: 1.5;
  border: 1px solid #000;
  padding: .25em .5em;
  background-color: #efaba4;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  transform: translateX(-50%);
}

#info .hdg > span::before, #info .hdg > span::after {
  content: "";
  position: absolute;
  z-index: 1;
  background-color: #fff;
}

#info .hdg > span::before {
  left: 3px;
  right: -5px;
  bottom: -5px;
  height: 4px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

#info .hdg > span::after {
  top: 4px;
  right: -5px;
  bottom: -5px;
  width: 4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

#info .site {
  padding: 0 30px;
}

#info .site > li {
  position: relative;
  min-height: 150px;
  padding: 21px 0 20px 132px;
}

#info .site > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 1px;
  background-image: linear-gradient(to right, #999 33.33333%, transparent 33.33334%);
  background-repeat: repeat-x;
  background-size: 3px 1px;
}

#info .site > li .img {
  position: absolute;
  top: 21px;
  left: 5px;
  display: block;
  width: 111px;
}

#info .site > li p {
  font-size: 1.4rem;
}

#info .site > li p.btn {
  margin-top: .5em;
  text-align: center;
}

#info .site > li p.btn > span {
  display: inline-block;
  text-align: center;
}

#info .site > li em {
  color: #f46a72;
  font-weight: bold;
}

#info .site > li .btn {
  text-align: center;
}

#info .site > li .btn > a {
  display: inline-block;
  min-width: 125px;
  line-height: 1.65385;
  border-radius: 1.25em;
  padding: 6px 12px;
  background-color: #f46a72;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
  text-align: center;
}

#info .site > li .btn > a:hover, #info .site > li .btn > a:focus, #info .site > li .btn > a:active {
  color: #fff;
  text-decoration: none;
}

#info .site > li:first-child {
  min-height: 130px;
  padding-top: 0;
}

#info .site > li:first-child::before {
  content: none;
}

#info .site > li:first-child .img {
  top: 0;
}

#lineup .hdg {
  position: relative;
  z-index: 2;
  padding: 0 32.5px;
}

#lineup .img {
  position: relative;
  top: -18px;
  z-index: 1;
  margin-bottom: -10px;
  padding: 0 32.5px;
}

#lineup .btn {
  margin: 15px 0;
  text-align: center;
}

#lineup .btn > a {
  display: inline-block;
  min-width: 250px;
  line-height: 1.65385;
  border-radius: 1.73077em;
  padding: 12px 16px;
  background-color: #f46a72;
  color: #fff;
  font-size: 1.3rem;
  text-decoration: none;
  text-align: center;
}

#lineup .btn > a:hover, #lineup .btn > a:focus, #lineup .btn > a:active {
  color: #fff;
  text-decoration: none;
}

#lineup .btn-ec {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

#lineup .btn-ec > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 69px;
  height: 28px;
  background-color: #333;
  border: 1px solid #333;
  border-radius: 9999px;
  color: #fff !important;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
}

#notice {
  padding: 80px 25px 20px 25px;
  color: #706d6d;
  font-size: 1rem;
}

#notice ul {
  margin-bottom: 20px;
}

#notice ul > li {
  position: relative;
  padding-left: 1.5em;
}

#notice ul > li + li {
  margin-top: .25em;
}

#notice ul > li::before {
  content: "";
  position: absolute;
  top: .575em;
  left: 0;
  display: block;
  width: .9em;
  height: .9em;
  border-radius: .45em;
  background-color: #706d6d;
}

#notice dl dt {
  margin-bottom: 5px;
}

.carousel {
  position: relative;
  padding-bottom: 30px;
}

.carousel .carousel-content {
  width: 100%;
  overflow: hidden;
}

.carousel .carousel-content > ul {
  display: -webkit-flex;
  display: flex;
  transition: transform 600ms;
}

.carousel .carousel-content > ul.static {
  transition: none !important;
}

.carousel .carousel-content > ul.animate {
  will-change: transform;
}

.carousel .carousel-content > ul > li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.carousel .carousel-content > ul > li img {
  width: 100%;
}

.carousel .carousel-ui .control {
  position: absolute;
  top: 0;
  bottom: 30px;
  width: 40px;
  overflow: hidden;
  background-color: transparent;
  transition: opacity 200ms;
}

.carousel .carousel-ui .control > span {
  position: absolute;
  top: -999em;
  left: -999em;
}

.carousel .carousel-ui .control.prev::before, .carousel .carousel-ui .control.prev::after, .carousel .carousel-ui .control.next::before, .carousel .carousel-ui .control.next::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 4px;
  background-color: #fff;
}

.carousel .carousel-ui .control.prev {
  left: 0;
}

.carousel .carousel-ui .control.prev::before, .carousel .carousel-ui .control.prev::after {
  left: 12px;
  transform-origin: left center;
}

.carousel .carousel-ui .control.prev::before {
  margin-top: 1px;
  transform: rotate(-45deg);
}

.carousel .carousel-ui .control.prev::after {
  margin-top: -1px;
  transform: rotate(45deg);
}

.carousel .carousel-ui .control.next {
  right: 0;
}

.carousel .carousel-ui .control.next::before, .carousel .carousel-ui .control.next::after {
  right: 12px;
  transform-origin: right center;
}

.carousel .carousel-ui .control.next::before {
  margin-top: 1px;
  transform: rotate(45deg);
}

.carousel .carousel-ui .control.next::after {
  margin-top: -1px;
  transform: rotate(-45deg);
}

.carousel .carousel-ui .control[disabled] {
  opacity: .125;
  cursor: default;
}

.carousel .carousel-ui .indicator {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.carousel .carousel-ui .indicator > li {
  width: 10px;
  height: 10px;
  overflow: hidden;
  margin: 8px 6px 12px 6px;
  border-radius: 5px;
  background-color: #a2a2a2;
  transition: background-color 200ms;
}

.carousel .carousel-ui .indicator > li > span {
  position: absolute;
  top: -999em;
  left: -999em;
}

.carousel .carousel-ui .indicator > li.current {
  background-color: #fdb4b8;
}

.carousel .new {
  position: absolute;
  left: 30px;
  bottom: 0;
  width: 61px;
}

.static .carousel .carousel-content > ul {
  display: block;
}

.modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  display: none;
  background-color: rgba(0, 0, 0, .5);
  opacity: 0;
  transition: opacity 400ms;
}

.modal-backdrop.exist {
  display: block;
}

.modal-backdrop.show {
  opacity: 1;
}

.modal-backdrop .modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 880px;
  width: 100%;
  transform: translate(-50%, -50%);
}

.modal-backdrop .modal-content .carousel {
  padding: 0 40px;
}

.modal-backdrop .modal-content .carousel .carousel-ui .control {
  bottom: 0;
}

.modal-backdrop .modal-close {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 9999;
  width: 32px;
  height: 32px;
  overflow: hidden;
  background-color: transparent;
}

.modal-backdrop .modal-close::before, .modal-backdrop .modal-close::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 2px;
  width: 28px;
  height: 4px;
  background-color: #fff;
}

.modal-backdrop .modal-close::before {
  transform: rotate(45deg);
}

.modal-backdrop .modal-close::after {
  transform: rotate(-45deg);
}

.modal-backdrop .modal-close > span {
  position: absolute;
  top: -999em;
  left: -999em;
}

/* ===========================
footer
--------------------------- */
#footer {
  padding: 35px 10px;
  background-color: #e3e5e6;
  text-align: center;
}

#footer .hitotoki {
  margin-bottom: 16px;
  font-size: 1.7rem;
}

#footer .hitotoki a {
  color: #000;
  text-decoration: none;
}

#footer .hitotoki .img {
  display: inline-block;
  width: 190px;
  margin-bottom: 16px;
}

#footer .hitotoki .url {
  display: inline-block;
  font-size: 1.4rem;
}

#footer .instagram a:link, #footer .instagram a:visited, #footer .instagram a:hover, #footer .instagram a:focus, #footer .instagram a:active {
  color: #000;
  text-decoration: none;
}

#footer .instagram span {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  padding: 0 20px 0 30px;
}

#footer .instagram span::before, #footer .instagram span::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  transform: translateY(-50%);
}

#footer .instagram span::before {
  left: 0;
  width: 21px;
  height: 21px;
  background-image: url(/smt/girly_tepra_SR-GL2/images/logo-instagram-02.png);
  background-size: cover;
}

#footer .instagram span::after {
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 9px;
  border-color: transparent transparent transparent #000;
}
