@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, *::before, *::after {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  word-break: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
  background: transparent;
}

html, body {
  overflow-x: hidden;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

li {
  list-style-type: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: '';
  content: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img, picture {
  vertical-align: middle;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

br {
  line-height: 0;
}

/* safariでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* -----------------------------------------------------
	basic
----------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

@media screen and (max-width: 750px) {
  body {
    font-size: 4.26667vw;
  }
}

main {
  width: 100%;
  position: relative;
}

a {
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  color: #2b63b7;
}

a:hover {
  text-decoration: underline;
}

/* -----------------------------------------------------
	header
----------------------------------------------------- */
header .site_logo {
  background: #f5f5fa;
  padding: 16px 34px;
  font-size: 0;
}

@media screen and (max-width: 750px) {
  header .site_logo {
    padding: 2.13333vw 2.66667vw;
  }
}

header .site_logo img {
  width: 180px;
}

@media screen and (max-width: 750px) {
  header .site_logo img {
    width: 128px;
  }
}

header .page_logo {
  padding: 8px 0 16px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  header .page_logo {
    padding: 1.06667vw 0 2.13333vw;
  }
}

header .page_logo img {
  width: 185px;
}

@media screen and (max-width: 750px) {
  header .page_logo img {
    width: 130px;
  }
}

/* -----------------------------------------------------
	footer
----------------------------------------------------- */
footer .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fdf0cc;
  border-top: 1px solid #e2d3b0;
  border-bottom: 1px solid #e2d3b0;
  padding: 15px 0;
}

@media screen and (max-width: 750px) {
  footer .link {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #dfdfdf;
    padding: 0;
    border-top: none;
    border-bottom: 1px solid #bdbdbd;
  }
}

footer .link li {
  padding: 0 18px;
}

@media screen and (max-width: 750px) {
  footer .link li {
    width: 50%;
    border-top: 0.26667vw solid #bdbdbd;
    text-align: center;
  }
  footer .link li:nth-child(2n) {
    border-left: 0.26667vw solid #bdbdbd;
  }
}

footer .link li a {
  display: block;
  font-size: 1.4rem;
  color: #a57a3f;
}

@media screen and (max-width: 750px) {
  footer .link li a {
    font-size: 2.4vw;
    color: #707070;
    padding: 3.2vw;
  }
}

footer .copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 30px;
}

@media screen and (max-width: 750px) {
  footer .copyright {
    display: block;
    text-align: center;
    padding: 4.26667vw 3.2vw;
  }
}

footer .copyright p {
  font-size: 1.2rem;
  color: #747474;
}

@media screen and (max-width: 750px) {
  footer .copyright p {
    font-size: 1.6vw;
    margin-top: 2.13333vw;
  }
}

section {
  padding: 80px 40px;
}

@media screen and (max-width: 750px) {
  section {
    padding: 16vw 5.33333vw;
  }
}

section .sec_ttl {
  text-align: center;
}

section .sec_ttl img {
  width: auto;
  height: 200px;
}

@media screen and (max-width: 750px) {
  section .sec_ttl img {
    height: 32vw;
  }
}

/* -----------------------------------------------------
	cp
----------------------------------------------------- */
.cp {
  text-align: center;
  margin-bottom: 80px;
  padding: 0;
}

@media screen and (max-width: 750px) {
  .cp {
    margin-bottom: 10.66667vw;
  }
}

.cp .kv {
  background: #f6f4f1 url(/manner-wear/marking/cp/assets/img/202105/cp_bg.png) repeat top left;
  border-top: 12px double #87a3ca;
  border-bottom: 12px double #87a3ca;
  margin-bottom: 32px;
}

@media screen and (max-width: 750px) {
  .cp .kv {
    border-top: 1.6vw double #87a3ca;
    border-bottom: 1.6vw double #87a3ca;
    margin-bottom: 7.46667vw;
    padding-bottom: 5.33333vw;
  }
}

/* -----------------------------------------------------
	campaign
----------------------------------------------------- */
.campaign {
  text-align: center;
  background: #f6f4f1 url(/manner-wear/marking/cp/assets/img/202105/cp_bg.png) repeat top left;
}

@media screen and (max-width: 750px) {
  .campaign {
    padding: 16vw 0;
  }
}

@media screen and (max-width: 750px) {
  .campaign .sec_ttl {
    padding: 0 5.33333vw;
  }
}

.campaign .period {
  margin-top: 40px;
}

.campaign .sub_ttl {
  margin: 80px 0 40px;
}

@media screen and (max-width: 750px) {
  .campaign .sub_ttl {
    margin: 16vw 0 8.53333vw;
  }
}

.campaign .text {
  font-size: 3.2rem;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .campaign .text {
    padding: 0 5.33333vw;
    font-size: 4.8vw;
  }
}

.campaign .text span {
  font-size: 4.8rem;
}

@media screen and (max-width: 750px) {
  .campaign .text span {
    font-size: 7.46667vw;
  }
}

.campaign .text.pink {
  color: #fd3b68;
}

.campaign .text.pink span {
  font-size: 4.8rem;
  line-height: 1.2;
}

@media screen and (max-width: 750px) {
  .campaign .text.pink span {
    font-size: 6.4vw;
  }
}

.campaign .note {
  margin-top: 16px;
}

@media screen and (max-width: 750px) {
  .campaign .note {
    margin-top: 3.2vw;
    padding: 0 5.33333vw;
    font-size: 3.2vw;
  }
}

.campaign .prize {
  position: relative;
}

.campaign .prize::before {
  content: '';
  display: block;
  width: 1440px;
  height: 1100px;
  background-image: url(/manner-wear/marking/cp/assets/img/202105/sec_campaign_img19.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
  .campaign .prize::before {
    content: none;
  }
}

.campaign .prize .sub_catch {
  width: 460px;
  margin: 0 auto;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fd3b68;
  position: relative;
}

@media screen and (max-width: 750px) {
  .campaign .prize .sub_catch {
    width: 85.33333vw;
    font-size: 4.26667vw;
  }
}

.campaign .prize .sub_catch::before, .campaign .prize .sub_catch::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 56px;
  height: 2px;
  background-color: #fd3b68;
}

@media screen and (max-width: 750px) {
  .campaign .prize .sub_catch::before, .campaign .prize .sub_catch::after {
    width: 9.6vw;
    height: 0.53333vw;
  }
}

.campaign .prize .sub_catch::before {
  left: 0;
  -moz-transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.campaign .prize .sub_catch::after {
  right: 0;
  -moz-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.campaign .prize .prize_ttl {
  z-index: 1;
  position: inherit;
}

.campaign .prize .prize_ttl i {
  font-size: 4.0rem;
  font-weight: 700;
  color: #2b63b7;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #d8e7fc));
  background: -webkit-linear-gradient(transparent 60%, #d8e7fc 40%);
  background: -o-linear-gradient(transparent 60%, #d8e7fc 40%);
  background: linear-gradient(transparent 60%, #d8e7fc 40%);
  font-style: normal;
  display: inline;
}

@media screen and (max-width: 750px) {
  .campaign .prize .prize_ttl i {
    font-size: 6.4vw;
    line-height: 1.4;
  }
}

.campaign .prize .prize_ttl span {
  margin-left: 16px;
}

@media screen and (max-width: 750px) {
  .campaign .prize .prize_ttl span {
    margin-left: 0;
  }
}

.campaign .prize .prize_ttl em {
  font-size: 3.2rem;
  font-style: normal;
}

@media screen and (max-width: 750px) {
  .campaign .prize .prize_ttl em {
    font-size: 5.33333vw;
  }
}

.campaign .prize .item_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 64px;
}

@media screen and (max-width: 750px) {
  .campaign .prize .item_img {
    display: block;
    margin-top: 8.53333vw;
  }
}

.campaign .prize .item_img:not(:last-child) {
  margin-bottom: 80px;
}

@media screen and (max-width: 750px) {
  .campaign .prize .item_img:not(:last-child) {
    margin-bottom: 16vw;
  }
}

.campaign .prize .item_img li {
  width: 269px;
  position: relative;
}

@media screen and (max-width: 750px) {
  .campaign .prize .item_img li {
    width: 100%;
    margin-bottom: 10.66667vw;
    padding: 0 10vw;
  }
  .campaign .prize .item_img li::before {
    content: '';
    display: block;
    width: 100vw;
    height: 66.13333vw;
    background-image: url(/manner-wear/marking/cp/assets/img/202105/sp/sec_campaign_img19.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.campaign .prize .item_img li:not(:last-child) {
  margin-right: 24px;
}

@media screen and (max-width: 750px) {
  .campaign .prize .item_img li:not(:last-child) {
    margin-right: 0;
  }
}

@media screen and (max-width: 750px) {
  .campaign .prize .item_img li img {
    z-index: 1;
    position: inherit;
  }
}

.campaign .prize .item_img li .name {
  margin-top: 16px;
}

@media screen and (max-width: 750px) {
  .campaign .prize .item_img li .name {
    margin-top: 2.13333vw;
    font-size: 3.2vw;
  }
}

.campaign .prize .item_img li .note {
  font-size: 1.4rem;
}

@media screen and (max-width: 750px) {
  .campaign .prize .item_img li .note {
    font-size: 2.66667vw;
    padding: 0;
  }
}

.campaign .prize .item_img li .sample_text {
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: bold;
  color: #fff;
  background: #2b63b7;
  padding: 8px 16px;
}

@media screen and (max-width: 750px) {
  .campaign .prize .item_img li .sample_text {
    top: -3.2vw;
    padding: 1.06667vw 5.33333vw;
    z-index: 2;
  }
}

.campaign .prize .item_img.ill img {
  border: solid 2px #eee;
}

@media screen and (max-width: 750px) {
  .campaign .prize .item_img.ill img {
    border: solid 0.53333vw #eee;
  }
}

.campaign .intro .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 750px) {
  .campaign .intro .item {
    display: block;
  }
}

.campaign .intro .item li {
  width: 269px;
}

@media screen and (max-width: 750px) {
  .campaign .intro .item li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10.66667vw;
    padding: 0 5.33333vw;
  }
}

.campaign .intro .item li:not(:last-child) {
  margin-right: 24px;
}

@media screen and (max-width: 750px) {
  .campaign .intro .item li:not(:last-child) {
    margin-right: 0;
  }
}

.campaign .intro .item li .thum {
  margin-bottom: 24px;
}

@media screen and (max-width: 750px) {
  .campaign .intro .item li .thum {
    width: 100%;
    margin: 0 5.33333vw 0 0;
  }
}

.campaign .intro .item li .thum img {
  width: 160px;
}

@media screen and (max-width: 750px) {
  .campaign .intro .item li .thum img {
    width: 26.66667vw;
  }
}

.campaign .intro .item li .name {
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
}

@media screen and (max-width: 750px) {
  .campaign .intro .item li .name {
    font-size: 4vw;
    text-align: left;
    margin-bottom: 1.06667vw;
  }
}

.campaign .intro .item li .desc {
  text-align: left;
}

@media screen and (max-width: 750px) {
  .campaign .intro .item li .desc {
    font-size: 3.2vw;
    width: 57.33333vw;
  }
}

.campaign .flow {
  max-width: 855px;
  margin: 0 auto 56px;
}

@media screen and (max-width: 750px) {
  .campaign .flow {
    margin: 0 auto 10.66667vw;
    padding: 0 5.33333vw;
  }
}

.campaign .flow li {
  border: solid 2px #eee;
  padding: 70px 0;
  background: #fff;
  font-size: 2.4rem;
  text-align: center;
  -webkit-box-shadow: 10px 10px 0 #ebebeb;
  box-shadow: 10px 10px 0 #ebebeb;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.campaign .flow li:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 750px) {
  .campaign .flow li:not(:last-child) {
    margin-bottom: 10.66667vw;
  }
}

@media screen and (max-width: 750px) {
  .campaign .flow li {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    padding: 10.66667vw 3.2vw 10.66667vw 21.33333vw;
    font-size: 4.26667vw;
    text-align: left;
    -webkit-box-shadow: 2vw 2vw 0 #ebebeb;
    box-shadow: 2vw 2vw 0 #ebebeb;
  }
}

.campaign .flow li .icon {
  position: absolute;
  left: -30px;
}

@media all and (-ms-high-contrast: none) {
  .campaign .flow li .icon {
    top: 50%;
    margin-top: -56px;
  }
}

@media screen and (max-width: 750px) {
  .campaign .flow li .icon {
    left: -3.2vw;
    top: 50%;
    margin-top: -9.33333vw;
  }
}

.campaign .flow li .icon img {
  width: 112px;
}

@media screen and (max-width: 750px) {
  .campaign .flow li .icon img {
    width: 18.66667vw;
  }
}

.campaign .terms {
  max-width: 855px;
  margin: 40px auto 56px;
  padding: 50px 24px 50px 50px;
  border: solid 2px #eee;
  background: #fff;
  text-align: left;
  -webkit-box-shadow: 10px 10px 0 #ebebeb;
  box-shadow: 10px 10px 0 #ebebeb;
}

@media screen and (max-width: 750px) {
  .campaign .terms {
    max-width: 89.33333vw;
    margin: 8.53333vw 5.33333vw 10.66667vw;
    padding: 6.66667vw 4.26667vw 6.66667vw 6.66667vw;
    -webkit-box-shadow: 2vw 2vw 0 #ebebeb;
    box-shadow: 2vw 2vw 0 #ebebeb;
  }
}

.campaign .terms .wrap {
  max-height: 400px;
  padding-right: 32px;
  overflow-y: scroll;
}

@media screen and (max-width: 750px) {
  .campaign .terms .wrap {
    max-height: 93.33333vw;
    padding-right: 3.2vw;
    font-size: 3.2vw;
  }
}

.campaign .terms .wrap::-webkit-scrollbar {
  width: 12px;
}

@media screen and (max-width: 750px) {
  .campaign .terms .wrap::-webkit-scrollbar {
    width: 2.13333vw;
  }
}

.campaign .terms .wrap::-webkit-scrollbar-thumb {
  background: #2b63b7;
}

.campaign .terms .wrap::-webkit-scrollbar-track-piece {
  background: #e7e7e7;
}

.campaign .terms .wrap h4 {
  font-weight: bold;
  margin-bottom: 16px;
}

.campaign .terms .wrap h4:not(:first-child) {
  margin-top: 32px;
}

@media screen and (max-width: 750px) {
  .campaign .terms .wrap h4:not(:first-child) {
    margin-top: 8.53333vw;
  }
}

@media screen and (max-width: 750px) {
  .campaign .terms .wrap h4 {
    margin-bottom: 2.13333vw;
  }
}

.campaign .terms .wrap h5 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 8px;
}

@media screen and (max-width: 750px) {
  .campaign .terms .wrap h5 {
    font-size: 3.2vw;
    margin-bottom: 2.13333vw;
  }
}

.campaign .terms .wrap p + p {
  margin-top: 24px;
}

@media screen and (max-width: 750px) {
  .campaign .terms .wrap p + p {
    margin-bottom: 4.26667vw;
  }
}

.campaign .terms .wrap ul {
  padding-left: 1.5em;
}

.campaign .terms .wrap ul li {
  list-style-type: disc;
}

.campaign .terms .wrap p + ul {
  margin-top: 16px;
}

@media screen and (max-width: 750px) {
  .campaign .terms .wrap p + ul {
    margin-bottom: 4.26667vw;
  }
}

.campaign .terms .wrap p + h5, .campaign .terms .wrap ul + h5 {
  margin-top: 32px;
}

@media screen and (max-width: 750px) {
  .campaign .terms .wrap p + h5, .campaign .terms .wrap ul + h5 {
    margin-top: 4.26667vw;
  }
}

/* -----------------------------------------------------
	contact
----------------------------------------------------- */
.contact {
  text-align: center;
  padding-top: 0;
}

@media screen and (max-width: 750px) {
  .contact {
    padding-bottom: 26.66667vw;
  }
}

.contact .tel_box {
  max-width: 560px;
  margin: 40px auto 0;
  border: solid 2px #2b63b7;
  border-radius: 12px;
  padding: 40px;
}

@media screen and (max-width: 750px) {
  .contact .tel_box {
    max-width: 100%;
    margin: 8.53333vw auto 0;
    border: solid 0.53333vw #2b63b7;
    border-radius: 3.2vw;
    padding: 8.53333vw 0;
    font-size: 3.2vw;
  }
}

.contact .tel_box .ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 24px;
}

@media screen and (max-width: 750px) {
  .contact .tel_box .ttl {
    font-size: 5.33333vw;
    margin-bottom: 5.33333vw;
  }
}

.contact .tel_box .add {
  font-size: 2.0rem;
  margin-bottom: 16px;
}

@media screen and (max-width: 750px) {
  .contact .tel_box .add {
    font-size: 4.26667vw;
    margin-bottom: 4.26667vw;
  }
  .contact .tel_box .add a {
    text-decoration: underline;
  }
}

.contact .item_info_text {
  font-size: 2.0rem;
  margin-top: 40px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .contact .item_info_text {
    font-size: 4.26667vw;
    margin-top: 8.53333vw;
  }
  .contact .item_info_text a {
    text-decoration: underline;
  }
}

/* -----------------------------------------------------
	btn
----------------------------------------------------- */
@media screen and (max-width: 750px) {
  .btn {
    padding: 0 5.33333vw;
  }
}

.btn a {
  max-width: 500px;
  margin: 0 auto;
  display: block;
  border-radius: 40px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 80px;
  color: #fff;
  background: #fd3b68;
  -webkit-box-shadow: 0 8px 0 #ebebeb;
  box-shadow: 0 8px 0 #ebebeb;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media screen and (max-width: 750px) {
  .btn a {
    max-width: 100%;
    border-radius: 8vw;
    font-size: 5.33333vw;
    line-height: 16vw;
    -webkit-box-shadow: 0 1.6vw 0 #ebebeb;
    box-shadow: 0 1.6vw 0 #ebebeb;
  }
}

.btn a:hover {
  text-decoration: none;
}

/* -----------------------------------------------------
	totop
----------------------------------------------------- */
#totop {
  position: fixed;
  right: 16px;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  #totop {
    right: 1.06667vw;
  }
}

#totop a {
  display: block;
  width: 60px;
  height: 60px;
  border: solid 1px #2b63b7;
  background: #fff;
}

@media screen and (max-width: 750px) {
  #totop a {
    width: 10.66667vw;
    height: 10.66667vw;
  }
}

#totop a::before {
  content: "";
  position: absolute;
  left: 40%;
  top: 45%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  width: 13px;
  height: 13px;
  border-top: 2px solid #2b63b7;
  border-left: 2px solid #2b63b7;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 750px) {
  #totop a::before {
    left: 38%;
    width: 3.2vw;
    height: 3.2vw;
    border-top: 0.53333vw solid #2b63b7;
    border-left: 0.53333vw solid #2b63b7;
  }
}

#totop a:hover::before {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  top: 30%;
}

@media screen and (max-width: 750px) {
  #totop a:hover::before {
    top: 45%;
  }
}

/* -----------------------------------------------------
	notice
----------------------------------------------------- */
.notice {
  text-align: center;
}

.notice .inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 40px 80px;
  border: solid 2px #fd3b68;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .notice .inner {
    padding: 6.4vw;
    border: solid 0.53333vw #fd3b68;
    font-size: 3.2vw;
    text-align: left;
  }
}

.notice .notice_ttl {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fd3b68;
  margin-bottom: 16px;
}

@media screen and (max-width: 750px) {
  .notice .notice_ttl {
    font-size: 4.26667vw;
    margin-bottom: 4.26667vw;
    text-align: center;
  }
}

.notice p + p {
  margin-top: 16px;
}

@media screen and (max-width: 750px) {
  .notice p + p {
    margin-top: 4.26667vw;
  }
}

.notice .customer_ttl {
  font-size: 2.0rem;
  font-weight: bold;
  color: #fd3b68;
  margin: 40px 0 16px;
}

@media screen and (max-width: 750px) {
  .notice .customer_ttl {
    font-size: 4.26667vw;
    text-align: center;
    margin: 8.53333vw 0 4.26667vw;
  }
}

.notice ul {
  text-align: left;
  margin: 0 0 40px;
}

@media screen and (max-width: 750px) {
  .notice ul {
    margin: 0 0 8.53333vw 3.2vw;
  }
}

.notice ul li {
  list-style-type: disc;
}

/* -----------------------------------------------------
	br
----------------------------------------------------- */
br.pc {
  display: block;
}

@media screen and (max-width: 750px) {
  br.pc {
    display: none;
  }
}

br.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  br.sp {
    display: block;
  }
}
