Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
e532308
260506
Shuhei-Yashiki May 6, 2026
94170d8
260506
Shuhei-Yashiki May 6, 2026
27f80ff
260506
Shuhei-Yashiki May 6, 2026
f6ec548
260506
Shuhei-Yashiki May 6, 2026
3af7242
260506
Shuhei-Yashiki May 6, 2026
6503e35
260506
Shuhei-Yashiki May 6, 2026
7019cfa
260506
Shuhei-Yashiki May 6, 2026
30beed9
260506
Shuhei-Yashiki May 6, 2026
dc77ffc
260506
Shuhei-Yashiki May 6, 2026
a6995f3
260506
Shuhei-Yashiki May 6, 2026
adec533
260506
Shuhei-Yashiki May 6, 2026
0ed6e4d
260506
Shuhei-Yashiki May 6, 2026
d513e94
260506
Shuhei-Yashiki May 6, 2026
268ee78
260506
Shuhei-Yashiki May 6, 2026
9f0912f
260506
Shuhei-Yashiki May 6, 2026
8315ae8
260506
Shuhei-Yashiki May 6, 2026
3aab128
260506
Shuhei-Yashiki May 6, 2026
d0ff8ef
260506
Shuhei-Yashiki May 6, 2026
e521581
260506
Shuhei-Yashiki May 6, 2026
7c1bafc
260506
Shuhei-Yashiki May 6, 2026
f10139d
260506
Shuhei-Yashiki May 6, 2026
2f602d4
260506
Shuhei-Yashiki May 6, 2026
225cd75
260506
Shuhei-Yashiki May 6, 2026
644e45f
260506
Shuhei-Yashiki May 6, 2026
4617281
260506
Shuhei-Yashiki May 6, 2026
6590a01
260506
Shuhei-Yashiki May 6, 2026
d3f17a9
260506
Shuhei-Yashiki May 6, 2026
5e74bfc
260506
Shuhei-Yashiki May 6, 2026
d85aa73
260506
Shuhei-Yashiki May 6, 2026
2454dc8
260506
Shuhei-Yashiki May 6, 2026
dcfa8a7
260506
Shuhei-Yashiki May 6, 2026
29fe344
260506
Shuhei-Yashiki May 6, 2026
aa73896
260506
Shuhei-Yashiki May 6, 2026
09dd7e4
260506
Shuhei-Yashiki May 6, 2026
539c31b
260506
Shuhei-Yashiki May 6, 2026
de4c99f
260506
Shuhei-Yashiki May 6, 2026
9a8c558
260506
Shuhei-Yashiki May 6, 2026
cf2fc43
260506
Shuhei-Yashiki May 6, 2026
3d010c5
260506
Shuhei-Yashiki May 6, 2026
ec65cc3
260506
Shuhei-Yashiki May 6, 2026
cfe282c
260506
Shuhei-Yashiki May 6, 2026
5d924e5
260506
Shuhei-Yashiki May 6, 2026
bf1e409
260506
Shuhei-Yashiki May 6, 2026
7eb6df1
260506
Shuhei-Yashiki May 6, 2026
fb1d468
260506
Shuhei-Yashiki May 6, 2026
2d43047
260506
Shuhei-Yashiki May 6, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions assets/css/bootstrap-grid.min.css

Large diffs are not rendered by default.

46 changes: 46 additions & 0 deletions assets/css/bootstrap.min.css

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions assets/css/critical.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
h1,h2,h3,h4,h5,h6{margin:0;font-weight:700}
p{margin:0 0 1em 0;line-height:1.6}
a{text-decoration:none;color:inherit}
ul{margin:0;padding:0;list-style:none}
button{border:none;background:none;cursor:pointer}
.owl-carousel{display:block;width:100%}
90 changes: 90 additions & 0 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
body {
overflow-x: hidden;
width: 100%;
}

.navbar {
position: fixed;
width: 100%;
top: 0;
left: 0;
z-index: 10000;
background-color: transparent;
border: none;
transition: all 0.3s ease-in-out;
}

.navbar-brand img {
height: 100px;
width: auto;
transition: height 0.3s ease-in-out;
}

.navbar.scrolled {
position: fixed !important;
background-color: #ffffff !important;
}

.navbar.scrolled .navbar-brand img {
height: 50px;
}
img {
max-width: 100%;
height: auto;
display: block;

content-visibility: auto;
}

@media (max-width: 767px) {

html, body{
overflow-x:hidden;
}

.navbar {
position: fixed;
background-color: transparent !important;
}

.navbar-brand img {
height: 50px;
}

.navbar-collapse {
background-color: #1e1e1ed4;
}

.navbar-collapse .navbar-nav > li > a{
color:#fff !important;
}

.container .row{
margin-left:0;
margin-right:0;
}
.container {
padding-left: 10px !important;
padding-right: 10px !important;
width: 100% !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
}

#footer {
background-color: #1d1c3b;
}

header,
.navbar,
.navbar-default,
.navbar-header,
.navbar-collapse {
border: none !important;
box-shadow: none !important;
outline: none !important;
}
:root {
color-scheme: light;/
}
70 changes: 70 additions & 0 deletions assets/css/owl.carousel.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
/*
* Core Owl Carousel CSS File
* v1.3.2
*/

/* clearfix */
.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
/* display none until init */
.owl-carousel{
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
display: none;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
overflow: hidden;
position: relative;
width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
cursor: pointer;
}
.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
cursor:url(/img/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item{
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
}
69 changes: 69 additions & 0 deletions assets/css/owl.theme.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
/*
* Owl Carousel Owl Demo Theme
* v1.3.2
*/

.owl-theme .owl-controls{
margin-top: 10px;
text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
display: inline-block;
zoom: 1;
*display: inline;/*IE7 life-saver */
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
filter: Alpha(Opacity=100);/*IE7 fix*/
opacity: 1;
text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
display: inline-block;
zoom: 1;
*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
display: block;
width: 12px;
height: 12px;
margin: 5px 7px;
filter: Alpha(Opacity=50);/*IE7 fix*/
opacity: 0.5;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
filter: Alpha(Opacity=100);/*IE7 fix*/
opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
height: auto;
width: auto;
color: #FFF;
padding: 2px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
min-height: 150px;
background: url(AjaxLoader.gif) no-repeat center center
}
Loading
Loading