@charset "UTF-8";
/* common
================================================== */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700&display=swap");
.yugothic {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}

.yumincho {
  font-family: "游明朝", "Yu Mincho", "YuMincho", serif;
}

.shipporiMincho {
  font-family: "Shippori Mincho", serif;
}

/*
 * media query
**/
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

body #main {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  overflow: hidden;
  color: #333;
}
body #main img {
  display: inline;
}
@media screen and (min-width: 768px) {
  body #main {
    min-width: 1100px;
  }
}
body #main a {
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 768px) {
  body #main a {
    transition: opacity 0.3s ease;
  }
}
body #main a:active, body #main a:focus {
  outline: 0;
  -moz-outline-style: none;
}
@media screen and (min-width: 768px) {
  body #main a:hover {
    opacity: 0.8;
  }
}
body #main * {
  outline: 0;
}
body #main strong {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  body #main {
    min-width: 1080px;
  }
}
@media screen and (max-width: 767px) {
  body #main {
    overflow: hidden;
  }
}
body #main #fixBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/~/Media/com/carecera/top/20211216/assets/img/bg-05.png);
}
@media screen and (max-width: 767px) {
  body #main #fixBg {
    background-image: url(/~/Media/com/carecera/top/20211216/assets/img/bg-05.sp.png);
  }
}
body #main .container {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  body #main .container {
    max-width: 1080px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  body #main .container {
    padding: 0 15px;
  }
}
body #main .cmnBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  body #main .cmnBtn a {
    font-size: 18px;
    width: 240px;
    height: 60px;
    border-radius: 10px;
    background-image: url(/~/Media/com/carecera/top/20211216/assets/img/btn-bg.png);
  }
}
@media screen and (max-width: 767px) {
  body #main .cmnBtn a {
    font-size: 17px;
    width: 285px;
    height: 45px;
    border-radius: 5px;
    background-image: url(/~/Media/com/carecera/top/20211216/assets/img/btn-bg.sp.png);
  }
}
@media screen and (max-width: 374px) {
  body #main .cmnBtn a {
    width: 260px;
  }
}
body #main .cmnBtn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  body #main .cmnBtn a:after {
    width: 6px;
    height: 10px;
    margin-top: -5px;
    margin-right: 20px;
    background-image: url(/~/Media/com/carecera/top/20211216/assets/img/arrow-01.png);
  }
}
@media screen and (max-width: 767px) {
  body #main .cmnBtn a:after {
    width: 5px;
    height: 7px;
    margin-top: -3.5px;
    margin-right: 15px;
    background-image: url(/~/Media/com/carecera/top/20211216/assets/img/arrow-01.sp.png);
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchorBtn * {
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchorBtn {
    position: fixed;
    width: 50px;
    height: 50px;
    top: 10px;
    right: 10px;
    z-index: 1001;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchorBtn .spanchorBtn-wrap a {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchorBtn .spanchorBtn-wrap a span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #29120e;
    margin-bottom: 7px;
    transition: transform 0.3s ease;
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchorBtn .spanchorBtn-wrap a span:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchorBtn .spanchorBtn-wrap a.open {
    background-color: transparent;
    box-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchorBtn .spanchorBtn-wrap a.open span:nth-of-type(1) {
    width: 32px;
    transform: rotate(45deg) translateX(7px) translateY(7px);
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchorBtn .spanchorBtn-wrap a.open span:nth-of-type(2) {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchorBtn .spanchorBtn-wrap a.open span:nth-of-type(3) {
    width: 32px;
    transform: rotate(-45deg) translateX(5px) translateY(-6px);
  }
}
body #main #spanchor {
  display: none;
}
@media screen and (max-width: 767px) {
  body #main #spanchor * {
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchor {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow: auto;
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchor .spanchorBtn-wrap {
    position: fixed;
    width: 50px;
    height: 50px;
    top: 10px;
    right: 10px;
    z-index: 1001;
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchor .spanchorBtn-wrap a {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchor .spanchorBtn-wrap a span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #29120e;
    margin-bottom: 7px;
    transition: transform 0.3s ease;
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchor .spanchorBtn-wrap a span:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchor .spanchorBtn-wrap a.open {
    background-color: transparent;
    box-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchor .spanchorBtn-wrap a.open span:nth-of-type(1) {
    width: 32px;
    transform: rotate(45deg) translateX(7px) translateY(7px);
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchor .spanchorBtn-wrap a.open span:nth-of-type(2) {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchor .spanchorBtn-wrap a.open span:nth-of-type(3) {
    width: 32px;
    transform: rotate(-45deg) translateX(5px) translateY(-6px);
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchor.bodywash {
    background-color: #d2e8e0;
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchor.bodywash .spanchor-menu .spanchor-logo a img {
    width: 129px;
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchor.bodywash .spanchor-menu ul li a:after {
    background-image: url(/~/Media/com/carecera/promotion/body/20211216/assets/img/arrow.png);
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchor.baby {
    background-color: #ffeef0;
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchor.baby .spanchor-menu .spanchor-logo a img {
    width: 129px;
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchor.baby .spanchor-menu ul li {
    border-top: 1px solid #f2c0c7;
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchor.baby .spanchor-menu ul li:last-child {
    border-bottom: 1px solid #f2c0c7;
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchor.baby .spanchor-menu ul li a:after {
    background-image: url(/~/Media/com/carecera/promotion/baby/20211216/assets/img/arrow.png);
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchor .spanchor-menu {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 374px) {
  body #main #spanchor .spanchor-menu {
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchor .spanchor-menu .spanchor-logo {
    text-align: center;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchor .spanchor-menu ul li {
    border-top: 1px solid #b5d3c7;
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchor .spanchor-menu ul li:last-child {
    border-bottom: 1px solid #b5d3c7;
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchor .spanchor-menu ul li a {
    display: block;
    padding: 20px 25px;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    line-height: 1.5;
  }
}
@media screen and (max-width: 374px) {
  body #main #spanchor .spanchor-menu ul li a {
    font-size: 14px;
    padding: 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchor .spanchor-menu ul li a:after {
    position: absolute;
    content: "";
    pointer-events: none;
    top: 50%;
    right: 0;
    width: 4px;
    height: 6px;
    margin-top: -3px;
    margin-right: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 374px) {
  body #main #spanchor .spanchor-menu ul li a:after {
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  body #main #toTop {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    right: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body #main #toTop a {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
  }
}
@media screen and (max-width: 767px) {
  body #main #toTop a img {
    width: 21px;
  }
}

@media screen and (min-width: 768px) {
  #main #mv {
    background-color: #002779;
  }
}
@media screen and (max-width: 767px) {
  #main #mv .container {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  #main #mv .slide-mv {
    height: 540px;
  }
}
#main #mv .slide-mv .slick-dots {
  bottom: 18px;
}
@media screen and (max-width: 767px) {
  #main #mv .slide-mv .slick-dots {
    bottom: 20px;
  }
}
#main #mv .slide-mv .slick-dots li {
  margin: 0 7.5px;
  width: 10px;
  height: 10px;
}
#main #mv .slide-mv .slick-dots li.slick-active button {
  background-color: #dd007f;
}
#main #mv .slide-mv .slick-dots li button {
  background-color: #bfbfbf;
  border-radius: 50%;
  padding: 0;
  width: 10px;
  height: 10px;
}
#main #mv .slide-mv .slick-dots li button:before {
  display: none;
}
#main #mv .slide-mv ul {
  margin-bottom: 0;
}
#main #mv .slide-mv ul li img {
  width: 100%;
}
#main #anchor {
  background-color: #f7fbff;
}
@media screen and (min-width: 768px) {
  #main #anchor {
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  #main #anchor {
    margin-top: -2px;
  }
}
#main #anchor.fix {
  z-index: 100;
}
@media screen and (min-width: 768px) {
  #main #anchor.fix {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  #main #anchor.fix {
    height: 70px;
  }
}
#main #anchor.fix .anchor-wrp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #f7fbff;
}
@media screen and (min-width: 768px) {
  #main #anchor.fix .anchor-wrp {
    top: 53px;
  }
}
@media screen and (min-width: 768px) {
  #main #anchor .anchor-menu {
    max-width: 1080px;
    margin: 0 auto;
  }
}
#main #anchor .anchor-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #main #anchor .anchor-menu ul {
    width: 100%;
  }
}
#main #anchor .anchor-menu ul li {
  width: 25%;
  border-right: 1px solid #c4e0f6;
}
@media screen and (min-width: 768px) {
  #main #anchor .anchor-menu ul li {
    border-right: 2px solid #c4e0f6;
  }
}
@media screen and (min-width: 768px) {
  #main #anchor .anchor-menu ul li:first-child {
    border-left: 2px solid #c4e0f6;
  }
}
@media screen and (max-width: 767px) {
  #main #anchor .anchor-menu ul li:last-child {
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  #main #anchor .anchor-menu ul li:last-child a {
    padding-bottom: 0;
  }
}
#main #anchor .anchor-menu ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  font-weight: 600;
  color: #535e94;
}
@media screen and (min-width: 768px) {
  #main #anchor .anchor-menu ul li a {
    width: 100%;
    height: 100px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #main #anchor .anchor-menu ul li a {
    width: 100%;
    height: 70px;
    flex-direction: column;
    font-size: 12.5px;
    line-height: 1.4;
    padding-bottom: 10px;
  }
}
#main #anchor .anchor-menu ul li a.cart:after {
  display: none;
}
#main #anchor .anchor-menu ul li a.redcart:after {
  display: none;
}
@media screen and (min-width: 768px) {
  #main #anchor .anchor-menu ul li a.redcart img {
    width: 45px;
  }
}
#main #anchor .anchor-menu ul li a:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #main #anchor .anchor-menu ul li a:after {
    width: 7px;
    height: 6px;
    margin-left: -3.5px;
    margin-bottom: 27px;
    background-image: url(/~/Media/com/deoco/top/202203/assets/img/arrow-01.png);
  }
}
@media screen and (max-width: 767px) {
  #main #anchor .anchor-menu ul li a:after {
    width: 8px;
    height: 7px;
    margin-left: -4px;
    margin-bottom: 18px;
    background-image: url(/~/Media/com/deoco/top/202203/assets/img/arrow-01.sp.png);
  }
}
@media screen and (max-width: 767px) {
  #main #anchor .anchor-menu ul li a > span > small {
    font-size: 12px;
  }
}
@media screen and (max-width: 374px) {
  #main #anchor .anchor-menu ul li a > span > small {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  #main #anchor .anchor-menu ul li a > span {
    font-size: 12.5px;
    text-align: center;
  }
}
@media screen and (max-width: 374px) {
  #main #anchor .anchor-menu ul li a > span {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  #main #anchor .anchor-menu ul li a > img {
    width: 29px;
  }
}
@media screen and (min-width: 768px) {
  #main #anchor .anchor-menu.toppage ul li a {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  #main #anchor .anchor-menu.toppage ul li a {
    height: 70px;
  }
}
@media screen and (min-width: 768px) {
  #main #anchor .anchor-menu.toppage ul li a:after {
    margin-bottom: 15px;
  }
}
#main #series {
  padding-top: 67px;
}
@media screen and (max-width: 767px) {
  #main #series {
    padding-top: 25px;
  }
}
@media screen and (min-width: 768px) {
  #main #series .series-amazon {
    text-align: center;
    margin-bottom: 68px;
  }
}
@media screen and (max-width: 767px) {
  #main #series .series-amazon {
    margin-bottom: 45px;
    padding: 0 15px;
  }
}
@media screen and (min-width: 768px) {
  #main #series .series-amazon img {
    width: 640px;
  }
}
@media screen and (max-width: 767px) {
  #main #series .series-amazon img {
    width: 100%;
  }
}
#main #series .series-amazon p {
  margin-top: 10px;
  font-size: 10.5px;
  color: #333;
}
@media screen and (max-width: 767px) {
  #main #series .series-amazon p {
    margin-top: 5px;
    font-size: 9px;
    line-height: 1.4;
  }
}
#main #series .series-ttl {
  text-align: center;
  margin-bottom: 48px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #main #series .series-ttl {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  #main #series .series-ttl {
    margin: 0 15px 50px;
  }
}
#main #series .series-ttl:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  height: 2px;
  background-color: #002779;
  background-image: linear-gradient(45deg, #78b4dd 0%, #3755b3 67%, #262281 100%);
  margin-top: -1px;
}
@media screen and (min-width: 768px) {
  #main #series .series-ttl:before {
    width: 412px;
  }
}
@media screen and (max-width: 767px) {
  #main #series .series-ttl:before {
    width: 50%;
    height: 1px;
    margin-top: -0.5px;
    background-image: linear-gradient(45deg, #78b4dd 0%, #3755b3 50%, #262281 100%);
  }
}
#main #series .series-ttl:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  height: 2px;
  background-color: #002779;
  background-image: linear-gradient(45deg, #262281 0%, #3755b3 33%, #78b4dd 100%);
  margin-top: -1px;
}
@media screen and (min-width: 768px) {
  #main #series .series-ttl:after {
    width: 100%;
    width: 412px;
  }
}
@media screen and (max-width: 767px) {
  #main #series .series-ttl:after {
    background-image: linear-gradient(45deg, #262281 0%, #3755b3 50%, #78b4dd 100%);
    width: 50%;
    height: 1px;
    margin-top: -0.5px;
  }
}
#main #series .series-ttl h2 {
  display: inline-block;
  text-align: center;
  font-size: 36px;
  color: #151259;
  font-weight: 600;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #main #series .series-ttl h2 {
    padding: 0 55px;
  }
}
@media screen and (max-width: 767px) {
  #main #series .series-ttl h2 {
    font-size: 25px;
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) {
  #main #series ul {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  #main #series ul {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  #main #series ul li {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  #main #series ul li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  #main #series ul li a img {
    width: 346px;
  }
}
@media screen and (max-width: 767px) {
  #main #series ul li a img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #main #series .series-problem {
    max-width: 1366px;
    margin: 0 auto;
  }
}
#main #series .series-problem img {
  width: 100%;
}
#main #series .series-graph {
  padding: 50px 0 100px;
  background-position: bottom center;
  background-size: cover;
  background-image: url(/~/Media/com/deoco/top/202203/assets/img/bg.png);
}
@media screen and (min-width: 768px) {
  #main #series .series-graph {
    margin-top: -30px;
  }
}
@media screen and (max-width: 767px) {
  #main #series .series-graph {
    margin-top: -5%;
    padding: 30px 0 50px;
    background-image: url(/~/Media/com/deoco/top/202203/assets/img/bg.sp.png);
  }
}
#main #series .series-graph .series-graph-box {
  background-color: #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #main #series .series-graph .series-graph-box {
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 130px 60px;
  }
}
@media screen and (max-width: 767px) {
  #main #series .series-graph .series-graph-box {
    margin: 0 15px;
    padding: 30px 0 35px;
    text-align: center;
  }
}
#main #series .series-graph .series-graph-box img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #main #series .series-graph .series-graph-box img {
    max-width: 345px;
  }
}
#main #series .series-graph .series-graph-box p.first {
  margin-top: 35px;
  font-size: 12px;
  color: #222;
}
@media screen and (max-width: 767px) {
  #main #series .series-graph .series-graph-box p.first {
    margin-top: 15px;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 10px;
    line-height: 1.4;
    text-align: left;
  }
}
#main #series .series-graph .series-graph-box p.second {
  font-size: 10px;
  color: #333;
  line-height: 1.6;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #main #series .series-graph .series-graph-box p.second {
    margin-top: 7px;
    box-sizing: border-box;
    padding: 0 15px;
    line-height: 1.5;
    text-align: left;
  }
}
#main #series .series-graph .series-graph-box h2 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #main #series .series-graph .series-graph-box h2 {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  #main #series .series-graph .series-graph-box h2 img {
    width: 544px;
  }
}
#main #series .series-graph .series-graph-more {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #main #series .series-graph .series-graph-more {
    margin-top: 35px;
  }
}
#main #series .series-graph .series-graph-more h2 {
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  #main #series .series-graph .series-graph-more h2 {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 768px) {
  #main #series .series-graph .series-graph-more h2 img {
    width: 675px;
  }
}
@media screen and (max-width: 767px) {
  #main #series .series-graph .series-graph-more h2 img {
    width: 100%;
    max-width: 345px;
  }
}
#main #series .series-graph .series-graph-more a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main #series .series-graph .series-graph-more a {
    background-image: url(/~/Media/com/deoco/top/202203/assets/img/btn-01.png);
    background-position: center;
    background-size: contain;
    width: 381px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  #main #series .series-graph .series-graph-more a {
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  #main #series .series-graph .series-graph-more a img {
    width: 100%;
  }
}
#main #about .about-top {
  background-color: #f2fcff;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/~/Media/com/deoco/top/202203/assets/img/about-bg.png);
  padding-bottom: 185px;
}
@media screen and (max-width: 767px) {
  #main #about .about-top {
    background-image: url(/~/Media/com/deoco/top/202203/assets/img/about-bg.sp.png);
    padding-bottom: 76px;
  }
}
#main #about .about-top h2 img {
  width: 100%;
}
#main #about .about-top .about-exp {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main #about .about-top .about-exp {
    margin-top: 54px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #main #about .about-top .about-exp {
    margin-top: 25px;
    margin-bottom: 374px;
  }
}
#main #about .about-top .about-exp img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #main #about .about-top .about-exp img {
    width: 545px;
  }
}
@media screen and (min-width: 768px) {
  #main #about .about-top .about-txt {
    max-width: 940px;
    margin: 0 auto;
  }
}
#main #about .about-top .about-txt img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #main #about .about-top .about-txt img {
    width: 540px;
  }
}
#main #about .about-bottom {
  background-color: #f2fcff;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main #about .about-bottom {
    padding-top: 10px;
  }
}
#main #about .about-bottom:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/~/Media/com/deoco/top/202203/assets/img/water-drop.png);
}
@media screen and (min-width: 768px) {
  #main #about .about-bottom:before {
    top: -161px;
    width: 1087px;
    height: 2078px;
    margin-left: -479.5px;
  }
}
@media screen and (max-width: 767px) {
  #main #about .about-bottom:before {
    background-image: url(/~/Media/com/deoco/top/202203/assets/img/water-drop.sp.png);
    width: 100%;
    background-size: cover;
    height: 100%;
    left: 0;
    margin-top: -13.7%;
  }
}
#main #about .about-bottom h2 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main #about .about-bottom h2 {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 767px) {
  #main #about .about-bottom h2 {
    margin-bottom: 17px;
  }
}
#main #about .about-bottom h2 img {
  width: 408px;
}
@media screen and (max-width: 767px) {
  #main #about .about-bottom h2 img {
    width: 245px;
  }
}
#main #about .about-bottom .about-point {
  text-align: center;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #main #about .about-bottom .about-point {
    max-width: 1080px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #main #about .about-bottom .about-point {
    padding-bottom: 5px;
  }
}
#main #about .about-bottom .about-point img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #main #about .about-bottom .about-point img {
    max-width: 1080px;
  }
}
@media screen and (min-width: 768px) {
  #main #about .about-bottom .about-point img.point-02 {
    margin-top: -30px;
  }
}
#main #lineUp .lineUp-ttl {
  position: relative;
  z-index: 4;
}
#main #lineUp .lineUp-ttl img {
  width: 100%;
}
#main #lineUp .lineUp-body .lineUp-bg {
  position: relative;
  z-index: 1;
}
#main #lineUp .lineUp-body .lineUp-bg:before {
  content: "";
  position: absolute;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/~/Media/com/deoco/top/202203/assets/img/lineup-bg01.png);
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #main #lineUp .lineUp-body .lineUp-bg:before {
    background-image: url(/~/Media/com/deoco/top/202203/assets/img/lineup-bg01.sp.png);
  }
}
#main #lineUp .lineUp-body .lineUp-bg.bg01 {
  z-index: 3;
}
#main #lineUp .lineUp-body .lineUp-bg.bg01:before {
  top: -10%;
  height: 110%;
}
@media screen and (max-width: 767px) {
  #main #lineUp .lineUp-body .lineUp-bg.bg01:before {
    top: -5%;
    height: 105%;
  }
}
#main #lineUp .lineUp-body .lineUp-bg.bg02 {
  z-index: 2;
}
#main #lineUp .lineUp-body .lineUp-bg.bg02:before {
  top: 0;
  background-image: url(/~/Media/com/deoco/top/202203/assets/img/lineup-bg02.png);
  top: -15%;
  height: 115%;
}
@media screen and (max-width: 767px) {
  #main #lineUp .lineUp-body .lineUp-bg.bg02:before {
    background-image: url(/~/Media/com/deoco/top/202203/assets/img/lineup-bg02.sp.png);
    top: -5%;
    height: 105%;
  }
}
@media screen and (max-width: 767px) {
  #main #lineUp .lineUp-body .lineUp-bg.bg02 .lineUp-list h2 .en:before {
    left: -217%;
  }
}
@media screen and (max-width: 767px) {
  #main #lineUp .lineUp-body .lineUp-bg.bg02 .lineUp-list h2 .en:after {
    right: -217%;
  }
}
#main #lineUp .lineUp-body .lineUp-bg.bg03 {
  z-index: 1;
}
#main #lineUp .lineUp-body .lineUp-bg.bg03:before {
  top: 0;
  background-image: url(/~/Media/com/deoco/top/202203/assets/img/lineup-bg03.jpg);
  top: -15%;
  height: 115%;
}
@media screen and (max-width: 767px) {
  #main #lineUp .lineUp-body .lineUp-bg.bg03:before {
    background-image: url(/~/Media/com/deoco/top/202203/assets/img/lineup-bg03.sp.jpg);
    top: -5%;
    height: 105%;
  }
}
#main #lineUp .lineUp-body .lineUp-list {
  padding-bottom: 12%;
  padding-top: 5%;
}
@media screen and (min-width: 768px) {
  #main #lineUp .lineUp-body .lineUp-list {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  #main #lineUp .lineUp-body .lineUp-list {
    padding: 9% 15px 30%;
  }
}
@media screen and (min-width: 768px) {
  #main #lineUp .lineUp-body .lineUp-list.lastChild {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  #main #lineUp .lineUp-body .lineUp-list.lastChild {
    padding-bottom: 50px;
  }
}
#main #lineUp .lineUp-body .lineUp-list h2 {
  color: #1b69b2;
  text-align: center;
  display: block;
  position: relative;
  padding-bottom: 26px;
  margin-bottom: 50px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #main #lineUp .lineUp-body .lineUp-list h2 {
    padding-bottom: 14px;
    margin-bottom: 30px;
  }
}
#main #lineUp .lineUp-body .lineUp-list h2.green {
  color: #029f87;
}
#main #lineUp .lineUp-body .lineUp-list h2.green:before, #main #lineUp .lineUp-body .lineUp-list h2.green:after {
  border-color: #029f87;
}
#main #lineUp .lineUp-body .lineUp-list h2.green .en:before, #main #lineUp .lineUp-body .lineUp-list h2.green .en:after {
  border-color: #029f87;
}
#main #lineUp .lineUp-body .lineUp-list h2.red {
  color: #d61a6b;
}
#main #lineUp .lineUp-body .lineUp-list h2.red:before, #main #lineUp .lineUp-body .lineUp-list h2.red:after {
  border-color: #d61a6b;
}
#main #lineUp .lineUp-body .lineUp-list h2.red .en:before, #main #lineUp .lineUp-body .lineUp-list h2.red .en:after {
  border-color: #d61a6b;
}
#main #lineUp .lineUp-body .lineUp-list h2:after {
  position: absolute;
  content: "";
  left: -200%;
  width: 500%;
  height: 1px;
  bottom: 0;
  border-top: 1px solid #1b69b2;
  border-bottom: 1px solid #1b69b2;
  padding-bottom: 2px;
  transform: scale(0.5);
}
@media screen and (max-width: 767px) {
  #main #lineUp .lineUp-body .lineUp-list h2:after {
    width: 200%;
    left: -50%;
  }
}
#main #lineUp .lineUp-body .lineUp-list h2 > span {
  position: relative;
  z-index: 1;
}
#main #lineUp .lineUp-body .lineUp-list h2 > span.en {
  display: inline-block;
  font-size: 22px;
  font-style: italic;
  padding: 0 28px;
}
@media screen and (max-width: 767px) {
  #main #lineUp .lineUp-body .lineUp-list h2 > span.en {
    font-size: 11px;
  }
}
#main #lineUp .lineUp-body .lineUp-list h2 > span.en:before, #main #lineUp .lineUp-body .lineUp-list h2 > span.en:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 12px;
  transform: scale(0.5);
}
@media screen and (max-width: 767px) {
  #main #lineUp .lineUp-body .lineUp-list h2 > span.en:before, #main #lineUp .lineUp-body .lineUp-list h2 > span.en:after {
    top: 4px;
  }
}
#main #lineUp .lineUp-body .lineUp-list h2 > span.en:before {
  border-top: 1px solid #1b69b2;
  border-bottom: 1px solid #1b69b2;
  padding-bottom: 2px;
  width: 500%;
  left: -375%;
}
@media screen and (max-width: 767px) {
  #main #lineUp .lineUp-body .lineUp-list h2 > span.en:before {
    width: 300%;
    left: -213%;
  }
}
#main #lineUp .lineUp-body .lineUp-list h2 > span.en:after {
  border-top: 1px solid #1b69b2;
  border-bottom: 1px solid #1b69b2;
  padding-bottom: 2px;
  width: 500%;
  right: -375%;
}
@media screen and (max-width: 767px) {
  #main #lineUp .lineUp-body .lineUp-list h2 > span.en:after {
    width: 300%;
    right: -213%;
  }
}
#main #lineUp .lineUp-body .lineUp-list h2 > span.ja {
  display: block;
  font-size: 56px;
  margin-top: 20px;
  letter-spacing: -7px;
}
@media screen and (max-width: 767px) {
  #main #lineUp .lineUp-body .lineUp-list h2 > span.ja {
    margin-top: 12px;
    font-size: 26px;
    letter-spacing: -3px;
  }
}
@media screen and (max-width: 374px) {
  #main #lineUp .lineUp-body .lineUp-list h2 > span.ja {
    font-size: 20px;
  }
}
#main #lineUp .lineUp-body .lineUp-list .lineUp-txt {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #main #lineUp .lineUp-body .lineUp-list .lineUp-txt {
    margin-bottom: 20px;
  }
}
#main #lineUp .lineUp-body .lineUp-list .lineUp-txt p {
  text-align: center;
}
#main #lineUp .lineUp-body .lineUp-list .lineUp-txt p.txt-exp {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #main #lineUp .lineUp-body .lineUp-list .lineUp-txt p.txt-exp {
    font-size: 12px;
  }
}
@media screen and (max-width: 374px) {
  #main #lineUp .lineUp-body .lineUp-list .lineUp-txt p.txt-exp {
    font-size: 11.5px;
  }
}
#main #lineUp .lineUp-body .lineUp-list .lineUp-txt p.txt-exp sup {
  vertical-align: super;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #main #lineUp .lineUp-body .lineUp-list .lineUp-txt p.txt-exp sup {
    font-size: 10px;
  }
}
#main #lineUp .lineUp-body .lineUp-list .lineUp-txt p.txt-exp sup.num {
  font-weight: 300;
  font-size: 10px;
  margin-left: -9px;
}
#main #lineUp .lineUp-body .lineUp-list .lineUp-txt p.txt-exp .underline {
  display: inline-block;
  position: relative;
}
#main #lineUp .lineUp-body .lineUp-list .lineUp-txt p.txt-exp .underline:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 5px;
}
@media screen and (max-width: 767px) {
  #main #lineUp .lineUp-body .lineUp-list .lineUp-txt p.txt-exp .underline:before {
    height: 3px;
  }
}
#main #lineUp .lineUp-body .lineUp-list .lineUp-txt p.txt-exp .underline.blue:before {
  background-image: url(/~/Media/com/deoco/top/202203/assets/img/underline.png);
}
@media screen and (max-width: 767px) {
  #main #lineUp .lineUp-body .lineUp-list .lineUp-txt p.txt-exp .underline.blue:before {
    background-image: url(/~/Media/com/deoco/top/202203/assets/img/underline.sp.png);
  }
}
#main #lineUp .lineUp-body .lineUp-list .lineUp-txt p.txt-exp .underline.green:before {
  background-image: url(/~/Media/com/deoco/top/202203/assets/img/underline-02.png);
}
@media screen and (max-width: 767px) {
  #main #lineUp .lineUp-body .lineUp-list .lineUp-txt p.txt-exp .underline.green:before {
    background-image: url(/~/Media/com/deoco/top/202203/assets/img/underline-02.sp.png);
  }
}
#main #lineUp .lineUp-body .lineUp-list .lineUp-txt p.txt-note {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #main #lineUp .lineUp-body .lineUp-list .lineUp-txt p.txt-note {
    font-size: 9px;
    margin-top: 10px;
  }
}
#main #lineUp .lineUp-body .lineUp-list .lineUp-txt p.txt-note sup {
  vertical-align: super;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  #main #lineUp .lineUp-body .lineUp-list .lineUp-txt p.txt-note sup {
    font-size: 10px;
  }
}
#main #lineUp .lineUp-body .lineUp-list .lineUp-img {
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  #main #lineUp .lineUp-body .lineUp-list .lineUp-img {
    margin-top: -20px;
  }
}
@media screen and (max-width: 767px) {
  #main #lineUp .lineUp-body .lineUp-list .lineUp-img {
    margin-bottom: 15px;
  }
}
#main #lineUp .lineUp-body .lineUp-list .lineUp-img img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #main #lineUp .lineUp-body .lineUp-list .lineUp-img img {
    max-width: 500px;
  }
}
@media screen and (min-width: 768px) {
  #main #lineUp .lineUp-body .lineUp-list .lineUp-product .flex {
    display: flex;
    justify-content: space-between;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  #main #lineUp .lineUp-body .lineUp-list .lineUp-product .flex.flex-1 dl dt {
    min-height: 513px;
  }
}
#main #lineUp .lineUp-body .lineUp-list .lineUp-product .flex.flex-1 dl dd a {
  background-image: url(/~/Media/com/deoco/top/202203/assets/img/btn-02.png);
}
@media screen and (max-width: 767px) {
  #main #lineUp .lineUp-body .lineUp-list .lineUp-product .flex.flex-1 dl dd a {
    background-image: url(/~/Media/com/deoco/top/202203/assets/img/btn-02.sp.png);
  }
}
#main #lineUp .lineUp-body .lineUp-list .lineUp-product .flex.flex-2 dl dd a {
  background-image: url(/~/Media/com/deoco/top/202203/assets/img/btn-03.png);
}
@media screen and (max-width: 767px) {
  #main #lineUp .lineUp-body .lineUp-list .lineUp-product .flex.flex-2 dl dd a {
    background-image: url(/~/Media/com/deoco/top/202203/assets/img/btn-03.sp.png);
  }
}
@media screen and (min-width: 768px) {
  #main #lineUp .lineUp-body .lineUp-list .lineUp-product .flex.flex-3 dl {
    width: 340px;
  }
}
@media screen and (min-width: 768px) {
  #main #lineUp .lineUp-body .lineUp-list .lineUp-product .flex.flex-3 dl dt {
    width: 280px;
    min-height: 487px;
  }
}
#main #lineUp .lineUp-body .lineUp-list .lineUp-product .flex.flex-3 dl dd a {
  background-image: url(/~/Media/com/deoco/top/202203/assets/img/btn-04.png);
}
@media screen and (max-width: 767px) {
  #main #lineUp .lineUp-body .lineUp-list .lineUp-product .flex.flex-3 dl dd a {
    background-image: url(/~/Media/com/deoco/top/202203/assets/img/btn-04.sp.png);
  }
}
#main #lineUp .lineUp-body .lineUp-list .lineUp-product .flex dl {
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 768px) {
  #main #lineUp .lineUp-body .lineUp-list .lineUp-product .flex dl {
    width: 520px;
    padding: 45px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  #main #lineUp .lineUp-body .lineUp-list .lineUp-product .flex dl {
    padding: 25px 0;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  #main #lineUp .lineUp-body .lineUp-list .lineUp-product .flex dl:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  #main #lineUp .lineUp-body .lineUp-list .lineUp-product .flex dl dt {
    width: 440px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #main #lineUp .lineUp-body .lineUp-list .lineUp-product .flex dl dt {
    width: 270px;
    margin: 0 auto;
  }
}
#main #lineUp .lineUp-body .lineUp-list .lineUp-product .flex dl dt img {
  width: 100%;
}
#main #lineUp .lineUp-body .lineUp-list .lineUp-product .flex dl dd {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  #main #lineUp .lineUp-body .lineUp-list .lineUp-product .flex dl dd {
    margin-top: 15px;
  }
}
#main #lineUp .lineUp-body .lineUp-list .lineUp-product .flex dl dd a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #main #lineUp .lineUp-body .lineUp-list .lineUp-product .flex dl dd a {
    margin: 0 auto;
    width: 260px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  #main #lineUp .lineUp-body .lineUp-list .lineUp-product .flex dl dd a {
    font-size: 15px;
    margin: 0 auto;
    width: 270px;
    height: 45px;
  }
}
#main #tvcm {
  padding-bottom: 120px;
  background-position: top;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #main #tvcm {
    padding-bottom: 50px;
  }
}
#main #tvcm:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 8%;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/~/Media/com/deoco/top/202203/assets/img/tvcm-bg.jpg);
}
@media screen and (max-width: 767px) {
  #main #tvcm:before {
    top: 12%;
    background-image: url(/~/Media/com/deoco/top/202203/assets/img/tvcm-bg.jpg);
    background-position: top center;
  }
}
#main #tvcm .tvcm-ttl img {
  width: 100%;
}
#main #tvcm .tvcm-movie {
  margin-top: 75px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #main #tvcm .tvcm-movie {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  #main #tvcm .tvcm-movie {
    margin-top: 35px;
    padding: 0 15px;
    box-sizing: border-box;
  }
}
#main #tvcm .tvcm-movie dl {
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  #main #tvcm .tvcm-movie dl {
    overflow: hidden;
    margin-bottom: 30px;
  }
}
#main #tvcm .tvcm-movie dl:last-child {
  margin-bottom: 0;
}
#main #tvcm .tvcm-movie dl dt {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main #tvcm .tvcm-movie dl dt {
    margin-bottom: 20px;
  }
}
#main #tvcm .tvcm-movie dl dt h2 {
  text-align: center;
  color: #002779;
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main #tvcm .tvcm-movie dl dt h2 {
    font-size: 17px;
  }
}
#main #tvcm .tvcm-movie dl dt h2:before, #main #tvcm .tvcm-movie dl dt h2:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 12px;
  transform: scale(0.5);
}
@media screen and (max-width: 767px) {
  #main #tvcm .tvcm-movie dl dt h2:before, #main #tvcm .tvcm-movie dl dt h2:after {
    top: 7px;
  }
}
#main #tvcm .tvcm-movie dl dt h2:before {
  border-top: 1px solid #1b69b2;
  border-bottom: 1px solid #1b69b2;
  padding-bottom: 2px;
  width: 500%;
  left: -390%;
}
@media screen and (max-width: 767px) {
  #main #tvcm .tvcm-movie dl dt h2:before {
    width: 300%;
    left: -230%;
  }
}
#main #tvcm .tvcm-movie dl dt h2:after {
  border-top: 1px solid #1b69b2;
  border-bottom: 1px solid #1b69b2;
  padding-bottom: 2px;
  width: 500%;
  right: -390%;
}
@media screen and (max-width: 767px) {
  #main #tvcm .tvcm-movie dl dt h2:after {
    width: 300%;
    right: -230%;
  }
}
#main #tvcm .tvcm-movie dl dt p {
  font-size: 30px;
  text-align: center;
  margin-top: 27px;
  font-weight: 700;
  color: #002779;
}
@media screen and (max-width: 767px) {
  #main #tvcm .tvcm-movie dl dt p {
    font-size: 20px;
    margin-top: 15px;
  }
}
#main #tvcm .tvcm-movie dl dd {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main #tvcm .tvcm-movie dl dd {
    padding-bottom: 56.5217391304%;
  }
}
@media screen and (max-width: 767px) {
  #main #tvcm .tvcm-movie dl dd iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
#main #detailmore {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #main #detailmore {
    overflow: hidden;
  }
}
#main #detailmore:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffe7f5;
  z-index: -1;
}
#main #detailmore:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
#main #detailmore .detailmore-box {
  overflow: hidden;
  background-image: url(/~/Media/com/deoco/top/202203/assets/img/img.jpg);
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #main #detailmore .detailmore-box {
    max-width: 1366px;
    margin: 0 auto;
    height: 410px;
    background-size: 1366px 410px;
  }
}
@media screen and (max-width: 767px) {
  #main #detailmore .detailmore-box {
    background-image: url(/~/Media/com/deoco/top/202203/assets/img/img.sp.jpg);
    background-size: cover;
    height: 210px;
    background-position: top center;
  }
}
@media screen and (min-width: 768px) {
  #main #detailmore .detailmore-box .detailmore-txt {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  #main #detailmore .detailmore-box .detailmore-txt {
    width: 345px;
    margin: 0 auto;
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
  }
}
@media screen and (max-width: 374px) {
  #main #detailmore .detailmore-box .detailmore-txt {
    width: 320px;
  }
}
#main #detailmore .detailmore-box .detailmore-txt p {
  color: #002779;
  font-weight: 700;
  width: 50%;
}
@media screen and (min-width: 768px) {
  #main #detailmore .detailmore-box .detailmore-txt p {
    font-size: 30px;
    line-height: 1.53;
  }
}
@media screen and (max-width: 767px) {
  #main #detailmore .detailmore-box .detailmore-txt p {
    font-size: 16px;
    line-height: 1.53;
  }
}
@media screen and (max-width: 374px) {
  #main #detailmore .detailmore-box .detailmore-txt p {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  #main #detailmore .detailmore-box .detailmore-txt p > img {
    width: 326px;
    margin-bottom: 25px;
  }
}
#main #detailmore .detailmore-box .detailmore-txt p a {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 18px;
  border-radius: 10px;
  border: 1px solid #002779;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #main #detailmore .detailmore-box .detailmore-txt p a {
    width: 208px;
    height: 51px;
    margin-top: 20px;
    padding-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  #main #detailmore .detailmore-box .detailmore-txt p a {
    width: 165px;
    font-size: 14px;
    height: 40px;
    margin-top: 15px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 374px) {
  #main #detailmore .detailmore-box .detailmore-txt p a {
    font-size: 11px;
    width: 140px;
  }
}
#main #detailmore .detailmore-box .detailmore-txt p a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: 20px;
  margin-top: -7.5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  background-image: url(/~/Media/com/deoco/top/202203/assets/img/arrow.png);
}
@media screen and (max-width: 767px) {
  #main #detailmore .detailmore-box .detailmore-txt p a:after {
    margin-top: -8.5px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 374px) {
  #main #detailmore .detailmore-box .detailmore-txt p a:after {
    margin-right: 20px;
    width: 11px;
    height: 11px;
    margin-top: -6.5px;
  }
}