@charset "UTF-8";

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
共通
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.sp_view {
	display: none;
}

.fade_Box {
	transition: 1s;
	opacity: 0;
}

.fade_Box.animated {
	opacity: 1;
}

.fade_Box_up {
	transform: translateY(10px);
	transition: 1s;
	opacity: 0;
}

.fade_Box_up.animated {
	transform: translateY(0);
	opacity: 1;
}

figure {
	line-height: 1;
}

img {
	width: 100%;
}

#sp_fixNav ,
#overlay ,
#sp_Menu {
    display: none;
}

a {
    transition: 0.3s;
}

a:hover {
    opacity: 0.7;
}

.anim_inview {
    opacity: 0;
    transition: 0.5s;
}
.anim_on.boundImg {
    opacity: 1;
    animation: 1s h_boyon ease-in-out;
}

@keyframes h_boyon {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.2);
	}
	70% {
		transform: scale(0.8);
	}
	90% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}



/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
PC:全体
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
html, body {
  background-color: #ffffff;
}
#all_Wrap {
	display: grid;
	grid-template-columns: 1fr 460px 1fr;
	width: 100vw;
	min-height: 100vh;
	font-family: "Noto Sans","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 500;
    font-style: normal;
    color: #796353;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
PC:左
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
#left_Column{
	background-color: #fcefed;
}

#left_Column .in {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 60%;
}

#left_Column .left_in {
	display: flex;
	position: sticky;
	top: 0;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
	height: 100vh;
	margin: auto;
	color: #fff;
	box-sizing: border-box;
    
    background-image: url(../img/left_column_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
	box-shadow: inset -7px 0 7px rgba(0, 0, 0, .1);
}

#left_Column .left_in h2 {
    width: 80%;
    max-width: 430px;
    margin: 0 auto;
}

#left_Column .left_in .btn_apply {
    width: 310px;
    max-width: 80%;
    margin: 50px auto 0;
    display: block;
    transition: 0.3s;
    filter: drop-shadow(0px 0px 8px #e5e5e5);
}

#left_Column .left_in .btn_apply:hover {
    opacity: 0.7;
}

#right_Column .right_in {
	display: flex;
	position: sticky;
	top: 0;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100vh;
	margin: auto;
	color: #fff;
	box-sizing: border-box;
}

#left_Column {
	box-shadow: inset -7px 0 7px rgba(0, 0, 0, .1);
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
PC:右
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
#right_Column {
	box-shadow: inset 7px 0 7px rgba(0, 0, 0, .1);
    background-color: #fceced;
}

#right_Column .right_in {
    background-image: url(../img/right_bg.png);
    background-repeat: repeat-y;
    background-position: top right;
    background-size: 30px;
}

.right_Contents {
	position: relative;
	top: 50%;
	left: 50%;
	max-width: 440px;
	width: 100%;
	padding: 0 5%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
}

#right_Column nav {
}

.rc_ttl {
    padding-left: 50px;
    font-size: 23px;
    font-weight: bold;
    color: #e46363;
    margin-bottom: 10px;
}

.nav_Logo {
    max-width: 246px;
}

.nav_Logo a {
    display: block;
    transition: 0.3s;
}

.nav_Logo a:hover {
    opacity: 0.7;
}

.nav_List {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	max-width: 400px;
	width: 100%;
	margin: 0 auto 30px;
}

.nav_List li {
	display: flex;
	align-items: center;
	position: relative;
	margin: 2px 0;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.1em;
	transition: .3s;
    color: #4d4d4d;
}

.nav_List li a {
	display: block;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

.nav_List li:hover,
.nav_List li.current,
.nav_List li.current::before {
	opacity: 1;
    color: #df3e4a;
}

.nav_List li:hover,
.nav_List li.current {
}



/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
PC:メインコンテンツ部分
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
#main_Column {
	position: relative;
	z-index: 2;
}

.pageinLink {
    width: 100%;
    height: 0px;
    pointer-events: none;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}

/*メインビジュアル*/
.main_Varea {
    width: 100%;
    position: relative;
}

.main_Varea h1 {
    position: absolute;
    width: 180px;
    max-width: 80%;
    left: 15px;
    top: 20px;
    z-index: 5;
}

.main_Varea .slider {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 13%;
    width: 62%;
    border-radius: 30px;
    border: 7px solid #e6e6e6;
    overflow: hidden;
}

.main_Varea .slider li {
}

.main_Varea .slider:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: -30px;
    bottom: -15px;
    background: url(../img/mv_slide_shadow.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.main_Varea .mv_icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    pointer-events: none;
}

.main_Varea .mv_txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
    z-index: 2;
    width: 75%;
    margin: 0 auto;
}

.main_Varea .mv_txt a {
    width: 90%;
    margin: 30px auto 0;
    display: block;
}

[id$="_anc"] {
    border-radius: 4vw 4vw 0 0;
}

.arrow_Link {
    padding-right: 30px;
    position: relative;
    display: block;
    text-align: right;
    font-weight: 600;
    font-size: 18px;
}

.arrow_Link.arrow_Link_pink { color: #df3e4a;}
.arrow_Link.arrow_Link_green { color: #5d8f52;}
.arrow_Link.arrow_Link_blue { color: #469ed2;}
.arrow_Link.arrow_Link_mos { color: #529b83;}
.arrow_Link.arrow_Link_purple { color: #b61886;}

.arrow_Link:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
}
.arrow_Link.arrow_Link_pink:after {
    background: url(../img/arrow_pink.png) no-repeat;
    background-size: 100%;
    background-position: center;
}
.arrow_Link.arrow_Link_green:after {
    background: url(../img/arrow_green.png) no-repeat;
    background-size: 100%;
    background-position: center;
}
.arrow_Link.arrow_Link_blue:after {
    background: url(../img/arrow_blue.png) no-repeat;
    background-size: 100%;
    background-position: center;
}
.arrow_Link.arrow_Link_mos:after {
    background: url(../img/arrow_mos.png) no-repeat;
    background-size: 100%;
    background-position: center;
}
.arrow_Link.arrow_Link_purple:after {
    background: url(../img/arrow_purple.png) no-repeat;
    background-size: 100%;
    background-position: center;
}

/*いずみ市民生協アプリで“できること*/
#can_anc {
    background: #f5f3f1;
    position: relative;
    padding: 50px 0 1px;
}

#can_anc:before {
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
    z-index: -1;
    background: #df3e4a;
    width: 100%;
    height: 100px;
}

#can_anc .inner {
    width: 90%;
    margin: 0 auto;
}

#can_anc .inner h2 {
    width: 90%;
    margin: 0 auto 40px;
}

#can_anc .can_Box {
    width: 100%;
    margin-bottom: 50px;
}

#can_anc .can_Box .maskarea {
    position: relative;
}

#can_anc .can_Box .maskarea .new_icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 90px;
    z-index: 1;
    border-radius: 100px;
    background: #df3e4a;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 26px;
    /*position: relative;*/
}
#can_anc .can_Box .maskarea .new_icon p {
    font-size: 26px;
    color: #fff;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 600;
    line-height: 1.2;
    word-break: break-all;
}
#can_anc .can_Box .maskarea p.small-text {
    font-size: 20px;
}

#can_anc .can_Box .maskarea .can_point {
    position: absolute;
    right: 0;
    top: 0;
    width: 130px;
    z-index: 1;
}

#can_anc .can_Box .maskarea .maskimg {
  mask-image: url("../img/can_mask.svg");
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100%;
  /* Chrome, Safari用 */
  -webkit-mask-image: url("../img/can_mask.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100%;
    background-color: #fceced;
    
    aspect-ratio: 335 / 501;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#can_anc .can_Box .maskarea .maskimg img {
    max-width: 70%;
    filter: drop-shadow(5px 5px 10px #c3b0b0);
    transform: translateY(13%);
    border-radius: 25px;
    border: 5px solid #e6e6e6;
}

#can_anc .can_Box .red_ttl {
    color:rgba(0,0,0,.0);
    -webkit-text-stroke: 2px #df3e4a;
    font-size: 35px;
    font-weight: 600;
    margin: 20px auto;
}

#can_anc .can_Box .red_ttl strong {
    font-size: 150%;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
}

#can_anc .can_Box .black_ttl {
    font-size:25px;
    color: #3c3c3c;
    font-weight: 600;
    margin-bottom: 20px;
}

#can_anc .can_Box p {
    font-size:18px;
    color: #3c3c3c;
    font-weight: 400;
    line-height: 1.6;
}

#can_anc .can_Box p.small {
    font-size: 13px;
    margin-top: 15px;
}

#can_anc .can_Box a.btn_canlink {
    width: 70%;
    max-width: 250px;
    margin-right: 0;
    margin-left: auto;
    margin-top: 20px;
    display: block;
}

.loop {
	display: flex;
    width: 100%;
    padding: 15px 0;
	overflow: hidden;
	will-change: transform;
    z-index: 1;
    background: #ffeaa1;
}

.loop img {
	width: auto;
    max-width: none;
	height: 60px;
}
.loop img:first-child {
	animation: loopimg 50s -25s linear infinite;
}

.loop img:last-child {
	animation: loopimg2 50s linear infinite;
}
@keyframes loopimg {
	0% {
		transform: translateX(100%);
	}

	to {
		transform: translateX(-100%);
	}
}
@keyframes loopimg2 {
	0% {
		transform: translateX(0);
	}

	to {
		transform: translateX(-200%);
	}
}


/*便利な機能*/
#benri_anc {
    background: #f5f3f1;
    position: relative;
    padding: 50px 0 50px;
}

#benri_anc:before {
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
    z-index: -1;
    background: #ffeaa1;
    width: 100%;
    height: 100px;
}

#benri_anc .inner {
    width: 90%;
    margin: 0 auto;
}

#benri_anc .inner h2 {
    width: 90%;
    margin: 0 auto 40px;
}

#benri_anc .benriBox {
    width: 90%;
    border-radius: 30px;
    box-shadow: 3px 3px 10px #d1c8bc;
    padding: 5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto 40px;
}

#benri_anc .benriBox figure {
    width: 30%;
}

#benri_anc .benriBox h3 {
    width: 70%;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
}

#benri_anc .benriBox p {
    margin: 20px auto;
    width: 100%;
    line-height: 1.6;
    color: #000000;
}

#benri_anc .benriBox a {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: auto;
}

#benri_anc .benri_app {
    display: block;
    width: 80%;
    margin: 0 auto;
}

#benri_anc .att_benri {
    text-align: center;
    font-size: 14px;
    color: #000;
    margin-top: 20px
}

#benri_anc .benriBox.renraku {background: #ecf2e2;}
#benri_anc .benriBox.renraku h3 {color: #5d8f52;}

#benri_anc .benriBox.arupura {background: #e7f3f9;}
#benri_anc .benriBox.arupura h3 {color: #469ed2;}

#benri_anc .benriBox.sdgs {background: #e3f3eb;}
#benri_anc .benriBox.sdgs h3 {color: #529b83;}

#benri_anc .benriBox.takuhai {background: #fbf4f9;}
#benri_anc .benriBox.takuhai h3 {color: #b61886;}




/*アプリのログイン方法*/
#login_anc {
    background: #fbe6e8;
    position: relative;
    padding: 2% 0 0px;
}

#login_anc:before {
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
    z-index: -1;
    background: #f5f3f1;
    width: 100%;
    height: 100px;
}

#login_anc .inner {
    width: 96%;
    margin: 0 auto;
    border-radius: 4vw 4vw 0 0;
    background: #fff;
    padding: 50px 5%;
}

#login_anc .inner h2 {
    width: 90%;
    margin: 0 auto 40px;
}

#login_anc .att_login {
    text-align: left;
    font-size: 14px;
    color: #000;
    margin-top: 20px
}

#login_anc .loginBox {
    width: 100%;
    margin: 0 auto 70px;
}

#login_anc .loginBox h3 {
    width: 150px;
    max-width: 80%;
    margin: 0 auto 20px;
}

#login_anc .loginBox figure {
    width: 80%;
    max-width: 250px;
    margin: 0 auto 20px;
}

#login_anc .loginBox .logintxt {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#login_anc .loginBox .logintxt p a:hover {
    text-decoration: none;
    color: #e60012;
}

#login_anc .loginBox p {
    width: fit-content;
    color: #000;
    font-weight: 600;
    font-size: 19px;
    line-height: 1.6;
}

#login_anc .loginBox p.att {
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.8;
    font-weight: normal;
}

#login_anc .loginBox .logintxt p a {
    font-weight: bold;
    text-decoration: underline;
    font-weight: 600;
}

#login_anc .loginBox p.att .red {
    font-size: 15px;
    color: #e60012;
    font-weight: 600;
}

#login_anc .loginBox.step3 p.att {
    text-align: left;
    width: 100%;
}




/*お問い合わせ*/
#contact_anc {
    background: #f5f3f1;
    position: relative;
    padding: 50px 0 50px;
}

#contact_anc:before {
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
    z-index: -2;
    background: #fbe6e8;
    width: 100%;
    height: 100px;
}

#contact_anc:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -5px;
    z-index: -1;
    background: #fff;
    width: 96%;
    height: 100px;
    margin: 0 auto;
}

#contact_anc .inner {
    width: 90%;
    margin: 0 auto;
}

#contact_anc .inner h2 {
    width: 90%;
    margin: 0 auto 40px;
}

#contact_anc .tellbox {
    width: 100%;
    background: #fff;
    border-radius: 20px;
    margin: 0 auto;
    padding: 0px 4% 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
#contact_anc .tellbox > h3 {
    width: 100%;
    font-size: 22px;
    color: #464646;
    font-weight: 600;
    text-align: center;
    padding: 30px 0 10px;
}

#contact_anc .tellbox .tel > p {
    font-size: 14px;
    width: 100%;
    display: block;
    text-align: center;
    margin: 10px auto;
    color: #3c3c3c;
    font-weight: 400;
}

#contact_anc .tellbox .tel .servicecenter a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 33px;
    color: #464646;
    font-weight: 600;
    pointer-events: none;
}
#contact_anc .tellbox .tel .servicecenter img {
    width: 50px;
    margin-right: 10px;
}
#contact_anc .tellbox .net {
    margin-top: 10px;
}
#contact_anc .tellbox .net a {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: block;
}


/*アプリで毎日のお買い物をもっと便利に！もっとおトクに！*/
#app_dl {
    width: 100%;
    position: relative;
    background-image: url(../img/bg_red.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    padding: 50px 0 10px;
}

#app_dl:before {
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
    z-index: -1;
    background: #f5f3f1;
    width: 100%;
    height: 100px;
}

#app_dl h2 {
    text-align: center;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 20px;
}

#app_dl p {
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
}

#app_dl p.att {
    font-size: 13px;
}

#app_dl .qr {
    display: block;
    width:100px;
    max-width: 80%;
    margin: 0 auto 20px;
}

#app_dl .app_List {
    display: flex;
    justify-content: center;
    width: 300px;
    max-width: 70%;
    margin: 0 auto 20px;
    gap:10px;
}


/*フッターコピーライト*/
#copyright {
    width: 100%;
    padding: 40px 0 100px;
    background: #fff;
}

#copyright a {
    display: block;
    width: 300px;
    max-width: 80%;
    margin: 0 auto 20px;
}

#copyright p {
    font-size: 11px;
    text-align: center;
    color: #4d4d4d;
}

@media only screen and (max-width: 1349px) and (min-width: 1000px) {
	body {
		background-color: #db5331;
	}

	#all_Wrap {
		/*grid-template-columns: minmax(425px, 710px) 500px 140px;*/
		justify-content: center;
	}
    
    .nav_List li {
        font-size: 16px;
    }

	/*#right_Column .right_in {
		justify-content: flex-end;
		background: url(img/_ani_table.png) no-repeat center bottom;
		background-size: auto 29vw;
	}*/

	/*#right_Column .w_dn,
	#right_Column .w_d {
		display: none;
	}*/

	#left_Column .in {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 70%;
	}
}

@media only screen and (max-width: 1100px) and (min-width: 501px) {

	#all_Wrap {
		grid-template-columns: 100px 500px 1fr;
		justify-content: center;
	}
	#left_Column .left_in,
	#right_Column .right_in {
	}
    
    #left_Column .left_in {
        display: none;
    }

	.w_dn {
		/*display: none;*/
	}

	#main_Img {
		display: block;
	}
}


/*@media only screen and (max-width: 1469px) {
	#right_Column .w_dn {
		display: none;
	}
}*/

@media only screen and (max-width: 860px) {

	#all_Wrap {
		display: grid;
		grid-template-columns: 1fr 500px 1fr;
		font-family: "Noto Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
		font-weight: 500;
	}
    
    #right_Column .right_in {
        display: none;
    }
    
    #sp_fixNav {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        width: 460px;
        max-width: 100%;
        margin: 0 auto;
        padding: 15px 0;
        background: #f5f3f1;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 99;
        gap:5%;
    }
    
    #sp_fixNav h1 {
        width: 35%;
    }
    #sp_fixNav a {
        width: 50%;
    }
    
    #contact_anc .tellbox .tel .servicecenter a {
        pointer-events: auto;
    }
    
}

@media only screen and (max-width: 500px) {


    /*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
    PC:全体
    -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

	#all_Wrap {
		display: block;
		grid-template-columns: 1fr 100% 1fr;
		font-family: "Noto Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
		font-weight: 500;
	}

	#left_Column,
	#right_Column {
		display: none;
	}

	/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
    PC:メインコンテンツ部分
    -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
	.main_loop_PC img {
		width: 1500px;
		height: auto;
	}

	#main_Img {
		display: block;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: space-between;
		height: 100svh;
	}

	.main_Ttl {
		margin: 0 auto 70px;
	}
    
	a[href^="tel:"] {
		pointer-events: unset;
	}

	.nav_List li {
		font-weight: 500;
	}
    
    .ribbon_Box figure {
        top: -10%;
    }
    .ribbon_Box .ttl_ribbon p {
        line-height: 1.8;
    }

}