@charset "UTF-8";
body {
  padding-top: 160px;
}
@media screen and (max-width: 1219px) {
  body {
    padding-top: 90px;
  }
}

.container {
  position: relative;
  width: 1200px;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (max-width: 1219px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
  .container img {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .container {
    padding: 0 40px;
  }
}

.wrap {
  position: relative;
}

.txt {
  text-align: justify;
  text-justify: inter-ideograph;
}

.Outfit {
  font-family: 'Outfit', "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.sct-obi {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 35px;
  background-color: #E4E9EC;
  margin: 0 auto;
  z-index: 100;
}
@media screen and (max-width: 1219px) {
  .sct-obi {
    position: fixed;
    height: 30px;
  }
}
.sct-obi .container {
  height: 100%;
}
.sct-obi p {
  font-size: 1.4rem;
  line-height: 35px;
}
@media screen and (max-width: 1219px) {
  .sct-obi p {
    font-size: 1.3rem;
    line-height: 30px;
  }
}
.sct-obi .navi {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #E4E9EC;
}
@media screen and (max-width: 1219px) {
  .sct-obi .navi {
    display: none;
  }
}
.sct-obi .navi ul li {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 35px;
  margin-left: 20px;
}
.sct-obi .navi ul li a {
  color: #798991;
}
.sct-obi .navi ul li i {
  margin-right: 5px;
}

header {
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  height: 125px;
  background-color: #FFF;
  margin: 0 auto;
  z-index: 100;
}
@media screen and (max-width: 1219px) {
  header {
    position: fixed;
    top: 30px;
    height: 60px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  }
}
header .container {
  height: 100%;
  text-align: left;
  overflow: visible;
}
header .logo {
  display: inline-block;
  margin: 10px 0;
}
header .logo a {
  display: block;
}
header .logo img {
  height: 55px;
}
@media screen and (max-width: 1219px) {
  header .logo {
    margin: 12px 0;
  }
  header .logo img {
    height: 36px;
  }
}
header .txt {
  position: absolute;
  right: 235px;
  top: 20px;
  color: #798991;
}
@media screen and (max-width: 1219px) {
  header .txt {
    display: none;
  }
}
header .navi ul.list {
  display: flex;
  text-align: center;
}
header .navi ul.list li.item {
  width: 16.67%;
  height: 50px;
}
header .navi ul.list li.item a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 50px;
}
header .navi ul.list li.item a:hover {
  opacity: 1;
  background-color: #E4E9EC;
}
header .navi .child {
  display: none;
  width: 1200px;
  background-color: #E4E9EC;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 30px 40px;
}
header .navi .child .title {
  font-size: 2.6rem;
  color: #798991;
  margin-bottom: 40px;
}
header .navi .child .title i {
  margin-left: 10px;
}
header .navi .child .title a:hover {
  opacity: 0.5 !important;
}
header .navi .child .box {
  width: calc(100% + 60px);
  margin: 0 -30px;
}
@media screen and (max-width: 767px) {
  header .navi .child .box {
    width: calc(100% + 6px);
    margin: 0 -3px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  header .navi .child .box {
    width: calc(100% + 10px);
    margin: 0 -5px;
  }
}
header .navi .child .box ul.products {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  justify-content: space-between;
}
header .navi .child .box ul.products li.product {
  width: calc(33.333% - 60px);
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  header .navi .child .box ul.products li.product {
    width: calc(33.333% - 6px);
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  header .navi .child .box ul.products li.product {
    width: calc(33.333% - 10px);
    margin-bottom: 10px;
  }
}
header .navi .child .box ul.products li.product a {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
header .navi .child .box ul.products li.product a:hover {
  opacity: .5;
}
header .navi .child .box ul.products li.product img {
  margin-bottom: 40px;
}
header .navi .child .box ul.products li.product .m-title {
  margin-bottom: 30px;
}
header .navi .child .box ul.products li.product .m-title.other {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  header .navi .child .box ul.products li.product .m-title.other {
    font-size: 2rem;
  }
}
header .navi .child .box ul.products li.product .inner {
  width: 100%;
  height: 100%;
}
header .navi .child .box ul.products li.product .inner ul li {
  text-align: left;
}
header .navi .child .box ul.products li.product .inner ul li a {
  position: relative;
  display: block;
  line-height: 4rem;
}
header .navi .child .box ul.products li.product .inner ul li a:hover {
  opacity: .5;
}
header .navi .child .box ul.products li.product .inner ul li i {
  margin-left: 15px;
}
@media screen and (max-width: 1219px) {
  header .navi {
    display: none;
  }
}
header .cartbutton {
  position: absolute;
  right: 0;
  top: 20px;
  width: 210px;
  height: 45px;
}
header .cartbutton a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 45px;
  text-align: center;
  border: 1px solid #FFC5CE;
  border-radius: 30px;
}
header .cartbutton a i {
  position: relative;
  color: #798991;
  margin-right: 5px;
}
header .cartbutton a i span {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 15px;
  height: 15px;
  display: block;
  font-size: 1rem;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #FFF;
  background-color: #FFC5CE;
  border-radius: 50%;
}
@media screen and (min-width: 1220px) {
  header .cartbutton a:hover {
    opacity: 1;
    background-color: #FFC5CE;
  }
  header .cartbutton a:hover i span {
    background-color: #FFF;
    color: #798991;
  }
}
@media screen and (max-width: 1219px) {
  header .cartbutton {
    top: 0;
    right: 60px;
    width: 60px;
    height: 60px;
  }
  header .cartbutton a {
    display: block;
    height: 100%;
    font-size: 2rem;
    line-height: 20px;
    border: none;
    padding: 12px 0;
  }
  header .cartbutton span.sp-tab {
    display: block;
    font-size: 1rem;
    letter-spacing: -0.5px;
  }
}
header .loginbutton {
  position: absolute;
  right: 120px;
  top: 0;
  width: 45px;
  height: 60px;
  text-align: center;
}
header .loginbutton a {
  height: 100%;
  display: block;
  font-size: 2rem;
  line-height: 20px;
  padding: 12px 0;
}
header .loginbutton span.sp-tab {
  display: block;
  font-size: 1rem;
  letter-spacing: -0.5px;
}
header .loginbutton img {
  width: 20px;
  margin-top: -2px;
}
@media screen and (min-width: 1220px) {
  header .loginbutton {
    display: none;
  }
}
header .navibutton {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
  background-color: #9CABBF;
  padding: 18px 10px 10px;
}
header .navibutton:hover {
  cursor: pointer;
}
header .navibutton .btn {
  position: relative;
  width: 20px;
  height: 10px;
  padding: 0 10px;
  margin-bottom: 5px;
}
header .navibutton .btn span {
  display: block;
  position: absolute;
  background-color: #FFF;
  height: 1px;
  width: 100%;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .navibutton .btn .l1 {
  top: 0;
}
header .navibutton .btn .l2 {
  bottom: 0;
}
header .navibutton .btn.active .l1 {
  -moz-transform: translateX(0px) translateY(5px) rotate(-45deg);
  -ms-transform: translateX(0px) translateY(5px) rotate(-45deg);
  -webkit-transform: translateX(0px) translateY(5px) rotate(-45deg);
  transform: translateX(0px) translateY(5px) rotate(-45deg);
}
header .navibutton .btn.active .l2 {
  -moz-transform: translateX(0px) translateY(-5px) rotate(45deg);
  -ms-transform: translateX(0px) translateY(-5px) rotate(45deg);
  -webkit-transform: translateX(0px) translateY(-5px) rotate(45deg);
  transform: translateX(0px) translateY(-5px) rotate(45deg);
}
header .navibutton p {
  font-size: 1rem;
  letter-spacing: -.5px;
  text-align: center;
  color: #FFF;
}
@media screen and (min-width: 1220px) {
  header .navibutton {
    display: none;
  }
}

nav {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: scroll;
  background-color: #FFF;
  padding-top: 90px;
  padding-bottom: 60px;
  margin: 0 auto;
  z-index: 99;
}
nav .newsflash {
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
  color: #FF90A1;
  background-color: #E4E9EC;
  padding: 20px;
}
nav .newsflash p {
  text-align: center;
}
nav .bana ul li:not(:last-child) {
  border-bottom: 1px solid #C9CDD4;
}
nav .bana ul li a {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 60px;
  display: flex;
  font-size: 1.3rem;
  align-items: center;
  padding: 10px;
}
nav .bana ul li .image {
  width: 30%;
}
nav .bana ul li .title {
  font-family: 'Outfit', "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
nav .bana ul li .txt {
  padding-left: 20px;
}
nav .bana ul li .bold {
  font-weight: 700;
}
nav .bana ul li i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: auto;
  right: 20px;
}
nav .menu {
  margin-bottom: 30px;
}
nav .menu ul {
  display: flex;
  flex-wrap: wrap;
}
nav .menu ul li {
  width: 50%;
  border-bottom: 1px solid #FFF;
}
nav .menu ul li:nth-child(2n) {
  border-left: 1px solid #FFF;
}
nav .menu ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #E4E9EC;
  padding: 20px;
}
nav .menu ul li .icon {
  position: relative;
  width: 20%;
  margin: 0;
  text-align: center;
}
nav .menu ul li .icon img {
  display: inline-block;
}
nav .menu ul li p {
  width: 80%;
  font-size: 1.2rem;
  text-align: left;
  padding-left: 15px;
}
nav .search {
  display: flex;
  padding: 0 20px;
  margin-bottom: 20px;
}
nav .search input {
  width: calc(100% - 50px);
  height: 50px;
  line-height: 50px;
  border: 2px solid #E4E9EC;
  background-color: #FFF;
  padding: 0 20px;
  -webkit-appearance: none;
}
nav .search a {
  width: 50px;
  height: 50px;
  display: block;
  font-size: 2.2rem;
  line-height: 50px;
  text-align: center;
  background-color: #E4E9EC;
}
nav .home a {
  width: 150px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
nav .home img {
  width: 40px;
}

#index .sct-mainimg .container {
  width: 100%;
  padding-bottom: 80px;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  #index .sct-mainimg .container {
    padding-bottom: 0;
  }
}
#index .sct-mainimg .slider {
  opacity: 0;
  transition: opacity .3s linear;
}
#index .sct-mainimg .slider .item img {
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#index .sct-mainimg .slider .item a {
  display: block;
}
@media screen and (max-width: 767px) {
  #index .sct-mainimg .slider .item {
    width: 100vw !important;
  }
}
#index .sct-mainimg .slider ul.slick-dots {
  bottom: -35px;
}
#index .sct-mainimg .slider ul.slick-dots li {
  margin: 0 2px;
}
#index .sct-mainimg .slick-initialized {
  opacity: 1;
}
#index .sct-mainimg .slick-next, #index .sct-mainimg .slick-prev {
  top: 50%;
  width: 35px;
  height: 35px;
  color: #FFF;
  background-color: #798991;
  border-radius: 50%;
}
#index .sct-mainimg .slick-next:before, #index .sct-mainimg .slick-prev:before {
  font-family: "Font Awesome 5 pro";
  font-size: 16px;
}
#index .sct-mainimg .slick-prev {
  left: 55px;
}
#index .sct-mainimg .slick-prev:before {
  content: "\f053";
}
@media screen and (max-width: 1219px) {
  #index .sct-mainimg .slick-prev {
    left: 20px;
  }
}
#index .sct-mainimg .slick-next {
  right: 55px;
}
#index .sct-mainimg .slick-next:before {
  content: "\f054";
}
@media screen and (max-width: 1219px) {
  #index .sct-mainimg .slick-next {
    right: 20px;
  }
}
#index .sct-mainimg .slick-arrow {
  z-index: 50;
}
#index .sct-mainimg .slick-slider {
  margin-bottom: 0;
}
#index .sct-bana .container {
  padding-top: 30px;
  padding-bottom: 80px;
  overflow: visible;
}
@media screen and (max-width: 1219px) {
  #index .sct-bana .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#index .sct-bana .bana .slider {
  transition: opacity .3s linear;
}
#index .sct-bana .bana .slider li {
  padding: 0 4px;
}
#index .sct-bana .bana .slider li img {
  width: 100%;
}
#index .sct-bana .bana .slider li a {
  display: block;
}
#index .sct-checked .container {
  padding-top: 0;
  padding-bottom: 80px;
  overflow: visible;
}
@media screen and (max-width: 1219px) {
  #index .sct-checked .container {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
#index .sct-checked .checked ul li {
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  #index .sct-checked .checked ul li {
    padding: 0 5px;
  }
}
#index .sct-checked .checked ul li .inner {
  width: 100%;
  height: 100%;
  display: block;
}
#index .sct-checked .checked ul li .inner a {
  width: 100%;
  height: 100%;
  display: block;
  padding-top: 10px;
}
#index .sct-checked .checked ul li .inner .image {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding-top: 100%;
  margin-bottom: 10px;
}
#index .sct-checked .checked ul li .inner p {
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #index .sct-checked .checked ul li .inner p {
    font-size: 1.1rem;
  }
}
#index .sct-cosmion {
  background-image: url(../webp/index/cosmion_bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#index .sct-cosmion .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1219px) {
  #index .sct-cosmion .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  #index .sct-cosmion .cosmion {
    display: flex;
  }
}
#index .sct-cosmion .cosmion h2.pc-tab {
  width: 50px;
}
#index .sct-cosmion .cosmion .left {
  position: relative;
  width: calc(50% - 50px);
}
@media screen and (max-width: 767px) {
  #index .sct-cosmion .cosmion .left {
    width: 100%;
    display: flex;
  }
}
#index .sct-cosmion .cosmion .left h2.sp {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  text-align: left;
}
#index .sct-cosmion .cosmion .left h2.sp img {
  width: 100%;
}
#index .sct-cosmion .cosmion .left .txt {
  width: 300px;
  color: #FFF;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  #index .sct-cosmion .cosmion .left .txt {
    width: 50%;
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #index .sct-cosmion .cosmion .left .txt {
    padding: 0 20px;
  }
}
#index .sct-cosmion .cosmion .left .txt .l {
  font-size: 5.3rem;
  letter-spacing: 6px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #index .sct-cosmion .cosmion .left .txt .l {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #index .sct-cosmion .cosmion .left .txt .l {
    font-size: 3.6rem;
  }
}
#index .sct-cosmion .cosmion .left .txt p {
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #index .sct-cosmion .cosmion .left .txt p {
    font-size: 1.2rem;
  }
}
#index .sct-cosmion .cosmion .left .image {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  #index .sct-cosmion .cosmion .left .image {
    width: 50%;
    margin: 0;
  }
}
#index .sct-cosmion .cosmion .left .m-bt {
  width: 260px;
}
@media screen and (max-width: 767px) {
  #index .sct-cosmion .cosmion .left .m-bt {
    width: 100%;
  }
}
#index .sct-cosmion .cosmion .left .m-bt a {
  line-height: 50px;
  background: #ffcf73;
  background: linear-gradient(90deg, #ffcf73 0%, #ff4a73 100%);
  border: none;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.3);
}
#index .sct-cosmion .cosmion .left .m-bt a:hover {
  color: #FFF;
  opacity: .6;
}
#index .sct-cosmion .cosmion .right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #index .sct-cosmion .cosmion .right {
    width: 100%;
  }
}
#index .sct-cosmion .cosmion .right ul {
  display: flex;
  flex-wrap: wrap;
}
#index .sct-cosmion .cosmion .right ul li {
  width: 50% !important;
  text-align: center;
  margin-bottom: 30px;
}
#index .sct-cosmion .cosmion .right ul li a {
  position: relative;
  display: block;
  color: #FFF;
  padding: 0 20px;
}
#index .sct-cosmion .cosmion .right ul li a:hover {
  opacity: 1;
}
#index .sct-cosmion .cosmion .right ul li a .ico {
  position: absolute;
  top: -22px;
  left: 13px;
  width: 50px;
  z-index: 2;
}
#index .sct-cosmion .cosmion .right ul li a .ico img {
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  #index .sct-cosmion .cosmion .right ul li a .ico {
    width: 40px;
    top: -15px;
    left: 5px;
  }
}
#index .sct-cosmion .cosmion .right ul li .image {
  width: 230px;
  display: inline-block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
#index .sct-cosmion .cosmion .right ul li .image img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  width: 100%;
  opacity: 0;
}
#index .sct-cosmion .cosmion .right ul li .image:hover img {
  opacity: 1;
}
@media screen and (max-width: 1219px) {
  #index .sct-cosmion .cosmion .right ul li .image {
    width: 100%;
  }
}
#index .sct-cosmion .cosmion .right ul li p {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
}
#index .sct-cosmion .cosmion .right ul li p span {
  font-family: 'Jost', "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 767px) {
  #index .sct-cosmion .cosmion .right ul li {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}
#index .sct-cosmion .cosmion ul.slick-dots {
  bottom: 150px;
  left: -35px;
}
@media screen and (max-width: 767px) {
  #index .sct-cosmion .cosmion ul.slick-dots {
    bottom: 40px;
    left: 160px;
  }
}
#index .sct-cosmion .cosmion ul.slick-dots li {
  display: block;
  margin: 2px 0;
}
#index .sct-cosmion .cosmion .slick-dots li.slick-active button:before {
  color: #FFF;
}
#index .sct-cosmion .cosmion .slick-dots li button:before {
  color: #FFF;
}
#index .sct-mashiro {
  background-image: url(..//webp/index/mashiro_bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#index .sct-mashiro .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1219px) {
  #index .sct-mashiro .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  #index .sct-mashiro .mashiro {
    display: flex;
    flex-direction: row-reverse;
  }
}
#index .sct-mashiro .mashiro .left {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #index .sct-mashiro .mashiro .left {
    width: 100%;
  }
}
#index .sct-mashiro .mashiro .left ul {
  display: flex;
  flex-wrap: wrap;
}
#index .sct-mashiro .mashiro .left ul li {
  width: 50% !important;
  text-align: center;
  margin-bottom: 30px;
}
#index .sct-mashiro .mashiro .left ul li a {
  position: relative;
  display: block;
  padding: 0 20px;
}
#index .sct-mashiro .mashiro .left ul li a:hover {
  opacity: 1;
}
#index .sct-mashiro .mashiro .left ul li a .ico {
  position: absolute;
  top: -22px;
  left: 15px;
  width: 40px;
  z-index: 2;
}
#index .sct-mashiro .mashiro .left ul li a .ico img {
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  #index .sct-mashiro .mashiro .left ul li a .ico {
    width: 35px;
    top: -10px;
    left: 0;
  }
}
#index .sct-mashiro .mashiro .left ul li .image {
  width: 230px;
  display: inline-block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
#index .sct-mashiro .mashiro .left ul li .image img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  width: 100%;
  opacity: 0;
}
#index .sct-mashiro .mashiro .left ul li .image:hover img {
  opacity: 1;
}
@media screen and (max-width: 1219px) {
  #index .sct-mashiro .mashiro .left ul li .image {
    width: 100%;
  }
}
#index .sct-mashiro .mashiro .left ul li p {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
}
#index .sct-mashiro .mashiro .left ul li p span {
  font-family: 'Jost', "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 767px) {
  #index .sct-mashiro .mashiro .left ul li {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}
#index .sct-mashiro .mashiro .right {
  position: relative;
  width: calc(50% - 50px);
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #index .sct-mashiro .mashiro .right {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
  }
}
#index .sct-mashiro .mashiro .right h2.sp {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  text-align: left;
}
#index .sct-mashiro .mashiro .right h2.sp img {
  width: 100%;
}
#index .sct-mashiro .mashiro .right .txt {
  width: 290px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  #index .sct-mashiro .mashiro .right .txt {
    width: 50%;
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #index .sct-mashiro .mashiro .right .txt {
    padding: 0 20px;
  }
}
#index .sct-mashiro .mashiro .right .txt .l {
  font-size: 5.3rem;
  letter-spacing: 6px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #index .sct-mashiro .mashiro .right .txt .l {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #index .sct-mashiro .mashiro .right .txt .l {
    font-size: 3.6rem;
  }
}
#index .sct-mashiro .mashiro .right .txt p {
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #index .sct-mashiro .mashiro .right .txt p {
    font-size: 1.2rem;
  }
}
#index .sct-mashiro .mashiro .right .image {
  position: relative;
  margin-bottom: 45px;
}
#index .sct-mashiro .mashiro .right .image .ico {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #index .sct-mashiro .mashiro .right .image {
    width: 50%;
    margin: 0;
  }
  #index .sct-mashiro .mashiro .right .image .ico {
    top: -10px;
    left: 0;
    text-align: left;
  }
  #index .sct-mashiro .mashiro .right .image .ico img {
    width: 100px;
  }
}
#index .sct-mashiro .mashiro .right .m-bt {
  width: 260px;
}
@media screen and (max-width: 767px) {
  #index .sct-mashiro .mashiro .right .m-bt {
    width: 100%;
  }
}
#index .sct-mashiro .mashiro .right .m-bt a {
  line-height: 50px;
  background: #ffcf73;
  background: linear-gradient(90deg, #ffcf73 0%, #ff4a73 100%);
  border: none;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.3);
}
#index .sct-mashiro .mashiro .right .m-bt a:hover {
  color: #FFF;
  opacity: .6;
}
#index .sct-mashiro .mashiro h2.pc-tab {
  width: 50px;
}
#index .sct-mashiro .mashiro ul.slick-dots {
  bottom: 120px;
  left: 565px;
}
@media screen and (max-width: 767px) {
  #index .sct-mashiro .mashiro ul.slick-dots {
    bottom: 40px;
    left: -10px;
  }
}
#index .sct-mashiro .mashiro ul.slick-dots li {
  display: block;
  margin: 2px 0;
}
#index .sct-other .container {
  width: 100%;
  padding-top: 130px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1219px) {
  #index .sct-other .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#index .sct-other .m-title {
  width: 1200px;
  margin: 0 auto 50px;
}
#index .sct-other .s-title {
  letter-spacing: 5px;
}
#index .sct-other .slider {
  opacity: 0;
  transition: opacity .3s linear;
}
#index .sct-other .slider .item a {
  display: block;
  padding: 10px 30px;
}
#index .sct-other .slider .item a:hover {
  opacity: 1;
}
@media screen and (max-width: 1219px) {
  #index .sct-other .slider .item a {
    padding: 10px;
  }
}
#index .sct-other .slider .item .image {
  width: 100%;
  display: inline-block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
#index .sct-other .slider .item .image img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  width: 100%;
  opacity: 0;
}
#index .sct-other .slider .item .image:hover img {
  opacity: 1;
}
#index .sct-other .slider ul.slick-dots {
  bottom: -30px;
}
#index .sct-other .slider ul.slick-dots li {
  margin: 0 2px;
}
#index .sct-other .slick-initialized {
  opacity: 1;
}
#index .sct-other .slick-next, #index .sct-other .slick-prev {
  top: 45%;
  width: 35px;
  height: 35px;
  color: #FFF;
  background-color: #798991;
  border-radius: 50%;
}
#index .sct-other .slick-next:before, #index .sct-other .slick-prev:before {
  font-family: "Font Awesome 5 pro";
  font-size: 16px;
}
#index .sct-other .slick-prev {
  left: 40px;
}
#index .sct-other .slick-prev:before {
  content: "\f053";
}
@media screen and (max-width: 1219px) {
  #index .sct-other .slick-prev {
    left: 20px;
  }
}
#index .sct-other .slick-next {
  right: 40px;
}
#index .sct-other .slick-next:before {
  content: "\f054";
}
@media screen and (max-width: 1219px) {
  #index .sct-other .slick-next {
    right: 20px;
  }
}
#index .sct-other .slick-arrow {
  z-index: 50;
}
#index .sct-other .slick-slider {
  margin-bottom: 0;
}
#index .sct-other h3 {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 1219px) {
  #index .sct-other h3 {
    font-size: 1.2rem;
  }
}
#index .sct-other .price {
  font-size: 1.5rem;
}
@media screen and (max-width: 1219px) {
  #index .sct-other .price {
    font-size: 1.2rem;
  }
}
#index .sct-other .m-bt {
  margin-top: 60px;
}
@media screen and (max-width: 1219px) {
  #index .sct-other .m-bt {
    margin-top: 30px;
  }
}
#index .sct-consultation {
  background-image: url(..//webp/index/consultation_bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#index .sct-consultation .container {
  overflow: visible;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1219px) {
  #index .sct-consultation .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#index .sct-consultation h2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #index .sct-consultation h2 {
    margin-bottom: 50px;
  }
  #index .sct-consultation h2 img {
    width: 80%;
  }
}
#index .sct-consultation .consultation {
  width: calc(100% + 50px);
  margin: 0 -25px;
}
@media screen and (max-width: 767px) {
  #index .sct-consultation .consultation {
    width: calc(100% + 6px);
    margin: 0 -3px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #index .sct-consultation .consultation {
    width: calc(100% + 10px);
    margin: 0 -5px;
  }
}
#index .sct-consultation .consultation ul {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  justify-content: space-between;
}
#index .sct-consultation .consultation ul li {
  width: calc(50% - 50px);
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  #index .sct-consultation .consultation ul li {
    width: calc(100% - 6px);
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #index .sct-consultation .consultation ul li {
    width: calc(50% - 10px);
    margin-bottom: 10px;
  }
}
#index .sct-consultation .consultation ul li .inner {
  width: 100%;
  height: 100%;
  display: block;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-color: #FFF;
  border-radius: 20px;
}
@media screen and (max-width: 1219px) {
  #index .sct-consultation .consultation ul li .inner {
    border-radius: 10px;
  }
}
#index .sct-consultation .consultation ul li .inner a {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 25px 20px;
}
#index .sct-consultation .consultation ul li .inner .left {
  width: 175px;
}
@media screen and (max-width: 1219px) {
  #index .sct-consultation .consultation ul li .inner .left {
    width: 35%;
  }
}
#index .sct-consultation .consultation ul li .inner .right {
  width: calc(100% - 175px);
  padding-left: 25px;
}
@media screen and (max-width: 1219px) {
  #index .sct-consultation .consultation ul li .inner .right {
    width: 65%;
    padding-left: 15px;
  }
}
#index .sct-consultation .consultation ul li .inner .right p {
  font-size: 2rem;
}
@media screen and (max-width: 1219px) {
  #index .sct-consultation .consultation ul li .inner .right p {
    font-size: 1.8rem;
  }
}
#index .sct-consultation .consultation ul li .inner .right .bold {
  font-weight: 700;
}
#index .sct-consultation .consultation ul li .inner .right .more {
  text-align: right;
}
@media screen and (min-width: 1220px) {
  #index .sct-consultation .consultation ul li .inner .right .more {
    position: absolute;
    bottom: 25px;
    right: 20px;
  }
}
#index .sct-consultation .consultation ul li .inner .right .more i {
  margin-left: 5px;
}
@media screen and (max-width: 1219px) {
  #index .sct-consultation .consultation ul li .inner .right .more {
    font-size: 1.4rem;
  }
}
#index .sct-consultation .m-bt {
  width: 250px;
}
@media screen and (min-width: 768px) {
  #index .sct-news .news {
    display: flex;
  }
}
@media screen and (min-width: 1220px) {
  #index .sct-news .news .left {
    width: 220px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #index .sct-news .news .left {
    width: 25%;
  }
  #index .sct-news .news .left .m-bt {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #index .sct-news .news .right {
    width: calc(100% - 220px);
    padding-left: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #index .sct-news .news .right {
    width: 75%;
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  #index .sct-news .news .right {
    margin-bottom: 30px;
  }
}
#index .sct-news .news .right ul li {
  border-bottom: 1px solid #C9CDD4;
}
@media screen and (min-width: 768px) {
  #index .sct-news .news .right ul li:last-child {
    border-bottom: none;
  }
}
#index .sct-news .news .right ul li a {
  display: block;
}
@media screen and (min-width: 768px) {
  #index .sct-news .news .right ul li a {
    display: flex;
    align-items: center;
    padding: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #index .sct-news .news .right ul li a {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  #index .sct-news .news .right ul li a {
    padding: 20px 0;
  }
}
#index .sct-news .news .right ul li a:hover {
  opacity: 1;
  background-color: #E4E9EC;
}
#index .sct-news .news .right ul li .date {
  font-size: 1.4rem;
}
@media screen and (min-width: 1220px) {
  #index .sct-news .news .right ul li .date {
    width: 180px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #index .sct-news .news .right ul li .date {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  #index .sct-news .news .right ul li .date {
    font-weight: 700;
    text-align: left;
  }
}
#index .sct-news .news .right ul li .title {
  text-align: left;
}
@media screen and (min-width: 1220px) {
  #index .sct-news .news .right ul li .title {
    width: calc(100% - 180px);
    padding: 0 45px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #index .sct-news .news .right ul li .title {
    width: 70%;
  }
}

.sct-newsflash {
  background-color: #E8E8E5;
  padding: 10px 0;
}
@media screen and (max-width: 1219px) {
  .sct-newsflash {
    display: none;
  }
}
.sct-newsflash p {
  font-size: 1.5rem;
  text-align: center;
  color: #FF4588;
}
@media screen and (max-width: 767px) {
  .sct-newsflash p {
    font-size: 1.2rem;
  }
}

.sct-pagetitle {
  position: relative;
  height: 240px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sct-pagetitle {
    height: 160px;
  }
}
.sct-pagetitle .title {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.sct-pagetitle .title .e {
  position: relative;
  font-size: 3rem;
}
@media screen and (max-width: 1219px) {
  .sct-pagetitle .title .e {
    font-size: 2rem;
  }
}
.sct-pagetitle .title .e:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;
  display: inline-block;
  width: 80px;
  height: 2px;
  background-color: #798991;
  border-radius: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sct-pagetitle .title .j {
  font-size: 3rem;
}
@media screen and (max-width: 1219px) {
  .sct-pagetitle .title .j {
    font-size: 2rem;
  }
}

.sct-breadcrumb {
  background-color: #FFF;
  border-top: 1px solid #ccc;
}
.sct-breadcrumb .container {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sct-breadcrumb ul {
  font-size: 0;
}
.sct-breadcrumb ul li {
  display: inline-block;
  font-size: 14px;
}
.sct-breadcrumb ul li a {
  color: #333;
}
.sct-breadcrumb ul li:after {
  content: '＞';
  display: inline-block;
  margin: 0 8px;
}
.sct-breadcrumb ul li:last-child:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .sct-breadcrumb {
    display: none;
  }
}

#products .sct-products .container {
  padding-top: 0;
  padding-bottom: 80px;
}
@media screen and (max-width: 1219px) {
  #products .sct-products .container {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
#products .sct-products .products {
  width: calc(100% + 50px);
  margin: 0 -25px;
}
@media screen and (max-width: 767px) {
  #products .sct-products .products {
    width: calc(100% + 6px);
    margin: 0 -3px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #products .sct-products .products {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
}
#products .sct-products .products ul {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  justify-content: space-between;
}
#products .sct-products .products ul li {
  width: calc(25% - 50px);
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #products .sct-products .products ul li {
    width: calc(50% - 6px);
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #products .sct-products .products ul li {
    width: calc(33.333% - 20px);
    margin-bottom: 30px;
  }
}
#products .sct-products .products ul li .inner a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #products .sct-products .products ul li .inner a {
    text-align: center;
  }
}
#products .sct-products .products ul li .inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 10px;
}
#products .sct-products .products ul li .inner .title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #products .sct-products .products ul li .inner .title {
    font-size: 1.6rem;
    text-align: left;
  }
}
#products .sct-products .products ul li .inner .price {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  #products .sct-products .products ul li .inner .price {
    text-align: center;
    margin-bottom: 20px;
  }
}
#products .sct-products .products ul li .inner .cartbutton {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  height: 50px;
  line-height: 50px;
  background: #ffcf73;
  background: linear-gradient(90deg, #ffcf73 0%, #ff4a73 100%);
  border-radius: 30px;
  cursor: pointer;
}
#products .sct-products .products ul li .inner .cartbutton i {
  font-size: 2rem;
  margin-right: 5px;
}
#products .sct-products .products ul li .inner .cartbutton a {
  color: #FFF;
  text-align: center;
}
#products .sct-products .shopping {
  width: 620px;
  display: flex;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  #products .sct-products .shopping {
    width: calc(100% + 10px);
    margin-left: -5px;
  }
}
#products .sct-products .shopping .bt {
  margin: 0 25px;
}
@media screen and (max-width: 767px) {
  #products .sct-products .shopping .bt {
    margin: 0 5px;
  }
}
#products .sct-products .link {
  width: 1000px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #products .sct-products .link {
    width: 100%;
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #products .sct-products .link {
    width: 100%;
  }
}
#products .sct-products .link .bt a {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #FFF;
  border-radius: 10px;
  padding: 15px;
}
#products .sct-products .link .bt .image {
  width: 153px;
}
#products .sct-products .link .bt p {
  width: calc(200% - 153px);
  padding-left: 30px;
}
#products .sct-products .link .bt p span {
  display: block;
}
#products .sct-products .link .bt i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: auto;
  right: 20px;
}
#products .sct-bana .container {
  padding-top: 0;
  padding-bottom: 200px;
}
@media screen and (max-width: 1219px) {
  #products .sct-bana .container {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
#products .sct-bana .bana {
  width: calc(100% + 40px);
  margin: 0 -20px;
}
@media screen and (max-width: 767px) {
  #products .sct-bana .bana {
    width: calc(100% + 6px);
    margin: 0 -3px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #products .sct-bana .bana {
    width: calc(100% + 10px);
    margin: 0 -5px;
  }
}
#products .sct-bana .bana ul {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  justify-content: space-between;
}
#products .sct-bana .bana ul li {
  width: calc(50% - 40px);
}
@media screen and (max-width: 767px) {
  #products .sct-bana .bana ul li {
    width: calc(100% - 6px);
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #products .sct-bana .bana ul li {
    width: calc(50% - 10px);
  }
}
#products .sct-bana .bana ul li .inner a {
  width: 100%;
  height: 100%;
  display: block;
}
#products .sct-bana .bana ul li .inner img {
  width: 100%;
}

#products_single .sct-products .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1219px) {
  #products_single .sct-products .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#products_single .sct-products h1 {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 1219px) {
  #products_single .sct-products h1 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  #products_single .sct-products .products_single {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  #products_single .sct-products .products_single .left {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #products_single .sct-products .products_single .left {
    margin-bottom: 30px;
  }
}
#products_single .sct-products .products_single .left .slider {
  margin-bottom: 10px;
}
#products_single .sct-products .products_single .left .slider ul li img {
  width: 100%;
}
#products_single .sct-products .products_single .left .slider_t ul {
  margin: 0 -5px;
}
#products_single .sct-products .products_single .left .slider_t ul li {
  padding: 0 5px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #products_single .sct-products .products_single .right {
    width: 50%;
    padding-left: 45px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #products_single .sct-products .products_single .right {
    padding-left: 20px;
  }
}
#products_single .sct-products .products_single .right .inner {
  background-color: rgba(231, 233, 236, 0.5);
  padding: 40px 60px;
}
@media screen and (max-width: 1219px) {
  #products_single .sct-products .products_single .right .inner {
    padding: 25px 20px;
  }
}
#products_single .sct-products .products_single .right .num {
  text-align: right;
  margin-bottom: 30px;
}
#products_single .sct-products .products_single .right .num label {
  margin-right: 10px;
}
#products_single .sct-products .products_single .right .num input {
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
#products_single .sct-products .products_single .right .total {
  line-height: 3.6rem;
  text-align: right;
  margin-bottom: 25px;
}
#products_single .sct-products .products_single .right .total .price {
  display: inline-block;
  font-size: 3.6rem;
  font-weight: 700;
  color: #798991;
}
#products_single .sct-products .products_single .right .total .price span {
  font-size: 2.7rem;
  margin-left: 10px;
}
#products_single .sct-products .products_single .right .total .tax {
  display: inline-block;
  font-size: 2rem;
  color: #798991;
  margin-left: 10px;
}
@media screen and (max-width: 1219px) {
  #products_single .sct-products .products_single .right .total .tax {
    font-size: 1.3rem;
    margin-left: 5px;
  }
}
#products_single .sct-products .products_single .right .txt {
  margin-bottom: 50px;
}
#products_single .sct-products .products_single .right .txt .bold {
  font-weight: 700;
}
@media screen and (max-width: 1219px) {
  #products_single .sct-products .products_single .right .txt {
    font-size: 1.2rem;
    letter-spacing: 0;
    padding: 0;
    margin-bottom: 30px;
  }
}
#products_single .sct-products .products_single .right .bt {
  margin-bottom: 20px;
}
#products_single .sct-products .products_single .right .bt a {
  width: 100%;
  height: 80px;
  display: block;
  font-size: 2.2rem;
  line-height: 80px;
  color: #FFF;
  background: #ffcf73;
  background: linear-gradient(90deg, #ffcf73 0%, #ff4a73 100%);
}
@media screen and (max-width: 767px) {
  #products_single .sct-products .products_single .right .bt a {
    font-size: 1.8rem;
    height: 50px;
    line-height: 50px;
  }
}
#products_single .sct-products .products_single .right .subscription .discount {
  color: #798991;
  margin-bottom: 10px;
}
#products_single .sct-products .products_single .right .subscription .discount h2 {
  font-size: 1.9rem;
  font-weight: 700;
  text-align: right;
  margin-bottom: 10px;
}
#products_single .sct-products .products_single .right .subscription .discount p {
  text-align: right;
}
#products_single .sct-products .products_single .right .subscription .discount p span {
  margin-left: 5px;
}
#products_single .sct-products .products_single .right .subscription .txt p {
  text-align: left;
}
#products_single .sct-products .products_single .right .link {
  display: flex;
}
#products_single .sct-products .products_single .right .link a {
  width: 50%;
  display: inline-block;
  font-size: 1.8rem;
  color: #798991;
}
@media screen and (max-width: 767px) {
  #products_single .sct-products .products_single .right .link a {
    font-size: 1.3rem;
    text-align: left;
  }
}
#products_single .sct-products .products_single .right .teiki_bt {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  #products_single .sct-products .products_single .right .teiki_bt {
    margin-top: 30px;
  }
}
#products_single .sct-products .products_single .right .teiki_bt a {
  position: relative;
  width: 100%;
  height: 60px;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 60px;
  color: #798890;
  background-color: #FFF;
  border-radius: 50px;
}
#products_single .sct-products .products_single .right .teiki_bt a i {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: auto;
  right: 20px;
}
@media screen and (max-width: 1219px) {
  #products_single .sct-products .products_single .right .teiki_bt a {
    font-size: 1.6rem;
  }
}
#products_single .sct-detail .container {
  width: 900px;
  padding-top: 0;
  padding-bottom: 150px;
}
@media screen and (max-width: 1219px) {
  #products_single .sct-detail .container {
    width: 100%;
    padding-top: 0;
    padding-bottom: 50px;
  }
}
#products_single .sct-detail h2 {
  font-family: 'Outfit', "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3rem;
  text-align: left;
  color: #798991;
  border-bottom: 1px solid #798991;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
#products_single .sct-detail h2 span {
  font-family: 'Jost', "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  #products_single .sct-detail h2 {
    font-size: 2rem;
  }
  #products_single .sct-detail h2 span {
    font-size: 1.2rem;
    margin-left: 10px;
  }
}
#products_single .sct-detail .txt {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #products_single .sct-detail .txt {
    margin-bottom: 30px;
  }
}
#products_single .sct-detail .txt ul li {
  position: relative;
  padding-left: 1.25em;
}
#products_single .sct-detail .txt ul li span {
  position: absolute;
  top: 0;
  left: 0;
}
#products_single .sct-detail .image {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #products_single .sct-detail .image {
    margin-bottom: 40px;
  }
}
#products_single .sct-detail .teiki {
  text-align: left;
  margin-bottom: 80px;
}
@media screen and (max-width: 1219px) {
  #products_single .sct-detail .teiki {
    margin-bottom: 30px;
  }
}
#products_single .sct-detail .teiki p {
  display: inline-block;
  font-size: 2.4rem;
  color: #fe90a1;
  border-bottom: 1px solid #fe90a1;
  margin-bottom: 30px;
}
@media screen and (max-width: 1219px) {
  #products_single .sct-detail .teiki p {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
#products_single .sct-detail .teiki ul {
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 1219px) {
  #products_single .sct-detail .teiki ul {
    margin-bottom: 20px;
  }
}
#products_single .sct-detail .teiki ul li {
  position: relative;
  padding-left: 1.25em;
}
#products_single .sct-detail .teiki ul li span {
  position: absolute;
  top: 0;
  left: 0;
}
#products_single .sct-detail .teiki ul li dl {
  display: flex;
}
#products_single .sct-detail .teiki ul li dl dt {
  width: 10%;
  font-weight: 700;
}
@media screen and (max-width: 1219px) {
  #products_single .sct-detail .teiki ul li dl dt {
    width: 35%;
  }
}
#products_single .sct-detail .teiki ul li dl dd {
  width: 75%;
  padding-left: 25px;
}
@media screen and (max-width: 1219px) {
  #products_single .sct-detail .teiki ul li dl dd {
    width: 65%;
  }
}
#products_single .sct-detail .teiki .bt {
  margin: 0;
}
#products_single .sct-detail .teiki .bt a, #products_single .sct-detail .teiki .bt input {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  width: 340px;
  height: 60px;
  display: block;
  font-size: 2.2rem;
  line-height: 60px;
  text-align: center;
  color: #FFF;
  background-color: #fe90a1;
  border: none;
  cursor: pointer;
}
#products_single .sct-detail .teiki .bt a:hover, #products_single .sct-detail .teiki .bt input:hover {
  opacity: .5;
}
@media screen and (max-width: 767px) {
  #products_single .sct-detail .teiki .bt a, #products_single .sct-detail .teiki .bt input {
    font-size: 1.8rem;
    height: 50px;
    line-height: 50px;
  }
}
#products_single .sct-detail .feature ul {
  margin-bottom: 125px;
}
@media screen and (max-width: 767px) {
  #products_single .sct-detail .feature ul {
    margin-bottom: 40px;
  }
}
#products_single .sct-detail .feature ul li {
  display: flex;
  align-items: center;
}
#products_single .sct-detail .feature ul li:not(:last-child) {
  margin-bottom: 10px;
}
#products_single .sct-detail .feature ul li span {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #798991;
  border: 1px solid #798991;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #products_single .sct-detail .feature ul li span {
    width: 30px;
    height: 30px;
    font-size: 1.5rem;
    line-height: 30px;
  }
}
#products_single .sct-detail .feature ul li p {
  width: calc(100% - 40px);
  text-align: left;
  padding-left: 20px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #products_single .sct-detail .feature ul li p {
    width: calc(100% - 30px);
    padding-left: 10px;
  }
}
#products_single .sct-detail .blue {
  color: #C9CDD4;
}
#products_single .sct-detail .catch {
  font-size: 3.6rem;
  font-weight: 700;
  color: #798991;
}
@media screen and (max-width: 767px) {
  #products_single .sct-detail .catch {
    font-size: 2.2rem;
    text-align: left;
  }
}
#products_single .sct-component {
  background-color: rgba(231, 233, 236, 0.5);
}
#products_single .sct-component .container {
  padding-top: 110px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1219px) {
  #products_single .sct-component .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#products_single .sct-component h2 {
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: left;
  line-height: 28px;
  color: #798991;
  padding-left: 20px;
  margin-bottom: 20px;
}
#products_single .sct-component h2:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 28px;
  content: "";
  background-color: #798991;
}
#products_single .sct-component h2.pink {
  color: #F487A1;
}
#products_single .sct-component h2.blue {
  color: #3FA9F5;
}
@media screen and (max-width: 767px) {
  #products_single .sct-component h2 {
    font-size: 1.5rem;
    line-height: 20px;
    padding-left: 15px;
  }
  #products_single .sct-component h2:before {
    height: 20px;
  }
}
#products_single .sct-component h3 {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: left;
  color: #798991;
  border-bottom: 1px solid #798991;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #products_single .sct-component h3 {
    font-size: 1.8rem;
  }
}
#products_single .sct-component .component {
  border: 1px solid #798991;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  #products_single .sct-component .component {
    margin-bottom: 40px;
  }
}
#products_single .sct-component .component dl {
  display: flex;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #products_single .sct-component .component dl {
    font-size: 1.1rem;
  }
}
#products_single .sct-component .component dl dt {
  width: 20%;
  font-weight: 700;
  color: #FFF;
  background-color: #798991;
  border-bottom: 1px solid #FFF;
  padding: 20px 15px;
}
@media screen and (max-width: 767px) {
  #products_single .sct-component .component dl dt {
    width: 25%;
    padding: 15px 5px;
  }
}
#products_single .sct-component .component dl dd {
  width: 80%;
  border-bottom: 1px solid #798991;
  padding: 20px 15px;
}
@media screen and (max-width: 767px) {
  #products_single .sct-component .component dl dd {
    width: 75%;
    padding: 15px 10px;
  }
}
#products_single .sct-component .component dl:last-child dt, #products_single .sct-component .component dl:last-child dd {
  border-bottom: none;
}
#products_single .sct-component .txt {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #products_single .sct-component .txt {
    margin-bottom: 30px;
  }
}
#products_single .sct-component .txt ul li {
  position: relative;
  padding-left: 1.25em;
}
#products_single .sct-component .txt ul li span {
  position: absolute;
  top: 0;
  left: 0;
}
#products_single .sct-component .blue {
  color: #C9CDD4;
}
#products_single .sct-checked {
  background-color: #FFF;
}
#products_single .sct-checked .container {
  padding-top: 120px;
  padding-bottom: 180px;
}
@media screen and (max-width: 1219px) {
  #products_single .sct-checked .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#products_single .sct-checked .pagetop_bt {
  margin-bottom: 180px;
}
@media screen and (max-width: 1219px) {
  #products_single .sct-checked .pagetop_bt {
    margin-bottom: 90px;
  }
}
#products_single .sct-checked .pagetop_bt a {
  width: 450px;
  height: 90px;
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 90px;
  color: #FFF;
  background-color: #798991;
  margin: 0 auto;
}
@media screen and (max-width: 1219px) {
  #products_single .sct-checked .pagetop_bt a {
    width: 90%;
    height: 50px;
    font-size: 1.6rem;
    line-height: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #products_single .sct-checked .pagetop_bt a {
    width: 300px;
  }
}
#products_single .sct-checked .pagetop_bt i {
  margin-right: 10px;
}
#products_single .sct-checked .checked {
  width: calc(100% + 50px);
  margin: 0 -25px;
}
@media screen and (max-width: 767px) {
  #products_single .sct-checked .checked {
    width: calc(100% + 6px);
    margin: 0 -3px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #products_single .sct-checked .checked {
    width: calc(100% + 10px);
    margin: 0 -5px;
  }
}
#products_single .sct-checked .checked ul {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  justify-content: space-between;
}
#products_single .sct-checked .checked ul li {
  width: calc(25% - 50px);
}
@media screen and (max-width: 767px) {
  #products_single .sct-checked .checked ul li {
    width: calc(50% - 6px);
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #products_single .sct-checked .checked ul li {
    width: calc(25% - 10px);
  }
}
#products_single .sct-checked .checked ul li .inner {
  width: 100%;
  height: 100%;
  display: block;
}
#products_single .sct-checked .checked ul li .inner a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #products_single .sct-checked .checked ul li .inner a {
    padding-bottom: 40px;
  }
}
#products_single .sct-checked .checked ul li .inner img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #products_single .sct-checked .checked ul li .inner img {
    height: 154px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #products_single .sct-checked .checked ul li .inner img {
    height: 145px;
  }
}
#products_single .sct-checked .checked ul li .inner .name {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #products_single .sct-checked .checked ul li .inner .name {
    font-size: 1.1rem;
  }
}
#products_single .sct-checked .checked ul li .inner .price {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 2.2rem;
  font-weight: 700;
}
#products_single .sct-checked .checked ul li .inner .price span {
  font-size: 1.6rem;
  margin-left: 2px;
}
@media screen and (max-width: 767px) {
  #products_single .sct-checked .checked ul li .inner .price {
    font-size: 1.8rem;
  }
  #products_single .sct-checked .checked ul li .inner .price span {
    font-size: 1.4rem;
  }
}

#cart {
  background-color: rgba(228, 233, 236, 0.3);
}
#cart .sct-cart .container {
  padding-top: 0;
  padding-bottom: 100px;
}
@media screen and (max-width: 1219px) {
  #cart .sct-cart .container {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
#cart .sct-cart .cart {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  #cart .sct-cart .cart {
    margin-bottom: 30px;
  }
}
#cart .sct-cart .cart ul li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #2F393D;
}
#cart .sct-cart .cart ul li .item {
  width: 55%;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 25px 0;
}
@media screen and (min-width: 768px) {
  #cart .sct-cart .cart ul li .item {
    display: flex;
    align-items: center;
  }
  #cart .sct-cart .cart ul li .item .image {
    width: 30%;
  }
  #cart .sct-cart .cart ul li .item p {
    width: 70%;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  #cart .sct-cart .cart ul li .item {
    width: 35%;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #cart .sct-cart .cart ul li .item {
    width: 45%;
    font-size: 1.6rem;
  }
}
#cart .sct-cart .cart ul li .num {
  width: 20%;
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  #cart .sct-cart .cart ul li .num {
    width: 22%;
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #cart .sct-cart .cart ul li .num {
    width: 30%;
  }
}
#cart .sct-cart .cart ul li .num input {
  width: 80px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #cart .sct-cart .cart ul li .num input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
#cart .sct-cart .cart ul li .num a {
  display: inline-block;
  font-size: 1.4rem;
  color: #FFF;
  background-color: #798991;
  border-radius: 10px;
  padding: 10px 20px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #cart .sct-cart .cart ul li .num a {
    width: 100%;
    border-radius: 5px;
    padding: 5px 10px;
  }
}
#cart .sct-cart .cart ul li .price {
  width: 20%;
  font-size: 2.5rem;
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  #cart .sct-cart .cart ul li .price {
    width: 35%;
  }
}
#cart .sct-cart .cart ul li .price span {
  font-size: 1.8rem;
  margin-left: 5px;
}
#cart .sct-cart .cart ul li .delete {
  width: 5%;
  padding: 25px 0;
}
#cart .sct-cart .cart ul li .delete img {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #cart .sct-cart .cart ul li .delete {
    width: 8%;
  }
}
#cart .sct-cart .cart ul li .title {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: left;
  color: #2F393D;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  #cart .sct-cart .cart ul li .title {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  #cart .sct-cart .next {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  #cart .sct-cart .next .left {
    width: calc(100% - 430px);
  }
}
@media screen and (max-width: 767px) {
  #cart .sct-cart .next .left {
    margin-bottom: 50px;
  }
}
#cart .sct-cart .next .left .bt a {
  width: 240px;
  height: 60px;
  display: block;
  font-size: 1.8rem;
  line-height: 58px;
  border: 1px solid #798991;
  background-color: #FFF;
}
#cart .sct-cart .next .left .bt a i {
  margin-right: 5px;
}
#cart .sct-cart .next .left .bt a:hover {
  opacity: 1;
  color: #FFF;
  background-color: #798991;
}
@media screen and (min-width: 768px) {
  #cart .sct-cart .next .right {
    width: 430px;
  }
}
#cart .sct-cart .next .right .total {
  display: flex;
  align-items: flex-end;
  line-height: 3.6rem;
  text-align: right;
  padding: 0 30px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #cart .sct-cart .next .right .total {
    padding: 0 0 0 30px;
  }
}
#cart .sct-cart .next .right .total p {
  width: 30%;
  font-size: 1.6rem;
  border-right: 1px solid #798991;
}
#cart .sct-cart .next .right .total .price {
  width: 50%;
  font-size: 3.6rem;
  font-weight: 700;
  color: #798991;
}
#cart .sct-cart .next .right .total .price span {
  font-size: 2.7rem;
  margin-left: 10px;
}
#cart .sct-cart .next .right .total .tax {
  width: 20%;
  font-size: 2rem;
  color: #798991;
}
#cart .sct-cart .next .right .txt {
  padding: 0 30px;
  margin-bottom: 50px;
}
#cart .sct-cart .next .right .txt p {
  text-align: right;
}
#cart .sct-cart .next .right .txt .bold {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #cart .sct-cart .next .right .txt {
    padding: 0;
    margin-bottom: 30px;
  }
}
#cart .sct-cart .next .right .bt {
  margin-bottom: 20px;
}
#cart .sct-cart .next .right .bt a {
  width: 100%;
  height: 80px;
  display: block;
  font-size: 2.2rem;
  line-height: 80px;
  color: #FFF;
  background: #ffcf73;
  background: linear-gradient(90deg, #ffcf73 0%, #ff4a73 100%);
}
@media screen and (max-width: 767px) {
  #cart .sct-cart .next .right .bt a {
    font-size: 1.8rem;
  }
}
#cart .sct-cart .next .right .pay {
  font-size: 1.4rem;
}
#cart .sct-cart .next .right .pay img {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #cart .sct-cart .next .right .pay img {
    display: block;
  }
}
#cart .sct-checked {
  background-color: #FFF;
}
#cart .sct-checked .container {
  padding-top: 120px;
  padding-bottom: 180px;
}
@media screen and (max-width: 1219px) {
  #cart .sct-checked .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#cart .sct-checked .checked {
  width: calc(100% + 50px);
  margin: 0 -25px;
}
@media screen and (max-width: 767px) {
  #cart .sct-checked .checked {
    width: calc(100% + 6px);
    margin: 0 -3px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #cart .sct-checked .checked {
    width: calc(100% + 10px);
    margin: 0 -5px;
  }
}
#cart .sct-checked .checked ul {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  justify-content: space-between;
}
#cart .sct-checked .checked ul li {
  width: calc(25% - 50px);
}
@media screen and (max-width: 767px) {
  #cart .sct-checked .checked ul li {
    width: calc(50% - 6px);
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #cart .sct-checked .checked ul li {
    width: calc(25% - 10px);
  }
}
#cart .sct-checked .checked ul li .inner {
  width: 100%;
  height: 100%;
  display: block;
}
#cart .sct-checked .checked ul li .inner a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #cart .sct-checked .checked ul li .inner a {
    padding-bottom: 40px;
  }
}
#cart .sct-checked .checked ul li .inner img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #cart .sct-checked .checked ul li .inner img {
    height: 154px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #cart .sct-checked .checked ul li .inner img {
    height: 145px;
  }
}
#cart .sct-checked .checked ul li .inner .name {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #cart .sct-checked .checked ul li .inner .name {
    font-size: 1.1rem;
  }
}
#cart .sct-checked .checked ul li .inner .price {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 2.2rem;
  font-weight: 700;
}
#cart .sct-checked .checked ul li .inner .price span {
  font-size: 1.6rem;
  margin-left: 2px;
}
@media screen and (max-width: 767px) {
  #cart .sct-checked .checked ul li .inner .price {
    font-size: 1.8rem;
  }
  #cart .sct-checked .checked ul li .inner .price span {
    font-size: 1.4rem;
  }
}

#cosmion {
  background-color: #DFE8F4;
}
#cosmion .sct-mainimg {
  background-image: url(..//webp/cosmion/mainimg_bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #cosmion .sct-mainimg {
    background-image: url(..//webp/cosmion/mainimg_bg_sp.webp);
  }
}
#cosmion .sct-mainimg .container {
  width: 1200px;
  padding-top: 40px;
  padding-bottom: 30px;
  overflow: visible;
}
@media screen and (max-width: 1219px) {
  #cosmion .sct-mainimg .container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#cosmion .sct-mainimg .cosmion {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#cosmion .sct-mainimg .cosmion .sp {
  width: 100%;
}
#cosmion .sct-mainimg .cosmion .sp h1 {
  width: 150px;
  margin-left: 20px;
  margin-bottom: 30px;
}
#cosmion .sct-mainimg .cosmion .sp .txt {
  color: #FFF;
  text-align: center;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  #cosmion .sct-mainimg .cosmion .sp .txt {
    margin: 0 auto;
  }
}
#cosmion .sct-mainimg .cosmion .sp .txt .l {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #cosmion .sct-mainimg .cosmion .sp .txt .l {
    font-size: 4rem;
    letter-spacing: 5px;
  }
}
#cosmion .sct-mainimg .cosmion .sp .txt p {
  font-size: 1.2rem;
  text-align: center;
}
#cosmion .sct-mainimg .cosmion .left {
  position: relative;
  width: 60%;
}
@media screen and (max-width: 767px) {
  #cosmion .sct-mainimg .cosmion .left {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #cosmion .sct-mainimg .cosmion .left .slider {
    margin-bottom: 10px;
  }
}
#cosmion .sct-mainimg .cosmion .left ul.slick-dots {
  bottom: 230px;
  left: -30px;
}
@media screen and (max-width: 767px) {
  #cosmion .sct-mainimg .cosmion .left ul.slick-dots {
    bottom: 110px;
    left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #cosmion .sct-mainimg .cosmion .left ul.slick-dots {
    bottom: 110px;
    left: 0;
  }
}
#cosmion .sct-mainimg .cosmion .left ul.slick-dots li {
  display: block;
  margin: 2px 0;
}
#cosmion .sct-mainimg .cosmion .left .slick-dots li.slick-active button:before {
  color: #FFF;
}
#cosmion .sct-mainimg .cosmion .left .slick-dots li button:before {
  color: #FFF;
}
#cosmion .sct-mainimg .cosmion .right {
  width: 40%;
}
@media screen and (max-width: 767px) {
  #cosmion .sct-mainimg .cosmion .right {
    width: 100%;
  }
}
#cosmion .sct-mainimg .cosmion .right h1 {
  margin-bottom: 60px;
}
#cosmion .sct-mainimg .cosmion .right .txt {
  color: #FFF;
  text-align: center;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  #cosmion .sct-mainimg .cosmion .right .txt {
    width: 50%;
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #cosmion .sct-mainimg .cosmion .right .txt {
    padding: 0 20px;
  }
}
#cosmion .sct-mainimg .cosmion .right .txt .l {
  font-size: 7.2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #cosmion .sct-mainimg .cosmion .right .txt .l {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #cosmion .sct-mainimg .cosmion .right .txt .l {
    font-size: 3.6rem;
  }
}
#cosmion .sct-mainimg .cosmion .right .txt p {
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #cosmion .sct-mainimg .cosmion .right .txt p {
    font-size: 1.2rem;
  }
}
#cosmion .sct-mainimg .cosmion .right .m-bt {
  width: 350px;
  height: 60px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1219px) {
  #cosmion .sct-mainimg .cosmion .right .m-bt {
    width: 100%;
    padding: 0 20px;
  }
}
#cosmion .sct-mainimg .cosmion .right .m-bt a {
  font-size: 2.2rem;
  font-weight:700;
  line-height: 60px;
  background: #ffcf73;
  background: linear-gradient(90deg, #ffcf73 0%, #ff4a73 100%);
  border: none;
}
@media screen and (max-width: 1219px) {
  #cosmion .sct-mainimg .cosmion .right .m-bt a {
    font-size: 1.8rem;
  }
}
#cosmion .sct-mainimg .cosmion .right .m-bt a:hover {
  color: #FFF;
  opacity: .6;
}
#cosmion .sct-mainimg .cosmion .right .shopping {
  width: 360px;
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 1219px) {
  #cosmion .sct-mainimg .cosmion .right .shopping {
    width: calc(100% + 10px);
    padding: 0 20px;
    margin-left: -5px;
  }
}
#cosmion .sct-mainimg .cosmion .right .shopping .bt {
  margin: 0 5px;
}
#cosmion .sct-difference .container {
  width: 1200px;
  padding-top: 70px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1219px) {
  #cosmion .sct-difference .container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 0;
  }
}
#cosmion .sct-difference .difference {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  #cosmion .sct-difference .difference {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  #cosmion .sct-difference .difference .left {
    width: 50%;
    padding-right: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #cosmion .sct-difference .difference .left {
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  #cosmion .sct-difference .difference .left {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  #cosmion .sct-difference .difference .right {
    width: 50%;
    padding-left: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #cosmion .sct-difference .difference .right {
    padding-left: 15px;
  }
}
#cosmion .sct-difference .difference h2 {
  font-size: 3rem;
  text-align: left;
  margin-bottom: 70px;
}
@media screen and (max-width: 1219px) {
  #cosmion .sct-difference .difference h2 {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 35px;
  }
}
#cosmion .sct-difference .difference h2 .border {
  border-bottom: 4px solid #FF90A1;
}
#cosmion .sct-difference .difference .txt {
  font-size: 1.6rem;
}
#cosmion .sct-difference .difference .txt.l1 {
  line-height: 3.6rem;
}
#cosmion .sct-difference .difference .txt.l2 {
  line-height: 5.2rem;
}
#cosmion .sct-difference .difference .txt .s {
  font-size: 2rem;
}
#cosmion .sct-difference .difference .txt .m {
  font-size: 2.6rem;
  margin: 0 5px;
}
#cosmion .sct-difference .difference .txt .pink {
  font-family: 'Outfit', "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  color: #FF80D1;
}
#cosmion .sct-difference .difference .txt .blue {
  font-family: 'Outfit', "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  color: #42BAFF;
}
#cosmion .sct-difference .difference .txt .border {
  border-bottom: 1px solid #C9CDD4;
}
#cosmion .sct-difference .difference .txt .bold {
  font-family: 'Outfit', "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3.2rem;
}
@media screen and (max-width: 1219px) {
  #cosmion .sct-difference .difference .txt {
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
  #cosmion .sct-difference .difference .txt p {
    text-align: center;
  }
  #cosmion .sct-difference .difference .txt.l1 {
    line-height: 2.2rem;
  }
  #cosmion .sct-difference .difference .txt.l2 {
    line-height: 2.8rem;
  }
  #cosmion .sct-difference .difference .txt .s {
    font-size: 1.3rem;
  }
  #cosmion .sct-difference .difference .txt .m {
    font-size: 1.3rem;
  }
  #cosmion .sct-difference .difference .txt .pink {
    font-size: 2rem;
  }
  #cosmion .sct-difference .difference .txt .blue {
    font-size: 2rem;
  }
  #cosmion .sct-difference .difference .txt .bold {
    font-size: 2rem;
  }
}
#cosmion .sct-point .container {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1219px) {
  #cosmion .sct-point .container {
    padding-top: 0;
    padding-bottom: 0;
  }
}
#cosmion .sct-point .point {
  width: calc(100% + 30px);
  margin: 0 -15px 130px;
}
@media screen and (max-width: 767px) {
  #cosmion .sct-point .point {
    width: calc(100% + 6px);
    margin: 0 -3px 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #cosmion .sct-point .point {
    width: calc(100% + 10px);
    margin: 0 -5px 30px;
  }
}
#cosmion .sct-point .point ul {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  justify-content: space-between;
  align-items: baseline;
}
#cosmion .sct-point .point ul li {
  width: calc(33.333% - 30px);
}
@media screen and (max-width: 767px) {
  #cosmion .sct-point .point ul li {
    width: calc(100% - 6px);
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #cosmion .sct-point .point ul li {
    width: calc(33.333% - 10px);
  }
}
#cosmion .sct-teiki .container {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media screen and (max-width: 1219px) {
  #cosmion .sct-teiki .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#cosmion .sct-teiki .teiki {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background-color: #FFF;
  border-radius: 20px;
}
#cosmion .sct-teiki .teiki .bubble {
  position: absolute;
  top: -25px;
  right: 140px;
}
@media screen and (max-width: 767px) {
  #cosmion .sct-teiki .teiki .bubble {
    top: 270px;
    right: 50px;
  }
  #cosmion .sct-teiki .teiki .bubble img {
    width: 240px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #cosmion .sct-teiki .teiki .bubble {
    right: 70px;
  }
}
#cosmion .sct-teiki .teiki .image {
  width: 45%;
  text-align: left;
}
#cosmion .sct-teiki .teiki .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  #cosmion .sct-teiki .teiki .image {
    width: 100%;
    margin-bottom: 10px;
  }
  #cosmion .sct-teiki .teiki .image img {
    border-radius: 20px;
  }
}
#cosmion .sct-teiki .teiki .txt {
  width: 55%;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  #cosmion .sct-teiki .teiki .txt {
    width: 100%;
    padding: 20px;
  }
}
#cosmion .sct-teiki .teiki .txt h2 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #cosmion .sct-teiki .teiki .txt h2 {
    font-size: 1.6rem;
  }
}
#cosmion .sct-teiki .teiki .txt .price {
  border-bottom: 1px dashed #CCC;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#cosmion .sct-teiki .teiki .txt .price dl {
  display: flex;
  align-items: flex-end;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 5.5rem;
}
@media screen and (max-width: 1219px) {
  #cosmion .sct-teiki .teiki .txt .price dl {
    display: block;
    font-size: 1.4rem;
    line-height: 3rem;
    padding: 0 20px;
  }
}
#cosmion .sct-teiki .teiki .txt .price dl dt {
  width: 40%;
  text-align: right;
}
@media screen and (max-width: 1219px) {
  #cosmion .sct-teiki .teiki .txt .price dl dt {
    width: 100%;
    font-size: 1.2rem;
    text-align: left;
  }
}
#cosmion .sct-teiki .teiki .txt .price dl dd {
  width: 60%;
  text-align: left;
}
@media screen and (max-width: 1219px) {
  #cosmion .sct-teiki .teiki .txt .price dl dd {
    width: 100%;
  }
}
#cosmion .sct-teiki .teiki .txt .price dl dd span {
  font-size: 5.5rem;
}
#cosmion .sct-teiki .teiki .txt .price dl dd span s {
  font-size: 3.2rem;
}
@media screen and (max-width: 1219px) {
  #cosmion .sct-teiki .teiki .txt .price dl dd span {
    font-size: 4.4rem;
  }
  #cosmion .sct-teiki .teiki .txt .price dl dd span s {
    font-size: 2.5rem;
  }
}
#cosmion .sct-teiki .teiki .txt .price .pink {
  color: #FF8C9E;
}
#cosmion .sct-teiki .teiki .txt .detail {
  font-size: 1.2rem;
  margin-bottom: 15px;
}
#cosmion .sct-teiki .teiki .txt .detail p {
  text-align: right;
}
@media screen and (max-width: 767px) {
  #cosmion .sct-teiki .teiki .txt .detail p {
    text-align: center;
  }
}
#cosmion .sct-teiki .teiki .txt .m-bt {
  width: 350px;
  height: 60px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1219px) {
  #cosmion .sct-teiki .teiki .txt .m-bt {
    width: 100%;
    padding: 0 20px;
  }
}
#cosmion .sct-teiki .teiki .txt .m-bt a {
  font-size: 1.8rem;
  line-height: 60px;
  color: #FFF;
  background: #ffcf73;
  background: linear-gradient(90deg, #ffcf73 0%, #ff4a73 100%);
  border: none;
}
@media screen and (max-width: 1219px) {
  #cosmion .sct-teiki .teiki .txt .m-bt a {
    font-size: 1.5rem;
  }
}
#cosmion .sct-teiki .teiki .txt .m-bt a:hover {
  color: #FFF;
  opacity: .6;
}
#cosmion .sct-photo1 .container {
  background-image: url(..//webp/cosmion/cosmion_photo1.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 34.126%;
}
@media screen and (max-width: 767px) {
  #cosmion .sct-photo1 .container {
    background-image: url(..//webp/cosmion/cosmion_photo1_sp.webp);
    padding-top: 92.01%;
  }
}
#cosmion .sct-photo2 .container {
  width: 100%;
  background-image: url(..//webp/cosmion/cosmion_photo2.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 34.183%;
}
@media screen and (max-width: 767px) {
  #cosmion .sct-photo2 .container {
    background-image: url(..//webp/cosmion/cosmion_photo2_sp.webp);
    padding-top: 64.933%;
  }
}
#cosmion .sct-night {
  overflow: hidden;
}
#cosmion .sct-night .container {
  overflow: visible;
  padding-top: 120px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1219px) {
  #cosmion .sct-night .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#cosmion .sct-night h2 {
  font-size: 3.6rem;
}
@media screen and (max-width: 1219px) {
  #cosmion .sct-night h2 {
    font-size: 2.6rem;
  }
}
#cosmion .sct-night .feature {
  text-align: left;
  margin: -150px calc(50% - 50vw) 0;
}
#cosmion .sct-night .feature img {
  width: 85%;
}
@media screen and (max-width: 767px) {
  #cosmion .sct-night .feature {
    margin-top: 0;
  }
  #cosmion .sct-night .feature img {
    width: 95%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #cosmion .sct-night .feature {
    margin-top: -50px;
  }
}
#cosmion .sct-night .detail {
  width: 830px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto 100px;
}
@media screen and (max-width: 1219px) {
  #cosmion .sct-night .detail {
    width: 100%;
    margin-bottom: 50px;
  }
}
#cosmion .sct-night .detail .box {
  width: 55%;
  padding-right: 60px;
}
@media screen and (max-width: 767px) {
  #cosmion .sct-night .detail .box {
    width: 100%;
    padding-right: 0;
  }
}
#cosmion .sct-night .detail .box h3 {
  font-size: 3rem;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 1219px) {
  #cosmion .sct-night .detail .box h3 {
    font-size: 2.4rem;
    margin-bottom: 5px;
  }
}
#cosmion .sct-night .detail .box h4 {
  font-size: 2rem;
  text-align: left;
  margin-bottom: 5px;
}
@media screen and (max-width: 1219px) {
  #cosmion .sct-night .detail .box h4 {
    font-size: 1.8rem;
  }
}
#cosmion .sct-night .detail .box .txt {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #cosmion .sct-night .detail .box .txt {
    margin-bottom: 20px;
  }
}
#cosmion .sct-night .detail .image {
  width: 45%;
}
@media screen and (max-width: 767px) {
  #cosmion .sct-night .detail .image {
    width: 40%;
    margin: 0 auto;
  }
}
#cosmion .sct-moning {
  overflow: hidden;
}
#cosmion .sct-moning .container {
  overflow: visible;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1219px) {
  #cosmion .sct-moning .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#cosmion .sct-moning h2 {
  font-size: 3.6rem;
}
@media screen and (max-width: 1219px) {
  #cosmion .sct-moning h2 {
    font-size: 2.6rem;
  }
}
#cosmion .sct-moning .feature {
  text-align: left;
  margin: -150px calc(50% - 50vw) 0;
}
#cosmion .sct-moning .feature img {
  width: 85%;
}
@media screen and (max-width: 767px) {
  #cosmion .sct-moning .feature {
    margin-top: 0;
  }
  #cosmion .sct-moning .feature img {
    width: 95%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #cosmion .sct-moning .feature {
    margin-top: -50px;
  }
}
#cosmion .sct-moning .detail {
  width: 830px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto 100px;
}
@media screen and (max-width: 1219px) {
  #cosmion .sct-moning .detail {
    width: 100%;
    margin-bottom: 50px;
  }
}
#cosmion .sct-moning .detail .box {
  width: 55%;
  padding-right: 60px;
}
@media screen and (max-width: 767px) {
  #cosmion .sct-moning .detail .box {
    width: 100%;
    padding-right: 0;
  }
}
#cosmion .sct-moning .detail .box h3 {
  font-size: 3rem;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 1219px) {
  #cosmion .sct-moning .detail .box h3 {
    font-size: 2.4rem;
    margin-bottom: 5px;
  }
}
#cosmion .sct-moning .detail .box h4 {
  font-size: 2rem;
  text-align: left;
  margin-bottom: 5px;
}
@media screen and (max-width: 1219px) {
  #cosmion .sct-moning .detail .box h4 {
    font-size: 1.8rem;
  }
}
#cosmion .sct-moning .detail .box .txt {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #cosmion .sct-moning .detail .box .txt {
    margin-bottom: 20px;
  }
}
#cosmion .sct-moning .detail .image {
  width: 45%;
}
@media screen and (max-width: 767px) {
  #cosmion .sct-moning .detail .image {
    width: 40%;
    margin: 0 auto;
  }
}
#cosmion .sct-products .container {
  padding-top: 0;
  padding-bottom: 180px;
}
@media screen and (max-width: 1219px) {
  #cosmion .sct-products .container {
    padding-top: 0;
    padding-bottom: 65px;
  }
}
#cosmion .sct-products .products {
  width: calc(100% + 50px);
  margin: 0 -25px 85px;
}
@media screen and (max-width: 767px) {
  #cosmion .sct-products .products {
    width: calc(100% + 6px);
    margin: 0 -3px 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #cosmion .sct-products .products {
    width: calc(100% + 10px);
    margin: 0 -5px;
  }
}
#cosmion .sct-products .products ul {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  justify-content: space-between;
}
#cosmion .sct-products .products ul li {
  width: calc(25% - 50px);
}
@media screen and (max-width: 767px) {
  #cosmion .sct-products .products ul li {
    width: calc(50% - 6px);
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #cosmion .sct-products .products ul li {
    width: calc(25% - 10px);
  }
}
#cosmion .sct-products .products ul li .inner {
  width: 100%;
  height: 100%;
  display: block;
}
#cosmion .sct-products .products ul li .inner img {
  width: 100%;
  margin-bottom: 10px;
}
#cosmion .sct-products .products ul li .inner .name {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #cosmion .sct-products .products ul li .inner .name {
    font-size: 1.1rem;
  }
}
#cosmion .sct-products .products ul li .inner .price {
  width: 100%;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 35px;
}
#cosmion .sct-products .products ul li .inner .price span {
  font-size: 1.6rem;
  margin-left: 2px;
}
@media screen and (max-width: 767px) {
  #cosmion .sct-products .products ul li .inner .price {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  #cosmion .sct-products .products ul li .inner .price span {
    font-size: 1.4rem;
  }
}
#cosmion .sct-products .products ul li .inner .cartbutton {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  height: 50px;
  line-height: 50px;
  background-color: #798991;
  border-radius: 30px;
  cursor: pointer;
}
#cosmion .sct-products .products ul li .inner .cartbutton a {
  color: #FFF;
}
#cosmion .sct-products .products ul li .inner .cartbutton:hover {
  opacity: .5;
}
#cosmion .sct-products .shopping {
  width: 620px;
  display: flex;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  #cosmion .sct-products .shopping {
    width: calc(100% + 10px);
    margin-left: -5px;
  }
}
#cosmion .sct-products .shopping .bt {
  margin: 0 25px;
}
@media screen and (max-width: 767px) {
  #cosmion .sct-products .shopping .bt {
    margin: 0 5px;
  }
}
#cosmion .sct-products .link {
  width: 1000px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #cosmion .sct-products .link {
    width: 100%;
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #cosmion .sct-products .link {
    width: 100%;
  }
}
#cosmion .sct-products .link .bt a {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #FFF;
  border-radius: 10px;
  padding: 15px;
}
#cosmion .sct-products .link .bt .image {
  width: 153px;
}
#cosmion .sct-products .link .bt p {
  width: calc(200% - 153px);
  padding-left: 30px;
}
#cosmion .sct-products .link .bt p span {
  display: block;
}
#cosmion .sct-products .link .bt i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: auto;
  right: 20px;
}

#mashiro .sct-mainimg {
  background-image: url(..//webp/mashiro/mainimg_bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #mashiro .sct-mainimg {
    background-image: url(..//webp/mashiro/mainimg_bg_sp.webp);
  }
}
#mashiro .sct-mainimg .container {
  width: 1200px;
  padding-top: 40px;
  padding-bottom: 30px;
  overflow: visible;
}
@media screen and (max-width: 1219px) {
  #mashiro .sct-mainimg .container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#mashiro .sct-mainimg .mashiro {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#mashiro .sct-mainimg .mashiro .g_ico {
  position: absolute;
  top: 0;
  left: 0;
}
#mashiro .sct-mainimg .mashiro .g_ico_sp {
  text-align: left;
  padding-left: 20px;
  margin-top: 20px;
}
#mashiro .sct-mainimg .mashiro .sp {
  width: 100%;
}
#mashiro .sct-mainimg .mashiro .sp h1 {
  width: 150px;
  margin-left: 20px;
  margin-bottom: 30px;
}
#mashiro .sct-mainimg .mashiro .sp .txt {
  text-align: center;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  #mashiro .sct-mainimg .mashiro .sp .txt {
    margin: 0 auto;
  }
}
#mashiro .sct-mainimg .mashiro .sp .txt .l {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 5px;
  color: #2F393D;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #mashiro .sct-mainimg .mashiro .sp .txt .l {
    font-size: 4rem;
  }
}
#mashiro .sct-mainimg .mashiro .sp .txt p {
  font-size: 1.2rem;
  text-align: center;
}
#mashiro .sct-mainimg .mashiro .left {
  position: relative;
  width: 60%;
}
@media screen and (max-width: 767px) {
  #mashiro .sct-mainimg .mashiro .left {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #mashiro .sct-mainimg .mashiro .left .slider {
    margin-bottom: 10px;
  }
}
#mashiro .sct-mainimg .mashiro .left ul.slick-dots {
  bottom: 230px;
  left: -30px;
}
@media screen and (max-width: 767px) {
  #mashiro .sct-mainimg .mashiro .left ul.slick-dots {
    bottom: 110px;
    left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #mashiro .sct-mainimg .mashiro .left ul.slick-dots {
    bottom: 110px;
    left: 0;
  }
}
#mashiro .sct-mainimg .mashiro .left ul.slick-dots li {
  display: block;
  margin: 2px 0;
}
#mashiro .sct-mainimg .mashiro .right {
  width: 40%;
}
@media screen and (max-width: 767px) {
  #mashiro .sct-mainimg .mashiro .right {
    width: 100%;
  }
}
#mashiro .sct-mainimg .mashiro .right h1 {
  margin-bottom: 60px;
}
#mashiro .sct-mainimg .mashiro .right .txt {
  text-align: center;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  #mashiro .sct-mainimg .mashiro .right .txt {
    width: 50%;
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #mashiro .sct-mainimg .mashiro .right .txt {
    padding: 0 20px;
  }
}
#mashiro .sct-mainimg .mashiro .right .txt .l {
  font-size: 7.2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #mashiro .sct-mainimg .mashiro .right .txt .l {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #mashiro .sct-mainimg .mashiro .right .txt .l {
    font-size: 3.6rem;
  }
}
#mashiro .sct-mainimg .mashiro .right .txt p {
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #mashiro .sct-mainimg .mashiro .right .txt p {
    font-size: 1.2rem;
  }
}
#mashiro .sct-mainimg .mashiro .right .m-bt {
  width: 350px;
  height: 60px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1219px) {
  #mashiro .sct-mainimg .mashiro .right .m-bt {
    width: 100%;
    padding: 0 20px;
  }
}
#mashiro .sct-mainimg .mashiro .right .m-bt a {
  font-size: 2.2rem;
  font-weight:700;
  line-height: 60px;
  background: #ffcf73;
  background: linear-gradient(90deg, #ffcf73 0%, #ff4a73 100%);
  border: none;
}
@media screen and (max-width: 1219px) {
  #mashiro .sct-mainimg .mashiro .right .m-bt a {
    font-size: 1.8rem;
  }
}
#mashiro .sct-mainimg .mashiro .right .m-bt a:hover {
  color: #FFF;
  opacity: .6;
}
#mashiro .sct-mainimg .mashiro .right .shopping {
  width: 360px;
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 1219px) {
  #mashiro .sct-mainimg .mashiro .right .shopping {
    width: calc(100% + 10px);
    padding: 0 20px;
    margin-left: -5px;
  }
}
#mashiro .sct-mainimg .mashiro .right .shopping .bt {
  margin: 0 5px;
}
#mashiro .sct-movie .container {
  padding-top: 100px;
  padding-bottom: 0;
}
@media screen and (max-width: 1219px) {
  #mashiro .sct-movie .container {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
#mashiro .sct-movie .movie {
  display: flex;
  margin: 0 -20px;
}
@media screen and (max-width: 767px) {
  #mashiro .sct-movie .movie {
    display: block;
  }
}
#mashiro .sct-movie .movie .item {
  width: 50%;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  #mashiro .sct-movie .movie .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
#mashiro .sct-use .container {
  padding-top: 100px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1219px) {
  #mashiro .sct-use .container {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
#mashiro .sct-use h2 {
  font-family: 'Outfit', "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 50px;
}
@media screen and (max-width: 1219px) {
  #mashiro .sct-use h2 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #mashiro .sct-use h2 img {
    width: 50%;
  }
}
#mashiro .sct-use h2 p {
  font-size: 3rem;
  text-align: center;
}
#mashiro .sct-use h2 p span {
  color: #FF90A1;
}
@media screen and (max-width: 1219px) {
  #mashiro .sct-use h2 p {
    font-size: 2.2rem;
  }
}
#mashiro .sct-use .use {
  width: calc(100% + 40px);
  margin: 0 -20px 20px;
}
@media screen and (max-width: 767px) {
  #mashiro .sct-use .use {
    width: calc(100% + 50px);
    margin: 0 -25px 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #mashiro .sct-use .use {
    width: calc(100% + 10px);
    margin: 0 -5px 20px;
  }
}
#mashiro .sct-use .use ul {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  justify-content: space-between;
  align-items: baseline;
}
#mashiro .sct-use .use ul li {
  position: relative;
  width: calc(20% - 40px);
}
@media screen and (max-width: 767px) {
  #mashiro .sct-use .use ul li {
    width: calc(50% - 50px);
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #mashiro .sct-use .use ul li {
    width: calc(20% - 10px);
  }
}
#mashiro .sct-use .use ul li h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}
#mashiro .sct-use .use ul li h3 span {
  font-size: 3rem;
  margin-left: 3px;
}
@media screen and (max-width: 1219px) {
  #mashiro .sct-use .use ul li h3 {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  #mashiro .sct-use .use ul li h3 span {
    font-size: 2.2rem;
  }
}
#mashiro .sct-use .use ul li img {
  margin-bottom: 15px;
}
@media screen and (max-width: 1219px) {
  #mashiro .sct-use .use ul li img {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1219px) {
  #mashiro .sct-use .use ul li .txt {
    font-size: 1.3rem;
  }
}
#mashiro .sct-use .use ul li:not(:last-child):after {
  position: absolute;
  top: 145px;
  right: -60px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #868684;
}
@media screen and (max-width: 767px) {
  #mashiro .sct-use .use ul li:not(:last-child):after {
    top: 100px;
    right: -35px;
    border-width: 15px 0 15px 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #mashiro .sct-use .use ul li:not(:last-child):after {
    top: 90px;
    right: -30px;
    border-width: 15px 0 15px 15px;
  }
}
#mashiro .sct-use .comment {
  text-align: right;
}
@media screen and (max-width: 767px) {
  #mashiro .sct-use .comment {
    font-size: 1.3rem;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #mashiro .sct-use .comment {
    font-size: 1.3rem;
  }
}
#mashiro .sct-difference {
  background-image: url(..//webp/mashiro/difference_bg.webp);
  background-position: right top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1219px) {
  #mashiro .sct-difference {
    background: none;
  }
}
#mashiro .sct-difference .container {
  width: 1200px;
  padding-top: 70px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1219px) {
  #mashiro .sct-difference .container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 0;
  }
}
#mashiro .sct-difference .difference {
  margin-bottom: 50px;
}
#mashiro .sct-difference .difference h2 {
  font-size: 3rem;
  text-align: left;
  margin-bottom: 70px;
}
@media screen and (max-width: 1219px) {
  #mashiro .sct-difference .difference h2 {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 35px;
  }
}
#mashiro .sct-difference .difference h2 .border {
  border-bottom: 4px solid #FF90A1;
}
#mashiro .sct-difference .difference .txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 1219px) {
  #mashiro .sct-difference .difference .txt {
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
}
#mashiro .sct-point .container {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1219px) {
  #mashiro .sct-point .container {
    padding-top: 0;
    padding-bottom: 0;
  }
}
#mashiro .sct-point .point {
  width: calc(100% + 30px);
  margin: 0 -15px;
}
@media screen and (max-width: 767px) {
  #mashiro .sct-point .point {
    width: calc(100% + 6px);
    margin: 0 -3px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #mashiro .sct-point .point {
    width: calc(100% + 10px);
    margin: 0 -5px;
  }
}
#mashiro .sct-point .point ul {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  justify-content: space-between;
  align-items: baseline;
}
#mashiro .sct-point .point ul li {
  width: calc(33.333% - 30px);
}
@media screen and (max-width: 767px) {
  #mashiro .sct-point .point ul li {
    width: calc(100% - 6px);
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #mashiro .sct-point .point ul li {
    width: calc(33.333% - 10px);
  }
}
#mashiro .sct-teiki .container {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media screen and (max-width: 1219px) {
  #mashiro .sct-teiki .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#mashiro .sct-teiki .teiki {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background-color: #F0F4FA;
  border-radius: 20px;
}
#mashiro .sct-teiki .teiki .bubble {
  position: absolute;
  top: -25px;
  right: 140px;
}
@media screen and (max-width: 767px) {
  #mashiro .sct-teiki .teiki .bubble {
    top: 270px;
    right: 50px;
  }
  #mashiro .sct-teiki .teiki .bubble img {
    width: 240px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #mashiro .sct-teiki .teiki .bubble {
    right: 70px;
  }
}
#mashiro .sct-teiki .teiki .image {
  width: 45%;
  text-align: left;
}
#mashiro .sct-teiki .teiki .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  #mashiro .sct-teiki .teiki .image {
    width: 100%;
    margin-bottom: 10px;
  }
  #mashiro .sct-teiki .teiki .image img {
    border-radius: 20px;
  }
}
#mashiro .sct-teiki .teiki .txt {
  width: 55%;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  #mashiro .sct-teiki .teiki .txt {
    width: 100%;
    padding: 20px 20px 80px;
  }
}
#mashiro .sct-teiki .teiki .txt h2 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #mashiro .sct-teiki .teiki .txt h2 {
    font-size: 1.6rem;
  }
}
#mashiro .sct-teiki .teiki .txt .price {
  border-bottom: 1px dashed #CCC;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#mashiro .sct-teiki .teiki .txt .price dl {
  display: flex;
  align-items: flex-end;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 5.5rem;
}
@media screen and (max-width: 1219px) {
  #mashiro .sct-teiki .teiki .txt .price dl {
    display: block;
    font-size: 1.4rem;
    line-height: 3rem;
    padding: 0 20px;
  }
}
#mashiro .sct-teiki .teiki .txt .price dl dt {
  width: 40%;
  text-align: right;
}
@media screen and (max-width: 1219px) {
  #mashiro .sct-teiki .teiki .txt .price dl dt {
    width: 100%;
    font-size: 1.2rem;
    text-align: left;
  }
}
#mashiro .sct-teiki .teiki .txt .price dl dd {
  width: 60%;
  text-align: left;
}
@media screen and (max-width: 1219px) {
  #mashiro .sct-teiki .teiki .txt .price dl dd {
    width: 100%;
  }
}
#mashiro .sct-teiki .teiki .txt .price dl dd span {
  font-size: 5.5rem;
}
#mashiro .sct-teiki .teiki .txt .price dl dd span s {
  font-size: 3.2rem;
}
@media screen and (max-width: 1219px) {
  #mashiro .sct-teiki .teiki .txt .price dl dd span {
    font-size: 4.4rem;
  }
  #mashiro .sct-teiki .teiki .txt .price dl dd span s {
    font-size: 2.5rem;
  }
}
#mashiro .sct-teiki .teiki .txt .price .pink {
  color: #FF8C9E;
}
#mashiro .sct-teiki .teiki .txt .detail {
  font-size: 1.2rem;
  margin-bottom: 15px;
}
#mashiro .sct-teiki .teiki .txt .detail p {
  text-align: right;
}
@media screen and (max-width: 767px) {
  #mashiro .sct-teiki .teiki .txt .detail p {
    text-align: center;
  }
}
#mashiro .sct-teiki .teiki .txt .m-bt {
  width: 400px;
  height: 60px;
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 1219px) {
  #mashiro .sct-teiki .teiki .txt .m-bt {
    width: 100%;
    display: block;
    padding: 0 20px;
  }
}
#mashiro .sct-teiki .teiki .txt .m-bt a {
  font-size: 1.8rem;
  line-height: 20px;
  color: #FFF;
  background: #ffcf73;
  background: linear-gradient(90deg, #ffcf73 0%, #ff4a73 100%);
  border: none;
  padding-top: 10px;
  margin: 0 5px;
}
@media screen and (max-width: 1219px) {
  #mashiro .sct-teiki .teiki .txt .m-bt a {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
}
#mashiro .sct-teiki .teiki .txt .m-bt a:hover {
  color: #FFF;
  opacity: .6;
}
#mashiro .sct-teiki .teiki .txt .m-bt a span {
  display: block;
  font-size: 1.2rem;
}
#mashiro .sct-photo1 .container {
  width: 100%;
  background-image: url(..//webp/mashiro/mashiro_photo1.webp);
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  padding-top: 30%;
}
@media screen and (max-width: 767px) {
  #mashiro .sct-photo1 .container {
    background-image: url(..//webp/mashiro/mashiro_photo1_sp.webp);
    padding-top: 59.066%;
  }
}
#mashiro .sct-consultation {
  background: none;
}
#mashiro .sct-consultation .container {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1219px) {
  #mashiro .sct-consultation .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#mashiro .sct-photo2 .container {
  width: 100%;
  background-image: url(..//webp/mashiro/mashiro_photo2.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 50.175%;
}
@media screen and (max-width: 767px) {
  #mashiro .sct-photo2 .container {
    background-image: url(..//webp/mashiro/mashiro_photo2_sp.webp);
    padding-top: 136.666%;
  }
}
#mashiro .sct-whitening .container {
  width: 100%;
  background-image: url(..//webp/mashiro/whitening_img.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 76.056%;
}
@media screen and (max-width: 767px) {
  #mashiro .sct-whitening .container {
    background-image: url(..//webp/mashiro/whitening_img_sp.webp);
    padding-top: 263.818%;
  }
}
#mashiro .sct-question {
  background-color: #D5EDF0;
  margin-top: -100px;
}
@media screen and (max-width: 1219px) {
  #mashiro .sct-question {
    margin-top: -60px;
  }
}
#mashiro .sct-question .container {
  padding-top: 0;
  padding-bottom: 100px;
}
@media screen and (max-width: 1219px) {
  #mashiro .sct-question .container {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
#mashiro .sct-fastidiousness .container {
  width: 100%;
  background-image: url(..//webp/mashiro/fastidiousness_img.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 35.492%;
}
@media screen and (max-width: 767px) {
  #mashiro .sct-fastidiousness .container {
    background-image: url(..//webp/mashiro/fastidiousness_img_sp.webp);
    padding-top: 120.905%;
  }
}
#mashiro .sct-products {
  background-color: #FFF;
}
#mashiro .sct-products .container {
  padding-top: 120px;
  padding-bottom: 180px;
}
@media screen and (max-width: 1219px) {
  #mashiro .sct-products .container {
    padding-top: 50px;
    padding-bottom: 65px;
  }
}
#mashiro .sct-products .products {
  width: calc(100% + 50px);
  margin: 0 -25px 85px;
}
@media screen and (max-width: 767px) {
  #mashiro .sct-products .products {
    width: calc(100% + 6px);
    margin: 0 -3px 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #mashiro .sct-products .products {
    width: calc(100% + 10px);
    margin: 0 -5px;
  }
}
#mashiro .sct-products .products ul {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  justify-content: space-between;
}
#mashiro .sct-products .products ul li {
  width: calc(25% - 50px);
}
@media screen and (max-width: 767px) {
  #mashiro .sct-products .products ul li {
    width: calc(50% - 6px);
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #mashiro .sct-products .products ul li {
    width: calc(25% - 10px);
  }
}
#mashiro .sct-products .products ul li .inner {
  width: 100%;
  height: 100%;
  display: block;
}
#mashiro .sct-products .products ul li .inner img {
  width: 100%;
  margin-bottom: 10px;
}
#mashiro .sct-products .products ul li .inner .name {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #mashiro .sct-products .products ul li .inner .name {
    font-size: 1.1rem;
  }
}
#mashiro .sct-products .products ul li .inner .price {
  width: 100%;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 35px;
}
#mashiro .sct-products .products ul li .inner .price span {
  font-size: 1.6rem;
  margin-left: 2px;
}
@media screen and (max-width: 767px) {
  #mashiro .sct-products .products ul li .inner .price {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  #mashiro .sct-products .products ul li .inner .price span {
    font-size: 1.4rem;
  }
}
#mashiro .sct-products .products ul li .inner .cartbutton {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  height: 50px;
  line-height: 50px;
  background: #ffcf73;
  background: linear-gradient(90deg, #ffcf73 0%, #ff4a73 100%);
  border-radius: 30px;
  cursor: pointer;
}
#mashiro .sct-products .products ul li .inner .cartbutton a {
  color: #FFF;
}
#mashiro .sct-products .products ul li .inner .cartbutton:hover {
  opacity: .5;
}
#mashiro .sct-products .shopping {
  width: 620px;
  display: flex;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  #mashiro .sct-products .shopping {
    width: calc(100% + 10px);
    margin-left: -5px;
  }
}
#mashiro .sct-products .shopping .bt {
  margin: 0 25px;
}
@media screen and (max-width: 767px) {
  #mashiro .sct-products .shopping .bt {
    margin: 0 5px;
  }
}
#mashiro .sct-products .link {
  width: 1000px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #mashiro .sct-products .link {
    width: 100%;
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #mashiro .sct-products .link {
    width: 100%;
  }
}
#mashiro .sct-products .link .bt a {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #FFF;
  box-shadow: 0px 0px 10px -5px #777;
  border-radius: 10px;
  padding: 15px;
}
#mashiro .sct-products .link .bt .image {
  width: 153px;
}
#mashiro .sct-products .link .bt p {
  width: calc(200% - 153px);
  padding-left: 30px;
}
#mashiro .sct-products .link .bt p span {
  display: block;
}
#mashiro .sct-products .link .bt i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: auto;
  right: 20px;
}

@media screen and (max-width: 767px) {
  #column h1 img {
    width: 70%;
  }
}
#column .sct-column .container {
  overflow: visible;
  padding-top: 0;
  padding-bottom: 100px;
}
@media screen and (max-width: 1219px) {
  #column .sct-column .container {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
#column .sct-column .txt p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #column .sct-column .txt p {
    font-size: 1.2rem;
  }
}
#column .sct-column .column {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #column .sct-column .column {
    margin-top: 30px;
  }
}
#column .sct-column .column ul {
  margin-bottom: 100px;
}
#column .sct-column .column ul li:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #column .sct-column .column ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}
#column .sct-column .column ul li a {
  position: relative;
  width: 100%;
  display: flex;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 25px 50px;
}
@media screen and (max-width: 767px) {
  #column .sct-column .column ul li a {
    padding: 15px 20px;
  }
}
#column .sct-column .column ul li a:hover {
  opacity: 1;
  background-color: #E4E9EC;
}
#column .sct-column .column ul li .left {
  width: 175px;
}
@media screen and (max-width: 767px) {
  #column .sct-column .column ul li .left {
    width: 120px;
  }
}
#column .sct-column .column ul li .right {
  width: calc(100% - 175px);
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  #column .sct-column .column ul li .right {
    width: 100px;
    width: calc(100% - 120px);
    padding-left: 20px;
  }
}
#column .sct-column .column ul li .right p {
  font-size: 2.4rem;
}
@media screen and (max-width: 1219px) {
  #column .sct-column .column ul li .right p {
    font-size: 1.5rem;
  }
}
#column .sct-column .column ul li .right .more {
  display: block;
}
@media screen and (min-width: 768px) {
  #column .sct-column .column ul li .right .more {
    position: absolute;
    bottom: 25px;
    right: 50px;
  }
}
@media screen and (max-width: 1219px) {
  #column .sct-column .column ul li .right .more {
    font-size: 1.2rem;
    text-align: right;
    margin-top: 25px;
  }
}

#column_single .sct-column_single .container {
  width: 750px;
  padding-top: 0;
  padding-bottom: 100px;
}
@media screen and (max-width: 1219px) {
  #column_single .sct-column_single .container {
    width: 100%;
    padding-top: 0;
    padding-bottom: 50px;
  }
}
#column_single .sct-column_single h2 {
  font-size: 3rem;
  text-align: left;
  border-left: 1px solid #798991;
  padding-left: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1219px) {
  #column_single .sct-column_single h2 {
    font-size: 1.8rem;
    padding-left: 15px;
    margin-bottom: 20px;
  }
}
#column_single .sct-column_single h3 {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 1219px) {
  #column_single .sct-column_single h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}
#column_single .sct-column_single .image {
  margin-bottom: 80px;
}
@media screen and (max-width: 1219px) {
  #column_single .sct-column_single .image {
    margin-bottom: 30px;
  }
}
#column_single .sct-column_single .image ul {
  display: flex;
}
@media screen and (max-width: 767px) {
  #column_single .sct-column_single .image ul {
    display: block;
  }
}
#column_single .sct-column_single .image ul li {
  padding: 0 10px;
}
#column_single .sct-column_single .txt {
  margin-bottom: 50px;
}
@media screen and (max-width: 1219px) {
  #column_single .sct-column_single .txt {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
}
#column_single .sct-column_single .frame {
  background-color: #C9CDD4;
  margin-bottom: 80px;
  padding: 30px;
}
@media screen and (max-width: 1219px) {
  #column_single .sct-column_single .frame {
    font-size: 1.1rem;
    padding: 20px;
    margin-bottom: 30px;
  }
}
#column_single .sct-recommend .container {
  width: 600px;
  padding-top: 0;
  padding-bottom: 100px;
  overflow: visible;
}
@media screen and (max-width: 1219px) {
  #column_single .sct-recommend .container {
    width: 100%;
    padding-top: 0;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #column_single .sct-recommend .container {
    width: 600px;
  }
}
#column_single .sct-recommend .recommend ul li {
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  #column_single .sct-recommend .recommend ul li {
    padding: 0 5px;
  }
}
#column_single .sct-recommend .recommend ul li .inner {
  width: 100%;
  height: 100%;
  display: block;
}
#column_single .sct-recommend .recommend ul li .inner a {
  width: 100%;
  height: 100%;
  display: block;
}
#column_single .sct-recommend .recommend ul li .inner .image {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 100%;
  margin-bottom: 10px;
}
#column_single .sct-recommend .recommend ul li .inner p {
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #column_single .sct-recommend .recommend ul li .inner p {
    font-size: 1.1rem;
  }
}
#column_single .sct-recommend .recommend ul li .inner .price {
  color: #798991;
  font-size: 2.2rem;
  margin-top: 30px;
}
#column_single .sct-recommend .recommend ul li .inner .price span {
  font-size: 1.6rem;
}
@media screen and (max-width: 1219px) {
  #column_single .sct-recommend .recommend ul li .inner .price {
    font-size: 1.8rem;
    margin-top: 20px;
  }
  #column_single .sct-recommend .recommend ul li .inner .price span {
    font-size: 1.2rem;
  }
}
#column_single .sct-recommend .slider {
  opacity: 0;
  transition: opacity .3s linear;
}
#column_single .sct-recommend .slider .item a {
  display: block;
  padding: 0 10px;
}
#column_single .sct-recommend .slider .item img {
  width: 100%;
}
#column_single .sct-recommend .slider ul.slick-dots {
  bottom: -30px;
}
#column_single .sct-recommend .slider ul.slick-dots li {
  margin: 0 2px;
}
#column_single .sct-recommend .slick-initialized {
  opacity: 1;
}
#column_single .sct-recommend .slick-next, #column_single .sct-recommend .slick-prev {
  top: 35%;
  width: 35px;
  height: 35px;
  color: #FFF;
  background-color: #798991;
  border-radius: 50%;
}
#column_single .sct-recommend .slick-next:before, #column_single .sct-recommend .slick-prev:before {
  font-family: "Font Awesome 5 pro";
  font-size: 16px;
}
#column_single .sct-recommend .slick-prev {
  left: -40px;
}
#column_single .sct-recommend .slick-prev:before {
  content: "\f053";
}
@media screen and (max-width: 1219px) {
  #column_single .sct-recommend .slick-prev {
    left: 20px;
  }
}
#column_single .sct-recommend .slick-next {
  right: -40px;
}
#column_single .sct-recommend .slick-next:before {
  content: "\f054";
}
@media screen and (max-width: 1219px) {
  #column_single .sct-recommend .slick-next {
    right: 20px;
  }
}
#column_single .sct-recommend .slick-arrow {
  z-index: 50;
}
#column_single .sct-recommend .slick-slider {
  margin-bottom: 0;
}
#column_single .sct-share .container {
  width: 750px;
  padding-top: 0;
  padding-bottom: 200px;
}
@media screen and (max-width: 1219px) {
  #column_single .sct-share .container {
    width: 100%;
    padding-top: 0;
    padding-bottom: 50px;
  }
}
#column_single .sct-share .share {
  color: #798991;
  border-bottom: 2px solid #798991;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1219px) {
  #column_single .sct-share .share {
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
}
#column_single .sct-share .share .inner {
  width: 500px;
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 1219px) {
  #column_single .sct-share .share .inner {
    width: 100%;
  }
}
#column_single .sct-share .share p {
  width: 40%;
  font-size: 2.6rem;
  text-align: center;
}
@media screen and (max-width: 1219px) {
  #column_single .sct-share .share p {
    font-size: 2rem;
  }
}
#column_single .sct-share .share ul {
  width: 60%;
}
#column_single .sct-share .share ul li {
  font-size: 3rem;
  display: inline-block;
  padding: 0 20px;
}
@media screen and (max-width: 1219px) {
  #column_single .sct-share .share ul li {
    font-size: 2.4rem;
    padding: 0 10px;
  }
}
#column_single .sct-share .share ul li a {
  display: inline-block;
  color: #798991;
}
#column_single .sct-share .paging {
  display: flex;
  font-size: 2.2rem;
  margin-bottom: 80px;
}
@media screen and (max-width: 1219px) {
  #column_single .sct-share .paging {
    font-size: 1.6rem;
    margin-bottom: 50px;
  }
}
#column_single .sct-share .paging a {
  color: #798991;
}
#column_single .sct-share .paging .prev {
  width: 50%;
  text-align: left;
}
#column_single .sct-share .paging .next {
  width: 50%;
  text-align: right;
}

#guide .sct-btn {
  background-color: #E4E9EC;
}
#guide .sct-btn .container {
  padding-top: 65px;
  padding-bottom: 65px;
}
@media screen and (max-width: 1219px) {
  #guide .sct-btn .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  #guide .sct-btn .btn ul {
    display: flex;
  }
}
#guide .sct-btn .btn ul li {
  display: inline-block;
  margin: 0 20px;
}
@media screen and (max-width: 1219px) {
  #guide .sct-btn .btn ul li {
    width: 50%;
    display: block;
    margin: 0 5px;
  }
}
#guide .sct-btn .btn ul li a {
  width: 400px;
  height: 80px;
  display: block;
  font-size: 2.2rem;
  line-height: 80px;
  background-color: #FFF;
}
@media screen and (max-width: 1219px) {
  #guide .sct-btn .btn ul li a {
    width: 100%;
    height: 50px;
    font-size: 1.4rem;
    line-height: 50px;
  }
}
#guide .sct-btn .btn ul li a:hover {
  opacity: 1;
  color: #FFF;
  background-color: #798991;
}
#guide .sct-guide .container {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1219px) {
  #guide .sct-guide .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#guide .sct-guide .guide h2 {
  font-size: 3.3rem;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid rgba(121, 137, 145, 0.3);
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1219px) {
  #guide .sct-guide .guide h2 {
    font-size: 1.6rem;
    padding-bottom: 5px;
  }
}
#guide .sct-guide .guide h3 {
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  color: #798991;
  margin-bottom: 10px;
}
@media screen and (max-width: 1219px) {
  #guide .sct-guide .guide h3 {
    font-size: 1.4rem;
  }
}
#guide .sct-guide .guide .txt {
  font-size: 1.6rem;
  line-height: 3rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 1219px) {
  #guide .sct-guide .guide .txt {
    font-size: 1.3rem;
    line-height: 2.1rem;
    margin-bottom: 30px;
  }
}
#guide .sct-guide .guide img {
  margin-top: 10px;
}
@media screen and (max-width: 1219px) {
  #guide .sct-guide .guide img {
    margin: 5px 0;
  }
}
#guide .sct-guide .guide .bold {
  font-weight: 700;
}
#guide .sct-guide .guide a {
  color: #FF90A1;
}
#guide .sct-faq {
  background-color: #E4E9EC;
}
#guide .sct-faq .container {
  padding-top: 85px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1219px) {
  #guide .sct-faq .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#guide .sct-faq h2.title .e {
  position: relative;
  font-size: 3rem;
  margin-bottom: 100px;
}
@media screen and (max-width: 1219px) {
  #guide .sct-faq h2.title .e {
    font-size: 2rem;
  }
}
#guide .sct-faq h2.title .e:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;
  display: inline-block;
  width: 80px;
  height: 2px;
  background-color: #798991;
  border-radius: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#guide .sct-faq .btn {
  margin-bottom: 80px;
}
@media screen and (max-width: 1219px) {
  #guide .sct-faq .btn {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  #guide .sct-faq .btn ul {
    display: flex;
  }
}
#guide .sct-faq .btn ul li {
  display: inline-block;
  margin: 0 20px;
}
@media screen and (max-width: 1219px) {
  #guide .sct-faq .btn ul li {
    width: 50%;
    display: block;
    margin: 0 5px;
  }
}
#guide .sct-faq .btn ul li p {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  width: 400px;
  height: 80px;
  display: block;
  font-size: 2.2rem;
  line-height: 80px;
  text-align: center;
  background-color: #FFF;
  border: 1px solid rgba(121, 137, 145, 0.6);
  cursor: pointer;
}
@media screen and (max-width: 1219px) {
  #guide .sct-faq .btn ul li p {
    width: 100%;
    height: 50px;
    font-size: 1.3rem;
    line-height: 50px;
  }
}
#guide .sct-faq .btn ul li p:hover {
  opacity: 1;
  color: #FFF;
  background-color: #798991;
}
#guide .sct-faq .btn ul li:first-child p {
  color: #FFF;
  background-color: rgba(121, 137, 145, 0.6);
}
#guide .sct-faq .btn ul li:first-child p:hover {
  color: #798991;
  background-color: #FFF;
}
#guide .sct-faq .cosmion, #guide .sct-faq .mashiro {
  display: none;
}
#guide .sct-faq .cosmion ul li, #guide .sct-faq .mashiro ul li {
  text-align: justify;
  text-justify: inter-ideograph;
}
#guide .sct-faq .cosmion ul li .q, #guide .sct-faq .mashiro ul li .q {
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(121, 137, 145, 0.6);
  cursor: pointer;
}
#guide .sct-faq .cosmion ul li .q:before, #guide .sct-faq .mashiro ul li .q:before {
  width: 85px;
  height: 85px;
  content: "Q";
  font-size: 3.6rem;
  line-height: 85px;
  text-align: center;
  color: #FFF;
  background-color: rgba(121, 137, 145, 0.6);
}
@media screen and (max-width: 1219px) {
  #guide .sct-faq .cosmion ul li .q:before, #guide .sct-faq .mashiro ul li .q:before {
    width: 35px;
    height: 60px;
    font-size: 2rem;
    line-height: 60px;
  }
}
#guide .sct-faq .cosmion ul li .q .inner, #guide .sct-faq .mashiro ul li .q .inner {
  position: relative;
  width: calc(100% - 85px);
  padding: 5px 50px 5px 30px;
}
@media screen and (max-width: 1219px) {
  #guide .sct-faq .cosmion ul li .q .inner, #guide .sct-faq .mashiro ul li .q .inner {
    width: calc(100% - 35px);
    padding: 5px 20px 5px 15px;
  }
}
#guide .sct-faq .cosmion ul li .q p, #guide .sct-faq .mashiro ul li .q p {
  font-size: 2rem;
  text-align: left;
}
@media screen and (max-width: 1219px) {
  #guide .sct-faq .cosmion ul li .q p, #guide .sct-faq .mashiro ul li .q p {
    font-size: 1.3rem;
  }
}
#guide .sct-faq .cosmion ul li .q i, #guide .sct-faq .mashiro ul li .q i {
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 3rem;
}
@media screen and (max-width: 1219px) {
  #guide .sct-faq .cosmion ul li .q i, #guide .sct-faq .mashiro ul li .q i {
    right: 5px;
    font-size: 2rem;
  }
}
#guide .sct-faq .cosmion ul li .q.active i, #guide .sct-faq .mashiro ul li .q.active i {
  transform: rotate(180deg);
}
#guide .sct-faq .cosmion ul li .a, #guide .sct-faq .mashiro ul li .a {
  display: none;
  align-items: center;
  background-color: #FFF;
  padding: 40px 100px;
}
@media screen and (max-width: 1219px) {
  #guide .sct-faq .cosmion ul li .a, #guide .sct-faq .mashiro ul li .a {
    align-items: flex-start;
    font-size: 1.3rem;
    padding: 20px 40px;
  }
}
#guide .sct-faq .cosmion ul li .a .inner, #guide .sct-faq .mashiro ul li .a .inner {
  display: flex;
}
#guide .sct-faq .cosmion ul li .a span, #guide .sct-faq .mashiro ul li .a span {
  width: 85px;
  font-size: 3.6rem;
  text-align: center;
  color: #798991;
}
@media screen and (max-width: 1219px) {
  #guide .sct-faq .cosmion ul li .a span, #guide .sct-faq .mashiro ul li .a span {
    width: 35px;
    height: 60px;
    font-size: 2rem;
    line-height: 60px;
  }
}
@media screen and (max-width: 1219px) {
  #guide .sct-faq .cosmion ul li .a p, #guide .sct-faq .mashiro ul li .a p {
    padding-left: 10px;
  }
}

#newslist .sct-newslist .container {
  padding-top: 0;
  padding-bottom: 100px;
}
@media screen and (max-width: 1219px) {
  #newslist .sct-newslist .container {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
#newslist .sct-newslist .newslist ul {
  margin-bottom: 115px;
}
@media screen and (max-width: 767px) {
  #newslist .sct-newslist .newslist ul {
    margin-bottom: 50px;
  }
}
#newslist .sct-newslist .newslist ul li {
  border-bottom: 1px solid #798991;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  #newslist .sct-newslist .newslist ul li {
    padding: 20px 0;
  }
}
#newslist .sct-newslist .newslist ul li a {
  text-align: left;
}
@media screen and (min-width: 768px) {
  #newslist .sct-newslist .newslist ul li a {
    display: flex;
  }
}
#newslist .sct-newslist .newslist ul li .date {
  font-size: 1.7rem;
  color: #798991;
}
@media screen and (min-width: 768px) {
  #newslist .sct-newslist .newslist ul li .date {
    width: 200px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #newslist .sct-newslist .newslist ul li .date {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}
#newslist .sct-newslist .newslist ul li .title {
  position: relative;
  font-size: 2rem;
  padding-right: 50px;
}
@media screen and (min-width: 768px) {
  #newslist .sct-newslist .newslist ul li .title {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 767px) {
  #newslist .sct-newslist .newslist ul li .title {
    font-size: 1.6rem;
  }
}
#newslist .sct-newslist .newslist ul li .title i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: auto;
  right: 0;
  font-size: 2.7rem;
  color: #6AACAC;
}

#newssingle {
  background-color: rgba(228, 233, 236, 0.3);
}
#newssingle .sct-newssingle .container {
  padding-top: 0;
  padding-bottom: 100px;
}
@media screen and (max-width: 1219px) {
  #newssingle .sct-newssingle .container {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
#newssingle .sct-newssingle .newssingle {
  text-align: left;
  background-color: #FFF;
  padding: 85px 120px;
  margin-bottom: 110px;
}
@media screen and (max-width: 1219px) {
  #newssingle .sct-newssingle .newssingle {
    width: 100%;
    padding: 30px 20px;
    margin-bottom: 50px;
  }
}
#newssingle .sct-newssingle .newssingle .date {
  font-size: 1.8rem;
  text-align: left;
  color: #798991;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #newssingle .sct-newssingle .newssingle .date {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}
#newssingle .sct-newssingle .newssingle h2 {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid #798991;
  padding-bottom: 15px;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  #newssingle .sct-newssingle .newssingle h2 {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
#newssingle .sct-newssingle .newssingle h3 {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: left;
  background-color: #E4E9EC;
  padding: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #newssingle .sct-newssingle .newssingle h3 {
    font-size: 1.4rem;
    padding: 10px;
    margin-bottom: 30px;
  }
}
#newssingle .sct-newssingle .newssingle img {
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #newssingle .sct-newssingle .newssingle img {
    margin-bottom: 30px;
  }
}
#newssingle .sct-newssingle .newssingle p {
  font-size: 1.6rem;
  line-height: 3.4rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #newssingle .sct-newssingle .newssingle p {
    font-size: 1.4rem;
    line-height: 2.8rem;
    margin-bottom: 20px;
  }
}
#newssingle .sct-newssingle .newssingle a {
  word-break: break-all;
  color: #6AACAC;
}
#newssingle .sct-newssingle .paging {
  display: flex;
  text-align: left;
  border-top: 1px solid #798991;
  border-bottom: 1px solid #798991;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #newssingle .sct-newssingle .paging {
    display: block;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #newssingle .sct-newssingle .paging {
    margin-bottom: 30px;
  }
}
#newssingle .sct-newssingle .paging .prev {
  position: relative;
  width: 50%;
  border-right: 1px solid #798991;
}
@media screen and (max-width: 767px) {
  #newssingle .sct-newssingle .paging .prev {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #798991;
  }
}
#newssingle .sct-newssingle .paging .prev a {
  display: block;
  padding: 40px 70px 40px 115px;
}
@media screen and (max-width: 1219px) {
  #newssingle .sct-newssingle .paging .prev a {
    padding: 20px 20px 20px 40px;
  }
}
#newssingle .sct-newssingle .paging .prev i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2.8rem;
  color: #6AACAC;
}
@media screen and (max-width: 1219px) {
  #newssingle .sct-newssingle .paging .prev i {
    font-size: 2rem;
  }
}
#newssingle .sct-newssingle .paging .next {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #newssingle .sct-newssingle .paging .next {
    width: 100%;
  }
}
#newssingle .sct-newssingle .paging .next a {
  display: block;
  padding: 40px 115px 40px 70px;
}
@media screen and (max-width: 1219px) {
  #newssingle .sct-newssingle .paging .next a {
    padding: 20px 40px 20px 20px;
  }
}
#newssingle .sct-newssingle .paging .next i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: auto;
  right: 0;
  font-size: 2.8rem;
  color: #6AACAC;
}
@media screen and (max-width: 1219px) {
  #newssingle .sct-newssingle .paging .next i {
    font-size: 2rem;
  }
}
#newssingle .sct-newssingle .paging .date {
  font-size: 1.5rem;
  color: #798991;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #newssingle .sct-newssingle .paging .date {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}
#newssingle .sct-newssingle .paging .title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3.2rem;
}
@media screen and (max-width: 767px) {
  #newssingle .sct-newssingle .paging .title {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
#newssingle .sct-newssingle .buttons .bt {
  width: 220px;
  height: 50px;
  display: inline-block;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  #newssingle .sct-newssingle .buttons .bt {
    width: 45%;
    margin: 0 5px;
  }
}
#newssingle .sct-newssingle .buttons .bt a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 48px;
  border: 1px solid #2F393D;
  background-color: #FFF;
}
#newssingle .sct-newssingle .buttons .bt a i {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  #newssingle .sct-newssingle .buttons .bt a {
    font-size: 1.2rem;
  }
}

#postage .sct-main .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1219px) {
  #postage .sct-main .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

#policy .sct-main .container {
  padding-top: 0;
  padding-bottom: 100px;
}
@media screen and (max-width: 1219px) {
  #policy .sct-main .container {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
#policy .sct-main h2 {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid #798991;
  margin-bottom: 25px;
}
@media screen and (max-width: 1219px) {
  #policy .sct-main h2 {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
#policy .sct-main .txt {
  margin-bottom: 70px;
}
@media screen and (max-width: 1219px) {
  #policy .sct-main .txt {
    margin-bottom: 40px;
  }
}
#policy .sct-main ul {
  margin-bottom: 70px;
}
@media screen and (max-width: 1219px) {
  #policy .sct-main ul {
    margin-bottom: 40px;
  }
}

#commerce .sct-main .container {
  padding-top: 0;
  padding-bottom: 100px;
}
@media screen and (max-width: 1219px) {
  #commerce .sct-main .container {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
#commerce .sct-main dl {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #commerce .sct-main dl {
    display: flex;
    font-size: 1.8rem;
  }
}
#commerce .sct-main dl dt {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #commerce .sct-main dl dt {
    width: 30%;
    border-bottom: 1px solid #FF90A1;
    padding: 50px 0px;
  }
}
@media screen and (max-width: 767px) {
  #commerce .sct-main dl dt {
    padding: 20px 0 0;
  }
}
#commerce .sct-main dl dd {
  border-bottom: 1px solid #798991;
}
@media screen and (min-width: 768px) {
  #commerce .sct-main dl dd {
    width: 70%;
    padding: 50px 0px;
  }
}
@media screen and (max-width: 767px) {
  #commerce .sct-main dl dd {
    padding: 0 0 20px;
  }
}
#commerce .sct-main dl:last-child dt, #commerce .sct-main dl:last-child dd {
  border: none;
}
#commerce .sct-main ul {
  text-align: left;
  margin-bottom: 70px;
}
@media screen and (max-width: 1219px) {
  #commerce .sct-main ul {
    margin-bottom: 40px;
  }
}
#commerce .sct-main .txt {
  margin-bottom: 40px;
}
#commerce .sct-main a {
  color: #FF90A1;
}

#contact {
  background-color: rgba(228, 233, 236, 0.3);
}
#contact .sct-main .container {
  padding-top: 0;
  padding-bottom: 180px;
}
@media screen and (max-width: 1219px) {
  #contact .sct-main .container {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
#contact .sct-main .caution {
  display: inline-block;
  font-size: 12px;
  color: #6AACAC;
  margin-left: 5px;
}
#contact .sct-main .grp {
  background-color: #FFF;
  padding: 85px 120px;
}
@media screen and (max-width: 1219px) {
  #contact .sct-main .grp {
    width: 100%;
    padding: 30px 20px;
  }
}
#contact .sct-main ul li {
  text-align: left;
}
#contact .sct-main ul li:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #contact .sct-main ul li:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  #contact .sct-main ul li {
    display: flex;
  }
}
#contact .sct-main ul li p {
  font-weight: 700;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  #contact .sct-main ul li p {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  #contact .sct-main ul li .formfield {
    width: 75%;
  }
}
#contact .sct-main .submit {
  margin-top: 60px;
  font-size: 0;
}
#contact .sct-main .submit .button {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  position: relative;
  display: inline-block;
  color: #FFF;
  background-color: #9CABBF;
  padding: 20px 60px;
  font-size: 1.6rem;
  margin: 0 20px;
}
#contact .sct-main .submit .button i {
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  #contact .sct-main .submit .button {
    width: 100%;
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 1220px) {
  #contact .sct-main .submit .button {
    min-width: 300px;
  }
  #contact .sct-main .submit .button:hover {
    cursor: pointer;
    background: #798991;
    opacity: 1;
  }
}
#contact .sct-main .submit a.button {
  color: #FFF;
  text-decoration: none;
}
#contact .sct-confirm dl {
  text-align: left;
  border-bottom: 1px solid #798991;
}
@media screen and (min-width: 768px) {
  #contact .sct-confirm dl {
    display: flex;
    font-size: 1.8rem;
  }
}
#contact .sct-confirm dl dt {
  width: 25%;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  #contact .sct-confirm dl dt {
    width: 100%;
    font-weight: 700;
    padding: 20px 0 5px;
  }
}
#contact .sct-confirm dl dd {
  width: 75%;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  #contact .sct-confirm dl dd {
    width: 100%;
    padding: 5px 0 20px;
  }
}
#contact .sct-submit h2 {
  display: block;
  font-size: 2.5rem;
  font-style: 700;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1219px) {
  #contact .sct-submit h2 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
#contact .sct-submit .txt {
  margin-bottom: 50px;
}
@media screen and (max-width: 1219px) {
  #contact .sct-submit .txt {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  #contact .sct-submit .txt p {
    text-align: center;
  }
}
#contact .sct-submit .logo {
  font-size: 1.8rem;
}
#contact .sct-submit .logo img {
  width: 60px;
  margin-right: 20px;
  vertical-align: middle;
}

#page .sct-main .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1219px) {
  #page .sct-main .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

footer {
  background-color: #FFF;
}
footer .sct-photo .container {
  width: 100%;
}
@media screen and (max-width: 767px) {
  footer .sct-photo .container {
    padding: 0;
  }
}
footer .sct-photo .photo ul {
  display: flex;
  flex-wrap: wrap;
}
footer .sct-photo .photo ul li {
  width: 25%;
}
footer .sct-photo .photo ul li img {
  width: 100%;
}
footer .sct-about {
  color: #FFF;
  background-color: #9CABBF;
}
footer .sct-about .container {
  padding-top: 25px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1219px) {
  footer .sct-about .container {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
footer .sct-about h2 {
  font-family: "Yu Mincho" , YuMincho , "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3", "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 8rem;
  text-align: left;
  letter-spacing: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1219px) {
  footer .sct-about h2 {
    font-size: 3rem;
    letter-spacing: 5px;
    text-align: center;
  }
}
footer .sct-about .txt {
  font-size: 1.8rem;
  line-height: 4.4rem;
}
@media screen and (max-width: 1219px) {
  footer .sct-about .txt {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
  footer .sct-about .txt p {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  footer .sct-navi {
    background: rgba(228, 233, 236, 0.5);
  }
}
footer .sct-navi .container {
  padding-top: 125px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1219px) {
  footer .sct-navi .container {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }
}
footer .sct-navi .search {
  display: flex;
  padding: 0 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  footer .sct-navi .search {
    display: none;
  }
}
footer .sct-navi .search input {
  width: calc(100% - 50px);
  height: 50px;
  line-height: 50px;
  border: 2px solid #E4E9EC;
  background-color: #FFF;
  padding: 0 20px;
  -webkit-appearance: none;
}
footer .sct-navi .search a {
  width: 50px;
  height: 50px;
  display: block;
  font-size: 2.2rem;
  line-height: 50px;
  text-align: center;
  background-color: #E4E9EC;
}
footer .sct-navi .navi_sp ul li:not(:last-child) {
  border-bottom: 1px solid #C9CDD4;
}
footer .sct-navi .navi_sp ul li a {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 60px;
  display: flex;
  font-size: 1.3rem;
  align-items: center;
  padding: 10px;
}
footer .sct-navi .navi_sp ul li .image {
  width: 30%;
}
footer .sct-navi .navi_sp ul li .title {
  font-family: 'Outfit', "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
footer .sct-navi .navi_sp ul li .txt {
  padding-left: 20px;
}
footer .sct-navi .navi_sp ul li .bold {
  font-weight: 700;
}
footer .sct-navi .navi_sp ul li i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: auto;
  right: 20px;
}
footer .sct-navi .navi ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  footer .sct-navi .navi ul li {
    width: 20%;
    border-right: 1px solid #2F393D;
  }
  footer .sct-navi .navi ul li.bordernone {
    border: none;
  }
}
@media screen and (max-width: 767px) {
  footer .sct-navi .navi ul li {
    width: 50%;
    border-bottom: 1px solid #FFF;
  }
  footer .sct-navi .navi ul li:nth-child(2n) {
    border-left: 1px solid #FFF;
  }
}
footer .sct-navi .navi ul li a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px 0;
}
footer .sct-navi .navi ul li a:hover {
  opacity: 1;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  footer .sct-navi .navi ul li a {
    display: flex;
    align-items: center;
    background-color: #E4E9EC;
    padding: 20px;
  }
}
footer .sct-navi .navi ul li .icon {
  position: relative;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  footer .sct-navi .navi ul li .icon {
    width: 20%;
    margin: 0;
    text-align: center;
  }
}
footer .sct-navi .navi ul li .icon img {
  display: inline-block;
}
footer .sct-navi .navi ul li p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer .sct-navi .navi ul li p {
    width: 80%;
    font-size: 1.2rem;
    text-align: left;
    padding-left: 15px;
  }
}
footer .sct-info {
  background: rgba(228, 233, 236, 0.5);
}
@media screen and (max-width: 767px) {
  footer .sct-info {
    display: none;
  }
}
footer .sct-info .container {
  overflow: visible;
  padding-top: 0;
  padding-bottom: 90px;
}
@media screen and (max-width: 1219px) {
  footer .sct-info .container {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
footer .sct-info .info {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}
footer .sct-info .info .box {
  width: 33.333%;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: left;
  padding: 0 30px;
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  footer .sct-info .info .box {
    padding: 0 15px;
  }
}
footer .sct-info .info h2 {
  position: relative;
  line-height: 4rem;
  text-align: left;
  border-bottom: 1px solid #BDBDBD;
  margin-bottom: 20px;
}
footer .sct-info .info h2 a {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  font-size: 1.4rem;
}
footer .sct-info .info h2 i {
  margin: 0 5px;
}
footer .sct-info .info h3 {
  font-weight: 700;
  text-align: left;
}
footer .sct-info .info .margin {
  margin-bottom: 30px;
}
footer .sct-info .info .delivery {
  margin-bottom: 40px;
}
footer .sct-info .info .tel a {
  font-size: 2.2rem;
}
footer .sct-info .info .tel a img {
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 10px;
}
footer .sct-info .info .calender {
  background: rgba(228, 233, 236, 0.5);
  padding: 20px;
  margin-top: 20px;
}
footer .sct-info .info .calender .title {
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #BDBDBD;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
footer .sct-info .info .calender .makeshop-calendar1 {
  text-align: center;
  margin: 0 auto;
}
footer .sct-info .info .calender .makeshop-calendar1 th,
footer .sct-info .info .calender .makeshop-calendar2 th {
  padding: 0 5px;
}
footer .sct-info .info .calender .makeshop-calendar1 td,
footer .sct-info .info .calender .makeshop-calendar2 td {
  padding: 0 5px;
}
footer .sct-info .info .calender .makeshop-calendar1 th.sunday,
footer .sct-info .info .calender .makeshop-calendar2 th.sunday {
  color: #f08080;
}
footer .sct-info .info .calender .makeshop-calendar1 tbody td.sunday,
footer .sct-info .info .calender .makeshop-calendar2 tbody td.sunday {
  background: #f0808073;
}
footer .sct-info .info .calender .makeshop-calendar1 th.saturday,
footer .sct-info .info .calender .makeshop-calendar2 th.saturday {
  color: #6495ed;
}
footer .sct-info .info .calender .makeshop-calendar1 tbody td.saturday,
footer .sct-info .info .calender .makeshop-calendar2 tbody td.saturday {
  background: #6495ed36;
}
footer .sct-info .info .calender .makeshop-calendar1 tbody td.today,
footer .sct-info .info .calender .makeshop-calendar2 tbody td.today {
  color: #FFF;
  background: #798991;
}
footer .sct-sitemap .container {
  padding-top: 90px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1219px) {
  footer .sct-sitemap .container {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  footer .sct-sitemap .container {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  footer .sct-sitemap .bana {
    margin-bottom: 60px;
  }
  footer .sct-sitemap .bana img {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  footer .sct-sitemap .sitemap {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  footer .sct-sitemap .sitemap .left {
    width: 45%;
  }
}
footer .sct-sitemap .sitemap .left .logo a {
  display: block;
}
@media screen and (min-width: 768px) {
  footer .sct-sitemap .sitemap .left .logo {
    width: 150px;
    margin-bottom: 70px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  footer .sct-sitemap .sitemap .left .logo {
    width: 75px;
    margin: 30px auto 10px;
  }
}
footer .sct-sitemap .sitemap .left .sns {
  width: 280px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  footer .sct-sitemap .sitemap .left .sns {
    width: 100%;
    text-align: center;
  }
}
footer .sct-sitemap .sitemap .left .sns ul {
  display: flex;
  flex-wrap: wrap;
}
footer .sct-sitemap .sitemap .left .sns ul li {
  width: 50%;
  margin-bottom: 20px;
}
footer .sct-sitemap .sitemap .left .sns ul li a {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  footer .sct-sitemap .sitemap .left .copy {
    font-size: 1.2rem;
  }
  footer .sct-sitemap .sitemap .left .copy p {
    text-align: center;
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  footer .sct-sitemap .sitemap .right {
    width: 55%;
  }
}
footer .sct-sitemap .sitemap .right .navi {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
footer .sct-sitemap .sitemap .right .navi ul {
  width: 50%;
  text-align: left;
  line-height: 3rem;
}
footer .sct-sitemap .sitemap .right .navi ul li i {
  margin-right: 5px;
}
footer .sct-sitemap .sitemap .right .navi ul li.bold {
  font-weight: 700;
  margin-bottom: 20px;
}
footer .sct-sitemap .sitemap .right .bana {
  width: calc(100% + 30px);
  margin: 0 -15px 20px;
}
@media screen and (max-width: 767px) {
  footer .sct-sitemap .sitemap .right .bana {
    width: calc(100% + 6px);
    margin: 0 -3px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  footer .sct-sitemap .sitemap .right .bana {
    width: calc(100% + 10px);
    margin: 0 -5px;
  }
}
footer .sct-sitemap .sitemap .right .bana ul {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  justify-content: space-between;
}
footer .sct-sitemap .sitemap .right .bana ul li {
  width: calc(33.333% - 30px);
}
@media screen and (max-width: 767px) {
  footer .sct-sitemap .sitemap .right .bana ul li {
    width: calc(50% - 6px);
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  footer .sct-sitemap .sitemap .right .bana ul li {
    width: calc(33.333% - 10px);
    margin-bottom: 10px;
  }
}
footer .sct-sitemap .sitemap .right .bana ul li .inner {
  width: 100%;
  height: 100%;
  display: block;
}
footer .sct-sitemap .sitemap .right .bana ul li .inner a {
  width: 100%;
  height: 100%;
  display: block;
}
footer .sct-sitemap .sitemap .right .bana ul li .inner img {
  width: 100%;
}
@media screen and (min-width: 1220px) {
  footer .sct-sitemap .sitemap .right .copy {
    display: flex;
  }
}
footer .sct-sitemap .sitemap .right .copy .policy {
  text-align: left;
}
footer .sct-sitemap .sitemap .right .copy .policy a {
  color: #808080;
}
@media screen and (min-width: 1220px) {
  footer .sct-sitemap .sitemap .right .copy .policy {
    width: 50%;
  }
}
footer .sct-sitemap .sitemap .right .copy p {
  font-size: 1.2rem;
  text-align: right;
  color: #808080;
}
@media screen and (min-width: 1220px) {
  footer .sct-sitemap .sitemap .right .copy p {
    width: 50%;
  }
}

#teiki_bana {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: fixed;
  top: auto;
  bottom: 20px;
  z-index: 1000;
}
#teiki_bana .container {
  width: 1250px;
  overflow: visible;
}
@media screen and (max-width: 1219px) {
  #teiki_bana .container {
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  #teiki_bana .teiki_bana_pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #teiki_bana .teiki_bana_sp {
    display: none;
  }
}
#teiki_bana .box {
  display: flex;
}
#teiki_bana .box .ico {
  width: 80px;
}
@media screen and (max-width: 767px) {
  #teiki_bana .box .ico.title {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #teiki_bana .box .ico.close {
    position: absolute;
    bottom: 60px;
    right: 25px;
    width: 30px;
  }
}
#teiki_bana .box .bana {
  width: calc(100%- 160px);
  text-align: center;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  #teiki_bana .box .bana {
    width: 100%;
  }
}
#teiki_bana .box .bana .slider {
  transition: opacity .3s linear;
}
#teiki_bana .box .bana .slider li {
  padding: 0 5px;
}
#teiki_bana .box .bana .slider li img {
  width: 100%;
  border-radius: 5px;
}
#teiki_bana .box .bana .slider li a {
  display: block;
}
#teiki_bana .box #teiki_close {
  cursor: pointer;
}

#pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
}
@media screen and (max-width: 767px) {
  #pagetop {
    right: 25px;
    bottom: 120px;
  }
}
#pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  text-decoration: none;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
#pagetop a:hover {
  background: #798991;
  opacity: 1;
}
#pagetop a .svg-inline--fa.fa-w-14 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #pagetop a {
    width: 30px;
    height: 30px;
    font-size: 10px;
    line-height: 30px;
  }
}
