<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
ã‚µã‚¤ã‚ºã«ã¤ã„ã¦
å¹…1120=1098Ã—1.02=100vw
*/

@charset "shift-jis";

.inner {
	width: 100%;
	padding: 0px 2vw 0px 2vw;
}



.area_cont {
    padding-bottom: 32px;
}


.f_item_half  {
	/* margin-right: 2vw; */
	margin-bottom: 2vw;
	padding: 30px 45px 40px;
	text-align: center;
	width: 96vw;
	background-color: #f8fcff;
	border-radius: 10px;
	box-shadow: 0px 0px 8px 8px rgba(0,0,0,0.01);
}


.f_item_halfin  {
	/* margin-right: 2vw; */
	margin-bottom: 2vw;
	padding: 30px 45px 40px;
	text-align: center;
	width: 95.8vw;
	/* background-color: #f8fcff; */
	/* border-radius: 10px; */
	/* box-shadow: 0px 0px 8px 8px rgba(0,0,0,0.01); */
}



.f_item_full  {
	margin-bottom: 30px;
	padding-top: 30px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 14px;
	text-align: center;
	width: 98vw;
	background-color: #f8fcff;
	border-radius: 10px;
	box-shadow: 0px 0px 8px 8px rgba(0,0,0,0.01);
}

.f_item_fullin  {
	/* margin-right: 2vw; */
	margin-bottom: 2vw;
	padding: 30px 45px 40px;
	text-align: center;
	width: 95.8vw;
	/* background-color: #f8fcff; */
	/* border-radius: 10px; */
	/* box-shadow: 0px 0px 8px 8px rgba(0,0,0,0.01); */
}




.f_item_douga {
    padding: 0;
    box-shadow: none;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


.f_item_half h2 {
    padding-top: 10px;
}

.f_item_full h2 {

    padding-top: 30px;
}




.btn_small {
	display: inline-block;
	width: 105px;
	height: 40px;
	background-color: #66bbff;
	border-radius: 21px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 22px;
	padding-top: 8px;
	box-shadow: 0px 0px 14px 14px rgba(0, 0, 0,0) ,0px 4px 4px 4px rgba(0, 0, 0,0.06);
	transition: all 0.6s;
}

.btn_small:hover  {
	background-color: #FFFFFF;
	border: 1px solid #0B7FC5;
	color: #0B7FC5;

	box-shadow: 0px 0px 14px 14px rgba(11, 127, 197,0.1) ,0px 4px 4px 4px rgba(0, 0, 0,0.06);

  transition: all 0.4s;
}


.nolink {
    /* pointer-events: none; */
}



.area_mainimg {
    text-align: center;
    padding-bottom: 32px;
    padding-top: 22px;
}

.area_mainimg img {
    margin: 0 auto;
}



.f_item_full &gt; div {
    padding-bottom: 14px;
}


.align_center {
    text-align: center;
}

.txtcol_blue {
    color: #0B7FC5;
}

.txt_bold {font-weight: 700;}

/*
header
*/
header {
	padding: 14px 0% 14px;
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #fffad7;
	display: flex;
	box-shadow: 0px 4px 40px 0px rgba(0,0,0,0.1);
	z-index: 5;
	background-image: url(../images/bg_header.png);
	background-position-x: center;
	background-repeat: no-repeat;
}
header .inner{
	display: flex;
	align-items: flex-end;
}
nav {
	margin: 0 0 0 auto;
}
ul {
	list-style: none;
	margin: 0;
}
li {
	margin: 0 15px 0 0;
	font-size: 14px;
}


main &gt; div {
    padding: 50px 0px 20px 0px;
}






#header h1 {
    width: 20em;
}






/* bager menu */
 
#header #navi {
  transition: all .6s;
  overflow-y: auto;
  padding-top: 40px;
  width: 300px;
  height: 100vh;
  z-index: 200;
  top: 0;
  right: -320px;
  background-color: #fff;
  position: fixed;
}
 
#header .nav_btn {
  width: 44px;
  height: 44px;
  z-index: 300;
  top: 16px;
  right: 7px;
  cursor: pointer;
  position: absolute;
}
 
.hamburger_line {
  transition: all .6s;
  width: 34px;
  height: 2px;
  left: 5px;
  background-color: #000;
  position: absolute;
}
 
.hamburger_line1 { top: 10px; }
.hamburger_line2 { top: 21px; }
.hamburger_line3 { top: 32px; }
 
.nav_bg {
  opacity: 0;
  transition: all .6s;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  top: 0;
  left: 0;
  visibility: hidden;
  background-color: #000;
  cursor: pointer;
  position: fixed;
}
#header #navi li {
padding: 20px;
font-size: 18px;
border-bottom: 1px solid #ccc;
}

/* è¡¨ç¤ºã•ã‚ŒãŸæ™‚ç”¨ã®CSS */
.nav_open #header #navi { right: 0; }
 
.nav_open .nav_bg {
  opacity: .8;
  visibility: visible;
}
 
.nav_open .hamburger_line1 {
  transform: rotate(45deg);
  top: 20px;
}
 
.nav_open .hamburger_line2 {
  width: 0;
  left: 50%;
}
 
.nav_open .hamburger_line3 {
  transform: rotate(-45deg);
  top: 20px;
}
/*
*/


















/*
*/

                                                /* .first */
.first .inner {
	background-position: 10px 0px;
	/* height: 700px; */
	background-repeat: no-repeat;
}

.first .inner{
	display: flex;
	flex-direction: column;
}



.inner &gt; div {
	width: 100%;
}

#area_first_copy {
	display: flex;
}


.flcon_01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flit_01-01 {
	flex-basis: 100vw;
	text-align: center;
}
.flit_01-02 {
	flex-basis: 100vw;
	text-align: center;
	}




.flcon_02 {
	display: flex;
	justify-content: center;
	padding-top: 16px;
	padding-bottom: 16px;
}


.link_image{
	width:100%;
}

#omona {
    width: 439px;
    height: auto;
}

#sisankanri {
    width: 659px;
    height: auto;
}


#main_pc {
	width: 80vw;
	height:auto;
}

#main_smartphone {
	width: 66vw;
	height: auto;
}
.flit_02-01 {
	width: 47.2vw;
	height: auto;

}
.flit_02-02 {
	width: 47.2vw;
	height: auto;

}






                                                /* .second */

.inner .h1_blue {
	padding-bottom: 40px;
}
.h1_blue h1{
	color: #946134;
	font-size: 34px;
	font-weight: 500;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}



.h1_blue p {
	color: .fourthD4D4D;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}
.second .inner {
	padding-top: 20px;
}

.douga_btn {
	border-style: none;
	border-radius: 10px;
	width: 46px;
	height: 182px;

	font-weight: bold;
	font-size: 40px;
	color: #666666;
	background-color: #DDD;
	outline: none;
	margin-bottom: 20px;
}


#douga_btn:hover  {
	background-color: #D4D4D4;

}







#area_second_douga {
	display: flex;
	flex-wrap: wrap;
	width: 1050px;
}
#area_second_douga img {
	margin-right: 26px;
}
#area_second_douga &gt; div {
	background-position: center center;
	text-align: center;
}
.douga_sum{
	width: 85%;
	height: 47vw;
	position: relative;
}

.douga_sum:hover .img_sum {
  opacity: 1.0;
  transition: all 1s;
}





.img_sum {
  position: absolute;
  width: 81vw;
  /* height: 225px; */
  top: 0px;
  left: 0px;
  opacity: 0.6;
}

.img_sum img {
  border-radius: 10px;
}



 hoveræ™‚å‡¦ç†(ãŠã¾ã‘) 
.img_sum {
  -webkit-transition: 0.5s ease-in-out;
}


.douga_sum p{
	position:absolute;
	width: 308px;
	top: 177px;
	left: 0px;
	word-break: keep-all;
}

.img_play {
  position: absolute;
  width: 80vw;
  height: 0px;
  top: 20vw;
  left: 0px;
  opacity: 1.0;
}






#area_first_button {
	padding-top: 88px;
	padding-bottom: 0px;
}
#area_first_button a {
	display: block;
	width: 100%;
	height: 62px;
	background-color: #FFFFFF;
	border: 1px solid #946134;
	border-radius: 10px;
	text-align: center;
	color: #946134;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 22px;
	padding-top: 14px;
	box-shadow: 0px 0px 14px 14px rgba(0, 0, 0,0) ,0px 4px 4px 4px rgba(0, 0, 0,0.06);
	transition: all 0.6s;
}
#area_first_button a:hover  {
	background-color: #FFFFFF;
	border: 1px solid #946134;
	color: #946134;

	box-shadow: 0px 0px 14px 14px rgba(11, 127, 197,0.1) ,0px 4px 4px 4px rgba(0, 0, 0,0.06);

  transition: all 0.4s;
}





.link {
	box-shadow: 0px 0px 14px 14px rgba(0, 0, 0,0) ,0px 4px 4px 4px rgba(0, 0, 0,0.06);


  transition: all 0.4s;
}
.link:hover  {
	box-shadow: 0px 0px 14px 14px rgba(11, 127, 197,0.1) ,0px 4px 4px 4px rgba(0, 0, 0,0.06);

  transition: all 0.4s;
}











														/* .third */

.h1_comn {
	text-align: center;
	margin-bottom: 30px;
}


.h1_comn_main {
	font-size: 52px;
	font-weight: 900;
	letter-spacing: 0.2em;
	color: #666666;
	text-align: center;
	padding-top: 10px;
	line-height: 40px;
	border-top: 2px;
	border-top-style: solid;
	border-top-color: #666666;
	display: inline-block;
}
.h1_comn_main:first-letter {
	font-size: 64px;
}

.h1_comn_sub {
	color: #666666;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	padding-bottom: 8px;
	line-height: 20px;
}

#area_3_douga {
	display: flex;
	flex-wrap: wrap;
	width: 1050px;
}
#area_3_douga &gt; div  {
	margin-right: 25px;
}

#area_3_douga &gt; div:nth-of-type(3n)  {
	margin-right: 0px;
}



										/* ç”»åƒä¸Šã‹ã‚‰ .second */


#area_3_douga &gt; div {
	text-align: center;
	width: 333px;

}
.youto_img p {
	word-break: keep-all;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}

										/* .fourth */


.f_container {
	display: flex;
	flex-wrap: wrap;
}

.f_container &gt; div:nth-of-type(2n)  {
	margin-right: 0px;
}



.area_cont h2 {
    font-size: 3.0rem;
    color: #66bbff;
    line-height: 3.2rem;
    padding-bottom: 1.0rem;
}
#f_item_douga {
	padding-top: 0px;
	top: -10px;
	position: relative;
}

.area_cont h2 span {
    color: #666666;
    font-size: 18px;
}

.area_cont &gt; div &gt; div {
}

.area_4_tok_device {
    display: inline-block;
    width: 330px;
    height: 230px;
}

.img_4_tok_device {
    margin-right: 16px;
    width: 65px;
    height: auto;
}

img.img_4_tok_device:nth-of-type(4n) {
    margin-right: 0px;
}




.area_cont &gt; div &gt; p {
    word-break: keep-all;
}




										/* .fifth */



										/* .sixth */





.flcon_tanasou {
    display: flex;
    flex-wrap: wrap;
}

.flitem_tanasou:not(:last-child):after {
    display: inline-block;
    content: "&gt;";
    font-size: 4rem;
    color: #66bbff;
    width: 0px;
    transform: translate(4px,-197px)scaleY(2.0);
    font-weight: 100;
}

.flitem_tanasou {margin-right: 38px;}



h3.maru_suji {
	display: inline-block;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	line-height: 50px;
	background-color: #66bbff;
	font-size: 3rem;
	color: #FFFFFF;
}

										/* .seventh */




.f_center {
    justify-content: center;
}



div.flit_pac_set {flex-basis: 30%;}

div.flit_pac_pc {
    flex-basis: 56%;
    justify-content: space-around;
}

h3.flit_pac_h3 {flex-basis: 100%;text-align: left;}




.area_pac_pcspec p {
    font-size: 2.2rem;
    font-weight: 100;
}

.area_pac_pcspec h4 {
    font-size: 1.8rem;
    font-weight: 700;
}




.area_pac_pcspec h4:not(:first-child){
	padding-top: 12px;
}




.area_pac_pcpic {
    flex-basis: 50%;
}

.area_pac_pcspec {
    flex-basis: 44%;
}



.area_mainimg .outframe,.area_cont .outframe {
    width: 100%;
    text-align: center;
    padding: 60px 10px;
    font-size: 3rem;
    color: #66bbff;
}









.flit_liup_name {
    flex-basis: 22%;
}

.flit_liup_img {
    flex-basis: 33%;
}

.flit_liup_naiyou {
    flex-basis: 34%;
    flex-direction: column;
}

.flit_liup_mitu {
    flex-basis: 10%;
    /* align-items: flex-end; */
}

.flit_liup_name h3 {
    font-size: 2.8rem;
}


.f_con_liup&gt;.f_container {
    color: #0b0b0b;
    align-content: start;
    text-align: left;
}

.flit_liup_img img {
    width: 84px;
}







.flit_toi_name {
    flex-basis: 100%;
    flex-direction: column;
}

.flit_toi_img {
    flex-basis: 33%;
}

.flit_toi_naiyou {
    flex-basis: 100%;
    flex-direction: column;
}

.flit_toi_mitu {
    flex-basis: 10%;
    /* align-items: flex-end; */
}

.flit_toi_name h3 {
    font-size: 2.8rem;
}

.flit_toi_naiyou h3 {
    font-size: 2.8rem;
}

.f_con_toi&gt;.f_container {
    color: #0b0b0b;
    align-content: start;
    text-align: left;
padding-left: 38px;}

.flit_toi_img img {
    width: 84px;
}










p.p_price {
    border-top: solid 1px;
    display: block;
    width: 100%;
    margin-top: 3px;
}

figure.pic1 img {
    border-radius: 6px;
    width: 100%;
}






f_item_douga h2 {
    padding: 0px 0px 0px 0px;
}



img.img_3_tok {
    width: 20vw;
    height: auto;
}

img.img_4_tok {
    width: 74vw;
    height: auto;
}

img#ist_sokode {
    width: 80%;
    height: auto;
}</pre></body></html>