@charset "utf-8";
.cursor-pointer {
    cursor: pointer;
}
.conteBx {
    max-width: 1110px;
    width: 96%;
    margin: auto;
}
.imgBx02 {
    overflow: hidden;
    position: relative;
}
.topAr02Img>img {
    border-radius: 30px;
}
.historyCol02.imgBx02>img {
    border-radius: 30px;
}
.pajamasImg01>img {
    border-radius: 30px;
}
.pajamasImg>img {
    border-radius: 30px;
}
/*-- 共通ブロック-------------------------------------------------------------*/

.inTit01 {
    font-size: 20px;
    color: #333;
    font-weight: 700;
}
.hidden{
	overflow: hidden;
}

.iMain {
    width: 100%;
}

.iWr01 {
    padding: 80px 0px;
    width: 100%;
}
  .inMt {
  	margin: 130px auto 0!important;
  }
.inPx {
	padding: 0 15px;
}
.iMain > .iWr01:first-of-type {
    padding: 80px 0 60px;
}

.iAr01 {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 960px;
    width: 100%;
}
.iAr02 {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 960px;
    width: 100%;
}
.iWr01 .iAr01:nth-of-type(n + 2) {
    margin: 80px auto 0;
}

.iWr01 .iAr01.headerMargin {
    margin: -40px auto 0;
    padding-top: 120px;
}

.iWr01 .iAr02:nth-of-type(n + 2) {
    margin: 80px auto 0;
}
.iBg01 {
     background: #E8F3FC;
}

.iBg02 {
    background: #f7efe2;
}

.privacyBox {
    border: 1px solid #acacac;
    height: 300px;
    overflow-y: scroll;
}
/*-- テーブル --------------------------------------------------------------*/
.baseTb {
    width: 100%;
    margin: 0 auto;
    border: solid 1px #ccc;
    border-bottom: none;
    font-size: 16px;
}

.baseTh {
    padding: 15px;
    border-bottom: solid 1px #ccc;
    font-weight: bold;
    background-color: #f57313;
    color: #fff;
    font-size: 14px;
}

.baseTd {
    padding: 15px;
    border-bottom: solid 1px #ccc;
    background: #fff;
	font-size: 14px;
}

.baseTd > a {
    display: inline-block;
    color: #2B2939;
    text-decoration: underline;
}

.baseTd > a:hover {
    text-decoration: none;
}
.privacyH {
    height: 150px;
}
.privacyBox {
    margin: 40px auto 0 auto;
    padding: 20px 2% 20px 2%;
    border: 1px solid #ccc;
    overflow-y: scroll;
    background: #fff;
    height: 300px;
}
.requiredText {
    color: #d14949;
    font-weight: 700;
    background-color: #fff;
    align-self: baseline;
    font-size: 14px;
    padding: 0 5px 0 5px;
}

/*-- 下層カバー --------------------------------------------------------------*/

.iCovWr {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    /* padding: 50px 0; */
    position: relative;
    height: 150px;
    border-radius: 30px;
}

.iCovMask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,0,0,0.6);
}

.iCovAr {
    width: 100%;
    padding: 0 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.inLogo {
	position: absolute;
	width: 50%;
	top: 5%;
	left: 1%;
}
.iCovTit {
    font-size: 20px;
    color: #fff;
    background: rgba(248,183,59,0.8);
    padding: 10px 15px;
    font-family: 'Shippori Mincho B1', serif;
}
/*-- パンくずリスト ----------------------------------------------------------*/

.pankuzuWr {
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
    /* background: #A30511; */
}

.pankuzuAr {
    margin: 0 auto;
    padding: 15px 15px;
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
    color: #333;
}

.pankuzuCt {
    font-size: 12px;
    display: flex;
    align-items: center;
    color: #333;
}

.pankuzuCt:hover {
    color: #707070;
}

.pankuzuIcon {
    margin: 0 5px 0 0;
    font-size: 20px;
    padding: 0 0 2px;
    color: #333;
}

.pankuzuTxt {
    padding: 0 0 2px;
    font-size: 12px;
}

.pankuzuCt > p {
    padding: 0 0 3px;
    text-decoration: underline;
}

.pankuzuCt:hover > p {
    text-decoration: none;
}

/*-- 下層調整 ----------------------------------------------------------*/
.inCmnBunner {
    max-width: 1110px;
    width: 100%;
    margin: 50px auto 0!important;
    background: #FEA21E;
    display: block;
    border-radius: 75px;
    padding: 19px 43px 19px 15px;
}

.inCmnBnBx01 {
    max-width: 521px;
    display: flex;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    align-items: center;
   　width: 100%;
}
.inCmnBunner:after {
    content: "";
    position: absolute;
    background: url(https://kajika-collection-sat.com/system_panel/uploads/images/in_online_icon.svg) no-repeat center;
    background-size: contain;
    width: 27px;
    display: block;
    height: 100%;
    top: 0;
    right: 5%;
    bottom: 0;
}
.inCmnBnImg01 {
    max-width: 82px;
    width: 15.73%;
    margin: 0 10px 0 0;
}

.inCmnBnImg02 {
    max-width: 99px;
    width: 19%;
    margin: 0 0 0 10px;
}
.inSubTit01 {
    position: relative;
    color: #f57313;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    margin: 0 0 15px 0;
}

.inSubTit01:before {
    content: "";
    top: 62%;
    left: 0;
    right: 0;
    height: 1px;
    background: #f57313;
    width: 25px;
    transform: translateY(-50%);
      margin: 0 5px 0 0;
}
.white {
    color: #fff;
}
.privacyDt {
    border-left: 5px solid #f57313!important;
    border-bottom: 1px solid #D1D1D1;
    padding: 0 0 3px 10px;
    font-weight: 700;
    font-size: 15px;
    margin: 40px 0 0 0;
}

.privacyDd {
    font-size: 13px;
    padding: 0 0 0 20px;
    margin: 5px 0 0 0;
}
.inCmnLinkTxt {
	border-top: 1px dashed #FEA21E!important;
    border-bottom: 1px dashed #FEA21E!important;
}
/*-- 表 ----------------------------------------------------------*/
.scrollBx{
	overflow-x: scroll;
    overflow: auto;
}
.inTable {
	border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 780px!important;
}
.inTableTr {
	border-bottom: 1px solid #ccc;
    flex-wrap:nowrap;
}
.inTh {
	border-right: 1px solid #ccc;
}
.inTd {
	border-right: 1px solid #ccc;
}
/*-- お買い物ガイド ----------------------------------------------------------*/
.modTIt03Wr {
    padding: 0 0 0.5em;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #f57313;
}
.modTIt03Img {
    width: 20px;
}
.modTit03 {
    margin: 0 0 0 0.7em;
    font-family: 'Noto Sans JP';
    font-size: 18px;
    flex: 1;
}
.iGuidCt01 {
    max-width: 960px;
    width: 100%;
}
.iFlowIt01 {
    display: flex;
    align-items: center;
}
.iFlowIt02 {
    margin: 15px 0 0 0;
    padding: 10px 15px 10px 15px;
    background-color: #fffcf6;
    border-radius: 5px;
}
.iFlowIt03 {
    text-align: center;
    margin: 20px 0 20px 0;
}
.iFlowNum {
    width: 40px;
    height: 40px;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    background-color: #f57313;
    border-radius: 50%;
}
.iFlowTit01 {
    margin: 0 0 0 20px;
    font-weight: 700;
    color: #f57313;
}
.modTxt02 {
    margin: 0 auto;
    max-width: 960px;
    font-size: 14px;
}
.iFlowDown {
    font-size: 45px;
    line-height: 0.5em;
    color: #ea6000;
}
.iFlowTxt02 {
    margin: 50px 0 0 0;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #FFF;
    max-width: 800px;
    background-color: #f57313;
    border-radius: 10px;
    padding: 10px 5px 10px 5px;
}
.iGuidBx01 {
    padding: 0 0 15px;
    border-bottom: 1px solid #ccc;
    margin: 25px 0 0 0;
}
.iGuidTit01 {
    font-size: 16px;
    /* font-weight: 700; */
    border: 10px solid #f57313;
    padding: 0 0 0 8px;
}
.iGuidTxt01 {
    margin: 10px 0 0 0;
}

.linkTxtLine a {
    color: #FEA21E;
    text-decoration: underline;
    font-weight: bold;
}

.linkTxtLine a:hover {
    opacity: .7;
    text-decoration: none;
}

.iScrollTb {
    overflow-x: scroll;
}
.iScrollTb .iBaseTb.iBaseTb--multi-column {
    width: 875px;
    text-align: center;
}
.iBaseTr {
    border-bottom: 1px solid #dcdcdc;
}
.iBaseTb.iBaseTb--multi-column .iBaseTr {
    flex-wrap: nowrap;
}
.iBaseTh {
    padding: 10px 15px;
    background: #f57313;
    color: #FFF;
    font-weight: 600;
    line-height: 1.85em;
}
.iBaseTb.iBaseTb--multi-column .iBaseTh {
    font-weight: 500;
}
.iBaseTb.iBaseTb--multi-column .iBaseTh, .iBaseTb.iBaseTb--multi-column .iBaseTd {
    min-width: 50px;
    width: 7.692%;
    padding: 5px 5px;
    /* width: auto; */
    font-size: 11px;
}
.iBaseTb--multi-column .iBaseTr .iBaseTh:not(:last-of-type) {
    border-right: 1px solid #dcdcdc;
}
.iBaseTr {
    border-bottom: 1px solid #dcdcdc;
}
.iBaseTr:last-of-type {
    border: 0;
}
.iBaseTb.iBaseTb--multi-column .iBaseTr {
    flex-wrap: nowrap;
}
.iBaseTd {
    padding: 15px;
    background: rgba(255,255,255,0.8);
    font-size: 15px;
    line-height: 1.75em;
    color: #333;
}
.iBaseTb.iBaseTb--multi-column .iBaseTh, .iBaseTb.iBaseTb--multi-column .iBaseTd {
    min-width: 50px;
    width: 7.692%;
    padding: 5px 5px;
    /* width: auto; */
    font-size: 11px;
}
.iBaseTb--multi-column .iBaseTr .iBaseTd:not(:last-of-type) {
    border-right: 1px solid #dcdcdc;
}
/*-- 夫婦の一日 ----------------------------------------------------------*/
/*
.iHistAr01 .container-fluid:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
    background: #F7E463;
}
*/
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
.inCmnBnBx01 {
    font-size: 16px;
}
.inCmnBunner:after {
    width: 40px;
    right: 5%;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:544px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 544px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
.iCovWr {
    height: 300px;
}
.iAr01 {
    max-width: 1200px;
}
.iAr02 {
    max-width: 1200px;
}
  /*-- 下層調整 ----------------------------------------------------------*/
  
.iCovTit {
    font-size: 40px;
}
.inTable {
    width: 100%!important;
}
.privacyDt {
    font-size: 18px;
}

.privacyDd {
    font-size: 16px;
}
  
.inCmnBunner {
    padding: 19px 138px 19px 50px;
}
.inCmnBnBx01 {
    font-size: 28px;
    justify-content: space-between;
   　width: 51.8%;
}
.inCmnBnImg01 {
    margin: 0;
}

.inCmnBnImg02 {
    max-width: 99px;
    width: 19%;
    margin: 0;
}
.inCmnBunner:after {
    width: 80px;
    right: 5%;
}
.baseTh {
    font-size: 16px;
}

.baseTd {
	font-size: 16px;
}
/*-- お買い物ガイド ----------------------------------------------------------*/
  .modTIt03Img {
    width: 40px;
}
  .modTit03 {
    margin: 0.65em 0 0 0.7em;
    font-size: 24px;
}
  .iFlowIt02 {
    padding: 15px 20px 15px 20px;
}
  .iFlowNum {
    width: 50px;
    height: 50px;
    font-size: 24px;
}
  .iFlowTit01 {
    font-size: 22px;
}
  .modTxt02 {
    font-size: 16px;
}
  .iFlowDown {
    font-size: 60px;
}
  .iFlowTxt02 {
    font-size: 20px;
}
.iGuidTit01 {
    font-size: 18px;
}
.iScrollTxt {
    display: none;
}
  .iScrollTb {
    overflow-x: auto;
}
  .iBaseTb {
    margin: 0 auto;
    max-width: 960px;
    border: 1px solid #f78700;
}
  .iBaseTb.iBaseTb--multi-column {
    width: auto;
}
  .iBaseTb.iBaseTb--multi-column {
    width: 100%;
    max-width: 100%;
}
  .iScrollTb .iBaseTb.iBaseTb--multi-column {
    width: 100%;
}
  .iBaseTh {
    font-size: 16px;
}
  .iBaseTb.iBaseTb--multi-column .iBaseTh, .iBaseTb.iBaseTb--multi-column .iBaseTd {
    width: 7.692%;
}
  .iBaseTd {
    font-size: 16px;
}
  .iBaseTb.iBaseTb--multi-column .iBaseTh, .iBaseTb.iBaseTb--multi-column .iBaseTd {
    width: 7.692%;
    padding: 5px 0px;
    text-align: center;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1024px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
.chMg  {
    margin: 270px auto 0!important;
}
/*-- お買い物ガイド ----------------------------------------------------------*/
.iFlowBx01 {
    display: flex;
    flex-wrap: wrap;
}
.iFlowIt01 {
    width: 35%;
}
  .iFlowIt02 {
    padding: 30px 20px 30px 20px;
    width: 65%;
}
  .iFlowIt03 {
    width: 100%;
}
  .iFlowTxt02 {
    font-size: 24px;
}
  .iBaseTb.iBaseTb--multi-column .iBaseTh, .iBaseTb.iBaseTb--multi-column .iBaseTd {
    padding: 10px 5px;
    font-size: 12px;
    text-align: center;
}
  .iBaseTb.iBaseTb--multi-column .iBaseTh, .iBaseTb.iBaseTb--multi-column .iBaseTd {
    padding: 10px 5px;
    font-size: 12px;
    text-align: center;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1200px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-- お買い物ガイド ----------------------------------------------------------*/
.modTit03 {
    margin: 0.35em 0 0 0.7em;
    font-size: 32px;
}
/*-- 夫婦の一日 ----------------------------------------------------------*/
  .iHistAr01 .morningCt .historyCol01:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20%;
    width: 30%;
    height: 5px;
    background: #F7E463;
    margin: auto;
}
  .iHistAr01 .morningCt .row:nth-of-type(even) > .historyCol01:after {
    right: -20%;
    left:auto;
}
    .iHistAr01 .noonCt .historyCol01:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20%;
    width: 30%;
    height: 5px;
    background: #c2ecff;
    margin: auto;
}
  .iHistAr01 .noonCt .row:nth-of-type(even) > .historyCol01:after {
    right: auto;
    left: -20%;
}
.iHistAr01 .container-fluid:after {
    right: 0;
    margin: auto;
}
 .iHistAr01 .afternoonCt .historyCol01:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20%;
    width: 30%;
    height: 5px;
    background: #5f93c2;
    margin: auto;
}
  .iHistAr01 .afternoonCt .row:nth-of-type(even) > .historyCol01:after {
    left: auto;
    right: -20%;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



@media screen and (min-width: 1024px) {
    .chMg.margin-top_change {
        margin: 100px auto 0 !important;
    }
}