@charset "utf-8";

/* web font */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap&subset=japanese");
@font-face {
  src: local("Yu Gothic Medium");
  font-family: "YuGothic M";
}


/*------------------------------------------
 *	Reset
------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
icenter,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  line-height: 1;
  vertical-align: bottom;
}

/*------------------------------------------
 *	html, body
------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  min-width: 1024px;
  margin: 0 auto;
font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "YuGothic M", "メイリオ",Meiryo,Arial,sans-serif;
  font-size: 16px;
  color: #333333;
  line-height: 1;
  letter-spacing: 0.04em;
}
a {
  color: #333333;
  transition: all 0.15s ease-in-out 0s;
}
a:hover {
  text-decoration: none;
}
svg {
  transition: all 0.15s ease-in-out 0s;
}
.is-block-sp {
  display: none;
}

/*------------------------------------------
 *	Layout
------------------------------------------*/
.sec {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.sec-in {
  position: relative;
  width: 840px;
  margin: 0 auto;
}

/* flex */
#main .flex {
  display: flex;
}
#main .flex.al-c {
  align-items: center;
}
#main .flex.al-fs {
  align-items: flex-start;
}
#main .flex.al-fe {
  align-items: flex-end;
}
#main .flex.jc-c {
  justify-content: center;
}
#main .flex.jc-sb {
  justify-content: space-between;
}
#main .flex.jc-fe {
  justify-content: flex-end;
}


/*------------------------------------------
 *	Font, Text, Vertical, Color
------------------------------------------*/
/* Font */
.fw-b {
  font-weight: bold;
}

/* Text */
.ta-l {
  text-align: left;
}
.ta-c {
  text-align: center;
}
.ta-r {
  text-align: right;
}

.txt {
  line-height: 1.5;
}

/*------------------------------------------
 *	Button
------------------------------------------*/
.area-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*------------------------------------------
 *	Ico
------------------------------------------*/
.ico-member {
  width: 125px;
  height: 106px;
  background: url(../img/ico_member.png) center center no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}

.member-pc {
  position: relative;
}

#main .member-pc .member-pc__ico {
  position: absolute;
  top: 5px;
  right: 58px;
  height: 85px;
}

/*------------------------------------------
 *	Header
------------------------------------------*/
#header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1024px;
  height: 89px;
  margin: 0 auto;
  padding: 0 32px;
  background: #fff;
  box-sizing: border-box;
}
#header .logo-coop img {
  width: 180px;
  height: 54px;
  margin-top: -5px;
}
#header .logo-ouchi img {
  width: 129px;
  height: 22px;
}

/*------------------------------------------
 *	Main
------------------------------------------*/
#main {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
#main img {
  max-width: max-content;
  height: auto;
}


/*------------------------------------------
 *	Footer
------------------------------------------*/
#footer {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 100px;
  font-size: 12px;
  box-sizing: border-box;
  background: #ffffff;
  border-top: 1px solid #dcdcdc;
}
#footer .inner {
  width: 1000px;
  margin: 0 auto;
  padding-top: 10px;
  overflow: hidden;
}
#footer .info {
  padding-bottom: 15px;
  text-align: left;
}
#footer .links {
  float: left;
  margin: 0 0 0 20px;
  padding: 0;
  list-style-type: none;
}
#footer .links > li {
  float: left;
}
#footer .links > li + li {
  margin-left: 14px;
}
#footer .links a {
  text-decoration: none;
  padding-left: 10px;
  background: url(../img/icn_link.png) left center no-repeat;
}
#footer .copyright {
  float: right;
  margin: 0 20px 0 0;
}
#footer .joint {
  margin: 0 20px 0 0;
  padding-top: 30px;
  vertical-align: middle;
  text-align: right;
}
#footer .joint span {
  vertical-align: middle;
}
#footer .joint span.txt.is-block-sp {
	display: none;
}
#footer .joint span.txt {
  margin-right: 20px;
}
#footer .joint .logoUcoop {
	display: inline-block;
  width: 114px;
}



/*------------------------------------------
 *	Page
------------------------------------------*/

/* mainView 
----------------------------------*/
.mainView {
	background: #f7d668;
}
.mainView .inner {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}


/* navP 
----------------------------------*/
.navP {
	width: 100%;
	background: #ff653d;
}
.navP .inner {
	max-width: 840px;
	width: 100%;
	margin: 0 auto;
	background: #ff653d;
}
.navP ul {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
}
.navP ul li {
	text-align: center;
	width: 33.33333333%;
	border-left: 2px solid #ffffff;
	box-sizing: border-box;

	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.navP ul li:last-child {
	border-right: 2px solid #ffffff;
}
.navP ul li a {
	position: relative;
	display: block;
	width: 100%;
	padding: 15px 0 27px;
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	text-decoration: none;
}
.navP ul li a:after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto 9px;
	width: 16px;
	height: 9px;
	background: url(../img/icn_arr01.png) no-repeat center bottom;
	background-size: 16px 9px;
	transition: .3s;
}
.navP ul li a:hover:after {
	margin: 0 auto 6px;
}



/* app 
----------------------------------*/
.app {
	padding: 30px 0;
}
.app .inner {
	max-width: 840px;
	width: 100%;
	margin: 0 auto;
	background: #ffffff;
}
.app .store {
	margin-bottom: 20px;
	padding-bottom: 20px;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: 2px solid #ededed;
}
.app .store .applestore,
.app .store .googleplaystore {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	width: 420px;
	padding-bottom: 10px;
}
.app .store .applestore figure {
	padding-left: 135px;
}
.app .store .googleplaystore figure {
	padding-left: 20px;
}
.app .store .applestore .txt,
.app .store .googleplaystore .txt {
	padding-left: 10px;
}
.app .store .applestore .txt p:nth-of-type(1),
.app .store .googleplaystore .txt p:nth-of-type(1) {
	padding: 10px 0 11px;
	font-size: 19px;
	font-weight: 500;
}
.app .store .applestore .txt p:nth-of-type(2) {
	width: 121px;
}
.app .store .googleplaystore .txt p:nth-of-type(2) {
	width: 150px;
}
.app .store .note {
	display: block;
	width: 840px;
	text-align: left;
}
.app .store .note ul {
	padding-left: 140px;
}
.app .store .note ul li {
	font-size: 12px;
	line-height: 1.4;
	text-indent: -1em;
	padding-left: 1em;
}

.app .membership {
}
.app .membership p {
	padding-bottom: 20px;
	font-size: 14px;
	text-align: center;
}
.app .membership ul {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
}
.app .membership ul li {
	width: 420px;
	font-size: 16px;
}
.app .membership ul li:nth-of-type(1) {
	text-align: right;
	margin-right: 50px;
}

.app .membership ul li:nth-of-type(2) {
	text-align: left;
}
.app .membership ul li a {
	position: relative;
	padding-bottom: 5px;
	font-size: 16px;
	text-decoration: none;
}
.app .membership ul li a:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #333333;
}
.app .membership ul li a:after {
	content: "";
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 11px;
	height: 10px;
	margin-left: 5px;
	background: url(../img/icon_blank_gray_01.png) no-repeat right top;
	background-size: 100% auto;
}


/* detailBlock 
----------------------------------*/
.detailBlock {
	position: relative;
	width: 100%;
	background: #f7d668;
}
.detailBlock .inner {
	max-width: 840px;
	width: 100%;
	margin: 0 auto;
	padding: 85px 0 40px;
	background: #f7d668;
}
.detailBlock #otoku {
	margin-top: -58px;
	padding-top: 58px;
}
.detailBlock #benri {
	margin-top: -50px;
	padding-top: 50px;
}
.detailBlock .otoku {
	margin-bottom: 100px;
}
.detailBlock .benri {
	margin-bottom: 40px;
}
.detailBlock .otoku,
.detailBlock .benri {
	position: relative;
	border-radius: 10px;
	background: url(../img/bg_pattern.png) repeat center top;
	background-size: 80px 80px;
}
.detailBlock .otoku .ttl {
	position: relative;
	top: -48px;
	max-width: 600px;
	margin: 0 auto -8px;
}
.detailBlock .benri .ttl {
	position: relative;
	top: -35px;
	max-width: 600px;
	margin: 0 auto 0;
}
.detailBlock .otoku .notes,.detailBlock .benri .notes {
	display: block;
	margin-top: 12px;
	font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  padding-left:1em;
	text-indent:-1em;
}
.detailBlock ul {
	padding: 0 40px;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.detailBlock ul li {
	margin-bottom: 30px;
	flex: 0 1 min(calc(50% - 20px), 360px);
  text-align: center;
}
.detailBlock ul li .otoku02link {
	text-align: center;
}
.detailBlock ul li .otoku02link img {
	padding-left: 4px;
  width: 19px;
  box-sizing: border-box;
}
.detailBlock ul li .otoku02link a {
  display: inline-block;
  margin-top: 20px;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid #acaba5;
}
.detailBlock .youtubeBtn {
  max-width: 688px;
	margin: 0 auto 80px;
}
.fadein {
  transform: translateY(60px);
  opacity: 0;
}
.fadein.scrollin {
  opacity: 1;
  transform: translateY(0);
  transition: 1.5s;
}
.benri04 {
  width: 324px;
}
.detailBlock .contactBtn {
	max-width: 550px;
	margin: 0 auto;
}
.detailBlock .contactBtn .off {
	display: block;
}
.detailBlock .contactBtn .on {
	display: none;
}
.detailBlock .contactBtn:hover  .off{
	display: none;
}
.detailBlock .contactBtn:hover .on {
	display: block;
}





/* detailBlock 
---------------------------------------------------------------------*/
.notesBlock {
	padding: 20px 0;
	width: 100%;
	background: #ffffff;
}
.notesBlock .inner {
	width: 1004px;
	margin: 0 auto;
}
.notesBlock ul {
}
.notesBlock ul li {
	font-size: 14px;
	line-height: 1.6;
}



/*.floating .is-block-pc 
---------------------------------------------------------------------*/
.floating {
	position: fixed;
	min-width: 1024px;
	bottom: 0;
	width: 100%;
	height: 90px;
	margin-top: 30px;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	background: #ff653d;
}
.floating .inner {
	width: 840px;
/*	width: 100%;*/
	margin: 0 auto;
}

.floating .is-block-pc .download {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	float: left;
	padding-right: 30px;
	padding-left: 20px;
}
.floating .is-block-pc .download figure {
	position: relative;
	width: 108px;
	top: -23px;
}
.floating .is-block-pc .download p {
	padding: 20px 0 0 10px;
	font-size: 26px;
	font-weight: 700;
	color: #ffffff;
}
.floating .is-block-pc .app {
	float: left;
	width: auto;
	margin: 15px 0 0; 
	padding: 10px 20px 10px 20px;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	background: #ffffff;
	border-radius: 10px;
}
.floating .is-block-pc .app .ios {
	padding-right: 20px;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.floating .is-block-pc .app .ios .fig{
	width: 109px;
	height: 40px;
}
.floating .is-block-pc .app .android {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.floating .is-block-pc .app .android .fig{
	width: 135px;
	height: 40px;
}
.floating .is-block-pc .app .ios .txt,
.floating .is-block-pc .app .android .txt {
	padding-right:10px; 
	font-size: 22px;
	font-weight: 700;
}
.floating .is-block-pc .app .ios .txt span,
.floating .is-block-pc .app .android .txt span {
	font-size: 18px;
	font-weight: 700;
}


















/*





#main .sec-mv {
  background: url(../img/bg_mv.jpg) center center no-repeat;
}
#main .sec-mv .sec-in {
  height: 332px;
}
#main .sec-mv .box-color-yellow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 211px;
  background: #ffdc65;
  z-index: -1;
}
#main .sec-mv .area-btn {
  position: absolute;
  bottom: 24px;
  left: 188px;
}
#main .sec-mv .area-btn .btn-apple {
  margin: 0 40px 0 0;
}

#main .sec-os-notice .sec-in {
  width: 1024px;
}

#main .sec-os-notice .sec-in .os-notice {
  color: #787878;
  font-size: 18px;
  line-height: 27px;
  margin: 0 0 32px 280px;
}

#main .sec-about {
  margin: 0 auto 64px;
  background: url(../img/bg_about.jpg) center center no-repeat;
  background-size: cover;
}
#main .sec-about .sec-in {
  display: flex;
  padding: 144px 0;
  box-sizing: border-box;
  background: url(../img/bg_about_in.png) center center no-repeat;
}
#main .sec-about .sec-in .img {
  padding: 0 30px;
}
#main .sec-about .sec-in .img img {
  width: 136px;
  height: 136px;
}
#main .sec-about .sec-in .content {
  order: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#main .sec-about h3 {
  margin: 0 0 10px;
  font-size: 32px;
  line-height: 1.25;
}
#main .sec-about p {
  line-height: 2;
}

#main .sec-flow {
  margin: 0 auto 64px;
}
#main .sec-flow .sec-in {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
#main .sec-flow-in {
  width: 412px;
  padding: 32px 0;
  text-align: center;
  background: #f2f2f2;
}
#main .sec-flow-in:nth-of-type(3),
#main .sec-flow-in:nth-of-type(4) {
  margin: 16px 0 0;
}
#main .sec-flow-in h4 {
  margin: 0 auto 16px;
}

#main .sec-begin {
  background: url(../img/bg_begin.jpg) center center repeat;
  margin: 0 auto 64px;
  padding: 64px 0;
  box-sizing: border-box;
}
#main .sec-begin h3 {
  margin: 0 auto 64px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
#main .sec-begin-in {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 64px;
}
#main .sec-begin-child {
  width: 412px;
  background: #fff;
}
#main .sec-begin-child .img {
  position: relative;
  height: 328px;
  background: #ffdc65;
}
#main .sec-begin-child .img img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 178px;
  margin: 0 auto;
}
#main .sec-begin-child .content {
  padding: 24px 32px;
  box-sizing: border-box;
  background: #fff;
}
#main .sec-begin h4 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
#main .sec-begin h4::after {
  content: "";
  height: 3px;
  width: 50px;
  border-bottom: 4px solid #ffdc65;
  margin: 0 auto 24px;
  padding: 0 0 16px;
  display: block;
}
#main .sec-begin p {
  color: #3c3c3c;
  line-height: 1.5;
}
#main .sec-begin-member {
  position: relative;
}
#main .sec-begin-member h5 {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #019235;
  padding: 32px 0;
  box-sizing: border-box;
}
#main .sec-begin-member .content {
  padding: 32px;
  box-sizing: border-box;
  background: #fff;
}
#main .sec-begin-member .content .btn a {
  display: block;
  width: 406px;
  height: 100px;
  margin: 0 auto 10px;
  font-size: 22px;
  line-height: 100px;
  background: url(../img/btn_member.png) center center no-repeat;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}
#main .sec-begin-member .content p {
  color: #787878;
}

#main .area-bnr {
  margin: 0 auto 64px;
}

#main .sec-more h6 {
  margin: 0 auto 32px;
  padding: 32px 0;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  background: #ffdc65;
}
#main .sec-more .sec-more-in {
  margin-bottom: 32px;
  padding-bottom: 140px;
  border-bottom: 4px solid #ffdc65;
}
#main .sec-more .area-btn {
  margin: 0 auto 32px;
}
#main .sec-more .area-btn .btn {
  margin: 0 8px;
}
#main .sec-more .ico-app {
  margin: 0 auto 24px;
}
#main .sec-more .ico-app img {
  width: 148px;
  height: 148px;
}
#main .sec-more .ico-pokke {
  width: 210px;
  margin: 0 auto 32px;
}
#main .sec-more .os-notice {
  position: absolute;
  left: calc(50% - 224px);
  color: #787878;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 32px;
}
#main .sec-more ul li {
  color: #787878;
  line-height: 1.5;
}
*/