/* ---------------------------------------
    SN ADD
--------------------------------------- */

/*--▼ 2024.05 リニューアル調整
-------------------------------------------------------------*/
/*ヘッダ部分非表示*/
.product__title {
  display: none;
}
main>section.mwsc__lead--inner {
  display: none;
}
/*ボタン*/
.link-btn-v6 {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  column-gap: 1rem;
  align-items: center;
  border-radius: 100vmax;
  background-color: #00B0EC;
  border: 1px solid #00B0EC;
  color: #fff;
  max-width: 24rem;
  width: 100%;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.25);
  transition: filter 0.3s;
  padding: 1.5rem;
}
.link-btn-v6:hover {
  filter: brightness(1.1);
}
.link-btn-v6::before {
  content: "";
}
.link-btn-v6::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 0.2rem solid;
  border-right: 0.2rem solid;
  transform: rotate(45deg);
}

/*--▼ 2023.07移行調整
-------------------------------------------------------------*/
html {
  font-size: 62.5%;
}
main > * {
  max-width: 100%;
}
/*--▲-------------------------------------------------------*/


/* メニュー調整 2023/4/25 */
.global-navigation__image--app {
  width: 69px;
}
.automemo-feature__image.automemo-feature__image--app {
  padding: 16px;
}


/* メニュー調整 2021/12/1 */
.global-navigation__inner {
justify-content: center;
}
a.global-navigation__box{
padding: 12px 0;
}
a.global-navigation__box--product {
width: 240px;
padding: 0 20px;
}
.global-navigation__column {
width: 24%;
}
.global-navigation__column > .global-navigation__box {
font-size: 14px;
}
.global-navigation__column > .global-navigation__box:last-child {
margin-bottom: 0;
}
/* / メニュー調整 2021/12/1*/


/*----- メニュー調整 2022/5/27 -----*/
.global-navigation__inner {
flex-wrap: wrap;
}
.global-navigation__box--file {
width: 280px;
}
.global-navigation__column {
width: auto;
margin: 1em 0;
transform: translateX(-130px);
}
.global-navigation__box--others {
font-size: 14px;
color: #000;
margin: 1em;
}
.global-navigation.js-active .global-navigation__box--others {
pointer-events: auto;
}
.global-navigation__box--others::before {
content: url(/img_sc/automemo/common/arrow.png);
margin-right: 0.5rem;
display: inline-flex;
}
.global-navigation__box--others:hover {
opacity: 0.8;
}
/*--------------------------------------*/


/* チャットデフォルト非表示 */
.krkr-button-img{display: none;}

/* Header */
.header__nav-list{
margin-right: 8vw;
width: 700px;
}
.header__logo a{
margin: 0 0 0 auto;
}
.header__logo a:hover {
opacity: 0.7;
}
.header__nav-list--link {
border-bottom: 2px solid #5C72CC;
}
.header__nav-list--link:hover {
border-bottom: 2px solid #FFF;
}
.header__nav-list--link.drop{
position: relative;
cursor: pointer;
}
.header__nav-list--drop {
overflow: hidden;
transition: .5s;
position: absolute;
top: 27px;
/* left: 0; */
width: 140px;
height: 0;
background: #5C72CC;
box-shadow: 0 2px 3px 0 rgb(0 0 0 / 16%);
line-height: 2.5;
}
.header__nav-list--drop li {
padding: 0 1em;
height: 0;
opacity: 0;
}
.header__nav-list--drop li:hover {
opacity: 0.7;
}
.header__nav-list--drop li:first-of-type {
padding-top: 15px;
}
.header__nav-list--drop a {
color: #fff;
}
.header__nav-list--link.drop:hover a + .header__nav-list--drop{
height: calc(5em + 25px);
overflow: visible;
}
.header__nav-list--link.drop:hover a + .header__nav-list--drop li{
height: auto;
opacity: 1;
}


/*
a.header__nav-list--link.file{
position:relative;
}
a.header__nav-list--link.file::before,
a.sp-menu__list--link.file::before {
content: "8月3日(火)まで無料";
position: absolute;
left: 2rem;
top: -20px;
right: 0;
text-align: center;
font-size: 12px;
color: #FFF;
background: #e50000; 
width: 10rem;
margin: 0 auto;
} 
a.header__nav-list--link.file::after,
a.sp-menu__list--link.file::after {
content: "NEW";
position: absolute;
left: 1.3rem;
top: -18px;
background: #ce1b1b;
font-size: 10px;
padding: 0 7px;
border: 1px solid #c9d4ff;
border-radius: 13px;
color: #fff;
}
a.sp-menu__list--link.file{
padding: 7vw 0 3.7vw;
position:relative;
}
a.sp-menu__list--link.file::before{
left: 2rem;
top: 8px;
}
a.sp-menu__list--link.file::after {
left: 3.7rem;
top: 10px;
}
*/

/* 不要要素非表示 */
.inTax-message,
#link-cart-common{
display:none;
}

/* Cart */
.cart_wrapper_content_top{
padding-top: 77px;
}
.cart_price_wrapper {
padding: 0;
}
.cart_postage::before{
/* content: "送料："attr(data-postage)"円"; */
}
.product__money p ,
.purchase__product--money p {
display: inline-block;
}
.product__money::after ,
.purchase__product--money::after{
content: "送料無料" !important;
color: #e50000;
font-size: 13px;
font-weight: normal;
margin: 0 0 0 0.8rem;
}
.hassou::after{
/* content: "月～土曜15:00まで、日曜・祝日13:00までの注文は即日発送\A（Amazon Payは除く）\Aカード／コンビニ／Amazon pay／代引き"; */
content: '即日発送';
white-space: pre;
/* margin-right: 0.7rem; */
}
.sec1__des--red *{
color: #e50000;
}
.product__point {
margin-top: 0.4em;
}
/* Color */
*[class*="--red"],
*[class*="--red"] *{
color: #e50000;
}

/* Button */
.cart_button ,
.template-button {
background-color: #ffcc00;
color: #000;
font-weight: bold;
}
.fixed-cart {
right: 20px;
bottom: 23px;
opacity: 0;
pointer-events: none;
transition: all 0.3s;
}
.fixed-cart.active {
opacity: 1;
pointer-events: all;
}
.fixed-cart .cart_button{
box-shadow: none;
display: inline-block;
}
@media screen and (max-width:768px) {
.fixed-cart {
  bottom: 15px;
  right: 15px;
}
.fixed-cart .cart_button{
  box-shadow: 0px 3px 5px #0000001c;
}
}
#fixed-to-top {
color: #00B3F0;
width: 62px;
height: 62px;
line-height: 59px;
border-radius: 50%;
box-sizing: border-box;
right: 97px;
bottom: 23px;
}
#fixed-to-top:hover {
  border-color: #00B3F0;
}

/* Table */
.table01{
margin: auto;
}
table.table01 thead tr th {
padding: 1rem 0;
}
table.table01 tr th,
table.table01 tr td {
text-align: left;
vertical-align: top;
font-size: 15px;
}
table.table01 tr td {
padding: 0.3rem 0;
}
.table01 a{
color: #5c72cc;
}

/* Modal */
.mdl__wrapper {
display: none;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 100;
}
.mdl__wrapper .mdl__overlay {
background: #CCC;
opacity: 0.7;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.mdl__inner {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
z-index: 200;
}
.mdl__wrapper .mdl__cts {
box-sizing: border-box;
padding: 30px;
background: #FFF;
width: 980px;
max-height: 80%;
overflow-y: scroll;
border: 1px solid #FFF;
border-radius: 6px;
position: relative;
}
@media screen and (max-width:768px) {
.mdl__wrapper .mdl__cts{
  width: 90%;
  margin: 0 auto;
}
}

input.mdl__btn:checked + .mdl__wrapper{
display: block;
}
.mdl__btn,
.mdl__closebtn{
color:#5c72cc;
font-size: 15px;
cursor: pointer;
}
label.mdl__btn::after {
font-family: "Ionicons";
font-size: 18px;
content: "";
margin-left:0.5rem;
}
label.mdl__closebtn {
position: absolute;
right: 20px;
top: 10px;
}
label.mdl__closebtn::before {
font-family: "Ionicons";
font-size: 18px;
content: "";
margin-right: 0.5rem;
}



/* Content Module */
.content.border{
border-top: solid 1px #888b92 !important;
}
.content__des.mb {
margin-bottom: 20px;
}
.content__des.taLeft{
text-align:left !important;
}
.content__des.taRight{
text-align:right !important;
}
.content__des.taCenter{
text-align:center !important;
}
.icon_num_01 {
display: inline-block;
background: #5c72cc;
color: #FFF;
border-radius: 40px;
width: 30px;
height: 30px;
font-size: 16px;
font-weight: normal;
box-sizing: border-box;
padding: 2px 0 0;
}
@media screen and (max-width:768px) {
.sub-content__item.sp-mb {
margin-bottom: 30px;
}
}

/* Purchase */
.purchase__reservation{
display: inline-block;
margin: 0 auto;
background: #FFF;
border: 1px solid #5c72cc;
color: #5c72cc;
//  width: 14rem;
font-size: 13px;
border-radius: 3px;
text-align: center;
}
.purchase__wrapper {
width: 100%;
}
.purchase__left {
text-align: center;
display: flex;
flex-direction: column;
width: 100%;
}
.purchase__left--img {
height: 300px;
width: 100%;
margin: 0 auto;
}
.purchase__img {
margin: 0 auto;
width: auto;
}
.purchase__img img {
width: auto;
height: 100%;
margin: 0 auto;
}
.purchase__thumb {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 30px 0 0;
position: relative;
padding: 0 20px;
}
.purchase__thumb--img {
width: calc(25% - 10px);
padding-top: calc(25% - 10px);
height: 0;
border-radius: 3px;
border: solid 1px #c3c7ce;
background-size: auto 80%;
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
}
.active.purchase__thumb--img {
border-color: #5c72cc;
}
.purchase__thumb--img:nth-of-type(1) {
background-image: url(/img_sc/automemo/purchase/thumb_01.png);
}
.purchase__thumb--img:nth-of-type(2) {
background-image: url(/img_sc/automemo/purchase/thumb_02.png);
}
.purchase__thumb--img:nth-of-type(3) {
background-image: url(/img_sc/automemo/purchase/thumb_03.png);
}
.purchase__thumb--img:nth-of-type(4) {
background-image: url(/img_sc/automemo/purchase/thumb_04.png);
}
.purchase__thumb--img:nth-of-type(5) {
background-image: url(/img_sc/automemo/purchase/thumb_05.png);
}
.purchase__thumb--img:nth-of-type(6) {
background-image: url(/img_sc/automemo/purchase/thumb_06.png);
}
.purchase__thumb--img:nth-of-type(7) {
background-image: url(/img_sc/automemo/purchase/thumb_07.png);
}
.purchase__thumb--img:nth-of-type(8) {
background-image: url(/img_sc/automemo/purchase/thumb_08.png);
}
.purchase__thumb--img:not(:nth-of-type(4n)) {
margin-right: 10px;
}
.purchase__thumb--img:nth-of-type(n+5) {
margin-top: 10px;
}
.purchase__thumb--left {
position: absolute;
cursor: pointer;
transform: translateY(-50%);
left: 25px;
top: 50%;
border-top: 10px solid transparent;
border-right: 10px solid #5c72cc;
border-bottom: 10px solid transparent;
}
.purchase__thumb--right {
position: absolute;
cursor: pointer;
transform: translateY(-50%);
right: 25px;
top: 50%;
border-top: 10px solid transparent;
border-left: 10px solid #5c72cc;
border-bottom: 10px solid transparent;
}
.swiper-button-prev, .swiper-button-next, .purchase__thumb--right, .purchase__thumb--left {
outline: none;
}
.swiper-button-prev {
background-image: none;
border-top: 3vw solid transparent;
border-right: 3vw solid #5c72cc;
border-bottom: 3vw solid transparent;
width: auto;
height: auto;
left: 7vw;
}
.swiper-button-next {
background-image: none;
border-top: 3vw solid transparent;
border-left: 3vw solid #5c72cc;
border-bottom: 3vw solid transparent;
width: auto;
height: auto;
right: 7vw;
}
.purchase__product {
text-align: center;
border: solid 1px #c3c7ce;
border-radius: 3px;
width: 440px;
}
.purchase__product--name {
font-size: 20px;
margin: 0;
}
.purchase__product--money {
font-size: 20px;
font-weight: 700;
}
.purchase__product--point {
font-size: 13px;
line-height: 1.6;
color: #e50000;
display: flex;
align-items: center;
justify-content: center;
margin: 0 0 8px;
}
.purchase__product--point img {
margin-left: 0.3rem;
width: 17px;
height: 19px;
}
.purchase__product--day {
font-size: 13px;
line-height: 1.6;
margin: 0 0 15px;
}
.purchase__product--pay {
margin: 0 0 2em;
font-size: 14px;
}

.purchase__product--pay .icon {
  display: inline-block;
  position: relative;
}
.purchase__product--pay .icon::after {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  white-space: nowrap;
}
.purchase__product--pay .icon.amazon::after {
  content: 'AmazonPay';
}
.purchase__product--pay .icon.card::after  {
  content: 'カード';
}
.purchase__product--pay img {
width: 40px;
margin: 0 10px 1em;
vertical-align: middle;
}
.cartadd {
margin: 2em 0;
}
.purchase__product--option {
margin: 0 0 10px;
}
.purchase__application {
margin: 21px 0 0;
align-items: center;
font-size: 14px;
}
.purchase__application--text {
margin: 0 1rem 0 0;
text-align: left;
}
@media screen and (max-width:1110px) {
.purchase__application--text {
  display: inline-block;
  width: 100%;
}
}
.purchase__des {
font-size: 14px;
line-height: 1.43;
padding: 0 20px 0 0;
text-align: left;
}
.purchase__des--red {
color: #e50000;
}
@media screen and (max-width:768px) {
.purchase__reservation {
  font-size: 13px;
}
.purchase__left--img {
  height: 300px;
  width: 100%;
}
.purchase__img {
  width: 100%;
}
.purchase__thumb {
  display: none;
}
.purchase__sp-right {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.purchase__product {
  border: none;
  width: 100%;
}
.purchase__product--name {
  font-size: 20px;
}
.purchase__product--money {
  font-size: 20px;
}
.purchase__product--money span {
  font-size: 15px;
}
.purchase__product--point {
  font-size: 13px;
  margin: 0 0 8px;
}
.purchase__product--point img {
  width: 4.5vw;
  height: 4.5vw;
}
.purchase__product--day {
  font-size: 13px;
  margin: 0 0 20px;
}
.purchase__product--option {
  margin: 0 0 10px;
}
.purchase__application {
  align-items: center;
  justify-content: center;
}
.purchase__application--text {
  margin: 0 1rem 0 0;
  text-align: center;
}
.purchase__des {
  font-size: 15px;
  padding: 0 5.33vw;
  text-align: center;
}
}

/* module__qa */
.module__qa {
width: 100%;
max-width: 810px;
text-align: left;
font-size: 15px;
border-bottom: solid 1px #c3c7ce;
padding: 20px 0;
}
.module__qa:nth-of-type(1) {
border-top: solid 1px #c3c7ce;
}
.module__qa--a ,
.module__qa--q {
padding: 0 0 0 40px;
position: relative;
}
.module__qa--a::before {
content: "A";
position: absolute;
left: 0;
top: -4px;
width: 30px;
height: 30px;
text-align: center;
line-height: 30px;
border-radius: 3px;
border: solid 1px #5c72cc;
}
.module__qa--q::before {
content: "Q";
position: absolute;
left: 0;
top: -4px;
width: 30px;
height: 30px;
text-align: center;
font-weight: 400;
line-height: 30px;
border-radius: 3px;
border: solid 1px #5c72cc;
background-color: #5c72cc;
color: #ffffff;
}
.module__qa--q {
margin: 0 0 18px;
font-weight: 700;
}
.module__qa--q .module__qa--box {
background-color: #5c72cc;
color: #ffffff;
}

/* module__list */
ul.module__list {
text-align: left;
margin-left: 1em;
}
ul.module__list li {
margin-bottom: 0.2em;
padding-left: 4px;
text-indent: -1.6em;
}
ul.module__list li::before {
content: "・";
padding-right: 0.6em;
}
@media screen and (max-width:768px) {
ul.module__list li {
  padding-left: 0px;
  text-indent: -1.2em;
}
ul.module__list li::before {
  padding-right: 0.2em;
}
}

/* footer */
.footer__logo.pcClass{
display:none;
}
.footer__copy {
/* display: flex; */
/* flex-direction: column; */
/* align-items: center; */
/* justify-content: center; */
/* height: 120px; */
background-color: #f2f4f6;
text-align: center;
padding: 30px 0;
}
.footer__copy-top {
/* display: flex; */
/* align-items: center; */
font-size: 12px;
margin: 0;
}
.footer__statement {
margin: 22px 0 0;
}
.footer__statement img {
width: 230px;
}
@media screen and (max-width: 768px){
.footer__copy {
padding-bottom: 100px;
}
.footer__copy-top {
padding: 0 5.33vw;
}
.footer__copy-top a {
margin: 0;
display: block;
}
.footer__copy-bottom {
font-size: 10px;
margin: 8px 0 0;
}
}

/*2022.08　メニュー色変更*/
.header__nav-link.js-current {
  color: #00B3F0;
}
.header__nav-link:hover {
  color: #00B3F0;
}
.header__nav-link--purchase:hover {
  color: #000 !important;
  filter: brightness(1.1);
}
.header__nav-border {
  background-color: #00B3F0;
}
.global-navigation__box.js-current-item {
  border-color: #00B3F0;
}
.global-navigation__box.js-current-item:hover {
  border-color: #00B3F0;
}
.global-navigation__box:hover {
  border-color: #00B3F0;
}

/*スマホフォントサイズ調整*/
@media screen and (max-width: 768px) {
  body {
      font-size: 15px;
  }
}

/* ---------------------------------------
/ SN ADD
--------------------------------------- */