@charset "UTF-8";
.em {
  color: #fa5171;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  position: relative;
  color: #333;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif !important;
  line-height: 1.7;
  word-break: break-word;
}
@media screen and (max-width: 320px) {
  body {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1000px) {
  body {
    font-size: 1.6rem;
  }
}

.wrap {
  overflow: hidden;
}
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

* {
  box-sizing: border-box;
}

a img {
  border: none;
}

a:focus, *:focus {
  outline: none;
}

.l-footer {
  padding: 1.6rem 0 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding: 4rem 0;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__Unit {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.l-footer__Item {
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__Item {
    margin: 0 2rem 0 0;
  }
}
.l-footer__Sns {
  margin: 0 0 1rem;
  text-align: center;
}
.l-footer__Sns__Item {
  display: inline-block;
}

.l-Copyright {
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .l-Copyright {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .br-Copyright {
    display: none;
  }
}

.l-header {
  width: 100%;
  z-index: 99999;
  top: 0;
}

.l-header_PC {
  display: none;
}
@media screen and (min-width: 1000px) {
  .l-header_PC {
    display: block;
    padding: 1rem 0;
    width: 100%;
  }
}

.l-header_SP {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
@media screen and (min-width: 1000px) {
  .l-header_SP {
    display: none;
  }
}

.l-header_SP {
  background: #fff;
  height: auto;
}
.l-header_SP__Bar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.l-header_SP__Logo a {
  font-size: 2rem;
  margin: 0 0 0 2rem;
}

.-logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.-logo:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  transition: all 0.5s;
}

.m-hamburger {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  padding: 1.7rem 1.2rem;
  z-index: 99999;
}

.m-hamburger__Inner {
  position: relative;
  width: 20px;
  height: 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.m-hamburger__Inner span {
  background: #000;
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.2rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.m-hamburger__Inner span:nth-of-type(1) {
  top: 0;
}
.m-hamburger__Inner span:nth-of-type(2) {
  top: 0.6rem;
}
.m-hamburger__Inner span:nth-of-type(3) {
  bottom: 0;
}

.active span {
  background: #fff;
}
.active .m-hamburger span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}
.active .m-hamburger span:nth-of-type(2) {
  opacity: 0;
}
.active .m-hamburger span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

.l-header_SP__Inner {
  position: fixed;
  right: -100%;
  top: 0;
  background: #fff;
  background-size: cover;
  overflow: hidden;
  overflow-y: auto;
  padding-bottom: 4rem;
  padding-top: 4rem;
  height: 100%;
  width: 100%;
  z-index: 9999;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.l-header_SP__Inner #baseMenu {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.active .l-header_SP__Inner {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  right: 0;
  max-width: 40rem;
  overflow: scroll;
  width: 85%;
}

.l-header_SP__Link {
  background-color: transparent;
  color: #333;
  cursor: pointer;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  padding: 1.4rem 2rem;
  position: relative;
  text-align: left;
  text-decoration: none;
}
.l-header_SP__Link.js-menu_Link::after {
  content: "";
  border-top: 0.2rem solid #333;
  border-right: 0.2rem solid #333;
  width: 1rem;
  height: 1rem;
  display: block;
  transform: rotate(135deg);
  transition: all 0.3s;
  position: absolute;
  right: 3rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.l-header_SP__Link.js-menu_Link.active::after {
  transform: rotate(-45deg);
  transition: all 0.3s;
}
.l-header_SP__Link:hover {
  opacity: 0.5;
}
.l-header_SP__Link:visited {
  color: #333;
}

.l-header_SP__SubMenu {
  display: none;
  list-style: none;
}
.l-header_SP__SubMenu__List__Item {
  display: block;
  padding: 1rem 3rem;
  background: #333;
  font-size: 1.8rem;
  position: relative;
}
.l-header_SP__SubMenu__List__Item .-link {
  color: #fff;
  display: block;
}
.l-header_SP__SubMenu .appsItemCategoryTag_child > .mainHeaderNavColor {
  display: block;
  padding: 1rem 3rem;
  background: #333;
  color: #fff;
  font-size: 1.8rem;
  position: relative;
}
.l-header_SP__SubMenu .appsItemCategoryTag_child > .mainHeaderNavColor::after {
  content: "";
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  width: 1rem;
  height: 1rem;
  display: block;
  transform: rotate(135deg);
  transition: all 0.3s;
  position: absolute;
  right: 3rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.l-header_SP__SubMenu .appsItemCategoryTag_child > .mainHeaderNavColor.active::after {
  transform: rotate(-45deg);
  transition: all 0.3s;
}
.l-header_SP__SubMenu .appsItemCategoryTag_lowerchild {
  display: none;
  background: #222;
  color: #fff;
  padding: 0 5rem;
}
.l-header_SP__SubMenu .appsItemCategoryTag_lowerchild li {
  padding: 0.5rem 0;
}
.l-header_SP__SubMenu .appsItemCategoryTag_lowerchild a {
  color: #fff;
}

.l-header_Bg {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.active .l-header_Bg {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.l-header__Bar__Unit {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.l-header__Bar #baseMenu {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.l-header__Bar #baseMenu .base {
  margin: 0 1rem 0 0;
}
.l-header__Bar .l-header__Ttl {
  margin: 0 0 5rem;
  text-align: center;
}

.l-header_Nav {
  flex: 1;
  margin: 0 2rem 0 0;
  position: relative;
}
.l-header_Nav__Unit {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  list-style: none;
}
.l-header_Nav__Item {
  cursor: pointer;
  margin: 0 2rem;
}
.l-header_Nav__Item:hover > .l-header_Nav__Submenu {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
}
.l-header_Nav__Submenu {
  font-family: "Noto Sans JP", sans-serif;
  list-style: none;
  position: absolute;
  top: 100%; /* 親項目の直下に配置 */
  opacity: 0;
  visibility: hidden;
  transition: 0.3s opacity;
}
.l-header_Nav__Submenu .-link {
  background: #ccc;
  display: block;
  padding: 1rem 3rem;
  position: relative;
}
.l-header_Nav__Submenu__List__Item:hover .-link {
  background: #333;
  color: #fff;
  opacity: 1;
}
.l-header_Nav .appsItemCategoryTag_child {
  background: #ccc;
  padding: 1rem 3rem;
  position: relative;
}
.l-header_Nav .appsItemCategoryTag_child:hover {
  background: #333;
}
.l-header_Nav .appsItemCategoryTag_child:hover .mainHeaderNavColor {
  color: #fff;
}
.l-header_Nav .appsItemCategoryTag_child:hover .appsItemCategoryTag_lowerchild {
  opacity: 1;
  visibility: visible;
}
.l-header_Nav .appsItemCategoryTag_lowerchild {
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.l-header_Nav .appsItemCategoryTag_lowerchild .appsItemCategoryTag_lowerLink {
  background: #333;
  color: #fff;
  display: block;
  padding: 1rem 3rem;
}

.container {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .container {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1000px) {
  .container {
    padding: 100px 0;
  }
}
.container:nth-child(even) {
  background-color: #fff;
}

.content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.content:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .content:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .content:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1140px) {
  .content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 320px) {
  .content {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .content {
    width: 768px;
  }
}
@media screen and (min-width: 1000px) {
  .content {
    width: 1000px;
  }
}
.section:not(:last-child) {
  margin-bottom: 42px;
}
@media screen and (min-width: 768px) {
  .section:not(:last-child) {
    margin-bottom: 62px;
  }
}
@media screen and (min-width: 1000px) {
  .section:not(:last-child) {
    margin-bottom: 62px;
  }
}

.unit:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .unit:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .unit:not(:last-child) {
    margin-bottom: 30px;
  }
}

.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-left: -6px;
  margin-right: -6px;
}
@media screen and (min-width: 768px) {
  .row {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.row:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .row:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .row:not(:last-child) {
    margin-bottom: 30px;
  }
}

.row-half {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-left: -3px;
  margin-right: -3px;
}
@media screen and (min-width: 768px) {
  .row-half {
    margin-left: -6px;
    margin-right: -6px;
  }
}
.row-half:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .row-half:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .row-half:not(:last-child) {
    margin-bottom: 30px;
  }
}

.column {
  padding-left: 6px;
  padding-right: 6px;
}
@media screen and (min-width: 768px) {
  .column {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.column-half {
  padding-left: 3px;
  padding-right: 3px;
}
@media screen and (min-width: 768px) {
  .column-half {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.col-2 {
  display: block;
  width: 100%;
}
.col-2:nth-child(-n+1) {
  margin-top: 0;
}
.col-2:nth-of-type(n + 2) {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .col-2:nth-of-type(n + 2) {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .col-2 {
    width: 50%;
  }
  .col-2:nth-child(-n+2) {
    margin-top: 0;
  }
  .col-2:nth-of-type(n + 3) {
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .col-2:nth-of-type(n + 3) {
    margin-top: 24px;
  }
}

.col-3 {
  display: block;
  width: 100%;
}
.col-3:nth-child(-n+1) {
  margin-top: 0;
}
.col-3:nth-of-type(n + 2) {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .col-3:nth-of-type(n + 2) {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .col-3 {
    width: 33.33333%;
  }
  .col-3:nth-child(-n+3) {
    margin-top: 0;
  }
  .col-3:nth-of-type(n + 4) {
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 375px) {
  .col-3:nth-of-type(n + 4) {
    margin-top: 24px;
  }
}

.col-4 {
  display: block;
  width: 100%;
}
.col-4:nth-child(-n+1) {
  margin-top: 0;
}
.col-4:nth-of-type(n + 2) {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .col-4:nth-of-type(n + 2) {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .col-4 {
    width: 25%;
  }
  .col-4:nth-child(-n+4) {
    margin-top: 0;
  }
  .col-4:nth-of-type(n + 5) {
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 375px) {
  .col-4:nth-of-type(n + 5) {
    margin-top: 24px;
  }
}

.section-bg {
  background: #F2F3F5;
}

.btn-area {
  width: 100%;
  margin: 2rem auto 0;
}
@media screen and (min-width: 768px) {
  .btn-area {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .btn-area {
    margin: 2.5rem auto 0;
    width: 70%;
  }
}

.m-btn {
  text-align: center;
  width: 100%;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #333;
  border: 0.1rem solid #333;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 1000px) {
  .m-btn {
    line-height: 6rem;
    width: 100%;
  }
}
.m-btn:not(:first-child) {
  margin-top: 1rem;
}
.m-btn span {
  color: #fff;
}
.m-btn:hover {
  background-color: #fff;
  color: #333;
  opacity: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.m-btn:hover span {
  color: #333;
}
.m-btn input {
  width: 100%;
}

.m-btn.-mail::before {
  content: "";
  background: url("https://basefile.akamaized.net/moran38-official-ec/63857c6f62bab/icon-mail-wh.png") no-repeat;
  background-size: contain;
  height: 2rem;
  width: 2rem;
  display: block;
  display: inline-block;
  position: relative;
  top: 0.4rem;
  margin: 0 1rem 0 0;
}
.m-btn.-mail:hover::before {
  background: url("https://basefile.akamaized.net/moran38-official-ec/63857be3b4cb0/icon-mail-bk.png") no-repeat;
  background-size: contain;
}

.m-btn.-tel::before {
  content: "";
  background: url("https://basefile.akamaized.net/moran38-official-ec/63857d30aeebb/icon-tel-wh.png") no-repeat;
  background-size: contain;
  height: 2rem;
  width: 2rem;
  display: block;
  display: inline-block;
  position: relative;
  top: 0.4rem;
  margin: 0 1rem 0 0;
}
.m-btn.-tel:hover::before {
  background: url("https://basefile.akamaized.net/moran38-official-ec/63857d4036f03/icon-tel-bk.png") no-repeat;
  background-size: contain;
}

.purchaseButton__btn {
  text-align: center;
  width: 100%;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #333;
  border: 0.1rem solid #333;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 1000px) {
  .purchaseButton__btn {
    line-height: 6rem;
    width: 100%;
  }
}
.purchaseButton__btn:not(:first-child) {
  margin-top: 1rem;
}
.purchaseButton__btn:hover {
  background-color: #fff;
  color: #333;
  opacity: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.purchaseButton__btn.purchaseButton__btn--soldOut {
  background-color: #f1f3f7;
  border: 0.1rem solid #f1f3f7;
  color: #6a6f76;
}

.purchaseButton__btn.purchaseButton__btn--noItem {
  background-color: #f1f3f7;
  border: 0.1rem solid #f1f3f7;
  color: #6a6f76;
}

.purchaseButton__btn.purchaseButton__btn--disabled {
  background-color: #f1f3f7;
  border: 0.1rem solid #f1f3f7;
  color: #6a6f76;
}

#buttonLeave {
  text-align: center;
  width: 100%;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #333;
  border: 0.1rem solid #333;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 1000px) {
  #buttonLeave {
    line-height: 6rem;
    width: 100%;
  }
}
#buttonLeave:not(:first-child) {
  margin-top: 1rem;
}
#buttonLeave:hover {
  background-color: #fff;
  color: #333;
  opacity: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.u-icon {
  position: relative;
}
.u-icon.-required::after {
  content: "必須";
  background: #EC5B24;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0 1rem;
  margin: 0 0 0 1rem;
}
.u-icon.-any::after {
  content: "任意";
  background: #B8C5D5;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0 1rem;
  margin: 0 0 0 1rem;
}

input[type=text], input[type=email], input[type=tel], input[type=url], input[type=password], textarea {
  outline: none;
  border: 1px solid #B8C5D5;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  padding: 7px 10px;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  input[type=text], input[type=email], input[type=tel], input[type=url], input[type=password], textarea {
    border-radius: 0.8rem;
  }
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=password]:focus, textarea:focus {
  border: 0.2rem solid #000;
}

input.disabled {
  border-color: #B8C5D5;
}

input.error {
  border: 1px solid #fa5171;
  background: #F9F9F9;
}

::placeholder {
  color: #B8C5D5;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + span {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2.2rem;
  width: 2.2rem;
  vertical-align: -0.8rem;
  transition: all 0.15s ease-out 0s;
  color: #fff;
  background: #fff;
  cursor: pointer;
  display: inline-block;
  margin: 0.4rem;
  outline: none;
  border: 0.1rem solid #B8C5D5;
  border-radius: 0.4rem;
}

input[type=checkbox] + span::before,
input[type=checkbox] + span::after {
  position: absolute;
  content: "";
  background: #fff;
  transition: all 0.1s ease-in-out;
}

input[type=checkbox] + span::before {
  left: 2px;
  top: 6px;
  width: 0;
  height: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

input[type=checkbox] + span::after {
  right: 9px;
  bottom: 3px;
  width: 2px;
  height: 0;
  transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transition-delay: 0.1s;
}

input[type=checkbox]:checked + span {
  background: #004090;
  border: 0.1rem solid #fff;
}

input[type=checkbox]:checked + span::after {
  right: 6px;
  bottom: 2px;
  width: 3px;
  height: 14px;
}

input[type=checkbox]:checked + span::before {
  left: 2px;
  top: 11px;
  width: 8px;
  height: 3px;
}

input[type=checkbox]:disabled + span {
  background: #B8C5D5;
  border: 1px solid #B8C5D5;
}

input[type=radio] {
  display: none;
}

input[type=radio] + span {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  vertical-align: -0.8rem;
  transition: all 0.15s ease-out 0s;
  color: #fff;
  background: #fff;
  cursor: pointer;
  /*cursor: default;*/
  display: inline-block;
  margin: 0.4rem;
  outline: none;
  border: 1px solid #B8C5D5;
  border-radius: 5rem;
}

input[type=radio]:checked + span:after {
  content: "";
  background-color: #004090;
  position: absolute;
  top: 18%;
  left: 18%;
  width: 12px;
  height: 12px;
  border-radius: 5rem;
  transition: all 0.1s ease-in-out;
}
@media screen and (min-width: 768px) {
  input[type=radio]:checked + span:after {
    top: 17%;
  }
}
input[type=radio]:disabled + span {
  background: #F8F8F8;
  border: 1px solid #B8C5D5;
}

select::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select:hover {
  cursor: pointer;
}
select:focus {
  border: 2px solid #000;
  outline: none;
}

.sw-Select {
  display: block;
  position: relative;
}
.sw-Select::after {
  content: "";
  border-top: 0.2rem solid #2F3C3F;
  border-right: 0.2rem solid #2F3C3F;
  transform: rotateZ(135deg);
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.6rem;
  pointer-events: none;
}

.sw-Select_Unit {
  background: #fff;
  border: 1px solid #B8C5D5;
  border-radius: 0.5rem;
  display: block;
  width: 100%;
  text-align: left;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .sw-Select_Unit {
    border-radius: 0.8rem;
    padding: 1rem;
  }
}
.sw-Select_Unit option.sw-Select_Item {
  border: 1px solid #CCC;
  background: #fff;
  box-shadow: inset 0.5rem 0.5rem #CCC;
}
.sw-Select_Unit option.sw-Select_Item:hover {
  color: #fff;
  box-shadow: inset 0.5rem 0.5rem #CCC;
}

.m-searchBox {
  position: relative;
}

.m-searchBox__Input {
  border: 0.1rem solid #B8C5D5;
  border-radius: 0.4rem;
  display: block;
  padding: 1rem;
  width: 100%;
}

.m-searchBox__Btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0 1rem;
}

.error-text {
  border-radius: 0.25rem;
  color: #fa5171;
  font-size: 1.6rem;
  margin: 0.5rem 0 0;
  padding: 0.5rem;
  position: relative;
  width: 100%;
}
.m-table_Form {
  border-collapse: collapse;
  width: 100%;
}
.m-table_Form__Heading {
  display: block;
  text-align: left;
  padding: 1.5rem 0 1rem 0;
}
@media screen and (min-width: 1000px) {
  .m-table_Form__Heading {
    border-bottom: 0.1rem solid #B8C5D5;
    display: table-cell;
    padding: 3rem 1rem 3rem 0;
    width: 30%;
    vertical-align: top;
  }
}
.m-table_Form__Heading__Caution {
  font-size: 1.4rem;
  font-weight: normal;
  margin: 0 0 0.5rem 0;
}
.m-table_Form__Heading .u-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  .m-table_Form__Heading .u-icon {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
.m-table_Form__Content {
  border-bottom: 0.1rem solid #B8C5D5;
  display: block;
  padding: 0 0 2rem 0;
}
@media screen and (min-width: 1000px) {
  .m-table_Form__Content {
    display: table-cell;
    padding: 3rem 0;
    width: 70%;
  }
}
.m-table_Form__Unit:first-child th {
  border-top: 0.1rem solid #B8C5D5;
}
@media screen and (min-width: 1000px) {
  .m-table_Form__Unit:first-child td {
    border-top: 0.1rem solid #B8C5D5;
  }
}
.m-table_Form__Unit.-company .m-table_Form__Content__Item {
  display: inline-block;
}
.m-table_Form__Unit.-company .m-table_Form__Content__Item:first-child {
  margin: 0 1rem 0 0;
}
.m-table_Form__Unit.-company label {
  cursor: pointer;
}
.m-table_Form__Unit.-address .m-table_Form__Content__Item {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .m-table_Form__Unit.-address .m-table_Form__Content__Item {
    width: 100%;
  }
}
.m-table_Form__Unit.-address .m-table_Form__Content__Box {
  margin: 0 0 2rem 0;
}
@media screen and (min-width: 1000px) {
  .m-table_Form__Unit.-address .m-table_Form__Content__Box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.m-table_Form__Unit.-address .m-table_Form__Content__Box:last-of-type {
  margin-bottom: 0;
}
.m-table_Form__Unit.-address .m-table_Form__Content__Box label {
  margin: 0 0 0.5rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  .m-table_Form__Unit.-address .m-table_Form__Content__Box label {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    flex-basis: 25%;
    padding: 0 1rem 0 0;
  }
}
@media screen and (min-width: 1000px) {
  .m-table_Form__Unit.-address .m-table_Form__Content__Box__Item {
    flex-basis: 75%;
  }
}
.m-table_Form__Unit.-address .sw-Select::before {
  content: "";
  border-top: 0.2rem solid #2F3C3F;
  border-right: 0.2rem solid #2F3C3F;
  transform: rotateZ(-45deg);
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.6rem;
  pointer-events: none;
}
.m-table_Form__Unit.-address .sw-Select::after {
  margin-top: 0;
}
.m-table_Form__Unit.-kind .m-table_Form__Content__Item {
  display: inline-block;
}
.m-table_Form__Unit.-kind .m-table_Form__Content__Item:first-child {
  margin: 0 1rem 0 0;
}
.m-table_Form__Unit.-kind label {
  cursor: pointer;
}
.m-table_Form__Unit.-department label {
  cursor: pointer;
}
.m-table_Form__Unit.-academicHistory .m-table_Form__Content__Item {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .m-table_Form__Unit.-academicHistory .m-table_Form__Content__Item {
    width: 100%;
  }
}
.m-table_Form__Unit.-academicHistory .m-table_Form__Content__Box {
  margin: 0 0 2rem 0;
}
@media screen and (min-width: 1000px) {
  .m-table_Form__Unit.-academicHistory .m-table_Form__Content__Box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.m-table_Form__Unit.-academicHistory .m-table_Form__Content__Box:last-of-type {
  margin-bottom: 0;
}
.m-table_Form__Unit.-academicHistory .m-table_Form__Content__Box label {
  margin: 0 0 0.5rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  .m-table_Form__Unit.-academicHistory .m-table_Form__Content__Box label {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    flex-basis: 25%;
    padding: 0 1rem 0 0;
  }
}
@media screen and (min-width: 1000px) {
  .m-table_Form__Unit.-academicHistory .m-table_Form__Content__Box__Item {
    flex-basis: 75%;
  }
}

.m-Form__Privacy {
  margin: 4rem 0 0 0;
}
.m-Form__Privacy__Checkbox {
  text-align: center;
}
.m-Form__Privacy__Checkbox label {
  cursor: pointer;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 3rem 0;
}
.m-Form__Privacy__Txt {
  text-align: center;
}
.m-Form__Privacy .error-text {
  text-align: center;
}

.is-1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 320px) {
  .is-1 {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1000px) {
  .is-1 {
    font-size: 5rem;
    line-height: 1.3;
  }
}
.is-1.title {
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  .is-1.title {
    margin-bottom: 2.5rem;
  }
}

.is-2 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .is-2 {
    font-size: 4.8rem;
  }
}
.is-2.title {
  letter-spacing: 0.3rem;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  .is-2.title {
    margin-bottom: 3rem;
  }
}

.is-3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .is-3 {
    font-size: 3.2rem;
  }
}
.is-3.title {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .is-3.title {
    margin-bottom: 2rem;
  }
}

.is-4 {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .is-4 {
    font-size: 2.8rem;
  }
}
.is-4.title {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .is-4.title {
    margin-bottom: 1.5rem;
  }
}

.is-5 {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .is-5 {
    font-size: 2.4rem;
  }
}
.is-5.title {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .is-5.title {
    margin-bottom: 1rem;
  }
}

.l-top_TitleUnit {
  margin-bottom: 4rem;
}
.l-top_TitleUnit__Wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.l-top_TitleUnit__Icon {
  flex-basis: 25%;
}
@media screen and (min-width: 768px) {
  .l-top_TitleUnit__Icon {
    flex-basis: 15%;
  }
}
@media screen and (min-width: 1000px) {
  .l-top_TitleUnit__Icon {
    flex-basis: 10%;
  }
}
.l-top_TitleUnit__Title {
  padding: 0 0 0 1rem;
  position: relative;
  flex-basis: 75%;
}
@media screen and (min-width: 768px) {
  .l-top_TitleUnit__Title {
    flex-basis: 85%;
  }
}
@media screen and (min-width: 1000px) {
  .l-top_TitleUnit__Title {
    flex-basis: 95%;
  }
}
.l-top_TitleUnit__Title .-jp {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.5rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .l-top_TitleUnit__Title .-jp {
    font-size: 4.8rem;
  }
}
.l-top_TitleUnit__Title .-en {
  font-family: "Belleza", sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #e1677c;
  display: block;
  font-size: 1.5rem;
  margin: 0.5rem 0 0 0;
  padding: 0 0 0 3rem;
  position: relative;
}
.l-top_TitleUnit__Title .-en::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: inline-block;
  width: 2rem;
  height: 0.1rem;
  background-color: #e1677c;
}
.l-top_TitleUnit__Lead {
  margin: 1.5rem 0 0 0;
}

.m-other_MainImg {
  background: transparent linear-gradient(39deg, #FAE9AF 0%, #FAB3C5 100%) 0% 0% no-repeat padding-box;
  margin: 0 0 1rem 0;
}
.m-other_MainImg::after {
  content: "";
  background: url("../img/common/pattern_stripe.svg") repeat-x;
  display: block;
  height: 1rem;
  width: 100%;
  position: relative;
  bottom: -1rem;
}
.m-other_MainImg .container {
  padding: 1.4rem 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .m-other_MainImg .container {
    padding: 3rem 0 2rem;
  }
}
.m-other_MainImg__Title {
  color: #635050;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.5rem;
  text-align: center;
}

ul, .list-none {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list {
  list-style: none;
  padding-left: 1rem;
}
.list li {
  text-indent: -0.55em;
}
.list li::before {
  background: #0089A7;
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 0.1rem;
  vertical-align: middle;
}
.list li a {
  color: #333;
}

ul + p {
  margin-bottom: 1rem;
}

ol {
  padding-left: 1.8rem;
}
ol + p {
  margin-top: 1rem;
}

.list-kome {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}
.list-kome::before {
  content: "※";
}

.figure img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.figure + p, .figure + .title {
  margin-top: 1rem;
}
.breadcrumb {
  padding: 1.2rem 1.5rem;
  padding: 1rem 0 0;
  list-style: none;
}
@media screen and (min-width: 1140px) {
  .breadcrumb {
    padding: 1.2rem 0;
    position: relative;
  }
}
@media screen and (min-width: 1300px) {
  .breadcrumb {
    width: 1200px;
    margin: 0 auto;
  }
}
.breadcrumb ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.4rem;
}
.breadcrumb li {
  line-height: 1.5;
  margin-right: 2rem;
  position: relative;
}
.breadcrumb li:last-of-type::after {
  display: none;
}
.breadcrumb li::after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border: 0px;
  border-top: solid 0.2rem #635050;
  border-right: solid 0.2rem #635050;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: -1.2rem;
  margin-top: -0.2rem;
}
.breadcrumb li:not(:first-child):before {
  margin-left: 1rem;
  margin-right: 1rem;
}
.breadcrumb a {
  color: #635050;
  text-decoration: underline;
}

p:not([class]) + p {
  margin-top: 0.5rem;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  opacity: 0.5;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:hover img {
  opacity: 0.5;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:visited {
  color: #333;
}

.m-link-icon {
  display: inline-block;
  text-decoration: underline;
  text-indent: -2.5rem;
  padding-left: 2.5rem;
}
.m-link-icon::before {
  content: "";
  background: url("../img/common/icon_arrow_circle_pc.svg") no-repeat;
  background-size: contain;
  height: 1.5rem;
  width: 1.5rem;
  display: block;
  display: inline-block;
  margin: 0 0.5rem 0 0;
  position: relative;
  top: 0.2rem;
}

.m-link-line {
  color: #333;
  text-decoration: underline;
}
.m-link-line:hover {
  opacity: 0.5;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.m-anchor .container {
  padding: 4rem 0 0;
}
.m-anchor__Unit {
  border-top: 0.1rem solid #b8c5d5;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.m-anchor__Item {
  flex-basis: 50%;
  border-bottom: 0.1rem solid #b8c5d5;
}
@media screen and (min-width: 768px) {
  .m-anchor__Item {
    flex-basis: 33.3333333%;
  }
}
.m-anchor__Item:nth-of-type(odd) span {
  border-right: 0.1rem solid #b8c5d5;
}
@media screen and (min-width: 768px) {
  .m-anchor__Item:nth-of-type(3) span {
    border-right: none;
  }
}
@media screen and (min-width: 768px) {
  .m-anchor__Item:nth-of-type(6) span {
    border-right: none;
  }
}
.m-anchor__Link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #004090;
  padding: 1rem 0;
  height: 100%;
}
.m-anchor__Link span {
  display: block;
  padding: 0 1rem;
  text-align: center;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .m-anchor__Link span {
    border-right: 0.1rem solid #b8c5d5;
  }
}
.m-anchor__Link span::after {
  content: "";
  border-top: 0.2rem solid #004091;
  border-right: 0.2rem solid #004091;
  width: 0.7rem;
  height: 0.7rem;
  transform: rotateZ(135deg);
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.m-anchor__Link:hover {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #f2f3f5;
  opacity: 1;
}
.m-anchor__Link:visited {
  color: #004090;
}

.m-tabs__Switch {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  margin: 0 -1% 2rem;
}
.m-tabs__Switch__Label {
  cursor: pointer;
  flex-basis: 48%;
  margin: 0 1% 2rem;
  background: #b8c5d5;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .m-tabs__Switch__Label {
    flex-basis: auto;
  }
}
@media screen and (min-width: 1000px) {
  .m-tabs__Switch__Label {
    flex-basis: 23%;
  }
}
.m-tabs__Switch__Label.active {
  background: #004090;
  position: relative;
}
.m-tabs__Switch__Label.active::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-top: 1rem solid #004090;
  display: block;
  position: absolute;
  bottom: -0.8rem;
  right: 0;
  left: 0;
  margin: auto;
}
.m-tabs__Switch__Label.active a {
  display: block;
  padding: 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .m-tabs__Switch__Label.active a {
    padding: 2rem 3rem;
  }
}
.m-tabs__Switch__Label a {
  color: #fff;
  display: block;
  padding: 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .m-tabs__Switch__Label a {
    padding: 1rem 3rem;
  }
}
.m-tabs__Content {
  display: none;
  overflow: hidden;
}
.m-tabs__Content.active {
  display: block;
}

.youtube_video {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  transition: all 0.5s;
}
.youtube_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.strength_video {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  transition: all 0.5s;
}
.strength_video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.sw-pager__Unit {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 2.8rem;
  list-style: none;
  width: 100%;
  margin: 4rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .sw-pager__Unit {
    max-width: 30rem;
    margin: 4rem auto 0;
  }
}
.sw-pager__Item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  margin: 0 0.75rem;
  border-radius: 0.4rem;
  border: 0.1rem solid #b8c5d5;
}
.sw-pager__Item a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #000;
  line-height: 1;
  padding: 0.5rem 1.2rem;
  position: relative;
}
.sw-pager__Item.-arrow a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
  width: 3.8rem;
  height: 3.8rem;
  padding: 0;
}
.sw-pager__Item.-arrow a .arrow-next {
  border-top: 0.2rem solid #004090;
  border-right: 0.2rem solid #004090;
  display: inline-block;
  transform: rotate(45deg);
  width: 1rem;
  height: 1rem;
  position: relative;
  right: 0.2rem;
}
.sw-pager__Item.-arrow a .arrow-prev {
  border-top: 0.2rem solid #004090;
  border-left: 0.2rem solid #004090;
  display: inline-block;
  transform: rotate(-45deg);
  width: 1rem;
  height: 1rem;
  position: relative;
  left: 0.2rem;
}
.sw-pager .cur {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
  background: #004091;
  font-family: "Roboto", sans-serif;
  margin: 0 0.75rem;
  position: relative;
  border-radius: 0.4rem;
}
.sw-pager .cur span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  line-height: 1;
  padding: 0.5rem 1.2rem;
  position: relative;
}

.m-pagetop {
  display: none;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 9;
}
@media screen and (min-width: 1000px) {
  .m-pagetop {
    bottom: 2rem;
  }
}

.svg-icon {
  position: absolute;
  width: 0;
  height: 0;
}

.icon-svg {
  fill: #004091;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .icon-svg:hover {
    fill: #fff;
  }
}

.m-map {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.m-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.m-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .m-table tr:last-child th, .m-table tr:last-child td {
    border-bottom: 0.1rem solid #707070;
  }
}
.m-table th {
  border-top: 0.1rem solid #707070;
  display: block;
  font-size: 1.6rem;
  padding: 1.5rem 0 0;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .m-table th {
    display: table-cell;
    padding: 2rem 0;
    width: 30%;
    vertical-align: top;
  }
}
.m-table td {
  display: block;
  padding: 0.5rem 0 1.5rem 1.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .m-table td {
    border-top: 0.1rem solid #707070;
    display: table-cell;
    padding: 2rem 0;
    width: 70%;
    vertical-align: top;
  }
}

.logoText {
  font-family: "Belleza", sans-serif;
}

.logoImage {
  width: 10rem;
}
@media screen and (min-width: 1000px) {
  .logoImage {
    width: 14rem;
  }
}

.l-common_ItemList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1%;
}
.l-common_ItemList__Item {
  flex-basis: 48%;
  margin: 5rem 1% 0;
}
@media screen and (min-width: 768px) {
  .l-common_ItemList__Item {
    flex-basis: 31.333333%;
  }
}
@media screen and (min-width: 1000px) {
  .l-common_ItemList__Item {
    flex-basis: 23%;
  }
}
.l-common_ItemList__Item:first-of-type {
  margin-top: 0;
}
.l-common_ItemList__Item:nth-of-type(2) {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .l-common_ItemList__Item:nth-of-type(3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  .l-common_ItemList__Item:nth-of-type(4) {
    margin-top: 0;
  }
}
.l-common_ItemList__Img {
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
  height: 0;
  width: 100%;
}
.l-common_ItemList__Img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.l-common_ItemList__Img .soldout_cover {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.l-common_ItemList__Info {
  margin: 0.5rem 0 0 0;
}
.l-common_ItemList .itemTitle h2 {
  font-size: 2rem;
}

#l-category_Header {
  display: none;
}

.homeHeader .l-header {
  position: relative;
}
.homeHeader .l-header_PC {
  position: relative;
}
.homeHeader .l-header__Bar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.homeHeader .l-header__Bar #baseMenu {
  position: relative;
  top: 0;
  right: 0;
}
.homeHeader .l-header_Nav__Unit {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.homeHeader .l-header__Ttl {
  margin-bottom: 0;
}

.l-top_Main {
  padding-top: 4.8rem;
}
@media screen and (min-width: 768px) {
  .l-top_Main {
    margin: 0 0 3rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-top_Main {
    padding-top: 0;
  }
}
.l-top_Main__Movie {
  cursor: pointer;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.l-top_Main__Movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.l-top_About__Ttl {
  color: #333;
  font-size: 3.2rem;
  margin: 0 0 2rem;
}
@media screen and (min-width: 768px) {
  .l-top_About__Unit {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
.l-top_About__Item {
  margin: 0 0 3rem;
}
@media screen and (min-width: 768px) {
  .l-top_About__Item {
    flex-basis: 49%;
    margin-bottom: 0;
  }
}
.l-top_About__Item .-txt {
  margin: 2rem 0 0 0;
}
.l-top_About__Item .-txt:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .l-top_About__Img {
    flex-basis: 48%;
  }
}

.l-top_How {
  background: #F8F8F8;
}
.l-top_How__Ttl {
  color: #333;
  font-family: "Roboto", sans-serif;
  text-align: center;
}
.l-top_How__Unit {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -2%;
}
.l-top_How__Item {
  flex-basis: 46%;
  margin: 3rem 2% 0;
}
@media screen and (min-width: 768px) {
  .l-top_How__Item {
    flex-basis: 29.333333%;
    margin-top: 0;
  }
}
.l-top_How__Item:first-child {
  margin-top: 0;
}
.l-top_How__Item:nth-of-type(2) {
  margin-top: 0;
}
.l-top_How__Item .-heading {
  font-size: 1.5rem;
  margin: 0 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .l-top_How__Item .-heading {
    font-size: 1.6rem;
  }
}

.l-top_Products__Ttl {
  color: #333;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.l-top_Contact {
  background: #F8F8F8;
}
.l-top_Contact__Ttl {
  color: #333;
  font-family: "Roboto", sans-serif;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-top_Contact__Lead {
    text-align: center;
  }
}
.l-top_Contact__Lead .-br {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-top_Contact__Lead .-br {
    display: block;
  }
}
.l-top_Contact .-info {
  font-size: 1.2rem;
  margin: 1rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .l-top_Contact .-info {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .l-top_Contact .btn-area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .l-top_Contact .btn-area {
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  .l-top_Contact .m-btn {
    flex-basis: 48%;
    margin: 0 1%;
    max-width: 25rem;
  }
}
@media screen and (min-width: 768px) {
  .l-top_Contact .m-btn:not(:first-child) {
    margin-top: 0;
  }
}

.l-about_Intro__Ttl {
  color: #333;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 768px) {
  .l-about_Intro__Unit {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
.l-about_Intro__Item {
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-about_Intro__Item {
    flex-basis: 48%;
  }
}
.l-about_Intro__Item .-txt {
  margin: 2rem 0 0 0;
}
.l-about_Intro__Item .-txt:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .l-about_Intro__Img {
    flex-basis: 48%;
  }
}
.l-about_Intro__Gal {
  margin: 1.5rem 0 0 0;
}

.l-about_Info__Ttl {
  color: #333;
  font-family: "Roboto", sans-serif;
}
.l-about_Info__ShopName {
  font-family: "Roboto", sans-serif;
  font-size: 2.8rem;
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-about_Info__ShopName {
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .l-about_Info__Unit {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
.l-about_Info__Item {
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-about_Info__Item {
    flex-basis: 48%;
  }
}
.l-about_Info__Item .-tel {
  color: #0089A7;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .l-about_Info__Map {
    flex-basis: 48%;
  }
}
@media screen and (min-width: 768px) {
  .l-about_Info__Map .m-map {
    padding-bottom: 100%;
  }
}

.l-product .itemTitle {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 0 1rem;
}
.l-product .-price {
  font-size: 2.4rem;
  margin: 0 0 1rem;
}
.l-product .-soldout {
  color: #fa5171;
  font-size: 1.6rem;
  font-weight: 500;
}
.l-product #itemAttention {
  margin: 2rem 0;
}
.l-product #itemAttention .attention {
  color: #a0a7b4;
  font-size: 1.4rem;
}
.l-product #itemAttention .attention.deliveryShortestDay {
  border: 0.1rem solid #0089A7;
  color: #0089A7;
  font-weight: bold;
  margin: 0 0 1rem;
  padding: 1rem;
}
.l-product #itemSelect {
  margin: 0 0 2rem;
}
.l-product #itemSelect .itemOption__name {
  font-weight: 700;
  margin: 0 0 0.5rem;
}
.l-product #itemSelect select.itemOption__select {
  background-image: url("https://basefile.akamaized.net/moran38-official-ec/6385cd8620e46/icon-arrowdown.png") !important;
  background-size: 1rem !important;
  background-position: right 1rem center !important;
  position: relative;
  width: 100%;
  padding: 1.5rem;
  border: 0.1rem solid #333;
  font-weight: bold;
}
.l-product #itemSelect .itemOptionElement {
  margin: 0 0 2rem;
}
.l-product #itemSelect .itemOptionElement:last-of-type {
  margin-bottom: 0;
}
.l-product #amountSelectWrap label {
  font-weight: 700;
  margin: 0 0.5rem 0 0;
}
.l-product #amountSelectWrap select {
  background-image: url("https://basefile.akamaized.net/moran38-official-ec/6385cd8620e46/icon-arrowdown.png") !important;
  background-size: 1rem !important;
  background-position: right 1rem center !important;
  position: relative;
  padding: 1rem;
  border: 0.1rem solid #333;
  font-weight: bold;
  width: 25%;
}
.l-product .shareButtons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  line-height: 1;
  margin: 1rem 0 0 0;
}
.l-product .shareButtons .pinterest {
  margin: 0 1rem 0 0;
}
.l-product .shareButtons .twitter {
  margin: 0 1rem 0 0;
}
.l-product #reportBtn {
  font-size: 1.2rem;
  margin: 3rem 0 0 0;
  text-align: right;
}
.l-product #openIllegalReport {
  color: #a0a7b4;
}
.l-product .imgBox img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.l-product #appsItemDetailCustom {
  margin: 2rem 0 0 0;
}
.l-product .purchaseButton__btn {
  max-width: 35rem;
}

.l-product_Item__Description {
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .l-product_Item__Unit {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
@media screen and (min-width: 768px) {
  .l-product_Item__Img {
    flex-basis: 50%;
  }
}
@media screen and (min-width: 768px) {
  .l-product_Item__Info {
    flex-basis: 49%;
  }
}

.l-product_Related {
  margin: 3rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .l-product_Related {
    margin: 5rem 0 0 0;
  }
}
.l-product_Related__Ttl {
  font-size: 1.8rem;
}
.l-product_Related__Unit {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1%;
}
.l-product_Related__Item {
  flex-basis: 48%;
  margin: 3rem 1% 0;
}
@media screen and (min-width: 768px) {
  .l-product_Related__Item {
    flex-basis: 31.333333%;
  }
}
.l-product_Related__Item .-price {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0;
}

.l-contact .inquirySection h1 {
  font-size: 2.4rem;
}
.l-contact .inquirySection dl {
  margin: 0 0 3rem;
}
.l-contact .inquirySection dt {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 2.5rem 0 0.5rem 0;
}
.l-contact .control-panel {
  text-align: center;
}
.l-contact #buttonLeave {
  max-width: 35rem;
}

.l-privacy h2 {
  color: #333;
  font-size: 2.4rem;
  margin: 0 0 2rem;
}
.l-privacy dt {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 2rem 0 0.2rem 0;
}
.l-privacy a {
  color: #0089A7;
  text-decoration: underline;
}

.l-law h2 {
  color: #333;
  font-size: 2.4rem;
  margin: 0 0 2rem;
}
.l-law h3 {
  font-size: 1.8rem;
  margin: 2rem 0 0.2rem 0;
}
.l-law a {
  color: #0089A7;
  text-decoration: underline;
}
.l-law .law__telnum {
  margin: 0.5rem 0 0 0;
}
.l-law .law_attention {
  background: #F8F8F8;
  margin: 1.5rem 0 0 0;
  padding: 1.5rem;
}

/*global*/
/*layout*/
/*component*/
/*project*/

/*# sourceMappingURL=style.css.map */
