@charset "UTF-8";
/* ====================================
	 reset
==================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
hgroup,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

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

ul,
ol {
  list-style: none;
  list-style-position: inside;
}

li a {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  transition: all 0.5s ease;
  line-height:normal;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #FFFFFF;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

select {
  outline: none;
}

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

input,
textarea {
  border-radius: 0;
  border: 0;
  outline: none;
}

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

input[type=button],
input[type=text],
input[type=submit],
input[type=image],
input[type=search],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

:root {
  --cBase: #FFFFFF;
  --cBlack: #222222;
  --cBase-rgb: 128, 112, 104;
  --cBase_bg: #00A0E9;
  --cHeroTitle: #CFFF31;
}

* {
  box-sizing: border-box;
}

body {
  width: 100%;
  line-height:normal;
}
main img {
  max-width: 100%;
  vertical-align: bottom;
}

/* ====================================
	 sp.pc_hide
==================================== */
@media screen and (min-width:768px) {
  .sp {
    display: none !important;
  }
  }
  @media screen and (max-width:767px) {
    .pc {
      display: none !important;
    }
  }

/* ====================================
	 hamburger
==================================== */
.fixed {
  position: fixed;
  top: 20px;
  }
.hamburger {
  position: fixed;
  top: 70px;
  right: 20px;
  cursor: pointer;
  z-index: 30;
  background-color: #689EDE;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.hamburger_inner{
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 10px;
  text-align: left;
}
.hamburger span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.hamburger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.hamburger span:nth-of-type(1) {
  top: 0;
}
.hamburger span:nth-of-type(2) {
  bottom: 0;
}
.hamburger.active span:nth-of-type(1) {
  transform: rotate(-30deg);
  top: 5px;
}
.hamburger.active span:nth-of-type(2) {
  transform: rotate(30deg);
  top: 5px;
}
.menu {
  position: fixed;
  top: 0;
  right: -100%;
  transition: right 0.5s ease; /* スライドインのアニメーション */
  box-sizing: border-box;
  z-index: 19;
  text-align: left;
}
/* メニューが開いているとき */
.menu.open {
  right: 0;
}
nav{
  overflow-y: scroll;
  position: relative;
  background-color: #EBF5FF;
  padding: 120px 64px;
  height: 100vh;
  z-index: 20;
}
nav ul li{
  font-size: 20px;
  margin-bottom: 40px;
  font-family: "A1ゴシック B", "A1 Gothic B";
}
nav ul li:nth-of-type(4),nav ul li:nth-of-type(5){
  margin-bottom: 60px;
}
nav ul li span{
  color: #689EDE;
  font-size: 14px;
  display: block;
}
nav ul li a{
  color: #635758 !important;
  text-decoration: none !important;
}
nav ul li a:hover{
  color: #689EDE !important;
}
.menu__otherlink ul li{
  color: #635758;
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 600;
font-family: "游ゴシック体 Pr6N M";
}
.menu__otherlink ul li:last-child{
  margin-bottom: 0;
}
.menu__otherlink ul li a{
  line-height: 1;
}
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 15;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
}
.open .black-bg {
  opacity: 0.4;
  visibility: visible;
}

@media screen and (max-width:767px){
  .hamburger {
    position: fixed;
    top: 64px;
    right: 12px;
    width: 50px;
    height: 50px;
  }
  .hamburger_inner{
    width: 20px;
    height: 8px;
  }
  .hamburger.active span:nth-of-type(1) {
    top: 4px;
  }
  .hamburger.active span:nth-of-type(2) {
    top: 4px;
  }
  .menu {
    right: -100vh;
    width: 100%;
}
nav {
  padding: 72px 28px;
}
nav ul li{
  font-size: 18px;
  margin-bottom: 30px;
}
nav ul li span{
  font-size: 13px;
}
.menu__otherlink ul li{
  font-size: 13px;
}
}
.fixed {
  position: fixed;
  top: 20px;
  }

/* ====================================
	 main
==================================== */
main{
  font-family: "A1ゴシック M", "A1 Gothic M";
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  background-color: #F9F4EE;
  color: #342D2A;
  line-height: 1.6;
}
.flex_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.bk{
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom -1px center;
  padding-bottom: 30px;
}
.bk_line-p1{
  background-image: url(/smashopi/img/bk_line-p1.svg);
}
.bk_line-p2{
  background-image: url(/smashopi/img/bk_line-p2.svg);
}
.bk_line-bl{
  background-image: url(/smashopi/img/bk_line-bl.svg);
}
.bk_line-w1{
  background-image: url(/smashopi/img/bk_line-w1.svg);
}
.bk_line-w2{
  background-image: url(/smashopi/img/bk_line-w2.svg);
}
.bk_line-w3{
  background-image: url(/smashopi/img/bk_line-w3.svg);
}
.bk_line-br1{
  background-image: url(/smashopi/img/bk_line-br1.svg);
}
.bk_line-br2{
  background-image: url(/smashopi/img/bk_line-br2.svg);
}
.bk_line-br3{
  background-image: url(/smashopi/img/bk_line-br3.svg);
}
.w1016{
  max-width: 1016px;
  margin: 0 auto;
}
.w672{
  max-width: 672px;
  margin: 0 auto;
}
.w-bk{
  background-color: #fff;
}
.online_btn_area p{
color: #689EDE;
margin-bottom: 24px;
font-family: "A1ゴシック B", "A1 Gothic B";
}
.online_btn_area p span{
  color: #FF928A;
  }
 .bl_btn a,.br_btn a{
  font-family: "A1ゴシック B", "A1 Gothic B";
  max-width: 540px;
  margin: 0 auto;
  height: 88px;
  /* padding-right: 3%; */
  text-decoration: none;
  font-size: 18px;
  color: #342D2A;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius:50px;
  border-bottom: solid 5px #DCDCDC;
  position: relative;
 }
 .bl_btn a{
  background-color: #B0D2F5;
 }
 .br_btn a{
  background-color: #D1BBB1;
  margin-top: 24px;
 }
 .bl_btn a:hover{
  background-color: #92C2F5;
 }
 .br_btn a:hover{
  background-color: #C6A99C;
 }
 .bl_btn a::before,.br_btn a::before {
  content: '';
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top:40%;
  right: 32px;
  margin-top: -11px;
}
.bl_btn a::after,.br_btn a::after {
  content: '';
  width: 10px;
  height:10px;
  background: #689EDE;
  border-radius: 50%;
  position: absolute;
  top: 49.8%;
  right: 46.758px;
  margin-top: -4px;
  transition:0.3s all;
}
.bl_btn a::after{
  background: #689EDE;
}
.br_btn a::after{
  background: #B99989;
}
.bl_btn a:hover:after,.br_btn a:hover::after{
  transform:scale(2,2);
  transition:0.3s all;
}
h2{
  font-size: 24px;
  font-family: "A1ゴシック B", "A1 Gothic B";
}
h2.sb{
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 64px;
  padding-top: 15px;
  line-height: 1;
}
h2.sb-p{
  background-image: url(/smashopi/img/title_p.svg);
}
h2.sb-b{
  background-image: url(/smashopi/img/title_b.svg);
}

#top .sec_inner:not(#top #mv .sec_inner){
  padding: 70px 0 50px;
}

#mv h1{
max-width: 878px;
margin: 0 auto;
padding: 60px 0 50px;
}
#mv .flex_wrap .mv_ilst{
  width: 55%;
 }
 #mv .flex_wrap .mv_logo{
  width: 40%;
 }
#mv .bk_line-w1{
  background-color: #FFB4B7;
}
#mv h2{
  font-size: 20px;
  letter-spacing: 2px;
  padding: 25px 0;
  font-family: "A1ゴシック M", "A1 Gothic M";
}
#mv h2 span{
  font-size: 26px;
}

.fix_area{
  position: fixed;
  bottom: 0;
width: 100%;
background-image: url(/smashopi/img/bk_line-bl1.svg),url(/smashopi/img/bk_line-bl2.svg);
background-repeat: no-repeat,no-repeat;
background-position: top center,top center;
background-size: cover,0;
z-index: 12;
/* transition: all 0.3s ease; */
transition-property:all;
    -webkit-transition-property:all; 
    transition-duration: 0.3s;
    transition-delay: 0s;
    transition-timing-function: ease;
}
.fix_area:hover{
  background-image: url(/smashopi/img/bk_line-bl2.svg);
}
.fix_area a{
  text-decoration: none;
}
.fix_area .inner{
  margin-top: 2%;
  padding: 15px;
}
.fix_area .inner .fix_btn{
  color:#342D2A;
  font-size: 16px;
  text-decoration: none;
  border: solid 1px #342D2A;
  border-radius: 50px;
  padding: 12px 0 12px 0;
  max-width: 336px;
  margin: 0 auto;
  display: block;
  position: relative;
  font-family: "A1ゴシック B", "A1 Gothic B";
}
.fix_area .inner .fix_btn:before {
  content: '';
  width: 22px;
  height: 22px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -11px;
}
.fix_area .inner .fix_btn::after {
  content: '';
  width: 8px;
  height:8px;
  background: #689EDE;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 21.8px;
  margin-top: -4px;
  transition:0.3s all;
}
.fix_area .inner .fix_btn:hover:after{
  transform:scale(1.5,1.5);
  transition:0.3s all;
}
.is-hidden {
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.3s;
}

#about .flex_wrap{
  max-width: 780px;
  margin: 0 auto 40px;
}
#about .flex_wrap .txt_box{
width: 65%;
text-align: left;
line-height: 2;
}
#about .flex_wrap .img_box{
  width: 35%;
}
#about .flex_wrap .txt_box h2{
  font-family: "A1ゴシック B", "A1 Gothic B";
  font-size: 32px;
  color: #689EDE;
  margin-bottom: 10px;
}

.swiper{
  margin-top: 32px;
}
.swiper-wrapper {
  display: grid;
  gap: 64px;
  grid-template-columns: repeat(3, 1fr);
}
.swiper-slide p{
  font-size: 18px;
  margin-top:24px;
  font-family: "A1ゴシック B", "A1 Gothic B";
}
.swiper-slide p.up{
  margin-top:0px;
  margin-bottom:24px;
}
.swiper-pagination{
  display: none;
}
@media screen and (max-width:767px){
  .container {
    max-width: 375px;
    margin: 0 auto;
    position: relative;
  }
  .swiper{
    margin-top: 30px;
    max-width: 375px;
    height: 345px;
  }
  .swiper-wrapper{
    gap: 0px;
  }
  .swiper-pagination{
    display: block;
  }
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -40px;
    height: 26px;
  }
  .swiper-pagination-bullet{
    background: #D5C4B9;
    opacity: 1;
    margin: 0 !important;
  }
  .swiper-pagination-bullet:nth-of-type(2){
    margin: 0 7% !important;
  }
  .swiper-pagination-bullet-active{
    background: #689EDE;
  }
}

#step{
  background-color: #FFB4B7;
}
#step .w672{
  margin-top: 48px;
}
.step_box{
  border-radius: 40px;
  background-color: #fff;
  padding: 40px;
  margin-bottom: 60px;
  position: relative;
}
.step_box:last-of-type{
  margin-bottom: 40px;
}
.step_box .img_box,.step_box .txt_box{
  width: 50%;
}
.step_box h3{
  color: #fff;
  background-color: #689EDE;
  border-radius: 18px;
  font-size: 20px;
  display: inline-block;
  line-height: 1;
  padding: 3px 0;
  width: 74px;
}
.step_box h3 span{
  font-size: 10px;
}
.step_box h4{
  font-size: 18px;
  margin: 20px 0 30px;
}
.step_box > img{
max-width: 210px;
}
.step_box .txt_box{
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  padding-left: 4%;
  font-family: "游ゴシック体 Pr6N M";
}
.step_box .txt_box p.small {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 13px;
  margin-top: 10px;
  line-height: 1.8;
}
.step_box .txt_box p.small:nth-of-type(2){
  margin-top: 26px;
}
.step_box::after{
  content: '';
    display: inline-block;
    width: 60px;
    height: 20px;
    background-image: url('/smashopi/img/arrow_w.svg');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -42px;
    left: 50%;
    transform: translateX(-50%); 
}

.information_area p {
  margin: 40px 0 48px;
  font-family: "A1ゴシック B", "A1 Gothic B";
}
.information_area p span a{
  color: #FF928A;
  text-decoration: none;
}
.information_area p span a:hover{
  opacity: 0.7;
}
.information_area .flex_wrap{
  max-width: 540px;
  margin: 0 auto;
}
.information_area .flex_wrap .sk_btn{
  width: 48%;
}
.information_area .flex_wrap .sk_btn a{
  color: #716455;
  font-size: 16px;
  text-decoration: none;
  border-radius: 50px;
  border: solid 2px #716455;
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}
.information_area .flex_wrap .sk_btn a:hover{
  color: #fff;
  background-color: #716455;
}

.Pagetop {
  background: #689EDE;
  z-index: 18;
}
.btm27 {
  bottom: 13% !important;
}
@media only screen and (max-width: 767px) {
  .btm27 {
      bottom: 14% !important;
  }
}

/* ====================================
	 下層ページ
==================================== */
/* common */
.smashopi_header{
  background-color: #fff;
  padding-top: 10px;
}
.smashopi_header h1{
  margin-bottom: 10px;
}
.common_information_area{
  margin: 80px 0;
}
.common_information_area > a{
  display: block;
  font-size: 16px;
  color: #342D2A;
}
.common_information_area > img{
  margin: 80px 0;
}
h2.lower {
  background-color: #FFB4B7;
  font-size: 22px;
  line-height: 1.4;
  padding: 10px 0 40px;
  margin-bottom: 53px;
  font-family: "A1ゴシック M", "A1 Gothic M";
}
.small{
font-size: 13px;
font-weight: normal;
font-family: "游ゴシック体 Pr6N M";
}

/* member */
#mamber .small{
  font-size: 15px;
  margin: 32px 0 48px;
  }
.accordion_one{
text-align: left;
margin-top: 32px;
}
#mamber .accordion_one:nth-of-type(3){
  margin-bottom: 80px;
}
.accordion_header{
  background-color: #fff;
border-radius: 20px;
  font-size: 18px;
  padding: 40px 100px 40px 32px;
  position: relative;
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.2s;
}
.accordion_header.open{
  border-radius: 20px 20px 0 0;
}
.accordion_header:hover {
	opacity: .8;
}
.accordion_header .i_box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 5%;
	width: 30px;
	height: 30px;
  border-radius: 50%;
	background-color:#FF928A;
	margin-top: -20px;
  -webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
}
.accordion_header .i_box .one_i {
	display: block;
	width: 14px;
	height: 14px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
	position: relative;
}
.accordion_one .accordion_header.open .i_box {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.accordion_header .i_box .one_i:before,.accordion_header .i_box .one_i:after {
	display: flex;
	content: '';
	background-color: #fff;
	width: 14px;
	height: 2px;
	position: absolute;
	top: 6px;
	left: 0;
  -webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transform-origin: center center;
}
.accordion_one .accordion_header .i_box .one_i:before {
	width: 2px;
	height: 14px;
	top: 0;
	left: 6px;
}
.accordion_one .accordion_header.open .i_box .one_i:before {
	content: none;
}
.accordion_one .accordion_header.open .i_box .one_i:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.accordion_inner{
  display: none;
  font-size: 15px;
background-color: #fff;
border-radius: 0 0 20px 20px;
padding: 0 32px 40px;
}
.accordion_inner .box_one{
  border-top: solid 1px #D0BBB1;
  padding-top: 40px;
}
.accordion_inner .box_one p{
  font-weight: normal;
  font-family: "游ゴシック体 Pr6N M";
  margin-bottom: 32px;
}
.accordion_inner .box_one p:last-of-type{
  margin-bottom: 40px;
}
.accordion_inner .box_one .accordion_inner_btn{
max-width: 440px;
margin: 0 auto 16px;
text-align: center;
}
.accordion_inner .box_one .accordion_inner_btn:last-of-type{
  margin-bottom: 0px;
}
.accordion_inner .box_one .accordion_inner_btn a{
text-decoration: none;
color: #342D2A;
display: flex;
justify-content: center;
align-items: center;
border: solid 1px #707070;
border-radius: 5px;
height: 55px;
position: relative;
}
.accordion_inner .box_one .accordion_inner_btn a::after{
  content: '';
  width:10px;
  height: 10px;
  border: 0;
  border-top: solid 1px #707070;
  border-right: solid 1px #707070;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 4%;
  bottom: 0;
  margin: auto;
}
.accordion_inner .box_one .accordion_inner_btn a:hover{
  color: #fff;
  background-color: #707070;
}
.accordion_inner .box_one .accordion_inner_btn a:hover::after{
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

/* phone-number */
#number h2.lower {
  margin-bottom:0;
}
.anchor_area{
  padding: 53px 0 27px;
  max-width: 680px;
  margin: 0 auto;
}
.anchor_area ul {
  margin-bottom: 32px;
}
.anchor_area ul li{
  width: 9%;
}
.anchor_area ul li a{
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #342D2A;
  border-radius: 5px;
  text-decoration: none;
  color: #342D2A;
  font-family: "游ゴシック体 Pr6N M";
  font-size: 20px;
  height: 60px;
}
.anchor_area ul li a:hover{
  opacity: 0.5;
}
.anchor_area p{
  max-width: 558px;
  text-align: left;
  margin:0 auto 10px;
}
#number .online_btn_area{
  margin-bottom: 43px;
}
.number_area{
  margin: 80px 0 60px;
}
.number_area h2{
  color: #fff;
  margin-bottom: 32px;
}
.number_area .flex_wrap{
justify-content: flex-start;
}
.number_area .number_box{
  width: 32%;
  background-color: #fff;
  border-radius: 20px;
  padding: 2%;
  text-align: left;
  font-family: "游ゴシック体 Pr6N M";
  font-size: 15px;
  height: 165px;
  margin:0 2% 20px 0;
}
.number_area .number_box:nth-of-type(3n){
margin-right: 0;
}
.number_area .number_box p.category{
  font-size: 13px;
  font-weight: 400;
  color: #888888;
  margin-bottom: 10px;
}
.number_area .number_box p.brand{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.number_area .number_box p.brand span{
  font-size: 13px;
  font-weight: 400;
  display: block;
}
.number_area .number_box p.tel a{
  color: #342D2A;
}
@media screen and (min-width:768px){
  .number_area .number_box p.tel a{
    pointer-events: none;
    text-decoration: none;
  }
}
.number_area .number_box p.tel span{
  font-size: 13px;
  background-color: #B99989;
  color: #fff;
  padding: 2px 4px 1px;
    line-height: 1;
    font-weight: 400;
  display: inline-block;
  margin-right: 10px;
}
.number_area .number_box p.notes{
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #888888;
}

/* faq */
.accordion_header.sk_accordion{
  background-color:transparent;
  border-radius: 10px;
  border: solid 1px #707070;
  text-align: center;
  padding: 24px 32px;
}
.accordion_header.sk_accordion .i_box{
  border-right: solid 1px #707070;
  border-top: solid 1px #707070;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 5%;
  top: 60%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  border-radius:0;
  background-color:transparent;
}
.accordion_header.sk_accordion.open .i_box {
  top: 70%;
  transform: rotate(315deg);
}
#faq .accordion_one .accordion_inner{
  background-color:transparent;
  padding: 32px 0 20px;
  overflow: hidden;
}
#faq .accordion_one:last-of-type .accordion_inner{
  padding-bottom: 0;
}
#faq .accordion_one .accordion_inner .accordion_one {
  margin-top: 0;
  margin-bottom: 32px;
}
#faq .accordion_one .accordion_inner .accordion_one:last-of-type{
  margin-bottom: 0;
}
#faq .accordion_one .accordion_inner .accordion_one .accordion_header{
display: flex;
align-items: center;
}
#faq .accordion_one .accordion_inner .accordion_one .accordion_header span{
  margin-right: 4%;
  font-size: 24px;
  color: #FF928A;
}
#faq .accordion_one .accordion_inner .accordion_one .accordion_inner{
  padding:0;
}
.accordion_box{
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  padding: 0px 32px 40px;
}
.accordion_box p{
  background-color: #F9F4EE;
  padding: 20px;
  border-radius: 20px;
  font-weight: 400;
  font-family: "游ゴシック体 Pr6N M";
}
.accordion_box p a{
  color: #342D2A;
}

/* process */
.step_area{
  max-width: 844px;
  margin: 70px auto 0;
}
.step_area .step_box{
  padding: 50px 9%;
  margin-bottom: 84px;
}
.step_area .step_box::after{
    background-image: url('/smashopi/img/arrow_p.svg');
    bottom: -54px;
}
.step_box:last-of-type::after{
  background-image:none;
}
.step_area .step_box h5{
  background-color: #342D2A;
  border-radius: 10px;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  padding: 2px 0;
  margin: 64px 0 24px;
}
.step_area .step_box h5:first-of-type{
  margin-top: 0;
}
.step_area .step_box .flex_wrap .img_box{
width: 30%;
}
.step_area .step_box .flex_wrap .txt_box{
  width: 64%;
  font-family: "游ゴシック体 Pr6N M";
}
.step_area .step_box .flex_wrap .txt_box dt{
  color: #FF928A;
  font-size: 16px;
}
.step_area .step_box .flex_wrap .txt_box dt:nth-of-type(2){
  margin-top:30px;
}
.step_area .step_box .flex_wrap .txt_box a{
  color: #342D2A;
}
.step_area .step_box .flex_wrap .txt_box ul{
margin-top: 30px;
}
.step_area .step_box .flex_wrap .txt_box ul li::before{
  content:  "";
  width: 6px; 
  height: 6px;
  display: inline-block;
  background-color:#FF928A;
  border-radius: 50%; 
  position: relative;
  top: -2px;  
  margin-right: 6px;
}

/* ====================================
	 responsive
==================================== */
@media screen and (max-width:767px) {
  main{
    font-size: 16px;
    line-height: 1.6;
  }
  .bk{
    padding: 0 5% 20px;
  }
  .bk_line-p1,.bk_line-p2{
    background-image: url(/smashopi/img/bk_line-p-sp.svg);
  }
  .bk_line-bl{
    background-image: url(/smashopi/img/bk_line-bl-sp.svg);
  }
  .bk_line-w1{
    background-image: url(/smashopi/img/bk_line-w1-sp.svg);
  }
  .bk_line-w2{
    background-image: url(/smashopi/img/bk_line-w2-sp.svg);
  }
  .bk_line-w3{
    background-image: url(/smashopi/img/bk_line-w3-sp.svg);
  }
  .bk_line-br1{
    background-image: url(/smashopi/img/bk_line-br1-sp.svg);
  }
  .bk_line-br2,.bk_line-br3{
    background-image: url(/smashopi/img/bk_line-br2-sp.svg);
  }
  .online_btn_area p{
    margin-bottom: 10px;
    }
    .bl_btn a,.br_btn a{
      height: 84px;
      /* padding-right: 10%; */
      text-decoration: none;
      font-size: 16px;
     }
    /* .bl_btn a{
      text-align: left;
      padding-right: 20%;
     } */
     .br_btn a{
      margin-top: 22px;
     }
     .bl_btn a::before,.br_btn a::before {
      right: 20px;
    }
    .bl_btn a::after,.br_btn a::after {
      right: 35px;
    }
    .information_area p {
      margin: 30px 0 30px;
      font-size: 18px;
    }
    .information_area .flex_wrap .sk_btn{
      width: 48.5%;
    }
    .information_area .flex_wrap .sk_btn a{
      font-size: 15px;
      padding: 0;
      height: 63px;
      margin-top: 40px;
    }
    h2{
      font-size: 20px;
      line-height: 1.4;
    }
    h2.sb{
      height: 62px;
      padding-top: 17px;
    }
    h2.sb-p{
      background-image: url(/smashopi/img/title_p-sp.svg);
    }
    h2.sb-b{
      background-image: url(/smashopi/img/title_b-sp.svg);
    }
    #top .sec_inner:not(#top #mv .sec_inner){
      padding: 50px 0 0;
    }
 #mv h1{
   padding: 30px 0 16px;
   }
   #mv .flex_wrap .mv_ilst,#mv .flex_wrap .mv_logo{
    width: 100%;
   }
   #mv .flex_wrap .mv_logo{
    width: 82%;
    margin: 14px auto 0;
   }
   #mv h2{
     font-size: 16px;
     letter-spacing: 1px;
     padding: 5px 0 14px;
   }
   #mv h2 span{
     font-size: 20px;
   }
   .fix_area{
  background-image: url(/smashopi/img/bk_line-bl-sp.svg),url(/smashopi/img/bk_line-bl2-sp.svg);
  }
  .fix_area:hover{
    background-image: url(/smashopi/img/bk_line-bl2-sp.svg);
  }
  .fix_area .inner{
    margin-top: 20px;
    padding: 8px 0 15px;
  }
  #about .sec_inner,#example .sec_inner{
    padding-bottom: 90px !important;
  }
  #about .sec_inner{
    position: relative;
  }
  #about .sec_inner .position_img:first-child{
    position: absolute;
    top: 22px;
    right: 5%;
  }
  #about .sec_inner .position_img:last-child{
    width: 100%;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%); 
  }
  #about .flex_wrap{
    margin: 0 auto 50px;
  }
  #about .flex_wrap .txt_box{
  width: 100%;
  text-align: left;
  font-size: 17px;
  }
  #about .flex_wrap .img_box{
    width: 100%;
  }
  #about .flex_wrap .txt_box h2{
    font-size: 26px;
    margin-bottom: 32px;
    line-height: 1;
  }
  #step .w672{
    margin-top: 40px;
  }
  .step_box{
    border-radius: 20px;
    padding: 20px;
  }
  .step_box:last-of-type{
    margin-bottom: 50px;
  }
  .step_box h3{
    width: 66px;
  }
  .step_box h4{
    font-size: 16px;
  }
  .step_box .img_box,.step_box .txt_box{
    width: 100%;
  }
  .step_box .img_box h3{
    border-radius: 20px;
  }
  .step_box .img_box h4{
    font-size: 16px;
  }
  .step_box .txt_box{
    font-size: 15px;
    padding-left: 0;
    padding-top: 30px;
  }
#btn .sec_inner{
  padding: 30px 0 40px !important;
}
.information_area p {
  margin: 30px 0 30px;
}
#information .sec_inner{
  padding: 40px 0 40px !important;
}
/* ====================================
	 下層ページsp
==================================== */
/* common */
.smashopi_header{
  padding-top: 2px;
}
.smashopi_header h1{
  width: 114px;
  margin:0 auto 8px;
}
.common_information_area{
  margin: 40px 0;
}
.common_information_area > a{
  font-size: 15px;
}
.common_information_area > img{
  margin: 40px auto 40px;
  width: 246px;
}
h2.lower {
  font-size: 18px;
  padding: 8px 0 35px;
  margin-bottom: 20px;
}

/* member */
#mamber .sec_inner{
  padding: 0 5%;
}
#mamber .sec_inner > p{
  font-size: 17px;
    }
#mamber p.small{
  margin: 30px 0;
  text-align: left;
  font-size: 15px;
  }
  .accordion_one{
    margin-top: 20px;
    }
  #mamber .accordion_one:nth-of-type(3){
    margin-bottom: 64px;
  }
  .accordion_header{
    font-size: 15px;
  padding: 30px 70px 30px 20px;
  }
  .accordion_inner{
  padding: 0 20px 30px;
  }
  .accordion_inner .box_one{
    padding-top: 30px;
  }
  .accordion_inner .box_one .accordion_inner_btn{
    margin: 0 auto 20px;
    }

/* phone-number */
.anchor_area{
  padding: 20px 0 16px;
}
.anchor_area ul {
  margin-bottom: 22px;
}
.anchor_area ul li{
  width: 18%;
  margin-bottom: 8px;
}
.anchor_area p{
  margin:0 auto 14px;
  padding-left: 1em;
  text-indent: -1em;
}
.number_area {
  margin: 40px 0 20px;
}
.number_area h2{
  margin-bottom: 20px;
}
.number_area .number_box{
  width:100%;
  padding: 5%;
  height: auto;
  margin:0 5% 20px;
}
.number_area .number_box:nth-of-type(3n) {
  margin-right: 5%;
}

/* faq */
#faq .sec_inner{
  padding: 0 5%;
}
.accordion_header.sk_accordion {
  padding: 15px 0;
}
.accordion_header.sk_accordion .i_box{
  width: 12px;
  height: 12px;
  right: 6%;
  top: 70%;
}
.accordion_header.sk_accordion.open .i_box {
  top: 80%;
}
#faq .accordion_one .accordion_inner .accordion_one {
  margin-bottom: 20px;
}
#faq .accordion_one .accordion_inner .accordion_one .accordion_header {
  padding: 20px 20% 20px 20px;
}
#faq .accordion_one .accordion_inner .accordion_one .accordion_header span {
  margin-right: 6%;
}
.accordion_box {
  padding: 0px 20px 20px;
}


/* process */
.step_area{
  max-width: 844px;
  margin: 24px auto 0;
  padding: 0 5%;
}
.step_area .step_box{
  padding: 20px 20px 30px;
  margin-bottom: 60px;
}
.step_area .step_box::after{
  bottom: -40px;
}
.step_area .step_box h4{
  margin: 20px 0;
}
.step_area .step_box .br_btn a {
  height: 69px;
  padding-right: 12%;
  font-size: 15px;
  margin-top: 0;
}
.step_area .step_box .br_btn a::before {
  width: 32px;
  height: 32px;
  right: 20px;
}
.step_area .step_box .br_btn a::after {
  right: 31px;
  margin-top: -6px;
}
.step_area .step_box h5{
  margin: 40px 0 20px;
}
.step_area .step_box .flex_wrap .img_box{
  width: 100%;
  padding: 0 10%;
  }
  .step_area .step_box .flex_wrap .txt_box{
    width: 100%;
    padding-top: 20px;
  }
  .step_area .step_box .flex_wrap .txt_box ul {
    margin-top: 20px;
}
}